/* Minification failed. Returning unminified contents.
(12092,18): run-time error CSS1030: Expected identifier, found ' '
 */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/Themes/NopShop/Scripts/lib/owlcarousel/AjaxLoader.gif) no-repeat center center
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/Themes/NopShop/Scripts/lib/owlcarousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*!
 *  Font Awesome 4.2.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(/Themes/NopShop/Content/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0);src:url(/Themes/NopShop/Content/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(/Themes/NopShop/Content/font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'),url(/Themes/NopShop/Content/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(/Themes/NopShop/Content/font-awesome-4.2.0/fonts/fontawesome-webfont.svg?v=4.2.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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/Themes/NopShop/Content/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.eot);src:url(/Themes/NopShop/Content/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/Themes/NopShop/Content/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/Themes/NopShop/Content/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/Themes/NopShop/Content/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;width:100% \9;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143 \0}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-horizontal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;filter:alpha(opacity=0);opacity:0}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate3d(0,-25%,0);-o-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(/Themes/NopShop/Scripts/lib/swipebox/img/loader.gif) no-repeat center center}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(/Themes/NopShop/Scripts/lib/swipebox/img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}
/*! jQuery UI - v1.10.3 - 2013-12-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(/Content/jquery-ui-themes/smoothness/images/animated-overlay.gif);height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(/Content/jquery-ui-themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(/Content/jquery-ui-themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(/Content/jquery-ui-themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(/Content/jquery-ui-themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(/Content/jquery-ui-themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(/Content/jquery-ui-themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(/Content/jquery-ui-themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/Content/jquery-ui-themes/smoothness/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/Content/jquery-ui-themes/smoothness/images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(/Content/jquery-ui-themes/smoothness/images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(/Content/jquery-ui-themes/smoothness/images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(/Content/jquery-ui-themes/smoothness/images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(/Content/jquery-ui-themes/smoothness/images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/Content/jquery-ui-themes/smoothness/images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(/Content/jquery-ui-themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(/Content/jquery-ui-themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 15px;
  left: 0;
  margin-top: -5px;
  top: 50%;
  width: 100%;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -12px;
  margin-top: 2px;
}

.left-round{
  margin-left:2px !important;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.slider-selection {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #FE980F;
  border-radius: 15px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  position: absolute;
}

.slider-handle {
  background: #fff;
  box-shadow:none;
  height: 10px;
  opacity: 1;
  position: absolute;
  width: 10px;
}

.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/Themes/NopShop/Content/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(/Themes/NopShop/Content/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/Themes/NopShop/Content/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/Themes/NopShop/Content/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/Themes/NopShop/Content/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
@charset "UTF-8";
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden;
}
.animated {
	-webkit-animation-duration: 1.3s;
	   -moz-animation-duration: 1.3s;
	     -o-animation-duration: 1.3s;
	        animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

.animated.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.animated.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.animated.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.animated.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.animated.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.animated.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.animated.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.animated.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animated.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.animated.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.animated.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.animated.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.animated.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.animated.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.animated.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.animated.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.animated.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.animated.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.animated.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.animated.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.animated.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.animated.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	
	80% {
		-o-transform: translateX(10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}
	
	25% {
		-moz-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}
	
	25% {
		-o-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	25% {
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.3);
	}	
}

.animated.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.animated.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.animated.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.animated.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.animated.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.animated.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.animated.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animated.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animated.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.animated.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.animated.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.animated.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.animated.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.animated.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes wiggle {
    0% { -moz-transform: skewX(9deg); }
    10% { -moz-transform: skewX(-8deg); }
    20% { -moz-transform: skewX(7deg); }
    30% { -moz-transform: skewX(-6deg); }
    40% { -moz-transform: skewX(5deg); }
    50% { -moz-transform: skewX(-4deg); }
    60% { -moz-transform: skewX(3deg); }
    70% { -moz-transform: skewX(-2deg); }
    80% { -moz-transform: skewX(1deg); }
    90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes wiggle {
    0% { -o-transform: skewX(9deg); }
    10% { -o-transform: skewX(-8deg); }
    20% { -o-transform: skewX(7deg); }
    30% { -o-transform: skewX(-6deg); }
    40% { -o-transform: skewX(5deg); }
    50% { -o-transform: skewX(-4deg); }
    60% { -o-transform: skewX(3deg); }
    70% { -o-transform: skewX(-2deg); }
    80% { -o-transform: skewX(1deg); }
    90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
	100% { transform: skewX(0deg); }
}

.animated.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.wiggle {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 3px 0px 0px;
}
.alert-danger {
  color: #e14c4d;
  background-color: #F5EAEA;
  border-color: #e14c4d;
}
.field-validation-error {
  color: #a94442;
}
.custom-info a p {
  max-height: 55px;
  overflow: hidden;
  text-align: center;
}
.custom-image-wrapper .custom-order-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.custom-image-wrapper .custom-order-button .buy-btn {
  float: none;
}
.shop-menu .countdown-free-shipping,
.shop-menu .free-shipping-reached {
  color: #fff;
}
.stock-availability-offline {
  float: right;
  padding: 15px;
}
.mini-shopping-cart .countdown-free-shipping {
  padding: 0px !important;
  font-size: 15px;
}
.countdown-free-shipping,
.free-shipping-reached {
  float: left;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  flex-wrap: wrap;
  margin: 0 auto;
  color: #000;
  padding: 15px;
  width: 100%;
}
.countdown-free-shipping i.fa,
.free-shipping-reached i.fa {
  color: #96cf53;
  font-size: 20px;
  margin-right: 10px;
  line-height: 25px;
}
.countdown-free-shipping span.currencyprefix,
.free-shipping-reached span.currencyprefix {
  margin-left: 5px;
}
.countdown-free-shipping span.currencysuffix,
.free-shipping-reached span.currencysuffix {
  margin-right: 5px;
}
body {
  font-family: 'Oswald', sans-serif;
  position: relative;
  font-weight: 300;
  background: white;
  /*overflow-x: hidden;*/
}
body.body-external {
  background: #f5faff;
}
#WarningsContainer {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
#WarningsContainer ul {
  padding-left: 0;
}
ul.bundled-items-list {
  padding-left: 0;
  margin-bottom: 20px !important;
}
ul.bundled-items-list li {
  list-style-position: inside;
  list-style-type: circle;
}
.payment-info-notification {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.payment-info-notification .payment-info-logo {
  float: right;
  margin-left: 10px;
  margin-bottom: 15px;
}
ul li {
  list-style: none;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: #3B3B3B;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: #696763;
}
button.btn.btn-primary.main-button:focus,
button.btn.btn-primary.main-button:active {
  outline: 0;
  border: 0;
}
h1,
h2,
h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: none;
}
p {
  font-family: 'Abel', sans-serif;
}
p a {
  text-decoration: underline;
}
p a.btn.btn-primary.main-button {
  text-decoration: none;
}
/**Padding and margins**/
.padding-20 {
  padding: 20px !important;
}
.padding-side-15 {
  padding: 0 15px !important;
}
/**Buttons**/
.btn:hover,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn-primary.main-button {
  background: #3B3B3B;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-shadow: 0px 1px 1px #606060;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 20px;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.btn.btn-primary.main-button.disabled {
  text-shadow: none;
}
.btn.btn-primary.main-button:hover {
  background: #525252 !important;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.add-to-cart.btn.btn-primary.main-button {
  background: #96cf53;
}
.add-to-cart.btn.btn-primary.main-button:hover {
  background: #7BA647 !important;
}
.add-to-cart.btn.btn-primary.main-button.disabled {
  background: #CFCFCF;
  padding: 5px 18px;
  font-size: 1.3em;
}
.navbar-toggle {
  background-color: #2c2c2c;
}
a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}
a#scrollUp i {
  font-size: 30px;
  -webkit-text-shadow: 1px 2px 6px #b0b0b0;
  text-shadow: 1px 2px 6px #b0b0b0;
}
/*************************
*******Header CSS******
**************************/
header {
  background: #000;
  margin-bottom: -2px;
}
.header_top {
  background: none repeat scroll 0 0 #F0F0E9;
}
.btn.btn-primary.main-button.complementary-checkout {
  margin-top: 0;
  background: #96CF53;
  color: #fff;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn.btn-primary.main-button.complementary-checkout:hover {
  background: #7BA647 !important;
}
.btn.main-button.btn-keep-design {
  margin-top: 0;
  padding: 10px 20px;
  background: #7BA647 !important;
  background-color: #7BA647 !important;
  color: #fff;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn.main-button.btn-keep-design:hover {
  background: #525252 !important;
}
.btn.btn-primary.main-button.re-order-button {
  background: #96CF53;
  color: #fff;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn.btn-primary.main-button.re-order-button:hover {
  background: #7BA647 !important;
}
.checkout-as-guest-button.btn.btn-primary.main-button {
  margin-right: 15px;
}
.ok-button.btn.btn-primary.main-button {
  font-size: 1.1em;
}
.form-group.reversed label {
  margin-bottom: 0;
}
.alternative-products-page.my-account-page .col-md-6 .text {
  margin-bottom: 15px;
}
.alternative-products-page .buttons.change-password-button,
.alternative-products-page .buttons.register-button,
.alternative-products-page .buttons.password-recovery,
.alternative-products-page .buttons.email-friend {
  text-align: right;
}
.alternative-products-page.my-account-page.adddresses-page .buttons .edit-address-button,
.alternative-products-page.my-account-page.adddresses-page .buttons .delete-address-button {
  background-color: #3B3B3B;
  border-radius: 20px;
  padding: 6px 15px;
}
.alternative-products-page.my-account-page.adddresses-page .buttons .edit-address-button:hover,
.alternative-products-page.my-account-page.adddresses-page .buttons .delete-address-button:hover {
  background-color: #525252;
}
.alternative-products-page.my-account-page.adddresses-page .add-button {
  text-align: right;
}
.alternative-products-page.my-account-page.adddresses-page .add-button .add-address-button {
  background-color: #3B3B3B;
  border-radius: 20px;
}
.alternative-products-page.my-account-page.adddresses-page .add-button .add-address-button:hover {
  background-color: #525252;
}
.alternative-products-page .shipping-method {
  border: none;
}
.checkout-as-guest-button.btn.btn-primary.main-button,
.register-button.btn.btn-primary.main-button,
.login-button.btn.btn-primary.main-button {
  font-size: 1.2em;
  margin: 0;
}
.checkout-as-guest-button.btn.btn-primary.main-button,
.register-button.btn.btn-primary.main-button {
  margin-top: 0;
  margin-bottom: 15px;
}
.register-button.btn.btn-primary.main-button {
  background: #96CF53;
  color: #fff;
  margin-right: 10px;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.register-button.btn.btn-primary.main-button:hover {
  background: #7BA647 !important;
}
.btn.btn-primary.main-button.complementary-checkout:active,
.btn.btn-primary.main-button.complementary-checkout:focus,
.btn.btn-primary.main-button.re-order-button:active,
.btn.btn-primary.main-button.re-order-button:focus,
.product-detailed-page .btn.btn-primary.main-button.add-to-cart-button:active,
.product-detailed-page .btn.btn-primary.main-button.add-to-cart-button:focus {
  outline: 0;
}
.contactinfo ul li:first-child {
  margin-left: -15px;
}
.contactinfo ul li a {
  font-size: 12px;
  color: #696763;
  font-family: 'Oswald', sans-serif;
}
.contactinfo ul li a:hover {
  background: inherit;
}
.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #696763;
  padding: 0px;
}
.social-icons ul li {
  display: inline-block;
}
.social-icons ul li a i {
  padding: 11px 15px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
.social-icons ul li a i:hover {
  color: #fff;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
.fa-facebook:hover {
  background: #0083C9;
}
.fa-twitter:hover {
  background: #5BBCEC;
}
.fa-linkedin:hover {
  background: #FF4518;
}
.fa-dribbble:hover {
  background: #90C9DC;
}
.fa-google-plus:hover {
  background: #CE3C2D;
}
.header-middle {
  background: #2C2C2C;
}
.header-middle .container .row .col-sm-3 {
  padding-left: 0;
}
.header-middle .container .row .col-sm-9 {
  padding-right: 0;
}
.fixed-nav {
  background: #2C2C2C;
  z-index: 90;
}
.top-category-nav .visible-xs .header-bottom {
  padding-top: 41px !important;
}
.fixed-nav.shrink-header a.logo {
  -moz-background-size: 80px 45px;
  -o-background-size: 80px 45px;
  -webkit-background-size: 80px 45px;
  background-size: 80px 45px;
  margin-bottom: 0;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.fixed-nav.shrink-header .logo a img {
  padding: 2px 0 10px 0;
  width: 100px;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.fixed-nav.shrink-header .shop-menu {
  padding: 15px 0;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.fixed-nav.shrink-header .btn.btn-primary.main-button.complementary-checkout {
  font-size: 1em;
  padding: 5px 15px;
  margin-top: 3px;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.usa {
  border-radius: 0;
  color: #B4B1AB;
  font-size: 12px;
  margin-right: 20px;
  padding: 2px 15px;
  margin-top: 10px;
}
.usa:hover {
  color: #fff;
}
.usa:active,
.usa.active {
  box-shadow: inherit;
  outline: 0 none;
}
.btn-group.open .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  background: none;
}
.youtube-link {
  max-height: 38px;
}
.youtube-link .custom-page-box-div {
  border: 0;
  padding: 0;
  margin: 0;
}
.youtube-link .custom-page-box-div p {
  margin: 0;
}
.youtube-link .custom-page-box-div p a {
  display: block;
  padding: 5px 0px;
  white-space: nowrap;
}
.youtube-link .custom-page-box-div p a img {
  margin-top: 2px;
  margin-bottom: 0px;
}
.youtube-link .custom-page-box-div p a:hover {
  color: #b0b0b0;
}
.youtube-link a {
  padding: 6px 0;
}
.youtube-link a img {
  max-width: 60px;
}
.shop-menu {
  padding: 10px 0 10px 0;
  min-width: 580px;
}
.shop-menu i.fa {
  font-size: 18px;
}
.shop-menu ul li {
  display: inline-block;
  padding-left: 25px;
}
.shop-menu ul li:last-child {
  padding-right: 0;
}
.shop-menu .dropdown-menu li i.fa {
  width: 20px;
}
.shop-menu .dropdown.open > a,
.shop-menu .dropdown.open > a:focus {
  background-color: transparent;
  color: darkgray;
}
.shop-menu .dropdown.open > a i,
.shop-menu .dropdown.open > a:focus i {
  color: darkgray;
}
.shop-menu .customer-nav li {
  display: block;
}
.shop-menu ul li.dropdown a.dropdown-toggle,
.shop-menu ul li#topcartlink a.minicart-anchor,
.shop-menu ul li.wishlist-container a {
  font-size: 14px;
  padding-top: 10px;
}
.shop-menu ul li a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.shop-menu ul li a i {
  color: #fff;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.sub-menu.customer-nav {
  margin-top: 4px;
  margin-left: 28px;
  min-width: 100px;
  width: auto;
}
.customer-toggle .fa.fa-angle-down,
.customer-toggle .fa.fa-angle-up {
  font-size: 1.2em;
}
.shop-menu ul li a i {
  margin-right: 3px;
}
.shop-menu ul li a:hover,
.shop-menu ul li a:hover i {
  color: darkgray;
}
.terms-and-conditions {
  margin-bottom: 20px;
  padding-left: 25px;
  text-align: right;
}
.terms-and-conditions .shipping-free {
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  position: relative;
  top: 0px;
  right: 0;
  float: left;
  left: 0;
}
.terms-and-conditions .shipping-free i.fa.fa-truck {
  font-size: 1.4em;
  margin-right: 15px;
  color: #96CF53;
}
.terms-and-conditions .shipping-free span {
  font-weight: 500;
}
.terms-and-conditions ul {
  display: inline-block;
}
.shipping-block-free {
  margin-bottom: 20px;
  padding: 0 5px;
  text-align: center;
}
.shipping-block-free .shipping-free {
  display: inline-block;
  font-size: 1.3em;
  position: relative;
}
.shipping-block-free .shipping-free i.fa.fa-truck {
  font-size: 1.4em;
  margin-right: 15px;
  color: #96CF53;
}
.shipping-block-free .shipping-free span {
  font-weight: 500;
}
.header-bottom {
  position: relative;
  width: 100%;
  z-index: 50;
  background: #3B3B3B;
  margin-bottom: 40px;
  /*padding-top: 68px;*/
}
.header-bottom .navbar {
  min-height: 0;
  margin-bottom: 0;
  border: 0;
}
.navbar-collapse.collapse {
  padding-left: 0;
  padding-right: 0;
}
.mainmenu .navbar-nav {
  width: 100%;
}
img.nav-icon {
  margin-right: -5px;
  float: left;
  margin-top: -10px;
  padding-top: 5px;
  position: relative;
  z-index: 2;
}
span.nav-name {
  padding: 10px;
}
span.nav-name .fa {
  padding: 2px 15px !important;
  font-size: 1.2em !important;
  /*background: #2C2C2C;*/
  float: right;
}
header span.nav-name {
  text-shadow: 0px 1px 1px #606060;
}
.shop-menu ul li a.active {
  background: none;
  background-color: transparent;
}
.mainmenu ul li a:hover,
.mainmenu ul li.active a {
  color: #fff;
}
.mainmenu ul li a:hover span.nav-name,
.mainmenu ul li.active a span.nav-name,
.mainmenu ul li a:hover img.nav-icon,
.mainmenu ul li.active a img.nav-icon {
  background: #525252;
}
.mainmenu ul li.category-item a:hover span.nav-name,
.mainmenu ul li.category-item.active a span.nav-name,
.mainmenu ul li.category-item a:hover img.nav-icon,
.mainmenu ul li.category-item.active a img.nav-icon {
  background: none;
}
.search_box {
  padding: 7px 0;
}
.search_box .form-group {
  margin: 0;
}
.search-head {
  padding: 0;
}
.search_box input {
  position: absolute;
  border: medium none;
  color: #B2B2B2;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  outline: medium none;
  padding-left: 15px;
  padding-top: 2px;
  margin-right: 2px;
  border-radius: 15px 0px 0px 15px;
  width: 85px;
  float: right;
  padding-right: 10px;
  right: 34px;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  /*background-image: url(/Themes/NopShop/Content/css/images/home/searchicon.png);
        background-repeat: no-repeat;
        background-position: 130px;*/
}
.search_box input:focus {
  width: 200px;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.search_box .input-group-addon button.search-btn {
  height: 32px;
}
.search_box .input-group-addon {
  padding: 0;
  background: #fff;
  border: medium none;
  border-radius: 0 15px 15px 0;
}
.search_box .input-group-addon button.search-btn {
  padding: 6px 10px 5px 10px;
  border: none;
  background: #fff;
  outline: 0;
  border-radius: 0px 15px 15px 0px;
}
.search_box .input-group-addon button.search-btn .glyphicon {
  color: #3B3B3B;
}
/*  Dropdown menu*/
.navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.mainmenu .nav .open > a,
.mainmenu .nav .open > a:hover,
.mainmenu .nav .open > a:focus,
.mainmenu .nav .open > a:active {
  background: none;
}
ul.category-menu {
  top: 42px !important;
}
ul.category-menu .sub-menu {
  top: auto !important;
  left: 100%;
  margin-top: -38px;
}
ul.category-menu .category-item .dropdown-toggle.active {
  background: #525252;
}
.category-item.dropdown,
.category-item.dropdown-empty {
  display: inline-flex;
}
.category-item.dropdown:hover,
.category-item.dropdown-empty:hover {
  background: #525252;
}
.category-item.dropdown.active,
.category-item.dropdown-empty.active {
  background: #525252;
}
.category-item.dropdown a.main-category,
.category-item.dropdown-empty a {
  padding: 10px 0px 5px 0px;
  height: 40px;
}
.category-item.dropdown a.main-category {
  cursor: pointer;
}
.category-item.dropdown a.main-category .fa {
  padding: 2px 5px 2px 0px !important;
}
.category-item.active {
  background: #525252;
}
.category-item.active a {
  background-color: transparent;
}
ul.category-menu,
ul.sub-menu {
  position: absolute;
  top: 40px;
  left: 0;
  background: #373737;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 230px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
  border-radius: 0px;
}
.dropdown-menu.category-menu .category-item .category-image {
  width: 30px;
  margin-left: 5px;
  margin-right: -3px;
  margin-top: -8px;
  padding-top: 4px;
}
.dropdown.open > a {
  background: rgba(0, 0, 0, 0.8);
}
.dropdown > a:after {
  background: rgba(0, 0, 0, 0.8);
}
.navbar-nav li ul.sub-menu li a:hover,
.navbar-nav li ul.sub-menu li a:active,
.navbar-nav ul.sub-menu li a:hover span,
.navbar-nav ul.sub-menu li a:active span,
.navbar-nav li ul.category-menu li a:hover,
.navbar-nav li ul.category-menu li a:active,
.navbar-nav ul.category-menu li a:hover span,
.navbar-nav ul.category-menu li a:active span {
  background: none;
  color: darkgray;
}
.navbar-nav .dropdown.active ul.sub-menu li a span,
.navbar-nav .dropdown.active ul.category-menu li a span {
  background: none;
}
.fa-angle-down,
.fa-angle-up {
  padding-left: 5px;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/*************************
*******Footer CSS******
**************************/
#footer {
  background: #3B3B3B;
  margin-top: 20px;
  padding-bottom: 15px;
}
#footer img.nav-icon {
  margin-right: 0px;
  width: 25px;
  margin-top: -6px;
}
#footer a {
  color: #fff;
}
#footer a:hover span.nav-name {
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .custom-page-box-div {
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
}
#footer .custom-page-box-div .phone,
#footer .custom-page-box-div .mail {
  margin-left: 30px;
}
#footer .custom-page-box-div .phone:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 17px;
  background-image: url(/Themes/NopShop/Content/css/images/phone-icon.png);
  margin-left: -30px;
  margin-top: 2px;
}
#footer .custom-page-box-div .mail:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 17px;
  background-image: url(/Themes/NopShop/Content/css/images/mail-icon.png);
  margin-left: -30px;
  margin-top: 2px;
}
#footer .custom-page-box-div .facebook,
#footer .custom-page-box-div .instagram,
#footer .custom-page-box-div .twitter,
#footer .custom-page-box-div .youtube {
  margin-left: 30px;
}
#footer .custom-page-box-div .facebook:before,
#footer .custom-page-box-div .instagram:before,
#footer .custom-page-box-div .twitter:before,
#footer .custom-page-box-div .youtube:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -30px;
  margin-top: 4px;
}
#footer .custom-page-box-div .facebook:before {
  background-image: url(/Themes/NopShop/Content/css/images/facebook-icon.png);
}
#footer .custom-page-box-div .instagram:before {
  background-image: url(/Themes/NopShop/Content/css/images/instagram-icon.png);
}
#footer .custom-page-box-div .twitter:before {
  background-image: url(/Themes/NopShop/Content/css/images/twitter-icon.png);
}
#footer .custom-page-box-div .youtube:before {
  background-image: url(/Themes/NopShop/Content/css/images/youtube-icon.png);
}
.footer-top .container {
  border-bottom: 1px solid #525252;
  padding-bottom: 20px;
}
.companyinfo {
  margin-top: 57px;
}
.companyinfo h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 27px;
  text-transform: uppercase;
}
.companyinfo p {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.footer-top .col-sm-3 {
  overflow: hidden;
}
.video-gallery {
  margin-top: 57px;
  position: inherit;
}
.video-gallery a img {
  height: 100%;
  width: 100%;
}
.iframe-img {
  position: relative;
  display: block;
  height: 61px;
  margin-bottom: 10px;
  border: 2px solid #CCCCC6;
  border-radius: 3px;
}
.overlay-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 61px;
  border-radius: 3px;
  color: #FFF;
  font-size: 20px;
  line-height: 0;
  display: block;
  opacity: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.overlay-icon i {
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.video-gallery a:hover .overlay-icon {
  opacity: 1;
}
.video-gallery p {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0px;
}
.video-gallery h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
}
.address {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.address img {
  width: 100%;
}
.address p {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 25px;
  position: absolute;
  top: 50px;
}
/*.footer-widget {
    margin-bottom: 68px;
}*/
.footer-widget .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-widget h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.single-widget h2 i {
  margin-right: 15px;
}
.single-widget ul li a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
}
.single-widget ul li a i {
  margin-right: 18px;
}
.single-widget ul li a:hover {
  background: none;
}
.searchform input {
  border: 1px solid #DDDDDD;
  color: #CCCCC6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  width: 212px;
}
.searchform button {
  border: medium none;
  border-radius: 0;
  margin-left: -5px;
  margin-top: -3px;
  padding: 7px 17px;
}
.searchform button i {
  color: #FFFFFF;
  font-size: 20px;
}
.searchform p {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
}
.footer-bottom {
  /*background: #D6D6D0;
    padding-top: 10px;*/
  color: #fff;
}
.footer-bottom .container {
  padding-top: 20px;
  border-top: 1px solid #525252;
}
.footer-bottom a {
  color: #fff;
  text-decoration: underline;
}
.footer-bottom a:hover {
  text-decoration: none;
}
.footer-bottom p {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-left: 15px;
}
.footer-bottom p span a {
  font-style: italic;
  text-decoration: underline;
}
/*************************
******* Home ******
**************************/
h1.startpage-title {
  color: #777;
  font-size: 1em;
  font-weight: 400;
  margin-top: 0;
}
.breadcrumb-row {
  margin-top: -20px;
}
ul.startpage-breadcrumb {
  display: inline-block;
}
span.shipping-worldwide {
  float: right;
  margin-top: -2px;
  padding: 0;
  display: inline-table;
}
span.shipping-worldwide a {
  font-size: 1.1em;
  font-weight: 500;
  padding: 6px 10px;
  background: #3B3B3B;
  margin-top: -7px;
  border-radius: 5px;
  color: #fff;
}
span.shipping-worldwide a i {
  font-size: 1.3em;
  margin-right: 5px;
  color: #96CF53 !important;
}
span.shipping-worldwide a:hover {
  color: darkgray;
}
span.shipping-worldwide a:active,
span.shipping-worldwide a:focus {
  color: darkgray;
  text-decoration: none;
}
ul.startpage-breadcrumb li {
  display: inline-block;
}
ul.startpage-breadcrumb li a {
  color: #3B3B3B;
}
ul.startpage-breadcrumb li:first-child a {
  padding-left: 0;
}
.startpage-breadcrumb .glyphicon.glyphicon-play {
  font-size: 10px;
  vertical-align: 2px;
  margin: 0 5px;
}
.admin-header-links {
  text-align: right;
}
.admin-header-links a {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  padding-right: 0;
  margin-top: 10px;
}
.admin-header-links a i {
  margin-right: 5px;
}
.admin-header-links a:hover {
  color: #3B3B3B;
}
#slider .nivo-caption {
  position: absolute;
  left: 60px;
  top: 60px;
  bottom: auto;
  background: rgba(255, 255, 255, 0.85) !important;
  color: #000;
  width: auto !important;
  max-width: 300px;
  z-index: 8;
  padding: 25px;
  -moz-opacity: 1;
  filter: alpha(opacity=1);
  opacity: 1;
  overflow: hidden;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#slider .nivo-caption h1,
#slider .nivo-caption h2,
#slider .nivo-caption h3,
#slider .nivo-caption h4,
#slider .nivo-caption h5,
#slider .nivo-caption h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
#slider .nivo-caption a {
  border: 0;
  outline: 0;
}
#slider .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  min-height: 100% !important;
  overflow: hidden;
  height: auto !important;
}
#slider .theme-default .nivo-controlNav a {
  display: inline-block !important;
  width: 13px !important;
  height: 13px !important;
  background: none !important;
  background-color: #fff !important;
  text-indent: -9999px !important;
  border: 1px solid #3B3B3B !important;
  margin: 0 2px !important;
  border-radius: 13px !important;
}
#slider .theme-default .nivo-caption p {
  padding: 0px;
}
#slider .theme-default .nivo-caption div.read-more .btn.btn-primary.main-button {
  font-size: 1.2em;
  display: inline-block !important;
  padding-top: 8px;
}
#slider .theme-default .nivo-controlNav a.active {
  background-color: #3B3B3B !important;
}
#slider-carousel {
  background: #fff;
  border: 1px solid #D9D9D9;
}
.carousel-indicators li {
  background: #C4C4BE;
}
.item {
  padding-left: 100px;
}
.pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}
.girl {
  margin-left: 0;
}
.item h1 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 48px;
  margin-top: 50px;
}
.item .col-sm-6 {
  margin-bottom: 50px;
}
.item h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
}
.item p {
  color: #363432;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.get {
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;
}
.control-carousel {
  position: absolute;
  top: 40%;
  font-size: 60px;
  color: #C2C2C1;
}
.left.control-carousel {
  margin-left: 20px;
}
.right.control-carousel {
  margin-right: 20px;
}
.right {
  right: 0;
}
.category-products {
  border: 1px solid #F7F7F0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.category-page .category-product-grid .product-image-wrapper,
.search-page-content .product-grid .product-image-wrapper {
  margin-bottom: 20px;
  margin-top: 0;
}
.brands_products {
  border: 1px solid #D9D9D9;
}
.category-nav h2,
.brands_products h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  background: #404040;
  color: #fff;
}
.ik-container {
  position: absolute !important;
}
.ik-container .slides {
  margin-bottom: 0;
}
.ik-flex .slides img {
  width: 100%;
}
.left-sidebar .ik-flex {
  max-width: 100%;
}
.left-sidebar .ik-flex .slides img {
  max-height: none;
}
.left-sidebar .banner {
  border: 1px solid #D9D9D9;
}
.left-sidebar .banner img {
  width: 100%;
}
.col-md-3.right-sidebar .product-of-the-week .product-image-wrapper {
  min-height: 0;
}
.col-md-3.right-sidebar .ik-container {
  max-width: 100%;
  position: relative !important;
  margin-bottom: 0;
}
.col-md-3.right-sidebar .ik-container h1,
.col-md-3.right-sidebar .ik-container h2,
.col-md-3.right-sidebar .ik-container h3,
.col-md-3.right-sidebar .ik-container h4,
.col-md-3.right-sidebar .ik-container h5,
.col-md-3.right-sidebar .ik-container h6 {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 700;
}
.col-md-3.right-sidebar .title.startpage {
  display: none;
}
.col-md-4 .title.categorypage {
  display: none;
}
.left-sidebar .banner {
  margin-bottom: 30px;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner img {
  min-width: 100%;
  max-width: none !important;
  height: auto;
}
.banner-content {
  position: absolute;
  bottom: 30px;
  left: 45px;
  max-width: 74%;
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
}
.banner-content h1,
.banner-content h2,
.banner-content h3,
.banner-content h4,
.banner-content h5,
.banner-content h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4em;
}
.banner-content p {
  margin-bottom: 0;
}
.banner-content .btn.btn-primary.main-button {
  font-size: 1.2em;
}
.right-sidebar .banner-content {
  /*position: absolute;
    bottom: 30px;
    left: auto;
    right: 0;
    max-width: 90%;
    background: rgba(255, 255, 255, 0.75);
    padding: 25px;*/
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
}
/*.left-sidebar h2:after, h2.title:after {
        content: " ";
        position: absolute;
        border: 1px solid #f5f5f5;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 0;
        z-index: -2;
    }

    .left-sidebar h2:before {
        content: " ";
        position: absolute;
        background: #fff;
        bottom: -6px;
        width: 130px;
        height: 30px;
        z-index: -1;
        left: 50%;
        margin-left: -65px;
    }

h2.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}*/
.category-products .panel {
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}
.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}
.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}
.category-products .badge {
  background: none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.panel-body ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.panel-body ul li {
  margin-top: 5px;
}
.panel-body ul li:first-child {
  margin-top: 0;
}
.panel-body ul li a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.brands-name {
  padding-bottom: 17px;
  padding-top: 15px;
}
.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.brands-name .nav-stacked li a:hover {
  background-color: #fff;
}
.shipping {
  background-color: #F2F2F2;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}
.price-range {
  margin-top: 30px;
}
.well {
  background-color: #FFFFFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
}
.tooltip-inner {
  border-radius: 4px;
  color: #FFFFFF;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}
.tooltip.top .tooltip-arrow {
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.padding-right {
  padding-right: 0;
}
.features_items {
  overflow: hidden;
  border: 1px solid #D9D9D9;
  background: #fff;
  margin-top: 80px;
  min-height: 430px;
  max-height: 430px;
  overflow: auto;
  margin-bottom: 20px;
}
h2.title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 15px 10px 15px;
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
  /*background: #3D3F40;
    color: @ColorComplementaryWhite;*/
  background: #D9D9D9;
  color: #333;
  margin-bottom: auto;
}
.box-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  background: none;
  font-weight: 700;
  color: #000;
  padding: 0;
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
}
.box-title.new-products {
  font-size: 32px;
  text-align: center;
  margin-top: -4px;
}
.campaigns .image-box {
  height: 150px;
  display: block;
  overflow: hidden;
}
.campaigns .image-box a {
  position: relative;
  display: flex;
  align-self: center;
  vertical-align: middle;
  height: 150px;
  overflow: hidden;
}
.campaigns .image-box img {
  display: block;
  position: relative;
  width: 95%;
  object-fit: contain;
  /*top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);*/
}
.product-buy {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
p.out-of-stock {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}
p.out-of-stock i {
  color: #e14c4d;
}
p.available-for-preorder {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}
p.available-for-preorder i {
  color: #3B3B3B;
}
div.out-of-stock {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: left;
}
div.out-of-stock i {
  color: #e14c4d;
  padding-right: 2px;
}
div.available-for-preorder {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
div.available-for-preorder i {
  color: #3B3B3B;
}
.product-details .out-of-stock {
  text-align: left;
  font-weight: 400;
}
p.out-of-stock.detailed {
  margin-bottom: 0;
}
.product-details .available-for-preorder {
  text-align: right;
}
p.available-for-preorder.detailed {
  margin-bottom: 0;
}
.campaigns.related-products {
  margin-top: 0;
  margin-bottom: 20px;
}
.campaigns .col-lg-3.col-md-3.col-sm-3.col-md-3 {
  margin-bottom: 20px;
}
.professional_items .product-box .buy-btn a {
  margin-top: 5px;
}
.order-stock-info {
  margin-top: 7px;
  font-size: 10px;
  margin-bottom: 7px;
}
.professional_items .product-image-wrapper {
  margin-bottom: 20px;
}
.recommended_items .col-md-4 > a,
.features_items .col-md-4 > a,
.professional_items .col-md-4 > a {
  display: block;
  height: 85px;
  margin-top: 3px;
}
.product-of-the-week {
  position: relative;
}
.product-of-the-week .price.actual-price {
  font-size: 1.7em;
}
.product-of-the-week .image-box a {
  display: block;
}
.right-sidebar .product-of-the-week {
  position: relative;
}
.right-sidebar .product-of-the-week .image-box a {
  display: block;
  height: 200px;
}
.campaigns div.title,
.professional_items div.title,
.new-products-list div.title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  background: none;
  font-weight: 700;
  color: #000;
  padding: 12px 15px 10px 15px;
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
}
.campaigns div.title .first,
.professional_items div.title .first,
.new-products-list div.title .first {
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
  display: inline-block;
}
.campaigns div.title .second,
.professional_items div.title .second,
.new-products-list div.title .second {
  margin-left: 30px;
  color: #3B3B3B;
  font-size: 24px;
}
.product-of-the-week div.title {
  padding: 12px 0;
}
.professional_items div.title,
.campaigns div.title,
.new-products-list div.title {
  padding: 12px 0;
}
.new-products-list .container-ribbon {
  margin: 0px auto 15px;
}
.container-ribbon .title h2.first {
  font-size: 1.1em;
  margin: 2px;
  text-shadow: 0 1px 1px #606060;
}
.professional_items .product-box {
  background: white;
  display: inline-block;
  width: 100%;
}
.professional_items .product-box .product-box-content {
  padding: 15px 0;
  overflow: auto;
  max-height: 421px;
  background: white;
  border: 1px solid #D9D9D9;
}
.col-md-8.youtube {
  padding-left: 0;
}
.campaigns .product-image-wrapper .box-product.single-products .productinfo p.product-name {
  height: 55px;
  overflow: hidden;
  margin-bottom: 8px;
}
.campaigns .product-image-wrapper,
.product-of-the-week .product-image-wrapper {
  background: #fff;
  padding: 15px;
  border: 1px solid #D9D9D9;
  height: 265px;
}
.product-box #campaign-carousel .product-image-wrapper {
  margin-bottom: 0;
}
.manufacturer {
  display: none;
}
.campaigns .add-to-cart.btn.btn-primary,
.product-of-the-week .add-to-cart.btn.btn-primary,
.professional_items .add-to-cart.btn.btn-primary {
  margin-bottom: 0;
  display: block;
  margin-top: 0;
}
.campaigns .main-button,
.product-of-the-week .main-button {
  background: #3B3B3B;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 110px;
  font-size: 20px;
  padding: 5px 15px;
}
.single-products {
  position: relative;
}
.new,
.sale {
  position: absolute;
  top: 0;
  right: 0;
}
.productinfo h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.product-overlay h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.productinfo p {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: -3px;
}
/*.productinfo {
    position: relative;
}*/
.product-overlay {
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
}
.single-products:hover .product-overlay {
  display: block;
  height: 100%;
}
.product-overlay .overlay-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 15px;
}
.product-overlay .add-to-cart {
  background: #fff;
  border: 0 none;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}
.product-overlay .add-to-cart:hover {
  background: #fff;
}
.product-overlay p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.add-to-cart {
  background: #F5F5ED;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}
.add-to-cart:hover {
  border: 0 none;
  border-radius: 0;
}
.add-to {
  margin-bottom: 10px;
}
.add-to-cart i {
  margin-right: 5px;
}
.add-to-cart:hover {
  color: #FFFFFF;
}
.buy-btn {
  display: inline-block;
}
.btn-buy-small {
  font-size: 20px !important;
  padding: 7px 18px !important;
}
.btn-buy-extra-small {
  font-size: 16px !important;
  padding: 9px 10px !important;
}
.choose {
  border-top: 1px solid #F7F7F0;
}
.choose ul li a {
  color: #B3AFA8;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}
.choose ul li a i {
  margin-right: 5px;
}
.choose ul li a:hover {
  background: none;
}
.category-tab {
  overflow: hidden;
}
.category-tab ul {
  background: none;
  list-style: none outside none;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
}
.category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #000;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
}
.category-tab ul li a:hover {
  color: #fff;
  background: #9e9e9e;
}
.nav-tabs {
  border-bottom: 1px solid #D9D9D9 !important;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border: 0px;
  color: #333;
  cursor: default;
  margin-right: 0;
  margin-left: 0;
  background: #D9D9D9;
}
/*.nav-tabs li.active a{ color: #40403E; }*/
.nav-tabs li a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right: 0;
  padding: 8px 30px;
}
.nav-tabs.nav-justified > li.tab-max-50 {
  width: 50%;
}
.recommended_items {
  overflow: hidden;
  border: 1px solid #D9D9D9;
  background: #fff;
  margin-top: 80px;
  min-height: 430px;
  max-height: 430px;
  overflow: auto;
  margin-bottom: 20px;
}
.recommended_items .product-image-wrapper {
  margin-bottom: 0;
}
#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}
.recommended-item-control {
  position: absolute;
  top: 41%;
}
.recommended-item-control i {
  color: #FFFFFF;
  font-size: 20px;
  padding: 4px 10px;
}
.recommended-item-control i:hover {
  background: #ccccc6;
}
.our_partners {
  overflow: hidden;
}
.our_partners ul {
  background: #F7F7F0;
  margin-bottom: 50px;
}
.our_partners ul li a:hover {
  background: none;
}
/*************************
*******Shop CSS******
**************************/
#advertisement {
  padding-bottom: 45px;
}
#advertisement img {
  width: 100%;
}
.pagination {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 0;
  padding-left: 15px;
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}
.pagination li:last-child a,
.pagination li:last-child span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
}
.pagination li a,
.pagination li span {
  background-color: #f0f0e9;
  border: 0;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  margin-right: 5px;
  color: #000;
}
.pagination li a:hover {
  color: #fff;
}
/*************************
*******Product Details CSS******
**************************/
#similar-product {
  margin-top: 0;
  padding: 30px 20px;
}
#similar-product .right {
  right: 20px;
}
/*#reviews {
    padding-left: 25px;
    padding-right: 25px;
}*/
.product-details {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 10px;
}
.add-to-cart-panel .form-group {
  margin-bottom: 0;
  margin-top: 5px;
}
.product-information div#bar-notification.success {
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #dff0d8;
  border-color: #3c763d;
  clear: both;
}
.product-information div#bar-notification.success span,
.product-information div#bar-notification.success p,
.product-information div#bar-notification.success a {
  color: #3c763d;
}
.product-information div#bar-notification.success span.close {
  color: #3c763d;
  opacity: 1;
  font-size: 1.1em;
  font-weight: normal;
}
.product-information div#bar-notification.error {
  clear: both;
}
.product-information div#bar-notification.error span.close {
  font-size: 17px;
}
#bar-notification p.content {
  text-align: left;
  font-weight: 400;
}
#subscription-message {
  margin-bottom: 22px;
  color: #7BA647;
  border: 1px solid #7BA647;
  padding: 10px;
}
#bar-notification div.content p {
  text-align: left;
}
#bar-notification div.content form input {
  border-color: #96cf53;
  box-shadow: none;
  text-shadow: none;
  border-style: none;
  padding-left: 0;
  background: none;
}
#bar-notification div.content form #stocksubscription {
  width: 100%;
  border: none;
  border-radius: 1px;
  margin-bottom: 9px;
  padding-left: 7px;
  background: white;
}
#bar-notification div.content .subscribe-logged-in {
  color: #a94442;
  cursor: pointer;
}
.stock-availability:not(.product-details-label) {
  overflow: hidden;
  width: 95px;
  height: 95px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  margin: -15px;
  pointer-events: none;
  /*span:after {
        content: " ";
        position: absolute;
        width: 15px;
        height: 15px;
        background: url(/Themes/NopShop/Content/css/images/stockquantity.png);
        margin-top: 1px;
        margin-left: 5px;
    }*/
  /*span.out-of-stock:after {
        background-position: left bottom;
    }

    span.less-than-10:after {
        background-position: left center;
    }

    span.more-than-10:after {
        background-position: left top;
    }*/
}
.stock-availability:not(.product-details-label) .out-of-stock {
  margin: 0;
  padding: 0;
  background: #e14c4d;
  color: white;
  padding: 0.2em 2px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
}
.stock-availability:not(.product-details-label) .less-than-10 {
  margin: 0;
  padding: 0;
  background: darkorange;
  color: white;
  padding: 0.2em 2px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
}
.stock-availability:not(.product-details-label) .out-of-stock:before,
.stock-availability:not(.product-details-label) .out-of-stock:after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: #e14c4d;
}
.stock-availability:not(.product-details-label) .less-than-10:before,
.stock-availability:not(.product-details-label) .less-than-10:after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: darkorange;
}
.stock-availability:not(.product-details-label) .out-of-stock:before,
.stock-availability:not(.product-details-label) .less-than-10:before {
  right: 100%;
}
.stock-availability:not(.product-details-label) .out-of-stock:after,
.stock-availability:not(.product-details-label) .less-than-10:after {
  left: 100%;
}
.stock-availability:not(.product-details-label).offline-stock {
  padding: 0;
}
.stock-availability:not(.product-details-label) span.hide-quantity {
  margin-right: -20px;
}
.stock-availability:not(.product-details-label) span.hide-quantity:after {
  background: none;
}
.stock-availability:not(.product-details-label) .out-of-stock.order {
  display: block;
}
.stock-availability:not(.product-details-label) .more-than-10 {
  display: none;
}
.product-details-label.stock-availability {
  white-space: nowrap;
  position: relative;
  bottom: 0px;
  font-weight: 400;
  padding-right: 0px;
}
.product-details-label.stock-availability .less-than-10 {
  font-family: "Oswald", sans-serif;
}
.product-details-label.stock-availability .less-than-10 .fa.fa-signal {
  color: #ff8c00;
  padding-right: 3px;
}
.stock-sku-variants {
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}
.stock-sku-variants:hover .offline-shop-availability {
  opacity: 1;
}
.stock-sku-variants .offline-shop-availability {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  width: 300px;
  border: 2px solid #404040;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.2s;
}
.stock-sku-variants .offline-shop-availability tr {
  background: #fff;
  width: 100%;
}
.stock-sku-variants .offline-shop-availability tr:nth-child(2n+1) {
  background: #e1e6ea;
}
.stock-sku-variants .offline-shop-availability tr th {
  padding: 5px 15px;
}
.stock-sku-variants .offline-shop-availability tr th:last-child {
  text-align: right;
}
.stock-sku-variants .offline-shop-availability tr td {
  padding: 5px 15px;
  text-align: left !important;
}
.product-detailed-page .product-details {
  margin-bottom: 0px;
}
.product-detailed-page .product-details ul.option-list {
  padding: 0;
}
.product-detailed-page .product-details .attributes dl {
  margin-bottom: 0;
}
.product-images {
  background: #fff;
}
#product-media {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
}
#product-media .item-container {
  /*display: table-cell;
        height: 100%;
        position: relative;
        vertical-align: middle;*/
}
#product-media .carousel-inner > .active {
  vertical-align: middle;
  width: 100%;
}
#product-media .item {
  padding: 0 !important;
}
#product-media .item img {
  margin: 0 auto;
  width: 100%;
}
#product-media .carousel-control {
  background: none;
  top: 33%;
  max-width: 40px;
  display: none;
}
#product-media .carousel-control span {
  margin-top: 0;
}
#product-media .indicator {
  display: inline-block;
  width: 98px;
  height: 60px;
  overflow: hidden;
  border: 1px solid white;
  margin: 0px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 0;
  text-indent: 0px;
  border: hidden;
}
#product-media .indicator img {
  min-width: 100%;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  object-fit: cover;
  background-color: white;
}
#product-media .indicator img.yt-thumbnail {
  /*-moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;*/
  width: auto;
  max-height: 100%;
}
#product-media .indicator:first-child {
  margin-left: 0;
}
#product-media .indicator.yt:before {
  content: " ";
  position: absolute;
  width: 45px;
  height: 30px;
  margin-top: 15px;
  margin-left: 27px;
  z-index: 2;
  overflow: hidden;
  background: url(/Themes/NopShop/Content/css/images/youtube_btn@2x.png) no-repeat;
  -moz-background-size: 50px 70px;
  -o-background-size: 50px 70px;
  /* -webkit-background-size: 50px 70px; */
  background-size: 40px 60px;
  opacity: 0.9;
  background-position: 0 -30px;
}
#product-media .indicator.yt:hover:before {
  background-position: 0px 0px;
}
#product-media .indicator.active {
  border: 1px solid #D9D9D9;
}
#product-media .carousel-indicators {
  position: relative;
  z-index: 30;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}
