/** Shopify CDN: Minification failed

Line 6084:32 Unexpected "}"
Line 8978:27 Unexpected "}"
Line 10439:17 Expected ":"

**/
/**
	
 **/
/*------------------------------------------------------------------
[Table of contents]

	1. Import vendor
		1.1. Vendor
			1.1.1. Google fonts
			1.1.2. Icon Fonts
			1.1.3. Vendor library
		1.2. Bootstrap
	2. Reset
		2.1. Reset
		2.2. Default base
			2.2.1.	Button
			2.2.2.	Link
			2.2.3.	Typo
			2.2.4.	Heading
			...
	3. Mixins
	4. Elements
		4.1. Our new
		4.2. News letter
		4.3. Form our
		4.4. Brand
		...
	5. Ecommerce
		5.1. Shop General
		5.2. Item view templates
		5.3. Shop Widget
		5.4. Shop view Pages
		5.5. Shop Single
		5.6. Shop Cart
		5.7. Shop Checkout
		5.8. Shop Wishlist
		5.9. Track Order
	6. Templates Layout
		6.1. General
		6.2. Header
			6.2.1. General
			6.2.2. Header version 1
			6.2.3. Header version 2
			6.2.4. Header version 3
			...
		6.3. Sidebar
		6.4. Contents
			6.4.1. CMS default
			6.4.2. Blog
			...
		6.5. Footers
			6.5.1. General
			6.5.2. Footer Version 1
			6.5.3. Footer Version 2
			...
		6.6. Home pages
			6.6.1. Home page 1
			6.6.2. Home page 2
			...
		6.7. Pages
			6.7.1. About Us
				6.7.1.1. About Us Version 1
				6.7.1.2. About Us Version 2
			6.7.2. Contact Us
			6.7.3. FAQ's
			...
-------------------------------------------------------------------*/
/** 1. Import vendor **/
/** 1.1. Vendor **/
/** 1.1.1.	Google fonts **/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300,900);
/** 1.1.2.	Icon Fonts **/
/* @import url("../sass/components/Vendor/font-awesome/font-awesome.min.css");
@import url("../sass/components/Vendor/simple-line-icon/css/simple-line-icons.css");
@import url("../sass/components/Vendor/blanch/fonts.css");
@import url("../sass/components/Vendor/PlayfairDisplay/fonts.css"); */
/** 1.1.3. Vendor library **/
/* EX: @import url('components/Vendor/owlcarousel/owlcarousel.css'); */
/** 1.2. Bootstrap **/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]: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; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur: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"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -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: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

[role="button"] {
  cursor: pointer; }

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,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .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%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 1025px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 1025px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1025px) {
  .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-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -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 > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .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.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.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 .form-control-static {
    display: inline-block; }
  .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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    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:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    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:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .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: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 1025px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  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-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .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; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .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.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #cfcfcf;
      border: 0;
      border-bottom-color: transparent;
      cursor: default; }

.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: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: left; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 480px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      width: 20%;
      float: left; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom: 2px solid #eb5050;
    border-left: 0; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 1025px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 1025px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 1025px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 1025px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 1025px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 1025px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 1025px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 1025px) {
    .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: 1024px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 1025px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .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: 1024px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 1025px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 1025px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 1025px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 1024px) {
    .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, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .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: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 1024px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .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: #090909; }
    .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: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  list-style: none;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "\f105";
      font-family: 'FontAwesome', sans-serif;
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #000; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .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: #eeeeee; }
  .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: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.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: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .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, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.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: bold; }
  .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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 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: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  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-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .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: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .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: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.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,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.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,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.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,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.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,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.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,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.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,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.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,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.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, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > 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,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.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 caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr: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:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 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,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      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: #333333;
    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: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.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,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.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, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 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: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.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, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1025px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 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 {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    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;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 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: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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 !important; }

  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: 1024px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1025px) 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 !important; }

  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: 1024px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 1025px) 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 !important; }

  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; } }
/** 1.2. Bootstrap **/
/** 1.3. Animation **/
/** 2. Reset **/
/** 3. Mixins **/
.f-10 {
  font-size: 10px; }

.f-15 {
  font-size: 15px; }

.f-20 {
  font-size: 20px; }

.bd-rl {
  border-right: 1px solid #4e4e4e;
  border-left: 1px solid #4e4e4e; }

/*Padding Around the Block*/
.space-padding-0 {
  padding: 0 !important; }

.space-padding-10 {
  padding: 10px !important; }

.space-padding-20 {
  padding: 20px !important; }

.space-padding-30 {
  padding: 30px !important; }

.space-padding-40 {
  padding: 40px !important; }

.space-padding-50 {
  padding: 50px !important; }

/*Padding Top & Bottom*/
.space-padding-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.space-padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.space-padding-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.space-padding-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.space-padding-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.space-padding-tb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.space-padding-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.space-padding-tb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.space-padding-tb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.space-padding-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.margin-0 {
  margin: 0px !important; }

/*Margin Bottom*/
.space-5 {
  margin-bottom: 5px !important; }

.space-10 {
  margin-bottom: 10px !important; }

.space-15 {
  margin-bottom: 15px !important; }

.space-20 {
  margin-bottom: 20px !important; }

.space-25 {
  margin-bottom: 25px !important; }

.space-30 {
  margin-bottom: 30px !important; }

.space-35 {
  margin-bottom: 35px !important; }

.space-40 {
  margin-bottom: 40px !important; }

.space-45 {
  margin-bottom: 45px !important; }

.space-50 {
  margin-bottom: 50px !important; }

.space-55 {
  margin-bottom: 55px !important; }

.space-60 {
  margin-bottom: 60px !important; }

.space-65 {
  margin-bottom: 65px !important; }

.space-70 {
  margin-bottom: 70px !important; }

.space-75 {
  margin-bottom: 75px !important; }

.space-80 {
  margin-bottom: 80px !important; }

.space-85 {
  margin-bottom: 85px !important; }

.space-90 {
  margin-bottom: 90px !important; }

.space-95 {
  margin-bottom: 95px !important; }

.space-100 {
  margin-bottom: 100px !important; }

.space-32 {
  margin-bottom: 32px; }

/*Margin top*/
.space-margin-top-0 {
  margin-top: 0px !important; }

.space-margin-top-85 {
  margin-top: 85px; }

.space-margin-top-50 {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .space-margin-top-50 {
      margin-top: 0px; } }

.btn-arrow {
  font-weight: 500;
  font-size: 14px; }
  .btn-arrow:after {
    content: "";
    background: url(Right-50.png) no-repeat center;
    top: 2px;
    right: 0;
    position: relative;
    display: inline-block;
    width: 36px;
    height: 12px; }

@media (min-width: 1025px) {
  .hover-images {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom; }
    .hover-images img {
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .hover-images:hover img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); } }
.hover-images-main {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom; }
    .hover-images-main img {
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .hover-images-main:hover img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); } }
.effect_img:hover {
  background-color: #000;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

.container-190 {
  padding-right: 190px;
  padding-left: 190px;
  width: 100%; }

.container-msr {
  padding-left: 114px;
  width: 100%; }

.container-50 {
  padding-right: 50px;
  padding-left: 50px;
  width: 100%; }

.container-42 {
  padding-right: 42px;
  padding-left: 42px;
  width: 100%; }

.container-40 {
  padding-right: 40px;
  padding-left: 40px;
  width: 100%; }

.container-20 {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1200px; }

.container-hf {
  padding-left: 40px;
  padding-right: 37px;
  width: 100%; }

.container-fullwidth {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px; }

@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; } }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1025px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
@media (min-width: 768px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-15:nth-child(5n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: none; }

  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: left; } }
/*  Medium Desktop  */
@media (min-width: 1025px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none; }

  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-15:nth-child(5n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: left; } }
/*  Large Desktop  */
@media (min-width: 1200px) {
  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none; }

  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1) {
    clear: left; } }
.heading, .heading-v2 {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  position: relative;
  padding: 0 0 20px;
  margin-bottom: 50px; }
  .heading:before, .heading-v2:before {
    border-bottom: 1px solid #eb5050;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 100%; }

.heading-v2 {
  margin-bottom: 37px; }
  .heading-v2.space-v2 {
    margin-bottom: 65px; }

.cosre-title {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 35px; }
  @media (max-width: 480px) {
    .cosre-title {
      font-size: 18px; } }

.btn-view {
  font-weight: 500;
  font-size: 16px;
  padding: 0 0 5px;
  position: relative;
  display: block; }
  .btn-view:before {
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 78px; }

.title-ver1 {
  color: #fff;
  font-size: 60px;
  font-weight: normal; }
  @media (min-width: 1025px) {
    .title-ver1 {
      max-width: 299px; } }

.title-ver2 {
  color: #fff;
  font-size: 26px;
  font-weight: 500; }

.quick-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  width: 130px; }

.scroll_top, .scroll_down {
  font-weight: 500;
  font-size: 9px;
  line-height: 26px;
  letter-spacing: 0.3em;
  position: fixed;
  bottom: 250px;
  right: 20px;
  color: #000000;
  text-transform: uppercase;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: 100% 50% 0;
  -o-transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  z-index: 8; }
  .scroll_top span, .scroll_down span {
    position: relative;
    display: inline-block;
    text-align: right;
    width: 16px;
    height: 1px;
    margin-left: 10px; }
    .scroll_top span:before, .scroll_down span:before {
      border-bottom: 1px solid;
      content: "";
      position: absolute;
      left: 0;
      top: -3px;
      width: 16px; }
    .scroll_top span:after, .scroll_down span:after {
      content: '';
      display: block;
      width: 9px;
      height: 9px;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      position: absolute;
      right: 0;
      top: -7px; }