.view-product {
  position: relative;
  background: #fff;
}
.view-product img {
  /*border: 1px solid #F7F7F0;
        height: 380px;
        width: 100%;*/
  min-height: 380px;
  margin: 0 auto;
}
.view-product h3 {
  bottom: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}
#similar-product .carousel-inner .item {
  padding-left: 0px;
}
#similar-product .carousel-inner .item img {
  display: inline-block;
  margin-left: 15px;
}
.item-control {
  position: absolute;
  top: 35%;
}
.item-control i {
  color: #FFFFFF;
  font-size: 20px;
  padding: 5px 10px;
}
.item-control i:hover {
  background: #ccccc6;
}
.product-details .overview {
  z-index: 2;
}
.product-details .overview h1.title,
.product-details .grouped h1.title {
  background: none;
  color: #000;
  font-weight: 700;
  text-transform: none;
  font-size: 2.5em;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 0;
}
.grouped .product-details .overview h1.title {
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}
.product-variant-list .custom-page-box-div {
  background: #fff;
  border: 1px solid #D9D9D9;
}
.product-variant-list .custom-page-box-div .prices {
  margin-bottom: 20px;
  margin-top: 10px;
}
.variant-overview .attributes .customSelect:after {
  margin-top: -6px;
  right: 15px;
}
.variant-name {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.variant-addtocart {
  margin-top: 20px;
  margin-bottom: -15px;
  padding: 0;
}
.product-information,
.product-details {
  /*border: 1px solid #F7F7F0;
    overflow: hidden;
    position: relative;*/
  /*padding-bottom: 60px;
    padding-left: 30px;
    padding-top: 60px;
    position: relative;
    padding-right: 30px;*/
}
.product-information .attributes,
.product-details .attributes {
  margin: 20px 0px;
}
.product-information .attributes input.gray-input,
.product-details .attributes input.gray-input {
  border: 1px solid #878686;
  height: 32px;
  width: 100%;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  background: #fff;
}
.giftcard .gray-textarea {
  border: 1px solid #878686;
  width: 100%;
  padding: 5px 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  background: #fff;
  margin-top: 0;
}
.giftcard input.gray-input {
  border: 1px solid #878686;
  height: 32px;
  width: 100%;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  background: #fff;
}
.product-detailed-page .product-details {
  overflow: visible;
}
.product-detailed-page .product-details .form-group {
  margin-bottom: 5px;
}
.product-detailed-page .product-details .short-description {
  font-size: 1.2em;
  font-weight: 400;
}
.product-detailed-page .product-details .email-a-friend,
.product-detailed-page .product-details .add-to-compare-list {
  float: right;
}
.product-detailed-page .product-details .email-a-friend,
.product-detailed-page .product-details .compare-products {
  float: none;
  display: inline-block;
  margin-right: 20px;
}
.product-detailed-page .product-details .email-a-friend button,
.product-detailed-page .product-details .compare-products button {
  margin-top: 0;
  background: none;
  color: #3B3B3B;
  text-decoration: underline;
  padding: 0;
}
.product-detailed-page .product-details .email-a-friend button i,
.product-detailed-page .product-details .compare-products button i {
  color: #333;
}
.product-detailed-page .product-details .email-a-friend button:active,
.product-detailed-page .product-details .compare-products button:active,
.product-detailed-page .product-details .email-a-friend button:focus,
.product-detailed-page .product-details .compare-products button:focus {
  outline: 0;
}
.product-detailed-page .product-details .email-a-friend button:hover,
.product-detailed-page .product-details .compare-products button:hover {
  background: none;
  color: #525252;
}
.product-detailed-page .product-details .email-a-friend button:hover i,
.product-detailed-page .product-details .compare-products button:hover i {
  color: #525252;
}
.product-detailed-page .product-details .nav-justified > li.specification,
.product-detailed-page .product-details .nav-justified > li.reviews {
  border-left: 1px solid #fff !important;
}
.product-detailed-page .product-details .nav-justified > li > a {
  border-radius: 0 !important;
  border: 0 !important;
  background: #D9D9D9;
  padding: 5px;
}
.product-detailed-page .product-details .btn.btn-primary.main-button.add-to-wishlist-button {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  margin-top: 0;
  background: none;
  color: #3B3B3B;
  text-shadow: none;
  text-decoration: underline;
}
.product-detailed-page .product-details .btn.btn-primary.main-button.add-to-wishlist-button i {
  margin-right: 5px;
  color: #333;
}
.product-detailed-page .product-details .btn.btn-primary.main-button.add-to-wishlist-button:hover {
  background: none !important;
  color: #525252;
}
.product-detailed-page .product-details .btn.btn-primary.main-button.add-to-wishlist-button:hover i {
  color: #525252;
}
.product-detailed-page .product-details .wishlist-link {
  position: absolute;
  top: 5px;
  right: 5px;
}
.product-detailed-page .prices {
  position: relative;
  left: auto;
  text-align: right;
  margin-bottom: 5px;
}
.product-detailed-page .prices .product-price {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  padding: 4px 10px 4px 12px;
  display: inline-block;
}
.product-detailed-page .prices .product-price span {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2em;
}
.product-detailed-page #reviews h3.review-title {
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Abel", sans-serif;
  font-size: 1.3em;
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
  line-height: 1.5em;
}
.product-detailed-page #reviews .rating-div {
  display: inline-block;
  margin-top: -5px;
}
.product-detailed-page #reviews .review-text {
  font-size: 1.3em;
  font-weight: 400;
  font-family: "Abel", sans-serif;
}
.product-detailed-page #reviews .review-sender {
  font-size: 1.3em;
  font-weight: 400;
  font-style: italic;
  font-family: "Abel", sans-serif;
}
.manufacturers {
  margin-bottom: 10px;
}
.manufacturers span.value {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
}
.product-reviews-overview {
  margin-bottom: 15px;
}
.newarrival {
  position: absolute;
  top: 0;
  left: 0;
}
.product-information h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-top: 0;
}
.product-information p {
  color: #696763;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-align: right;
}
/*.option-list input[type=checkbox] {
    display: none;
}

.option-list .checkbox {
    padding-left: 10px;
    margin-top: 7px;
}

    .option-list .checkbox label:before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        background: url(/Themes/NopShop/Content/css/images/filter-checkbox.png) no-repeat;
        background-position: top left;
        margin-left: -30px;
        margin-top: 0;
        -moz-background-size: 18px;
        -o-background-size: 18px;
        -webkit-background-size: 18px;
        background-size: 18px;
    }

    .option-list .checkbox label.checked:before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        background: url(/Themes/NopShop/Content/css/images/filter-checkbox.png) no-repeat;
        background-position: bottom left;
        margin-left: -30px;
        margin-top: 0;
        -moz-background-size: 18px;
        -o-background-size: 18px;
        -webkit-background-size: 18px;
        background-size: 18px;
    }*/
.has-js .label_check,
.has-js .label_radio {
  padding-left: 30px;
}
.has-js .label_radio {
  width: 100%;
  height: 18px;
  background: url(/Themes/NopShop/Content/css/images/filter-radio.png) no-repeat;
  background-position: top left;
  -moz-background-size: 18px;
  -o-background-size: 18px;
  -webkit-background-size: 18px;
  background-size: 18px;
}
.has-js .label_check {
  width: 18px;
  height: 18px;
  background: url(/Themes/NopShop/Content/css/images/filter-checkbox.png) no-repeat;
  background-position: top left;
  -moz-background-size: 18px;
  -o-background-size: 18px;
  -webkit-background-size: 18px;
  background-size: 18px;
}
.has-js label.c_on {
  width: 18px;
  height: 18px;
  background: url(/Themes/NopShop/Content/css/images/filter-checkbox.png) no-repeat;
  background-position: bottom left;
  -moz-background-size: 18px;
  -o-background-size: 18px;
  -webkit-background-size: 18px;
  background-size: 18px;
}
.has-js label.r_on {
  width: 100%;
  height: 18px;
  background: url(/Themes/NopShop/Content/css/images/filter-radio.png) no-repeat;
  background-position: bottom left;
  -moz-background-size: 18px;
  -o-background-size: 18px;
  -webkit-background-size: 18px;
  background-size: 18px;
}
.has-js .label_check input,
.has-js .label_radio input {
  position: absolute;
  left: -9999px;
}
/*.product-information span { display: inline-block; margin-bottom: 8px; margin-top: 18px; }*/
/*.product-information span span { float: left; font-family: 'Roboto', sans-serif; font-size: 30px; font-weight: 700; margin-right: 20px; margin-top: 0px; }*/
.product-information span input {
  border: 1px solid #DEDEDC;
  color: #696763;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;
}
.product-information span label {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 5px;
}
.product-specs-box tr {
  color: #000;
}
.product-specs-box tr td.spec-name {
  font-weight: 400;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f7f7f7;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #fff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
  color: #333;
}
.share {
  margin-top: 15px;
}
.cart {
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 20px;
}
#cart_items .cart_info {
  border: 0 !important;
}
.cart_menu {
  font-family: "Oswald", sans-serif;
}
.cart_menu > td {
  font-family: "Oswald", sans-serif !important;
  padding: 0 20px !important;
}
#cart_items .table-condensed > tbody > tr > td {
  padding: 20px !important;
}
#cart_items .table-condensed > tbody > tr > td .attributes {
  margin-top: 10px;
  padding-left: 10px;
}
#cart_items .table-condensed > tbody > tr > td.a-right.total {
  font-weight: 400;
}
a.ico-cart:hover .cart-qty {
  color: #fff;
}
.my-account-page .custom-page-box-div {
  border: none;
}
.cart-qty,
.wishlist-qty {
  background: #3B3B3B;
  padding: 2px 10px 3px 10px;
  margin-left: 5px;
  color: #fff;
}
.wishlist-content thead > tr > td {
  color: #333;
  font-family: "Oswald", sans-serif;
}
.wishlist-content #cart_items .cart_info {
  border: 0;
}
.wishlist-content #cart_items .cart_info tr.cart-item-row .qty.nobr input.qty-input {
  border: 1px solid #b0b0b0;
  text-align: center;
  width: 50%;
  min-width: 40px;
}
.common-buttons .btn.btn-primary.main-button.wishlist-btn {
  font-size: 14px;
  padding: 6px 15px;
  font-weight: 400;
}
.shop-details-tab {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.shop-details-tab .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
  float: none;
}
.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  margin-bottom: 15px;
  height: 0;
  overflow: hidden;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#reviews ul {
  background: #FFFFFF;
  border: 0 none;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;
}
#reviews ul li {
  display: inline-block;
}
#reviews ul li a {
  color: #696763;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  padding-right: 15px;
}
#reviews ul li a i {
  padding-right: 8px;
}
#reviews ul li a:hover {
  background: #fff;
}
#reviews p {
  color: #363432;
}
#reviews form span {
  display: block;
}
#reviews form span input {
  background: #F0F0E9;
  border: 0 none;
  color: #A6A6A1;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: medium none;
  padding: 8px;
  width: 48%;
}
#reviews form span input:last-child {
  margin-left: 3%;
}
#reviews textarea {
  background: #F0F0E9;
  border: medium none;
  color: #A6A6A1;
  height: 195px;
  margin-bottom: 25px;
  margin-top: 15px;
  outline: medium none;
  padding-left: 10px;
  padding-top: 15px;
  resize: none;
  width: 99.5%;
}
#reviews button {
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
/*************************
*******404 CSS******
**************************/
.logo-404 {
  margin-top: 60px;
}
.content-404 h1 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 41px;
  font-weight: 300;
}
.content-404 img {
  margin: 0 auto;
}
.content-404 p {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
.content-404 h2 {
  margin-top: 50px;
}
.content-404 h2 a {
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: 300;
  padding: 8px 40px;
}
/*************************
*******login page CSS******
**************************/
#form {
  display: block;
  margin-bottom: 185px;
  margin-top: 185px;
  overflow: hidden;
}
.login-form h2,
.signup-form h2 {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.login-form form input,
.signup-form form input {
  background: #F0F0E9;
  border: medium none;
  color: #696763;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  margin-bottom: 10px;
  outline: medium none;
  padding-left: 10px;
  width: 100%;
}
.login-form form span {
  line-height: 25px;
}
.login-form form span input {
  width: 15px;
  float: left;
  height: 15px;
  margin-right: 5px;
}
.login-form form button {
  margin-top: 23px;
}
.login-form form button,
.signup-form form button {
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  display: block;
  font-family: 'Roboto', sans-serif;
  padding: 6px 25px;
}
.login-form label input {
  border: medium none;
  display: inline-block;
  height: 0;
  margin-bottom: 0;
  outline: medium none;
  padding-left: 0;
}
.or {
  border-radius: 40px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-top: 75px;
  text-align: center;
  width: 50px;
}
/*************************
*******Cart CSS******
**************************/
#do_action {
  margin-bottom: 50px;
}
.custom-page-box-border-less-div.breadcrumb-container {
  margin: 0 !important;
  padding: 0;
}
.breadcrumbs {
  position: relative;
  margin-top: -28px;
  margin-bottom: 0;
}
.breadcrumbs span.shipping-worldwide {
  padding: 6px 0;
  margin-top: 0px;
  display: inline-table;
}
.breadcrumbs span.shipping-worldwide a {
  color: #fff;
  padding: 6px 10px;
  background: #3B3B3B;
  border-radius: 5px;
  margin-top: 0;
}
.breadcrumbs span.shipping-worldwide a i {
  color: #96CF53 !important;
}
.breadcrumbs span.shipping-worldwide a:hover {
  color: darkgray;
}
.breadcrumbs .breadcrumb {
  background: transparent;
  margin-bottom: 10px;
  padding-left: 0;
  display: inline-block;
}
.breadcrumbs .breadcrumb li {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/*.breadcrumbs .breadcrumb li.active {
    padding-left: 7px;
}*/
.breadcrumbs .breadcrumb li a {
  color: #3B3B3B;
}
.breadcrumbs .breadcrumb li:first-child a {
  padding-left: 0;
}
/*.breadcrumbs .breadcrumb li a:after {
                content: "";
                height: auto;
                width: auto;
                border-width: 8px;
                border-style: solid;
                position: absolute;
                top: 11px;
                left: 48px;
            }*/
.breadcrumbs .breadcrumb > li + li:before {
  content: " ";
  display: none;
}
.breadcrumb .glyphicon.glyphicon-play {
  margin: 0px 5px 0px 5px;
  font-size: 10px;
  vertical-align: 2px;
}
#cart_items .cart_info {
  border: 1px solid #E6E4DF;
  margin-bottom: 20px;
}
#cart_items .cart_info .cart_menu {
  color: #333;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
#cart_items .cart_info .table.table-condensed thead tr {
  height: 51px;
}
#cart_items .cart_info .table.table-condensed tr {
  border-bottom: 1px solid #F7F7F0;
}
.cart_info table tr td {
  border-top: 0 none;
  vertical-align: inherit;
}
#cart_items .cart_info .image {
  padding-left: 30px;
}
#cart_items .cart_info .cart_description h4 {
  margin-bottom: 0;
}
#cart_items .cart_info .cart_description h4 a {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: normal;
}
#cart_items .cart_info .cart_description p {
  color: #696763;
}
#cart_items .cart_info .cart_price p {
  color: #696763;
  font-size: 18px;
}
#cart_items .cart_info .cart_total_price {
  font-weight: 400;
}
.cart_product {
  display: block;
  margin: 15px -70px 10px 25px;
}
.cart_quantity_button a {
  background: #F0F0E9;
  color: #696763;
  display: inline-block;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
  text-align: center;
  width: 35px;
  float: left;
}
.cart_quantity_input {
  color: #696763;
  float: left;
  font-size: 16px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.cart_delete {
  display: block;
  margin-right: -12px;
  overflow: hidden;
}
.cart_delete a {
  background: #F0F0E9;
  color: #FFFFFF;
  padding: 5px 7px;
  font-size: 16px;
}
.bg h2.title {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
.heading h3 {
  color: #363432;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}
.heading p {
  color: #434343;
  font-size: 16px;
  font-weight: 300;
}
#do_action .total_area {
  padding-bottom: 18px !important;
}
#do_action .total_area,
#do_action .chose_area {
  border: 1px solid #E6E4DF;
  color: #696763;
  padding: 30px 25px 30px 0;
  margin-bottom: 80px;
}
.total_area span {
  float: right;
}
.total_area ul li {
  background: #ECECEC;
  color: #3B3B3B;
  padding: 7px 20px;
}
.user_option label {
  color: #696763;
  font-weight: normal;
  margin-left: 10px;
}
.user_info {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
  overflow: hidden;
}
.user_info label {
  color: #696763;
  display: block;
  font-size: 15px;
  font-weight: normal;
}
.user_info .single_field {
  width: 31%;
}
.user_info .single_field.zip-field input {
  background: transparent;
  border: 1px solid #F0F0E9;
}
.user_info > li {
  float: left;
  margin-right: 10px;
}
.user_info input,
select,
textarea {
  background: #F0F0E9;
  border: 0;
  color: #696763;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  resize: none;
}
.user_info select:focus {
  border: 0;
}
.chose_area .update {
  margin-left: 40px;
}
.update,
.check_out {
  border-radius: 0;
  color: #FFFFFF;
  margin-top: 18px;
  border: none;
  padding: 5px 15px;
}
.update {
  margin-left: 40px;
}
.check_out {
  margin-left: 20px;
}
select {
  color: #696763;
  border-radius: 0;
  resize: none;
  background: #F0F0E9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}
/*************************
*******checkout CSS******
**************************/
.step-one {
  margin-bottom: -10px;
}
.register-req,
.step-one .heading {
  background: none repeat scroll 0 0 #F0F0E9;
  color: #363432;
  font-size: 20px;
  margin-bottom: 35px;
  padding: 10px 25px;
  font-family: 'Roboto', sans-serif;
}
.register-button,
.checkout-as-guest-button {
  margin-bottom: 10px;
}
.checkout-options {
  padding-left: 20px;
}
.checkout-options h3 {
  color: #363432;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
.checkout-options p {
  color: #434343;
  font-weight: 300;
  margin-bottom: 25px;
}
.checkout-options .nav li {
  float: left;
  margin-right: 45px;
  color: #696763;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.checkout-options .nav label {
  font-weight: normal;
}
.checkout-options .nav li a {
  font-size: 18px;
  font-weight: normal;
  padding: 0;
}
.checkout-options .nav li a:hover {
  background: inherit;
}
.checkout-options .nav i {
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  padding: 2px 3px;
}
.register-req {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 20px;
  margin-top: 35px;
}
.register-req p {
  margin-bottom: 0;
}
.shopper-info p,
.bill-to p,
.order-message p {
  color: #696763;
  font-size: 20px;
  font-weight: 300;
}
.shopper-info .btn-primary {
  border: 0 none;
  border-radius: 0;
  margin-right: 15px;
  margin-top: 20px;
}
.form-two,
.form-one {
  float: left;
  width: 47%;
}
.shopper-info > form > input,
.form-two > form > select,
.form-two > form > input,
.form-one > form > input {
  background: #F0F0E9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}
.form-two > form > select {
  padding: 10px 5px;
}
.form-two {
  margin-left: 5%;
}
.order-message textarea {
  font-size: 12px;
  height: 335px;
  margin-bottom: 20px;
  padding: 15px 20px;
}
.order-message label {
  font-weight: 300;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  margin-left: 10px;
  font-size: 14px;
}
.review-payment h2 {
  color: #696763;
  font-size: 20px;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 20px;
}
.payment-options {
  margin-bottom: 125px;
  margin-top: -25px;
}
.payment-options span label {
  color: #696763;
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
}
#cart_items .cart_info .table.table-condensed.total-result {
  margin-bottom: 10px;
  margin-top: 35px;
  color: #696763;
}
#cart_items .cart_info .table.table-condensed.total-result tr {
  border-bottom: 0;
}
#cart_items .cart_info .table.table-condensed.total-result span {
  font-weight: 700;
  font-size: 16px;
}
#cart_items .cart_info .table.table-condensed.total-result .shipping-cost {
  border-bottom: 1px solid #F7F7F0;
}
/*************************
*******Blog CSS******
**************************/
.blog-post-area .single-blog-post h3 {
  color: #696763;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
}
.product-details-review-page .product-details {
  padding-bottom: 10px;
}
.blog-post-area .single-blog-post a img {
  border: 1px solid #F7F7F0;
  width: 100%;
  margin-bottom: 30px;
}
.blog-post-area .single-blog-post p {
  color: #363432;
  font-size: 1.2em;
  margin-bottom: 2px;
}
.blog-post-area .post-meta {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}
.blog-post-area .post-meta ul {
  padding: 0;
  display: inline-block;
  /*margin-top: 5px;*/
  margin-bottom: 10px;
}
.blog-post-area .post-meta ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #777;
  position: relative;
}
.blog-post-area .post-meta ul li i {
  color: #777;
  margin-left: -4px;
  padding: 4px 7px;
  vertical-align: text-bottom;
}
.sinlge-post-meta li i:after,
.blog-post-area .post-meta ul li i:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 4px;
  border-style: none;
  top: 6px;
  left: 24px;
}
.blog-post-area .post-meta ul span {
  float: right;
}
.post-meta span {
  float: right;
}
.blog-post-area .single-blog-post .btn-primary {
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  margin-top: 17px;
}
.pagination-area {
  margin-bottom: 45px;
  margin-top: 45px;
}
.pagination-area .pagination li a {
  background: #F0F0E9;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  margin-right: 5px;
  padding: 4px 12px;
}
.pagination-area .pagination li a:hover,
.pagination-area .pagination li .active {
  color: #fff;
}
/*************************
*******Blog Single CSS******
**************************/
.pager-area {
  overflow: hidden;
}
.pager-area .pager li a {
  background: #F0F0E9;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-size: 12px;
  font-weight: 700;
  padding: 4px;
  text-transform: uppercase;
  width: 57px;
}
.pager-area .pager li a:hover {
  color: #fff;
}
.rating-area {
  border: 1px solid #F7F7F0;
  direction: block;
  overflow: hidden;
}
.fa-star-o,
.fa-star,
.fa-star-half-full {
  color: #3B3B3B;
}
.rating-area ul li {
  float: left;
  padding: 5px;
  font-size: 12px;
}
.rating-area .ratings {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
}
.rating-area .ratings li i {
  color: #CCCCCC;
}
.rating-area .rate-this {
  color: #363432;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.rating-area .tag {
  float: right;
  margin-bottom: 0;
  margin-right: 10px;
}
.rating-area .tag li {
  padding: 5px 2px;
}
.rating-area .tag li span {
  color: #363432;
}
.socials-share {
  margin-bottom: 30px;
  margin-top: 18px;
}
.commnets .media-object {
  margin-right: 15px;
  width: 100%;
}
.commnets {
  border: 1px solid #F7F7F0;
  padding: 18px 18px 18px 0;
  margin-bottom: 50px;
}
.commnets .pull-left {
  margin-right: 22px;
}
.commnets p,
.response-area p,
.replay-box p {
  font-size: 12px;
}
.media-heading {
  color: #363432;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}
.blog-socials {
  margin-bottom: -9px;
  margin-top: 14px;
}
.blog-socials ul {
  padding-left: 0;
  overflow: hidden;
  float: left;
}
.blog-socials .btn.btn-primary {
  margin-top: 0;
}
.blog-socials ul li {
  float: left;
  height: 17px;
  margin-right: 5px;
  text-align: center;
  width: 17px;
}
.blog-socials ul li a {
  color: #393B3B;
  display: block;
  font-size: 10px;
  padding: 1px;
  background: #F0F0E9;
}
.blog-socials ul li a:hover {
  color: #fff;
}
.media-list .btn-primary,
.commnets .btn-primary {
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  float: left;
  font-size: 10px;
  padding: 1px 7px;
  text-transform: uppercase;
}
.response-area h2 {
  color: #363432;
  font-size: 20px;
  font-weight: 700;
}
.response-area .media {
  border: 1px solid #F7F7F0;
  padding: 18px 18px 18px 0;
  margin-bottom: 27px;
}
.response-area .media img {
  height: 102px;
  width: 100%;
}
.response-area .media .pull-left {
  margin-right: 25px;
}
.response-area .second-media {
  margin-left: 5%;
  width: 95%;
}
.sinlge-post-meta {
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 15px;
}
.sinlge-post-meta li {
  background: #F0F0E9;
  color: #363432;
  float: left;
  font-size: 10px;
  font-weight: 700;
  margin-right: 10px;
  padding: 0 10px 0 0;
  position: relative;
  text-transform: uppercase;
}
.sinlge-post-meta li i {
  color: #FFFFFF;
  margin-right: 10px;
  padding: 8px 10px;
}
.sinlge-post-meta li i:after {
  top: 7px;
  border-width: 6px;
  left: 27px;
}
.replay-box {
  margin-bottom: 10px;
  margin-top: 15px;
}
.replay-box h2 {
  font-weight: 700;
  font-size: 20px;
  color: #363432;
  margin-top: 0;
  margin-bottom: 45px;
}
.replay-box label {
  color: #FFFFFF;
  margin-bottom: 5px;
  margin-left: 15px;
  padding: 3px 15px;
  float: left;
  font-weight: 400;
}
.replay-box span {
  float: right;
  font-weight: 700;
  margin-top: 5px;
}
.replay-box form input {
  border: 1px solid #F7F7F0;
  color: #ADB2B2;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 8px;
  width: 100%;
}
.text-area {
  margin-top: 66px;
}
.text-area textarea {
  background: transparent;
  border: 1px solid #F7F7F0;
}
.btn.btn-primary {
  border: 0 none;
  border-radius: 0;
  margin-top: 16px;
}
.blank-arrow {
  position: relative;
}
.blank-arrow label:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 8px;
  top: 25px;
  left: 5px;
}
/*************************
******* Contact CSS ********
**************************/
.contact-map {
  width: 100%;
  height: 385px;
  margin-bottom: 70px;
}
.contact-info .heading,
.contact-form .heading {
  text-transform: capitalize;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
#contact-page .form-control::-moz-placeholder {
  color: #8D8D8D;
}
#contact-page .form-control {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #696763;
  height: 46px;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: inherit;
}
#contact-page #message {
  height: 160px;
  resize: none;
}
#main-contact-form .btn-primary {
  margin-bottom: 15px;
  margin-top: 20px;
}
#contact-page .form-control:focus,
#contact-page .form-control:hover {
  box-shadow: inherit;
}
#contact-page .contact-info {
  padding: 0 20px;
}
#contact-page .contact-info address {
  margin-bottom: 40px;
  margin-top: -5px;
}
#contact-page .contact-info p {
  margin-bottom: 0;
  color: #696763;
  font-size: 16px;
  line-height: 25px;
}
.social-networks {
  overflow: hidden;
  text-align: center;
}
.social-networks ul {
  margin-top: -5px;
  padding: 0;
  display: inline-block;
}
.social-networks ul li {
  float: left;
  text-decoration: none;
  list-style: none;
  margin-right: 20px;
}
.social-networks ul li:last-child {
  margin-right: 0;
}
.social-networks ul li a {
  color: #999;
  font-size: 25px;
}
.contact-info .social-networks ul li a i {
  background: none;
}
/*------------------------------------*\
  General view START
\*------------------------------------*/
.logo a img {
  padding: 10px 0 10px 0;
  width: 190px;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
a.logo {
  display: block;
  height: 75px;
  text-decoration: none;
  width: 120px;
  background: url(/Themes/NopShop/Content/css/images/kanalgratis/kanalgratis-logo.jpg) no-repeat;
  -moz-background-size: 120px 75px;
  -o-background-size: 120px 75px;
  -webkit-background-size: 120px 75px;
  background-size: 120px 75px;
  margin: 5px 0;
}
a {
  color: #696763;
}
a:hover {
  text-decoration: none;
}
.custom-side-box-div {
  border: 1px solid #F7F7F0;
  padding: 15px;
  margin-bottom: 35px;
}
.custom-page-box-div {
  border: 1px solid #F7F7F0;
  padding: 15px;
  margin: 0px 0px 35px 0px;
}
.custom-page-box-border-less-div {
  margin: 0 15px;
  padding: 15px 0;
}
.category-tab .custom-page-box-border-less-div {
  margin: 0 2px;
  padding: 0 0;
}
.features_items .custom-page-box-border-less-div,
.recommended_items .custom-page-box-border-less-div {
  margin: 10px 15px 20px;
  padding: 0;
}
.features_items .custom-page-box-border-less-div img,
.recommended_items .custom-page-box-border-less-div img {
  max-width: 225px;
}
.features_items .custom-page-box-border-less-div .product-image-wrapper,
.recommended_items .custom-page-box-border-less-div .product-image-wrapper {
  padding: 0;
  margin-bottom: 20px;
}
.professional_items .product-image img {
  max-width: 225px;
}
.recommended_items .col-lg-12.col-md-12.col-sm-12.col-md-12 {
  padding: 0 15px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.space15px {
  margin-bottom: 15px;
}
.square-box {
  border-radius: 0px;
}
label {
  font-weight: 400;
}
/*------------------------------------*\
  General view End
\*------------------------------------*/
/*------------------------------------*\
  Page: Notification START
\*------------------------------------*/
.notifications {
  position: fixed;
  height: 42px;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1.2em;
  font-weight: 400;
  color: #FFF;
  /*background: #000;*/
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  z-index: 99;
}
.notifications.error {
  background: #8A0707;
}
.notifications.success {
  background: #96CF53;
}
.notifications p {
  text-align: center;
  padding: 10px 10px;
}
.notifications .close {
  background: url(/Themes/NopShop/Content/css/images/ico-close-notification-bar.png) no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 10px 20px;
}
.notifications a {
  text-decoration: none;
  color: #FFF;
}
.notifications a:hover {
  text-decoration: none;
}
/*------------------------------------*\
  Page: Notification  END
\*------------------------------------*/
/*------------------------------------*\
  Manufacturer view START
\*------------------------------------*/
.brands-name .nav-stacked li a img {
  border-radius: 0px;
}
/*------------------------------------*\
  Manufacturer view End
\*------------------------------------*/
/*------------------------------------*\
  Product Box view Start
\*------------------------------------*/
.text-center {
  text-align: center;
}
/*
.rating { height: 16px; width: 80px; background: url(/Themes/NopShop/Content/css/images/star-x-inactive.png) 0 0 repeat-x; margin-left: 34%; }

    .rating div { float: left; height: 16px; background: url(/Themes/NopShop/Content/css/images/star-x-active.png) 0 0 repeat-x; }
*/
.rating-div {
  margin-bottom: -2px;
}
.rating-div i {
  vertical-align: top;
}
.overlay-content .rating-div {
  color: #ffffff;
}
.price.actual-price {
  color: #3B3B3B;
  font-weight: 400;
  display: inline-flex;
  font-size: 16px;
}
.product-detailed-page span.price.old-price {
  font-size: 0.65em;
}
.product-detailed-page p.price.actual-price {
  font-size: 2.2em;
  color: #fff !important;
  width: max-content;
}
.product-detailed-page p.price.price-box {
  background: rgba(0, 0, 0, 0.75) !important;
  padding: 4px 7px 2px 7px;
  width: max-content;
}
.product-detailed-page .prices,
.product-detailed-page .new-prices {
  text-align: left;
}
.new-prices .actual-price {
  color: #e14c4d !important;
}
.recently-viewed .prices,
.recently-viewed .new-prices {
  position: relative;
  left: 0;
  padding-top: 5px;
}
.recently-viewed img {
  margin-top: 4px;
}
.product-overlay {
  color: #ffffff;
}
.product-overlay a {
  color: #ffffff;
}
.product-overlay a:hover {
  color: #696763;
  text-decoration: none;
}
.box-product.single-products {
  min-width: 175px;
  height: 100%;
}
.box-product.single-products .productinfo p.product-name {
  padding-top: 5px;
  margin-bottom: 0;
}
.box-product.single-products .productinfo p.product-name a {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.box-product.single-products .productinfo p.product-name a:hover {
  color: #3B3B3B;
}
.image-box img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
}
.product-image {
  position: relative;
  max-width: 225px;
  height: auto;
  float: left;
  margin-right: 15px;
  padding-top: 10px;
}
.product-image a img {
  max-height: none;
  max-width: none;
  height: auto;
}
.overlay-content h4 > a {
  color: #ffffff;
}
.overlay-content h4 > a:hover {
  color: #696763;
}
/*------------------------------------*\
  Product Box view End
\*------------------------------------*/
/*------------------------------------*\
  Home Page Categories view Start
\*------------------------------------*/
.recommended_items img {
  height: 150px;
}
.recommended_items a {
  color: #696763;
}
.recommended_items a:hover {
  text-decoration: none;
}
/*------------------------------------*\
  Home Page Categories view End
\*------------------------------------*/
/*------------------------------------*\
  BestSeller Slide Show start
\*------------------------------------*/
#recommended-item-carousel-2 .carousel-inner .item {
  padding-left: 15px;
  padding-right: 15px;
}
/*------------------------------------*\
  BestSeller Slideshow End
\*------------------------------------*/
/*------------------------------------*\
  background and indentation view start
\*------------------------------------*/
/*.bk-orange { background-color: orange; color: white; }*/
.margin-orange {
  margin-left: 15px;
}
.form-control:hover {
  box-shadow: inherit;
}
.form-control:focus {
  box-shadow: inherit;
}
/*------------------------------------*\
   background and indentation view End
\*------------------------------------*/
/*------------------------------------*\
   product list view start
\*------------------------------------*/
.filtering-navigation-item .breadcrumbs .breadcrumb {
  padding: 11px 0px;
}
.filtering-navigation-item-one .breadcrumbs .breadcrumb li a:after {
  top: 13px;
  left: 60px;
}
.filtering-navigation-item-two .breadcrumbs .breadcrumb li a:after {
  top: 13px;
  left: 57px;
}
.filtering-navigation-item-three .breadcrumbs .breadcrumb li a:after {
  top: 13px;
  left: 117px;
}
.filtering-navigation-item .remove_right_padding {
  padding-right: 0px;
}
.filtering-navigation-item .remove_left_padding {
  padding-left: 0px;
}
.filtering-navigation-item .customed-form-two {
  margin-left: 0px;
  margin-right: 0px;
}
/*grid mode view*/
.single-products .show-on-list {
  display: none;
}
/*list mode view*/
.product-list .productinfo img {
  position: absolute;
}
.product-list .productinfo {
  position: initial;
}
.product-list .productinfo img {
  position: absolute;
  max-width: 225px;
  left: 0px;
  top: 0px;
}
.product-list .productinfo h2,
.product-list .productinfo p {
  text-align: left;
  padding-right: 15px;
}
.product-list .productinfo a {
  position: absolute;
  right: 15px;
  bottom: 0px;
}
.product-list .productinfo a.product-name-a {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  position: absolute;
  /* top: 41px; */
  bottom: 158px;
}
.product-list .box-product.single-products {
  height: 240px;
}
.product-list .product-overlay a.add-to-cart {
  position: absolute;
  bottom: 0px;
  right: 15px;
}
.product-list .product-overlay p {
  margin: 0 0 70px;
}
.product-list .rating-div {
  text-align: right;
  margin-right: 15px;
  margin-top: 50px;
}
.product-list .productinfo p.product-name {
  font-size: 1.3em;
}
.product-list .single-products .show-on-list {
  display: block;
}
.product-list .single-products:hover .product-overlay {
  display: none;
  height: 0%;
}
.pagination-area .pagination ul li {
  display: inline-block;
}
.pagination-area .pagination ul li span {
  color: #ffffff;
}
/*------------------------------------*\
   Product list view End
\*------------------------------------*/
/*------------------------------------*\
   Product Details view start
\*------------------------------------*/
.btn-primary.add-to-cart-button {
  margin-top: 0px;
}
.product-reviews-overview .rating {
  margin-left: 0%;
}
.product-price label {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
  margin-top: 0px;
}
.product-price span {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: right;
  margin-top: 0px;
}
.product-price.new-product-price span,
.product-price.non-discounted-price span {
  color: #3B3B3B;
}
.old-product-price {
  margin-bottom: 6px;
}
.old-product-price label {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
  margin-top: 0px;
}
.old-product-price span {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-right: 0;
  margin-top: 0px;
}
.add-to-cart-panel input {
  border: 1px solid #DEDEDC;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;
}
.add-to-cart-panel label {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 5px;
  padding-top: 5px;
}
.attributes .text-prompt {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 5px;
  padding-top: 5px;
}
.attributes .required {
  color: red;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 5px;
  padding-top: 5px;
}
.attributes .form-two {
  padding: 15px;
}
.attributes textarea,
.giftcard textarea {
  background: #F0F0E9;
  border: 0;
  color: #696763;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  resize: none;
  font-size: 12px;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 15px 20px;
}
.giftcard input {
  border-radius: 0px;
  background: #F0F0E9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}
.attributes input {
  border-radius: 0px;
  background: #F0F0E9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 300;
}
.tab-content .product-tags-list ul {
  list-style: none;
  background: none;
  border-bottom: none;
}
.tab-content .product-tags-list ul li {
  display: inline-block;
}
.tab-content .product-tags-list ul li a {
  color: #696763;
}
.tab-content .product-tags-list ul li a:hover {
  background: none;
}
#recommended-item-carousel-x .carousel-inner .item,
#recommended-item-carousel-y .carousel-inner .item {
  padding-left: 15px;
  padding-right: 15px;
}
.features_items.recently-viewed-item,
.recommended_items.bestseller {
  margin-top: 0;
}
.features_items.recently-viewed-item .box-product.single-products,
.recommended_items.bestseller .box-product.single-products {
  height: auto;
  margin-bottom: 10px;
}
.features_items.my-account-page {
  max-height: none !important;
}
/*------------------------------------*\
   Product details view End
\*------------------------------------*/
/*------------------------------------*\
   Product details Review style Start
\*------------------------------------*/
.gray-input {
  border: 0 none;
  color: #909090;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  outline: medium none;
  padding: 8px;
  width: 48%;
}
.gray-textarea {
  background: #F0F0E9;
  border: medium none;
  color: #909090;
  height: 195px;
  margin-bottom: 25px;
  margin-top: 15px;
  outline: medium none;
  padding-left: 10px;
  padding-top: 15px;
  resize: none;
  width: 99.5%;
}
.blog-post-area .rating {
  margin-left: 0px;
  margin-right: 34%;
}
.vote.text-success,
.vote.text-warning {
  cursor: pointer;
}
.vote.text-success {
  color: #96CF53;
}
.vote.text-warning {
  color: #3B3B3B;
}
.write-review .gray-input {
  border: 1px solid #878686;
  height: 32px;
  width: 100%;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  background: #fff;
}
.write-review .gray-textarea {
  border: 1px solid #878686;
  width: 100%;
  padding: 5px 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  background: #fff;
  margin-top: 0;
}
.write-review .control-label {
  margin-bottom: 0;
  margin-top: 6px;
}
.product-review-helpfulness {
  margin-bottom: 20px;
}
/*------------------------------------*\
   Product details Review style End
\*------------------------------------*/
/*------------------------------------*\
   search style start
\*------------------------------------*/
.gray-dropdown {
  color: #696763;
  border-radius: 0;
  resize: none;
  background: #E3E3E3;
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}
/*------------------------------------*\
   search style End
\*------------------------------------*/
/*------------------------------------*\
   Mini Shopping cart style Start
\*------------------------------------*/
ul.minicart-dropdown-menu {
  color: #ffffff;
}
#topcartlink:hover > ul.minicart-dropdown-menu {
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}
#topcartlink ul.minicart-dropdown-menu {
  position: absolute;
  top: 30px;
  left: -50%;
  background: rgba(0, 0, 0, 0.6);
  list-style: none;
  padding: 0;
  margin: 0;
  width: 300px;
  height: 400px;
  overflow-y: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
}
#topcartlink ul.minicart-dropdown-menu li .active {
  padding-left: 0;
}
#topcartlink ul.minicart-dropdown-menu li {
  padding: 10px 20px 0;
}
#topcartlink ul.minicart-dropdown-menu li:last-child {
  padding-bottom: 20px;
}
#topcartlink ul.minicart-dropdown-menu li a {
  color: #fff;
  background: none;
}
#topcartlink ul.minicart-dropdown-menu .item {
  padding: 0px;
}
.fa-angle-down,
.fa-angle-up {
  padding-left: 5px;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/*------------------------------------*\
   Mini Shopping cart style End
\*------------------------------------*/
/*------------------------------------*\
   Single NewsItem style start
\*------------------------------------*/
.custom-blog-page .gray-input {
  width: 100%;
}
/*------------------------------------*\
   Single NewsItem style End
\*------------------------------------*/
/*------------------------------------*\
   Blog List style start
\*------------------------------------*/
.single-blog-post .rating-area {
  margin-bottom: 35px;
}
/*------------------------------------*\
   Blog list style End
\*------------------------------------*/
/*------------------------------------*\
   Boards style start
\*------------------------------------*/
.boards-date-box .post-meta {
  padding-left: 20px;
  padding-top: 10px;
}
.boards-date-box .gray-input.search-input {
  padding: 6px;
  width: 100%;
}
.blog-post-area .single-blog-post .btn-primary.search-button {
  margin-top: 0px;
}
.forum-group-search-div .btn-primary {
  margin-top: 0px;
}
.forum-group-search-div .gray-input {
  padding: 6px;
  width: 100%;
}
.forum-post .quote-post-link-button {
  color: #696763;
}
/*------------------------------------*\
   Boards style End
\*------------------------------------*/
/*------------------------------------*\
   My Account Style Start
\*------------------------------------*/
.my-account-page .gray-input {
  width: 100%;
}
.features_items.my-account-page {
  margin-top: 0;
  min-height: 0;
  max-height: 100%;
}
.margin-top-none.btn.btn-primary {
  margin-top: 0px;
}
.datepicker-dropdowns select {
  width: 32%;
  margin-right: 5px;
}
/*------------------------------------*\
   My Account Style End
\*------------------------------------*/
/*------------------------------------*\
   Cart Style Start
\*------------------------------------*/
.custom-shopping-cart-page .gray-input {
  width: 50%;
}
.rec-banner {
  text-align: center;
  margin: 0px 20px;
  border-radius: 0px;
}
.rec-banner.active_position {
  background-color: #696763;
  color: #FFF;
}
.rec-banner.active_position:hover a {
  color: #202020;
}
.rec-banner.deactive_position:hover {
  color: #FFF;
}
.rec-banner.deactive_position:hover {
  cursor: not-allowed;
}
.rec-banner.deactive_position:hover a {
  color: #202020;
}
.rec-banner.deactive_position:hover a:hover {
  color: #202020;
}
.rec-banner.deactive_position:hover a:active {
  color: #202020;
}
.rec-banner.active_position a {
  text-decoration: none;
  color: #FFF;
}
.rec-banner.active_position a:hover {
  text-decoration: none;
  color: #202020;
}
.rec-banner.active_position a:active {
  text-decoration: none;
  color: #202020;
}
.active_position {
  border-radius: 0px;
  padding: 10px;
}
.deactive_position {
  border-radius: 0px;
  padding: 10px;
}
.rec-banner.deactive_position {
  color: #000;
}
.rec-banner.deactive_position a {
  text-decoration: none;
  color: #000;
}
.rec-banner.deactive_position a:hover {
  text-decoration: none;
  color: #000;
}
.rec-banner.deactive_position a:active {
  text-decoration: none;
  color: #000;
}
.custom-cart-div {
  color: #696763;
  padding: 30px 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.custom-footer-cart-div {
  border: 1px solid #E6E4DF;
  color: #696763;
  padding: 30px 15px;
}
.total_area ul {
  padding: 0px;
}
/*------------------------------------*\
   Cart Style End
\*------------------------------------*/
/*------------------------------------*\
   Checkout Style Start
\*------------------------------------*/
.multiple-checkout-confirm-page .custom-page-box-border-less-div,
.multiple-checkout-confirm-page .custom-cart-div {
  margin-left: 0px;
  margin-right: 0px;
}
/*------------------------------------*\
   Checkout Style End
\*------------------------------------*/
/*------------------------------------*\
   One Page Checkout Style Start
\*------------------------------------*/
.one-page-checkout-page .panel-group .panel {
  border-radius: 0px;
}
.one-page-checkout-page .panel-heading {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.one-page-checkout-page .panel-default > .panel-heading {
  background-color: #F0F0E9;
  border-color: #ddd;
}
.one-page-checkout-page span.op-number {
  text-align: right;
  background-color: #C5C537;
  border-color: #ddd;
}
.one-page-checkout-page .box-content {
  padding: 10px;
}
#checkout-steps .allow {
  cursor: pointer;
}
.eshopper-opc-payment-info select#ExpireMonth {
  width: 70px;
}
.eshopper-opc-payment-info select#ExpireYear {
  width: 80px;
}
.eshopper-opc-payment-info input#CardholderName {
  color: #696763;
  border-radius: 0;
  resize: none;
  background: #F0F0E9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}