.scroll_down {
  right: 50%;
  bottom: 58px;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

.shop-now {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #000; }
  @media (min-width: 1025px) {
    .shop-now {
      margin-top: 150px; } }

html,
body,
ul,
p, h1, h2, h3, h4, h5,
ol {
  margin: 0;
  padding: 0; }

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 14px; }

a {
  color: #000000; }

a:hover, a:focus {
  color: #eb5050;
  text-decoration: none;
  outline: none; }

ul, li {
  list-style: none; }

img {
  display: inline;
  max-width: 100%; }

input, textarea, button {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

button {
  border: none;
  box-shadow: none; }

* {
  outline: none; }

body {
  overflow-x: hidden;
  position: relative;
  right: 0; }

.pushmenu {
  /*this is the nav*/
  background: #1d1d1f;
  width: 362px;
  height: 100%;
  top: 0;
  z-index: 1000;
  position: fixed; }
  .pushmenu.pushmenu-left {
    background: transparent;
    width: 417px; }

.pushmenu-left {
  right: -417px; }

.pushmenu-left.pushmenu-open {
  right: 0; }

.pushmenu-push-toright {
  right: 362px; }

.pushmenu-push-toright-cart {
  right: 417px; }

/*Transition*/
.pushmenu, body {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.pushmenu-push-toright .wrappage {
  position: relative; }

.pushmenu-push-toright-cart .wrappage:after {
  position: absolute;
  background: rgba(29, 29, 31, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer; }

@media (max-width: 320px) {
  .pushmenu {
    width: 320px; }

  .pushmenu-left {
    right: -320px; }

  .pushmenu-push-toright-cart {
    right: 320px; }

  .pushmenu.pushmenu-left {
    width: 320px; }

  .menu-social {
    width: 320px; }

  .cart-bottom {
    width: 300px; } }
/** 3. Mixins **/
/** 4. Elements **/
/** 4.12. Blog **/
.main-container {
  padding: 88px 0; }
  @media (min-width: 1200px) {
    .main-container .container {
      width: 1170px; } }
  @media (max-width: 1024px) {
    .main-container {
      padding: 30px 0; } }
  .main-container input::-webkit-input-placeholder {
    color: #a4a4a4;
    font-size: 12px; }
  .main-container input:-moz-placeholder {
    color: #a4a4a4;
    font-size: 12px; }
  .main-container input::-moz-placeholder {
    color: #a4a4a4;
    font-size: 12px; }
  .main-container input:-ms-input-placeholder {
    color: #a4a4a4;
    font-size: 12px; }
  .main-container .btn {
    color: #fff;
    background: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
    .main-container .btn:hover {
      background: #eb5050; }

.readmore--ver2 {
  font-weight: 500;
  font-size: 14px; }
  .readmore--ver2:after {
    content: "";
    background: url(Right-50.png) no-repeat center;
    top: 2px;
    right: 0;
    position: relative;
    display: inline-block;
    width: 36px;
    height: 12px; }

.post-date {
  color: #b3b3b3;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-transform: uppercase; }

.post-image img {
  width: 100%; }

.readmore, .btn-load-more {
  line-height: 51px;
  height: 51px;
  width: 196px;
  color: #fff;
  background: #000;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  .readmore:hover, .btn-load-more:hover {
    background: #eb5050;
    color: #fff; }

@media (max-width: 1024px) {
  .main-content {
    margin-bottom: 30px; } }

@media (min-width: 1025px) {
  .blog-post-item {
    margin-bottom: 51px; }
    .blog-post-item.item-grid {
      margin-bottom: 56px; } }
@media (max-width: 768px) {
  .blog-post-item {
    margin-bottom: 30px; } }
.blog-post-item .blog-post-info {
  margin-top: 25px; }
  .blog-post-item .blog-post-info.space-v1 {
    padding: 30px 30px 20px 30px; }
  .blog-post-item .blog-post-info.space-v2 {
    margin-top: 34px; }
.blog-post-item .post-date {
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 12px; }
  .blog-post-item .post-date.v2 {
    font-weight: 500; }
.blog-post-item .post-name {
  margin-bottom: 30px; }
  .blog-post-item .post-name.ver2 {
    margin-bottom: 40px; }
  .blog-post-item .post-name a {
    font-size: 20px;
    text-transform: capitalize; }
  .blog-post-item .post-name.ver2 a {
    font-size: 30px; }
.blog-post-item .post-desc {
  color: #a4a4a4;
  font: 14px/24px "Poppins", sans-serif;
  margin-bottom: 30px; }
.blog-post-item .post-metas {
  margin-top: 35px;
  padding: 25px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  overflow: hidden; }
  .blog-post-item .post-metas.ver2 {
    border-bottom: 0; }
  .blog-post-item .post-metas.ver--grid {
    margin-top: 0;
    border-top: 0; }
  .blog-post-item .post-metas .categories {
    float: left; }
.blog-post-item .categories a {
  font-size: 11px;
  color: #a4a4a4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em; }
  .blog-post-item .categories a:hover {
    color: #eb5050; }
.blog-post-item .post-comments {
  font-size: 11px;
  font-weight: 500;
  padding: 30px 0;
  display: inline-block; }
  .blog-post-item .post-comments h3 {
    font-size: 16px;
    position: relative; }

@media (min-width: 1025px) {
  .blog-item-list .post-item {
    display: flex;
    align-items: top;
    margin-bottom: 37px; }
    .blog-item-list .post-item:before, .blog-item-list .post-item:after {
      content: " ";
      display: table; }
    .blog-item-list .post-item:after {
      clear: both; } }
@media (min-width: 1025px) {
  .blog-item-list .blog-post-img {
    width: 47%;
    margin-right: 30px; } }
@media (min-width: 1025px) {
  .blog-item-list .blog-post-info {
    width: 53%;
    margin-top: 0; } }
.blog-item-list .blog-post-info p {
  font: 14px/24px "Poppins", sans-serif;
  color: #a4a4a4; }

.pagination-container nav .pagination li {
  display: inline-block;
  margin-right: 15px; }
  .pagination-container nav .pagination li a {
    font-weight: 500;
    font-size: 16px;
    color: #bdbdbd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0; }
    .pagination-container nav .pagination li a.active {
      border: 1px solid #000;
      color: #000; }
  .pagination-container nav .pagination li i {
    font-size: 14px;
    font-weight: normal; }
  .pagination-container nav .pagination li a.next,
  .pagination-container nav .pagination li a.prev {
    width: auto;
    padding: 0 15px; }

.widget-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px; }
  .widget-title.v2 {
    margin-bottom: 44px; }

.sidebar .widget {
  padding: 35px 0; }
.sidebar .widget_search {
  padding-top: 0;
  padding-bottom: 40px; }
  .sidebar .widget_search .search-form {
    position: relative; }
    .sidebar .widget_search .search-form input {
      width: 100%;
      height: 55px;
      padding: 0 25px;
      background: #f4f4f4;
      border: 0px solid; }
      .sidebar .widget_search .search-form input::-webkit-input-placeholder {
        color: #a4a4a4;
        font-size: 12px; }
      .sidebar .widget_search .search-form input:-moz-placeholder {
        color: #a4a4a4;
        font-size: 12px; }
      .sidebar .widget_search .search-form input::-moz-placeholder {
        color: #a4a4a4;
        font-size: 12px; }
      .sidebar .widget_search .search-form input:-ms-input-placeholder {
        color: #a4a4a4;
        font-size: 12px; }
    .sidebar .widget_search .search-form .btn-search {
      position: absolute;
      top: 0px;
      right: 0px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      color: #fff;
      height: 55px;
      line-height: 55px;
      padding: 0;
      width: 97px;
      background: #000; }
      .sidebar .widget_search .search-form .btn-search:hover {
        background: #eb5050; }
.sidebar .widget_social {
  padding: 34px 0;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef; }
  .sidebar .widget_social .social > * {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px; }
.sidebar .widget_category ul:before, .sidebar .widget_category ul:after {
  content: " ";
  display: table; }
.sidebar .widget_category ul:after {
  clear: both; }
.sidebar .widget_category ul li {
  float: left;
  display: inline-block;
  text-align: right;
  width: 100%;
  color: #999999;
  font-size: 12px;
  padding: 9px 0; }
  @media (max-width: 1024px) {
    .sidebar .widget_category ul li {
      padding: 12px 0; } }
  .sidebar .widget_category ul li a {
    float: left;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase; }
    .sidebar .widget_category ul li a:hover {
      color: #eb5050; }
.sidebar .widget_popular_posts {
  padding-bottom: 9px;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef; }
  .sidebar .widget_popular_posts .post-item-list .post-item {
    margin-bottom: 27px; }
    .sidebar .widget_popular_posts .post-item-list .post-item .post-item-img {
      float: left;
      margin-right: 18px; }
    .sidebar .widget_popular_posts .post-item-list .post-item .post-item-text:before, .sidebar .widget_popular_posts .post-item-list .post-item .post-item-text:after {
      content: " ";
      display: table; }
    .sidebar .widget_popular_posts .post-item-list .post-item .post-item-text:after {
      clear: both; }
    .sidebar .widget_popular_posts .post-item-list .post-item .post-item-text .post-date {
      font-size: 9px;
      margin-bottom: 15px; }
    .sidebar .widget_popular_posts .post-item-list .post-item .post-item-text h3 {
      overflow: hidden;
      font-size: 0; }
      .sidebar .widget_popular_posts .post-item-list .post-item .post-item-text h3 a {
        font: 500 14px/14px "Poppins", sans-serif; }
.sidebar .widget_newletters .newletter-form {
  padding: 47px 34px 47px 27px;
  border: 5px solid;
  margin-top: 40px;
  margin-bottom: 10px; }
  .sidebar .widget_newletters .newletter-form:before, .sidebar .widget_newletters .newletter-form:after {
    content: " ";
    display: table; }
  .sidebar .widget_newletters .newletter-form:after {
    clear: both; }
  .sidebar .widget_newletters .newletter-form .form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 1px solid #333 !important;
    box-shadow: none !important;
    padding: 0;
    margin-bottom: 15px; }
  .sidebar .widget_newletters .newletter-form .btn-submit {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: right;
    width: 118px;
    height: 44px; }
.sidebar .widget_instagram {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef; }
  .sidebar .widget_instagram .cosre-instagram {
    margin: 0 -7px; }
    .sidebar .widget_instagram .cosre-instagram:before, .sidebar .widget_instagram .cosre-instagram:after {
      content: " ";
      display: table; }
    .sidebar .widget_instagram .cosre-instagram:after {
      clear: both; }
    .sidebar .widget_instagram .cosre-instagram .item {
      float: left;
      padding: 7px;
      width: 33.33%; }
.sidebar .widget_tags .content a {
  width: 81px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  text-transform: uppercase;
  margin: 0 8px 8px 0;
  border: 1px solid #a4a4a4;
  color: #a4a4a4; }
  @media (min-width: 1025px) {
    .sidebar .widget_tags .content a {
      margin: 0 4px 8px 0; } }
  .sidebar .widget_tags .content a.active {
    color: #000;
    border: 1px solid #000; }

.single-post {
  padding-bottom: 50px; }
  .single-post.v2 {
    padding-top: 50px; }

.post-image {
  margin-bottom: 40px; }

.blog-post-container .blog-post-single .blog-post-info {
  margin-top: 0; }
  .blog-post-container .blog-post-single .blog-post-info.v2 {
    margin-top: 25px; }

.post-content .post-text {
  padding-top: 45px; }
  .post-content .post-text.v2 {
    padding-top: 30px; }
  .post-content .post-text.v3 {
    padding-top: 0; }
  @media (max-width: 768px) {
    .post-content .post-text {
      padding-top: 25px; } }
  .post-content .post-text p {
    color: #a4a4a4;
    font: 14px/24px "Poppins", sans-serif;
    margin-bottom: 20px; }
  .post-content .post-text blockquote {
    padding: 35px 100px 10px 30px; }
    @media (max-width: 768px) {
      .post-content .post-text blockquote {
        padding: 35px 0 10px 30px; } }
    .post-content .post-text blockquote p {
      font: 500 20px/28px "Poppins", sans-serif;
      color: #000; }
    .post-content .post-text blockquote p.author {
      color: #b3b3b3;
      font-weight: 500;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.3em; }

.post-share {
  padding: 15px 0;
  border-top: 1px solid #e8e8e8; }
  .post-share.v2 {
    margin-top: 50px; }
  .post-share ul:before, .post-share ul:after {
    content: " ";
    display: table; }
  .post-share ul:after {
    clear: both; }
  .post-share ul li {
    width: 33.333%;
    float: left; }
    .post-share ul li a {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        .post-share ul li a {
          line-height: 0;
          color: transparent;
          width: 40px;
          height: 40px;
          display: block; } }
      .post-share ul li a i {
        width: 41px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        background: #000;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        margin-right: 10px; }
    .post-share ul li:nth-child(2) {
      text-align: center; }
    .post-share ul li:last-child {
      text-align: right; }

.post-link {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  display: inline-block;
  padding: 44px 0 53px;
  width: 100%; }
  .post-link:before, .post-link:after {
    content: " ";
    display: table; }
  .post-link:after {
    clear: both; }
  .post-link .nav-previous {
    float: left; }
    .post-link .nav-previous a {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      display: inline-block;
      position: relative; }
      .post-link .nav-previous a:before {
        content: "";
        background: url(long-arrow-left.png) no-repeat center;
        top: 2px;
        left: 0;
        position: relative;
        display: inline-block;
        width: 26px;
        height: 12px;
        margin-right: 15px; }
        @media (max-width: 320px) {
          .post-link .nav-previous a:before {
            margin-right: 5px; } }
  .post-link .nav-next {
    float: right; }
    .post-link .nav-next a {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase; }
      .post-link .nav-next a:after {
        content: "";
        background: url(long-arrow-right.png) no-repeat center;
        top: 2px;
        right: 0;
        position: relative;
        display: inline-block;
        width: 26px;
        height: 12px;
        margin-left: 15px; }
        @media (max-width: 320px) {
          .post-link .nav-next a:after {
            margin-left: 5px; } }

.post-related {
  padding-top: 35px; }

.blog-post-container .post-related .blog-post-item .blog-post-info .post-date {
  font-size: 9px;
  margin-bottom: 5px; }

.blog-post-container .post-related .blog-post-item .blog-post-info .post-name a {
  font-size: 16px; }

.post-comments {
  padding-top: 35px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }

.commentlist li:nth-child(2) .comment {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }

.comment {
  padding: 35px 0;
  display: flex;
  align-content: stretch; }
  @media (max-width: 1024px) {
    .comment {
      display: block; } }
  .comment .avatar {
    padding-right: 20px;
    width: 35.3%; }
    @media (max-width: 1024px) {
      .comment .avatar {
        width: 100%;
        margin-bottom: 30px; } }
  .comment .first-box:before, .comment .first-box:after {
    content: " ";
    display: table; }
  .comment .first-box:after {
    clear: both; }
  .comment .comment-author-meta {
    float: left; }
    .comment .comment-author-meta strong {
      font-weight: 500;
      font-size: 16px; }
    .comment .comment-author-meta .date {
      font-size: 12px;
      color: #a4a4a4; }
  .comment .comment-content {
    margin-top: 18px;
    color: #a4a4a4;
    font: 14px/24px "Poppins", sans-serif; }
  .comment .comment-post-reply {
    float: right; }
    .comment .comment-post-reply a {
      width: 69px;
      height: 23px;
      line-height: 23px;
      text-align: center;
      font-weight: 500;
      font-size: 10px;
      display: inline-block;
      border: 1px solid;
      text-transform: uppercase;
      letter-spacing: 0.2em; }

.comment-child {
  margin-left: 120px;
  border-top: 1px solid #e8e8e8; }
  @media (max-width: 1024px) {
    .comment-child {
      margin-left: 40px; } }

.post-reply {
  padding-top: 35px; }

.comment-form:before, .comment-form:after {
  content: " ";
  display: table; }
.comment-form:after {
  clear: both; }
@media (min-width: 1025px) {
  .comment-form {
    margin-top: 50px; } }
.comment-form .form-group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px; }
.comment-form .form-group input {
  height: 54px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #f8f8f8;
  border: 1px solid #f1f1f1; }
  @media (max-width: 768px) {
    .comment-form .form-group input {
      margin-bottom: 15px; } }
.comment-form .form-group textarea {
  height: 243px;
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
@media (min-width: 1025px) {
  .comment-form .form-group {
    margin-bottom: 30px; } }
.comment-form .form-group.ver2 label {
  margin-bottom: 20px; }
.comment-form .btn-submit {
  width: 196px;
  height: 54px;
  line-height: 54px;
  float: right;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .comment-form .btn-submit.ver2 {
    float: none;
    margin: 0 auto;
    display: block;
    background: #000;
    color: #fff; }
    .comment-form .btn-submit.ver2:hover {
      background: #eb5050;
      color: #fff; }
  .comment-form .btn-submit.ver3 {
    background: #000;
    color: #fff; }
    .comment-form .btn-submit.ver3:hover {
      background: #eb5050;
      color: #fff; }
.comment-form.contact-form {
  margin: 50px 0; }
  @media (min-width: 1025px) {
    .comment-form.contact-form {
      width: 945px;
      margin: 110px auto; } }
  @media (min-width: 1025px) {
    .comment-form.contact-form .form-group {
      margin-bottom: 45px; } }

.title-underline {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  text-transform: uppercase;
  margin-bottom: 25px; }
  .title-underline.v2 {
    margin-top: 61px; }

.grid {
  margin-bottom: 45px; }

.carousel {
  margin: 45px 0; }

.nav-button {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .nav-button {
      margin-top: 20px; } }

@media only screen and (min-width: 0px) and (max-width: 480px) {
  .blog--grid [class*="col-xs-"] {
    width: 100%; } }
@media (min-width: 1025px) {
  .blog-post-item-list.blog-post-item {
    margin-bottom: 0; } }
.blog-post-item-list .post-name a {
  font-size: 24px; }
.blog-post-item-list .categories {
  margin-bottom: 15px; }
.blog-post-item-list .ver-list {
  border: 0;
  margin: 0;
  padding: 0; }
  .blog-post-item-list .ver-list .post-date {
    float: left; }

@media (min-width: 992px) {
  .blog-masonry .blog-post-item {
    margin: 0; } }
.blog-masonry .blog-post-item .post-metas {
  margin: 0;
  padding: 15px 0;
  border: 0; }
.blog-masonry .blog-post-item .post-name {
  margin-bottom: 10px; }
.blog-masonry .blog-post-item .blog-post-img {
  position: relative; }
.blog-masonry .blog-post-item .info-inside-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .blog-masonry .blog-post-item .info-inside-img.space-v1 {
    padding: 20px 30px 0 35px;
    margin-top: 0; }

.blog-product-carousel .product-item .product-title a {
  font-size: 12px;
  font-weight: 500; }
.blog-product-carousel .product-item .product-after-switch .product-price {
  color: #eb5050;
  font-size: 12px;
  font-weight: 500; }
.blog-product-carousel .owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 22px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  @media (min-width: 1500px) {
    .blog-product-carousel .owl-theme .owl-nav [class*=owl-] {
      background: transparent; } }
.blog-product-carousel .owl-nav > div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.blog-product-carousel .owl-nav > div.owl-next {
  left: auto;
  right: 0; }
  @media (min-width: 1025px) {
    .blog-product-carousel .owl-nav > div.owl-next {
      right: -50px; } }
.blog-product-carousel .owl-nav > div.owl-prev {
  left: 0;
  right: auto; }
  @media (min-width: 1025px) {
    .blog-product-carousel .owl-nav > div.owl-prev {
      left: -50px; } }

.post-comments-number {
  background: #000000;
  color: #ffffff;
  float: right;
  font-size: 11px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  min-width: 27px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  display: inline-block; }
  .post-comments-number:before {
    border-color: transparent transparent transparent #000000;
    border-style: solid;
    border-width: 5px;
    bottom: -5px;
    content: "";
    left: 5px;
    position: absolute; }

.hero-section {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  min-height: 547px; }
  .hero-section.v2 {
    background: url(about_simple_bg.jpg) no-repeat center;
    background-size: cover; }
  .hero-section.v3 {
    min-height: unset; }
  .hero-section .page-title {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize; }
    .hero-section .page-title:before {
      border-bottom: 1px solid #eb5050;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      position: absolute;
      width: 50px;
      border-bottom: 2px solid #eb5050; }
  .hero-section .breadcrumb {
    margin: 0; }
  .hero-section .breadcrumb > li > a {
    color: #fff;
    font-weight: normal; }
    .hero-section .breadcrumb > li > a:hover {
      color: #eb5050; }
  .hero-section .breadcrumb > li + li:before {
    color: #fff; }

.blog-post-item-list .blog-post-item.v2 {
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
  padding-bottom: 38px; }
@media (min-width: 1025px) {
  .blog-post-item-list .blog-img {
    display: none;
    vertical-align: top;
    width: 23%; } }
@media (min-width: 1025px) {
  .blog-post-item-list .blog-post-info {
    display: table-cell;
    vertical-align: top;
    width: 77%;
    padding-left: 0; } }
.blog-post-item-list:hover .blog-img {
  display: table-cell; }
.blog-post-item-list:hover .blog-post-info {
  padding-left: 28px; }

.blog--listing {
  padding-top: 88px;
  padding-bottom: 0; }
  .blog--listing .blog-post-item-list {
    padding-top: 38px; }
    .blog--listing .blog-post-item-list:first-child {
      padding-top: 0; }

.blog-product-carousel {
  margin-top: 65px; }

.post-text blockquote {
  margin: 30px 0 55px 0; }

.widget-insta-grid {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px; }

.container-inner {
  margin-left: -6px;
  margin-right: -6px; }

.insta-item {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px; }
  .insta-item.v2 {
    padding-left: 0;
    padding-right: 0; }

.insta-img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  vertical-align: bottom; }

.insta-icon {
  position: absolute;
  bottom: 3%;
  right: 3%;
  background-color: rgba(0, 0, 0, 0.18);
  padding: 8px;
  border-radius: 50%;
  font-size: 12px;
  -webkit-transition: all .225s ease-out .01s;
  -moz-transition: all .225s .01s ease-out;
  -o-transition: all .225s .01s ease-out;
  -ms-transition: all .225s .01s ease-out;
  transition: all .225s ease-out .01s;
  color: #fff;
  line-height: 1; }

.insta-blog-carousel .owl-theme .owl-nav {
  margin-bottom: 0; }
.insta-blog-carousel .owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 22px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
.insta-blog-carousel .owl-nav > div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.insta-blog-carousel .owl-nav > div.owl-next {
  left: auto;
  right: 0; }
.insta-blog-carousel .owl-nav > div.owl-prev {
  left: 0;
  right: auto; }

blockquote {
  border: 5px solid #000;
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  width: 100%; }
  blockquote.space-v1 {
    padding: 32px 28px;
    margin-bottom: 0; }
  blockquote:before {
    content: url("quote.png");
    display: inline-block;
    margin-bottom: 5px; }
  blockquote.v2:before {
    content: url("ghim.png"); }

p.author {
  color: #b3b3b3;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em; }

.copyright {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: normal; }

.blog-masonry {
  background: #f6f6f6;
  padding-bottom: 120px; }

.column-masonry {
  padding-left: 0;
  padding-right: 0; }

.blockdes {
  margin-bottom: 20px; }
  .blockdes.v2 {
    margin-bottom: 10px; }

.blog-post-img:hover .blog-post-info {
  opacity: 1; }

.blog-masonry .post-item {
  margin-bottom: 30px; }

.bg-white {
  background: #fff; }

.image-video:before {
  background: #ffffff;
  border-radius: 50%;
  content: "\f04b";
  font-family: 'FontAwesome', sans-serif;
  height: 78px;
  left: 50%;
  line-height: 78px;
  position: absolute;
  text-align: center;
  top: 50%;
  letter-spacing: -3px;
  font-size: 20px;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 78px;
  transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }

.post-video {
  position: relative; }

.widget-shop-grid {
  padding-top: 25px;
  padding-bottom: 45px; }
  .widget-shop-grid [class*="col-"] {
    padding: 0; }
  .widget-shop-grid .row {
    margin: 0; }

span.star {
  font-size: 12px;
  color: #eb5050;
  margin: 0 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

span.star:before {
  content: '\f005';
  font-family: FontAwesome; }

/** 5.2. Item view templates **/
.banner-content {
  position: absolute;
  left: 60px;
  top: 50%; }
  @media (max-width: 480px) {
    .banner-content {
      top: 15%; } }
  .banner-content .banner-title {
    color: #fff;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 5px; }
  .banner-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative; }
    .banner-content p:before {
      border-bottom: 1px solid #fff;
      bottom: 0;
      content: "";
      position: absolute;
      width: 32px; }

.banner-img {
  position: relative; }
  @media (max-width: 767px) {
    .banner-img {
      margin-bottom: 30px; } }

/** 5.5. Shop Single **/
.homeclean-slider .slider-img {
  position: relative; }
.homeclean-slider .slider-content h1 {
  color: #000;
  font-size: 150px;
  font-weight: 500;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .homeclean-slider .slider-content h1 {
      font-size: 80px;
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .homeclean-slider .slider-content h1 {
      font-size: 30px;
      margin-bottom: 10px; } }
.homeclean-slider .slider-content .btn-shop {
  width: 196px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-block; }
  .homeclean-slider .slider-content .btn-shop:hover {
    background: #eb5050;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-color: #eb5050; }
  @media (max-width: 480px) {
    .homeclean-slider .slider-content .btn-shop {
      width: 130px;
      font-size: 12px;
      height: 30px;
      line-height: 30px; } }
.homeclean-slider .slick-dots {
  top: 100%;
  transform: matrix(1, 0, 0, 1, 0, -50); }
.homeclean-slider .slick-dots li button:before {
  font-size: 10px; }

.slider-homesimple {
  background: #f8f8f8; }
  .slider-homesimple .slider-img {
    position: relative;
    padding-bottom: 81px; }
  .slider-homesimple .slider-content {
    background: #fff;
    bottom: 0;
    border-bottom: 56px solid #ffffff;
    border-top: 46px solid #ffffff;
    min-width: 555px;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    margin: 0 auto;
    z-index: 4; }
    .slider-homesimple .slider-content h3 {
      font-size: 26px;
      font-weight: 500;
      margin-bottom: 10px; }
    .slider-homesimple .slider-content a {
      font-size: 16px;
      font-weight: 500;
      border-bottom: 1px solid; }
  .slider-homesimple .slick-dotted.slick-slider {
    margin-bottom: 158px; }
  .slider-homesimple .slick-dots {
    bottom: -60px; }
    .slider-homesimple .slick-dots li {
      margin: 0 17px;
      padding: 0 6px; }
      .slider-homesimple .slick-dots li a {
        font-size: 14px;
        font-weight: 500;
        color: #cfcfcf; }
    .slider-homesimple .slick-dots .slick-active {
      border-bottom: 1px solid #000; }
      .slider-homesimple .slick-dots .slick-active a {
        color: #000; }
  .slider-homesimple .slick-prev:before {
    content: 'p'; }
  .slider-homesimple .slick-next:before {
    content: 'n'; }
  .slider-homesimple .slick-prev:before,
  .slider-homesimple .slick-next:before {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500; }
  .slider-homesimple .slick-next {
    border-top: 1px solid #000;
    right: -40px;
    width: 86px;
    text-align: right;
    text-transform: uppercase;
    z-index: 3; }
  .slider-homesimple .slick-prev {
    border-top: 1px solid #000;
    left: -40px;
    width: 86px;
    text-align: left;
    text-transform: uppercase;
    z-index: 3; }

.btn-shop {
  width: 196px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  color: #000;
  background: transparent;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block; }
  .btn-shop.v2 {
    border: 2px solid #fff;
    color: #fff;
    width: 165px; }
    @media (max-width: 480px) {
      .btn-shop.v2 {
        width: 130px; } }
  .btn-shop:hover {
    background: #eb5050;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-color: #eb5050; }
  @media (max-width: 480px) {
    .btn-shop {
      width: 130px;
      font-size: 12px;
      height: 30px;
      line-height: 30px; } }

.slider-homecate .slick-dots {
  top: 100%;
  transform: matrix(1, 0, 0, 1, 0, -60); }
  @media (max-width: 768px) {
    .slider-homecate .slick-dots {
      transform: matrix(1, 0, 0, 1, 0, -30); } }
.slider-homecate .slick-dots li button:before {
  font-size: 10px; }
.slider-homecate .slick-next {
  right: 40px;
  background: url(Long-Arrow-right-50.png) no-repeat center;
  width: 50px;
  height: 50px;
  line-height: 50px; }
  .slider-homecate .slick-next:before {
    content: none; }
  @media (max-width: 767px) {
    .slider-homecate .slick-next {
      right: 5px; } }
.slider-homecate .slick-prev {
  left: 40px;
  background: url(Long-Arrow-Left-50.png) no-repeat center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 100; }
  .slider-homecate .slick-prev:before {
    content: none; }
  @media (max-width: 767px) {
    .slider-homecate .slick-prev {
      left: 5px; } }
.slider-homecate.slick-dotted.slick-slider {
  margin-bottom: 0; }
.slider-homecate .slider-img {
  position: relative; }

.homecate-cosre-content {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 43%; }
  @media (max-width: 1024px) {
    .homecate-cosre-content {
      text-align: center;
      top: 25%; } }
  .homecate-cosre-content.left {
    left: 50%; }
  .homecate-cosre-content.center {
    left: 50%;
    text-align: center; }

.homecate-cosre-title-wrap .home-cate-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em; }
.homecate-cosre-title-wrap .homecate-title-block {
  text-transform: capitalize;
  font-size: 50px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 48px;
  position: relative; }
  @media (max-width: 767px) {
    .homecate-cosre-title-wrap .homecate-title-block {
      font-size: 18px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 10px; } }
  .homecate-cosre-title-wrap .homecate-title-block.left:before {
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 67px; }
    @media (max-width: 1024px) {
      .homecate-cosre-title-wrap .homecate-title-block.left:before {
        border-bottom: 1px solid #000;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        position: absolute;
        width: 67px; } }
  .homecate-cosre-title-wrap .homecate-title-block.center:before {
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 67px; }
  .homecate-cosre-title-wrap .homecate-title-block.right:before {
    border-bottom: 1px solid #000;
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    width: 67px; }
    @media (max-width: 767px) {
      .homecate-cosre-title-wrap .homecate-title-block.right:before {
        border-bottom: 1px solid #000;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        position: absolute;
        width: 67px; } }

.cosre-bg-parallax [class*="parallax_"] {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 100vh; }

@media screen and (max-width: 676px) {
  .cosre-bg-parallax [class*="parallax_"] {
    background-attachment: scroll;
  }
}

.parallax_1 {
  background-image: url(parallax_1.jpg); }

.parallax_2 {
  background-image: url(parallax_2.jpg);
  height: 100vh; }

.parallax_3 {
  background-image: url(parallax_3.jpg);
  height: 100vh; }

.parallax_4 {
  background-image: url(parallax_4.jpg);
  height: 100vh; }

.cosre-bg-parallax .cosre-title-wrap {
  padding-top: 60px; }
  .cosre-bg-parallax .cosre-title-wrap .subtitle-with-desc {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3em; }
    .cosre-bg-parallax .cosre-title-wrap .subtitle-with-desc.c-black {
      color: black; }
  .cosre-bg-parallax .cosre-title-wrap .title-block {
    color: #fff;
    font-size: 80px;
    margin-top: 5px;
    margin-bottom: 51px;
    padding-bottom: 29px;
    position: relative; }
    .cosre-bg-parallax .cosre-title-wrap .title-block.center:before {
      border-bottom: 1px solid #fff;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      position: absolute;
      width: 85px; }
    .cosre-bg-parallax .cosre-title-wrap .title-block.c-black {
      color: black; }
    .cosre-bg-parallax .cosre-title-wrap .title-block.right:before {
      border-bottom: 1px solid #000;
      bottom: 0;
      right: 0;
      content: "";
      position: absolute;
      width: 85px; }
      @media (max-width: 767px) {
        .cosre-bg-parallax .cosre-title-wrap .title-block.right:before {
          border-bottom: 1px solid #000;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          content: "";
          position: absolute;
          width: 85px; } }
    .cosre-bg-parallax .cosre-title-wrap .title-block.left:before {
      border-bottom: 1px solid #000;
      bottom: 0;
      left: 0;
      content: "";
      position: absolute;
      width: 85px; }
      @media (max-width: 767px) {
        .cosre-bg-parallax .cosre-title-wrap .title-block.left:before {
          border-bottom: 1px solid #000;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          content: "";
          position: absolute;
          width: 85px; } }
    .cosre-bg-parallax .cosre-title-wrap .title-block.custom-font-2 {
      font-family: "Mr Dafoe", cursive; }
    .cosre-bg-parallax .cosre-title-wrap .title-block.custom-font {
      font-family: "Playfair Display", serif; }
  .cosre-bg-parallax .cosre-title-wrap .btn-shop.ver2 {
    background: #fff;
    color: #000;
    border: 0; }
    .cosre-bg-parallax .cosre-title-wrap .btn-shop.ver2:hover {
      background: #eb5050;
      color: #fff;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .cosre-bg-parallax .cosre-title-wrap .btn-shop.ver2.c-black {
      color: black; }

.parallax_3 .cosre-title-wrap .title-block {
  font-weight: 500; }

.box-center {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex; }
  .box-center.v2 {
    height: 85%; }
  @media (min-width: 1025px) {
    .box-center.v3 {
      height: 90%; } }
  .box-center.right {
    align-items: unset; }
  .box-center.left {
    align-items: unset; }
  .box-center.ver4 {
    flex-direction: unset; }

@media (min-width: 1025px) {
  .header-parallax a {
    color: #fff; }
    .header-parallax a:hover {
      color: #eb5050; } }
@media (min-width: 1025px) {
  .header-parallax .sticky-header .text {
    color: #fff; } }

.scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .scroll {
      display: none; } }

.scroll-down {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  position: relative;
  top: -145px;
  right: auto;
  z-index: 13; }
  .scroll-down:after {
    content: url(scrolldown.png);
    animation-name: dropdown;
    position: absolute;
    right: 39px;
    top: 30px;
    display: block; }

.fullw-slider .slider-img {
  position: relative; }
.fullw-slider .slider-content h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 55px; }
  @media (max-width: 480px) {
    .fullw-slider .slider-content h1 {
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 24px; } }
.fullw-slider .slider-content .fullw-susbtitle {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.5em; }
  .fullw-slider .slider-content .fullw-susbtitle.center:after {
    border-bottom: 1px solid #fff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 59px; }
  @media (max-width: 480px) {
    .fullw-slider .slider-content .fullw-susbtitle {
      display: none; } }
.fullw-slider.slick-dotted.slick-slider {
  margin-bottom: 0; }
.fullw-slider .slick-dots {
  bottom: unset;
  top: 46%;
  width: 70px;
  right: 0;
  left: auto;
  text-align: left;
  transform: matrix(1, 0, 0, 1, -52, -45); }
  .fullw-slider .slick-dots li {
    display: block;
    margin: 0 0 26px 30px;
    width: unset;
    height: unset; }
    .fullw-slider .slick-dots li:hover {
      margin-left: 0;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s; }
      .fullw-slider .slick-dots li:hover a:after {
        width: 68px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s; }
    .fullw-slider .slick-dots li a {
      position: relative;
      font-size: 16px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.5); }
      .fullw-slider .slick-dots li a:after {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        content: "";
        position: absolute;
        top: 45%;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        width: 37px;
        margin-left: 8px; }
    .fullw-slider .slick-dots li.slick-active {
      margin-left: 0; }
      .fullw-slider .slick-dots li.slick-active a {
        color: white; }
        .fullw-slider .slick-dots li.slick-active a:after {
          width: 68px; }

/** 5.5. 	popup **/
.quickview-wrapper, .lookbook-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  text-align: center; }
  .quickview-wrapper .quick-modal, .lookbook-wrapper .quick-modal {
    max-width: 1140px;
    width: 90%;
    margin: 100px auto 0px;
    background: #fff;
    text-align: left;
    position: relative; }
    .quickview-wrapper .quick-modal.v2, .lookbook-wrapper .quick-modal.v2 {
      max-width: 939px; }
  .quickview-wrapper #quickview-content, .lookbook-wrapper #quickview-content {
    overflow: hidden; }
  .quickview-wrapper #quickview-content .single-product-detail, .lookbook-wrapper #quickview-content .single-product-detail {
    float: left;
    width: 100%; }
    .quickview-wrapper #quickview-content .single-product-detail .product-images, .lookbook-wrapper #quickview-content .single-product-detail .product-images {
      float: left;
      width: 44.56%;
      margin-bottom: 0; }
      .quickview-wrapper #quickview-content .single-product-detail .product-images img, .lookbook-wrapper #quickview-content .single-product-detail .product-images img {
        width: 100%; }
    .quickview-wrapper #quickview-content .single-product-detail .single-product-info, .lookbook-wrapper #quickview-content .single-product-detail .single-product-info {
      float: left;
      width: 55.44%;
      padding: 55px 97px 0 48px; }
  .quickview-wrapper #quickview-content .slick-dots, .lookbook-wrapper #quickview-content .slick-dots {
    bottom: 25px; }
  .quickview-wrapper #quickview-content .slick-dots li button:before, .lookbook-wrapper #quickview-content .slick-dots li button:before {
    font-size: 10px; }
  .quickview-wrapper #quickview-content .slick-next, .lookbook-wrapper #quickview-content .slick-next {
    left: auto;
    right: 30px;
    z-index: 50; }
  .quickview-wrapper #quickview-content .slick-prev, .lookbook-wrapper #quickview-content .slick-prev {
    left: 30px;
    right: auto;
    z-index: 50; }
  .quickview-wrapper #quickview-content .slick-prev:before, .quickview-wrapper #quickview-content .slick-next:before, .lookbook-wrapper #quickview-content .slick-prev:before, .lookbook-wrapper #quickview-content .slick-next:before {
    font-family: FontAwesome;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .quickview-wrapper #quickview-content .slick-prev:before, .lookbook-wrapper #quickview-content .slick-prev:before {
    content: "\f104"; }
  .quickview-wrapper #quickview-content [dir="rtl"] .slick-prev:before, .lookbook-wrapper #quickview-content [dir="rtl"] .slick-prev:before {
    content: "\\f104"; }
  .quickview-wrapper #quickview-content .slick-next:before, .lookbook-wrapper #quickview-content .slick-next:before {
    content: "\f105"; }
  .quickview-wrapper #quickview-content [dir="rtl"] .slick-next:before, .lookbook-wrapper #quickview-content [dir="rtl"] .slick-next:before {
    content: "\f105"; }

.lb-content {
  padding: 0 34px 39px 34px; }

.lb-box.right {
  padding-right: 9px;
  padding-left: 9px; }

.lb-sm-item {
  padding-right: 8px;
  padding-left: 9px;
  margin-bottom: 12px; }

.lb-space {
  margin-top: 36px; }

.lb-close {
  color: #c5c5c5;
  display: inline-block;
  text-align: right;
  float: right;
  font-size: 10px;
  font-weight: 500;
  position: relative;
  padding: 24px 0;
  letter-spacing: 0.3em; }
  .lb-close:before {
    content: "\f2d7";
    font-family: "ionicons";
    margin-right: 10px;
    color: #000; }

.error {
  padding: 50px 0; }
  @media (min-width: 1025px) {
    .error {
      padding: 100px 0; } }

.error-title {
  margin: 82px 0 20px 0;
  font-size: 30px;
  font-weight: 500; }

.error-desc {
  margin-bottom: 60px;
  font-size: 18px;
  color: #a4a4a4; }

.btn-back {
  width: 196px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  .btn-back:hover {
    background: #eb5050;
    color: #fff; }

.about-title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 42px; }
  .about-title:before {
    border-bottom: 1px solid #eb5050;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 67px; }
  .about-title.ver2 {
    padding-bottom: 26px; }

.address {
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .address {
      width: 340px; } }

@media (min-width: 1025px) {
  .hours {
    width: 280px; } }

.about_simple {
  padding-top: 50px; }
  @media (min-width: 1025px) {
    .about_simple {
      padding-top: 107px;
      padding-bottom: 7px; } }
  @media (max-width: 767px) {
    .about_simple > .row > [class*="col-xs-"] {
      margin-bottom: 30px; } }

.contact p {
  color: #a4a4a4;
  line-height: 24px; }

.contact-mail {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ff3434;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  margin: 48px 0; }
  .contact-mail:hover {
    color: #000; }
  .contact-mail.ver2 {
    margin: 50px 0 66px 0; }

.contact_map {
  padding: 50px 0; }
  @media (min-width: 1025px) {
    .contact_map {
      padding: 114px 0 62px 0; } }
  @media (max-width: 1024px) {
    .contact_map > .row > [class*="col-xs-"] {
      margin-bottom: 50px; } }

.contact-social {
  text-align: left; }
  .contact-social a {
    margin: 0 20px; }
    @media (max-width: 480px) {
      .contact-social a {
        margin: 0 15px; } }
    .contact-social a:first-child {
      margin-left: 0; }
    .contact-social a i {
      font-size: 20px; }

.map {
  height: 480px; }
  @media (min-width: 1025px) {
    .map {
      height: 964px; } }

.us-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px; }
  @media (min-width: 768px) {
    .us-title {
      max-width: 555px;
      margin: 0 auto; } }

.us-desc {
  color: #a4a4a4;
  margin-top: 55px;
  margin-bottom: 50px;
  line-height: 24px; }
  @media (min-width: 1025px) {
    .us-desc {
      max-width: 861px;
      margin: 50px auto 90px auto; } }

.team-info {
  padding-top: 28px; }
  .team-info .team-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px; }
  .team-info .team-career {
    color: #a4a4a4;
    font-size: 11px;
    font-weight: 600; }

.team-item .team-img {
  position: relative; }
.team-item .social a {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  margin-right: 20px; }
  .team-item .social a:last-child {
    margin-right: 0; }
  .team-item .social a i {
    font-size: 16px; }
  .team-item .social a:hover {
    color: #eb5050;
    background: #000;
    border-color: #000; }

@media (min-width: 1025px) {
  .team-item:hover .social {
    opacity: 1; } }
.our-teams .owl-nav > div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  @media (max-width: 1024px) {
    .our-teams .owl-nav > div {
      opacity: 1; } }

.our-teams:hover .owl-nav > div {
  opacity: 1; }

.our-teams .owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 22px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.our-teams .owl-nav > div.owl-prev {
  right: auto;
  left: 0; }

.our-teams .owl-nav > div.owl-next {
  right: 0;
  left: auto; }

.our-teams {
  padding: 50px 0; }
  @media (min-width: 1025px) {
    .our-teams {
      padding-bottom: 130px;
      padding-top: 88px; } }

.faq-title {
  font-size: 18px;
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 1025px) {
    .faq-title {
      max-width: 800px;
      margin: 80px auto 85px auto; } }

.faq-quest {
  font-size: 20px;
  font-weight: 500;
  display: block;
  height: 75px;
  line-height: 75px;
  border: 2px solid #e8e8e8;
  padding-left: 30px;
  position: relative; }
  @media (max-width: 480px) {
    .faq-quest {
      font-size: 16px;
      height: 30px;
      line-height: 30px;
      border: 0;
      padding-left: 0; } }

.faq-answer {
  padding: 49px 38px 48px 32px;
  display: none; }
  @media (max-width: 480px) {
    .faq-answer {
      padding-left: 0;
      padding-right: 0; } }
  .faq-answer.open {
    display: block; }
  .faq-answer p {
    color: #a4a4a4;
    line-height: 24px;
    margin-bottom: 30px; }

.faq-content {
  position: relative;
  margin-bottom: 27px; }
  @media (max-width: 480px) {
    .faq-content {
      padding-left: 30px; } }
  .faq-content .plus {
    border: 2px solid #eaeaea;
    position: absolute;
    right: 26px;
    top: 14px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    @media (max-width: 480px) {
      .faq-content .plus {
        border: 0;
        left: 15px;
        right: unset;
        top: 0;
        width: unset;
        height: unset;
        line-height: unset;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; } }
    .faq-content .plus:after {
      content: "\f489";
      display: block;
      font-family: "ionicons";
      font-size: 20px;
      position: absolute;
      right: 14px;
      top: -1px;
      color: #000;
      cursor: pointer;
      -moz-transition: all 0.1s ease 0s;
      -webkit-transition: all 0.1s ease 0s;
      -o-transition: all 0.1s ease 0s; }
      @media (max-width: 480px) {
        .faq-content .plus:after {
          right: 0;
          top: 0;
          color: #eb5050; } }
  .faq-content .minus {
    border: 2px solid #eaeaea;
    position: absolute;
    right: 26px;
    top: 14px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    @media (max-width: 480px) {
      .faq-content .minus {
        border: 0;
        left: 15px;
        right: unset;
        top: 0;
        width: unset;
        height: unset;
        line-height: unset;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; } }
    .faq-content .minus:after {
      content: "\f462";
      display: block;
      font-family: "ionicons";
      font-size: 20px;
      position: absolute;
      right: 14px;
      top: -1px;
      color: #000;
      cursor: pointer;
      -moz-transition: all 0.1s ease 0s;
      -webkit-transition: all 0.1s ease 0s;
      -o-transition: all 0.1s ease 0s; }
      @media (max-width: 480px) {
        .faq-content .minus:after {
          right: 0;
          top: 0;
          color: #eb5050; } }

.faq {
  padding-bottom: 66px; }
  @media (max-width: 480px) {
    .faq {
      padding-bottom: 30px; } }

.agency-title {
  font-size: 35px;
  position: relative;
  padding-bottom: 55px;
  padding-top: 50px;
  margin-bottom: 50px; }
  .agency-title:before {
    border-bottom: 1px solid #eb5050;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 67px; }
  .agency-title a {
    font-weight: 600;
    position: relative;
    padding-bottom: 1px; }
    .agency-title a:before {
      border-bottom: 3px solid #000;
      bottom: 6px;
      left: 0;
      content: "";
      position: absolute;
      width: 100%; }
  @media (min-width: 1500px) {
    .agency-title {
      width: 982px;
      margin: 0 auto;
      padding-top: 118px; } }
  @media (max-width: 480px) {
    .agency-title {
      font-size: 19px; } }

.agency-container {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1500px) {
    .agency-container {
      padding: 75px 188px 140px 190px;
      width: 100%; }
      .agency-container .row {
        margin: 0; }
      .agency-container [class*="col-"] {
        padding-right: 0;
        padding-left: 0; }
      .agency-container.v2 {
        padding: 102px 139px 160px 190px; }
      .agency-container.v3 {
        padding: 80px 221px 118px 380px; }
        .agency-container.v3 .shop-content {
          padding-right: 53px; } }

@media (min-width: 768px) {
  .agency-clm-right {
    text-align: right;
    padding-top: 147px; } }
@media (min-width: 1025px) {
  .agency-clm-right.ver2 {
    padding-top: 378px; } }

.agency-title-noline {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 45px; }
  .agency-title-noline.ver2 {
    font-size: 22px;
    margin-bottom: 0; }
    @media (max-width: 480px) {
      .agency-title-noline.ver2 {
        font-size: 19px; } }
  .agency-title-noline.ver3 {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 36px; }
    @media (min-width: 1025px) {
      .agency-title-noline.ver3 {
        max-width: 514px; } }

.agency-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea; }
  @media (min-width: 1025px) {
    .agency-content {
      padding-bottom: 90px; } }
  .agency-content p {
    color: #a4a4a4; }
    @media (max-width: 1024px) {
      .agency-content p {
        margin-bottom: 30px; } }

.agency-img {
  margin: 0 auto;
  padding: 40px 0; }
  @media (min-width: 1025px) {
    .agency-img {
      padding: 80px 0; } }

.agency-title-line {
  padding-bottom: 32px;
  position: relative;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 40px; }
  .agency-title-line:before {
    border-bottom: 1px solid #eb5050;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 67px; }
  @media (min-width: 1025px) {
    .agency-title-line {
      margin-bottom: 79px; } }
  @media (max-width: 480px) {
    .agency-title-line {
      font-size: 25px; } }

.heading-top {
  margin-bottom: 40px; }
  .heading-top i {
    background: #fb5757;
    color: #fff;
    display: inline-block;
    height: 74px;
    line-height: 74px;
    width: 74px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    margin-right: 19px; }

.agency-service {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea; }
  .agency-service p {
    color: #a4a4a4; }
    @media (min-width: 1025px) {
      .agency-service p {
        max-width: 340px; } }
    @media (max-width: 1024px) {
      .agency-service p {
        margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .agency-service {
      padding-bottom: 117px; } }

.agency-client .owl-theme .client-item {
  text-align: center; }

.agency-client .owl-carousel .owl-item img {
  display: block;
  width: initial;
  margin: 0 auto; }

.agency-client {
  padding: 50px 0; }
  @media (min-width: 1025px) {
    .agency-client {
      padding-top: 93px;
      padding-bottom: 100px; } }

.brand-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3em;
  position: relative;
  padding-bottom: 46px;
  margin-bottom: 45px; }
  .brand-title:before {
    border-bottom: 1px solid #eb5050;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 67px; }
  @media (max-width: 480px) {
    .brand-title {
      padding-bottom: 20px;
      margin-bottom: 20px; } }

.shop-content p {
  color: #a4a4a4;
  line-height: 24px; }
  @media (min-width: 1500px) {
    .shop-content p {
      max-width: 549px; } }
.shop-content.ver2 a {
  color: #a4a4a4;
  line-height: 24px;
  display: block; }
  .shop-content.ver2 a:hover {
    color: #eb5050; }
@media (min-width: 1024px) {
  .shop-content.ver2 {
    width: 195px;
    float: left;
    margin-right: 96px; } }
.shop-content.ver2 p {
  line-height: 24px; }
  @media (min-width: 1024px) {
    .shop-content.ver2 p {
      max-width: 140px; } }
@media (max-width: 1024px) {
  .shop-content.ver2 {
    margin-top: 30px;
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .shop-content {
    margin-bottom: 30px; } }

.shop-social {
  margin-top: 64px; }
  .shop-social a {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #fff;
    border: 2px solid #000;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px; }
    .shop-social a i {
      font-size: 18px; }

.shop-title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 17px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px; }

@media (min-width: 1025px) {
  .about-shop-ver1 {
    padding-bottom: 100px; } }

.info-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 68px;
  letter-spacing: 0.3em; }
  .info-title:before {
    border-bottom: 1px solid #6deee0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 67px; }
  @media (max-width: 767px) {
    .info-title {
      padding-bottom: 20px;
      margin-bottom: 20px; } }

.info-desc {
  font-size: 35px;
  font-weight: 500; }
  @media (min-width: 1025px) {
    .info-desc {
      max-width: 610px; } }
  @media (max-width: 767px) {
    .info-desc {
      font-size: 20px; } }

.design-tag a {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  margin-right: 40px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .design-tag a {
      margin-right: 20px;
      margin-bottom: 10px;
      font-size: 16px; } }

.container-design {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1500px) {
    .container-design {
      padding: 79px 380px 65px 190px;
      width: 100%; }
      .container-design .row {
        margin-left: 0;
        margin-right: 0; }
      .container-design [class*="col-"] {
        padding-right: 0;
        padding-left: 0; } }
  @media (min-width: 1500px) {
    .container-design.ver2 {
      padding: 0 190px 109px 380px; } }
  @media (min-width: 1025px) {
    .container-design.ver2 .row {
      display: flex; }
      .container-design.ver2 .row .flex-img {
        order: 1;
        text-align: right; } }
  .container-design .design-content {
    padding-top: 5px; }
    @media (min-width: 1025px) {
      .container-design .design-content {
        padding-left: 80px; } }
    @media (max-width: 1024px) {
      .container-design .design-content {
        margin-top: 30px; } }
    .container-design .design-content p {
      color: #a4a4a4;
      line-height: 24px; }
      .container-design .design-content p:first-child {
        margin-bottom: 30px; }
      .container-design .design-content p:nth-child(2) {
        margin-bottom: 30px; }
        @media (min-width: 1025px) {
          .container-design .design-content p:nth-child(2) {
            margin-bottom: 100px; } }
    .container-design .design-content.ver2 {
      padding-top: 18px; }
      @media (min-width: 1025px) {
        .container-design .design-content.ver2 {
          padding-left: 0;
          padding-right: 250px; } }
      .container-design .design-content.ver2 p:first-child {
        margin-bottom: 0; }
      .container-design .design-content.ver2 p:nth-child(2) {
        margin-bottom: 0; }
      .container-design .design-content.ver2 .info-title {
        margin-bottom: 40px; }
    .container-design .design-content .info-title {
      margin-bottom: 55px; }

.introduce {
  padding-top: 50px; }
  @media (min-width: 1025px) {
    .introduce {
      padding-top: 190px; } }

/** 5. Ecommerce **/
/** 5.2. Item view templates **/
.product-img img {
  width: 100%; }

.ribbon, .ribbon-sale, .ribbon-new {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 96px;
  height: 23px;
  background: #d7d7d7;
  display: inline-block;
  text-align: center; }
  .ribbon span, .ribbon-sale span, .ribbon-new span {
    font-size: 10px;
    font-weight: 600;
    color: #fff; }
    .ribbon span:after, .ribbon-sale span:after, .ribbon-new span:after {
      position: absolute;
      content: "";
      top: 8px;
      right: 6px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #fff; }
    .ribbon span:before, .ribbon-sale span:before, .ribbon-new span:before {
      position: absolute;
      top: 0;
      left: -8px;
      content: "";
      border-style: solid;
      border-width: 12px 8px 11px 8px;
      border-color: #d7d7d7 transparent #d7d7d7 transparent; }

.product-images img {
  	width: 100%; }

.product,
.item,
.product-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s; }
  .product .product-images,
  .item .product-images,
  .product-item .product-images {
    position: relative;
}
    @media (min-width: 1025px) {
      .product .product-images > a,
      .item .product-images > a,
      .product-item .product-images > a {
        position: relative; } }
    .product .product-images .btn-add-wishlist,
    .item .product-images .btn-add-wishlist,
    .product-item .product-images .btn-add-wishlist {
      width: 40px;
      height: 40px;
      line-height: 40px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      display: inline-block;
      text-align: center;
      right: 10px;
      top: 10px;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s; }
      @media (min-width: 1025px) {
        .product .product-images .btn-add-wishlist,
        .item .product-images .btn-add-wishlist,
        .product-item .product-images .btn-add-wishlist {
          opacity: 0; } }
      .product .product-images .btn-add-wishlist.ver2,
      .item .product-images .btn-add-wishlist.ver2,
      .product-item .product-images .btn-add-wishlist.ver2 {
        right: initial;
        left: 10px; }
    .product .product-images .btn-quickview,
    .item .product-images .btn-quickview,
    .product-item .product-images .btn-quickview {
      bottom: 0;
      height: 40px;
      left: 0;
      line-height: 30px;
      overflow: hidden;
      position: absolute;
      top: calc(100% - 40px);
      width: 100%;
      z-index: 2;
      opacity: 0;
      background: #fff;
      text-align: center;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      color: #eb5050;
      font-size: 10px; }
  .product .product-images .btn-quickview:before,
      .item .product-images .btn-quickview:before,
      .product-item .product-images .btn-quickview:before {
        content: "\e087";
        font-family: "simple-line-icons";
        font-size: 20px;
        margin-right: 10px;
        position: relative;
        top: 5px; }
.product .product-images .quicktitle,
    .item .product-images .quicktitle,
    .product-item .product-images .quicktitle {
      bottom: 0;
      height: 40px;
      left: 0;
      line-height: 30px;
      overflow: hidden;
      position: absolute;
      top: calc(100% - 80px);
      width: 100%;
      z-index: 2;
      opacity: 0;
      background: #fff;
      text-align: center;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      color: #eb5050;
      font-size: 10px; }
      .product .product-images .quicktitle:before,
      .item .product-images .quicktitle:before,
      .product-item .product-images .quicktitle:before {
        content: "\e087";
        font-family: "simple-line-icons";
        font-size: 20px;
        margin-right: 10px;
        position: relative;
        top: 5px; }
      @media (max-width: 1024px) {
        .product .product-images .btn-quickview,
        .item .product-images .btn-quickview,
        .product-item .product-images .btn-quickview {
          display: none; } }
 .product .product-images .quicktitle,
        .item .product-images .quicktitle,
        .product-item .product-images .quicktitle {
          display: none; } }
    .product .product-images .button-group,
    .item .product-images .button-group,
    .product-item .product-images .button-group {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0; }
      .product .product-images .button-group .button,
      .item .product-images .button-group .button,
      .product-item .product-images .button-group .button {
        width: 33.33333%;
        text-align: center;
        margin: 0;
        font-size: 9px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        height: 60px;
        line-height: 60px;
        float: left;
        overflow: hidden;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .product .product-images .button-group .button:before,
        .item .product-images .button-group .button:before,
        .product-item .product-images .button-group .button:before {
          font-family: 'simple-line-icons', sans-serif;
          font-size: 20px;
          color: #fff;
          display: block;
          margin-bottom: 12px; }
        .product .product-images .button-group .button.add-to-cart, .product .product-images .button-group .button.view-cart, .product .product-images .button-group .button.sold-out,
        .item .product-images .button-group .button.add-to-cart,
        .item .product-images .button-group .button.view-cart,
        .item .product-images .button-group .button.sold-out,
        .product-item .product-images .button-group .button.add-to-cart,
        .product-item .product-images .button-group .button.view-cart,
        .product-item .product-images .button-group .button.sold-out {
          background-color: rgba(37, 37, 37, 0.9); }
        .product .product-images .button-group .button.add-to-wishlist,
        .item .product-images .button-group .button.add-to-wishlist,
        .product-item .product-images .button-group .button.add-to-wishlist {
          background-color: rgba(73, 73, 73, 0.95); }
        .product .product-images .button-group .button.add-view,
        .item .product-images .button-group .button.add-view,
        .product-item .product-images .button-group .button.add-view {
          background-color: rgba(103, 103, 103, 0.95); }
        .product .product-images .button-group .button:hover,
        .item .product-images .button-group .button:hover,
        .product-item .product-images .button-group .button:hover {
          line-height: 10px; }
          .product .product-images .button-group .button:hover:before,
          .item .product-images .button-group .button:hover:before,
          .product-item .product-images .button-group .button:hover:before {
            margin-top: 15px;
            color: #eb5050; }
    .product .product-images img,
    .item .product-images img,
    .product-item .product-images img {
    width:320px;
  height:320px;
  object-fit:contain;
    }
    .product .product-images img.secondary_image,
    .item .product-images img.secondary_image,
    .product-item .product-images img.secondary_image {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: auto;
      bottom: 0; }
  .product .product-title,
  .item .product-title,
  .product-item .product-title {
    margin: 5px 0; }
    .product .product-title a,
    .item .product-title a,
    .product-item .product-title a {
      white-space: nowrap;
      font-size: 11px;
      font-weight: 400; }
  .product .product-after-switch,
  .item .product-after-switch,
  .product-item .product-after-switch {
    height: 20px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    @media (max-width: 1024px) {
      .product .product-after-switch,
      .item .product-after-switch,
      .product-item .product-after-switch {
        height: auto; } }
    .product .product-after-switch .product-price,
    .item .product-after-switch .product-price,
    .product-item .product-after-switch .product-price {
      color: #868686;
      opacity: 1;
      display: block;
      font-weight: 500; }
    .product .product-after-switch .product-after-button,
    .item .product-after-switch .product-after-button,
    .product-item .product-after-switch .product-after-button {
      opacity: 0;
      height: 33px;
      overflow: hidden;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s; }
      @media (max-width: 1024px) {
        .product .product-after-switch .product-after-button,
        .item .product-after-switch .product-after-button,
        .product-item .product-after-switch .product-after-button {
          height: auto;
          opacity: 1; } }
      .product .product-after-switch .product-after-button .addcart,
      .item .product-after-switch .product-after-button .addcart,
      .product-item .product-after-switch .product-after-button .addcart {
        font-size: 12px;
        color: #eb5050;
        display: inline-block; }
  .product .rating-star,
  .item .rating-star,
  .product-item .rating-star {
    margin-top: 5px;
    display: inline-block;
    width: 100%; }
  .product .product-desc,
  .item .product-desc,
  .product-item .product-desc {
    display: none; }
  .product .product-price,
  .item .product-price,
  .product-item .product-price {
    display: none; }
  .product .button-group,
  .item .button-group,
  .product-item .button-group {
    display: none; }
  @media (min-width: 1025px) {
    .product:hover img.primary_image,
    .item:hover img.primary_image,
    .product-item:hover img.primary_image {
      opacity: 0; }
    .product:hover img.secondary_image,
    .item:hover img.secondary_image,
    .product-item:hover img.secondary_image {
      opacity: 1; }
    .product:hover .btn-quickview,
    .product:hover .quicktitle,
    .product:hover .btn-add-wishlist,
    .item:hover .btn-quickview,
    .item:hover .quicktitle,
    .item:hover .btn-add-wishlist,
    .product-item:hover .btn-quickview,
    .product-item:hover .quicktitle,
    .product-item:hover .btn-add-wishlist {
      opacity: 1; }
    .product:hover .product-after-switch .product-price,
    .item:hover .product-after-switch .product-price,
    .product-item:hover .product-after-switch .product-price {
      opacity: 0;
      height: 0;
      visibility: hidden; }
      .product:hover .product-after-switch .product-price.product-price-default,
      .item:hover .product-after-switch .product-price.product-price-default,
      .product-item:hover .product-after-switch .product-price.product-price-default {
        opacity: 1; }
    .product:hover .product-after-switch,
    .item:hover .product-after-switch,
    .product-item:hover .product-after-switch {
      -webkit-transform: translateY(-2);
      -ms-transform: translateY(-2);
      -o-transform: translateY(-2);
      transform: translateY(-2); }
    .product:hover .product-after-button,
    .item:hover .product-after-button,
    .product-item:hover .product-after-button {
      opacity: 1; }
    .product:hover .button-group,
    .item:hover .button-group,
    .product-item:hover .button-group {
      opacity: 1; } }

.product-title {
  margin: 5px 0; }
  .product-title a {
    font-size: 14px;
    font-weight: 500; }

.add-to-cart:before {
  content: "\e04e"; }

.add-to-wishlist:before {
  content: "\e08a"; }

.add-view:before {
  content: "\e087"; }

.view-cart:before {
  content: "\e080"; }

.sold-out:before {
  content: "\e066"; }

.wrap-gallery {
  padding-bottom: 28px; }

@media (min-width: 768px) {
  .wrap-gallery-masonry .wrap-gallery-item:nth-child(2) {
    margin-top: 129px; }
  .wrap-gallery-masonry .wrap-gallery-item:last-child {
    margin-bottom: 0; }
  .wrap-gallery-masonry .wrap-gallery-item {
    margin-bottom: 244px; } }
@media (max-width: 767px) {
  .wrap-gallery-masonry .wrap-gallery-item {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .wrap-gallery-masonry .wrap-gallery-item {
    width: 100%; } }

@media (min-width: 1025px) {
  .wrap-gallery-grid .row {
    margin-left: -20px;
    margin-right: -20px; }
  .wrap-gallery-grid [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 1199px) {
  .lookbook-img > a, .product-img > a {
    display: block;
    width: 100%;
    position: relative; }

  .lookbook-img a:hover:after, .product-img a:hover:after {
    opacity: 1; } }
.lookbook-img, .product-img {
  position: relative; }

.overlay-img {
  background-color: rgba(0, 0, 0, 0.48);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  .overlay-img.ver2 {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 13%, rgba(255, 255, 255, 0.21) 26%, rgba(255, 255, 255, 0.65) 61%, rgba(255, 255, 255, 0.87) 80%, rgba(255, 255, 255, 0.98) 93%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 13%, rgba(255, 255, 255, 0.21) 26%, rgba(255, 255, 255, 0.65) 61%, rgba(255, 255, 255, 0.87) 80%, rgba(255, 255, 255, 0.98) 93%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 13%, rgba(255, 255, 255, 0.21) 26%, rgba(255, 255, 255, 0.65) 61%, rgba(255, 255, 255, 0.87) 80%, rgba(255, 255, 255, 0.98) 93%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .overlay-img.ver3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.91+0,0.91+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.91) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.91) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.91) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .overlay-img.ver4 {
    background-color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 1024px) {
    .overlay-img {
      opacity: 1; } }

.btn-shoplook {
  background: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  width: 180px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  display: inline-block; }
  .btn-shoplook.v2 {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .btn-shoplook.v2 {
        width: 100%; } }

@media (min-width: 1025px) {
  .wrap-gallery-item:hover .overlay-img {
    opacity: 1; } }
.wrap-gallery .heading-gallery {
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 1025px) {
    .wrap-gallery .heading-gallery {
      margin-bottom: 85px;
      margin-top: 80px; } }
  .wrap-gallery .heading-gallery .title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.4em;
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      .wrap-gallery .heading-gallery .title {
        font-size: 30px; } }
  .wrap-gallery .heading-gallery p {
    font-size: 20px;
    font-weight: 500;
    color: #a4a4a4;
    position: relative;
    padding-bottom: 30px; }
    .wrap-gallery .heading-gallery p:before {
      border-bottom: 1px solid #000;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      position: absolute;
      width: 59px;
      border-bottom: 2px solid #000; }

.wrap-gallery-item {
  margin-bottom: 40px; }

.banner-heading img {
  width: 100%; }

.page-heading {
  position: relative; }

.banner-heading {
  position: relative; }
  .banner-heading.hero-dark {
    min-height: 262px;
    background: #39393d; }
  .banner-heading.hero-light {
    min-height: 262px;
    background: #ebebeb; }

.heading-content {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 8; }
  @media (max-width: 480px) {
    .heading-content {
      top: 50%; } }
  @media (min-width: 768px) {
    .heading-content.v2 {
      top: 35%; } }
  @media (min-width: 768px) {
    .heading-content.v3 {
      top: 58%; } }
  .heading-content .page-title {
    font-weight: 500; }
    @media (max-width: 480px) {
      .heading-content .page-title {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .heading-content .page-title {
        margin: 15px 0; } }
    @media (min-width: 1025px) {
      .heading-content .page-title {
        font-size: 60px;
        margin-bottom: 40px; }
        .heading-content .page-title.v2 {
          font-size: 30px; } }
    .heading-content .page-title:before {
      border-bottom: 2px solid #eb5050;
      top: 50%;
      content: "";
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 50px;
      height: 2px; }
      @media (max-width: 480px) {
        .heading-content .page-title:before {
          top: 30%; } }
    .heading-content .page-title.white {
      color: #fff; }
    .heading-content .page-title.v2:before {
      content: none; }
    .heading-content .page-title.v2 {
      float: left;
      margin-bottom: 0; }
  .heading-content .breadcrumb {
    background: transparent; }
    .heading-content .breadcrumb li a {
      text-transform: capitalize;
      font-size: 12px;
      font-weight: normal; }
    .heading-content .breadcrumb li + li:before {
      content: "\F105";
      font-family: 'FontAwesome', sans-serif;
      color: #000; }
    .heading-content .breadcrumb.black a {
      color: #000; }
    .heading-content .breadcrumb.white a {
      color: #fff; }
    .heading-content .breadcrumb.white li + li:before {
      color: #fff; }
    .heading-content .breadcrumb.v2 {
      float: right;
      margin: 12px 0 0 0; }
      .heading-content .breadcrumb.v2 > li > a.active {
        color: #a4a4a4; }

.hero-light .breadcrumb > li > a {
  color: #000; }

.wrap-filter {
  display: table;
  width: 100%;
  position: relative; }

.nav-filter .owl-theme .owl-nav {
  margin-top: 0; }
.nav-filter .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 12px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
.nav-filter .owl-nav > div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.nav-filter .owl-nav > div.owl-next {
  left: auto;
  right: 33px; }
.nav-filter .owl-nav > div.owl-prev {
  left: 33px;
  right: auto; }
.nav-filter .owl-carousel .owl-nav .owl-prev,
.nav-filter .owl-carousel .owl-nav .owl-next,
.nav-filter .owl-carousel .owl-dot {
  font-family: 'fontAwesome'; }
.nav-filter .owl-carousel .owl-nav .owl-prev:before {
  content: "\f053"; }
.nav-filter .owl-carousel .owl-nav .owl-next:after {
  content: "\f054"; }

@media (min-width: 768px) {
  .nav-filter {
    position: absolute;
    bottom: 0; } }
.nav-filter li {
  text-align: center; }
.nav-filter a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  display: inline-block;
  padding: 26px 0;
  width: 100%; }
  .nav-filter a:after {
    border-bottom: 3px solid #eb5050;
    bottom: -1px;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s; }
  @media (min-width: 768px) {
    .nav-filter a {
      font-size: 20px; } }
  .nav-filter a:hover:after {
    opacity: 1; }
.nav-filter li {
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5; }
.nav-filter.white a {
  color: #fff; }
.nav-filter.white li {
  border-right: 1px solid #8a8c8d;
  border-top: 1px solid #8a8c8d; }
  @media (max-width: 767px) {
    .nav-filter.white li {
      background: #000; } }
  .nav-filter.white li:hover {
    background: #8a8c8d;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.nav-filter.white .owl-theme .owl-nav [class*=owl-] {
  color: #fff; }
.nav-filter.boder-w-tlr-opc1 li {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  border-top: 1px solid rgba(255, 255, 255, 0.09); }
  .nav-filter.boder-w-tlr-opc1 li:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.08+0,0.08+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14ffffff', endColorstr='#14ffffff', GradientType=0);
    /* IE6-9 */
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }

.wrap-filter .wrap-filter-box {
  width: 25%;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: table-cell;
  vertical-align: middle;
  padding-top: 7px;
  padding-bottom: 7px; }
  .wrap-filter .wrap-filter-box.filter-half {
    width: 50%;
    border-right: 0;
    border-left: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 768px) {
      .wrap-filter .wrap-filter-box.filter-half {
        line-height: 40px; } }
  @media (max-width: 767px) {
    .wrap-filter .wrap-filter-box {
      display: inline-block;
      width: 33.333333%;
      float: left;
      padding: 10px;
      line-height: 40px;
      border-top: 1px solid #e0e0e0; }
      .wrap-filter .wrap-filter-box.filter-half {
        border: 0;
        width: 100%;
        border-right: 0;
        border-left: 0;
        line-height: unset;
        padding: 10px 15px;
        text-align: center; } }

@media (max-width: 767px) {
  .wrap-filter .wrap-filter-box.wrap-filter-sorting {
    width: 100%;
    border-top: 0; }

  .wrap-filter .wrap-filter-box:nth-child(3) {
    line-height: 20px; } }
@media (min-width: 1025px) {
  .wrap-filter .wrap-filter-box {
    width: 20%; }
    .wrap-filter .wrap-filter-box.filter-half {
      width: 50%; } }
.wrap-filter-tab {
  padding-left: 15px; }

.wrap-filter-number.right {
  text-align: right;
  padding-right: 15px; }

@media (min-width: 1025px) {
  .wrap-filter-number {
    text-align: left;
    padding-left: 42px;
    display: block; }
    .wrap-filter-number.right {
      text-align: right;
      padding-right: 42px; }

  .wrap-filter-tab {
    padding-left: 42px; }

  .wrap-filter-sorting {
    text-align: right;
    padding-right: 45px; } }
.wrap-filter-box.wrap-filter-sorting {
  position: relative;
  border-right: 0; }

.wrap-filter-box button {
  position: relative;
  font-size: 12px;
  color: #868686;
  border: 0;
  background: transparent;
  padding: 0;
  margin-right: 20px; }
  .wrap-filter-box button:before {
    color: #000000;
    content: "\f0d7";
    font-family: 'FontAwesome', sans-serif;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    height: 100%; }

.list.active .icon-list-img {
  opacity: 1; }

.col.active .icon-grid-img {
  opacity: 1; }

.list:hover .icon-list-img {
  opacity: 1; }

.col:hover .icon-grid-img {
  opacity: 1; }

.icon-grid-img {
  content: "";
  height: 16px;
  display: inline-block;
  background: url(grid.png) no-repeat center;
  width: 16px;
  background-size: cover;
  opacity: 0.4; }

.icon-list-img {
  content: "";
  height: 16px;
  display: inline-block;
  background: url(list.png) no-repeat center;
  width: 22px;
  background-size: cover;
  opacity: 0.4; }

.filter-title:after {
  display: block;
  content: "Filters";
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: 2; }

@media (max-width: 1024px) {
  .wrap-filter-box {
    text-align: center; } }
.wrap-filter-box .pagination {
  vertical-align: middle;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  @media (min-width: 1025px) {
    .wrap-filter-box .pagination {
      display: inline-block; } }
  .wrap-filter-box .pagination li {
    float: left;
    margin-right: 6px; }
    .wrap-filter-box .pagination li a {
      font-size: 11px;
      font-weight: 500;
      color: #ababab;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      padding: 0; }
    .wrap-filter-box .pagination li:first-child > a {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .wrap-filter-box .pagination li:last-child > a {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .wrap-filter-box .pagination li.active > a {
      background-color: #fff;
      border-color: #000;
      color: #000; }
.wrap-filter-box .total-count {
  font-size: 12px;
  color: #868686;
  margin-left: 4px;
  display: inline-block; }

.product-img {
  position: relative; }

.product-info {
  color: #fff;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 1025px) {
    .product-info {
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; } }
  .product-info .product-price-ol {
    font-size: 14px; }
  .product-info .product-title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px; }
    .product-info .product-title a {
      color: #fff; }
    .product-info .product-title:before {
      border-bottom: 1px solid #ff0000;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      position: absolute;
      width: 67px; }
  .product-info .btn-quickview {
    color: #fff; }

@media (min-width: 1025px) {
  .product-img:hover .product-info {
    opacity: 1; } }
.product-grid {
  padding-top: 34px; }
  .product-grid.modern-grid {
    padding-top: 40px; }
  .product-grid.modern-grid-custom {
    padding-top: 40px; }
    .product-grid.modern-grid-custom.space-v1 {
      padding-bottom: 40px; }
  @media (min-width: 768px) {
    .product-grid.product-custom-bg {
      background: #f1f1f1; }
      .product-grid.product-custom-bg [class*="col-"] {
        padding: 0; }
      .product-grid.product-custom-bg .row {
        margin: 0; } }
  @media (min-width: 768px) {
    .product-grid.product-flat [class*="col-"] {
      padding: 0;
      border-bottom: 1px solid #e7e7e7;
      border-right: 1px solid #e7e7e7;
      border-left: 1px solid #e7e7e7;
      border-top: 1px solid #e7e7e7; }
    .product-grid.product-flat .row {
      margin: 0; }
  .product-grid.product-standard [class*="col-"] {
      padding: 10px;
      border-bottom: 1px solid #e7e7e7;
      border-right: 1px solid #e7e7e7;
      border-left: 1px solid #e7e7e7;
      border-top: 1px solid #e7e7e7;
  }
    .product-grid.product-standard .row {
      margin: 0; 
      padding: 0;
}
  }

.product-grid.product-custom-bg.product-list {
  background: transparent; }

.button-v {
  margin: 0 0 70px 0; }
  .button-v.v2 {
    margin: 0 0 40px 0; }
  .button-v.v3 {
    margin: 30px 0 80px 0; }
  .button-v.v4 {
    margin: 54px 0 94px 0; }
  .button-v.v5 {
    margin: 27px 0 94px 0; }
  .button-v.v6 {
    margin: 50px 0 50px 0; }
  .button-v.v7 {
    margin: 18px 0 70px 0; }

.product-list .button-v.v2 {
  margin: 35px 0 65px 0; }

.btn-loadmore {
  width: 196px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #000;
  display: inline-block; }
  .btn-loadmore:hover {
    background: #eb5050;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
  .btn-loadmore i {
    margin-right: 10px; }

@media (min-width: 768px) {
  .product-flat .product-list {
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7; }
  .product-standard .product-list {
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7; }
}
.product-flat .product-img > a:after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 13%, rgba(255, 255, 255, 0.21) 26%, rgba(255, 255, 255, 0.65) 61%, rgba(255, 255, 255, 0.87) 80%, rgba(255, 255, 255, 0.98) 93%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 13%, rgba(255, 255, 255, 0.21) 26%, rgba(255, 255, 255, 0.65) 61%, rgba(255, 255, 255, 0.87) 80%, rgba(255, 255, 255, 0.98) 93%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 13%, rgba(255, 255, 255, 0.21) 26%, rgba(255, 255, 255, 0.65) 61%, rgba(255, 255, 255, 0.87) 80%, rgba(255, 255, 255, 0.98) 93%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.product-flat .product-info {
  color: #000; }
  .product-flat .product-info .product-title a {
    color: #000; }
  .product-flat .product-info .btn-quickview {
    color: #000; }

.product-flat.product-list .product-list {
  border: 0; }
  .product-flat.product-list .product-list .product-item {
    border-right: 0; }
.product-standard.product-list .product-list {
  border: 0; }
  .product-standard.product-list .product-list .product-item {
    border-right: 0; }

.product-grid.product-flat .product-info-ver2 {
  display: none; }
.product-grid.modern-grid-custom .product-info-ver2 {
  display: none; }
.product-grid.modern-grid .product-info-ver2 {
  display: none; }

.ribbon-sale, .ribbon-new {
  top: 12px;
  right: 12px;
  width: 68px;
  height: 23px;
  line-height: 23px;
  background: #eb5050; }
  .ribbon-sale span, .ribbon-new span {
    font-weight: 500;
    text-transform: uppercase; }
    .ribbon-sale span:before, .ribbon-new span:before {
      border-color: #eb5050 transparent #eb5050 transparent; }
  .ribbon-sale.ver2, .ver2.ribbon-new {
    top: 8px;
    right: 8px; }

.ribbon-new {
  width: 68px;
  height: 23px;
  line-height: 23px;
  background: #9808a1; }
  .ribbon-new span {
    font-weight: 600;
    letter-spacing: 0.2em; }
    .ribbon-new span:before {
      border-color: #bb01be transparent #bb01be transparent; }
  .ribbon-new.ver2 {
    top: 8px;
    right: 8px; }

.ribbon-price {
  position: absolute;
  top: 20px;
  left: 0;
  width: 91px;
  height: 31px;
  line-height: 31px;
  background: #fff;
  text-align: center;
  display: inline-block; }
  .ribbon-price span {
    font-size: 14px;
    font-weight: 500; }
    .ribbon-price span:before {
      position: absolute;
      top: 0;
      right: -8px;
      content: "";
      border-style: solid;
      border-width: 15px 8px 16px 8px;
      border-color: #fff transparent #fff transparent; }
  .ribbon-price.ver2 span:after {
    border-color: #dedede transparent transparent;
    border-style: solid;
    border-width: 9px 0 0 9px;
    bottom: -9px;
    content: "";
    left: -9px;
    position: absolute;
    z-index: 9; }

.ribbon-price-h {
  position: absolute;
  top: 40px;
  width: 149px;
  height: 57px;
  line-height: 57px;
  background: #000;
  text-align: center;
  display: inline-block; }
  @media (max-width: 768px) {
    .ribbon-price-h {
      top: 15px; } }
  @media (max-width: 480px) {
    .ribbon-price-h {
      width: 100px; } }
  .ribbon-price-h.left {
    left: -17px; }
    @media (max-width: 767px) {
      .ribbon-price-h.left {
        left: 0; } }
    .ribbon-price-h.left:before {
      position: absolute;
      top: 0;
      right: -8px;
      content: "";
      border-style: solid;
      border-width: 28px 8px 29px 8px;
      border-color: #000 transparent #000 transparent; }
    .ribbon-price-h.left:after {
      border-color: #dedede transparent transparent;
      border-style: solid;
      border-width: 14px 0 0 17px;
      bottom: -14px;
      content: "";
      left: 0;
      position: absolute;
      right: auto;
      z-index: 9; }
      @media (max-width: 767px) {
        .ribbon-price-h.left:after {
          content: none; } }
  .ribbon-price-h.right {
    right: -17px; }
    @media (max-width: 767px) {
      .ribbon-price-h.right {
        right: 0; } }
    .ribbon-price-h.right:before {
      position: absolute;
      top: 0;
      left: -15px;
      content: "";
      border-style: solid;
      border-width: 28px 0 29px 15px;
      border-color: #000 transparent #000 transparent; }
    .ribbon-price-h.right:after {
      border-right: 17px solid transparent;
      border-top: 14px solid #dddddd;
      bottom: -14px;
      content: "";
      position: absolute;
      right: 0;
      z-index: 9; }
      @media (max-width: 767px) {
        .ribbon-price-h.right:after {
          content: none; } }
  .ribbon-price-h span {
    font-size: 22px;
    font-weight: 500;
    color: #fff; }
    @media (max-width: 768px) {
      .ribbon-price-h span {
        font-size: 16px; } }

.product-grid.product-list .product-item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .product-grid.product-list .product-item {
      padding-top: 65px;
      padding-bottom: 65px; } }
  .product-grid.product-list .product-item:first-child {
    padding-top: 0; }
  .product-grid.product-list .product-item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .product-grid.product-list .product-item .product-info-ver2 {
    display: block; }
    @media (min-width: 768px) {
      .product-grid.product-list .product-item .product-info-ver2 {
        display: table-cell;
        vertical-align: top;
        padding-left: 35px; } }
    .product-grid.product-list .product-item .product-info-ver2 .product-title {
      margin-top: 0; }
      .product-grid.product-list .product-item .product-info-ver2 .product-title a {
        font-size: 20px; }
    .product-grid.product-list .product-item .product-info-ver2 .rating-star {
      display: block; }
    .product-grid.product-list .product-item .product-info-ver2 .product-desc {
      display: block;
      font: 14px/24px "Poppins", sans-serif;
      color: #a4a4a4;
      margin: 35px 0 40px 0; }
    .product-grid.product-list .product-item .product-info-ver2 .product-price {
      font-size: 20px;
      color: #868686;
      display: block;
      margin-bottom: 45px; }
    .product-grid.product-list .product-item .product-info-ver2 .product-after-switch {
      display: none; }
    .product-grid.product-list .product-item .product-info-ver2 .button-group {
      display: block; }
      .product-grid.product-list .product-item .product-info-ver2 .button-group .button {
        width: 113px;
        text-align: center;
        margin: 0;
        font-size: 9px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        overflow: hidden;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        @media (max-width: 480px) {
          .product-grid.product-list .product-item .product-info-ver2 .button-group .button {
            width: 93px; } }
        .product-grid.product-list .product-item .product-info-ver2 .button-group .button:before {
          font-family: 'simple-line-icons', sans-serif;
          font-size: 20px;
          color: #fff;
          display: block;
          margin-bottom: 14px; }
        .product-grid.product-list .product-item .product-info-ver2 .button-group .button.add-to-cart, .product-grid.product-list .product-item .product-info-ver2 .button-group .button.view-cart, .product-grid.product-list .product-item .product-info-ver2 .button-group .button.sold-out {
          background-color: rgba(37, 37, 37, 0.9); }
        .product-grid.product-list .product-item .product-info-ver2 .button-group .button.add-to-wishlist {
          background-color: rgba(73, 73, 73, 0.95); }
        .product-grid.product-list .product-item .product-info-ver2 .button-group .button.add-view {
          background-color: rgba(103, 103, 103, 0.95); }
        .product-grid.product-list .product-item .product-info-ver2 .button-group .button:hover {
          line-height: 10px;
          background: #eb5050;
          color: #fff;
          -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .product-grid.product-list .product-item .product-info-ver2 .button-group .button:hover:before {
            margin-top: 15px;
            color: #fff; }
  @media (min-width: 768px) {
    .product-grid.product-list .product-item .product-images, .product-grid.product-list .product-item .product-img {
      display: table-cell;
      vertical-align: top;
      width: 30%;
      position: relative; } }
  @media (max-width: 767px) {
    .product-grid.product-list .product-item .product-images, .product-grid.product-list .product-item .product-img {
      margin-bottom: 15px; } }
  .product-grid.product-list .product-item .product-images > a, .product-grid.product-list .product-item .product-img > a {
    position: relative; }
  .product-grid.product-list .product-item .product-images .btn-quickview, .product-grid.product-list .product-item .product-img .btn-quickview {
    display: none; }
  .product-grid.product-list .product-item .product-images .quicktitle, .product-grid.product-list .product-item .product-img .quicktitle {
    display: none; }
  .product-grid.product-list .product-item .product-images .btn-add-wishlist.ver2, .product-grid.product-list .product-item .product-img .btn-add-wishlist.ver2 {
    display: none; }
  .product-grid.product-list .product-item .product-images .product-info, .product-grid.product-list .product-item .product-img .product-info {
    display: none; }
.product-grid.product-list .row {
  margin: 0; }
  .product-grid.product-list .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

.product-standard .product-item .product-title a {
  font-weight: 500; }
.product-standard .product-item .product-after-switch .product-price {
  font-weight: 500; }

@media (min-width: 1200px) {
  [class*="col-md-"].collection-list {
    width: 80%; }

  [class*="col-md-"].collection-sidebar {
    width: 20%; } }
.filter-product {
  padding-top: 34px; }
  .filter-product .filtertitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px; }
  .filter-product .filter-content {
    padding-top: 30px;
    border-top: 1px solid #e7e7e7;
    padding-bottom: 60px; }
    .filter-product .filter-content > li {
      position: relative; }
      .filter-product .filter-content > li > a {
        font: 500 14px/35px "Poppins", sans-serif;
        color: #a4a4a4;
        display: block;
        position: relative;
        text-transform: capitalize; }
        .filter-product .filter-content > li > a:hover {
          color: #eb5050; }
      .filter-product .filter-content > li .filter-menu {
        margin-left: 10px;
        display: none; }
        .filter-product .filter-content > li .filter-menu > li > a {
          font-size: 12px;
          color: #a4a4a4; }
          .filter-product .filter-content > li .filter-menu > li > a:hover {
            color: #eb5050; }
    .filter-product .filter-content .plus,
    .filter-product .filter-content .minus {
      position: absolute;
      right: 0;
      top: 0;
      width: 23px;
      height: 23px; }
    .filter-product .filter-content .plus:after {
      content: "\f489";
      display: block;
      font-family: "ionicons";
      font-size: 20px;
      position: absolute;
      right: 16px;
      top: 5px;
      color: #333;
      cursor: pointer;
      -moz-transition: all 0.1s ease 0s;
      -webkit-transition: all 0.1s ease 0s;
      -o-transition: all 0.1s ease 0s; }
    .filter-product .filter-content .minus:after {
      content: "\f462";
      display: block;
      font-family: "ionicons";
      font-size: 20px;
      position: absolute;
      right: 16px;
      top: 5px;
      color: #333;
      cursor: pointer;
      -moz-transition: all 0.1s ease 0s;
      -webkit-transition: all 0.1s ease 0s;
      -o-transition: all 0.1s ease 0s; }
  .filter-product .filter-color .filter-content > li > a {
    font-weight: 600;
    text-transform: capitalize; }
  .filter-product .filter-size .filter-content .btn {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 3px solid #000;
    color: #a4a4a4;
    font-weight: normal; }
    .filter-product .filter-size .filter-content .btn .caret {
      float: right;
      margin: 6px 0;
      color: #000; }
    .filter-product .filter-size .filter-content .btn:focus {
      outline: none;
      box-shadow: none; }
  .filter-product .filter-size .filter-content .dropdown-menu {
    width: 100%; }
    .filter-product .filter-size .filter-content .dropdown-menu > li > a {
      text-transform: uppercase; }
  .filter-product .filter-price .filter-title {
    float: right;
    text-align: right;
    border: 2px solid #000;
    width: 75px;
    height: 28px;
    line-height: 28px; }
    .filter-product .filter-price .filter-title:after {
      line-height: unset; }
  .filter-product .filter-price .min-max {
    font-size: 12px;
    color: #868686; }

.product-tab {
  display: table;
  margin: 0 auto 55px; }
  .product-tab.space-v1 {
    margin: 0 auto 43px; }
  .product-tab li {
    float: left;
    margin: 0 22px;
    position: relative; }
    @media (max-width: 767px) {
      .product-tab li {
        float: none;
        margin-bottom: 15px; } }
    .product-tab li a {
      color: #a4a4a4;
      font-size: 16px;
      font-weight: 500;
      display: inline-block; }
    .product-tab li:before {
      border-bottom: 1px solid #dedede;
      content: "";
      position: absolute;
      right: -32px;
      top: 50%;
      width: 24px; }
      @media (max-width: 767px) {
        .product-tab li:before {
          content: none; } }
    .product-tab li:last-child:before {
      content: none; }
  .product-tab li.active > a {
    color: #000;
    padding-bottom: 10px; }
    .product-tab li.active > a:after {
      border-bottom: 1px solid #000;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      position: absolute;
      width: 90px;
      border: 2px solid #000; }
  .product-tab.ver2 li {
    margin: 0 6px; }
    .product-tab.ver2 li:before {
      content: none; }
  .product-tab.ver2 > li > a {
    width: 200px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #000;
    background: #f8f8f8;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #efefef; }
  .product-tab.ver2 > li.active > a {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    background: #fff;
    border: 0;
    padding-bottom: 0; }
    .product-tab.ver2 > li.active > a:after {
      content: none; }

.form-filter-product {
  top: 100%;
  left: 0;
  height: 999em;
  max-height: 100vh;
  padding: 85px 110px;
  position: absolute;
  right: 0;
  margin: 0;
  z-index: 100;
  display: none; }
  .form-filter-product:before {
    background: #000000;
    bottom: 0;
    content: "";
    height: 999em;
    max-height: 200vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  @media (max-width: 1024px) {
    .form-filter-product {
      padding: 50px 30px; } }
  .form-filter-product .close-left {
    position: relative; }

.product-filter-wrapper {
  margin-top: 20px; }

.product-filter {
  width: 25%;
  float: left;
  padding-right: 10px;
  padding-left: 10px; }
  .product-filter .title-filter {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 18px;
    margin-bottom: 35px;
    position: relative;
    display: inline-block; }
    .product-filter .title-filter:before {
      border-bottom: 1px solid #3a3a3a;
      bottom: 0;
      left: 0;
      content: "";
      position: absolute;
      width: 40px; }
  @media (max-width: 1024px) {
    .product-filter {
      width: 50%;
      margin-right: -10px; } }
  @media (max-width: 480px) {
    .product-filter {
      width: 100%;
      float: none; } }

.product-filter-button-group {
  margin-top: 62px; }

.product-filter-button {
  width: 50%;
  float: left;
  position: relative;
  padding-right: 10px;
  padding-left: 10px; }
  .product-filter-button:first-child {
    text-align: right; }
    @media (max-width: 767px) {
      .product-filter-button:first-child {
        text-align: center; } }
  .product-filter-button:last-child {
    text-align: left; }
    @media (max-width: 767px) {
      .product-filter-button:last-child {
        text-align: center; } }
  @media (max-width: 767px) {
    .product-filter-button {
      width: 100%;
      float: none;
      text-align: center;
      margin-top: 30px; } }
  .product-filter-button .btn-submit {
    width: 196px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #fff; }
    .product-filter-button .btn-submit:hover {
      background: #fff;
      color: #000; }

.product-filter .form-group {
  position: relative; }
.product-filter .form-control {
  font-size: 14px;
  color: #a4a4a4;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #3a3a3a;
  box-shadow: none;
  background-color: transparent;
  height: 55px;
  -webkit-appearance: none;
  padding: 0 18px 0 25px;
  text-align: left; }
  .product-filter .form-control:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 20px;
    bottom: 23px;
    pointer-events: none; }
.product-filter .dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 20px 18px 20px 25px;
  margin-top: 10px; }
  .product-filter .dropdown-menu li {
    font-size: 14px;
    color: #a4a4a4;
    padding-bottom: 15px;
    cursor: pointer; }
.product-filter .filter-content {
  color: #fff; }
  .product-filter .filter-content .slider-track {
    height: 2px;
    background: #a4a4a4; }
  .product-filter .filter-content .min-max {
    color: #a4a4a4;
    font-size: 14px;
    font-family: "Poppins", sans-serif; }

@media (max-width: 767px) {
  .tab-filter {
    display: inline-block; } }
.tab-filter li {
  float: left;
  margin: 0 12px; }
  @media (max-width: 480px) {
    .tab-filter li {
      margin: 0 5px; } }
  .tab-filter li a {
    font-size: 16px;
    font-weight: 500;
    color: #a4a4a4; }
    @media (max-width: 480px) {
      .tab-filter li a {
        font-size: 13px; } }
  .tab-filter li.active a {
    color: #000;t
    border-bottom: 1px solid #000; }
  .tab-filter li:first-child {
    margin-left: 0; }

.product-flat {
  padding-top: 30px; }

.mg-flat {
  margin: 0 -15px; }

.inner-masonry .grid-item {
  margin-bottom: 30px; }

.breadcrumb {
  margin: 30px 0; }
  .breadcrumb > li > a {
    font-weight: 500;
    font-size: 12px;
    color: #a4a4a4; }
  .breadcrumb .active a {
    color: #000; }

.add-cart, .tab-desc .product-info-ver2 .btn-download {
  width: 237px;
  height: 54px;
  line-height: 54px;
  background: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-right: 13px; }
  .add-cart:hover, .tab-desc .product-info-ver2 .btn-download:hover {
    background: #eb5050;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }

.single-product-detail .product-images {
  position: relative; }
  .single-product-detail .product-images img {
    width: unset; }
.single-product-detail .single-product-info .rating-star {
  margin-bottom: 20px; }
  .single-product-detail .single-product-info .rating-star .icon-rating {
    float: left;
    margin-right: 10px; }
  .single-product-detail .single-product-info .rating-star .review {
    font-size: 12px;
    font-weight: 500;
    color: #eb5050; }
.single-product-detail .single-product-info .action .quantity {
  float: left;
  margin-right: 18px; }
  @media (max-width: 767px) {
    .single-product-detail .single-product-info .action .quantity {
      float: none; } }
  .single-product-detail .single-product-info .action .quantity .product_quantity_number {
    width: 54px;
    height: 54px;
    line-height: 53px;
    text-align: center;
    border: 1px solid #000;
    font-size: 22px;
    font-weight: 500;
    vertical-align: bottom; }
  .single-product-detail .single-product-info .action .quantity .quantity-left-minus {
    width: 54px;
    height: 54px;
    border: 1px solid #000;
    text-align: center;
    margin-right: -6px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    padding: 0;
    font-size: 22px; }
    .single-product-detail .single-product-info .action .quantity .quantity-left-minus:focus {
      outline: none; }
    .single-product-detail .single-product-info .action .quantity .quantity-left-minus:active {
      box-shadow: none; }
  .single-product-detail .single-product-info .action .quantity .quantity-right-plus {
    width: 54px;
    height: 54px;
    border: 1px solid #000;
    text-align: center;
    margin-left: -6px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    padding: 0;
    font-size: 22px; }
    .single-product-detail .single-product-info .action .quantity .quantity-right-plus:focus {
      outline: none; }
    .single-product-detail .single-product-info .action .quantity .quantity-right-plus:active {
      box-shadow: none; }
.single-product-detail .single-product-info .action .add-cart, .single-product-detail .single-product-info .action .tab-desc .product-info-ver2 .btn-download, .tab-desc .product-info-ver2 .single-product-detail .single-product-info .action .btn-download {
  width: 237px;
  height: 54px;
  line-height: 54px;
  background: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-right: 13px; }
  .single-product-detail .single-product-info .action .add-cart:hover, .single-product-detail .single-product-info .action .tab-desc .product-info-ver2 .btn-download:hover, .tab-desc .product-info-ver2 .single-product-detail .single-product-info .action .btn-download:hover {
    background: #eb5050;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.single-product-detail .single-product-info .action .wish {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  text-align: center;
  border: 1px solid #000; }
@media (max-width: 768px) {
  .single-product-detail .single-product-info .action .link-ver1 {
    margin-top: 15px; }
    .single-product-detail .single-product-info .action .link-ver1.v2 {
      margin-top: 0; } }
.single-product-detail .single-product-info .product-title a {
  font-size: 30px; }
.single-product-detail .single-product-info .product-price {
  margin: 20px 0 30px 0; }
  .single-product-detail .single-product-info .product-price span {
    font-weight: 500;
    font-size: 22px;
    color: #eb5050; }
    .single-product-detail .single-product-info .product-price span.old {
      font-size: 16px;
      text-decoration: line-through;
      color: #a4a4a4;
      margin-right: 5px; }
.single-product-detail .single-product-info .product-desc {
  color: #a4a4a4;
  font: 14px/26px "Poppins", sans-serif;
  padding-top: 30px;
  padding-bottom: 45px;
  border-top: 1px solid #eeeeee; }
  .single-product-detail .single-product-info .product-desc.space-v1 {
    padding-bottom: 40px; }
.single-product-detail .single-product-info .share-social {
  text-align: right; }
  @media (max-width: 768px) {
    .single-product-detail .single-product-info .share-social {
      text-align: unset; } }
  .single-product-detail .single-product-info .share-social span {
    font-weight: 500;
    text-decoration: underline; }
  .single-product-detail .single-product-info .share-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f3f3f3;
    margin: 0 5px; }
    .single-product-detail .single-product-info .share-social a:last-child {
      margin-right: 0; }

@media (max-width: 768px) {
  .share-social {
    text-align: unset; } }
.share-social span {
  font-weight: 500;
  text-decoration: underline; }
.share-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f3f3f3;
  margin: 0 5px; }
  .share-social a:last-child {
    margin-right: 0; }

.single-product-tab .nav-tabs {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 54px;
  border: 0; }
  .single-product-tab .nav-tabs > li {
    float: none;
    display: inline-block;
    text-align: center; }
    .single-product-tab .nav-tabs > li > a {
      border: 0;
      font-size: 17px;
      font-weight: 500;
      color: #a4a4a4; }
      @media (min-width: 768px) {
        .single-product-tab .nav-tabs > li > a {
          padding-left: 0;
          padding-right: 0;
          margin-right: 40px; } }
      .single-product-tab .nav-tabs > li > a:hover {
        border: 0; }
    @media (max-width: 767px) {
      .single-product-tab .nav-tabs > li {
        display: block; } }
  .single-product-tab .nav-tabs li.active > a {
    background-color: transparent;
    border: 0;
    color: #000; }
    .single-product-tab .nav-tabs li.active > a:before {
      border-bottom: 1px solid #eb5050;
      bottom: 0;
      left: 0;
      content: "";
      position: absolute;
      width: 100%; }
      @media (max-width: 767px) {
        .single-product-tab .nav-tabs li.active > a:before {
          content: none; } }
  .single-product-tab .nav-tabs li.active:hover {
    border: 0; }
  .single-product-tab .nav-tabs.nav-space {
    margin-bottom: 67px; }
.single-product-tab .tab-content p {
  font-size: 14px;
  line-height: 26px;
  color: #a4a4a4; }
  @media (max-width: 767px) {
    .single-product-tab .tab-content p {
      padding: 20px 0; } }
.single-product-tab .tab-content .p-center {
  text-align: center; }
  @media (min-width: 1025px) {
    .single-product-tab .tab-content .p-center {
      width: 756px;
      margin: 0 auto; } }

.information {
  background: #f93838;
  padding: 1px 0; }
  @media (min-width: 1025px) {
    .information {
      line-height: 1px;
      height: 1px;
      padding: 0; } }
  .information ul > li {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #a5a5a5;
    text-align: center; }
    @media (min-width: 1025px) {
      .information ul > li {
        width: 33.33333%;
        float: left; } }
    .information ul > li span {
      color: #fff; }
    .information ul > li a {
      color: #a5a5a5; }
      .information ul > li a:hover {
        color: #eb5050; }
  @media (min-width: 1025px) {
    .information ul .info-left {
      text-align: right; } }
  @media (min-width: 1025px) {
    .information ul .info-right {
      text-align: left; } }

.product-related {
  padding: 92px 0 25px 0; }
  .product-related .title {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin: 0 0 56px;
    padding-bottom: 12px; }
    .product-related .title:before {
      border-bottom: 1px solid #eb5050;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      position: absolute;
      width: 73px; }

.product-related .owl-nav > div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  @media (max-width: 1024px) {
    .product-related .owl-nav > div {
      opacity: 1; } }

.product-related:hover .owl-nav > div {
  opacity: 1; }

.product-related .owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 22px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.product-related .owl-nav > div.owl-prev {
  right: auto;
  left: 0; }

.product-related .owl-nav > div.owl-next {
  right: 0;
  left: auto; }

.single-product-detail.single-product-fullwidth .product-images {
  margin-bottom: 30px; }
.single-product-detail.single-product-fullwidth .single-product-info {
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 1025px) {
    .single-product-detail.single-product-fullwidth .single-product-info {
      width: 1170px; } }
  .single-product-detail.single-product-fullwidth .single-product-info .rating-star .icon-rating {
    margin-right: 10px;
    display: inline;
    float: none; }
  .single-product-detail.single-product-fullwidth .single-product-info .action .quantity {
    float: none;
    margin-right: 18px;
    display: inline-block;
    vertical-align: top; }
  @media (max-width: 480px) {
    .single-product-detail.single-product-fullwidth .single-product-info .action .link-ver1 {
      float: none; } }
  .single-product-detail.single-product-fullwidth .single-product-info .share-social {
    text-align: center;
    margin: 60px 0; }
  .single-product-detail.single-product-fullwidth .single-product-info .product-desc {
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .single-product-detail.single-product-fullwidth .single-product-info .product-desc {
        max-width: 930px; } }
  .single-product-detail.single-product-fullwidth .single-product-info .action .quantity {
    float: none; }
  .single-product-detail.single-product-fullwidth .single-product-info .action .add-cart, .single-product-detail.single-product-fullwidth .single-product-info .action .tab-desc .product-info-ver2 .btn-download, .tab-desc .product-info-ver2 .single-product-detail.single-product-fullwidth .single-product-info .action .btn-download {
    display: block;
    margin: 18px auto; }

.multiple-img-list {
  margin: 0 auto;
  display: inline-block; }
  @media (min-width: 768px) {
    .multiple-img-list {
      left: 0;
      right: 0;
      bottom: 45px;
      width: 365px;
      position: absolute; } }
  @media (max-width: 767px) {
    .multiple-img-list {
      margin-top: 15px; } }
  .multiple-img-list .product-col {
    float: left;
    width: 33.33333%;
    padding: 0 6px; }
    @media (max-width: 767px) {
      .multiple-img-list .product-col {
        padding: 0; } }
  .multiple-img-list .product-col .img {
    border: 4px solid #fff;
    opacity: 0.6; }
  .multiple-img-list .product-col .img.active {
    opacity: 1; }

.multiple-img-list-ver2 {
  position: relative; }
  @media (max-width: 1366px) {
    .multiple-img-list-ver2 {
      margin: 0 -5px; } }
  @media (min-width: 1367px) {
    .multiple-img-list-ver2 {
      width: 97px;
      position: absolute;
      left: -97px;
      top: 0; }
      .multiple-img-list-ver2 .img img {
        width: 97px; } }
  .multiple-img-list-ver2 .product-col {
    margin-bottom: 10px;
    float: none; }
    @media (max-width: 1366px) {
      .multiple-img-list-ver2 .product-col {
        margin-top: 30px;
        float: left;
        width: 97px;
        padding: 0 5px; } }

@media (min-width: 1025px) {
  .single-product-detail.product-bundle .single-product-info {
    padding-left: 69px; } }
.single-product-detail.product-bundle .form-group {
  position: relative; }
  .single-product-detail.product-bundle .form-group label {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px; }
  .single-product-detail.product-bundle .form-group .form-control {
    font-size: 14px;
    color: #a4a4a4;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    background-color: #f8f8f8;
    height: 54px;
    -webkit-appearance: none; }
  .single-product-detail.product-bundle .form-group:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    right: 20px;
    bottom: 23px;
    pointer-events: none; }
.single-product-detail.product-bundle .bundle .product-price span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px; }
  .single-product-detail.product-bundle .bundle .product-price span .old {
    font-size: 18px; }
.single-product-detail.product-bundle .bundle p {
  font: 14px/26px "Poppins", sans-serif;
  color: #a4a4a4; }
.single-product-detail.product-bundle .bundle .bundle-total {
  font-size: 18px;
  font-weight: 500;
  margin: 25px 0 35px 0; }
  .single-product-detail.product-bundle .bundle .bundle-total .product-price {
    display: inline; }

.action {
  margin: 30px 0 30px 0; }
  .action.v2 {
    margin: 0 0 30px 0; }
  .action.v3 {
    margin: 20px 0 20px 0; }
  .action.v4 {
    margin: 40px 0 40px 0; }
  .action.v5 {
    margin: 30px 0 40px 0; }
  .action.v6 {
    margin: 40px 0 20px 0; }
  .action.v7 {
    margin: 0; }

.product-bundle-list {
  padding-top: 10px; }
  .product-bundle-list .product-bundle-item {
    padding: 20px 0 20px 35px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    cursor: pointer; }
    .product-bundle-list .product-bundle-item:before {
      content: "\f192";
      display: inline-block;
      width: 12px;
      height: 12px;
      font-family: 'FontAwesome';
      font-size: 16px;
      margin-right: 10px;
      color: #b2b2b2;
      position: absolute;
      left: 0;
      bottom: 50%; }
    .product-bundle-list .product-bundle-item.active:before {
      content: "\f192";
      color: #000;
      font-size: 16px; }
    .product-bundle-list .product-bundle-item .product-images {
      display: table-cell;
      vertical-align: top;
      width: 20%; }
    .product-bundle-list .product-bundle-item .product-info-ver2 {
      display: table-cell;
      vertical-align: top;
      padding-left: 18px;
      width: 80%; }
      .product-bundle-list .product-bundle-item .product-info-ver2 .product-title {
        margin-top: 0; }
        .product-bundle-list .product-bundle-item .product-info-ver2 .product-title a {
          font-size: 14px; }
      .product-bundle-list .product-bundle-item .product-info-ver2 .product-price {
        margin: 10px 0 0 0; }
        .product-bundle-list .product-bundle-item .product-info-ver2 .product-price span {
          font-size: 14px; }

.cosre-btn {
  position: absolute;
  bottom: 22px;
  left: 16px;
  z-index: 1; }

.btn-video, .btn-360 {
  height: 42px;
  line-height: 42px;
  font-size: 11px;
  letter-spacing: 0.3em; }
  .btn-video a, .btn-360 a {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background: #fff;
    color: #000000;
    display: inline-block;
    font-weight: 500;
    line-height: 42px;
    padding: 0 25px;
    text-transform: uppercase; }
    .btn-video a:before, .btn-360 a:before {
      background: #000000 none repeat scroll 0 0;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      content: "\F0da";
      display: inline-block;
      font-family: FontAwesome;
      font-size: 18px;
      height: 38px;
      letter-spacing: -3px;
      line-height: 38px;
      margin-left: -22px;
      margin-right: 13px;
      text-align: center;
      vertical-align: middle;
      width: 38px; }

.btn-360 a:before {
  content: "\e098";
  font-family: simple-line-icons; }

.single-product-tab .product-info-ver2 {
  max-width: 485px; }
  .single-product-tab .product-info-ver2.v2 {
    max-width: 379px; }
  .single-product-tab .product-info-ver2.v3 {
    max-width: 385px; }
  @media (max-width: 767px) {
    .single-product-tab .product-info-ver2 {
      margin: 0 auto; } }
  .single-product-tab .product-info-ver2 .product-title {
    position: relative;
    padding-bottom: 10px;
    font-size: 30px;
    color: #000; }
    @media (max-width: 767px) {
      .single-product-tab .product-info-ver2 .product-title {
        font-size: 20px; } }
    .single-product-tab .product-info-ver2 .product-title a {
      font-size: 30px;
      color: #000; }
      @media (max-width: 767px) {
        .single-product-tab .product-info-ver2 .product-title a {
          font-size: 20px; } }
    .single-product-tab .product-info-ver2 .product-title:before {
      border-bottom: 1px solid #eb5050;
      bottom: 0;
      left: 0;
      content: "";
      position: absolute;
      width: 73px; }
    .single-product-tab .product-info-ver2 .product-title.ver2:before {
      border-bottom: 1px solid #eb5050;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      position: absolute;
      width: 73px; }
    .single-product-tab .product-info-ver2 .product-title.ver3:before {
      border-bottom: 1px solid #eb5050;
      bottom: 0;
      right: 0;
      content: "";
      position: absolute;
      width: 73px;
      left: unset; }
      @media (max-width: 1024px) {
        .single-product-tab .product-info-ver2 .product-title.ver3:before {
          margin: 0 auto;
          left: 0; } }
    @media (min-width: 1025px) {
      .single-product-tab .product-info-ver2 .product-title.swith {
        max-width: 287px;
        margin: 0 auto; } }
    .single-product-tab .product-info-ver2 .product-title.space-pm {
      padding-bottom: 20px;
      margin-bottom: 20px; }
  .single-product-tab .product-info-ver2 .product-desc.center {
    margin: 0 auto; }
  .single-product-tab .product-info-ver2.center {
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .single-product-tab .product-info-ver2.center {
        padding: 30px 0; } }
  @media (min-width: 1025px) {
    .single-product-tab .product-info-ver2.right {
      text-align: right;
      float: right; } }

.tab-bg img {
  width: 100%; }

@media (min-width: 1025px) {
  .flex-img {
    order: 1; } }
.tab-desc {
  display: inline-block;
  vertical-align: bottom; }
  .tab-desc [class*="col-"] {
    padding: 0; }
  @media (min-width: 1025px) {
    .tab-desc {
      display: flex;
      align-items: center;
      background: #171717; } }
  .tab-desc .column-1 {
    background: #171717; }
  .tab-desc .product-info-ver2 .product-title {
    position: relative;
    max-width: 348px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 20px; }
    .tab-desc .product-info-ver2 .product-title a {
      color: #fff;
      font-size: 30px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .tab-desc .product-info-ver2 .product-title a {
          font-size: 20px; } }
    .tab-desc .product-info-ver2 .product-title:before {
      border-bottom: 1px solid #eb5050;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      position: absolute;
      width: 73px; }
  .tab-desc .product-info-ver2 .product-desc {
    padding: 0 0 45px 0; }
  .tab-desc .product-info-ver2 .btn-download {
    background: #eb5050;
    margin-right: 0; }

.single-product-detail .single-product-info .group-info .product-title a {
  font-size: 16px;
  color: #eb5050; }
.single-product-detail .single-product-info .group-info .product-price {
  margin: 0; }
  .single-product-detail .single-product-info .group-info .product-price span {
    font-size: 14px;
    color: #a4a4a4; }
@media (max-width: 480px) {
  .single-product-detail .single-product-info .group-item .quantity {
    float: none; } }

.tab-group:first-child {
  background: #f8f8f8; }
.tab-group:nth-child(2n+1) {
  background: #f8f8f8; }
@media (min-width: 768px) {
  .tab-group .container {
    display: flex;
    align-items: center; } }
.tab-group .product-info-ver2 .product-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px; }
  .tab-group .product-info-ver2 .product-title a {
    font-size: 30px;
    color: #000; }
  .tab-group .product-info-ver2 .product-title:before {
    border-bottom: 1px solid #eb5050;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 73px; }
.tab-group .product-info-ver2 .product-desc {
  max-width: 379px;
  text-align: left;
  margin: unset; }

.tab-simple > [class*="col-"] {
  padding: 0; }
.tab-simple .product-images {
  position: relative; }
@media (min-width: 1024px) {
  .tab-simple .tab-simple-content {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 42px;
    z-index: 1; } }
@media (min-width: 1500px) {
  .tab-simple .tab-simple-content {
    width: 1669px;
    bottom: 96px; } }
@media (min-width: 1024px) {
  .tab-simple .tab-simple-content .product-info-ver2 h3 a {
    color: #fff; } }
.tab-simple .createdby {
  font-size: 80px;
  font-family: "Playfair Display";
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 1366px) {
    .tab-simple .createdby {
      font-size: 60px; } }
  @media (max-width: 1024px) {
    .tab-simple .createdby {
      font-size: 25px; } }
  @media (max-width: 480px) {
    .tab-simple .createdby {
      font-size: 14px; } }
  .tab-simple .createdby span {
    font-style: italic;
    font-weight: normal; }

.tab-variable {
  display: inline-block;
  vertical-align: bottom; }
  .tab-variable > [class*="col-"] {
    padding: 0; }
  @media (min-width: 768px) {
    .tab-variable {
      display: flex;
      align-items: center; } }
  .tab-variable:nth-child(2n+1) {
    background: #f8f8f8; }

@media (min-width: 1500px) {
  .tab-variable-col {
    width: 100%;
    padding: 165px 175px 193px 175px; } }
.tab-variable-col .product-info-ver2 {
  padding: 35px 0; }
  .tab-variable-col .product-info-ver2:first-child {
    border-bottom: 1px solid #eaeaea; }
  @media (max-width: 1024px) {
    .tab-variable-col .product-info-ver2 {
      margin: 0 auto;
      text-align: center; }
      .tab-variable-col .product-info-ver2 .product-title:before {
        margin: 0 auto;
        right: 0; } }

.product-aff {
  margin-bottom: 100px; }

.single-product-tab {
  margin-bottom: 75px; }
  .single-product-tab.ver2 {
    margin-bottom: 0px; }

.single-product-tab .product-info-ver2.v2 .product-title {
  margin-bottom: 25px; }

.single-product-left .product-images {
  margin-bottom: 30px; }

@media (min-width: 1500px) {
  .single-product-info.v2 {
    padding-left: 69px; } }
.single-product-right {
  max-width: 555px;
  position: static; }

/* The sticky */
@media (min-width: 768px) {
  .sticky.fixed {
    height: 532px;
    max-width: 490px;
    position: fixed;
    top: 130px;
    z-index: auto; } }
.single-product-space {
  margin-bottom: 75px; }
  .single-product-space.v2 {
    margin-bottom: 90px; }
  .single-product-space.v3 {
    margin-bottom: 40px; }

.single-product-tab .nav > li > a {
  padding-bottom: 5px; }

@media (max-width: 320px) {
  #my360 .modal-dialog {
    margin: 5px; } }

.newsletter {
  background: url(newsletterbg.jpg) no-repeat center;
  padding-top: 125px;
  padding-bottom: 160px;
  background-size: cover; }
  @media (max-width: 767px) {
    .newsletter {
      padding-left: 15px;
      padding-right: 15px; } }
  .newsletter.ver2 {
    background: #f6f6f6; }

.newsletter-title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 45px; }
  @media (max-width: 480px) {
    .newsletter-title {
      font-size: 22px; } }
  .newsletter-title.ver2 {
    color: #000; }

.newsletter-content {
  max-width: 520px;
  margin: 0 auto; }
  .newsletter-content .form-group {
    position: relative; }
  .newsletter-content .form-control {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    height: 52px; }
    .newsletter-content .form-control::-webkit-input-placeholder {
      color: #fffefe;
      font-size: "14px"; }
    .newsletter-content .form-control:-moz-placeholder {
      color: #fffefe;
      font-size: "14px"; }
    .newsletter-content .form-control::-moz-placeholder {
      color: #fffefe;
      font-size: "14px"; }
    .newsletter-content .form-control:-ms-input-placeholder {
      color: #fffefe;
      font-size: "14px"; }
    @media (min-width: 768px) {
      .newsletter-content .form-control {
        width: 420px;
        padding-left: 30px; } }
    .newsletter-content .form-control.ver2 {
      background: transparent;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      border-left: 1px solid #000; }
      .newsletter-content .form-control.ver2::-webkit-input-placeholder {
        color: #000;
        font-size: "14px"; }
      .newsletter-content .form-control.ver2:-moz-placeholder {
        color: #000;
        font-size: "14px"; }
      .newsletter-content .form-control.ver2::-moz-placeholder {
        color: #000;
        font-size: "14px"; }
      .newsletter-content .form-control.ver2:-ms-input-placeholder {
        color: #000;
        font-size: "14px"; }
  .newsletter-content .btn-newsletter {
    position: absolute;
    width: 77px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #000;
    background: #fbfbfb;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    right: 0; }
    .newsletter-content .btn-newsletter.ver2 {
      width: 77px;
      height: 52px;
      line-height: 52px;
      text-align: center;
      color: #fff;
      background: #000; }
    .newsletter-content .btn-newsletter:hover {
      background: #eb5050;
      color: #fff;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }

table.table.cart-table tr:first-child td {
  border-top: 1px solid #eeeeee; }
table.table.cart-table tr:last-child td {
  border-bottom: 1px solid #eeeeee; }
table.table.cart-table th {
  border: none;
  padding: 0px;
  padding-bottom: 5px;
  padding-top: 35px; }
table.table.cart-table td {
  padding: 25px 0px; }
  table.table.cart-table td:first-child {
    width: 110px; }
  table.table.cart-table td:nth-child(2) a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500; }
  table.table.cart-table td:nth-child(2) .quantity {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500; }
    table.table.cart-table td:nth-child(2) .quantity .product_quantity_number {
      width: 29px;
      height: 29px;
      line-height: 30px;
      text-align: center;
      border: 1px solid #ebebeb; }
    table.table.cart-table td:nth-child(2) .quantity .quantity-left-minus {
      width: 29px;
      height: 29px;
      border: 1px solid #ebebeb;
      text-align: center;
      margin-right: -1px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background: #fff;
      padding: 0; }
      table.table.cart-table td:nth-child(2) .quantity .quantity-left-minus:focus {
        outline: none; }
      table.table.cart-table td:nth-child(2) .quantity .quantity-left-minus:active {
        box-shadow: none; }
    table.table.cart-table td:nth-child(2) .quantity .quantity-right-plus {
      width: 29px;
      height: 29px;
      border: 1px solid #ebebeb;
      text-align: center;
      margin-left: -1px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background: #fff;
      padding: 0; }
      table.table.cart-table td:nth-child(2) .quantity .quantity-right-plus:focus {
        outline: none;
        background: none; }
      table.table.cart-table td:nth-child(2) .quantity .quantity-right-plus:active {
        box-shadow: none; }
  table.table.cart-table td:nth-child(3) {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: right; }
    table.table.cart-table td:nth-child(3) a.remove {
      color: #dfdfdf; }
    table.table.cart-table td:nth-child(3) p {
      margin-top: 25px; }

.link-button {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 52px;
  line-height: 52px; }

.btn {
  font-size: 14px;
  font-weight: 500; }

.link-button-v2 {
  font-size: 16px;
  font-weight: 500; }

.hover-black:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

.hover-white {
  background: #000;
  color: #fff; }
  .hover-white:hover {
    background: #fff;
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }

.input-cart {
  height: 52px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .input-cart::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 14px; }
  .input-cart:-moz-placeholder {
    color: #aaaaaa;
    font-size: 14px; }
  .input-cart::-moz-placeholder {
    color: #aaaaaa;
    font-size: 14px; }
  .input-cart:-ms-input-placeholder {
    color: #aaaaaa;
    font-size: 14px; }

.coupon {
  background: #f8f8f8;
  padding: 30px 20px; }
  .coupon button {
    margin-top: 20px;
    border: none;
    box-shadow: none; }

.text-price {
  background: #f8f8f8;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%; }
  .text-price ul li {
    display: block;
    width: 100%;
    float: left;
    padding-top: 20px; }
    .text-price ul li:first-child {
      padding: 20px 0px;
      border-bottom: 1px solid #dadada; }
    .text-price ul li:last-child {
      padding: 30px 0px;
      border-top: 1px solid #dadada; }
    .text-price ul li .payment {
      display: inline-block;
      margin-top: 20px;
      float: none; }
      @media (max-width: 1024px) {
        .text-price ul li .payment {
          float: right; } }
      .text-price ul li .payment label {
        width: 100%;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #aaaaaa;
        cursor: pointer;
        padding-left: 20px;
        position: relative;
        margin-bottom: 10px; }
        .text-price ul li .payment label:before {
          content: "\f10c";
          display: inline-block;
          width: 9px;
          height: 9px;
          font-family: 'FontAwesome';
          font-size: 12px;
          margin-right: 10px;
          color: #aaaaaa;
          position: absolute;
          left: 0;
          bottom: 50%; }
        .text-price ul li .payment label span {
          font-size: 14px;
          font-weight: normal; }
      .text-price ul li .payment input[type=radio]:checked + label:before {
        content: "\f111";
        color: #000;
        font-size: 12px; }
      .text-price ul li .payment input {
        display: none; }
    .text-price ul li span {
      font-size: 16px;
      font-weight: 500; }
    .text-price ul li .text {
      float: left; }
    .text-price ul li .number {
      float: right; }
    .text-price ul li .calculate {
      display: inline-block;
      padding-bottom: 8px;
      margin-bottom: 25px;
      position: relative;
      width: 100%;
      cursor: pointer; }
      .text-price ul li .calculate:after {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 12px;
        width: 12px;
        font-family: "FontAwesome";
        content: "\f0d7";
        color: #000; }

.cart-box-container-ver2 h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px; }

.zipcode {
  display: none;
  margin-bottom: 30px; }

.bordersolid-2 {
  border: 2px solid #000; }
  .bordersolid-2:hover {
    border: 2px solid #eb5050; }

.btn-return {
  width: 187px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #000;
  background: transparent;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding-right: 10px; }

.icon-arr {
  border-bottom: 1px solid;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 18px; }
  .icon-arr:before {
    border-bottom: 1px solid;
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px; }
  .icon-arr:after {
    border-bottom: 1px solid;
    bottom: -4px;
    content: "";
    position: absolute;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 7px; }

.close-empty-cart {
  display: block;
  border: 2px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  height: 44px;
  position: relative;
  width: 44px;
  margin: 0 auto 26px; }
  .close-empty-cart:before {
    border-bottom: 2px solid #000000;
    content: "";
    left: 7px;
    position: absolute;
    top: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    width: 26px; }
  .close-empty-cart:after {
    border-bottom: 2px solid #000000;
    content: "";
    left: 7px;
    position: absolute;
    top: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    width: 26px; }

.empty-cart-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 35px; }

.checkout-login .form-login {
  display: none; }
  .checkout-login .form-login p {
    color: #a4a4a4;
    line-height: 24px;
    margin-bottom: 20px; }

.form-cp {
  display: none; }

.box-toggle {
  font-weight: 500;
  color: #a4a4a4;
  display: inline-block;
  text-align: center;
  width: 100%;
  border: 1px solid #f1f1f1;
  height: 82px;
  line-height: 82px; }
  .box-toggle a {
    text-decoration: underline; }

.box-toggle {
  margin-bottom: 35px; }

.checkout-cp[class*="col-sm-"] {
  padding: 0; }

.checkout-cp input {
  background: #f8f8f8; }

.form-cp > * {
  display: inline-block; }
  .form-cp > * input {
    width: 413px; }

.btn-cp-inline {
  width: 128px;
  height: 54px;
  line-height: 54px;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: right; }

.checkout .cart-list .product-price {
  float: none; }
.checkout .cart-list .quantity {
  float: none;
  font-size: 14px;
  font-weight: 500; }
.checkout .cart-list .list > li .text .product-name {
  margin-bottom: 5px; }

.box-payment ul li:first-child {
  border: 0; }
.box-payment ul li .payment label {
  color: #000; }
.box-payment ul li .payment .no-checkbox {
  color: #a4a4a4;
  line-height: 18px;
  font-size: 12px;
  padding-left: 20px;
  margin-bottom: 35px; }

.btn-checkout {
  height: 83px;
  line-height: 83px;
  font-size: 18px; }

.form-note {
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none; }

/** 6. Templates Layout **/
/** 6.5. Footers **/
@media (min-width: 1200px) {
  .header-top-absolute {
    position: absolute;
    width: 100%;
    z-index: 9; } }
.home-lookbook .sticky-header {
  border-bottom: 1px solid #d9d9d9; }

.sticky-header {
  border-bottom: 1px solid #efefef;
  line-height: 20px;
  padding: 12px; }
  .sticky-header .u-line {
    color: #eb5050;
    text-decoration: underline; }
  .sticky-header .text {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    color: #aaaaaa;
    letter-spacing: 0.2em; }
    .sticky-header .text.text-w {
      color: #fff; }

.topbar {
  line-height: 50px;
  padding: 33px 0;
  text-align: center; }
  @media (max-width: 1024px) {
    .topbar {
      padding: 10px 0;
      border-bottom: 1px solid #efefef; } }

.topbar-left {
  float: left; }

.topbar-right {
  float: right; }

.header-v1 .logo {
  display: inline-block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.home-bs .topbar-option > *:before {
  border-left: 1px solid #bebebe; }
  @media (max-width: 320px) {
    .home-bs .topbar-option > *:before {
      border: none; } }

.home-lookbook .topbar-option > *:before {
  border-left: 1px solid #bdbdbd; }
  @media (max-width: 320px) {
    .home-lookbook .topbar-option > *:before {
      border: none; } }

.home-clean .topbar-option > *:before {
  border-left: 1px solid #bfc0c2; }
  @media (max-width: 320px) {
    .home-clean .topbar-option > *:before {
      border: none; } }

.bd-v1 {
  border-bottom: 1px solid #dcdddf; }

.bd-v2 {
  border-bottom: 1px solid #dbdbdb; }

.topbar-option {
  font-weight: 500; }
  .topbar-option > * {
    display: inline-block;
    position: relative;
    padding: 0 5px; }
    @media (min-width: 480px) {
      .topbar-option > * {
        padding: 0 20px; } }
    .topbar-option > *:before {
      border-left: 1px solid #e3e3e3;
      content: "";
      height: 15px;
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 480px) {
        .topbar-option > *:before {
          border: none; } }
    .topbar-option > *:last-child {
      padding-right: 0; }
    .topbar-option > *:first-child {
      padding-left: 0; }
    .topbar-option > *:first-child:before {
      border: none; }
  @media (max-width: 320px) {
    .topbar-option .dropdown-menu {
      left: -35px; } }

.count {
  width: 17px;
  height: 17px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
  background: #eb5050;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  position: relative;
  top: -10px; }

@media (min-width: 1199px) {
  .header-top {
    background: #e4e4e4; } }
@media (max-width: 1024px) {
  .header-top {
    padding: 10px 0 0 0; } }
.header-top .logo-mobile {
  float: left;
  display: inline-block; }
.header-top .navbar {
  min-height: 0px;
  margin-bottom: 0px;
  width: 100%;
  margin-top: 30px; }
  @media (min-width: 1199px) {
    .header-top .navbar {
      margin-top: 0; } }
  @media (max-width: 1024px) {
    .header-top .navbar {
      display: inline-block;
    margin-top: 0;} }
  @media (max-width: 480px) {
    .header-top .navbar {
      margin-top: 0; } }
  .header-top .navbar .navbar-collapse {
    border: 1px solid #ddd; }
    @media (min-width: 1199px) {
      .header-top .navbar .navbar-collapse {
        border: 0; } }

.icon-mobile {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0;
  padding: 0px; }

@media (max-width: 1025px) {
  .plus,
  .minus {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px; }

  .plus:after {
    content: "\f067";
    display: block;
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 12px;
    color: #333;
    cursor: pointer;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s; }

  .minus:after {
    content: "\f068";
    display: block;
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 12px;
    color: #333;
    cursor: pointer;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s; } }
@media (min-width: 1199px) {
  .header-v1 .navbar-nav {
    width: 100%;
    text-align: center;
    margin: 0 auto; } }

.header-v2 .logo {
  float: left;
  margin-right: 80px; }

.header-v2 .navbar {
  min-height: 0;
  margin-bottom: 0; }

.header-v2 .topbar-search {
  border-left: 0; }

@media (min-width: 1199px) {
  .header-v2 .topbar-box {
    position: relative;
    font-weight: 500; }
    .header-v2 .topbar-box.last {
      border: 0;
      padding-right: 0; }
      .header-v2 .topbar-box.last .dropdown-menu {
        right: 0;
        left: unset; }
    .header-v2 .topbar-box:before {
      border-left: 1px solid #e3e3e3;
      content: "";
      height: calc(100% + 25px);
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .header-v2 .topbar-box:first-child:before {
      content: none; }

  .header-v2 .main-menu .navbar-nav > li > a {
    padding: 0 0 20px 0; }

  .header-v2 .navbar-nav > li.level1 {
    padding: 0 20px; } }
.header-v2 .topbar-box-header {
  display: table;
  width: 100%; }

.header-v2 .topbar-box {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 25%; }
  @media (max-width: 1366px) {
    .header-v2 .topbar-box {
      width: auto;
      padding: 0 15px; } }

.header-v2 .topbar-box:first-child {
  text-align: left;
  padding: 0; }

@media (min-width: 1500px) {
  .header-v2 .level1.hassub .menu-level-1 {
    width: 1140px; } }
.header-v3 .main-menu .navbar-nav > li.level1 {
  padding-right: 10px;
  padding-left: 0; }
  @media (min-width: 1366px) {
    .header-v3 .main-menu .navbar-nav > li.level1 {
      padding-right: 20px; } }
  @media (min-width: 1500px) {
    .header-v3 .main-menu .navbar-nav > li.level1 {
      padding-right: 35px;
      padding-left: 0; } }

.header-v3 .row {
  margin: 0; }
.header-v3 [class*="col-md-"] {
  padding: 0; }
.header-v3 .topbar-left.v3 .navbar {
  margin-bottom: 0; }
.header-v3 .topbar {
  border-bottom: 1px solid #efefef; }
  @media (min-width: 1500px) {
    .header-v3 .topbar {
      padding: 34px 0; } }
@media (max-width: 1366px) {
  .header-v3 .navbar-nav > li > a {
    font-size: 13px; } }
@media (min-width: 1366px) {
  .header-v3 .navbar-nav > li > a {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 1500px) {
  .header-v3 .navbar-nav > li > a {
    padding: 15px 0; } }
@media (min-width: 1025px) {
  .header-v3 .navbar-collapse {
    padding-left: 0; } }

@media (min-width: 799px) {
  .header-v4 .topbar {
    border-bottom: 1px solid #efefef;
    padding: 10px 0; }
    .header-v4 .topbar.bd-v1 {
      border-bottom: 1px solid #dcdddf; }
  .header-v4 .topbar-center {
    margin: 0;
    width: 700px;
    display: inline-block; }
    .header-v4 .topbar-center .navbar-nav {
      float: none;
      display: inline-block;
      position: relative; }
      .header-v4 .topbar-center .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0; } }
@media (min-width: 1500px) {
  .header-v4 .topbar-center {
    width: 1170px; } }
.header-v4 .topbar-search {
  border-left: 0; }
.header-v4 .topbar-wishlist {
  border-right: 0; }

@media (min-width: 1199px) {
  .header-v5 .topbar-menu {
    padding-left: 15px; } }
.pushmenu-push-toleft {
  left: 362px; }
  .pushmenu-push-toleft .wrappage:after {
    background: rgba(29, 29, 31, 0.6);
    content: "";
    cursor: pointer;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9999; }

.menu-home5 {
  padding-top: 10px;
  left: -362px; }
  .menu-home5.pushmenu-open {
    left: 0px; }

.close-left {
  float: right;
  color: #fff;
  cursor: pointer; }

.menu-push {
  padding: 0 20px 0 60px; }

.menu-social {
  border-top: 1px solid #2f2f31;
  position: fixed;
  bottom: 0;
  width: 362px; }
  .menu-social > li {
    float: left;
    width: 33.3333%;
    float: left;
    height: 69px;
    line-height: 69px;
    text-align: center;
    background: #1d1d1f; }
    .menu-social > li a i {
      color: #a4a4a4; }
      .menu-social > li a i:hover {
        color: #fff; }
    .menu-social > li:hover {
      background: #101011;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }

.nav-home5 > li {
  position: relative;
  padding: 10px 0; }
  .nav-home5 > li > a {
    font: 500 14px/18px "Poppins", sans-serif;
    text-transform: uppercase;
    color: #a4a4a4;
    position: relative;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none; }
    .nav-home5 > li > a:hover {
      color: #fff;
      background: none; }
    .nav-home5 > li > a.active {
      color: #fff; }
.nav-home5 .menu-level1 {
  margin-top: 15px; }
  .nav-home5 .menu-level1 .level2 {
    padding-left: 18px; }
    .nav-home5 .menu-level1 .level2 > a {
      font: 14px/33px "Poppins", sans-serif;
      text-transform: capitalize;
      color: #a4a4a4;
      position: relative; }
      .nav-home5 .menu-level1 .level2 > a:focus {
        color: #fff; }
        .nav-home5 .menu-level1 .level2 > a:focus:before {
          background: #fff; }
      .nav-home5 .menu-level1 .level2 > a:before {
        content: "";
        position: absolute;
        width: 9px;
        height: 1px;
        left: -18px;
        top: 10px;
        background: #a4a4a4; }
  .nav-home5 .menu-level1 .level1 > .level2 > a {
    color: #fff; }
    .nav-home5 .menu-level1 .level1 > .level2 > a:before {
      content: none; }
.nav-home5 .menu-level-2 {
  margin: 15px 0; }
  .nav-home5 .menu-level-2 .level3 {
    padding-left: 15px; }
    .nav-home5 .menu-level-2 .level3 > a {
      font: 400 14px/33px "Poppins", sans-serif;
      text-transform: capitalize;
      color: #a4a4a4;
      position: relative; }
      .nav-home5 .menu-level-2 .level3 > a:focus {
        color: #fff; }
        .nav-home5 .menu-level-2 .level3 > a:focus:before {
          background: #fff; }
      .nav-home5 .menu-level-2 .level3 > a:before {
        content: "";
        position: absolute;
        width: 9px;
        height: 1px;
        left: -18px;
        top: 10px;
        background: #a4a4a4; }

.pushmenu.menu-home5 {
  overflow-y: scroll; }

.header-v6 .topbar-left {
  float: left;
  text-align: left; }
.header-v6 .logo {
  display: inline-block;
  margin: 0 auto;
  text-align: center; }
.header-v6 .topbar-right {
  float: right;
  text-align: right; }
.header-v6 .topbar-search {
  border-left: 0; }
.header-v6 .topbar [class*="col-xs-"] {
  padding: 0; }

.menu-level1 {
  display: none; }
  .menu-level1.open {
    display: block; }

.navbar-nav > li {
  text-align: left; }
  .navbar-nav > li.level1 {
    border-bottom: 0px solid #ddd; }
    .navbar-nav > li.level1:last-child {
      border: 0; }
	@media (min-width: 799px) {
      .navbar-nav > li.level1 {
        border: 0;
        float: none;
        display: inline-block;
        padding: 0; } }
  .navbar-nav > li > a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500; }
    @media (min-width: 799px) {
      .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 88px; } }
    @media (max-width: 480px) {
      .navbar-nav > li > a {
        font-size: 14px;
       } }

.menu-level-1 {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  min-width: 200px;
  display: none;
  visibility: hidden;
  opacity: 0.5;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin: 0;
  padding: 20px; }
  @media (max-width: 1024px) {
    .menu-level-1 {
      width: 100%;
      left: 0;
      top: 54px;
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
      visibility: visible;
      opacity: 1;
      display: none;
      padding: 10px 35px; } }
  .menu-level-1 > li {
    line-height: 30px;
    background: none; }
    .menu-level-1 > li > a {
      font: 14px/16px "Poppins", sans-serif;
      text-transform: capitalize;
      padding: 10px 25px;
      color: #878787;
      font-weight: 400;
      position: relative;
      -moz-transition: none;
      -webkit-transition: none;
      -o-transition: color 0 ease-in;
      transition: none; }
      .menu-level-1 > li > a:hover {
        color: #eb5050;
        background: none; }
      .menu-level-1 > li > a:focus {
        background: none; }
      @media (max-width: 480px) {
        .menu-level-1 > li > a {
          font-size: 12px; } }

@media (min-width: 799px) {
  .level1:hover .menu-level-1 {
    display: block;
    visibility: visible;
    opacity: 1; } }
@media (min-width: 799px) {
  .level1.hassub {
    position: static; }
    .level1.hassub .menu-level-1 {
      width: 800px;
      padding: 15px 15px 15px 15px; }
  .header-v1 .level1.hassub .menu-level-1 {
    width: 100%; } }
@media (min-width: 1500px) {
  .level1.hassub {
    position: static; }
    .level1.hassub .menu-level-1 {
      width: 800px;
      padding: 15px 15px 15px 15px; }

  .header-v4 .level1.hassub {
    position: relative; }

  .header-v1 .level1.hassub {
    position: static; } }
.menu-level-1 > .level1 > .level2 > a {
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 5px; }
  @media (max-width: 480px) {
    .menu-level-1 > .level1 > .level2 > a {
      font-size: 14px; } }
@media (max-width: 799px) {
  .menu-level-1 > .level1 > .level2 .menu-level-2 {
    padding-left: 20px;
    padding-top: 15px; } }
.menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 {
  line-height: 30px; }
  .menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a {
    line-height: 30px;
    color: #878787;
    font-size: 12px;
    text-transform: capitalize; }
    .menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a:hover {
      color: #eb5050; }
    @media (max-width: 480px) {
      .menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a {
        font-size: 12px; } }

.menu-level-1 .col-full {
  width: 100%; }
.menu-level-1 .col-2,
.menu-level-1 .levels .col-2 {
  width: 230px;
  float: left; }
.menu-level-1 .col-3 {
  width: 33.3333%;
  float: left; }
  @media (max-width: 1024px) and (min-width: 481px) {
    .menu-level-1 .col-3 {
      width: 100%;
      display: block;
      overflow: hidden; } }
  @media (max-width: 1024px) {
    .menu-level-1 .col-3 {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .menu-level-1 .col-3 {
      width: 100%;
      display: block;
      overflow: hidden; } }
.menu-level-1 .col-4 {
  width: 370px;
  float: left; }
.menu-level-1 .col-5 {
  width: 580px;
  float: left; }
.menu-level-1 .col-6 {
  width: 50%;
  float: left; }
  @media (max-width: 1024px) and (min-width: 481px) {
    .menu-level-1 .col-6 {
      width: 100%;
      display: block;
      overflow: hidden; } }
  @media (max-width: 1024px) {
    .menu-level-1 .col-6 {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .menu-level-1 .col-6 {
      width: 100%;
      display: block;
      overflow: hidden; } }
.menu-level-1 .col-7 {
  width: 870px;
  float: left; }
.menu-level-1 .col-8 {
  width: 980px;
  float: left; }
.menu-level-1 .col-9 {
  width: 1170px;
  float: left; }

.menu-level-2 .col-full,
.mega-product .col-full {
  width: 100%; }
.menu-level-2 .col-2,
.menu-level-2 .levels .col-2,
.mega-product .col-2,
.mega-product .levels .col-2 {
  width: 230px;
  float: left; }
.menu-level-2.col-3,
.mega-product.col-3 {
  width: 33.3333%;
  float: left; }
  @media (max-width: 1024px) {
    .menu-level-2.col-3,
    .mega-product.col-3 {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .menu-level-2.col-3,
    .mega-product.col-3 {
      width: 100%;
      display: block;
      overflow: hidden; } }
.menu-level-2 .col-4,
.mega-product .col-4 {
  width: 370px;
  float: left; }
.menu-level-2 .col-5,
.mega-product .col-5 {
  width: 580px;
  float: left; }
.menu-level-2.col-6,
.mega-product.col-6 {
  width: 50%;
  float: left; }
  @media (max-width: 1024px) {
    .menu-level-2.col-6,
    .mega-product.col-6 {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .menu-level-2.col-6,
    .mega-product.col-6 {
      width: 100%;
      display: block;
      overflow: hidden; } }
.menu-level-2 .col-7,
.mega-product .col-7 {
  width: 870px;
  float: left; }
.menu-level-2 .col-8,
.mega-product .col-8 {
  width: 980px;
  float: left; }
.menu-level-2 .col-9,
.mega-product .col-9 {
  width: 1170px;
  float: left; }

.cart-box-container {
  padding: 50px 32px; }
  @media (max-width: 767px) {
    .cart-box-container {
      padding: 15px 32px; } }
  @media (max-width: 480px) {
    .cart-box-container {
      padding: 50px 10px; } }

.cart-list .cart-title {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative; }
  .cart-list .cart-title:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 1px;
    border-bottom: 1px solid #ff0000;
    bottom: -10px;
    left: 0; }
.cart-list .list {
  margin-top: 25px;
  height: 350px;
  overflow: scroll; }
  .cart-list .list > li {
    padding: 22px 0;
    border-bottom: 1px solid #f3f3f3; }
    .cart-list .list > li > * {
      display: inline-block; }
    .cart-list .list > li .cart-product-image {
      width: 88px;
      vertical-align: top;
      margin-right: 18px; }
    .cart-list .list > li .text {
      width: 240px; }
      @media (max-width: 480px) {
        .cart-list .list > li .text {
          width: 170px; } }
      .cart-list .list > li .text .product-name {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px; }
      .cart-list .list > li .text .product-price {
        font-size: 14px;
        font-weight: 500;
        margin: 5px 0; }
    .cart-list .list > li:last-child {
      border-bottom: 0; }
.cart-list .product-price {
  float: right; }
.cart-list .quantity {
  float: left;
  font-size: 14px;
  font-weight: 500; }
  .cart-list .quantity .product_quantity_number {
    width: 29px;
    height: 29px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ebebeb; }
  .cart-list .quantity .quantity-left-minus {
    width: 29px;
    height: 29px;
    border: 1px solid #ebebeb;
    text-align: center;
    margin-right: -1px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    padding: 0; }
    .cart-list .quantity .quantity-left-minus:focus {
      outline: none; }
    .cart-list .quantity .quantity-left-minus:active {
      box-shadow: none; }
  .cart-list .quantity .quantity-right-plus {
    width: 29px;
    height: 29px;
    border: 1px solid #ebebeb;
    text-align: center;
    margin-left: -1px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    padding: 0; }
    .cart-list .quantity .quantity-right-plus:focus {
      outline: none;
      background: none; }
    .cart-list .quantity .quantity-right-plus:active {
      box-shadow: none; }
.cart-list .close-left {
  cursor: pointer;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #f4f4f4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #333;
  position: absolute;
  top: 23px;
  right: 32px; }
  @media (max-width: 480px) {
    .cart-list .close-left {
      right: 10px; } }

.nocart-list .empty-cart {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 353px; }
  @media (max-width: 480px) {
    .nocart-list .empty-cart {
      width: 300px; } }
.nocart-list .nocart-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 35px; }
.nocart-list .btn-shop {
  width: 187px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border: 1px solid #000;
  display: inline-block; }

.cart-bottom {
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #000;
  position: fixed;
  bottom: 0;
  width: 351px;
  background: #fff; }
  @media (max-width: 767px) {
    .cart-bottom {
      padding: 10px 0; } }
  .cart-bottom .total {
    text-align: right;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .cart-bottom .total {
        margin-bottom: 15px; } }
    .cart-bottom .total span {
      float: left; }
  .cart-bottom a {
    font-size: 14px;
    font-weight: 500; }
  .cart-bottom .edit-cart, .cart-bottom .checkout:hover {
    display: inline-block;
    width: 164px;
    height: 47px;
    line-height: 47px;
    border: 1px solid #000;
    text-align: center; }
    .cart-bottom .edit-cart:hover, .cart-bottom .checkout:hover {
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      background: #000;
      color: #fff; }
    @media (max-width: 480px) {
      .cart-bottom .edit-cart, .cart-bottom .checkout:hover {
        width: 130px; } }
  .cart-bottom .checkout {
    display: inline-block;
    width: 164px;
    height: 47px;
    line-height: 47px;
    border: 1px solid #000;
    text-align: center;
    float: right; }
    @media (max-width: 480px) {
      .cart-bottom .checkout {
        width: 130px; } }
  .cart-bottom .text {
    color: #9f9e9e;
    font: 500 12px/18px "Poppins", sans-serif;
    text-decoration: underline;
    text-align: center;
    display: block; }
    .cart-bottom .text:hover {
      color: #eb5050; }
  .cart-bottom .cart-button {
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      .cart-bottom .cart-button {
        margin-bottom: 15px; } }
    .cart-bottom .cart-button:before:before, .cart-bottom .cart-button:before:after {
      content: " ";
      display: table; }
    .cart-bottom .cart-button:before:after {
      clear: both; }

.modal-body .input-group {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 100%; }

.modal-open {
  overflow: visible; }

.modal-content {
  border-radius: 0px;
  padding: 0px 0px 20px; }

.modal-header {
  border: none; }

.modal-title {
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  color: #333; }
  .modal-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background: #000;
    left: 50%;
    margin-left: -40px;
    bottom: -10px; }

.modal.fade .modal-dialog {
  top: 30%; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  outline: none; }

.button_search {
  border: none;
  background: none;
  width: auto;
  height: auto;
  color: #333; }
  .button_search:hover {
    background: none; }

.input-group-btn {
  box-shadow: none;
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  width: 40px;
  line-height: 34px;
  z-index: 9999; }

.modal-body {
  padding: 0 50px; }

.navbar {
  border: 0; }

@media (min-width: 1025px) {
  .header-v1 .navbar-nav > li.level1 {
    padding-top: 0;
    padding-bottom: 0; }

  .header-v1 .topbar {
    line-height: 51px;
    padding: 33px 0; } }
@media (min-width: 1025px) {
  .header-text-w a {
    color: #fff; } }
.header-bg-w .header-top {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.08+0,0.08+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14ffffff', endColorstr='#14ffffff', GradientType=0);
  /* IE6-9 */ }

.header-bg-dark .header-top {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.08+0,0.08+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#14000000', GradientType=0);
  /* IE6-9 */ }

.boder-w-bottom-opc1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.header-bg-w .topbar-option > *:before {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.header-bg-w .topbar-option > *:first-child:before {
  border: none; }

footer {
  background: #ffffff;
  border-top: 1px solid #f2f2f2; }
  @media (max-width: 1024px) {
    footer {
      padding: 30px 0; } }
  @media (min-width: 1025px) {
    footer .social {
      padding: 35px 0;
      text-align: center; } }
  @media (min-width: 1200px) {
    footer .social {
      text-align: right; } }
  @media (max-width: 1024px) {
    footer .social {
      text-align: center; } }
  footer .social a {
    margin: 0 15px;
    line-height: 48px; }
    footer .social a:last-child {
      margin-right: 0; }
  footer .footer-title {
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 4px; }
  @media (max-width: 1024px) {
    footer .menu-footer {
      text-align: center;
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    footer .menu-footer {
      padding: 35px 0; } }
  footer .menu-footer ul li {
    display: inline-block;
    line-height: 48px; }
    footer .menu-footer ul li a {
      font-size: 14px;
      color: #909097;
      margin: 0 15px; }
      @media (min-width: 1024px) {
        footer .menu-footer ul li a {
          margin: 0 10px; } }
      footer .menu-footer ul li a:hover {
        color: #eb5050; }
    footer .menu-footer ul li:first-child a {
      margin-left: 0; }
  @media (min-width: 1025px) {
    footer .newletter-form {
      padding: 30px 0;
      border-left: 1px solid #f2f2f2; }
      footer .newletter-form.form-w {
        border: 0; } }
  @media (min-width: 1200px) {
    footer .newletter-form {
      border-right: 1px solid #f2f2f2;
      border-left: 1px solid #f2f2f2; }
      footer .newletter-form.form-w {
        border: 0; } }
  @media (max-width: 768px) {
    footer .newletter-form {
      text-align: center;
      margin-bottom: 30px;
      border: 0; } }
  footer .newletter-form form {
    position: relative; }
    @media (min-width: 1500px) {
      footer .newletter-form form {
        width: 323px;
        margin: 0 auto; } }
    @media (min-width: 480px) {
      footer .newletter-form form {
        width: 320px;
        margin: 0 auto; } }
  footer .newletter-form .form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #333;
    box-shadow: none;
    padding: 0;
    font-size: 12px; }
    footer .newletter-form .form-control:focus {
      border: none;
      box-shawdow: none; }
  footer .newletter-form .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    padding: 6px 0; }

.footer-absolute {
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: none;
  border-bottom: none;
  z-index: 10; }
  @media (max-width: 1024px) {
    .footer-absolute {
      position: static;
      background: #000; } }

footer.footer-absolute .menu-footer ul li a {
  color: #fff; }
  footer.footer-absolute .menu-footer ul li a:hover {
    color: #eb5050; }

footer.footer-absolute .footer-title {
  color: #fff; }

footer .newletter-form.form-w .form-control {
  border-bottom: 1px solid #fff; }
  footer .newletter-form.form-w .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px; }
  footer .newletter-form.form-w .form-control:-moz-placeholder {
    color: #fff;
    font-size: 12px; }
  footer .newletter-form.form-w .form-control::-moz-placeholder {
    color: #fff;
    font-size: 12px; }
  footer .newletter-form.form-w .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 12px; }

footer.footer-absolute .newletter-form .btn-submit i {
  color: #fff; }
  footer.footer-absolute .newletter-form .btn-submit i:hover {
    color: #eb5050; }

.social.social-w > a {
  color: #fff; }
  .social.social-w > a:hover {
    color: #eb5050; }

.collection-footer {
  display: block;
  position: fixed;
  transition: opacity 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 550ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 550ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  bottom: 0;
  left: 0;
  right: 0;
  height: 54px;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  z-index: 20;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: calc(100vh - 54px);
  background: #fff; }
  @media (max-width: 768px) {
    .collection-footer {
      height: 100px;
      top: calc(100vh - 100px); } }

.legalfooter {
  display: block;
  position: relative;
  z-index: 21;
  margin: 0;
  padding: 0;
  clear: both; }

.header-v2.home-cate-slider .navbar-nav > li > a {
  font-weight: 600; }

.wrapper-slider {
  position: relative;
  z-index: 2; }
  .wrapper-slider .icon-bag {
    margin-right: 10px; }

.category-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3; }
  @media (max-width: 767px) {
    .category-slide {
      width: 100%; } }
  .category-slide li {
    cursor: pointer; }
    .category-slide li h3 {
      margin-bottom: 30px;
      font-weight: 600;
      font-size: 25px;
      color: #fff;
      position: relative;
      padding-bottom: 15px;
      text-transform: capitalize;
      cursor: pointer; }
      @media (max-width: 768px) {
        .category-slide li h3 {
          font-size: 10px;
          padding-bottom: 5px;
          margin-bottom: 15px;
          text-align: center; } }
      .category-slide li h3:before {
        border-bottom: 1px solid #fff;
        bottom: 0;
        content: "";
        position: absolute;
        width: 150px; }
        @media (max-width: 768px) {
          .category-slide li h3:before {
            border-bottom: 1px solid #fff;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            content: "";
            position: absolute;
            width: 30px; } }
      .category-slide li h3:hover {
        color: #eb5050;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
    @media (max-width: 768px) {
      .category-slide li {
        width: unset;
        margin: 0 5px; } }
    @media (min-width: 768px) {
      .category-slide li:hover .cate-content {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
        .category-slide li:hover .cate-content .btn-slider-shop {
          opacity: 1; } }

@media (min-width: 768px) {
  .cate-content {
    width: 149px;
    margin: 0 auto;
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 20px 0; } }
.btn-slider-shop {
  width: unset;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: transparent;
  display: block;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 11px;
  padding: 0 20px;
  text-transform: uppercase;
  opacity: 0; }
  .btn-slider-shop:hover {
    background: #000;
    border-color: #000; }

.blog {
  padding-top: 75px;
  padding-bottom: 25px; }
  .blog .blog-post-item .post-name a {
    font-size: 16px;
    font-weight: 500; }
  .blog .blog-post-img > a {
    width: 100%; }

.blog .owl-theme .owl-nav [class*=owl-], .blog-home .owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 22px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  @media (min-width: 1500px) {
    .blog .owl-theme .owl-nav [class*=owl-], .blog-home .owl-theme .owl-nav [class*=owl-] {
      background: transparent; } }
.blog .owl-nav > div, .blog-home .owl-nav > div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.blog .owl-nav > div.owl-next, .blog-home .owl-nav > div.owl-next {
  left: auto;
  right: 0; }
  @media (min-width: 1500px) {
    .blog .owl-nav > div.owl-next, .blog-home .owl-nav > div.owl-next {
      right: -80px; } }
.blog .owl-nav > div.owl-prev, .blog-home .owl-nav > div.owl-prev {
  left: 0;
  right: auto; }
  @media (min-width: 1500px) {
    .blog .owl-nav > div.owl-prev, .blog-home .owl-nav > div.owl-prev {
      left: -80px; } }

.wrapper-category [class*="col-md-"] {
  padding: 0; }
.wrapper-category .row {
  margin: 0; }

.category-img a > img {
  width: 100%; }

.category-img {
  position: relative; }
  .category-img .category-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.instagram-top {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #000;
  padding: 25px 0; }
  .instagram-top a {
    color: #fff; }
    .instagram-top a:hover {
      color: #eb5050; }

.wrapper {
  padding: 119px 0 93px 0; }
  @media (max-width: 767px) {
    .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.about {
  background: url(cosrebg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 153px 0; }
  @media (max-width: 480px) {
    .about {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .about {
      padding-left: 15px;
      padding-right: 15px; } }
  .about h2 {
    margin-bottom: 45px;
    font-family: "Playfair Display", serif;
    font-size: 35px; }
  @media (min-width: 1024px) {
    .about .about-cosre-text {
      max-width: 935px;
      margin: 0 auto; } }
  .about .about-cosre-text p {
    font-size: 14px;
    line-height: 30px;
    color: #a4a4a4; }

.blog-home {
  padding-bottom: 15px; }

.product-box .box-left {
  padding-right: 0;
  padding-left: 0; }
  .product-box .box-left > [class*="col-"] {
    margin-bottom: 30px; }

.product-box .box-right {
  padding-right: 0px;
  padding-left: 0; }
  .product-box .box-right > [class*="col-"] {
    margin-bottom: 30px; }
  .product-box .box-right .col-sm-6:nth-child(2n+1) {
    clear: none; }

.blog-home .post-name a {
  font-size: 16px;
  font-weight: 500; }
.blog-home .post-date {
  color: #000;
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  text-align: center;
  letter-spacing: 0em;
  padding: 0 9px; }
  .blog-home .post-date .date {
    display: block;
    font-size: 20px;
    line-height: 37px;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 500; }
  .blog-home .post-date .month {
    font-size: 18px;
    line-height: 38px;
    font-weight: 500; }

.blog-home .blog-post-info > * {
  display: table-cell;
  vertical-align: top; }
.blog-home .blog-post-info .post-info {
  padding-left: 25px; }
  .blog-home .blog-post-info .post-info .post-name {
    margin-bottom: 9px; }
  .blog-home .blog-post-info .post-info .blog-readmore {
    color: #a4a4a4;
    font-weight: 600;
    font-size: 12px; }
    .blog-home .blog-post-info .post-info .blog-readmore:hover {
      color: #eb5050; }
    .blog-home .blog-post-info .post-info .blog-readmore:after {
      content: "";
      background: url(arrow-homesimple.jpg) no-repeat center;
      top: -1px;
      left: 9px;
      position: relative;
      display: inline-block;
      width: 13px;
      height: 4px; }

.instagram.ver2 {
  background: url(homesimple_instagram.jpg) no-repeat center;
  background-size: cover;
  padding: 180px 0 200px 0; }
  .instagram.ver2 .text {
    font-family: "Playfair Display", serif;
    font-size: 35px;
    color: #fff; }
    .instagram.ver2 .text a {
      color: #ff3131; }

.product-category .owl-carousel .owl-item img {
  width: initial;
  margin: 0 auto; }
.product-category .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }
.product-category .owl-theme .owl-nav [class*=owl-] {
  color: #000;
  background: transparent;
  padding: 0;
  margin: 0 20px; }
.product-category .owl-prev {
  float: left; }
.product-category .owl-next {
  float: right; }
.product-category .owl-carousel .owl-nav .owl-prev,
.product-category .owl-carousel .owl-nav .owl-next,
.product-category .owl-carousel .owl-dot {
  font-family: 'fontAwesome'; }
.product-category .owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
  margin-right: 10px; }
.product-category .owl-carousel .owl-nav .owl-next:after {
  content: "\f054";
  margin-right: 10px; }

.box-category-name {
  margin-top: 25px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  opacity: 0; }
  .box-category-name a {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize; }

.box-category {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin: 0 0px 30px;
  padding: 77px 0 33px; }

.box-category:hover {
  border-color: transparent;
  box-shadow: 0 15px 24px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  .box-category:hover .box-category-name {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
    .box-category:hover .box-category-name a {
      opacity: 1;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }

.product-homebs .product-title {
  font-size: 50px;
  font-weight: 500; }
  @media (max-width: 1024px) {
    .product-homebs .product-title {
      font-size: 30px; } }
  @media (max-width: 768px) {
    .product-homebs .product-title {
      font-size: 20px; } }
  .product-homebs .product-title a {
    color: #fff;
    font-size: 30px; }
    @media (max-width: 768px) {
      .product-homebs .product-title a {
        font-size: 20px; } }
.product-homebs .product-desc {
  color: #a4a4a4;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 35px;
  padding-top: 20px;
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .product-homebs .product-desc {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 768px) {
    .product-homebs .product-desc {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .product-homebs .product-desc {
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .product-homebs .product-desc {
      font-size: 14px; } }
  .product-homebs .product-desc:before {
    border-bottom: 1px solid #eb5050;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 68px; }
  .product-homebs .product-desc.ver2 {
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 43px;
    margin-bottom: 33px; }
    @media (max-width: 767px) {
      .product-homebs .product-desc.ver2 {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .product-homebs .product-desc.ver2 {
        font-size: 14px; } }
.product-homebs .btn-shop {
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #000; }
  @media (max-width: 480px) {
    .product-homebs .btn-shop {
      border: 1px solid #000;
      font-size: 12px; } }
  .product-homebs .btn-shop.ver2 {
    border: 2px solid #fff;
    color: #fff; }
    @media (max-width: 480px) {
      .product-homebs .btn-shop.ver2 {
        border: 1px solid #fff; } }
  .product-homebs .btn-shop:hover {
    border-color: #eb5050; }

.wrapper-product.product-homebs [class*="col-md-"] {
  padding: 0; }
@media (max-width: 767px) {
  .wrapper-product.product-homebs [class*="col-xs-"] {
    margin-bottom: 30px; } }
@media (min-width: 767px) {
  .wrapper-product.product-homebs .row {
    display: flex;
    align-items: center; } }
@media (min-width: 1025px) {
  .wrapper-product.product-homebs .row {
    margin: 0; } }
@media (min-width: 768px) {
  .wrapper-product.product-homebs .flex-img {
    order: 1; } }
.wrapper-product.product-homebs .product-info-ver2 {
  margin: 0 auto; }

.wrapper-product-list {
  background: url(homecate_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px; }
  @media (max-width: 768px) {
    .wrapper-product-list {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .wrapper-product-list {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1025px) {
    .wrapper-product-list [class*="col-md-"] {
      padding: 0 35px; } }
  @media (min-width: 1025px) {
    .wrapper-product-list .row {
      margin: 0 -35px; } }
  .wrapper-product-list .product-info-ver2 {
    padding-top: 22px; }

.wrapper-product.product-homecate-bg {
  background: url(bg5.jpg) no-repeat center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 200px; }
  @media (max-width: 767px) {
    .wrapper-product.product-homecate-bg {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .wrapper-product.product-homecate-bg [class*="col-xs-"] {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .wrapper-product.product-homecate-bg .row {
      display: flex;
      align-items: center; } }

.product-homecate .column-2 {
  padding-top: 163px; }
@media (min-width: 1500px) {
  .product-homecate .row:first-child {
    padding-left: 149px; }
    .product-homecate .row:first-child.nopd {
      padding-left: 0; } }

.product-homecate .product-info-ver2.left {
  text-align: left; }
  @media (min-width: 1500px) {
    .product-homecate .product-info-ver2.left {
      padding-left: 0; } }
.product-homecate .product-info-ver2.right {
  text-align: right; }
.product-homecate .product-info-ver2.space-v1 {
  margin-left: 20px; }
.product-homecate .product-info-ver2.space-v2 {
  margin-left: 25px;
  padding-bottom: 6px; }
.product-homecate .product-cate {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-top: 60px; }
  .product-homecate .product-cate.ver2 {
    margin-top: 0; }
  .product-homecate .product-cate.ver3 {
    margin-top: 52px; }
.product-homecate .product-title {
  font-size: 50px;
  padding: 15px 0 38px 0;
  margin-bottom: 45px;
  position: relative;
  font-weight: normal; }
  .product-homecate .product-title.left:before {
    border-bottom: 1px solid #eb5050;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 41px; }
  .product-homecate .product-title.right:before {
    border-bottom: 1px solid #eb5050;
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    width: 41px; }
  .product-homecate .product-title.ver2 {
    padding: 12px 0 35px 0; }
.product-homecate .product-desc {
  color: #a4a4a4;
  font-size: 14px;
  margin-bottom: 60px; }
  @media (min-width: 1025px) {
    .product-homecate .product-desc {
      max-width: 473px; } }
  @media (min-width: 1025px) {
    .product-homecate .product-desc.m-width {
      max-width: 473px; } }
  .product-homecate .product-desc.right {
    float: right; }
.product-homecate .btn-shop {
  height: 54px;
  line-height: 54px;
  background: #000;
  color: #fff;
  text-transform: capitalize; }
  .product-homecate .btn-shop:hover {
    background: #eb5050;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
@media (min-width: 1025px) {
  .product-homecate .flex-item {
    display: flex; }
    .product-homecate .flex-item .flex-content {
      align-self: flex-end; } }

.product-homecate-bg2 {
  background: url(bg-cat.jpg) no-repeat center;
  background-size: cover;
  padding: 247px 0 314px 0; }
  @media (max-width: 1366px) {
    .product-homecate-bg2 {
      padding: 150px 0; } }
  @media (max-width: 320px) {
    .product-homecate-bg2 {
      padding: 50px 0; } }

.product-homecate-cat [class*="col-md-"] {
  padding: 0; }
.product-homecate-cat .row {
  margin: 0; }

.btn-shopby {
  width: 267px;
  height: 99px;
  line-height: 99px;
  text-align: center;
  color: #fff;
  background: #ff3131;
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 1199px) {
    .btn-shopby {
      width: 196px;
      height: 54px;
      line-height: 54px;
      font-size: 16px; } }
  .btn-shopby:hover {
    color: #000;
    background: #fff; }

.product-homecate.space-v1 {
  padding-top: 100px;
  padding-bottom: 136px; }
  @media (max-width: 767px) {
    .product-homecate.space-v1 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.content-ver1 .content-img {
  position: relative; }
  @media (min-width: 1500px) {
    .content-ver1 .content-img {
      margin-right: 75px; } }
/*   .content-ver1 .content-img:after {
    position: absolute;
    content: "";
    width: 265px;
    height: 55px;
    background: url(vector_2.png) no-repeat;
    top: 70px;
    right: -100px; } */
    @media (max-width: 767px) {
      .content-ver1 .content-img:after {
        right: 0; } }
@media (min-width: 767px) {
  .content-ver1 .row {
    display: flex;
    align-items: center; } }
.content-ver1.space-v1 {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1500px) {
    .content-ver1.space-v1 {
      padding-top: 126px;
      padding-bottom: 142px; } }

.content-info h3 {
  font-weight: 500;
  padding-bottom: 35px;
  margin-bottom: 40px;
  position: relative; }
  @media (min-width: 1025px) {
    .content-info h3 {
      font-size: 60px; } }
  .content-info h3:before {
    border-bottom: 1px solid #eb5050;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 99px;
    border-bottom: 3px solid #000; }
.content-info p {
  color: #a4a4a4;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 60px; }

.content-ver2.space-v1 {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1500px) {
    .content-ver2.space-v1 {
      padding-top: 124px;
      padding-bottom: 172px; } }
.content-ver2 .content-img {
  position: relative;
  margin-bottom: 65px; }
  .content-ver2 .content-img:first-child:after {
    position: absolute;
    content: "";
    width: 206px;
    height: 240px;
    background: url(vector_3.png) no-repeat;
    bottom: 105px;
    left: -102px; }
  .content-ver2 .content-img:nth-child(2):after {
    position: absolute;
    content: "";
    width: 233px;
    height: 210px;
    background: url(vector_4.png) no-repeat;
    bottom: -108px;
    right: 90px; }
    @media (max-width: 767px) {
      .content-ver2 .content-img:nth-child(2):after {
        bottom: 0; } }
@media (min-width: 1025px) {
  .content-ver2 .content-info:first-child {
    padding-top: 65px; } }

.lookbook-title {
  display: inline-block;
  border-bottom: 3px solid #333;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 55px; }
  @media (min-width: 1025px) {
    .lookbook-title {
      font-size: 30px; } }

.wrapper-content.space-v1 {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1500px) {
    .wrapper-content.space-v1 {
      padding-top: 150px;
      padding-bottom: 122px; } }

.intro {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  background: url(home_minimal_bg.jpg) no-repeat center;
  background-size: cover; }

.instagram-shop {
  padding: 50px 0; }

.customer-page {
  margin: 0 auto 300px auto;
  max-width: 560px;
  position: relative; }
  .customer-page .title-page h3 {
    font-size: 20px;
    font-weight: 500;
    border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    display: table;
    line-height: 54px;
    margin: 0 auto 60px;
    padding: 0 60px; }

.form-customer label {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px; }
.form-customer .form-account {
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
  height: 54px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none; }
  .form-customer .form-account::-webkit-input-placeholder {
    color: #000;
    font-size: 14px; }
  .form-customer .form-account:-moz-placeholder {
    color: #000;
    font-size: 14px; }
  .form-customer .form-account::-moz-placeholder {
    color: #000;
    font-size: 14px; }
  .form-customer .form-account:-ms-input-placeholder {
    color: #000;
    font-size: 14px; }
.form-customer .btn-login {
  width: 196px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background: #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 0; }
  .form-customer .btn-login:hover {
    background: #eb5050;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.form-customer .lost-password {
  text-decoration: underline;
  float: right;
  margin: 15px 0; }
.form-customer .create-account {
  height: 54px;
  line-height: 54px; }
.form-customer .form-check {
  margin: 20px 0 35px 0; }
.form-customer .form-check-label {
  margin-left: 25px;
  color: #a4a4a4;
  cursor: pointer; }
  .form-customer .form-check-label.ver2 {
    margin-left: 0;
    color: #000; }
  .form-customer .form-check-label span:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #e4e4e4;
    background: #f5f5f5;
    border-radius: 50%;
    margin-right: 11px;
    margin-bottom: -2px; }
  .form-customer .form-check-label .form-check-input {
    display: none; }
.form-customer .form-check-label .form-check-input:checked + span::before {
  background: #000000;
  border-color: #000000; }

.divider {
  border-bottom: 1px solid #ededed;
  color: #d8d8d8;
  display: inline-block;
  float: left;
  height: 1px;
  margin-bottom: 37px;
  position: relative;
  text-align: center;
  width: 100%; }
  .divider:before {
    background: #ffffff;
    content: "\f0d7";
    display: inline-block;
    font-family: 'FontAwesome', sans-serif;
    left: 50%;
    position: absolute;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 31px; }

.commingsoon {
  background: url(Commingsoon.jpg) no-repeat center;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 246px; }

.commingsoon p {
  color: #a4a4a4; }

.c-title {
  font-size: 30px;
  font-weight: 500;
  margin: 65px 0 50px 0; }
  .c-title span {
    font-size: 60px; }

.c-store {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 30px; }
  .c-store:before {
    border-bottom: 1px solid #eb5050;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 67px; }

/** 7. Templates Layout **/
@media (min-width: 1200px) {
  .product-item {
    margin-bottom: 30px; }

  .product-flat .product-item {
    margin: 0; }

  .product-custom-bg .product-item {
    margin: 0; }

  .quickview-wrapper {
    overflow-y: scroll; }
    .quickview-wrapper .quick-modal {
      margin-top: 20px; }

  .product-standard .product-item {
    margin-bottom: 45px; } }
@media (min-width: 1500px) {
  .product-item {
    margin-bottom: 40px; }

  .product-flat .product-item {
    margin: 0; }
  .product-flat .product-img img {
    width: 100%; }

  .product-custom-bg .product-item {
    margin: 0; }
  .product-custom-bg .product-img img {
    width: 100%; }

  .banner-img > a > img {
    width: 100%; }

  .hover-images {
    width: 100%; }
  
  .hover-images-main {
    width: 80%; }

  .slider-img > img {
    width: 100%; }

  .slide-home-simple [class*="col-lg-10"] {
    width: 100%; }
  .slide-home-simple .col-lg-offset-1 {
    margin-left: 0; }

  .product-homecate-cat .container {
    width: 100%;
    padding: 0 190px; }

  .padding-hlook {
    padding-left: 149px;
    padding-right: 362px; }

  .padding-hlook-164 {
    padding-left: 164px;
    padding-right: 164px; }

  .padding-hlook-2 {
    padding-left: 190px;
    padding-right: 190px; }

  .content-info {
    margin-left: -45px; }

  .content-ver2 .content-info:first-child {
    max-width: 573px;
    float: right; }

  .content-ver2 .content-info:nth-child(2) {
    max-width: 580px;
    margin-left: 63px; }

  .content-ver2 [class*="col-sm-"] {
    padding: 0; }

  .single-product-detail .product-images img {
    width: 100%; }

  .product-filter {
    padding-right: 40px;
    padding-left: 40px; }

  .product-filter-button {
    padding-right: 40px;
    padding-left: 40px; }

  .shop-sidebar > .row {
    margin-left: -23px;
    margin-right: -23px; }

  .shop-sidebar > .row > [class*="col-"] {
    padding-left: 23px;
    padding-right: 23px; }

  .modern-grid .row {
    margin-left: -20px;
    margin-right: -20px; }

  .modern-grid .row > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 1199px) {
  .product-item {
    margin-bottom: 30px; }

  .product-flat .product-item {
    margin: 0; }

  .product-custom-bg .product-item {
    margin: 0; }

  .quickview-wrapper {
    overflow-y: scroll; }
    .quickview-wrapper .quick-modal {
      margin-top: 20px; }

  .product-standard .product-item {
    margin-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
  } }
@media (max-width: 1025px) {
  .product-homecate .product-title {
    font-size: 40px; } }
@media (max-width: 1024px) {
  .slider-homesimple .slick-prev:before,
  .slider-homesimple .slick-next:before {
    display: none; }

  .blog-home .blog-post-item {
    margin-bottom: 30px; }

  .wrap-filter-box.wrap-filter-number {
    display: none; }

  .wrap-filter-box.filter-half.wrap-filter-number.right {
    display: table-cell; } }
@media (max-width: 768px) {
  .cosre-title {
    font-size: 30px; }

  .title-ver1 {
    font-size: 30px; }

  .hero-section .page-title {
    font-size: 30px; } }
@media (max-width: 767px) {
  .wrap-filter-sorting .dropdown-menu {
    left: 50%; }

  .product-flat .product-item {
    margin-bottom: 30px; }
  
  .slider-homesimple .slider-content {
    border-bottom: 35px solid #ffffff;
    border-top: 35px solid #ffffff;
    min-width: 320px; }

  .wrapper-product-list .product-info-ver2 {
    margin-bottom: 30px; }

  .content-img {
    margin-bottom: 30px; }

  .cart-box-container-ver2 [class*="col-xs-"] {
    margin-bottom: 30px; }

  [class*="parallax_"] .cosre-title-wrap {
    text-align: center; }
    [class*="parallax_"] .cosre-title-wrap .title-block {
      font-size: 40px; }

  .single-product-info {
    margin-top: 30px; }

  .wrapper-product .product-tab.ver2 li {
    margin-top: 15px;
    margin-bottom: 15px; }

  .wrapper-product.product-homecate-bg {
    text-align: center; }

  .product-homecate .product-title:before {
    left: 0;
    right: 0;
    margin: 0 auto; }

  .product-homecate .product-info-ver2.left {
    text-align: center; }

  .product-homecate .product-info-ver2.right {
    text-align: center; }

  .banner-content .banner-title {
    font-size: 20px; }

  .banner-content p {
    font-size: 12px; }

  .product-item:hover .btn-quickview {
    opacity: 0; }
  
 .product-item:hover .quicktitle {
    opacity: 0; }
  
  .content-info {
    text-align: center; }

  .content-info h3:before {
    left: 0;
    right: 0;
    margin: 0 auto; }

  .lookbook-title {
    text-align: center;
    display: block;
    border: 0; }

  .blog-post-container .blog-post-single .blog-post-info {
    margin-top: 30px; }

  .product-flat .product-item {
    margin-bottom: 30px; }

  .product-custom-bg .product-item {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .pushmenu-push-toright-cart {
    right: 320px; }

  .pushmenu.pushmenu-left {
    width: 320px; }

  .menu-social {
    width: 320px; }

  .cart-bottom {
    width: 300px; }

  .wrap-gallery-grid [class*="col-xs-"] {
    width: 100%; }

  .btn-shoplook {
    font-size: 10px; }

  .product-grid [class*="col-xs-"] {
    width: 100%;
  	border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;}

  .wrapper-product [class*="col-xs-"] {
    width: 100%; }

  .wrapper-category [class*="col-xs-"] {
    width: 100%; }

  .slider-homesimple .slider-content {
    min-width: 280px; } }

/*# sourceMappingURL=style.css.map */
.single-product-detail .single-product-info .product-price span.old,
.single-product-detail .single-product-info .product-price span.old span{
  font-size: 16px;
  text-decoration: line-through;
  color: #a4a4a4;
  margin-right: 5px;
}

/* Footer v2 */
footer.footer-v2 {
  background: #f8f8f8;
}

footer.footer-v2 .social a {
  margin: 0 5px;
  line-height: 40px;
  background: #fff;
}

@media (min-width: 480px){
  footer.footer-v2 .newletter-form form,
  footer.footer-v2 .newletter-form h3
  {
    width: 320px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  footer.footer-v2 .newletter-form {
    border-right: none;
    border-left: none;
  }
  footer.footer-v2 .menu-footer {
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
  }
}

/* Footer v3 */
footer.footer-v3 {
  padding: 0;
}
footer.footer-v3 p,
footer.footer-v3 a{
  font-size: 14px;
  color: #909097;
}

footer.footer-v3 a:hover,
footer.footer-v3 a:focus {
  color: #eb5050;
}

footer.footer-v3 .footer-middle {
  padding-top: 20px;
  padding-bottom: 48px;
  background-color: #f8f8f8;
}

footer.footer-v3 .footer-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 31px;
  margin-top: 35px;
}

footer.footer-v3 .footer-heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  display: block;
  border-bottom: 1px solid #eb5050;
}

footer.footer-v3 .info-item {
  font-size: 14px;
  line-height: 18px;
  color: #909097;
  position: relative;
  padding-left: 30px;
  padding-bottom: 18px;
}

footer.footer-v3 .info-item span {
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  position: absolute;
  left: 0;
  top: 0;
}

footer.footer-v3 .social a {
  margin: 0 3px;
  line-height: 40px;
  background: #fff;
  color: #000;
}

footer.footer-v3 .social a:hover,
footer.footer-v3 .social a:focus {
  color: #eb5050;
}


footer.footer-v3 .social {
  text-align: left;
  padding-top: 10px;
}

footer.footer-v3 .social a:first-child {
  margin-left: 0px;
}


.input-email {
  width: 270px;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 12px;
  color: #909097;
  height: 36px;
  line-height: 36px;
  padding: 0;
  background: transparent;
  margin-bottom: 24px;
  box-shadow: none;
  border-radius: 0;
}

.input-email:focus {
  border: none;
  border-bottom: 1px solid #000000;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}

footer.footer-v3 .newsletter-subtitle {
  margin-bottom: 20px;
}

.btn-submit-line {
  min-width: 116px;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  text-align: center;
  color: #000000;
  border: 2px solid;
  border-radius: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  background: transparent;
}

.btn-submit-line:hover,
.btn-submit-line:focus {
  color: #eb5050;
}

footer.footer-v3 .footer-bottom p {
  color: #6b6b6b;
  font-size: 12px;
  margin-bottom: 10px;
}
footer.footer-v3 .footer-bottom a {
  font-size: 12px;
}

@media screen and (min-width: 767px) {
  footer.footer-v3 .footer-bottom p.footer-payment img {
    float: right;
  }
}
@media screen and (max-width: 676px) {
  footer.footer-v3 .footer-bottom {
    text-align: center;
  }
}
footer.footer-v3 .footer-bottom a {
  color: #eb5050;
}
footer.footer-v3 .footer-bottom span a {
  color: #6b6b6b;
}
footer.footer-v3 .footer-bottom span a:hover {
  color: #eb5050;
}
footer.footer-v3 .footer-bottom {
  padding-top: 20px;
  padding-bottom: 10px;
  background: #000;
}

.description li {
    list-style: initial;
    list-style-position: inside;
}
.warranty img{
display: block;
margin: 0 auto;
}