.eshopper-opc-payment-info input#CardNumber {
  color: #696763;
  border-radius: 0;
  resize: none;
  background: #F0F0E9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}
.eshopper-opc-payment-info input#CardCode {
  color: #696763;
  border-radius: 0;
  resize: none;
  background: #F0F0E9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}
/*------------------------------------*\
   One Page Checkout Style End
\*------------------------------------*/
/*------------------------------------*\
  background and indentation view start
\*------------------------------------*/
/*.bk-orange { background-color: orange; color: white; }*/
.margin-orange {
  margin-left: 15px;
}
.form-control:hover {
  box-shadow: inherit;
}
.form-control:focus {
  box-shadow: inherit;
}
/*------------------------------------*\
   background and indentation view End
\*------------------------------------*/
/*------------------------------------*\
   FOR BOXING TEXT START
\*------------------------------------*/
.box {
  margin-left: 15px;
  margin-right: 10px;
}
.custom-box-div {
  border: 1px solid #F7F7F0;
  padding: 15px;
  margin-bottom: 35px;
}
/*------------------------------------*\
   FOR BOXING TEXT END
\*------------------------------------*/
/*------------------------------------*\
   TABLE HEADING START
\*------------------------------------*/
.tbl {
  border-bottom: none;
  height: 40px;
  vertical-align: inherit;
  font-size: 16px;
  color: white;
  font-weight: normal;
}
/* quantity*/
.quan {
  width: 60px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px;
}
/* sku*/
.sku {
  width: 100px;
  text-align: center;
  border-radius: 0px;
  margin-top: 50%;
  border-style: none;
  outline: none;
  box-shadow: none;
  border-color: none;
}
/*cart price total*/
.crt-total {
  font-weight: 400;
}
/*table row line*/
.border-row {
  border-bottom: 1px solid #ccc;
}
.table-box {
  border-top: 1px solid #ccc;
  margin-bottom: 35px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
/*for label arrow*/
.lower-arrow::after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 8px;
  top: 25px;
  left: 5px;
  margin-left: 10px;
  margin-top: 10px;
}
/* label width*/
.lable-width {
  width: 26px;
}
.color-orange {
  color: white;
}
.invisible-box {
  margin-bottom: 35px;
}
.no-padding-left {
  padding-left: 0px;
}
.pad-left {
  padding-left: 10px;
}
/*one page chk out heading*/
.pad-top {
  padding-top: 10px;
}
/* square border*/
.bdr-radius {
  border-radius: 0px;
}
/*------------------------------------*\
   TABLE HEADING END
\*------------------------------------*/
/*------------------------------------*\
   Nivoslider Style Start
\*------------------------------------*/
/*#slider {
    border: 1px solid @ColorProductItemBorder;
}*/
.theme-default .nivoSlider {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.theme-default .nivo-controlNav a {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  background: none !important;
  background-color: #C4C4BE !important;
  text-indent: -9999px !important;
  border: 0 !important;
  margin: 0 2px !important;
  border-radius: 10px !important;
}
.silde-show-container {
  margin-bottom: 15px;
}
.nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  padding: 0px !important;
}
.theme-default .nivo-directionNav a.nivo-prevNav {
  background: url(/Themes/NopShop/Content/css/images/left.png) !important;
  width: 20px !important;
  height: 38px !important;
}
.theme-default .nivo-directionNav a.nivo-nextNav {
  background: url(/Themes/NopShop/Content/css/images/right.png) !important;
  width: 20px !important;
  height: 38px !important;
}
.theme-default .nivo-directionNav a.nivo-prevNav:hover {
  background: url(/Themes/NopShop/Content/css/images/left_hover.png) !important;
}
.theme-default .nivo-directionNav a.nivo-nextNav:hover {
  background: url(/Themes/NopShop/Content/css/images/right_hover.png) !important;
}
/*------------------------------------*\
   Nivoslider Style End
\*------------------------------------*/
/*------------------------------------*\
   Category Navigation Style Start
\*------------------------------------*/
/*------------------------------------*\
   Category Navigation End
\*------------------------------------*/
/*------------------------------------*\
   Newslatter style Start
\*------------------------------------*/
.newsletter-result-block {
  margin-top: 20px;
  color: #666663;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
/*------------------------------------*\
   Newslatter style End
\*------------------------------------*/
/*------------------------------------*\
   Theme Color Picker style End
\*------------------------------------*/
.theme-color-picker {
  position: fixed;
  top: 200px;
  right: 0px;
  z-index: 9;
}
.configure-button {
  background-color: #696763;
  color: #ffffff;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0px;
  padding: 11px 14px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.configure-button a:hover {
  color: #ffffff;
}
.options-choosing-palette {
  padding: 10px 0px 10px 17px;
}
.color-options {
  height: 200px;
  width: 200px;
  border: 1px solid #696763;
  right: -200px;
  position: absolute;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  background: #ffffff;
}
.color-options h3 {
  padding: 0px 30px;
}
.color-options ul {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}
.color-options ul li {
  padding: 5px 0px;
  margin: 0px;
  display: inline;
  margin-right: 10px;
}
/*------------------------------------*\
   Theme Color Picker style End
\*------------------------------------*/
/* Cookie bar notification start */
.eu-cookie-bar-notification {
  display: none;
  left: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100000;
  background: none repeat scroll 0 0 #D9D9D9;
  color: #333;
  margin: 0px;
  text-align: center;
}
.eu-cookie-bar-notification .content {
  padding: 0px 10px;
  margin: 10px 0px;
  zoom: 1;
  display: inline-block;
}
.eu-cookie-bar-notification .content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.eu-cookie-bar-notification .content .text {
  float: left;
  padding-top: 5px;
}
.eu-cookie-bar-notification .content .ok-button {
  float: left;
  margin-left: 10px;
}
.eu-cookie-bar-notification .content a.learn-more {
  float: left;
  margin-left: 10px;
  padding-top: 5px;
  text-decoration: underline;
  color: #5C5B5B;
}
.eu-cookie-bar-notification .content a.learn-more:hover {
  text-decoration: none;
  color: #5C5B5B;
}
.eu-cookie-bar-notification .btn.btn-primary {
  margin-top: 0px;
}
/*Cookie bar notification End*/
.pull-text-right {
  text-align: right;
}
/*Offcanvas Cart*/
.slide-in {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 0px !important;
}
/*.offcanvas-cart-absolute {
    position: absolute !important;
}*/
.offcanvas-cart-toggle {
  cursor: pointer;
}
.site-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.offcanvas-cart {
  position: fixed;
  width: 100%;
  max-width: 400px;
  z-index: 100;
  right: -400px;
  top: 0;
  background: #fff;
  height: 100%;
  min-height: 100%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 3px 8px 8px #777;
}
.offcanvas-cart ul {
  padding: 0;
}
.offcanvas-cart .item {
  padding-left: 0;
  padding: 5px 0;
  margin-bottom: 5px;
  box-shadow: 0px 0px 0px #F8EE9C;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  -webkit-transition: 1s all;
  transition: 1s all;
  width: 100%;
}
.offcanvas-cart .cart-btn-group .btn.btn-primary.main-button {
  padding: 15px 0;
  margin-top: 0;
  width: 100%;
  font-size: 14px;
  border-radius: 0;
}
.offcanvas-cart .cart-btn-group .btn.btn-primary.main-button.keep-shopping {
  border-right: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
}
.offcanvas-cart .cart-content {
  padding: 20px 5px;
}
.offcanvas-cart .cart-content .cart-updated {
  overflow: hidden;
  position: relative;
}
.offcanvas-cart .cart-content .slide-alert {
  position: relative;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-cart .cart-content .item .col-md-2.col-xs-2 {
  padding: 0;
}
.offcanvas-cart .cart-content .item .col-md-5.col-xs-4 {
  padding-left: 0;
}
.offcanvas-cart .cart-content .item .col-md-1.col-xs-1 {
  padding: 0;
}
.offcanvas-cart .cart-content .item .col-md-3.col-xs-3 {
  padding-right: 0;
}
.offcanvas-cart .cart-content .buttons {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.offcanvas-cart .cart-content .totals {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.offcanvas-cart .cart-content .totals .price-total {
  float: right;
}
.offcanvas-cart .cart-content .total-products {
  padding: 20px 5px;
}
.offcanvas-cart .cart-content .total-products a {
  font-weight: 400;
}
.offcanvas-cart .cart-content div.items {
  padding: 5px 20px;
  margin: 0 -10px;
  overflow: auto;
}
.offcanvas-cart .cart-content div.items .product .name {
  font-weight: 400;
  font-size: 13px;
}
.offcanvas-cart .cart-content div.items .product .name a {
  color: #000;
}
.offcanvas-cart .cart-content div.items .product .attributes {
  font-size: 13px;
}
.offcanvas-cart .cart-content div.items .quantity,
.offcanvas-cart .cart-content div.items .price {
  font-size: 14px;
  font-weight: 400;
}
.offcanvas-cart .cart-content .btn.btn-primary.main-button {
  font-size: 14px;
  padding: 7px 16px;
  float: right;
  margin-top: 15px;
}
.offcanvas-cart .cart-content .btn.btn-primary.main-button:active,
.offcanvas-cart .cart-content .btn.btn-primary.main-button:focus {
  outline: 0;
}
.offcanvas-cart .cart-content a:hover,
.offcanvas-cart .cart-content .product .name a:hover {
  color: #525252;
}
.offcanvas-cart .cart-content .quan {
  width: 30px;
}
.highlight {
  box-shadow: 0px 0px 20px #3B3B3B !important;
  -moz-transition: 0.3s all !important;
  -o-transition: 0.3s all !important;
  -webkit-transition: 0.3s all !important;
  transition: 0.3s all !important;
  background: #ffc6c6;
}
.product-detailed-page .btn.btn-primary.main-button {
  background: #96cf53;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding: 5px 32px;
  margin: 0;
}
#product-media .item:hover {
  cursor: pointer;
}
.spinner-qty {
  width: 50px;
  display: inline-block;
  text-align: center;
  margin-top: -14px;
  margin-right: 7px;
}
.spinner-qty button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.spinner-qty button:hover i {
  color: #3B3B3B;
}
.spinner-qty button:focus,
.spinner-qty button:active {
  outline: 0;
}
.spinner-qty button.numeric-down i {
  top: 0px;
}
.spinner-qty button.numeric-up i {
  top: 3px;
}
.spinner-qty .qty-input {
  border: 2px solid #3D3F40;
  color: #696763;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;
}
/***Owl Carousel***/
.owl-carousel {
  margin-bottom: 10px;
}
.owl-theme .owl-controls .owl-buttons div i {
  font-size: 24px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: 0;
  top: 41%;
  background: #869791;
  border-radius: 0;
  padding: 8px 10px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  top: 41%;
  background: #869791;
  border-radius: 0;
  padding: 8px 10px;
}
.owl-theme .owl-controls .owl-buttons .owl-next.disabled,
.owl-theme .owl-controls .owl-buttons .owl-prev.disabled,
.owl-theme .owl-controls .owl-buttons div.disabled:hover,
.owl-theme .owl-controls .owl-buttons div.disabled:hover {
  background: #b0b0b0 !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  cursor: default;
}
/****Category page****/
.category-details-top .banner img {
  margin-bottom: 10px;
}
.category-page h1.title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.category-page .title-filter-block {
  margin-bottom: 25px;
  display: inline-flex;
  width: 100%;
}
.category-page .title-filter-block .category-details-top {
  min-width: calc(25% + 7.5px);
  max-width: calc(25% + 7.5px);
}
.category-page .title-filter-block .category-details-top .banner {
  padding-right: 30px;
}
.category-page .title-filter-block .category-details-top .banner img {
  width: 100%;
}
.left-sidebar .ik-container {
  position: relative !important;
  margin-bottom: 0;
  max-height: 420px;
  overflow: hidden;
}
.left-sidebar .ik-container .banner-content {
  position: absolute;
  left: auto;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
  bottom: auto;
  top: 200px;
  right: 40px;
}
.left-sidebar .ik-container .banner-content h1,
.left-sidebar .ik-container .banner-content h2,
.left-sidebar .ik-container .banner-content h3,
.left-sidebar .ik-container .banner-content h4,
.left-sidebar .ik-container .banner-content h5,
.left-sidebar .ik-container .banner-content h6 {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 700;
}
.right-sidebar .recommended_items {
  margin-top: 0;
}
.category-search .pull-right {
  float: none !important;
}
.category-search .search_box {
  padding-top: 0;
}
.category-search .search_box input {
  width: 100%;
  border: 2px solid #3B3B3B;
}
.category-search .search_box .input-group-addon {
  background: #3B3B3B;
}
.category-search .search_box .input-group-addon:hover {
  background: #525252;
}
.category-search .search_box button.search-btn {
  background: none;
}
.category-search .search_box button.search-btn .glyphicon {
  color: #fff;
}
.category-search .search_box button.search-btn:hover {
  background: none;
}
.sorting {
  /*float: right;
    margin-top: 5.5px;
    margin-right: 15px;*/
}
.sorting .sorting-label {
  display: inline-block;
  margin-right: 10px;
  padding-top: 6px;
  float: left;
  font-weight: 400;
}
.sorting .sorting-dropdown {
  display: inline-block;
}
.sorting .sorting-dropdown .jDropDown {
  width: auto;
  float: none;
}
.sorting .sorting-dropdown .jDropDown div {
  margin-bottom: 0;
  height: 32px;
  background: #fff;
  border: 1px solid #878686;
  box-shadow: none;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  float: none;
  border-radius: 0;
}
.sorting .sorting-dropdown .jDropDown div p {
  height: 100%;
  padding: 3px 32px 3px 10px;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
}
.sorting .sorting-dropdown .jDropDown div:after {
  content: "\e114";
  font-family: "Glyphicons Halflings";
  position: absolute;
  width: 32px;
  height: 32px;
  background: #3B3B3B;
  top: 0;
  right: 0;
  padding: 7px;
  color: #fff;
}
.sorting .sorting-dropdown .jDropDown div:hover:after {
  background: #525252;
  cursor: pointer;
}
.sorting .sorting-dropdown .jDropDown ul {
  top: 32px;
  font-family: "Oswald", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  border-radius: 0;
}
.sorting .sorting-dropdown .jDropDown ul li:hover {
  background-color: #D9D9D9;
  color: #000;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  margin: 0 2px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.pager li.current-page a,
.pager li.current-page span {
  background-color: #3B3B3B;
  color: #fff;
}
.pager li > a:hover,
.pager li > a:hover span,
.pager li > a:active,
.pager li > a:active span,
.pager li > a:focus,
.pager li > a:focus span {
  background-color: #525252;
  color: #fff;
}
.category-filter-block button.btn.btn-primary.collapse-button {
  background: #3B3B3B;
  width: auto;
  text-align: left;
  padding: 6px 14px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 5px 15px 0px 0px;
  float: right;
}
.category-filter-block button.btn.btn-primary.collapse-button i.glyphicon {
  padding: 3px 0;
  margin-left: 10px;
}
.category-filter-block button.btn.btn-primary.collapse-button:hover {
  background: #525252;
}
.category-filter-block button.btn.btn-primary.collapse-button:focus,
.category-filter-block button.btn.btn-primary.collapse-button:active {
  outline: 0;
  border: 0;
}
.category-filter {
  padding: 0px 20px;
  background: white;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
}
.category-filter .fns-speedfilters .filter-block .title,
.category-filter .fns-speedfilters-sorting .filter-block .title {
  overflow: hidden;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
}
.category-filter .fns-speedfilters .filter-block .title .toggleSection,
.category-filter .fns-speedfilters-sorting .filter-block .title .toggleSection {
  color: #3B3B3B;
}
.category-filter a.filter-item-unselected.filter-item-disabled-unselected {
  opacity: 0.45;
  pointer-events: none;
}
.category-filter .fns-speedfilters .filter-block .filter-data-block {
  padding: 0;
}
.category-filter .fns-speedfilters-sorting a {
  cursor: pointer;
}
.category-filter .fns-speedfilters-sorting .sorting-dropdown {
  max-width: 250px;
  width: 100%;
  padding: 0px 10px 12px;
}
.category-filter .fns-speedfilters .filter-block.price-range-filter-block .filter-data-block {
  padding-top: 5px;
  padding-bottom: 10px;
}
.category-filter .fns-speedfilters .filter-block.price-range-filter-block .filter-data-block .slider {
  width: calc(100% - 20px) !important;
  margin-left: 10px;
  touch-action: none;
}
.category-filter .fns-speedfilters .filter-block.price-range-filter-block .filter-data-block .slider .slider-track {
  height: 6px;
  background: #ebebeb;
}
.category-filter .fns-speedfilters .filter-block.price-range-filter-block .filter-data-block .slider .slider-track .slider-handle {
  height: 22px;
  width: 22px;
  margin-top: -8.5px;
  margin-left: -20px;
  border: 1.5px solid #3B3B3B;
}
.category-filter .fns-speedfilters .filter-block.price-range-filter-block .filter-data-block .slider .slider-track .slider-handle.left-round {
  margin-left: 0px !important;
}
.category-filter .fns-speedfilters .filter-block.specification-filter-block .filter-data-block,
.category-filter .fns-speedfilters .filter-block.attribute-filter-block .filter-data-block,
.category-filter .fns-speedfilters .filter-block.manufacturer-filter-block .filter-data-block {
  padding: 10px 6px;
}
.category-filter .fns-speedfilters .filter-block.specification-filter-block .filter-data-block ul li,
.category-filter .fns-speedfilters .filter-block.attribute-filter-block .filter-data-block ul li,
.category-filter .fns-speedfilters .filter-block.manufacturer-filter-block .filter-data-block ul li {
  display: inline-flex;
  padding: 4px;
}
.category-filter .fns-speedfilters .filter-block.specification-filter-block .filter-data-block ul li a,
.category-filter .fns-speedfilters .filter-block.attribute-filter-block .filter-data-block ul li a,
.category-filter .fns-speedfilters .filter-block.manufacturer-filter-block .filter-data-block ul li a {
  font-size: 1.4em;
  font-weight: 400;
  border: 1px solid darkgray;
}
.category-filter .fns-speedfilters .filter-block.specification-filter-block .filter-data-block ul li a:hover,
.category-filter .fns-speedfilters .filter-block.attribute-filter-block .filter-data-block ul li a:hover,
.category-filter .fns-speedfilters .filter-block.manufacturer-filter-block .filter-data-block ul li a:hover {
  background: #ebebeb;
}
.category-filter .fns-speedfilters .filter-block.specification-filter-block .filter-data-block a.filter-item-unselected,
.category-filter .fns-speedfilters .filter-block.attribute-filter-block .filter-data-block a.filter-item-unselected,
.category-filter .fns-speedfilters .filter-block.manufacturer-filter-block .filter-data-block a.filter-item-unselected,
.category-filter .fns-speedfilters .filter-block.specification-filter-block .filter-data-block a.filter-item-selected,
.category-filter .fns-speedfilters .filter-block.attribute-filter-block .filter-data-block a.filter-item-selected,
.category-filter .fns-speedfilters .filter-block.manufacturer-filter-block .filter-data-block a.filter-item-selected {
  padding: 6px 12px;
  border-radius: 5px;
  background: white;
  color: #000;
}
.category-filter .fns-speedfilters .filter-block.specification-filter-block .filter-data-block a.filter-item-selected,
.category-filter .fns-speedfilters .filter-block.attribute-filter-block .filter-data-block a.filter-item-selected,
.category-filter .fns-speedfilters .filter-block.manufacturer-filter-block .filter-data-block a.filter-item-selected {
  background-color: #D9D9D9;
}
.category-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: none;
  background-color: #3B3B3B;
  border: 1px solid #3B3B3B;
  border-radius: 2px;
  height: 20px !important;
  margin-top: -3px;
  cursor: pointer;
}
.category-filter .fns-speedfilters .price-range-filter-block .price-range-info-block {
  margin-bottom: 8px;
}
.category-filter .fns-speedfilters .price-range-filter-block .price-range-selected-block {
  text-align: center;
  color: #000;
  margin-top: 0px;
}
.category-filter .fns-speedfilters .price-range-filter-block .price-range-selected-block .price-range-selected-pricemin,
.category-filter .fns-speedfilters .price-range-filter-block .price-range-selected-block .price-range-selected-pricemax {
  font-weight: 400;
  font-size: 13.5px;
  float: none;
}
.category-filter button.btn.btn-primary.collapse-button {
  background: #3B3B3B;
  width: 200px;
  text-align: left;
  padding: 6px 15px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  white-space: normal;
}
.category-filter button.btn.btn-primary.collapse-button i.glyphicon {
  float: right;
  padding: 3px 0;
}
.category-filter button.btn.btn-primary.collapse-button:hover {
  background: #525252;
}
.category-filter button.btn.btn-primary.collapse-button:focus,
.category-filter button.btn.btn-primary.collapse-button:active {
  outline: 0;
  border: 0;
}
.category-filter .fns-speedfilters .clear-filter-options-all {
  cursor: pointer;
  color: #3B3B3B;
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  margin: 10px;
  font-weight: 400;
}
.category-filter .fns-speedfilters .clear-filter-options-all:hover {
  cursor: pointer;
  color: #525252;
}
.category-filter .clearfilter-container {
  text-align: end;
  margin-top: 10px;
}
.category-filter .clearfilter {
  padding-top: 4px;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: #3B3B3B;
}
.category-filter .clearfilter:hover {
  color: #525252;
}
.fns-speedfilters-ajax-loading-block,
.ajax-loading-block-window {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  z-index: 1104 !important;
  background: rgba(255, 255, 255, 0.1);
}
.fns-speedfilters-ajax-loading-block .loading-image,
.ajax-loading-block-window .loading-image {
  position: absolute !important;
  z-index: 1105 !important;
  top: calc(50% - 25px) !important;
  left: calc(50% - 25px) !important;
  width: 50px !important;
  height: 50px !important;
  background-image: url(/Themes/NopShop/Content/css/images/ajax_loader_large.gif);
  -moz-background-size: 50px;
  -o-background-size: 50px;
  -webkit-background-size: 50px;
  background-size: 50px;
}
.category-navigation .title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
}
.category-list a span.category-title {
  font-size: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
  color: #3B3B3B;
}
.category-list a:hover span.category-title {
  color: #525252;
  text-decoration: underline;
}
span.category-count {
  color: #000;
  font-weight: 300;
  font-size: 1.2em;
}
.right-sidebar .banner {
  /*margin-top: 20px;*/
  padding-top: 20px;
}
.right-sidebar .banner img {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0;
}
.right-sidebar-banner {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px 15px 20px;
  margin-top: 20px;
  font-size: 16px;
}
.right-sidebar-banner h2 {
  font-size: 1.5em;
  line-height: 1.3em;
}
.right-sidebar-banner h3 {
  font-size: 1.4em;
  line-height: 1.25em;
}
.right-sidebar-banner h4 {
  font-size: 1.3em;
  line-height: 1.2em;
}
.right-sidebar-banner h5 {
  font-size: 1.2em;
  line-height: 1.1em;
}
.right-sidebar-banner a {
  color: #fff;
}
.right-sidebar-banner a:hover {
  color: darkgray;
}
/***SEARCH PAGE***/
h1.search-title {
  font-size: 1em;
  margin: 0;
  font-weight: 400;
}
.features_items.search-page {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 0;
  max-height: 100%;
}
.features_items.search-page .product-details {
  margin-bottom: 0;
}
.features_items.search-page .product-details .custom-page-box-div {
  border: 0;
  padding: 15px 25px;
  margin: 0;
}
.features_items.search-page .product-details .custom-page-box-div .buttons {
  float: right;
  margin-bottom: 16px;
}
.features_items.search-page .gray-input {
  border: 1px solid #878686;
  height: 32px;
  width: 100%;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.features_items.search-page .gray-input:focus,
.features_items.search-page .gray-input:active {
  outline: 0;
}
.features_items.search-page .advanced-search {
  margin-top: 20px;
}
.features_items.search-page button.btn.btn-primary.collapse-button {
  background: #3B3B3B;
  width: 200px;
  text-align: left;
  padding: 6px 15px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-top: 0px;
}
.features_items.search-page button.btn.btn-primary.collapse-button i.glyphicon {
  float: right;
  padding: 3px 0;
}
.features_items.search-page button.btn.btn-primary.collapse-button:focus,
.features_items.search-page button.btn.btn-primary.collapse-button:active {
  outline: 0;
}
.kg-dropdown {
  height: 32px;
  padding: 4px 32px 4px 10px;
  width: 200px;
  background: #fff;
  border: 1px solid #878686;
  -webkit-appearance: none;
  z-index: 100;
}
.customSelect:after {
  background: #3B3B3B;
  font-family: "Glyphicons Halflings";
  content: "\e114";
  width: 32px;
  height: 32px;
  top: 0;
  position: absolute;
  padding: 7px 9px;
  color: #fff;
  cursor: pointer;
  margin-left: 2px;
}
.customSelect.customSelectHover:after {
  background: #525252;
}
.kg-dropdown:hover {
  cursor: pointer;
}
.search-page .control-label {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 6px;
}
.search-page label {
  font-weight: 400;
  text-transform: uppercase;
}
.search-page .price-range {
  margin-top: 0;
}
.price-label {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
  text-align: center;
  max-width: 34px;
  padding: 0;
}
.attributes .kg-dropdown {
  height: 32px;
  padding: 4px 32px 4px 10px;
  width: 100%;
  max-width: 220px;
  background: #fff;
  border: 2px solid #878686;
  -webkit-appearance: none;
  z-index: 100;
}
.attributes .customSelect:after {
  background: #3B3B3B;
  font-family: "Glyphicons Halflings";
  content: "\e114";
  width: 32px;
  height: 32px;
  top: auto;
  margin-top: -6px;
  position: absolute;
  padding: 7px 9px;
  color: #fff;
  cursor: pointer;
  margin-left: 2px;
}
.attributes .customSelect.customSelectHover:after {
  background: #525252;
}
.sorting-dropdown {
  max-width: 167px;
}
.sorting-dropdown .kg-dropdown {
  height: 32px;
  padding: 4px 32px 4px 10px;
  width: 100%;
  background: #fff;
  border: 2px solid #878686;
  -webkit-appearance: none;
  z-index: 100;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #696763;
  white-space: nowrap;
}
.sorting-dropdown .customSelect:after {
  background: #3B3B3B;
  font-family: "Glyphicons Halflings";
  content: "\e114";
  width: 32px;
  height: 32px;
  top: auto;
  margin-top: -6px;
  position: absolute;
  padding: 7px 8px;
  color: #fff;
  cursor: pointer;
  margin-left: 2px;
}
.right-sidebar.search-page .banner {
  margin-top: 0;
}
.search-page.right-sidebar .banner {
  padding: 0;
  width: auto;
}
.search-page .right-sidebar-banner {
  width: auto;
  margin: 20px 0;
}
.search-results {
  padding: 8px 8px 0px 0px;
  font-weight: 400;
  font-size: 1.2em;
}
.advanced-search input[type=checkbox],
.basic-search input[type=checkbox] {
  display: none;
}
.advanced-search .checkbox,
.basic-search .checkbox {
  padding-left: 10px;
  margin-top: 7px;
}
.advanced-search .checkbox label:before,
.basic-search .checkbox label:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/Themes/NopShop/Content/css/images/filter-checkbox.png) no-repeat;
  background-position: top left;
  margin-left: -30px;
  margin-top: 0;
  -moz-background-size: 18px;
  -o-background-size: 18px;
  -webkit-background-size: 18px;
  background-size: 18px;
}
.advanced-search .checkbox label.checked:before,
.basic-search .checkbox label.checked:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/Themes/NopShop/Content/css/images/filter-checkbox.png) no-repeat;
  background-position: bottom left;
  margin-left: -30px;
  margin-top: 0;
  -moz-background-size: 18px;
  -o-background-size: 18px;
  -webkit-background-size: 18px;
  background-size: 18px;
}
.search-page-content .custom-page-box-border-less-div {
  margin: 10px 0;
}
.search-page-content .sorting {
  float: right;
  margin-top: 5.5px;
}
.search-page-content .sorting .sorting-dropdown {
  max-width: 180px;
}
.last-search {
  padding: 20px 15px;
  background: #3B3B3B;
  color: #fff;
  margin-bottom: 20px;
}
.last-search h3.title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 20px;
}
.last-search ul {
  padding: 0;
}
.last-search ul li {
  margin-bottom: 5px;
}
.last-search ul li a {
  font-weight: 400;
  font-size: 1.1em;
  color: #fff;
  text-transform: uppercase;
}
.last-search ul li a:hover {
  text-decoration: underline;
}
.last-search .clear-search-keywords {
  margin-top: 20px;
}
.last-search .clear-search-keywords i {
  margin-right: 10px;
}
.last-search .clear-search-keywords:hover {
  cursor: pointer;
  text-decoration: underline;
}
/***Checkout***/
.checkout-sendorder .simple-checkout-table {
  width: 100%;
}
form#form-fns-simplecheckout .col-sm-3 {
  white-space: nowrap;
  margin-top: 3px;
  display: inline-flex;
}
.simple-checkout-data .form-group input,
.simple-checkout-data .form-group select {
  border: 1px solid #878686 !important;
  border-radius: 0;
  width: 100%;
}
.simple-checkout-bottom .campaigns .container-ribbon {
  margin: 15px auto 15px;
}
li.remaining-giftcard {
  display: inline-block;
  width: 100%;
}
.payment-block .payment-radio {
  width: auto;
  height: auto;
  border: 2px solid #696763;
  box-shadow: 1px 1px 5px #b0b0b0;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 0;
  display: inline-table;
}
.payment-block .payment-radio input[type=radio] {
  display: none;
}
.payment-block .payment-radio .payment-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.payment-block .payment-radio .payment-logo img {
  margin: 0 auto;
  width: 100px;
}
.payment-block .payment-radio:hover {
  cursor: pointer;
}
.payment-block .payment-radio.unactive {
  border: 2px solid #D9D9D9;
  box-shadow: none;
}
.product-summary,
.shipping-method,
.checkout-order-totals,
.checkout-sendorder,
.payment-method {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
}
.product-summary .free-shipping-reached,
.shipping-method .free-shipping-reached,
.checkout-order-totals .free-shipping-reached,
.checkout-sendorder .free-shipping-reached,
.payment-method .free-shipping-reached {
  margin: 15px;
  width: calc(100% - 30px);
}
.product-summary .custom-page-box-border-less-div,
.shipping-method .custom-page-box-border-less-div,
.checkout-order-totals .custom-page-box-border-less-div,
.checkout-sendorder .custom-page-box-border-less-div,
.payment-method .custom-page-box-border-less-div {
  margin: 0;
  padding: 0;
}
.product-summary .checkout-total-summary.simple-checkout-order-summary-body,
.shipping-method .checkout-total-summary.simple-checkout-order-summary-body,
.checkout-order-totals .checkout-total-summary.simple-checkout-order-summary-body,
.checkout-sendorder .checkout-total-summary.simple-checkout-order-summary-body,
.payment-method .checkout-total-summary.simple-checkout-order-summary-body {
  float: none;
  height: auto;
  margin: 0;
  text-align: left;
  width: 100%;
}
.product-summary .checkout-total-summary.simple-checkout-order-summary-body .order-summary-content,
.shipping-method .checkout-total-summary.simple-checkout-order-summary-body .order-summary-content,
.checkout-order-totals .checkout-total-summary.simple-checkout-order-summary-body .order-summary-content,
.checkout-sendorder .checkout-total-summary.simple-checkout-order-summary-body .order-summary-content,
.payment-method .checkout-total-summary.simple-checkout-order-summary-body .order-summary-content {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #555;
}
.product-summary .checkout-total-summary.simple-checkout-order-summary-body .order-summary-content .totals,
.shipping-method .checkout-total-summary.simple-checkout-order-summary-body .order-summary-content .totals,
.checkout-order-totals .checkout-total-summary.simple-checkout-order-summary-body .order-summary-content .totals,
.checkout-sendorder .checkout-total-summary.simple-checkout-order-summary-body .order-summary-content .totals,
.payment-method .checkout-total-summary.simple-checkout-order-summary-body .order-summary-content .totals {
  float: none;
  padding: 0;
  width: auto;
}
.product-summary .item {
  padding: 0;
  align-items: center;
  display: flex;
}
.product-summary .item .product-checkout-item-container {
  display: inline-flex;
}
.product-summary .item .product-checkout-item-container .product {
  align-self: center;
}
.product-summary .item .product-checkout-item-container .picture img {
  width: 80px;
  max-height: 50px;
}
.product-summary .item .product-price-item-container {
  padding-left: 0px;
}
.shipping-method ul {
  padding: 20px;
}
.shipping-method .simple-checkout-table {
  margin: 20px 20px 0;
}
.shipping-method .simple-checkout-table .form-group {
  margin-bottom: 0;
}
.shipping-method .simple-checkout-table label {
  margin-top: 6px;
}
/*.method-group {
    padding: 18px 20px 18px 20px;
}*/
.simple-checkout-table .gray-input {
  background-color: #fff;
  border: 1px solid #878686;
  height: 32px;
  margin: 0;
  /*padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 10px;*/
  padding: 0 10px;
  padding-right: 0;
  font-family: "Oswald", sans-serif;
  text-transform: none;
  border-radius: 0;
  color: #333;
}
.simple-checkout-table .gray-input:focus,
.simple-checkout-table .gray-input:active {
  outline: 0;
}
.simple-checkout-table .kg-dropdown {
  width: 226px;
}
.simple-checkout-table select.checkout-dropdown.kg-dropdown {
  margin-top: -6px;
  z-index: 100;
}
.simple-checkout-table span.checkout-dropdown.kg-dropdown {
  z-index: 100;
}
.simple-checkout-table span.customSelect.kg-dropdown:after {
  top: 0;
  left: 206px;
}
p.shipping-description {
  padding-left: 30px;
}
.discount-container {
  padding: 6px 5px 10px 5px;
}
.discount-container .gray-input {
  border: 1px solid #878686;
  height: 32px;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #333;
}
.discount-container .gray-input:focus,
.discount-container .gray-input:active {
  outline: 0;
}
.discount-container .coupon-toggle {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #3B3B3B;
  text-decoration: underline;
  background: none;
  border: 0;
  padding: 0;
  outline: 0;
}
.discount-container .coupon-toggle:hover {
  color: #525252;
  cursor: pointer;
}
.discount-container #discount-toggle {
  margin-top: 20px;
}
.checkout-total ul {
  padding: 0;
}
.checkout-total ul li {
  background: none;
  margin-top: 0;
}
.checkout-total ul li.total-desc {
  padding: 0;
  font-size: 15px;
}
.checkout-total ul li.total-desc ul {
  padding: 15px 5px;
  border-bottom: 1px solid #e5e5e5;
}
.checkout-total ul li.total-desc ul li {
  padding: 3px 0;
}
.checkout-total ul li.total-desc ul li span {
  float: right;
}
.checkout-total .totals {
  font-weight: 700;
  font-size: 20px;
  padding: 10px 5px 15px 5px;
  border-bottom: 1px solid #e5e5e5;
}
.checkout-total .totals span {
  float: right;
}
.checkout-box {
  margin-bottom: 25px;
  margin-top: 10px;
}
.discount-box {
  margin-bottom: 10px;
}
.discount-box img,
.giftcard-box img {
  display: none;
}
.discount-box .buttons,
.giftcard-box .buttons {
  display: inline-block;
}
.discount-box .buttons .btn.btn-primary.main-button,
.giftcard-box .buttons .btn.btn-primary.main-button {
  font-size: 1em;
  padding: 0 10px;
  height: 32px;
  border: 0;
  margin: 0;
  margin-top: -4px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-shadow: none;
  border-radius: 0;
}
.simple-checkout-page .red-input {
  border: 2px solid #3B3B3B;
  height: 32px;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.simple-checkout-page .discount-container .main-button {
  background: #3B3B3B;
  border: 0;
  padding: 6px 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.simple-checkout-page .discount-container .main-button:hover {
  background: #525252;
}
.simple-checkout-page .discount-container .main-button:active,
.simple-checkout-page .discount-containe .main-button:focus {
  outline: 0;
}
.simple-checkout-data .simple-checkout-paymentinfo .payment-info {
  width: 100%;
  border: 1px solid #b0b0b0;
  border: 0;
  margin-top: 10px;
}
.simple-checkout-data .simple-checkout-paymentinfo .payment-info b {
  font-weight: normal;
}
.simple-checkout-data .product-summary .picture {
  float: left;
  margin-right: 10px;
}
.simple-checkout-data .product-summary .product {
  display: table-cell;
}
.page-body.simple-checkout-data.custom-checkout > form {
  float: none;
  min-width: 0;
  max-width: none;
  width: auto;
}
span#order-summary-loading-progress {
  padding: 25px 5px;
}
.product-summary #cart_items {
  padding-top: 10px;
}
.product-summary .custom-page-box-border-less-div .items {
  padding: 0 5px;
}
.product-summary .custom-page-box-border-less-div .items .product .name {
  font-weight: 400;
  font-size: 14px;
}
.product-summary .custom-page-box-border-less-div .items .product .name a {
  color: #000;
}
.product-summary .custom-page-box-border-less-div .items .product .attributes {
  font-size: 13px;
}
.product-summary .custom-page-box-border-less-div .items .quantity,
.product-summary .custom-page-box-border-less-div .items .price {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  padding-right: 10px;
}
.product-summary .custom-page-box-border-less-div .items input {
  border: 1px solid #878686 !important;
}
.product-summary .btn.btn-primary.main-button {
  font-size: 14px;
  padding: 6px 15px;
}
.product-summary a:hover,
.product-summary .product .name a:hover {
  color: #525252;
}
.product-summary .quan {
  width: 40px;
}
.thank-you-buttons .btn-primary.main-button {
  font-size: 16px;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item li a.ui-state-active {
  background: #fff;
  border: 1px solid #F0F0E9 !important;
  border-radius: 0;
  padding: 3px 7px;
  margin: 0px;
  color: #525252;
  cursor: pointer;
}
.ui-menu {
  /*width: 100% !important;
    border: 0;
    padding: 0;
    border-radius: 0;
    right: auto !important;
    left: auto !important;
    top: 117px !important;
    background: none;*/
}
.ui-menu img {
  margin-right: 15px;
  width: 70px;
  display: inline-block;
}
.ui-menu .content {
  display: inline-block;
  vertical-align: middle;
  margin-top: 9px;
  /*position: absolute;
        right: 0;
        left: 110px;*/
}
.ui-menu .content p.title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
.ui-menu .content p.price {
  font-size: 1.1em;
  font-weight: 400;
}
.ui-menu .content p {
  display: inline-block;
  margin-right: 30px;
  font-family: "Oswald", sans-serif;
}
div#searchbox-container ul {
  border: 0;
  border-radius: 0;
}
.search-page-content h1.title {
  margin-top: 0;
}
.ui-menu .ui-menu-item {
  border: 0;
  border-radius: 0;
  /*margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1140px;
    background: none;

    position: relative;
    padding-left: 25%;*/
}
.ui-menu .ui-menu-item a {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  display: block;
  padding: 3px 7px;
  top: 115px !important;
  min-height: 0;
  font-weight: normal;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 0;
  box-shadow: 0px 1px 1px #b0b0b0;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
/****Alternative pages***/
.alternative-products-page {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
}
.alternative-products-page h1.title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 15px 10px 15px;
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
  background: #D9D9D9;
  color: #333;
  margin-bottom: auto;
}
.alternative-products-page h1.title a.product {
  color: #333;
  text-decoration: underline;
}
.alternative-products-page h1.title a.product:hover {
  color: #000;
  text-decoration: none;
}
.alternative-products-page h2.title a.product {
  color: #333;
  text-decoration: underline;
}
.alternative-products-page h2.title a.product:hover {
  color: #3B3B3B;
  text-decoration: none;
}
.alternative-products-page .custom-page-box-div {
  border: 0;
  margin-bottom: 0px;
}
.alternative-products-page .custom-page-box-div #cart_items .cart_info {
  border: 0;
}
.alternative-products-page .custom-page-box-div .order-list .order-item .main-button {
  padding: 6px 15px;
  font-size: 15px;
}
.alternative-products-page .table-striped > tbody > tr.overview > td,
.alternative-products-page .table-striped > tbody > tr.overview > th {
  background: none;
  padding-bottom: 30px;
}
.alternative-products-page #cart_items .cart_info .table.table-condensed tr.overview {
  border: 0;
}
.alternative-products-page .product-name a {
  font-size: 1.2em;
  font-weight: 400;
}
.alternative-products-page .product-name a:hover {
  color: #525252;
}
.alternative-products-page button.btn.btn-primary.main-button.remove-btn,
.alternative-products-page button.btn.btn-primary.main-button.remove-all-btn {
  font-size: 16px;
}
.alternative-products-page .gray-input {
  border: 1px solid #878686;
  height: 32px;
  width: 100%;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.alternative-products-page .gray-textarea {
  border: 1px solid #878686;
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.alternative-products-page .product-details {
  margin-bottom: 0;
}
.alternative-products-page .product-review-helpfulness span.question {
  margin-right: 15px;
}
button.remove-button-cart {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  padding: 0;
  top: 0;
  right: -20px;
  /*top: -3px;
    right: 0;*/
}
button.remove-button-cart i {
  color: #3B3B3B;
  font-size: 18px;
}
.full-description p,
.alternative-products-page p {
  font-size: 1.3em;
  line-height: 1.5em;
}
.description-container {
  height: 110px;
  overflow: hidden;
  margin-bottom: 20px;
}
.description-container.closed,
.description-container.open {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.collapse-link {
  text-align: center;
  margin-bottom: 20px;
}
.collapse-link .btn.btn-primary.main-button {
  background-color: #3B3B3B;
  font-size: 1em;
}
.back-in-stock-subscription {
  text-align: right;
  clear: both;
  padding-top: 15px;
}
.back-in-stock-subscription-page h1.title,
.back-in-stock-subscribe h1.title,
.back-in-stock-unsubscribe h1.title {
  text-transform: none;
}
.back-in-stock-subscribe,
.back-in-stock-unsubscribe {
  padding: 0 15px;
}
.back-in-stock-subscription-form {
  background: #fff;
}
#fancybox-content {
  background: #fff !important;
}
.subscribe-button.btn.btn-primary.main-button {
  font-size: 1.2em !important;
}
.subscribe-button.btn.btn-primary.main-button:hover {
  background-color: #7BA647 !important;
}
.category-nav,
.brands_products {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
}
.category-nav h2,
.brands_products h2 {
  margin-bottom: 0;
}
.category-nav .panel:hover .panel-title a,
.brands_products .panel:hover .panel-title a {
  color: #525252;
  cursor: pointer;
}
.category-nav .panel,
.brands_products .panel,
.category-nav .panel-title,
.brands_products .panel-title {
  cursor: pointer;
}
.category-nav .brands-name ul li a,
.brands_products .brands-name ul li a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
/***Login***/
.checked-list li:before {
  content: "\f00c";
  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;
  margin-right: 5px;
}
.login-text .features_items {
  border: 0;
}
.login-text .custom-page-box-div {
  margin: 0;
  padding: 0;
}
.login-text h2.title {
  background: none;
  color: #333;
  text-align: left;
  padding: 0;
  margin-bottom: 15px;
}
span.forgot-password {
  margin-left: 15px;
}
span.forgot-password a:hover {
  color: #525252;
}
.alternative-products-page tr.cart_menu td.tbl {
  color: #000;
  font-family: "Oswald", sans-serif;
}
/***Language selector***/
.lang-cur-container {
  margin: 7px 0;
  white-space: nowrap;
  text-align: center;
}
.lang-cur-container ul.languages {
  display: inline-block;
  min-height: 0;
  vertical-align: -1px;
  padding: 0;
}
.lang-cur-container ul.languages li {
  padding: 0 10px 0 0;
  display: inline-block;
}
/***Currency selector***/
.lang-cur-container .btn.btn-primary.main-button {
  margin-top: 0;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding: 2px 10px;
  background: #fff;
  height: 32px;
}
.lang-cur-container .btn.btn-primary.main-button .currency-label,
.lang-cur-container .btn.btn-primary.main-button .language-label {
  margin-right: 5px;
  color: #b2b2b2;
}
.lang-cur-container .btn.btn-primary.main-button i {
  color: #3B3B3B;
  font-size: 14px;
  font-weight: normal;
}
.lang-cur-container .dropdown-menu.currency-dropdown,
.lang-cur-container .dropdown-menu.language-dropdown {
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
}
.lang-cur-container .dropdown-menu.currency-dropdown li,
.lang-cur-container .dropdown-menu.language-dropdown li {
  display: block;
}
.lang-cur-container .dropdown-menu.currency-dropdown li a,
.lang-cur-container .dropdown-menu.language-dropdown li a {
  background: none;
}
.lang-cur-container .dropdown-menu.currency-dropdown li a:hover,
.lang-cur-container .dropdown-menu.language-dropdown li a:hover {
  color: #525252;
}
.lang-cur-container .dropdown-menu.currency-dropdown li:first-child,
.lang-cur-container .dropdown-menu.language-dropdown li:first-child {
  margin-top: -10px;
}
.lang-cur-container .btn.btn-primary.main-button:focus,
.lang-cur-container .btn.btn-primary.main-button:active,
.lang-cur-container .btn.btn-primary.main-button:hover,
.lang-cur-container .btn.btn-primary.main-button:focus span,
.lang-cur-container .btn.btn-primary.main-button:active span,
.lang-cur-container .btn.btn-primary.main-button:hover span {
  background: #fff !important;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/Themes/NopShop/Content/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.eot), url(/Themes/NopShop/Content/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/Themes/NopShop/Content/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.woff);
}
.product-of-the-week .product-image-wrapper {
  padding-top: 60px;
}
.product-of-the-week .product-image-wrapper .product-name {
  text-align: center;
  height: 54px;
  overflow: hidden;
}
.product-of-the-week div.title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  background: #3D3F40;
  font-weight: 700;
  color: #fff;
  padding: 10px 15px;
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
}
.product-of-the-week div.title .first {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
}
.product-of-the-week div.title .second {
  margin-left: 3px;
  font-size: inherit;
  color: #fff;
}
.product-week-ribbon.container-ribbon {
  position: absolute;
  left: 0;
  top: 5px;
  margin: 0;
  height: 46px;
  max-width: none;
  width: 100%;
}
.product-week-ribbon.container-ribbon .corner {
  position: absolute;
  width: 10px;
  background: #525252;
  z-index: 10;
}
.product-week-ribbon.container-ribbon .corner.r {
  top: 0;
  left: -7px;
}
.product-week-ribbon.container-ribbon .corner.l {
  top: 0;
  right: -7px;
}
.product-week-ribbon.container-ribbon .main {
  background: #525252;
  position: relative;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  padding: 5px;
  margin-left: 0;
  z-index: 10;
}
.product-week-ribbon.container-ribbon .main > div {
  height: 36px;
}
.product-week-ribbon.container-ribbon .title {
  background: none;
  padding: 5px 15px;
}
.product-week-ribbon.container-ribbon .skew {
  width: 7px;
  top: 5px;
}
.product-week-ribbon.container-ribbon .skew.l {
  left: -7px;
  -moz-transform: skew(0deg, 20deg);
  -ms-transform: skew(0deg, 20deg);
  -o-transform: skew(0deg, 20deg);
  -webkit-transform: skew(0deg, 20deg);
  transform: skew(0deg, 20deg);
}
.product-week-ribbon.container-ribbon .skew.r {
  right: -7px;
  -moz-transform: skew(0deg, -20deg);
  -ms-transform: skew(0deg, -20deg);
  -o-transform: skew(0deg, -20deg);
  -webkit-transform: skew(0deg, -20deg);
  transform: skew(0deg, -20deg);
}
.product-week-ribbon.container-ribbon .bk {
  top: 6px;
  z-index: 1;
}
.product-week-ribbon.container-ribbon .bk.r {
  right: -12px;
}
.product-week-ribbon.container-ribbon .bk.r > div {
  right: -14px;
}
.product-week-ribbon.container-ribbon .r .top {
  border-bottom: 24px solid transparent;
  border-top: 0 solid transparent;
  border-left: 15px solid #ca4a4b;
  border-right: none;
}
.product-week-ribbon.container-ribbon .r .bottom {
  border-top: 24px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 15px solid #ca4a4b;
  border-right: none;
}
.product-week-ribbon.container-ribbon .arrow.bottom {
  top: 21px;
}
.product-week-ribbon.container-ribbon.one > div {
  height: 46px;
}
.features_items,
.recommended_items,
.product-box-content {
  margin-top: 0;
  min-height: 0;
  max-height: 413px;
}
.features_items::-webkit-scrollbar,
.recommended_items::-webkit-scrollbar,
.product-box-content::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.features_items::-webkit-scrollbar-thumb,
.recommended_items::-webkit-scrollbar-thumb,
.product-box-content::-webkit-scrollbar-thumb {
  background: rgba(51, 51, 51, 0.5);
  -moz-border-radius: 1ex;
  -webkit-border-radius: 1ex;
  border-radius: 1ex;
  /*        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);*/
}
.features_items::-webkit-scrollbar-corner,
.recommended_items::-webkit-scrollbar-corner,
.product-box-content::-webkit-scrollbar-corner {
  background: #000;
}
.features_items .custom-page-box-border-less-div,
.recommended_items .custom-page-box-border-less-div {
  margin: 10px 15px;
  padding: 0;
}
.features_items.new-products {
  margin-bottom: 0px;
  background: white;
  border: 1px solid #D9D9D9;
}
.price.actual-price.pulse-price {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  color: #fff;
  font-weight: 400;
  background: rgba(225, 76, 77, 0.95);
  padding: 4px 7px 2px 7px;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(225, 76, 77, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(225, 76, 77, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(225, 76, 77, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(225, 76, 77, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(225, 76, 77, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(225, 76, 77, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(225, 76, 77, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(225, 76, 77, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(225, 76, 77, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(225, 76, 77, 0);
  }
}
.prices,
.new-prices {
  text-align: center;
}
.prices p,
.new-prices p {
  margin-bottom: 2px;
  font-family: "Oswald", sans-serif;
}
.prices .price.actual-price {
  color: #e14c4d;
}
.price.old-price {
  font-size: 12.5px;
  font-weight: 300;
  display: block;
  color: #000;
  align-self: flex-end;
  margin-left: 5px;
  margin-bottom: 1px;
}
.product-of-the-week .price.old-price {
  font-size: 16px;
}
.recommended_items .col-md-3 a,
.features_items .col-md-3 a {
  color: #696763;
  height: 108px;
  display: inline-block;
  float: left;
}
/*.features_items .custom-page-box-border-less-div .product-image-wrapper, .recommended_items .custom-page-box-border-less-div .product-image-wrapper {
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}*/
.features_items .buy-btn button,
.recommended_items .buy-btn button {
  margin: 0;
}
.product-image-wrapper .product-content {
  height: 100%;
}
.campaigns .product-image-wrapper .box-product.single-products .productinfo p.product-name {
  text-align: center;
}
section#recently-bestseller-product {
  padding-top: 25px;
}
section#recently-bestseller-product .product-image-wrapper {
  display: grid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid darkgrey;
}
section#recently-bestseller-product .product-image-wrapper .productinfo .prices,
section#recently-bestseller-product .product-image-wrapper .productinfo .new-prices {
  padding-top: 5px;
  text-align: left;
}
section#recently-bestseller-product .product-image-wrapper .productinfo .info .stock-availability {
  margin: -10px;
}
section#highlight-section {
  padding-bottom: 12px;
}
section#social-section {
  padding-bottom: 7px !important;
}
section#top-pictures-section {
  padding-bottom: 12px;
}
section#top-pictures-section .owl-item div .product-image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 270px;
}
section#photofish-carousel-section {
  padding-bottom: 12px;
}
section#photofish-carousel-section #photofish-carousel-custom .owl-item {
  text-align: center;
}
section#photofish-carousel-section #photofish-carousel-custom .owl-item div.item-inner {
  border: 1px solid #D9D9D9;
  padding: 15px;
}
section#photofish-carousel-section #photofish-carousel-custom .owl-item div.item-inner img {
  transform: scale(1.15);
}
section#photofish-carousel-section #photofish-carousel-custom .owl-item div.item-inner .buy-btn .add-to-cart.btn.btn-primary {
  margin-top: 10px;
  max-width: none;
  font-size: 17px;
}
section#photofish-carousel-section .campaigns .container-ribbon {
  margin: 1px auto 15px;
}
section#photofish-section .campaigns.purchased-products .title {
  display: none;
}
section#social-section,
section#product-section,
section#photofish-section {
  padding: 40px 0 0 0;
  margin-top: 40px;
  /*margin-bottom: -40px;*/
}
section#social-section .campaigns .container-ribbon,
section#product-section .campaigns .container-ribbon,
section#photofish-section .campaigns .container-ribbon {
  margin: -70px auto 5px;
}
section#photofish-section {
  margin-top: 30px;
}
section#product-section .product-image-wrapper,
section#products-reward-points-section .product-image-wrapper {
  background: white;
  border: 1px solid #D9D9D9;
  margin: 12px 0px;
}
section#product-section .product-image-wrapper .single-products.box-product,
section#products-reward-points-section .product-image-wrapper .single-products.box-product {
  background: white;
}
section#photofish-section .product-image-wrapper {
  border: 1px solid #D9D9D9;
  margin: 12px 0px;
}
section#photofish-section .product-image-wrapper .buy-btn .add-to-cart.btn.btn-primary {
  margin-top: 10px;
  max-width: none;
  font-size: 17px;
}
section#products-reward-points-section .container-ribbon.one {
  margin: 0px auto 5px;
}
.professional_items div.title,
.campaigns div.title,
.new-products-list div.title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  background: none;
  font-weight: 700;
  color: #000;
  padding: 6px 0;
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
}
.professional_items div.title .first,
.campaigns div.title .first,
.new-products-list div.title .first {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 1px #000;
}
.professional_items div.title .second,
.campaigns div.title .second,
.new-products-list div.title .second {
  color: #fff;
  margin-left: 3px;
}
* {
  box-sizing: border-box;
}
.container-ribbon {
  width: 80%;
  max-width: 470px;
  height: 66px;
  margin: -70px auto 15px;
  position: relative;
}
.campaigns .container-ribbon {
  margin: 35px auto 15px;
}
.one > div {
  height: 52px;
  text-align: center;
}
.main {
  background: #606060;
  position: relative;
  display: block;
  width: 90%;
  left: 50%;
  top: 0;
  padding: 5px;
  margin-left: -45%;
  z-index: 10;
}
.main > div {
  border-color: rgba(255, 255, 255, 0.5);
  height: 50px;
}
.bk {
  background: #4B4B4B;
  position: absolute;
  width: 8%;
  top: 12px;
}
.bk.l {
  left: 0;
}
.bk.r {
  right: 0;
}
.skew {
  position: absolute;
  background: #000;
  width: 3%;
  top: 6px;
  z-index: 5;
}
.skew.l {
  left: 5%;
  -moz-transform: skew(0deg, 20deg);
  -ms-transform: skew(0deg, 20deg);
  -o-transform: skew(0deg, 20deg);
  -webkit-transform: skew(0deg, 20deg);
  transform: skew(0deg, 20deg);
}
.skew.r {
  right: 5%;
  -moz-transform: skew(0deg, -20deg);
  -ms-transform: skew(0deg, -20deg);
  -o-transform: skew(0deg, -20deg);
  -webkit-transform: skew(0deg, -20deg);
  transform: skew(0deg, -20deg);
}
.bk.l > div {
  left: -29px;
}
.bk.r > div {
  right: -29px;
}
.arrow {
  height: 25px !important;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
}
.arrow.top {
  top: 0;
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #4B4B4B;
}
.arrow.bottom {
  top: 22px;
  border-top: 30px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 30px solid #4B4B4B;
}
.r .bottom {
  border-top: 30px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 30px solid #4B4B4B;
  border-right: none;
}
.r .top {
  border-bottom: 30px solid transparent;
  border-top: 0 solid transparent;
  border-left: 30px solid #4B4B4B;
  border-right: none;
}
.add-to-cart.btn.btn-primary.main-button.added.disabled {
  background: #B2DF7D;
  text-shadow: none;
  padding: 5px 17px;
  font-size: 1.5em;
}
.add-to-cart-panel .add-to-cart.btn.btn-primary.main-button.added.disabled {
  background: #B2DF7D;
  text-shadow: none;
  padding: 5px 23px;
  font-size: 1.5em;
}
/* entire container, keeps perspective */
.flip-container {
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  position: relative;
  /*-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;*/
}
/* flip the pane when hovered */
/*.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateX(180deg);
	}*/
.flip-container.flip-button .flipper .front {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.flip-container.flip-button .flipper .back {
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.flip-container,
.front,
.back {
  width: 84px;
  height: 38px;
  float: right;
  display: inline-block;
}
.add-to-cart-panel .flip-container,
.add-to-cart-panel .front,
.add-to-cart-panel .back {
  width: 106px;
  height: 46px;
  margin-bottom: 10px;
}
/* flip speed goes here */
.flipper {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform-origin: 100% 19px;
  -ms-transform-origin: 100% 19px;
  -o-transform-origin: 100% 19px;
  -webkit-transform-origin: 100% 19px;
  transform-origin: 100% 19px;
  /* half of height */
  position: relative;
}
.add-to-cart-panel .flipper {
  -moz-transform-origin: 100% 23px;
  -ms-transform-origin: 100% 23px;
  -o-transform-origin: 100% 23px;
  -webkit-transform-origin: 100% 23px;
  transform-origin: 100% 23px;
  /* half of height */
}
/* hide back of pane during swap */
.front,
.back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
/* back, initially hidden pane */
.back {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.category-image {
  width: 30px;
}
/* reward points */
.reward-points-wrapper {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reward-points-wrapper .avatar-box {
  margin-bottom: 15px;
}
.reward-points-wrapper .text-highlight {
  color: #dc4648;
  font-weight: 700;
  text-shadow: 0px 1px #fff;
}
.reward-points-wrapper .current-level-name {
  font-size: 18px;
  font-weight: 400;
}
.reward-points-wrapper .points-box {
  width: 280px;
  flex-grow: 1;
}
.reward-points-wrapper .points-box .reward-points-wrapper {
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 15px;
  align-items: center;
}
.reward-points-wrapper .points-box .reward-points-wrapper:last-child {
  margin-bottom: 0;
}
.reward-points-wrapper .points-box .reward-points-wrapper img {
  max-height: 60px;
  margin-right: 15px;
}
.reward-points-wrapper .points-box .reward-points-wrapper .info-box .title {
  font-size: 1.2em;
  font-weight: bold;
}
.reward-points-wrapper .current-amount {
  font-size: 1.1em;
}
.reward-points-wrapper .current-amount .reward-points-wrapper {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.reward-points-wrapper .current-amount .reward-points-wrapper .money-icon {
  max-height: 100px;
  width: auto;
  margin-right: 15px;
}
.reward-points-wrapper .current-amount .reward-points-wrapper .info-block {
  flex-grow: 1;
}
.reward-points-wrapper .customer-details-box {
  flex-grow: 1;
  padding: 0 15px;
  margin-bottom: 15px;
}
.reward-points-wrapper .grey-block {
  background: #f1f1f1;
  padding: 15px;
  border: 2px solid #ececec;
  margin-bottom: 15px;
}
.level-span {
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 35px;
}
.level-span img.statusbar {
  width: 100%;
}
.level-span img.statusbar-progress {
  width: auto;
  position: absolute;
  height: 100%;
}
.level-span .level-span-label {
  display: none;
}
.level-span .level {
  border-left: 5px solid rgba(0, 0, 0, 0.3);
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.level-span .level.level1 {
  background: #ce6d22;
}
.level-span .level.level2 {
  background: #c6c6c6;
}
.level-span .level.level3 {
  background: #dca726;
}
.level-span .level.level4 {
  background: #edf5f7;
}
.level-span .level span {
  position: absolute;
  top: -26px;
  font-size: 12px;
}
.level-span .current-level-pin {
  position: absolute;
  width: 15px;
  top: -5px;
  border: 5px solid rgba(0, 0, 0, 0.6);
  height: calc(100% + 10px);
}
.level-span .max-points {
  position: absolute;
  bottom: -24px;
  font-size: 13px;
  right: 0;
}
.reward-points-history {
  margin-bottom: 30px;
}
.reward-points-history .nopoints {
  font-size: 15px;
}
.reward-points-history .title {
  padding-top: 15px;
}
.reward-points-history table {
  background: #293e4a;
  color: #fff;
  font-family: monospace;
  border: 2px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px #2e343a;
  width: 100%;
}
.reward-points-history table th {
  padding: 0 15px;
  color: #ccc;
  background: #334854;
}
.reward-points-history table td {
  padding: 0 15px;
}
.reward-points-history table td.points {
  color: #fff;
}
.reward-points-history table td.points.positive {
  color: #40ff40;
}
.reward-points-history table td.points.negative {
  color: #ff3838;
  font-weight: bold;
}
.custom-page-box-div .box-product.single-products {
  min-width: 0;
  font-size: 0.8em;
}
.block-account-navigation {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
}
.block-account-navigation .list {
  padding: 15px 0;
  margin-bottom: 0;
}
.block-account-navigation .list li {
  width: 100%;
  display: inline-block;
}
.block-account-navigation .list li a {
  width: 100%;
  display: inline-block;
  padding: 5px 20px;
  font-size: 16px;
}
.block-account-navigation .list li a.active {
  background: #D9D9D9;
  color: #000;
}
.block-account-navigation .title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 15px 10px 15px;
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
  background: #D9D9D9;
  color: #333;
  margin-bottom: auto;
  line-height: 16px;
}
.block-account-navigation .title strong {
  font-weight: normal;
}
.section.address-item {
  margin-bottom: 15px;
}
.section.address-item .title {
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.avatar-page .image {
  margin-bottom: 15px;
}
.avatar-page .btn {
  margin-bottom: 15px;
}
.custom-attributes {
  position: relative;
}
.custom-attributes ul.option-list {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
}
.custom-attributes ul.option-list li {
  margin-right: 15px;
}
#gamification-section h3 {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
#gamification-section h3 img {
  width: 50px;
  margin-right: 15px;
}
#gamification-section h3.reward-points {
  font-size: 18px;
}
#gamification-section .row {
  display: inline-flex;
  width: calc(100% + 30px);
  flex-wrap: wrap;
  align-items: stretch;
}
#gamification-section .row .col-md-8,
#gamification-section .row .col-md-4 {
  display: inline-flex;
  flex-direction: column;
}
#gamification-section .levelinfo {
  width: 100%;
  float: left;
}
#gamification-section .levelinfo .levels {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
#gamification-section .levelinfo .levels .level-item {
  width: 33.3333333%;
  flex-grow: 1;
  padding: 0 15px;
}
#gamification-section .levelinfo.reward-points .levels {
  width: calc(100% + 30px);
}
#gamification-section .levelinfo.reward-points .levels .level-item {
  display: inline-flex;
  flex-direction: column;
}
#gamification-section .levelinfo.reward-points .levels .level-item .info {
  background: #f1f1f1;
  border: 2px solid #ececec;
  flex-grow: 1;
  padding: 15px;
  font-size: 14px;
}
#gamification-section .highscore .levels {
  width: 100%;
}
#gamification-section .highscore .levels .level-item {
  width: 100%;
  padding: 0 15px;
}
#gamification-section .highscore,
#gamification-section .levelinfo {
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 15px;
  font-size: 1.1em;
  font-weight: 400;
  flex-grow: 1;
}
#gamification-section .highscore a,
#gamification-section .levelinfo a {
  cursor: pointer;
  float: right;
}
#gamification-section .highscore.reward-points,
#gamification-section .levelinfo.reward-points {
  border: 0;
}
#gamification-section .highscore ul,
#gamification-section .levelinfo ul {
  padding: 0;
  margin: 0;
}
#gamification-section .highscore ul li,
#gamification-section .levelinfo ul li {
  padding: 5px 0;
}
#gamification-section .highscore ul li .number,
#gamification-section .levelinfo ul li .number {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
#gamification-section .highscore ul li .xp,
#gamification-section .levelinfo ul li .xp {
  float: right;
}
#gamification-section .highscore ul li .highscorelevel,
#gamification-section .levelinfo ul li .highscorelevel {
  width: 300px;
  max-width: 100%;
  margin-bottom: 10px;
  height: 20px;
  float: right;
  position: relative;
  background: #cecece;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#gamification-section .highscore ul li .highscorelevel .level-value,
#gamification-section .levelinfo ul li .highscorelevel .level-value {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #96cf53;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.showInfo {
  cursor: pointer;
}
.showInfo:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 1.1em;
}
.showInfo.active:after {
  content: "\f106";
}
.use-reward-points,
.reward-points-earned,
.reward-points-levelup {
  padding: 10px 0 !important;
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.use-reward-points img,
.reward-points-earned img,
.reward-points-levelup img {
  width: 50px;
  margin-right: 10px !important;
}
.use-reward-points input#UseRewardPoints,
.reward-points-earned input#UseRewardPoints,
.reward-points-levelup input#UseRewardPoints {
  margin-right: 10px;
}
.level-up-wrapper {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px;
  /*position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index:99;*/
  /*.container{
        position:relative;*/
  /*}*/
}
.level-up-wrapper .reward-points-progress-panel {
  /*width: 330px;
            max-width:100%;
            margin: 15px;
            position: absolute;
            right: 0;
            bottom: -500px;
            padding:15px;
            display:none;*/
  width: 100%;
  float: left;
  display: none;
  padding: 15px;
}
.level-up-wrapper .reward-points-progress-panel p {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}
.level-up-wrapper .reward-points-progress-panel.__ROLE_LEVEL0 {
  background: #d18534;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d18534 59%, #ce6d22 60%, #ce6d22 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d18534 59%, #ce6d22 60%, #ce6d22 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d18534 59%, #ce6d22 60%, #ce6d22 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d18534', endColorstr='#ce6d22', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.level-up-wrapper .reward-points-progress-panel.__ROLE_LEVEL0 h3.title {
  color: #fff;
  text-shadow: 0px 2px #ab5612;
}
.level-up-wrapper .reward-points-progress-panel.__ROLE_LEVEL0 .progress-panel-content {
  border: 2px solid #af5b15;
}
.level-up-wrapper .reward-points-progress-panel.Level1,
.level-up-wrapper .reward-points-progress-panel.level1 {
  background: #d8d8d8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d8d8d8 59%, #c6c6c6 60%, #c6c6c6 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d8d8d8 59%, #c6c6c6 60%, #c6c6c6 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d8d8d8 59%, #c6c6c6 60%, #c6c6c6 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#c6c6c6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid #afafaf;
}
.level-up-wrapper .reward-points-progress-panel.Level1 h3.title,
.level-up-wrapper .reward-points-progress-panel.level1 h3.title {
  text-shadow: 0px 2px #ececec;
}
.level-up-wrapper .reward-points-progress-panel.Level1 .progress-panel-content,
.level-up-wrapper .reward-points-progress-panel.level1 .progress-panel-content {
  border: 1px solid #afafaf;
}
.level-up-wrapper .reward-points-progress-panel.Level2,
.level-up-wrapper .reward-points-progress-panel.level2 {
  background: #e8b535;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e8b535 59%, #dca726 61%, #dca726 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e8b535 59%, #dca726 61%, #dca726 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e8b535 59%, #dca726 61%, #dca726 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8b535', endColorstr='#dca726', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid #c79519;
}
.level-up-wrapper .reward-points-progress-panel.Level2 h3.title,
.level-up-wrapper .reward-points-progress-panel.level2 h3.title {
  text-shadow: 0px 2px #ffda7e;
}
.level-up-wrapper .reward-points-progress-panel.Level2 .progress-panel-content,
.level-up-wrapper .reward-points-progress-panel.level2 .progress-panel-content {
  border: 1px solid #c79519;
}
.level-up-wrapper .reward-points-progress-panel.Level3,
.level-up-wrapper .reward-points-progress-panel.level3 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5edf2+59,c2e3ea+61,c2e3ea+87 */
  background: #d5edf2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d5edf2 59%, #c2e3ea 61%, #c2e3ea 87%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d5edf2 59%, #c2e3ea 61%, #c2e3ea 87%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d5edf2 59%, #c2e3ea 61%, #c2e3ea 87%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5edf2', endColorstr='#c2e3ea', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid #A9D1D8;
}
.level-up-wrapper .reward-points-progress-panel.Level3 h3.title,
.level-up-wrapper .reward-points-progress-panel.level3 h3.title {
  text-shadow: 0px 2px #ffffff;
}
.level-up-wrapper .reward-points-progress-panel.Level3 .progress-panel-content,
.level-up-wrapper .reward-points-progress-panel.level3 .progress-panel-content {
  border: 1px solid #A9D1D8;
}
.level-up-wrapper .reward-points-progress-panel .progress-panel-content {
  background: rgba(255, 255, 255, 0.9);
}
.level-up-wrapper .reward-points-progress-panel h3.title {
  margin: 0;
  text-align: center;
  padding: 5px 0 15px 0;
  position: relative;
}
.level-up-wrapper .reward-points-progress-panel img.level-up {
  width: 70px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.level-up-wrapper .reward-points-progress-panel .progress-panel-content {
  padding: 10px;
  font-size: 1.1em;
}
.level-up-wrapper .reward-points-progress-panel .progress-panel-content .highlight-text {
  color: #d84244;
  font-weight: 400;
}
.level-up-wrapper .reward-points-progress-panel .progress-panel-content .levelInfo {
  display: none;
  font-style: italic;
}
.level-up-wrapper .reward-points-progress-panel .progress-panel-content .showInfo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
}
.level-up-wrapper .reward-points-progress-panel .progress-panel-content .showInfo img {
  width: 40px;
  margin-right: 10px;
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(5px);
  }
}
ul.subcategories {
  min-width: 100%;
  display: inline-flex;
  padding: 0;
  margin-left: -5px;
  flex-wrap: wrap;
  margin-top: 15px;
}
ul.subcategories li a {
  padding: 5px 10px;
  background: #D9D9D9;
  margin: 5px;
  font-size: 15px;
  /*text-shadow: 0px 1px rgba(255, 255, 255, 0.78);*/
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2;
}
ul.subcategories li a:hover {
  color: #3B3B3B;
}
ul.subcategories li a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  margin-left: 8px;
}
ul.subcategories li a:focus {
  color: #3B3B3B;
  text-decoration: none;
}
.shipping-method.checkout-box .countdown-free-shipping {
  margin-top: 10px;
}
.label-wrapper {
  width: 100%;
  float: left;
}
.label-wrapper label {
  float: left;
  margin-right: 5px;
}
.free-shipping-header .countdown-free-shipping,
.free-shipping-header .free-shipping-reached {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  color: #fff;
  background: transparent;
  border: none;
  padding: 10px 15px;
  text-align: center;
}
.free-shipping-header .countdown-free-shipping .countdown-free-shipping-text,
.free-shipping-header .free-shipping-reached .countdown-free-shipping-text,
.free-shipping-header .countdown-free-shipping .currencyprefix,
.free-shipping-header .free-shipping-reached .currencyprefix,
.free-shipping-header .countdown-free-shipping .countdown-free-shipping-calue,
.free-shipping-header .free-shipping-reached .countdown-free-shipping-calue,
.free-shipping-header .countdown-free-shipping .currencysuffix,
.free-shipping-header .free-shipping-reached .currencysuffix,
.free-shipping-header .countdown-free-shipping .countdown-freeshipping-text,
.free-shipping-header .free-shipping-reached .countdown-freeshipping-text,
.free-shipping-header .countdown-free-shipping .shipping-limit,
.free-shipping-header .free-shipping-reached .shipping-limit,
.free-shipping-header .countdown-free-shipping .free-shipping-reached,
.free-shipping-header .free-shipping-reached .free-shipping-reached {
  display: inline-block;
}
.reward-points-earned-product {
  display: inline-flex;
  font-weight: 400;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.reward-points-earned-product img {
  max-width: 55px;
  height: auto;
  margin-right: 10px;
}
.reward-points-earned-product a {
  font-weight: 300;
  margin-top: 3px;
  display: inline-block;
}
.reward-points-earned-product a i {
  margin-right: 5px;
}
.rewardpoints-login-info {
  display: inline-flex;
}
.rewardpoints-login-info i {
  margin-right: 10px;
  line-height: 22px;
}
.rewardpoints-login-info a {
  text-decoration: underline;
}
.applied-discount {
  width: 100%;
  overflow: visible;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.applied-discount .percentage {
  margin: 15px;
  position: absolute;
  top: -125px;
  right: -25px;
  z-index: 11;
  background: #96cf53;
  color: #fff;
  text-shadow: 0 1px 1px #606060;
  font-size: 25px;
  font-weight: 400;
  padding: 3px 10px;
  border-radius: 30px;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  transform: rotate(10deg);
}
.discount-description {
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 15px;
}
.productinfo .percentage {
  position: absolute;
  top: -15px;
  left: -15px;
  background: rgba(150, 207, 83, 0.9);
  color: #fff;
  font-weight: 400;
  padding: 4px;
  text-shadow: 0px 1px 1px #606060;
  font-size: 16px;
}
.what-is-this div {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #f8c766;
}
.what-is-this span {
  font-style: italic;
}
.shop-menu .reward-points-header-container {
  float: right;
  display: inline-flex;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper {
  display: inline-flex;
  padding-left: 15px;
  margin-top: 7px;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper img {
  width: 37px;
  height: 37px;
  align-self: center;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .title {
  color: #fff;
  text-transform: uppercase;
  margin-left: 6px;
  font-size: 12px;
  align-self: center;
  font-weight: bold;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .info-text {
  color: #fff;
  font-size: 8px;
  position: absolute;
  text-transform: none;
  font-weight: normal;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .info-text a {
  color: #C3C3C3;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .info-text a:hover {
  color: darkgray;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .reward-points-levels {
  height: 40px;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .reward-points-levels .level-span {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px;
  display: inline-flex;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .reward-points-levels .level-span img.statusbar {
  width: auto;
  height: 40px;
  align-self: center;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .reward-points-levels .level-span img.statusbar-progress {
  width: auto;
  height: 100%;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .reward-points-levels .level-span .level-span-label {
  position: absolute;
  height: 100%;
  margin-top: 14px;
  font-size: 8.5px;
  font-weight: bold;
  display: block;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .reward-points-levels .level-span .level-span-label.bronze {
  margin-left: 22.5%;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .reward-points-levels .level-span .level-span-label.silver {
  margin-left: 40%;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper .reward-points-levels .level-span .level-span-label.gold {
  margin-left: 65%;
}
.shop-menu .reward-points-header-container .reward-points-header-wrapper.login-info {
  vertical-align: top;
  height: 36px;
}
.reward-points-header-container.clickable {
  cursor: pointer;
}
.reward-points-header-container-mobile {
  display: none;
}
.simple-checkout-data.custom-checkout .campaigns .container-ribbon {
  margin: 0px auto 10px;
}
.simple-checkout-data .labelforinputs img {
  display: none;
}
.simple-checkout-data .kg-dropdown {
  border: 1px solid #878686;
  border-right: 2px solid #333;
}
.simple-checkout-data .button-1:hover,
.simple-checkout-data .button-2:hover {
  color: #fff !important;
}
.external-shopping-cart-buttons .button-1 {
  padding: 5px 20px !important;
}
.homepage-pictures-mobile img {
  width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
}
#swipebox-slider img {
  background-color: white;
}
#swipebox-container {
  touch-action: none;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 56.25%;
}
.product-box-content .col-lg-12.col-md-12.col-sm-12.col-md-12:last-child .product-image-wrapper,
.home-page-product-grid .col-md-12:last-child .product-image-wrapper {
  border-bottom: none !important;
}
.iteo-product-details-recommendation {
  margin-bottom: 25px;
}
.product-attribute-carousel .image-box {
  margin-right: 5px;
  margin-top: 5px;
}
.product-attribute-carousel .image-box .product-name,
.product-attribute-carousel .image-box .product-additional-price {
  text-align: center !important;
  margin: 0px;
  padding: 4px;
  font-size: 11px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.product-attribute-carousel .image-box.selected .product-name,
.product-attribute-carousel .image-box.selected .product-additional-price {
  color: #333;
  font-weight: bold;
}
.product-attribute-carousel .image-box.out-of-stock-carousel-item {
  opacity: 0.5;
}
.product-attribute-carousel .owl-buttons .owl-prev {
  left: -15px !important;
  top: 39% !important;
  padding: 3px 5px !important;
}
.product-attribute-carousel .owl-buttons .owl-next {
  right: -15px !important;
  top: 39% !important;
  padding: 3px 5px !important;
}
.product-attribute-carousel .owl-buttons div i {
  font-size: 20px !important;
}
#product-media .carousel-inner .item {
  transition: none !important;
}
.sku-stock-price-quantity-buy {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.sku-stock-price-quantity-buy .sku-stock-price {
  padding-right: 20px;
}
.sku-stock-price-quantity-buy .sku-stock-price .stock-sku {
  width: max-content;
}
.visible-xs .short-description {
  margin-top: 20px;
}
.product-information.centered-content h1.title,
.product-information.centered-content .attributes,
.product-information.centered-content .short-description {
  text-align: center;
}
.product-information.centered-content .sku-stock-price-quantity-buy {
  justify-content: center;
}
.product-information.centered-content #bar-notification .content {
  text-align: center;
}
.product-information.centered-content .reward-points-earned-product-container {
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.product-information.centered-content .reward-points-earned-product-container .reward-points-earned-product {
  width: 100%;
  margin: 0px 5px;
  justify-content: center;
}
.product-information.centered-content .bundled-items-list {
  width: max-content;
  margin: 0 auto;
}
.product-information.centered-content div.out-of-stock {
  margin-left: -15px;
  text-align: center !important;
}
.product-information.centered-content .order-stock-info {
  text-align: center;
}
.product-information.centered-content .product-details-label.stock-availability {
  margin-left: -17px;
  text-align: center !important;
}
.product-information.centered-content p.product-details-label {
  text-align: center;
}
.thank-you-page {
  text-align: center;
}
.container-ribbon .title h2.first img,
.campaigns div.title img {
  vertical-align: baseline;
  width: 23px;
} 

.reward-points-header-container .custom-page-box-div, .mobile-top-link  .custom-page-box-div{
	border: 0;
}

.reward-points-header-container .custom-page-box-div a, .mobile-top-link .custom-page-box-div a{
	Color: #fff;
	border: 0;
	text-decoration: 0;
}

 

.reward-points-header-container .custom-page-box-div, .mobile-top-link  .custom-page-box-div{
	margin-bottom: 0;
}

.reward-points-header-container .custom-page-box-div p,  .mobile-top-link .custom-page-box-div p{
	margin: 0;
}


.btn-prenumerera{
	background: #7ba647;
	Color: #fff;
	padding: 5px 10px;
	border: 0;
	 
	text-transform: uppercase;
}

.btn-prenumerera: hover{
	background: #96CF53;
}


#email{height: 30px;}
    
	
	    
@media (min-width: 1200px) {
  .mainmenu ul li a {
    font-size: 15px !important;
    font-weight: 400;
    padding: 13px 0;
  }
  .navbar-nav li ul.category-menu li {
    padding: 0px;
  }
  .navbar-nav li ul.category-menu li a {
    padding: 7px 0px !important;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
  }
  span.nav-name {
    padding: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .shop-menu .btn.btn-primary.main-button.complementary-checkout {
    font-size: 1.2em;
    padding: 5px 12px;
  }
  .product-detailed-page .product-details .prices .product-price span {
    font-size: 1.4em;
  }
  .box-product .product-buy .buy-btn .main-button {
    padding: 5px 15px;
    min-width: 75px;
  }
  #cart_items img {
    width: 60px;
  }
  .usa {
    margin-right: 0;
  }
  .shipping img {
    width: 100%;
  }
  .searchform input {
    width: 160px;
  }
  .product-information span span {
    width: 100%;
  }
  #similar-product .carousel-inner .item img {
    width: 65px;
  }
  #cart_items .cart_info .cart_description h4,
  #cart_items .cart_info .cart_description p {
    text-align: center;
  }
  .shop-menu ul li {
    display: inline-block;
    padding-left: 25px;
  }
  .campaigns .product-image-wrapper {
    height: 265px;
  }
  .campaigns .product-image-wrapper .box-product.single-products .productinfo p.product-name {
    height: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-redirect {
    margin-top: 4px;
  }
  .professional_items .product-box .product-box-content {
    max-height: 346px;
  }
  .features_items.new-products {
    max-height: 357px;
  }
  .campaigns .image-box {
    height: 130px;
  }
  .campaigns .image-box a {
    height: 130px;
  }
  #slider .slider-wrapper.theme-default .nivoSlider {
    height: 400px !important;
  }
  .product-detailed-page .product-details .btn.btn-primary.main-button.show-more {
    font-size: 1em;
  }
  .product-detailed-page .product-details .btn.btn-primary.main-button.added.disabled {
    margin-top: 1px;
    font-size: 22px;
    padding: 6px 10px 6px 7px;
  }
  .add-to-cart-panel .flip-container,
  .add-to-cart-panel .front,
  .add-to-cart-panel .back {
    width: 74px;
    height: 44px;
  }
  .product-image-wrapper .box-product .flip-container,
  .product-image-wrapper .box-product .front,
  .product-image-wrapper .box-product .back {
    width: 75px;
  }
  .product-image-wrapper .box-product .btn.btn-primary.main-button {
    padding: 5px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .shop-menu .btn.btn-primary.main-button.complementary-checkout {
    font-size: 1.2em;
    padding: 5px 12px;
  }
  .checkout-redirect {
    margin-top: 4px;
  }
  #slider .slider-wrapper.theme-default .nivoSlider {
    height: 400px !important;
  }
  .wrapper .banner img {
    max-height: 400px;
    min-height: 380px;
  }
  .category-details-top .banner img {
    max-height: initial !important;
    min-height: initial !important;
  }
  .campaigns .image-box {
    height: 150px;
  }
  .campaigns .image-box a {
    height: 150px;
  }
}
@media (max-width: 1020px) {
  .skew.l {
    left: 5%;
    -moz-transform: skew(0deg, 25deg);
    -ms-transform: skew(0deg, 25deg);
    -o-transform: skew(0deg, 25deg);
    -webkit-transform: skew(0deg, 25deg);
    transform: skew(0deg, 25deg);
  }
  .skew.r {
    right: 5%;
    -moz-transform: skew(0deg, -25deg);
    -ms-transform: skew(0deg, -25deg);
    -o-transform: skew(0deg, -25deg);
    -webkit-transform: skew(0deg, -25deg);
    transform: skew(0deg, -25deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header .container {
    width: 100%;
  }
  .header-bottom span.nav-name {
    padding: 10px 13px;
  }
  .logo a img {
    padding: 18px 0 10px 0;
    width: 170px;
  }
  .checkout-redirect {
    margin-top: 4px;
  }
  .product-collateral .features_items.recently-viewed-item,
  .product-collateral .recommended_items.bestseller {
    min-height: 0;
    margin-bottom: 20px;
  }
  .shop-menu ul li {
    display: inline-block;
    padding-left: 25px;
  }
  .terms-and-conditions {
    padding-left: 15px;
  }
  .shop-menu ul li a {
    padding-left: 0;
  }
  #slider-carousel .item {
    padding-left: 30px;
  }
  .item h2 {
    font-size: 24px;
  }
  .girl {
    margin-left: 0;
  }
  .pricing {
    width: 100px;
  }
  .shipping img {
    width: 100%;
  }
  .shop-menu .btn.btn-primary.main-button.complementary-checkout {
    font-size: 1em;
    margin-top: 2px;
    padding: 5px 12px;
  }
  .slider.slider-horizontal {
    width: 100% !important;
  }
  .tab-pane .col-sm-3,
  .features_items .col-sm-4 {
    width: 50%;
  }
  .footer-widget .col-sm-2 {
    width: 33%;
    display: inline-block;
    margin-bottom: 50px;
  }
  .footer-widget .col-sm-3 {
    display: inline-block;
    width: 25%;
  }
  #similar-product .carousel-inner .item img {
    width: 60px;
    margin-left: 0;
  }
  .product-information span span {
    display: block;
    width: 100%;
  }
  .product-information .cart {
    margin-left: 0;
    margin-top: 15px;
  }
  .item-control i {
    font-size: 12px;
    padding: 5px 6px;
  }
  #cart_items .cart_info .cart_description h4,
  #cart_items .cart_info .cart_description p {
    text-align: center;
  }
  .companyinfo h2 {
    font-size: 20px;
  }
  .address {
    margin-top: 48px;
    margin-left: 20px;
  }
  .address p {
    font-size: 12px;
    top: 5px;
  }
  .features_items .col-sm-4 {
    width: 33%;
  }
  section#slider {
    margin-bottom: 18px;
  }
  #product-media .item img {
    margin: 0 auto;
  }
  .theme-default .nivo-controlNav {
    margin-bottom: 15px;
  }
  .main-container .recommended_items,
  .main-container .professional_items {
    min-height: 0;
    /*max-height: none;*/
  }
  .main-container .recommended_items .col-sm-4,
  .main-container .professional_items .col-sm-4 {
    width: 110px;
  }
  .campaigns .product-image-wrapper {
    height: 285px;
  }
  .campaigns .product-image-wrapper .box-product.single-products .productinfo p.product-name {
    height: 75px;
  }
  /*.col-sm-12.right-sidebar {
        margin-top: 20px;

        .product-of-the-week .col-sm-12 {
            //width: 50%;

            .productinfo .col-sm-12 {
                width: 100%;
            }
        }
    }

    .right-sidebar .banner {
        margin-top: 0;
        padding: 0 15px;
        width: 50%;
    }

    .right-sidebar-banner {
        width: 46%;
        float: right;
        margin: 20px 15px;
    }*/
  .right-sidebar .product-of-the-week {
    /*max-width: 50%;
        padding-right: 10px;
        float: left;*/
  }
  .right-sidebar .banner {
    padding-top: 30px;
  }
  .right-sidebar-banner {
    margin-top: 30px;
    /*clear: both;
        margin-top: 38px;
        display: block;*/
  }
  .features_items.my-account-page {
    margin-bottom: 30px;
  }
  .product-detailed-page .prices {
    position: relative;
    left: auto;
    text-align: left;
  }
  .product-detailed-page .prices .new-prices {
    text-align: left;
  }
  .product-information p {
    text-align: left;
  }
  .category-details-top {
    max-width: 50% !important;
  }
  .category-details-top .banner {
    padding-right: 20px !important;
  }
}
@media (max-width: 991px) {
  span.shipping-worldwide {
    margin-top: -2px;
    display: table;
  }
  .product-of-the-week .product-image-wrapper {
    height: 362px;
  }
  .product-of-the-week .product-image-wrapper .product-buy {
    position: relative;
    padding-bottom: 18px;
  }
  .theme-default .nivoSlider {
    height: 380px !important;
  }
  .order-shippable-section {
    margin-top: 20px;
  }
  .col-md-8.youtube {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .dropdown ul.sub-menu li .active {
    padding-left: 0;
  }
  .navbar-nav li ul.sub-menu li {
    padding: 0px 20px 0;
  }
  .navbar-nav li ul.sub-menu li:last-child {
    padding-bottom: 20px;
  }
  .navbar-nav li ul.category-menu li:last-child {
    padding-bottom: 0px;
  }
  .navbar-nav li ul.sub-menu li a {
    color: #fff;
    padding-bottom: 0px;
  }
  .mainmenu ul li a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0;
    margin-top: 1px;
    text-transform: uppercase;
  }
  .mainmenu ul li:first-child {
    padding-left: 0px;
  }
  .navbar-nav li ul.category-menu li {
    padding: 0px !important;
  }
  .navbar-nav li ul.category-menu li a {
    padding: 5px 0px !important;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
  }
  .category-item.dropdown,
  .category-item.dropdown-empty {
    height: 42px;
  }
  #swipebox-bottom-bar {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    background: transparent;
    transition: none;
  }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0px, -25px, 0px);
  }
  #swipebox-arrows {
    max-width: 100%;
    width: 100%;
  }
  #swipebox-next {
    margin-right: 20px;
  }
  #swipebox-slider img {
    max-width: 80% !important;
    max-height: 95% !important;
  }
  #swipebox-slider .swipebox-video-container {
    width: 70% !important;
    height: auto !important;
    padding: 0px !important;
  }
  .product-details .overview h1.title,
  .product-details .grouped h1.title {
    margin-right: 25px;
  }
  .mainmenu .navbar-nav {
    text-align: center;
  }
  .mainmenu .navbar-nav .category-item.dropdown,
  .mainmenu .navbar-nav .category-item.dropdown-empty {
    float: none !important;
  }
}
@media (min-width: 992px) {
  section#highlight-section .new-products-list {
    padding-left: 0px !important;
  }
  section#highlight-section .new-products-list .product-image-wrapper {
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
  }
  section#highlight-section .new-products-list .product-image-wrapper .flip-container,
  section#highlight-section .new-products-list .product-image-wrapper .front,
  section#highlight-section .new-products-list .product-image-wrapper .back {
    height: 32px;
    float: right;
  }
  section#highlight-section .new-products-list .product-image-wrapper .buy-btn button {
    padding: 3px 15px;
    font-size: 1.2em;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .product-image {
    height: auto;
    max-width: 100%;
    padding-top: 0px;
    float: initial;
    margin-right: 0px;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .product-image img {
    max-width: 100%;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-name {
    text-align: center;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-name .product-name-a {
    font-size: 15px;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices,
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices {
    text-align: center;
    padding-top: 5px;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices .actual-price,
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices .actual-price {
    font-size: 14.5px;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices .old-price,
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices .old-price {
    font-size: 12px;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .product-status {
    margin-top: 0px;
  }
  section#social-section .professional_items {
    padding-left: 0px !important;
  }
  section#social-section .professional_items .product-image-wrapper {
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
  }
  section#social-section .professional_items .product-image-wrapper .flip-container,
  section#social-section .professional_items .product-image-wrapper .front,
  section#social-section .professional_items .product-image-wrapper .back {
    height: 32px;
    float: right;
  }
  section#social-section .professional_items .product-image-wrapper .buy-btn button {
    padding: 3px 15px;
    font-size: 1.2em;
  }
  section#social-section .professional_items .product-image-wrapper .productinfo .product-image {
    height: auto;
    max-width: 300px;
    padding-top: 0px;
    float: initial;
    margin-right: 0px;
  }
  section#social-section .professional_items .product-image-wrapper .productinfo .product-image img {
    max-width: 100%;
  }
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-name {
    text-align: center;
  }
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-name .product-name-a {
    font-size: 15px;
  }
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices,
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices {
    text-align: center;
    padding-top: 5px;
  }
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices .actual-price,
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices .actual-price {
    font-size: 14.5px;
  }
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices .old-price,
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices .old-price {
    font-size: 12px;
  }
  section#social-section .professional_items .product-image-wrapper .productinfo .product-status {
    margin-top: 0px;
  }
  .category-item.dropdown,
  .category-item.dropdown-empty {
    padding-right: 5px;
  }
  .product-of-the-week .product-image-wrapper {
    height: 360px;
  }
  .product-of-the-week .image-box a {
    position: relative;
    display: block;
    height: 200px;
  }
  .product-of-the-week .image-box img {
    position: relative;
    top: 50%;
    display: block;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .product-content .product-collateral #slider {
    margin-bottom: 20px;
  }
  .alternative-products-page.my-account-page .buttons.login-button {
    margin-left: calc(25% + 7px);
  }
}
@media (max-width: 860px) {
  .free-shipping-header .countdown-free-shipping,
  .free-shipping-header .free-shipping-reached {
    display: none;
    background: transparent;
    border: none;
  }
  #gamification-section .levelinfo .levels .level-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mainmenu ul li a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    margin-top: 0px;
    text-transform: uppercase;
  }
  .level-span level span {
    display: none;
  }
  .navbar-collapse {
    max-height: 2000px;
  }
  span.shipping-worldwide {
    margin-top: 14px;
    display: table;
    display: none !important;
  }
  .product-detailed-page .product-details {
    margin-top: 0;
  }
  .back-in-stock-subscription {
    padding-top: 10px;
  }
  .campaigns .container-ribbon .title .first,
  .professional_items div.title .first,
  .new-products-list div.title .first {
    font-size: 20px;
    margin-top: 4px;
  }
  .header_top .col-sm-6:first-child {
    display: inline-block;
    float: left;
  }
  .header_top .col-sm-6:last-child {
    display: inline-block;
    float: right;
  }
  .header-middle .col-sm-4 {
    display: inline-block;
    overflow: inherit;
    width: 100%;
  }
  .header-bottom {
    background: #3B3B3B !important;
  }
  h1.startpage-title {
    color: #777;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .category-page h1.title {
    margin-top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .social-icons ul li a i {
    padding: 8px 10px;
  }
  .shop-menu.pull-right {
    float: none !important;
  }
  .shop-menu .nav.navbar-nav {
    margin-left: -30px;
  }
  .header-bottom .col-sm-9 {
    display: inline-block;
    width: 100%;
  }
  .ico-wishlist i {
    color: #fff;
  }
  .mainmenu .navbar-nav {
    width: auto;
    display: grid;
  }
  .mainmenu ul.languages li a:hover {
    background: none;
  }
  .search_box input:focus {
    position: relative;
    right: 0;
    width: auto;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .mainmenu {
    width: 100%;
  }
  .mainmenu ul li {
    background: #e14c4d;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .mainmenu ul li:last-child {
    padding-bottom: 15px;
  }
  .mainmenu ul li a {
    color: #fff;
  }
  .navbar-collapse.in {
    overflow: inherit;
  }
  .mainmenu ul li a.active {
    padding-left: 15px;
  }
  ul.sub-menu {
    position: relative;
    width: auto;
    display: block;
    background: transparent;
    box-shadow: none;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    min-width: 0;
    margin-left: 0;
  }
  ul.category-menu {
    background-color: #3B3B3B !important;
    display: none;
  }
  ul.category-menu a.dropdown-toggle {
    padding-right: 5px !important;
  }
  .category-item.dropdown:hover,
  .category-item.dropdown-empty:hover {
    background: transparent;
  }
  .category-item.dropdown,
  .category-item.dropdown-empty {
    display: block;
  }
  .lang-cur-container {
    margin: 0;
    padding-left: 0;
  }
  .lang-cur-container .dropdown-toggle {
    color: #fff;
    font-weight: 400;
    background: #2c2c2c !important;
  }
  .lang-cur-container .dropdown-toggle:active,
  .lang-cur-container .dropdown-toggle:hover,
  .lang-cur-container .dropdown-toggle:focus {
    color: darkgray;
    background: #2c2c2c;
    font-weight: 400;
    text-decoration: none;
  }
  .lang-cur-container ul.sub-menu {
    display: none;
  }
  .lang-cur-container ul.sub-menu li a {
    color: #fff;
    padding: 5px 25px;
  }
  .lang-cur-container ul.sub-menu li a:hover {
    background: none;
    color: darkgray;
  }
  .lang-cur-container .dropdown.open ul.sub-menu {
    display: block;
    position: absolute;
    margin-top: 63px;
    background: rgba(50, 50, 50, 0.96);
    min-width: 0;
    margin-left: 0;
    padding: 5px 0;
  }
  .lang-cur-container .dropdown {
    display: inline-block;
    padding: 20px 0;
    padding-right: 10px;
    margin-top: 6px;
  }
  .sub-menu li {
    background: transparent;
  }
  .mainmenu .navbar-nav li ul.sub-menu li {
    background: transparent;
    padding-bottom: 0;
  }
  .nav.navbar-nav > li:hover > ul.sub-menu {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    box-shadow: none;
  }
  .myaccount i {
    vertical-align: 1px;
    margin-right: 2px;
  }
  .header-bottom {
    position: relative;
  }
  #slider-carousel .item {
    padding-left: 0;
  }
  .shipping {
    margin-bottom: 25px;
  }
  .pricing {
    width: 100px;
  }
  .footer-top .col-sm-7 .col-sm-3 {
    width: 50%;
    float: left;
  }
  .footer-widget .col-sm-2 {
    width: 28%;
    display: flex;
    margin-bottom: 50px;
    margin-top: 0;
    float: left;
    margin-left: 30px;
  }
  .companyinfo {
    text-align: center;
  }
  .footer-widget .col-sm-3 {
    display: inline-block;
  }
  #similar-product {
    margin-bottom: 40px;
  }
  .well {
    display: inline-block;
  }
  /*******/
  .breadcrumb-row {
    margin-top: 0;
  }
  ul.startpage-breadcrumb {
    margin: 15px 0;
  }
  .breadcrumbs {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
  }
  .breadcrumbs .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 15px 0;
  }
  .campaigns .product-image-wrapper {
    margin-bottom: 20px;
    height: 320px;
  }
  .offcanvas-cart .cart-btn-group .btn.btn-primary.main-button.keep-shopping {
    border-right: none;
    border-left: none;
  }
  .youtube-link {
    padding: 17px 0;
    margin-right: 10px;
  }
  .top-nav-mobile-container {
    /*margin-right: -15px;
        margin-left: -15px;*/
    height: 40px;
    background: #3B3B3B;
  }
  .top-nav-mobile-container .cart-qty,
  .top-nav-mobile-container .wishlist-qty {
    background: #2C2C2C;
  }
  .top-nav ul > li > a {
    color: #fff;
    margin-bottom: 0;
  }
  .top-nav ul {
    background: none;
  }
  .top-nav ul > li > a:hover {
    background: #525252;
  }
  .nav-justified > li {
    float: none;
    display: table-cell;
    width: 1%;
    background: none;
  }
  .nav-justified > li:not(:first-of-type) {
    border-left: 1px solid #fff;
  }
  .nav-justified li:first-child {
    border-left: 0;
  }
  .nav-justified li:last-child {
    border-right: 0;
  }
  .top-category-nav {
    padding-right: 1px;
    padding-left: 1px;
  }
  #header {
    background: #000000;
    margin-bottom: 2px;
  }
  .header-middle .container .top-category-nav .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  section#main-content {
    padding-top: 0;
  }
  .cart-content .items .product {
    margin-left: 12px;
  }
  .features_items.recently-viewed-item,
  .recommended_items.bestseller {
    margin-top: 0;
    margin-bottom: 30px;
    min-height: 0;
    padding-bottom: 0;
  }
  .recommended_items .col-md-3 a,
  .features_items .col-md-3 a {
    color: #696763;
    height: 85px;
    display: inline-block;
    float: left;
  }
  .recommended_items .buy-btn .btn.btn-primary.main-button,
  .features_items .buy-btn .btn.btn-primary.main-button,
  .professional_items .buy-btn .btn.btn-primary.main-button {
    padding: 5px 12px;
  }
  .features_items .productinfo .col-xs-4,
  .recommended_items .productinfo .col-xs-4 {
    max-width: 125px;
  }
  section#social-section {
    padding-top: 45px;
  }
  .product-detailed-page .product-details .nav-justified > li > a {
    font-size: 1em;
    padding: 5px;
    margin-bottom: 0;
  }
  .product-detailed-page .product-details .nav-justified > li {
    border-left: 0;
    border-right: 0;
  }
  .product-detailed-page #reviews {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-detailed-page #product-media {
    display: inline-block;
    width: 100%;
  }
  .contactinfo {
    text-align: center;
  }
  .contactinfo ul li a {
    padding-right: 15px;
    padding-left: 0;
  }
  .social-icons.pull-right {
    float: none !important;
    text-align: center;
  }
  .btn-group.pull-right,
  .footer-bottom .pull-left,
  .footer-bottom .pull-right,
  .mainmenu.pull-left,
  .media.commnets .pull-left,
  .media-list .pull-left {
    float: none !important;
  }
  .header_top .col-sm-6:first-child {
    display: block;
    float: none;
  }
  .header_top .col-sm-6:last-child {
    display: block;
    float: none;
  }
  .contactinfo .nav.nav-pills,
  .social-icons .nav.navbar-nav {
    display: inline-block;
  }
  .logo {
    text-align: center;
    width: auto;
  }
  .logo .navbar-brand {
    padding: 0;
  }
  .logo .navbar-brand img {
    width: 100px;
    padding: 4px 0 10px 0;
  }
  .youtube-link .custom-page-box-div p a img {
    margin-top: -5px;
    margin-bottom: 0;
  }
  .shop-menu ul li {
    padding: 0;
  }
  .header-middle .col-sm-4 {
    text-align: center;
    overflow: inherit;
  }
  .shop-menu .nav.navbar-nav {
    margin-left: 0;
  }
  .btn-group > .btn-group:last-child > .btn:first-child {
    margin-right: 0;
  }
  .header-bottom .col-sm-9 {
    display: inline-block;
    width: 100%;
  }
  .top-category-nav .header-bottom {
    /*background: none;*/
    margin-bottom: -1px;
    margin-top: 0;
  }
  .top-category-nav .navbar-toggle {
    margin-right: 0;
    margin-top: 15px;
  }
  .top-category-nav .navbar-header {
    background: #2c2c2c;
    margin: -1px -16px;
    padding: 0 16px;
    padding-bottom: 3px;
  }
  /*.top-category-nav .navbar-nav {
        margin: 7.5px -15px;
        margin-left: -31px;
        margin-right: -31px;
        margin-top: -1px;
    }*/
  .top-category-nav .navbar-collapse.collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-category-nav .navbar-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 4px;
    border-radius: 2px;
    color: #e14c4d;
  }
  .top-category-nav .navbar-toggle:hover .icon-bar {
    color: #c33c3d;
  }
  .top-category-nav .search_box input {
    width: 99%;
    position: relative;
    right: 0;
  }
  #slider .slider-wrapper #slider1 {
    max-height: 200px;
  }
  #slider .slider-wrapper .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    /*min-height: 0 !important;*/
    overflow: hidden;
    height: auto !important;
  }
  #slider .slider-wrapper .nivoSlider .nivo-caption {
    top: 0px;
    left: 0px;
    padding: 20px;
    height: 100%;
    width: 100% !important;
    max-width: 100%;
  }
  #slider .slider-wrapper .nivoSlider .nivo-caption h3 {
    font-size: 1.2em;
  }
  #slider .slider-wrapper .nivoSlider .nivo-caption a {
    font-size: 1.2em;
  }
  .col-md-4 .features_items {
    border: 1px solid #D9D9D9;
    background: #fff;
    padding-bottom: 15px;
    min-height: 100%;
    max-height: 420px;
    overflow: auto;
  }
  .col-md-4 .recommended_items {
    border: 1px solid #D9D9D9;
    background: #fff;
    padding-bottom: 15px;
    min-height: 100%;
    max-height: 420px;
    overflow: auto;
  }
  .col-md-12 .professional_items .product-box {
    border: 0;
    background: #fff;
    min-height: 100%;
    max-height: none;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .col-md-12 .professional_items .product-box .buy-btn a {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 12px;
  }
  .mainmenu {
    width: 100%;
  }
  .mainmenu ul li {
    background: #3B3B3B;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .mainmenu ul li:last-child {
    padding-bottom: 15px;
  }
  .mainmenu ul li a {
    color: #FFF;
  }
  .mainmenu ul li a:hover {
    background: #525252;
  }
  .mainmenu ul li .youtube-link a:hover {
    background: #e14c4d;
  }
  .navbar .mainmenu ul li a:hover span.nav-name,
  .navbar .mainmenu ul li.active a span.nav-name,
  .navbar .mainmenu ul li a:hover img.nav-icon,
  .navbar .mainmenu ul li.active a img.nav-icon {
    background: none;
  }
  /*.navbar-collapse.in {
        overflow: inherit;
    }

    .mainmenu ul li a.active {
        padding-left: 15px;
    }

    .mainmenu ul li.active a {
        background: #c33c3d;
    }

    .dropdown .fa-angle-down {
        display: none;
    }

    ul.sub-menu {
        position: relative;
        width: auto;
        display: block;
        background: transparent;
        box-shadow: none;
        top: 0;
    }


    .mainmenu .navbar-nav li ul.sub-menu li {
        background: transparent;
        padding-bottom: 0;
    }

    .nav.navbar-nav > li:hover > ul.sub-menu {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
        box-shadow: none;
    }*/
  .item {
    padding-left: 0;
  }
  .item h1 {
    font-size: 30px;
    margin-top: 0;
  }
  .item h2 {
    font-size: 20px;
  }
  .pricing {
    width: 70px;
  }
  .category-tab ul li a {
    font-size: 12px;
  }
  .companyinfo h2,
  .companyinfo p {
    text-align: center;
  }
  .offcanvas-cart .cart-content .btn.btn-primary.main-button {
    float: none !important;
    margin-right: 15px;
  }
  .col-md-3.left-sidebar {
    width: 100%;
  }
  .col-md-3.left-sidebar .category-nav {
    margin-bottom: 0;
  }
  .category-products.category-navigation-div {
    margin-bottom: 0;
  }
  /*.my-account-page .buttons {
        margin-bottom: 20px;
    }*/
  .product-summary img {
    width: 40px;
  }
  .product-summary .btn.btn-primary.main-button.checkout-update {
    margin-bottom: 0;
  }
  .discount-container .gray-input {
    width: 100%;
    margin-bottom: 10px;
  }
  .my-account-page .datepicker-dropdowns select {
    width: 31%;
  }
  /*.ui-menu {
        display: none !important;
    }*/
  .search-page-content .search-results {
    margin-bottom: 10px;
  }
  #product-details-form #product-media .indicator {
    width: 88px;
    height: 55px;
  }
  #product-details-form #product-media .indicator.yt:before {
    content: " ";
    position: absolute;
    width: 40px;
    height: 30px;
    margin-top: 12px;
    margin-left: 24px;
    overflow: hidden;
    background: url(/Themes/NopShop/Content/css/images/youtube_btn@2x.png) no-repeat;
    -moz-background-size: 40px 60px;
    -o-background-size: 40px 60px;
    -webkit-background-size: 40px 60px;
    background-size: 40px 60px;
    opacity: 0.9;
    background-position: 0px -31px;
  }
  .shop-details-tab {
    margin-bottom: 0;
    margin-top: 20px;
  }
  #product-details-form #product-media .carousel-control {
    max-height: 90%;
  }
  .product-detailed-page .prices {
    display: block;
    margin-bottom: 15px;
    /* float: left; */
    text-align: left;
  }
  .product-detailed-page .prices .old-product-price {
    margin-bottom: 6px;
    display: inline-block;
    margin-right: 15px;
  }
  .sku-stock-price {
    position: relative;
    clear: both;
  }
  .product-detailed-page .product-details .short-description {
    clear: both;
  }
  .product-information p {
    text-align: left;
  }
  .product-detailed-page .recently-viewed-item,
  .product-detailed-page .recommended_items {
    padding-bottom: 0;
    min-height: 0;
  }
  .product-details h1.title.visible-xs {
    margin-top: 0px;
  }
  .product-information .attributes,
  .product-details .attributes {
    margin-top: 0px;
  }
  .video-gallery {
    margin-top: 30px;
  }
  .footer-bottom p {
    font-size: 13px;
    text-align: center;
  }
  .footer-widget .col-sm-2 {
    width: 50%;
    display: flex;
    margin-bottom: 50px;
    margin-top: 0;
    float: left;
    padding-right: 0;
    padding-left: 30px;
    margin-left: 0;
  }
  .single-widget {
    padding-left: 0;
  }
  section#product-section {
    padding: 20px 0 0 0;
  }
  .features_items {
    margin-bottom: 20px;
  }
  .category-tab .nav-tabs li {
    float: none;
  }
  #similar-product .carousel-inner .item img {
    margin-left: 4px;
  }
  #reviews p,
  .blog-post-area .single-blog-post p {
    text-align: justify;
  }
  #reviews form span input {
    width: 100%;
    margin-bottom: 20px;
  }
  #reviews form span input:last-child {
    margin-left: 0;
  }
  .blog-post-area .single-blog-post h3 {
    font-size: 14px;
  }
  .blog-post-area .post-meta ul li {
    margin-right: 7px;
  }
  .shipping {
    margin-bottom: 20px;
  }
  .commnets {
    padding: 0;
  }
  .content-404 h1 {
    font-size: 30px;
  }
  .content-404 h2 a {
    font-size: 20px;
  }
  .order-message {
    display: inline-block;
  }
  .response-area .media img {
    width: auto;
  }
  .sinlge-post-meta li {
    margin-bottom: 10px;
  }
  .product-information span span {
    float: none;
  }
  .right-sidebar .banner {
    width: 100%;
  }
  .right-sidebar .ik-container .banner {
    padding: 0;
    padding-top: 30px;
  }
  .right-sidebar .banner img {
    min-width: 100% !important;
    max-height: none;
    height: 100% !important;
  }
  .features_items.my-account-page {
    margin-bottom: 20px;
  }
  .my-account-page,
  .alternative-products-page {
    margin-top: 0;
  }
  .campaigns .image-box {
    height: 200px;
  }
  .campaigns .image-box a {
    height: 200px;
  }
  section#photofish-section {
    padding: 18px 0 0 0;
  }
  section#photofish-section .campaigns .container-ribbon {
    margin: -45px auto 5px;
  }
  secion#professional_items .container-ribbon,
  section#product-section .container-ribbon {
    margin: -60px auto 5px !important;
  }
  section#products-reward-points-section .container-ribbon {
    margin: 5px auto 5px !important;
  }
  section#recently-bestseller-product {
    padding-top: 0px;
  }
  .campaigns.related-products {
    margin-bottom: 0px;
  }
  .iteo-product-details-recommendation {
    margin-bottom: 0px;
  }
  .reward-points-header-container-mobile {
    display: inline-flex;
    width: 100%;
    padding: 10px 0px 10px 0px;
  }
  .reward-points-header-container-mobile .reward-points-header-wrapper {
    display: inline-flex;
  }
  .reward-points-header-container-mobile .reward-points-header-wrapper:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reward-points-header-container-mobile .reward-points-header-wrapper img {
    width: 37px;
    height: 37px;
    align-self: center;
  }
  .reward-points-header-container-mobile .reward-points-header-wrapper .title {
    color: #fff;
    text-transform: uppercase;
    margin-left: 6px;
    font-size: 12px;
    align-self: center;
    font-weight: bold;
  }
  .reward-points-header-container-mobile .reward-points-header-wrapper .info-text {
    color: #fff;
    font-size: 8px;
    position: absolute;
    text-transform: none;
    font-weight: normal;
  }
  .reward-points-header-container-mobile .reward-points-header-wrapper .info-text a {
    color: #C3C3C3;
  }
  .reward-points-header-container-mobile .reward-points-header-wrapper .info-text a:hover {
    color: darkgray;
  }
  .reward-points-header-container-mobile.clickable {
    cursor: pointer;
  }
  .reward-points-history table .message {
    display: none;
  }
  .level-span .level span {
    display: none;
  }
  .thank-you-buttons .pull-text-right {
    text-align: left !important;
  }
  section#top-pictures-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  section#top-pictures-section div.col-xs-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer-social-media ul {
    display: flex;
  }
  .footer-social-media ul li {
    padding-right: 20px;
  }
  .swipebox-video-container {
    padding: 0px !important;
  }
  .product-detailed-page .prices .new-prices {
    text-align: left;
  }
  .category-page .title-filter-block {
    display: block;
  }
  .category-page .title-filter-block .category-details-top {
    max-width: 100% !important;
  }
  .category-page .title-filter-block .category-details-top .banner {
    padding-right: 0px;
  }
  .category-page .title-filter-block .category-details-top .banner img {
    margin-bottom: 20px;
  }
  .reward-points-earned-product {
    margin-bottom: 5px !important;
  }
  .product-details h1.title,
  .product-details h1.title {
    font-size: 31px;
    margin-top: 10px;
    margin-right: 20px;
  }
  .buy-btn.wishlist-link {
    top: 0px !important;
  }
  section#photofish-carousel-section {
    padding: 0 10px;
    padding-bottom: 12px;
  }
  section#photofish-carousel-section .owl-wrapper .col-md-12 {
    padding-right: 5px;
    padding-left: 5px;
  }
  section#photofish-carousel-section .owl-wrapper .col-md-12 .buy-btn .add-to-cart.btn.btn-primary {
    font-size: 14px !important;
    padding: 3px 14px;
  }
  section#photofish-carousel-section .owl-buttons .owl-prev,
  section#photofish-carousel-section .owl-buttons .owl-next {
    padding: 6px 8px;
    margin: 0px;
  }
  section#photofish-carousel-section .owl-buttons .owl-prev i,
  section#photofish-carousel-section .owl-buttons .owl-next i {
    font-size: 20px;
  }
  .container-ribbon .title h2.first img,
  .campaigns div.title img {
    width: 19px !important;
  }
}
@media (max-width: 670px) {
  span.shipping-worldwide {
    margin-top: 8px;
    /*display: block !important;*/
    float: none;
    margin-bottom: 10px;
  }
  span.shipping-worldwide a {
    display: block;
    text-align: center;
  }
  .breadcrumbs span.shipping-worldwide {
    margin-top: -8px;
  }
  .skew.l {
    left: 5%;
    -moz-transform: skew(0deg, 30deg);
    -ms-transform: skew(0deg, 30deg);
    -o-transform: skew(0deg, 30deg);
    -webkit-transform: skew(0deg, 30deg);
    transform: skew(0deg, 30deg);
  }
  .skew.r {
    right: 5%;
    -moz-transform: skew(0deg, -30deg);
    -ms-transform: skew(0deg, -30deg);
    -o-transform: skew(0deg, -30deg);
    -webkit-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg);
  }
  .gray-input {
    font-size: 16px;
  }
  .kg-dropdown {
    font-size: 16px;
    line-height: 1.2;
  }
  .customSelect:after {
    padding: 7px 6px;
  }
}
@media (min-width: 505px) and (max-width: 992px) {
  section#highlight-section .new-products-list .product-image-wrapper {
    display: grid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .prices,
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .new-prices {
    padding-top: 7px;
    text-align: left;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .info .stock-availability {
    margin: -10px;
  }
  section#social-section .professional_items .product-image-wrapper {
    display: grid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
  }
  section#social-section .professional_items .product-image-wrapper .productinfo .prices,
  section#social-section .professional_items .product-image-wrapper .productinfo .new-prices {
    padding-top: 7px;
    text-align: left;
  }
  section#social-section .professional_items .product-image-wrapper .productinfo .info .stock-availability {
    margin: -10px;
  }
}
@media (min-width: 505px) and (max-width: 767px) {
  .right-sidebar .banner {
    /*padding-top: 0px;
        padding-left: 15px;*/
  }
  .right-sidebar-banner {
    /*clear: both;
        margin-top: 38px;
        display: block;*/
  }
  .col-md-3.right-sidebar .ik-container {
    padding: 0;
  }
  .col-md-3.right-sidebar .ik-container p {
    margin-bottom: 0;
  }
  .campaigns.category-product-grid .col-md-4.col-sm-4 {
    max-width: 50%;
    float: left;
  }
  .campaigns.category-product-grid .col-md-4.col-sm-4 .product-image-wrapper {
    min-height: 330px;
  }
}
@media (max-width: 504px) {
  .right-sidebar-banner {
    width: auto;
  }
  .campaigns .image-box {
    height: 180px;
  }
  .campaigns .image-box a {
    height: 180px;
  }
  section#highlight-section .new-products-list .product-image-wrapper,
  section#social-section .professional_items .product-image-wrapper,
  section#recently-bestseller-product .product-image-wrapper {
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
  }
  section#highlight-section .new-products-list .product-image-wrapper .flip-container,
  section#social-section .professional_items .product-image-wrapper .flip-container,
  section#recently-bestseller-product .product-image-wrapper .flip-container,
  section#highlight-section .new-products-list .product-image-wrapper .front,
  section#social-section .professional_items .product-image-wrapper .front,
  section#recently-bestseller-product .product-image-wrapper .front,
  section#highlight-section .new-products-list .product-image-wrapper .back,
  section#social-section .professional_items .product-image-wrapper .back,
  section#recently-bestseller-product .product-image-wrapper .back {
    height: 32px;
    float: right;
  }
  section#highlight-section .new-products-list .product-image-wrapper .buy-btn button,
  section#social-section .professional_items .product-image-wrapper .buy-btn button,
  section#recently-bestseller-product .product-image-wrapper .buy-btn button {
    padding: 3px 15px;
    font-size: 1.2em;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .product-image,
  section#social-section .professional_items .product-image-wrapper .productinfo .product-image,
  section#recently-bestseller-product .product-image-wrapper .productinfo .product-image {
    height: auto;
    max-width: 300px;
    padding-top: 0px;
    float: initial;
    margin-right: 0px;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .product-image img,
  section#social-section .professional_items .product-image-wrapper .productinfo .product-image img,
  section#recently-bestseller-product .product-image-wrapper .productinfo .product-image img {
    max-width: 100%;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info,
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info,
  section#recently-bestseller-product .product-image-wrapper .productinfo .productinfo-main-info {
    max-width: 300px;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-name,
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-name,
  section#recently-bestseller-product .product-image-wrapper .productinfo .productinfo-main-info .product-name {
    text-align: center;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices,
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices,
  section#recently-bestseller-product .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices,
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices,
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices,
  section#recently-bestseller-product .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices {
    text-align: center;
    padding-top: 5px;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices .actual-price,
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices .actual-price,
  section#recently-bestseller-product .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices .actual-price,
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices .actual-price,
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices .actual-price,
  section#recently-bestseller-product .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices .actual-price {
    font-size: 15px;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices .old-price,
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices .old-price,
  section#recently-bestseller-product .product-image-wrapper .productinfo .productinfo-main-info .product-price .prices .old-price,
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices .old-price,
  section#social-section .professional_items .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices .old-price,
  section#recently-bestseller-product .product-image-wrapper .productinfo .productinfo-main-info .product-price .new-prices .old-price {
    font-size: 12.5px;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .product-status,
  section#social-section .professional_items .product-image-wrapper .productinfo .product-status,
  section#recently-bestseller-product .product-image-wrapper .productinfo .product-status {
    margin-top: 0px;
  }
  section#highlight-section .new-products-list .product-image-wrapper .productinfo .product-status .info .stock-availability,
  section#social-section .professional_items .product-image-wrapper .productinfo .product-status .info .stock-availability,
  section#recently-bestseller-product .product-image-wrapper .productinfo .product-status .info .stock-availability {
    margin: -15px;
  }
  .campaigns.category-product-grid .col-xs-6:nth-child(2n+1) {
    padding-right: 4px;
  }
  .campaigns.category-product-grid .col-xs-6:nth-child(2n) {
    padding-left: 4px;
  }
  .campaigns.category-product-grid .col-xs-6 .product-image-wrapper {
    height: 245px;
  }
  .campaigns.category-product-grid .col-xs-6 .product-image-wrapper .box-product.single-products {
    min-width: initial;
  }
  .campaigns.category-product-grid .col-xs-6 .product-image-wrapper .box-product.single-products .productinfo p.product-name {
    height: 70px;
    line-height: 1.25;
  }
  .campaigns.category-product-grid .col-xs-6 .product-image-wrapper .box-product.single-products .image-box {
    height: auto;
    width: 100%;
  }
  .campaigns.category-product-grid .col-xs-6 .product-image-wrapper .box-product.single-products .image-box a {
    height: 120px;
  }
  .campaigns.category-product-grid .col-xs-6 .product-image-wrapper .box-product.single-products .image-box a img {
    width: 100%;
    max-height: 120px !important;
  }
  .campaigns.category-product-grid .col-xs-6 .product-image-wrapper .buy-btn button {
    padding: 3px 20px;
    font-size: 18px;
    margin-top: 10px;
  }
  .product-summary .item .product-checkout-item-container .picture img {
    width: 60px;
    max-height: 40px;
  }
  .product-summary .item .product-price-item-container {
    padding-right: 0px;
  }
  .simple-checkout-data .form-group .col-sm-9 input {
    max-width: none !important;
  }
  .pager ul {
    padding: 0px;
  }
  .campaigns .product-image-wrapper {
    height: 290px;
  }
  .campaigns .product-image-wrapper p.product-name {
    margin-bottom: 0px !important;
  }
  .product-information.centered-content .reward-points-earned-product-container {
    margin-bottom: 5px;
    max-width: 290px;
    margin: 0 auto;
    display: block;
  }
  .product-information.centered-content .reward-points-earned-product-container .reward-points-earned-product {
    justify-content: left;
  }
}
@media (max-width: 480px) {
  .professional_items div.title,
  .campaigns div.title,
  .new-products-list div.title {
    padding: 3px 0;
  }
  .campaigns .container-ribbon .title .first,
  .professional_items div.title .first,
  .new-products-list div.title .first {
    font-size: 18px;
    margin: 0px;
    vertical-align: sub;
  }
  .ui-menu img {
    margin-right: 10px;
    width: 40px;
    display: inline-block;
  }
  .ui-menu .content {
    display: inline-block;
    vertical-align: middle;
    margin-top: 9px;
    max-width: 82%;
  }
  .ui-menu .content p.title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
  }
  .ui-menu .content p.price {
    font-size: 1em;
    font-weight: 400;
  }
  .product-detailed-page .attributes .kg-dropdown {
    max-width: 100%;
  }
  .product-attribute-carousel .owl-buttons .owl-prev {
    top: 35% !important;
  }
  .product-attribute-carousel .owl-buttons .owl-next {
    top: 35% !important;
  }
  .attributes {
    text-align: left !important;
  }
  .attributes dt,
  .attributes .kg-dropdown {
    text-align: center;
  }
  .product-collateral .campaigns.related-products .title,
  .product-collateral .campaigns.purchased-products .title,
  .product-collateral #recently-bestseller-product .box-title {
    text-align: center;
  }
  .iteo-product-details-recommendation .title {
    text-align: center;
  }
}
@media (max-width: 460px) {
  .skew.l {
    left: 5%;
    -moz-transform: skew(0deg, 40deg);
    -ms-transform: skew(0deg, 40deg);
    -o-transform: skew(0deg, 40deg);
    -webkit-transform: skew(0deg, 40deg);
    transform: skew(0deg, 40deg);
  }
  .skew.r {
    right: 5%;
    -moz-transform: skew(0deg, -40deg);
    -ms-transform: skew(0deg, -40deg);
    -o-transform: skew(0deg, -40deg);
    -webkit-transform: skew(0deg, -40deg);
    transform: skew(0deg, -40deg);
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .recommended_items .buy-btn .btn.btn-primary.main-button,
  .features_items .buy-btn .btn.btn-primary.main-button,
  .professional_items .buy-btn .btn.btn-primary.main-button {
    padding: 5px 25px;
  }
}
@media (max-width: 549px) {
  .right-sidebar .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .flip-container,
  .front,
  .back {
    height: 38px;
  }
}
@media (min-width: 221px) {
  .back-in-stock-subscription-page {
    padding: 0 15px;
  }
}
@media (max-width: 220px) {
  .back-in-stock-subscription-page,
  .back-in-stock-subscribe,
  .back-in-stock-unsubscribe {
    padding: 0 !important;
  }
  .back-in-stock-subscription-page h1.title,
  .back-in-stock-subscribe h1.title,
  .back-in-stock-unsubscribe h1.title {
    text-transform: none;
    font-size: 1.2em;
  }
  .back-in-stock-subscription-page #back-in-stock-notify-me,
  .back-in-stock-subscribe #back-in-stock-notify-me,
  .back-in-stock-unsubscribe #back-in-stock-notify-me {
    font-size: 1em;
  }
}
.jDropDown{
	width: 200px;
	float: left;
	font-family: 'arial';
	font-size: 16px;
	position: relative;
}

.jDropDown div{
	width: 100%;
	height: 18px;
	float: left;
	
	border: 1px solid #aaa;
	border-radius: 5px 5px 0px 0px;
	background: url(/Plugins/FoxNetSoft.SpeedFilters/Styles/images/fns-images.png) no-repeat scroll -10px -75px rgba(0, 0, 0, 0);
	
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.3);
	-o-box-shadow:0 0 4px rgba(0,0,0,0.3);
	box-shadow:0 0 4px rgba(0,0,0,0.3);
}

.jDropDown div p{
	width: 167px;
	height: 15px;
	cursor: default;
	white-space: nowrap;
	
	padding: 2px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.jDropDown ul{
	width: 100%;
	float: left;
	display: none;
	
	position: absolute;
	left: 0px;
	top: 28px;
	z-index: 100000;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	list-style: none;
	
	border: 1px solid #aaa;
	border-top: 0px;
	background-color: #fff;
	border-radius: 0px 0px 5px 5px;
	
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.3);
	-o-box-shadow:0 0 4px rgba(0,0,0,0.3);
	box-shadow:0 0 4px rgba(0,0,0,0.3);
}

.jDropDown ul li{
	float: left;
	width: 100%;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
}

.jDropDown ul li:hover{
	background-color: #45A4D2;
	color: #fff;
}	

.jDropDown ul li span{		
	cursor: default;
	display: block;
	float: left;
	padding: 2px 0px 0px 10px;
}
.product-filters-wrapper{
    display: none;
}

.fns-speedfilters {
}

.fns-speedfilters a {
    cursor: pointer;
}
.fns-emptyresult {
    font-size: 14px;
    font-weight: bold;
}
.fns-speedfilters .title-block {
    color: #3A4045;
    font-size: 0.9em;
    padding: 0 0 10px 3px;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
}
.fns-speedfilters .title-block .title {
    margin: 0;
    float: left;
    padding: 0;
}
.fns-speedfilters .title-block .clear-filter-options-all {
    cursor: pointer;
    color: #B80705;
    float: right;
    text-transform: none;
}
.fns-speedfilters .all-filters-block {
}
.fns-speedfilters .filter-block {
    padding-bottom: 0;
}
.fns-speedfilters .filter-block .title {
    overflow: hidden;
}
.fns-speedfilters .filter-block .title .toggleControl {
    text-decoration: none !important;
    background: url(/Plugins/FoxNetSoft.SpeedFilters/Styles/images/fns-images.png) no-repeat scroll -10px -75px rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    cursor: pointer;
    float: left;
    padding: 0 0 0 18px;
}
.fns-speedfilters .filter-block .title a.toggleControl.closed {
    background-position: 0px -97px;
}

.fns-speedfilters .filter-block .title a.clearfilter {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-transform: lowercase;
}
.fns-speedfilters .filter-block .filter-data-block {
    padding: 10px 5px;
    font-size: 11px;
    line-height: 18px;
    position: relative;
    /*overflow:  visible !important;*/
}

/* DROPDOWN MODE */
.fns-speedfilters .filter-block .filter-dropdown{
    height: 25px !important;
}


/*
.fns-speedfilters .filter-data-block a {
   background: url(/Plugins/FoxNetSoft.SpeedFilters/Styles/images/fns-images.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
   color: #5C5B5C;
   padding-left: 15px;
}
*/
.fns-speedfilters .filter-data-block {
}
.fns-speedfilters .filter-data-block ul {
    margin: 0;
    padding: 0;
}

.fns-speedfilters .filter-data-block li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}

.fns-speedfilters .filter-data-block a.filter-item-unselected {
   background: url(/Plugins/FoxNetSoft.SpeedFilters/Styles/images/fns-images.png) no-repeat scroll -50px 3px rgba(0, 0, 0, 0);
   color: #333333;
   padding-left: 15px;
}
.fns-speedfilters .filter-data-block a.filter-item-selected {
   background: url(/Plugins/FoxNetSoft.SpeedFilters/Styles/images/fns-images.png) no-repeat scroll -40px -19px rgba(0, 0, 0, 0);
   padding-left: 15px;
   color: #B80705;
}

.fns-speedfilters .filter-data-block a.filter-item-disabled-unselected {
   background: url(/Plugins/FoxNetSoft.SpeedFilters/Styles/images/fns-images.png) no-repeat scroll -20px -59px rgba(0, 0, 0, 0);
   color: #9D9D9A;
   padding-left: 15px;
}
.fns-speedfilters .filter-data-block a.filter-item-disabled-selected {
        background: url(/Plugins/FoxNetSoft.SpeedFilters/Styles/images/fns-images.png) no-repeat scroll -30px -39px rgba(0, 0, 0, 0);
        color: #9D9D9A;
        padding-left: 15px;
}
.fns-speedfilters .price-range-filter-block {
}

.fns-speedfilters .price-range-filter-block .price-range-info-block {
    overflow: hidden;
    margin-bottom: 5px;
}

.fns-speedfilters .price-range-filter-block .filter-data-block {
    height: auto !important;
}

.fns-speedfilters .price-range-filter-block .price-range-info-block .pricerangeinfopricemin{
    float:left;
}

.fns-speedfilters .price-range-filter-block .price-range-info-block .pricerangeinfopricemax{
    float:right;
}
.fns-speedfilters .price-range-filter-block .price-slider-range {
    margin-left: 10px;
    margin-right: 10px;
}
.fns-speedfilters .price-range-filter-block .price-range-selected-block {
    overflow:hidden;
    width: 100%;
    color: #B80705;
    font-size: 13px;
    margin-top: 10px;
}
.fns-speedfilters .price-range-filter-block .price-range-selected-block .price-range-selected-pricemin{
    float:left;
}
.fns-speedfilters .price-range-filter-block .price-range-selected-block .price-range-selected-pricemax{
    float:right;
}




.fns-speedfilters .specification-filter-block {
}

.fns-speedfilters .attribute-filter-block {
}
.fns-speedfilters .manufacturer-filter-block {
}
.fns-speedfilters .vendor-filter-block {
}

/*JQuery Price range*/
.ui-slider-horizontal {
    height: 0.2em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #808080;
    border: 1px solid #D3D3D3;
    height: 12px !important;
    color: #555555;
    font-weight: normal;
    border-radius: 10px;
    top: -6px !important;
    width: 12px !important;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    /*height: 0.8em;*/
    position: absolute;
    /*width: 0.8em;*/
    z-index: 2;
}



/*JQuery jDropDown*/
.fns-speedfilters .fnsDropDown {
    float: left;
    width: 95%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    font-size: 11px;
    margin: 0 5px;
    position: relative;
}
.fns-speedfilters .jDropDown div {
     background-position: 142px -75px;
}
.fns-speedfilters .jDropDown div p {
    width: 95%;
    padding: 0 0 0 5px;
}
.fns-speedfilters .jDropDown ul {
    top: 20px;
}
.fns-speedfilters .jDropDown ul li:hover, .fns-speedfilters .jDropDown ul li.selected {
    background-color: #DDDDDD !important;
    color: #000000;
}

.viewOptionsDropDown {
    background-position: 65px -73px;
    width: 90px;
}

.sortOptionsDropDown {
    background-position: 142px -73px;
    width: 110px;
}
.productsPageSizeDropDown {
    background-position: 14px -73px;
    width: 40px;
}

.viewOptionsDropDown div,.sortOptionsDropDown div,.productsPageSizeDropDown div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.viewOptionsDropDown div p,.sortOptionsDropDown div p,.productsPageSizeDropDown div p {
    width: 88%;
}

/* AJAX LOADING INDICATOR from NopCommerce Themas */
.fns-speedfilters-ajax-loading-block {position:fixed;top:50%;left:50%;width:128px;height:128px;overflow:hidden;z-index:1104;}
.fns-speedfilters-ajax-loading-block .loading-image{position:absolute;top:0;left:0;width:128px;height:128px;background-image:url(/Plugins/FoxNetSoft.SpeedFilters/Styles/images/ajax_loader_large.gif);}

/* product-selectors*/
.product-selectors .jDropDown div p {
    width: 95%;
    padding: 2px 0 0 5px;
    text-align: left;
}
.product-selectors .fnsDropDown ul {
    margin: 0;
    padding: 0;
    top:20px;
}
.product-selectors .fnsDropDown li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}
.product-selectors .fnsDropDown {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    float: left;
    font-size: 11px;
    margin: 0 5px;
    position: relative;
    width: 95%;
    height: 18px;
    top: -3px;
}

.product-viewmode > span {
    float: left;
}
.product-selectors .product-viewmode .jDropDown {
    width: 55px;
}
.product-selectors .product-viewmode .jDropDown div {
    background-position: 30px -75px;
}
.product-selectors .product-sorting .jDropDown {
    float: right;
    width: 130px;
}
.product-selectors .product-sorting .jDropDown div {
    background-position: 102px -75px;
}
.product-selectors .product-page-size .jDropDown {
    float: right;
    width: 50px;
}
.product-selectors .product-page-size .jDropDown div {
    background-position: 22px -75px;
}

