/**
	
 **/
/*------------------------------------------------------------------
[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
			...
		2.3. Variable
	3. Mixins
	4. Elements
		4.1. Banner
		4.2. Blog
		4.3. Popup
		4.4. Slide
		4.5. Contact
		4.6. About
	5. Ecommerce
		5.1. Cart Page
		5.2. Item view templates
		5.3. Checkout Page
		5.4. Newsletter 
		5.5. Single shop detail page
	6. Layout
		6.1. Header
			6.1.1. Header version 1
			6.1.2. Header version 2
			6.1.3. Header version 3
			6.1.4. Header version 4
			6.1.5. Header version 5
		6.2. Footer
			6.2.1 Footer version 1
			6.2.2 Footer version 2
			6.2.3 Footer version 3
			6.2.4 Footer version 4
			6.2.5 Footer version 5
		6.3. Homepages
			6.3.1. Homepage 1
			6.3.2. Homepage 2
			6.3.3. Homepage 3
			6.3.4. Homepage 4
		6.4. Page
			6.4.1 Collection Detail v1
			6.4.2 Collection Detail v2
			6.4.3 Collection Detail v3
			6.4.4 Collection Detail v4
	7.Responsive
		7.1. FullHD
			7.1.1 FullHD
			7.1.2 Min Fullhd
		7.2. Desktop
			7.2. Max Desktop
		7.3. Table
			7.3.1. tablet
			7.3.2. Max tablet
		7.4. Mobile
			7.4.1. mobile
			7.4.2. Max mobile
-------------------------------------------------------------------*/
/** 1. Import vendor **/
/** 1.1. Vendor **/
/** 1.1.1.	Google fonts **/
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display: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");
@import url("../sass/components/Vendor/ionicons/css/ionicons.min.css");
@import url("../sass/components/Vendor/icomoon/style.css");
@import url("../sass/components/Vendor/elegant/style.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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          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;
    -webkit-box-shadow: none !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;
  box-sizing: border-box; }

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

.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; }
      .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;
  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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-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;
  -ms-touch-action: manipulation;
      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: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; }
  .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;
  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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          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;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-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; } }

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

@media (max-width: 1024px) {
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); } }
.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;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 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;
  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;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    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: 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: 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: 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;
    height: 100%;
    width: 100%;
    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%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-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;
    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;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    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 **/
/** 2. Reset **/
/*
	2.Reset
		2.3. Variable

 */
/** 3. Mixins **/
/*
    3. Mixins

    
 */
/*
    2.Reset
        2.2. Default base

 */
.f-10 {
  font-size: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-0 {
  margin: 0px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-24 {
  margin-bottom: 24px; }

@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);
      transform: scale(1.05); } }
.effect_img:hover {
  background-color: #000;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

.effect_img {
  position: relative;
  overflow: hidden; }
  .effect_img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out; }
  .effect_img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out; }
  @media (min-width: 1025px) {
    .effect_img:hover:before {
      right: 50%;
      left: 50%;
      width: 0;
      background: rgba(255, 255, 255, 0.5); }
    .effect_img:hover:after {
      height: 0;
      top: 50%;
      bottom: 50%;
      background: rgba(255, 255, 255, 0.5); } }

.effect_img2 {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden; }
  .effect_img2:before {
    border-bottom: 50px solid rgba(255, 255, 255, 0.4);
    border-top: 50px solid rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transform: rotate(45deg) scaleY(0);
    -o-transform: rotate(45deg) scaleY(0);
    -webkit-transform: rotate(45deg) scaleY(0);
    -moz-transform: rotate(45deg) scaleY(0);
    -ms-transform: rotate(45deg) scaleY(0);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s, -webkit-transform .35s ease 0s;
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    width: 100%; }
  @media (min-width: 1025px) {
    .effect_img2:hover:before {
      opacity: 1;
      filter: alpha(opacity=100);
      transform: rotate(45deg) scaleY(4);
      -o-transform: rotate(45deg) scaleY(4);
      -webkit-transform: rotate(45deg) scaleY(4);
      -moz-transform: rotate(45deg) scaleY(4);
      -ms-transform: rotate(45deg) scaleY(4); } }

.container-75 {
  padding-right: 75px;
  padding-left: 75px;
  width: 100%; }
  @media (max-width: 1366px) {
    .container-75 {
      width: 100%;
      padding-right: 50px;
      padding-left: 50px; } }

.container-df {
  padding-right: 375px;
  padding-left: 420px;
  width: 100%; }
  @media (max-width: 1366px) {
    .container-df {
      padding-right: 75px;
      padding-left: 290px;
      width: 100%; } }
  @media (max-width: 1024px) {
    .container-df {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; } }

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

.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; } }
.pushmenu {
  /*this is the nav*/
  background: #1d1d1f;
  width: 362px;
  height: 100%;
  top: 0;
  z-index: 45;
  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;
  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; } }
.vow-icon-menu {
  display: inline-block;
  background: transparent;
  cursor: pointer;
  vertical-align: top; }
  .vow-icon-menu.active span {
    width: 30px; }
    .vow-icon-menu.active span:first-child {
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      position: relative;
      top: 8px;
      width: 30px; }
    .vow-icon-menu.active span:nth-child(2) {
      opacity: 0; }
    .vow-icon-menu.active span:last-child {
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      position: relative;
      bottom: 8px;
      margin-left: 0;
      width: 30px; }
  .vow-icon-menu.active .vow-iconbar + .vow-iconbar {
    margin-top: 5px; }
  .vow-icon-menu.menu-close {
    color: #a3783c;
    position: relative; }
    .vow-icon-menu.menu-close span {
      display: none; }
  .vow-icon-menu span {
    height: 3px;
    display: block; }
    .vow-icon-menu span:first-child {
      width: 30px; }
    .vow-icon-menu span:nth-child(2) {
      width: 20px; }
    .vow-icon-menu span:last-child {
      width: 23px; }
  .vow-icon-menu .vow-iconbar + .vow-iconbar {
    margin-top: 3px; }
  .vow-icon-menu.v2 {
    margin-left: 10px;
    padding-top: 45px; }
    @media (min-width: 1500px) {
      .vow-icon-menu.v2 {
        margin-left: 15px; } }
    .vow-icon-menu.v2 .vow-iconbar {
      background-color: #acacac;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .vow-icon-menu.v2.menu-close {
      margin-top: 0; }
      @media (min-width: 1500px) {
        .vow-icon-menu.v2.menu-close {
          margin-right: 15px; } }
    .vow-icon-menu.v2.active {
      padding-top: 38px; }
  .vow-icon-menu.v4 {
    vertical-align: middle; }
    @media (min-width: 1025px) {
      .vow-icon-menu.v4 {
        line-height: 30px;
        width: 30px;
        margin-left: 150px; } }
    .vow-icon-menu.v4 .vow-iconbar {
      background-color: #a3783c;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .vow-icon-menu.v4 span:nth-child(2) {
      width: 20px;
      margin-left: 10px; }
    .vow-icon-menu.v4 span:last-child {
      width: 23px;
      margin-left: 7px; }
  .vow-icon-menu.mobile {
    line-height: 30px;
    width: 30px; }
    .vow-icon-menu.mobile .vow-iconbar {
      background-color: #a3783c; }
    .vow-icon-menu.mobile span:nth-child(2) {
      width: 20px;
      margin-left: 10px; }
    .vow-icon-menu.mobile span:last-child {
      width: 23px;
      margin-left: 7px; }

.vow-icon-menu.v4.active span:last-child {
  width: 30px;
  margin-left: 0; }

.vow-icon-menu.v4.c-v3 .vow-iconbar {
  background-color: #fe566e; }

.vow-icon-menu.v4.c-v5 .vow-iconbar {
  background-color: #d1947c; }

.page-title {
  color: #a3783c;
  font-size: 40px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300; }
  @media (min-width: 1025px) {
    .page-title {
      font-size: 80px; } }

.backto {
  display: inline-block;
  border: 1px solid #c7c7c7;
  color: #636363;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  .backto:hover {
    background: #fbf4e8;
    border-color: #fbf4e8; }
  .backto.v2:hover {
    color: #fff;
    background: #a3853c;
    border-color: #a3853c; }

.scroll_top {
  display: inline-block;
  bottom: 65px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 15px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  z-index: 1003; }
  .scroll_top:hover, .scroll_top:focus {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background: rgba(0, 0, 0, 0.85); }
  @media (max-width: 480px) {
    .scroll_top {
      right: 5px; } }
  .scroll_top i {
    line-height: 44px; }

.grid-icon {
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  color: #e1e1e1;
  padding: 10px 5px;
  vertical-align: middle; }
  .grid-icon span {
    width: 6px;
    height: 6px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid;
    float: left; }
    .grid-icon span:first-child {
      margin-right: 2px; }
  .grid-icon:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #a3783c; }
  .grid-icon.active {
    color: #a3783c; }

.list-icon {
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  color: #e1e1e1;
  padding: 10px 5px;
  vertical-align: middle; }
  .list-icon span {
    width: 15px;
    height: 2px;
    display: block;
    background: #e1e1e1; }
    .list-icon span:first-child {
      margin-bottom: 2px; }
  .list-icon:hover span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background: #a3783c; }
  .list-icon.active span {
    background: #a3783c; }

.icon-rotate-90 {
  -webkit-transform: rotate(45deg);
  transform: rotate(90deg);
  display: inline-block; }

.engoc-row-equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*
    2. Reset
      2.1. Reset

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

body {
  font-family: "Quicksand", sans-serif;
  color: #322e26;
  font-size: 14px; }

a {
  color: #322e26; }

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

ul,
li {
  list-style: none; }

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

input[type="text"],
textarea,
button,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none; }

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

* {
  outline: none; }

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

/** 4. Elements **/
/*
	4. Elements
		4.1. Banner
		4.2. Blog
		4.3. Popup
		4.4. Slide
		4.5.contact
		4.6.about
 */
/*
    4.1.Banner
 */
.banner.v2 {
  padding-bottom: 50px; }
  @media (min-width: 1500px) {
    .banner.v2 {
      padding-bottom: 70px; } }

/*
	4.2. Blog
 */
.post-date {
  text-transform: uppercase;
  color: #a7a194;
  font-size: 12px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .post-date {
      margin-bottom: 15px; } }
  .post-date.v2 {
    color: #acacac; }
    .post-date.v2.f-14 {
      font-size: 14px; }
  .post-date.post-author {
    text-transform: capitalize; }

.post-title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 30px; }
  @media (max-width: 480px) {
    .post-title {
      font-size: 16px; } }
  .post-title a {
    color: #a3783c; }
    .post-title a:hover {
      color: #322e26; }
  .post-title.v2 {
    font-family: "Quicksand", sans-serif; }
    .post-title.v2 a {
      font-weight: 600;
      color: #111111; }
  .post-title.v3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 400; }
    @media (min-width: 1025px) {
      .post-title.v3 {
        margin-bottom: 26px; } }
    .post-title.v3 a {
      color: #322e26; }
  .post-title.v4 a {
    font-size: 16px;
    line-height: 26px; }
    @media (min-width: 1025px) {
      .post-title.v4 a {
        font-size: 30px;
        line-height: 40px; } }

.btn-find {
  display: block;
  color: #a7a194;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .btn-find {
      margin-top: 15px; } }
  .btn-find.v2 {
    color: #d1947c; }
  .btn-find.v3 {
    color: #fe566e; }

@media (min-width: 1025px) {
  .post-info {
    max-width: 300px; }
    .post-info.v2 {
      max-width: 100%; } }

.blog {
  margin-bottom: 50px; }
  @media (min-width: 1025px) {
    .blog {
      margin-bottom: 136px; } }

.post-desc.v2 {
  color: #636363; }

@media (min-width: 768px) {
  .row-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.post-element {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  .post-element .post-date {
    padding-right: 8px; }
    .post-element .post-date.post-author {
      padding-left: 16px;
      padding-right: 8px;
      position: relative; }
      .post-element .post-date.post-author:last-child {
        padding-right: 0; }
      .post-element .post-date.post-author:before {
        content: "/";
        position: absolute;
        left: 0;
        color: #d5dcdf; }
  .post-element.v2 {
    margin-bottom: 20px; }
    .post-element.v2 .post-date {
      margin-bottom: 0; }
  .post-element.v3 {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center; }
    .post-element.v3 .post-date {
      text-transform: unset; }
      .post-element.v3 .post-date.post-author {
        padding-left: 16px;
        padding-right: 8px;
        position: relative; }
        .post-element.v3 .post-date.post-author:last-child {
          padding-right: 0; }
        .post-element.v3 .post-date.post-author:before {
          content: "|"; }

.blog-top {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between; }

.blog-pagination span {
  margin-right: 5px;
  color: #a7a194; }

.blog-grid {
  padding-bottom: 10px;
  padding-top: 15px; }
  @media (max-width: 480px) {
    .blog-grid .post-date {
      margin-bottom: 0; } }
  .blog-grid .blog-item {
    margin-bottom: 20px; }
    @media (min-width: 1650px) {
      .blog-grid .blog-item {
        margin-bottom: 40px; } }

.blog-item .post-img {
  margin-bottom: 18px; }

.blog-bottom .backto {
  color: #322e26; }
.blog-bottom.productfull-bottom span {
  color: #322e26; }

.blog-top {
  padding: 40px 0; }

.blog-sort {
  width: 200px; }
  .blog-sort .date {
    position: relative; }
  .blog-sort .form-control {
    height: 35px;
    padding-left: 22px;
    border-radius: 999px; }
    .blog-sort .form-control::-webkit-input-placeholder {
      color: #a7a194;
      font-size: 14px; }
    .blog-sort .form-control:-moz-placeholder {
      color: #a7a194;
      font-size: 14px; }
    .blog-sort .form-control::-moz-placeholder {
      color: #a7a194;
      font-size: 14px; }
    .blog-sort .form-control:-ms-input-placeholder {
      color: #a7a194;
      font-size: 14px; }
    .blog-sort .form-control:focus {
      border: 1px solid #c2c2c2; }
  .blog-sort .input-group-addon {
    background: #fff;
    border: none;
    padding: 0;
    position: absolute;
    right: 27px;
    top: 32%;
    cursor: pointer; }

.post-desc {
  color: #707070;
  line-height: 25px;
  margin-bottom: 20px; }

.btn-post {
  color: #a7a194;
  text-decoration: underline; }

@media (min-width: 1025px) {
  .blog-info {
    padding-right: 135px; } }
@media (min-width: 480px) {
  .blog-info {
    padding-left: 35px; } }

@media (min-width: 480px) {
  .single-post-item {
    padding-right: 30px; } }
.single-post-item .blog-img {
  margin-bottom: 20px; }

.single-post-item {
  margin-bottom: 40px; }
  @media (min-width: 1025px) {
    .single-post-item {
      margin-bottom: 89px; } }

.main-content .pagination {
  margin: 0; }
.main-content .pagination a {
  border: 0;
  color: #322e26;
  padding: 6px; }
.main-content .pagination > li:first-child > a, .main-content .pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.main-content .pagination > li:last-child > a, .main-content .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.main-content .pagination > li > a:hover, .main-content .pagination > li > a:focus, .main-content .pagination > li > span:hover, .main-content .pagination > li > span:focus {
  background-color: #fff;
  border-color: #fff;
  color: #a7a194; }
.main-content .single-post-pagination {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px; }
  @media (min-width: 1025px) {
    .main-content .single-post-pagination {
      margin-bottom: 192px; } }
.main-content .btn-pagi {
  color: #a7a194;
  text-transform: uppercase;
  font-size: 12px; }
  .main-content .btn-pagi.btn-prev {
    margin-right: 36px; }
    .main-content .btn-pagi.btn-prev i {
      margin-right: 7px; }
  .main-content .btn-pagi.btn-next2 {
    margin-left: 36px; }
    .main-content .btn-pagi.btn-next2 i {
      margin-left: 7px; }

.sidebar-heading {
  @incude $custom-font2; }
  .sidebar-heading.v1 {
    color: #5d574d;
    font-size: 14px;
    font-style: italic; }
  .sidebar-heading.v2 {
    color: #111;
    font-size: 24px;
    font-weight: normal; }

.blog-social {
  padding-top: 5px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  border-bottom-style: dotted; }
  @media (min-width: 768px) {
    .blog-social {
      padding-bottom: 54px; } }
  .blog-social h3 {
    margin-bottom: 23px; }
  .blog-social a {
    color: #acacac;
    margin-right: 16px; }
    .blog-social a:hover {
      color: #a3783c; }

.blog-newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  border-bottom-style: dotted; }
  @media (min-width: 768px) {
    .blog-newsletter {
      padding-top: 50px;
      padding-bottom: 58px; } }
  .blog-newsletter h3 {
    margin-bottom: 20px; }
  .blog-newsletter .blog-newsletter-form {
    width: 230px;
    position: relative; }
    .blog-newsletter .blog-newsletter-form input {
      height: 35px;
      border-radius: 999px;
      border: 1px solid #e4e1da; }
      .blog-newsletter .blog-newsletter-form input::-webkit-input-placeholder {
        color: 14px;
        font-size: #a0998b; }
      .blog-newsletter .blog-newsletter-form input:-moz-placeholder {
        color: 14px;
        font-size: #a0998b; }
      .blog-newsletter .blog-newsletter-form input::-moz-placeholder {
        color: 14px;
        font-size: #a0998b; }
      .blog-newsletter .blog-newsletter-form input:-ms-input-placeholder {
        color: 14px;
        font-size: #a0998b; }
    .blog-newsletter .blog-newsletter-form .f-btn-submit {
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      position: absolute;
      top: 0;
      right: 0;
      border-left: 1px solid #e4e1da;
      border-radius: 0;
      padding: 8px 20px 8px 14px;
      background: transparent; }

.widget-latest-post {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .widget-latest-post {
      padding: 78px 0; } }
  .widget-latest-post h3 {
    margin-bottom: 45px; }

.latest-item {
  margin-bottom: 40px; }
  .latest-item:last-child {
    margin-bottom: 0px; }
  .latest-item span {
    color: #a0998b;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 14px;
    display: inline-block; }
    .latest-item span:before {
      border-bottom: 1px solid #a0998b;
      bottom: 0;
      left: 0;
      content: "";
      position: absolute;
      width: 38px; }
  .latest-item h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px; }
  .latest-item p {
    color: #5d574d;
    font-size: 13px; }

.widget-tags h3 {
  margin-bottom: 55px; }
.widget-tags a {
  color: #5d574d;
  font-size: 16px;
  margin: 0 22px 12px 0;
  display: inline-block; }
  .widget-tags a:hover {
    color: #a3783c; }

.widget-category h3 {
  margin-bottom: 26px; }
.widget-category ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  border-bottom-style: dotted; }
  .widget-category ul li:nth-child(2n+2) {
    background: #f7f7f7; }
  .widget-category ul li:first-child {
    border-top: 1px solid #e6e6e6;
    border-top-style: dotted; }
  .widget-category ul li a {
    color: #5d574d;
    font-size: 16px;
    margin-left: 10px; }
    .widget-category ul li a:hover {
      color: #a3783c; }

.widget-banner {
  padding-top: 64px;
  padding-bottom: 82px; }

.widget-insta {
  margin-bottom: 80px; }
  .widget-insta h3 {
    margin-bottom: 44px; }

.news-sidebar {
  padding-top: 15px;
  padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .news-sidebar {
      padding-bottom: 70px;
      padding-bottom: 0; }
      .news-sidebar .main-content {
        margin-left: 70px; }
      .news-sidebar .sidebar {
        margin-left: -100px; } }
  @media (min-width: 480px) {
    .news-sidebar {
      padding-top: 50px; } }

.vow-instagram {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .vow-instagram a {
    width: 33.333333%; }

.element-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between; }

.post-content .breadcrumb li a {
  font-size: 11px; }
.post-content .heading-content {
  padding-top: 7px;
  padding-bottom: 36px; }
  .post-content .heading-content h3 {
    margin-top: 8px;
    margin-bottom: 34px; }
    @media (max-width: 767px) {
      .post-content .heading-content h3 {
        width: 100%; } }
.post-content h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px; }
  @media (min-width: 768px) {
    .post-content h3 {
      font-size: 50px;
      line-height: 60px; } }
.post-content blockquote {
  border-left: 1px solid #edecea;
  border-right: 1px solid #edecea;
  border-bottom: 1px solid #edecea;
  border-top: 1px solid #edecea;
  margin: 83px 0 55px;
  padding: 40px 20px;
  position: relative; }
  .post-content blockquote:before {
    content: url("../img/blog/quote-icon2.jpg");
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 48%; }
    @media (max-width: 480px) {
      .post-content blockquote:before {
        left: 44%; } }
  .post-content blockquote p {
    color: #a7a194;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-style: italic;
    line-height: 34px;
    margin-bottom: 42px; }
.post-content .highlight {
  color: #a3853c; }
.post-content .content-width {
  margin: 0 auto; }
  .post-content .content-width.v1 {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .post-content .content-width.v1 {
        max-width: 1024px;
        padding-top: 62px;
        padding-bottom: 28px; }
        .post-content .content-width.v1 p {
          font-size: 30px;
          line-height: 40px; } }
    .post-content .content-width.v1 p {
      font-size: 24px;
      line-height: 34px; }
  @media (min-width: 768px) {
    .post-content .content-width.v2 {
      max-width: 630px; }
      .post-content .content-width.v2 p {
        font-size: 18px;
        line-height: 30px;
        text-align: left;
        margin-bottom: 20px; }
      .post-content .content-width.v2 img {
        margin-top: 26px;
        margin-bottom: 42px; } }
  .post-content .content-width.v2 p {
    font-size: 16px;
    line-height: 24px; }
  .post-content .content-width.v2 img {
    margin-top: 15px;
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .post-content .content-width.v3 {
      max-width: 700px;
      padding-left: 35px; }
      .post-content .content-width.v3 p {
        font-size: 18px;
        line-height: 30px;
        text-align: left;
        margin-bottom: 35px; } }
  .post-content .content-width.v3 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px; }
@media (max-width: 480px) {
  .post-content .inside {
    margin-bottom: 15px; } }
@media (min-width: 768px) {
  .post-content .inside {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .post-content .inside p {
      width: 400px;
      margin-right: 30px; }
    .post-content .inside a {
      width: 270px;
      display: block;
      margin-top: 25px; } }

.blog-comment {
  border-top: 1px solid #d3d8db;
  padding-top: 30px;
  padding-bottom: 50px; }
  @media (min-width: 1024px) {
    .blog-comment {
      max-width: 1030px;
      padding: 30px 200px 119px 200px;
      margin: 0 70px;
      border-top: 1px solid #d3d8db; } }
  .blog-comment .comment-top .entry-between {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 20px; }
    .blog-comment .comment-top .entry-between .number-comment {
      font-weight: bold;
      font-size: 18px; }
    .blog-comment .comment-top .entry-between .comment {
      background: #d3d8db;
      font-size: 13px;
      position: relative;
      color: #111111;
      width: 23px;
      height: 23px;
      line-height: 23px;
      text-align: center;
      border-radius: 3px; }
      .blog-comment .comment-top .entry-between .comment:before {
        content: "";
        position: absolute;
        left: -4px;
        top: 50%;
        color: #d3d8db;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        vertical-align: middle;
        border-right: 4px dashed;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent; }
      .blog-comment .comment-top .entry-between .comment:after {
        content: "\f005";
        position: absolute;
        left: -25px;
        top: 50%;
        color: #a3853c;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-family: FontAwesome;
        font-size: 18px; }
  .blog-comment .comment-top .comment-text {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-comment .comment-top .comment-text .img-comment {
      max-width: 50px;
      margin-right: 8px; }
    .blog-comment .comment-top .comment-text form {
      width: 90%;
      margin-left: auto; }
      .blog-comment .comment-top .comment-text form input {
        padding-left: 22px;
        line-height: 50px;
        height: 50px;
        font-size: 13px;
        border: 2px solid #d7d7d7;
        border-radius: 8px; }
        .blog-comment .comment-top .comment-text form input::-webkit-input-placeholder {
          color: #a7a194;
          font-size: 13px; }
        .blog-comment .comment-top .comment-text form input:-moz-placeholder {
          color: #a7a194;
          font-size: 13px; }
        .blog-comment .comment-top .comment-text form input::-moz-placeholder {
          color: #a7a194;
          font-size: 13px; }
        .blog-comment .comment-top .comment-text form input:-ms-input-placeholder {
          color: #a7a194;
          font-size: 13px; }
  .blog-comment .gallery {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #e9edef;
    padding-top: 17px; }
    .blog-comment .gallery .warp-right {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
      .blog-comment .gallery .warp-right .setting {
        margin-left: 25px; }
        .blog-comment .gallery .warp-right .setting .dropdown-menu {
          right: 0;
          left: auto; }
  .blog-comment .comment-nav {
    display: inline-block;
    border: none; }
    .blog-comment .comment-nav li {
      position: relative;
      display: inline-block;
      padding: 0px 7px; }
      .blog-comment .comment-nav li a {
        background: none repeat scroll 0 0 transparent;
        color: #a7a194;
        line-height: 40px;
        border-radius: 0;
        font-weight: 100;
        font-size: 13px;
        display: block; }
      .blog-comment .comment-nav li:first-child {
        padding-right: 7px;
        padding-left: 0; }
        .blog-comment .comment-nav li:first-child a {
          padding-left: 18px; }
      .blog-comment .comment-nav li.active a {
        color: #322e26;
        border-bottom: 2px solid #000; }
  .blog-comment .tab-content {
    padding-top: 13px; }
    @media (min-width: 1500px) {
      .blog-comment .tab-content {
        padding-left: 0;
        padding-top: 18px;
        padding-right: 0;
        float: unset; } }
    .blog-comment .tab-content .item {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      padding-bottom: 56px; }
      .blog-comment .tab-content .item .img-item {
        margin-right: 10px; }
      .blog-comment .tab-content .item .content-comment .wrp-name {
        margin-bottom: 10px; }
      .blog-comment .tab-content .item .content-comment .name {
        font-size: 13px;
        color: #a3783c;
        margin-right: 46px; }
      .blog-comment .tab-content .item .content-comment .date {
        color: #a7a194;
        font-size: 12px; }
      .blog-comment .tab-content .item .content-comment p {
        line-height: 24px;
        margin-bottom: 20px; }
      .blog-comment .tab-content .item .content-comment .share-comment {
        font-size: 13px;
        color: #a7a194; }
        .blog-comment .tab-content .item .content-comment .share-comment span {
          padding-right: 8px;
          cursor: pointer; }
        .blog-comment .tab-content .item .content-comment .share-comment i {
          color: #a7a194; }
  .blog-comment .follow {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 22px;
    border-top: 2px solid #eaeef0; }
    @media (max-width: 480px) {
      .blog-comment .follow {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .blog-comment .follow .follow-left {
          margin-bottom: 15px; } }
    .blog-comment .follow span {
      color: #a7a194;
      padding-right: 18px;
      font-size: 12px; }
      .blog-comment .follow span i {
        padding-right: 8px;
        font-size: 18px; }

.related-post {
  padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .related-post {
      padding-bottom: 170px; } }
  .related-post > h3 {
    position: relative;
    font-weight: bold;
    font-size: 30px;
    font-family: "Playfair Display", serif;
    color: #a3783c;
    padding-top: 25px;
    margin-bottom: 60px; }
    .related-post > h3:before {
      border-bottom: 1px solid #e1e1e1;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      position: absolute;
      width: 31px;
      top: 0;
      bottom: unset; }
  .related-post .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%);
    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) {
      .related-post .owl-nav > div {
        opacity: 1; } }
    @media (max-width: 480px) {
      .related-post .owl-nav > div {
        top: 34%; } }
  .related-post .owl-nav > div.owl-prev {
    right: auto;
    left: 0; }
  .related-post .owl-nav > div.owl-next {
    right: 0;
    left: auto; }
  .related-post .owl-theme .owl-nav [class*=owl-] {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 22px;
    border-radius: 0; }

.blog-banner-img {
  position: relative; }
  .blog-banner-img .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 62%; }
    .blog-banner-img .banner-title h3 {
      font-weight: bold;
      font-size: 36px;
      font-family: "Playfair Display", serif;
      padding-bottom: 17px;
      position: relative; }
      @media (min-width: 768px) {
        .blog-banner-img .banner-title h3 {
          font-size: 72px; } }
      .blog-banner-img .banner-title h3:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 30px;
        background: #111111;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 27%);
                transform: translate(-50%, 27%); }

/*
    4.4. Slide
 */
.slider-collectionf .items {
  position: relative; }

.collection-full {
  position: relative; }
  .collection-full .slider-collectionf {
    width: 100%;
    display: inline-block; }
  .collection-full .slick-slide {
    margin: 0 15px; }
    @media (min-width: 1624px) {
      .collection-full .slick-slide {
        margin: 0 65px; } }
  .collection-full .slick-slide.slick-center {
    opacity: 1; }
  @media (max-width: 480px) {
    .collection-full .slick-list.draggable {
      padding: 0px !important; } }
  @media (min-width: 1025px) {
    .collection-full .slick-list.draggable {
      padding: 0 260px !important; } }
  @media (min-width: 1624px) {
    .collection-full .slick-list.draggable {
      padding: 0 310px !important; } }
  .collection-full .slick-dotted.slick-slider {
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .collection-full .slick-dotted.slick-slider {
        margin-bottom: 20px; } }

.items.slick-slide.slick-current.slick-active.slick-center .text {
  opacity: 1; }

.slick-slide .text {
  opacity: 0; }

.f-colect-title {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  z-index: -1;
  overflow: hidden; }
  @media (min-width: 1025px) {
    .f-colect-title {
      top: 70px; } }
  .f-colect-title h3 {
    color: #a3783c;
    font-family: "Josefin Sans", sans-serif;
    font-size: 200px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.1;
    text-align: center; }
    @media (max-width: 1024px) {
      .f-colect-title h3 {
        font-size: 100px; } }
  @media (max-width: 480px) {
    .f-colect-title {
      display: none; } }

.items .text {
  padding-left: 15px; }
  @media (min-width: 1025px) {
    .items .text {
      padding-left: 30px;
      padding-right: 50px; } }
  @media (min-width: 1624px) {
    .items .text {
      padding-left: 105px; } }
  @media (min-width: 1025px) {
    .items .text.v2 {
      padding-left: 80px; } }

.slider-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.2em;
  max-width: 200px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .slider-title {
      font-size: 40px;
      margin-bottom: 20px; } }
  @media (min-width: 1500px) {
    .slider-title {
      margin-bottom: 30px;
      font-size: 50px;
      line-height: 60px;
      margin-top: 114px; } }
  .slider-title.v2 {
    margin-top: 0; }
    @media (min-width: 768px) {
      .slider-title.v2 {
        font-size: 50px;
        line-height: 60px; } }

.slider-desc {
  color: #a3783c;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-size: 14px;
  position: relative;
  padding-top: 15px;
  display: table; }
  @media (max-width: 480px) {
    .slider-desc {
      font-size: 13px;
      padding-top: 10px; } }
  @media (min-width: 1025px) {
    .slider-desc {
      padding-top: 25px; } }
  @media (min-width: 1624px) {
    .slider-desc {
      padding-top: 35px; } }
  .slider-desc:before {
    border-bottom: 1px solid #a3783c;
    right: 25px;
    content: "";
    position: absolute;
    top: 0;
    width: 310px; }
    @media (min-width: 1025px) {
      .slider-desc:before {
        width: 325px; } }
    @media (min-width: 1624px) {
      .slider-desc:before {
        width: 580px; } }
  .slider-desc:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #a78b45;
    right: 6px;
    top: -5px; }
  @media (min-width: 1624px) {
    .slider-desc {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .slider-desc.v2 {
      font-size: 18px; } }
  .slider-desc.v2:before {
    right: 175px; }
    @media (min-width: 1624px) {
      .slider-desc.v2:before {
        width: 420px; } }
  .slider-desc.v2:after {
    right: 160px; }

.custom_paging li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 7px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .custom_paging li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #a3783c;
    border: 1px solid #a3783c;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute; }
  .custom_paging li:last-child {
    margin-right: 0; }
.custom_paging .slick-active {
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 0 0 0 1px #a3783c;
          box-shadow: 0 0 0 1px #a3783c; }
.custom_paging .slick-active a {
  background-color: #a3783c;
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

.custom {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .custom {
      margin-bottom: 100px; } }
  @media (min-width: 1624px) {
    .custom {
      margin-bottom: 214px; } }

.custom_paging {
  text-align: center; }

.pagingInfo {
  margin-left: 200px;
  color: #a3783c;
  font-size: 28.5px;
  font-weight: normal;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  width: 30px; }
  @media (max-width: 1024px) {
    .pagingInfo {
      font-size: 20.5px; } }
  @media (max-width: 480px) {
    .pagingInfo {
      margin-left: 75px;
      font-size: 16px; } }
  .pagingInfo:before {
    position: absolute;
    content: "";
    right: 45px;
    width: 173px;
    height: 1px;
    top: 50%;
    background: #a3783c;
    opacity: 0.3;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s; }
    @media (max-width: 480px) {
      .pagingInfo:before {
        width: 60px;
        right: 37px; } }

.wrapper-slider {
  position: relative;
  z-index: 5; }

@media (min-width: 480px) {
  .single-colect {
    display: none; } }
@media (min-width: 1025px) {
  .single-colect {
    display: table;
    position: relative;
    z-index: 5;
    margin-top: -300px; } }

.slider-home3 {
  position: relative;
  z-index: 3; }
  @media (max-width: 1024px) {
    .slider-home3 {
      overflow: hidden; } }
  @media (max-width: 480px) {
    .slider-home3 {
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .slider-home3 .slick-list.draggable {
      padding: 0 19.6% 0 0; } }
  .slider-home3 .slick-slider {
    overflow: hidden; }
  .slider-home3 .slick-prev:before,
  .slider-home3 .slick-next:before {
    color: red; }

@media (min-width: 768px) {
  .slider-home2 .slick-list.draggable {
    padding: 0 24.3% 0 0; } }

.items {
  position: relative; }

.box-content-right {
  right: 10px;
  position: absolute;
  top: 34%; }
  @media (min-width: 1624px) {
    .box-content-right {
      right: 116px; } }

.box-content-left.text-ver2 {
  padding-left: 50px; }
  @media (min-width: 1025px) {
    .box-content-left.text-ver2 {
      padding-left: 162px; } }

.text-ver2 {
  font-family: "Playfair Display", serif; }
  .text-ver2.white {
    color: #fff; }
  .text-ver2.pink {
    color: #fe566e; }
  .text-ver2.h2-desc-c {
    color: #8d655e; }

.h3-slide-desc {
  letter-spacing: 0.1em;
  font-style: italic; }
  @media (min-width: 480px) {
    .h3-slide-desc {
      font-size: 30px; } }
  @media (min-width: 1025px) {
    .h3-slide-desc {
      font-size: 40px; } }
  @media (min-width: 1025px) {
    .h3-slide-desc.v2 {
      font-size: 50px; } }
  .h3-slide-desc.h2-desc-c {
    color: #8d655e; }

.h3-slide-title {
  font-weight: bold;
  max-width: 100px;
  font-size: 20px; }
  .h3-slide-title.v2 {
    max-width: unset; }
  @media (min-width: 480px) {
    .h3-slide-title {
      font-size: 50px;
      max-width: 260px; } }
  @media (min-width: 1025px) {
    .h3-slide-title {
      font-size: 70px;
      max-width: 360px; } }
  @media (min-width: 1624px) {
    .h3-slide-title {
      font-size: 90px;
      line-height: 90px;
      max-width: 510px; } }
  .h3-slide-title.h2-title-c {
    color: #412823; }
    @media (min-width: 1624px) {
      .h3-slide-title.h2-title-c {
        font-size: 100px; } }

.btn-next {
  color: #111111;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  position: absolute;
  bottom: 10%;
  right: 35%;
  cursor: pointer; }
  @media (min-width: 1624px) {
    .btn-next {
      bottom: 18%;
      right: 23%; } }
  .btn-next:before {
    position: absolute;
    content: "";
    margin-left: 80px;
    top: 50%;
    width: 420px;
    height: 1px;
    background: #d79fb8; }
  .btn-next:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #d79fb8;
    top: 32%;
    margin-left: 17px; }
  .btn-next.v2 {
    position: absolute;
    top: 50%;
    right: 29%;
    bottom: unset; }
    @media (max-width: 480px) {
      .btn-next.v2 {
        right: 15%; } }
    .btn-next.v2:before {
      position: absolute;
      content: "";
      margin-left: 80px;
      top: 50%;
      width: 420px;
      height: 1px;
      background: #d1947c; }
    .btn-next.v2:after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid #a78a44;
      top: 32%;
      margin-left: 17px; }

.slider-home1 {
  position: relative; }
  .slider-home1 .btn-slider {
    position: absolute;
    top: 40%;
    right: 75px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
    @media (max-width: 1024px) {
      .slider-home1 .btn-slider {
        right: 15px; } }
    @media (max-width: 480px) {
      .slider-home1 .btn-slider {
        top: 30%; } }
  .slider-home1 .btn-arrow {
    display: inline-block;
    padding: 5px 0;
    margin-left: auto;
    cursor: pointer; }
    .slider-home1 .btn-arrow:before {
      content: url(../img/arrow-top.png);
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      display: inline-block;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .slider-home1 .btn-arrow.slick-disabled:before {
      opacity: 0.2; }
  .slider-home1 .btn-arrow.bottom-arrow:before {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.rotate {
  position: absolute;
  top: 10%;
  right: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  @media (min-width: 1025px) {
    .rotate {
      right: 0;
      top: 33%;
      width: 100%; } }

.container-rotate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  .container-rotate .custom.v2 {
    margin-bottom: 0;
    margin-left: auto;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .container-rotate .custom.v2 .custom_paging {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .container-rotate .custom.v2 .custom_paging li {
        display: block;
        margin: 7px 0; }
        .container-rotate .custom.v2 .custom_paging li:first-child {
          margin-top: 0; }
        .container-rotate .custom.v2 .custom_paging li:last-child {
          margin-bottom: 0; }
    .container-rotate .custom.v2 .pagingInfo {
      padding-bottom: 50px;
      margin-left: 0;
      color: #111;
      text-align: center; }
      @media (min-width: 767px) {
        .container-rotate .custom.v2 .pagingInfo {
          padding-bottom: 200px; } }
      @media (min-width: 1624px) {
        .container-rotate .custom.v2 .pagingInfo {
          font-size: 30px; } }
      .container-rotate .custom.v2 .pagingInfo:before {
        top: 55%;
        right: -70px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
        @media (max-width: 767px) {
          .container-rotate .custom.v2 .pagingInfo:before {
            content: none; } }
    .container-rotate .custom.v2 .post-fade {
      margin-top: -10px; }

.slider-home4.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slider-home4 .slider-img {
  position: relative; }
.slider-home4 .slider-content {
  position: absolute;
  bottom: 15%; }
  @media (min-width: 1025px) {
    .slider-home4 .slider-content {
      width: 100%;
      bottom: 22%; } }
  .slider-home4 .slider-content h3 {
    color: #a3783c;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: 0.3em; }
    @media (max-width: 480px) {
      .slider-home4 .slider-content h3 {
        font-size: 20px; } }
    @media (min-width: 480px) {
      .slider-home4 .slider-content h3 {
        font-size: 40px; } }
    @media (min-width: 1025px) {
      .slider-home4 .slider-content h3 {
        font-size: 60px; } }

/*
    4.3. Popup
 */
.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: 30px;
  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;
    outline: none;
    color: #a3783c; }
  .button_search:focus {
    outline: none;
    background: none; }

.input-group-btn {
  -webkit-box-shadow: none;
          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; }

.close-popup {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #322e26;
  cursor: pointer; }
  @media (min-width: 767px) {
    .close-popup {
      font-size: 30px; } }

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

/*
	4.5.contact
 */
.v-heading {
  color: #322e26;
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 42px; }
  .v-heading.v2 {
    font-size: 24px;
    margin-bottom: 35px; }

.contact-right {
  padding-top: 30px; }
  @media (min-width: 1025px) {
    .contact-right {
      padding-top: 190px;
      padding-left: 85px; } }

.contact-intro {
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .contact-intro {
      margin-bottom: 82px; } }
  .contact-intro p {
    position: relative;
    font-size: 16px; }
    @media (min-width: 1025px) {
      .contact-intro p {
        font-size: 20px;
        line-height: 30px; } }
    .contact-intro p:after {
      content: "";
      background: url(../img/others/other-quote.png) no-repeat center;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      top: -120px;
      top: -30px;
      position: absolute;
      width: 170px;
      height: 218px;
      z-index: 1; }
      @media (min-width: 1025px) {
        .contact-intro p:after {
          right: 93px;
          top: -120px; } }

.contact-connect {
  padding-top: 38px; }
  @media (max-width: 767px) {
    .contact-connect {
      text-align: center; } }
  .contact-connect .email {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px; }
    .contact-connect .email:before {
      border-bottom: 1px solid #8b8984;
      bottom: 0;
      left: 0;
      content: "";
      position: absolute;
      width: 290px;
      border-bottom: 2px solid #8b8984;
      bottom: 6px; }
  .contact-connect .c-address {
    font-size: 18px;
    margin-bottom: 2px; }
  .contact-connect .phone {
    font-size: 36px; }

.v-color2 {
  color: #a7a194; }

.contact-form.login.checkout-page {
  padding: 0; }
.contact-form.login .login-form {
  margin-top: 0; }
.contact-form.login .btn-vsend {
  color: #a7a194;
  display: inline-block;
  text-transform: uppercase;
  float: right;
  clear: both;
  padding-right: 34px;
  border-bottom: 1px solid #a7a194;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  cursor: pointer;
  background: #fff; }

.contact {
  padding: 50px 0; }
  @media (min-width: 1025px) {
    .contact {
      padding-top: 100px;
      padding-bottom: 200px; } }
  @media (min-width: 768px) {
    .contact .row {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

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

/*
	4.6.about
 */
.about {
  padding-bottom: 50px;
  padding-top: 50px; }
  @media (min-width: 1025px) {
    .about {
      padding-bottom: 100px;
      padding-top: 100px; } }

@media (min-width: 1025px) {
  .about-top {
    margin-bottom: 92px; } }
.about-top h4 {
  font-family: "Playfair Display", serif;
  font-weight: bold; }
.about-top h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100; }
.about-top .about-heading {
  font-size: 30px; }
  @media (min-width: 768px) {
    .about-top .about-heading {
      font-size: 40px; } }
  @media (min-width: 1025px) {
    .about-top .about-heading {
      font-size: 80px; } }
  .about-top .about-heading.v2 {
    font-style: italic;
    font-size: 20px; }
    @media (min-width: 768px) {
      .about-top .about-heading.v2 {
        font-size: 30px; } }
    @media (min-width: 1025px) {
      .about-top .about-heading.v2 {
        font-size: 70px; } }
  .about-top .about-heading.v3 {
    font-size: 22px; }
    @media (min-width: 768px) {
      .about-top .about-heading.v3 {
        font-size: 32px; } }
    @media (min-width: 1025px) {
      .about-top .about-heading.v3 {
        font-size: 72px;
        line-height: 50px; } }

.about-top-img .about-img {
  position: relative;
  margin-top: 30px; }
  @media (min-width: 1025px) {
    .about-top-img .about-img {
      margin-top: 68px; } }
.about-top-img .about-title {
  position: absolute;
  top: 56px;
  left: 70px; }
  @media (min-width: 480px) {
    .about-top-img .about-title {
      max-width: 270px;
      text-align: left; } }
  @media (max-width: 480px) {
    .about-top-img .about-title {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .about-top-img .about-title h3 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 28px; }
    @media (min-width: 768px) {
      .about-top-img .about-title h3 {
        font-size: 48px;
        line-height: 50px; } }

.about-content-detail {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .about-content-detail {
      margin-bottom: 106px; } }

@media (min-width: 1024px) {
  .about-content {
    padding-left: 170px;
    padding-right: 170px; } }
.about-content > h3 {
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 30px;
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .about-content > h3 {
      margin-top: 68px; } }
.about-content p {
  font-size: 16px;
  line-height: 26px; }
.about-content .icon-text {
  font-size: 89px;
  float: left;
  line-height: 72px;
  width: 82px;
  height: 78px;
  font-weight: 100; }
.about-content .about-quote p {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  font-size: 20px; }
  @media (min-width: 768px) {
    .about-content .about-quote p {
      padding-top: 55px;
      padding-bottom: 60px; } }
  .about-content .about-quote p:before {
    border-bottom: 1px solid #c2c2c2;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 93px; }
  .about-content .about-quote p:after {
    border-bottom: 1px solid #c2c2c2;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 93px;
    top: 0;
    bottom: unset; }
  @media (min-width: 1025px) {
    .about-content .about-quote p {
      font-size: 30px;
      line-height: 40px;
      max-width: 733px; } }

.about-author {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .about-author {
      padding-top: 136px; } }
  @media (min-width: 1025px) {
    .about-author .intro {
      padding-left: 70px; } }
  .about-author .intro h3 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 28px; }
    @media (min-width: 768px) {
      .about-author .intro h3 {
        font-size: 48px;
        line-height: 50px; } }
  .about-author .intro p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .about-author .intro p {
        margin-top: 24px;
        margin-bottom: 64px;
        max-width: 400px; } }

.author .author-img {
  position: relative;
  margin-bottom: 17px; }
  @media (max-width: 480px) {
    .author .author-img img {
      width: 100%; } }
.author .author-text p {
  color: #fff;
  text-transform: uppercase;
  line-height: 25px;
  padding: 0 50px; }
.author .author-profile .name {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px; }
.author .author-profile .carer {
  color: #a7a194; }
.author .author-item {
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .author .author-item {
      margin-bottom: 70px; } }
  .author .author-item:hover .overlay-img, .author .author-item:active .overlay-img, .author .author-item:focus .overlay-img {
    opacity: 1; }

.author-quote {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .author-quote {
      max-width: 770px; } }
  .author-quote p {
    position: relative;
    margin-bottom: 30px;
    padding-top: 116px; }
    @media (min-width: 768px) {
      .author-quote p {
        font-size: 24px;
        line-height: 36px; } }
    .author-quote p:before {
      content: "";
      background: url(../img/others/other-quote2.png) no-repeat center;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      top: 25px;
      position: absolute;
      width: 170px;
      height: 218px;
      z-index: 1; }
  .author-quote .author-quote-img {
    width: 78px;
    height: 78px;
    display: inline-block;
    margin-bottom: 2px; }
    .author-quote .author-quote-img img {
      border-radius: 100%; }
  .author-quote .owl-theme .owl-dots .owl-dot span {
    background: #c2c2c2;
    width: 7px;
    height: 7px; }
  .author-quote .owl-theme .owl-dots .owl-dot.active span {
    background: #a78b45; }

.about-brand {
  padding-top: 40px; }
  @media (min-width: 767px) {
    .about-brand {
      padding-top: 118px; } }
  .about-brand h3 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .about-brand h3 {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 76px; } }
  .about-brand .btn-view-brand {
    position: relative;
    display: inline-block;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .about-brand .btn-view-brand {
        margin-top: 76px; } }
    .about-brand .btn-view-brand:before {
      content: "";
      position: absolute;
      width: 162px;
      height: 1px;
      bottom: 0;
      left: 0;
      border-bottom: 1px solid #65615a; }
  .about-brand img {
    opacity: 0.3; }
  .about-brand .brand-item:hover img {
    opacity: 1; }

.brand-3item {
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .brand-3item {
      width: 570px;
      padding-top: 40px; } }

/** 5. Ecommerce **/
/*
	5. Ecommerce
		5.1. Cart Page
		5.2. Item view templates
		5.3. Checkout Page
		5.4. Newsletter 
		5.5. Single shop detail page
 */
/*
    5.2. Item view templates
 */
.product-img {
  position: relative; }

.overlay-img {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(163, 120, 60, 0.8)), to(rgba(163, 120, 60, 0.8)));
  background: linear-gradient(to bottom, rgba(163, 120, 60, 0.8) 0%, rgba(163, 120, 60, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  .overlay-img.v2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1947c+0,d1947c+100&0.8+0,0.8+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(209, 148, 124, 0.8)), to(rgba(209, 148, 124, 0.8)));
    background: linear-gradient(to bottom, rgba(209, 148, 124, 0.8) 0%, rgba(209, 148, 124, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd1947c', endColorstr='#ccd1947c', GradientType=0);
    /* IE6-9 */ }

.box-content-left {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.box-content-center {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product-action {
  padding-left: 25px; }
  .product-action a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
    .product-action a:hover {
      background: #a3783c;
      border-color: #a3783c; }
    .product-action a i {
      line-height: 28px; }
    .product-action a:last-child {
      margin-bottom: 0; }
  .product-action.v2 {
    padding-left: 15px;
    padding-right: 25px;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 1024px) {
      .product-action.v2 {
        display: none; } }
    @media (min-width: 1025px) {
      .product-action.v2 {
        padding-left: 10px;
        padding-right: 0px; } }
    @media (min-width: 1624px) {
      .product-action.v2 {
        padding-left: 15px;
        padding-right: 25px; } }
    .product-action.v2 a {
      border: 1px solid #a7a194;
      color: #a7a194; }
      .product-action.v2 a:hover {
        background: #a3783c;
        color: #fff;
        border-color: #fff; }
  .product-action.v3 {
    padding-left: 0; }

.product-img.v2 {
  display: table-cell; }
@media (min-width: 768px) {
  .product-img.v3 {
    padding-right: 70px; } }

.product-price.inovl {
  color: #fff;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
  padding-top: 40%; }
  @media (max-width: 1024px) {
    .product-price.inovl {
      display: none; } }

@media (min-width: 768px) {
  .product-info.v3 {
    position: absolute;
    top: 144px;
    right: 0;
    max-width: 140px; }
    .product-info.v3 .product-title {
      margin: 0; } }
.product-info .product-title {
  margin-top: 25px;
  margin-bottom: 15px; }
  .product-info .product-title a {
    font-size: 18px;
    font-weight: 400; }
    .product-info .product-title a span {
      text-align: super;
      text-transform: uppercase; }
  @media (max-width: 767px) {
    .product-info .product-title {
      margin-top: 5px;
      margin-bottom: 5px; } }
.product-info .price-n {
  color: #a7a194;
  font-size: 18px; }

.product-desc {
  display: none; }

.product-action-ver2 {
  display: none; }
  .product-action-ver2.detail-action {
    display: block; }

@media (min-width: 1025px) {
  .product-item .product-action {
    opacity: 0; }

  .product-item .hover-action {
    opacity: 0; }

  .product-item:hover .product-action {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }

  .product-item:hover .hover-action {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }

  .hover-price {
    opacity: 0; }

  .product-item:hover .hover-price {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }

  .product-info.v2 {
    max-width: 250px; } }
.product-item {
  cursor: pointer; }
  .product-item:hover .overlay-img, .product-item:active .overlay-img, .product-item:focus .overlay-img {
    opacity: 1; }
  .product-item:hover .product-img, .product-item:active .product-img, .product-item:focus .product-img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }

.multiple-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  padding: 15px 70px;
  z-index: 10; }
  .multiple-img .img {
    width: 32px;
    display: inline-block;
    margin-right: 20px; }
    .multiple-img .img:last-child {
      margin-right: 0; }
  .multiple-img .slick-slide.slick-current.slick-active {
    border: 1px solid #a3783c; }

.product-grid .product-item {
  -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 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 100%;
  margin-bottom: 50px; }
.product-grid.product-list .product-action {
  display: none; }
.product-grid.product-list .product-info .product-desc {
  display: block;
  line-height: 24px;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .product-grid.product-list .product-info .product-desc {
      margin-bottom: 15px; } }
.product-grid.product-list .product-info .product-title {
  margin-bottom: 23px; }
  .product-grid.product-list .product-info .product-title a {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
  @media (max-width: 480px) {
    .product-grid.product-list .product-info .product-title {
      margin-bottom: 20px; } }
.product-grid.product-list .product-info .product-price {
  margin-bottom: 36px; }
  @media (max-width: 480px) {
    .product-grid.product-list .product-info .product-price {
      margin-bottom: 15px; } }
.product-grid.product-list .product-info .product-action-ver2 {
  display: inline-block; }
@media (min-width: 1024px) {
  .product-grid.product-list .product-img {
    display: table-cell;
    vertical-align: top;
    width: 31%;
    position: relative; }
  .product-grid.product-list .product-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 100px; } }

.product-action-ver2 .button {
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  .product-action-ver2 .button:hover {
    background: #a3783c;
    border-color: #a3783c;
    color: #fff; }
.product-action-ver2 .v-add-cart {
  display: inline-block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #a3783c;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  margin-right: 12px; }
  .product-action-ver2 .v-add-cart:hover {
    background: #a3783c;
    border-color: #a3783c;
    color: #fff; }

.breadcrumb > li + li:before {
  content: "/";
  padding: 0 8px; }

.breadcrumb > .active {
  color: #a3783c; }
  .breadcrumb > .active span {
    color: #322e26; }

.breadcrumb {
  padding-top: 30px;
  padding-bottom: 30px; }
  .breadcrumb a {
    font-size: 13px; }
  @media (min-width: 1025px) {
    .breadcrumb {
      padding-top: 42px;
      padding-bottom: 68px; }
      .breadcrumb.v2 {
        padding-top: 60px; } }
  .breadcrumb li.active a {
    color: #a3783c; }

.page-filter {
  padding-top: 30px; }
  @media (min-width: 1025px) {
    .page-filter {
      padding-top: 86px;
      display: inline-block; } }
  .page-filter .form-group {
    margin-bottom: 0;
    position: relative; }
    .page-filter .form-group button {
      width: 100%;
      font-size: 16px;
      text-transform: uppercase;
      background: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: relative;
      padding: 0;
      text-align: left; }
      .page-filter .form-group button:before {
        color: #636363;
        content: "\f123";
        font-family: 'ionicons';
        font-size: 12px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        height: 100%; }
  .page-filter .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0; }
    .page-filter .dropdown-menu li {
      padding: 5px 20px;
      text-transform: capitalize;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      .page-filter .dropdown-menu li:hover {
        background: #fbf4e8; }
  .page-filter .filter-block {
    line-height: 47px; }
    @media (min-width: 1025px) {
      .page-filter .filter-block {
        border-left: 1px solid #e1e1e1;
        border-bottom: 1px solid #f2e9e8;
        float: left; }
        .page-filter .filter-block:first-child {
          border-left: 0;
          width: 269px;
          float: left; }
        .page-filter .filter-block:nth-child(2) {
          width: 230px; }
        .page-filter .filter-block:nth-child(3) {
          width: 470px;
          line-height: 48px; }
        .page-filter .filter-block:last-child {
          width: 200px; } }

@media (min-width: 1025px) {
  .filter-block .form-group {
    padding-right: 22px; }
  .filter-block:last-child .form-group {
    padding-right: 0;
    padding-left: 33px; }
  .filter-block.filter-brand .form-group {
    padding-left: 37px; } }
.title-filter {
  font-size: 16px;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .title-filter {
      float: left;
      margin-right: 12px;
      padding-left: 38px; } }

.page-filter-text {
  padding: 30px 0; }
  .page-filter-text span {
    color: #a7a194;
    font-weight: 400; }
    .page-filter-text span .color {
      color: #a3783c; }

@media (min-width: 1025px) {
  .product-full {
    padding-top: 24px;
    padding-bottom: 24px; } }
.productfull-bottom {
  padding: 20px 0;
  border-top: 1px solid #ebebeb; }
  @media (min-width: 1025px) {
    .productfull-bottom {
      margin-bottom: 193px; }
      .productfull-bottom.v2 {
        margin-bottom: 0; } }
  .productfull-bottom span {
    color: #a7a194;
    text-transform: uppercase; }
  .productfull-bottom.v2 {
    padding-bottom: 5px; }

.pagination-left {
  float: left; }
  .pagination-left span {
    margin-left: 11px; }

.pagination-right {
  float: right; }
  .pagination-right span {
    margin-right: 10px; }

@media (min-width: 768px) {
  .collection-list:before {
    background: #e1e1e1;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
    left: 0px; } }
@media (min-width: 1025px) {
  .shop-sidebar > .row {
    margin-left: 0;
    margin-right: 0; }

  [class*="col-md-"].collection-sidebar {
    width: 236px;
    padding-left: 0;
    padding-right: 36px; }

  [class*="col-md-"].collection-list {
    width: 934px;
    padding-left: 0;
    padding-right: 0; }

  .collection-list .product-collection-grid {
    margin-left: 64px;
    padding-top: 55px;
    padding-bottom: 66px; }
  .collection-list .productfull-bottom {
    padding-left: 34px; } }
@media (max-width: 1024px) {
  .collection-list .product-collection-grid {
    padding-top: 30px;
    padding-bottom: 30px; } }
.filter-product .filter {
  margin-bottom: 70px; }

.filter-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
  float: left; }

.filter-content > li {
  position: relative; }
  .filter-content > li > a {
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 14px 0 14px 11px;
    border-bottom: 1px solid #e6e6e6;
    border-bottom-style: dotted; }
  .filter-content > li:before {
    content: "";
    width: 6px;
    height: 6px;
    line-height: 6px;
    background: #636363;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px; }
  .filter-content > li:last-child a {
    border: 0; }

.filter-menu-title {
  color: #a3783c;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 11px; }

.filter-menu-main {
  padding-left: 11px;
  padding-bottom: 18px; }
  .filter-menu-main li a {
    line-height: 30px; }

.filter-menu {
  padding-left: 40px;
  padding-top: 8px;
  padding-bottom: 15px; }
  .filter-menu li a {
    color: #a7a194;
    line-height: 24px; }
    .filter-menu li a:hover {
      text-decoration: underline; }

.sidebar-filter-price .filter-title {
  margin-bottom: 20px; }
.sidebar-filter-price .filter-content {
  padding-left: 0; }
@media (min-width: 1025px) {
  .sidebar-filter-price .slider.slider-horizontal {
    width: 200px; } }
.sidebar-filter-price .slider-handle {
  top: -5px; }
.sidebar-filter-price .slider.slider-horizontal .slider-handle.max-slider-handle {
  top: -5px; }

.sidebar-filter-brand ul {
  padding-left: 11px; }
.sidebar-filter-brand li {
  position: relative; }
  .sidebar-filter-brand li:before {
    content: "";
    width: 4px;
    height: 4px;
    line-height: 4px;
    background: #636363;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: 14px; }
  .sidebar-filter-brand li a {
    line-height: 30px; }

.sidebar-product-list .product-item-inline {
  margin-bottom: 20px; }
.sidebar-product-list .product-img {
  display: table-cell;
  vertical-align: top;
  width: 70px; }
.sidebar-product-list .product-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 18px;
  width: 121px; }
  .sidebar-product-list .product-info .product-title {
    margin-top: 0; }
    .sidebar-product-list .product-info .product-title a {
      font-size: 14px; }
  .sidebar-product-list .product-info .price-n {
    font-size: 14px; }

.topfilter {
  padding: 5px 0 21px 34px;
  border-bottom: 1px solid #f2e9e8; }
  @media (max-width: 1024px) {
    .topfilter {
      padding: 5px 0 21px 0; } }
  .topfilter.detail-top {
    padding: 5px 0 25px 0; }

.topfilter .dropdown-toggle,
.bcart-quantity .dropdown-toggle,
.product-quantity .dropdown-toggle,
.pagination-show .dropdown-toggle {
  background: transparent;
  color: #a7a194;
  border: 1px solid #ebebeb;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  position: relative; }
  .topfilter .dropdown-toggle:before,
  .bcart-quantity .dropdown-toggle:before,
  .product-quantity .dropdown-toggle:before,
  .pagination-show .dropdown-toggle:before {
    color: #636363;
    content: "\f123";
    font-family: 'ionicons';
    font-size: 8px;
    position: absolute;
    top: 0;
    right: 8px;
    display: block;
    height: 100%; }
.topfilter .dropdown-menu,
.bcart-quantity .dropdown-menu,
.product-quantity .dropdown-menu,
.pagination-show .dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0; }
  .topfilter .dropdown-menu li,
  .bcart-quantity .dropdown-menu li,
  .product-quantity .dropdown-menu li,
  .pagination-show .dropdown-menu li {
    padding: 5px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
    .topfilter .dropdown-menu li:hover,
    .bcart-quantity .dropdown-menu li:hover,
    .product-quantity .dropdown-menu li:hover,
    .pagination-show .dropdown-menu li:hover {
      background: #fbf4e8; }

@media (min-width: 480px) {
  .topfilter-left {
    float: left; }
    .topfilter-left > * {
      display: inline-block; }
      .topfilter-left > * > span {
        margin-right: 12px; } }
@media (max-width: 480px) {
  .topfilter-left > * {
    margin-bottom: 15px; } }
.topfilter-left .topfilter-sort {
  position: relative; }
  @media (min-width: 480px) {
    .topfilter-left .topfilter-sort {
      margin-left: 46px; } }
.topfilter-left .list-icon:before {
  border-left: 1px solid #e1e1e1;
  content: "";
  height: 25px;
  left: -8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.topfilter-left .grid-icon {
  margin-right: 10px; }

.topfilter-right {
  position: relative; }
  @media (min-width: 480px) {
    .topfilter-right {
      float: right;
      padding-left: 70px; } }
  .topfilter-right > span {
    margin-right: 12px; }

.v-sort {
  width: 90px;
  padding: 0 28px 0 14px; }

.v-show {
  width: 49px;
  padding: 0 22px 0 12px; }
  .v-show.v2 {
    color: #322e26; }

.shop-sidebar {
  padding-bottom: 50px;
  padding-top: 50px; }
  @media (min-width: 1025px) {
    .shop-sidebar {
      padding-bottom: 185px;
      padding-top: 100px; } }

.topfilter-view > span {
  margin-right: 8px; }

.btn-filter-drop {
  content: "\f3d0";
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #c4c4c4;
  color: #111111;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  float: right; }

.sidebar-filter-cate .filter-title {
  margin-bottom: 20px; }

.sidebar-filter-price .filter-title {
  margin-bottom: 14px; }

.sidebar-filter-brand .filter-title {
  margin-bottom: 27px; }

.filter-product .filter.sidebar-filter-cate {
  margin-bottom: 60px; }

.btn-viewshop {
  display: inline-block;
  color: #a3783c;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
  position: relative; }
  .btn-viewshop:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background: #a3783c;
    color: #fff;
    border-color: #a3783c; }
  .btn-viewshop:before {
    content: '';
    width: 1px;
    height: 80px;
    border: 1px solid #e1e1e1;
    border-style: dotted;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -2px;
    margin-bottom: 15px; }
  .btn-viewshop.v2 {
    color: #d1957d; }
    .btn-viewshop.v2:hover {
      color: #fff; }

.fea-button {
  padding-top: 50px; }
  @media (min-width: 1025px) {
    .fea-button {
      padding-top: 60px; } }
  @media (min-width: 1025px) {
    .fea-button.v2 {
      padding-top: 70px; } }

.ribbon {
  content: "";
  background: url(../img/ribbon_product.png) no-repeat center;
  width: 113px;
  height: 113px;
  top: 30px;
  position: absolute;
  left: -10px;
  text-align: center;
  line-height: 118px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  color: #fff; }
  @media (min-width: 1025px) {
    .ribbon {
      top: 120px;
      font-size: 24px; } }

   /*
   5.5. Single shop detail page
*/
@media (min-width: 1025px) {
  .product-detail {
    padding-top: 20px;
    padding-bottom: 200px; } }
@media (min-width: 768px) {
  .product-detail-info {
    padding-right: 34px; } }

@media (min-width: 768px) {
  .product-detail-content:before {
    background: #e1e1e1;
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 1px; } }
@media (min-width: 1025px) {
  .product-detail-content {
    padding-bottom: 62px; } }
@media (max-width: 767px) {
  .product-detail-content {
    margin-top: 30px; } }

.detail-content-top .row {
  margin-left: 0;
  margin-right: 0; }
.detail-content-top [class*="col-md-"] {
  padding-left: 0;
  padding-right: 0; }

.detail-content-top {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1025px) {
    .detail-content-top {
      padding-bottom: 78px; } }

.detail-content-bottom h3 {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 400; }

.group-btn-detail a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #636363;
  border: 1px solid #c3c3c3;
  text-align: center; }
  .group-btn-detail a.active {
    background: #a3783c;
    border-color: #a3783c;
    color: #fff;
    margin-left: 2px; }

.detail-back {
  color: #a7a194; }

.related-product > h3 {
  color: #a3783c;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 55px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .related-product > h3 {
      font-size: 20px; } }
.related-product .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%);
  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) {
    .related-product .owl-nav > div {
      opacity: 1; } }
  @media (max-width: 480px) {
    .related-product .owl-nav > div {
      top: 45%; } }
.related-product .owl-nav > div.owl-prev {
  right: auto;
  left: 0; }
.related-product .owl-nav > div.owl-next {
  right: 0;
  left: auto; }
.related-product .owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 22px;
  border-radius: 0; }

.product-detail-info > h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 10px; }
.product-detail-info > p {
  color: #a7a194;
  margin-bottom: 24px; }
.product-detail-info .price-n {
  font-size: 20px;
  font-weight: bold; }
.product-detail-info .price {
  margin-bottom: 42px; }
  @media (max-width: 480px) {
    .product-detail-info .price {
      margin-bottom: 20px; } }
.product-detail-info .info li {
  display: inline-block;
  color: #a7a194;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative; }
  .product-detail-info .info li:first-child {
    padding-left: 0; }
    .product-detail-info .info li:first-child:before {
      content: none; }
  .product-detail-info .info li:before {
    border-left: 1px solid #a7a194;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.product-detail-info .color {
  margin-top: 30px;
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    .product-detail-info .color {
      margin-bottom: 30px; } }
  .product-detail-info .color li {
    display: inline-block;
    margin-left: 18px; }
    .product-detail-info .color li a {
      display: block;
      height: 40px;
      width: 30px; }
      .product-detail-info .color li a.grey {
        background: #ebebeb; }
      .product-detail-info .color li a.yellow {
        background: #dbcaba; }
      .product-detail-info .color li a.dark {
        background: #a6988f; }
      .product-detail-info .color li a:focus {
        border: 1px solid #a3783c; }
    .product-detail-info .color li.active a {
      border: 1px solid #a3783c; }
    .product-detail-info .color li:first-child {
      margin-left: 0; }

.product-option h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid #e6e6e6;
  border-bottom-style: dotted; }
.product-option .size {
  padding-top: 13px;
  padding-bottom: 39px; }
  @media (max-width: 480px) {
    .product-option .size {
      padding-bottom: 13px; } }
  .product-option .size li {
    display: inline-block;
    margin: 0 8px; }
    .product-option .size li.active {
      background: #a3783c;
      height: 23px;
      line-height: 23px;
      width: 23px;
      text-align: center;
      border-radius: 50%; }
      .product-option .size li.active a {
        display: inline-block;
        color: #fff; }
    .product-option .size li:first-child {
      margin-left: 0; }
.product-option .size-guide {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  border-bottom-style: dotted;
  border-top: 1px solid #e6e6e6;
  border-top-style: dotted; }

.product-quantity {
  position: relative;
  margin-top: 35px;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .product-quantity {
      margin-top: 20px;
      margin-bottom: 20px; } }

.detail-action {
  padding-top: 26px;
  padding-bottom: 45px;
  border-top: 1px solid #a3783c; }

.detail-share h3 {
  padding-top: 60px;
  padding-bottom: 10px;
  border-bottom: 0; }

.shipping {
  border-bottom: 1px solid #e6e6e6;
  border-bottom-style: dotted;
  padding-bottom: 28px; }
  .shipping p {
    line-height: 21px; }

.topfilter.detail-top .topfilter-left {
  float: left; }
.topfilter.detail-top .topfilter-right {
  float: right; }

@media (min-width: 1500px) {
  .detail-content {
    position: relative; }
    .detail-content.active:after {
      position: absolute;
      background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
      content: "";
      height: 100%;
      width: 100%;
      left: 0px;
      top: 0px;
      z-index: 20;
      cursor: pointer; }

  .detail-content-top {
    position: relative; }

  .close-left-tab {
    position: absolute;
    right: -58px;
    width: 32px;
    height: 32px;
    z-index: 40;
    top: 0;
    cursor: pointer;
    opacity: 0; }
    .close-left-tab.open {
      opacity: 1;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }

  .close-left-tab:before,
  .close-left-tab:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #a3783c; }

  .close-left-tab:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

  .close-left-tab:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  .detail-tab {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 500px;
    z-index: 30;
    display: none; }
    .detail-tab.open {
      display: block; }

  .tab-content {
    padding-left: 30px;
    padding-top: 80px;
    padding-right: 107px;
    float: left; }

  .nav-tabs {
    position: absolute;
    top: 0;
    right: -30px;
    top: 75px;
    z-index: 40; }
    .nav-tabs.tab-rotate {
      -webkit-transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg); } }
.nav-tabs.tab-rotate {
  border: 0; }
  .nav-tabs.tab-rotate li {
    margin-bottom: 0; }
    .nav-tabs.tab-rotate li a {
      text-transform: uppercase;
      font-size: 16px;
      margin-right: 0;
      border-radius: 0;
      border: 0; }
      @media (min-width: 1500px) {
        .nav-tabs.tab-rotate li a {
          padding: 0 0 0 66px; } }
      .nav-tabs.tab-rotate li a:hover {
        border: none; }
    .nav-tabs.tab-rotate li.active a {
      color: #a3783c;
      background-color: transparent;
      margin-right: 0; }
      .nav-tabs.tab-rotate li.active a:hover {
        color: #a3783c;
        background-color: transparent; }
      .nav-tabs.tab-rotate li.active a:focus {
        color: #a3783c;
        background-color: transparent; }
    @media (min-width: 320px) {
      .nav-tabs.tab-rotate li {
        float: none; } }
    @media (min-width: 480px) {
      .nav-tabs.tab-rotate li {
        display: inline-block; } }
  @media (max-width: 1366px) {
    .nav-tabs.tab-rotate {
      width: 100%;
      margin: 0 auto;
      padding-top: 30px;
      padding-bottom: 30px; } }

.info-color > * {
  display: table-cell;
  padding: 17px 0;
  border: 1px solid #e1e1e1;
  vertical-align: bottom; }
.info-color span {
  font-size: 16px;
  border-right: 0;
  padding-left: 29px;
  padding-right: 29px; }
.info-color .color-group {
  padding-left: 32px;
  padding-right: 100px; }
  .info-color .color-group a {
    color: #a7a194; }
    .info-color .color-group a:hover {
      color: #a3783c; }

.tab-desc h3 {
  margin-bottom: 23px; }
.tab-desc p {
  line-height: 24px;
  margin-bottom: 25px; }
.tab-desc ul > li {
  padding-left: 20px;
  color: #a7a194;
  line-height: 24px;
  position: relative; }
  .tab-desc ul > li:before {
    content: "";
    width: 4px;
    height: 4px;
    line-height: 4px;
    background: #636363;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 10px; }
.tab-desc .contact {
  margin-top: 35px; }
  .tab-desc .contact span {
    color: #a3783c; }
  .tab-desc .contact p {
    margin-top: 10px; }

.tab-content h3 {
  font-size: 18px;
  font-weight: bold; }

.tab-review h3 {
  margin-bottom: 30px; }
.tab-review .author > * {
  display: table-cell;
  vertical-align: top; }
.tab-review .author .author-avt {
  padding-right: 13px; }
  .tab-review .author .author-avt img {
    max-width: 50px; }
.tab-review .author .author-cmt {
  padding: 24px 20px 35px 20px;
  border: 1px solid #e1e1e1; }
.tab-review .post-date {
  color: #a7a194; }
.tab-review .author-name {
  font-size: 12px; }
.tab-review .rating-star {
  margin-top: 10px;
  margin-bottom: 30px; }
  .tab-review .rating-star.v2 {
    margin-bottom: 20px; }
  .tab-review .rating-star .rating-group {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px; }
    .tab-review .rating-star .rating-group:last-child {
      margin-right: 0; }

.comment-form .form-group {
  margin-bottom: 25px; }
  .comment-form .form-group label {
    font-weight: 400;
    margin-bottom: 18px; }
  .comment-form .form-group textarea {
    height: 105px;
    background: #f4f5f6;
    border: 1px solid #e9eaeb; }
  .comment-form .form-group input {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    padding-left: 0;
    padding-bottom: 15px;
    font-size: 12px; }
    .comment-form .form-group input::-webkit-input-placeholder {
      color: #a7a194;
      font-size: "12px"; }
    .comment-form .form-group input:-moz-placeholder {
      color: #a7a194;
      font-size: "12px"; }
    .comment-form .form-group input::-moz-placeholder {
      color: #a7a194;
      font-size: "12px"; }
    .comment-form .form-group input:-ms-input-placeholder {
      color: #a7a194;
      font-size: "12px"; }
  .comment-form .form-group.v2 {
    border-bottom: 1px solid #a3783c; }

.btn-submit {
  border: 1px solid #a3783c;
  background: transparent;
  display: inline-block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  .btn-submit:hover {
    background: #a3783c;
    border-color: #a3783c;
    color: #fff; }
  .btn-submit.v2 {
    background: #a3783c;
    color: #fff;
    border: 0;
    margin-top: 10px; }
    .btn-submit.v2:hover {
      background: #000;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }

.review-reply {
  padding-top: 55px; }
  .review-reply h3 {
    margin-bottom: 35px; }

/*
	5.4. Newsletter 
 */
.newsletter {
  padding: 33px 40px 42px 40px;
  border: 1px solid #a7a194; }
  @media (min-width: 1025px) {
    .newsletter {
      padding: 25px; } }
  @media (min-width: 1500px) {
    .newsletter {
      padding: 33px 40px 42px 40px; } }
  @media (max-width: 1024px) {
    .newsletter {
      margin-top: 50px; } }
  .newsletter h3 {
    color: #a3783c;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 36px; }
    @media (min-width: 1025px) {
      .newsletter h3 {
        margin-bottom: 15px; } }
    @media (min-width: 1500px) {
      .newsletter h3 {
        margin-bottom: 36px; } }
  .newsletter p {
    margin-bottom: 28px; }
    @media (min-width: 1025px) {
      .newsletter p {
        margin-bottom: 20px; } }
    @media (min-width: 1500px) {
      .newsletter p {
        margin-bottom: 28px; } }

.btn-send {
  background: transparent;
  border: 1px solid #e1e1e1;
  color: #a3783c;
  width: 90px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  padding: 0;
  border-radius: 14px;
  margin-top: 28px; }
  .btn-send:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #fff;
    background: #a3783c;
    border-color: #a3783c; }

/*
    5.1. Cart Page
 */
.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;
  position: relative;
  padding-bottom: 15px; }
  .cart-list .cart-title:before {
    border-bottom: 1px solid #a3783c;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 34px; }
.cart-list .list {
  margin-top: 25px;
  height: 350px;
  overflow: scroll; }
  @media (min-width: 1500px) {
    .cart-list .list {
      height: 500px; } }
  .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 {
      max-width: 200px; }
      @media (max-width: 480px) {
        .cart-list .list > li .text {
          max-width: 170px; } }
      .cart-list .list > li .text .product-name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px; }
      .cart-list .list > li .text .product-price {
        font-size: 16px;
        margin: 5px 0; }
    .cart-list .list > li:last-child {
      border-bottom: 0; }
.cart-list .close-left {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 32px;
  z-index: 10; }
  @media (max-width: 767px) {
    .cart-list .close-left {
      right: 20px; } }
  .cart-list .close-left:hover {
    color: #a3783c; }

.nocart-list .empty-cart {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-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 #a3783c;
  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 #a3783c;
    text-align: center;
    border-radius: 999px; }
    .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: #a3783c;
      border-color: #a3783c;
      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 #a3783c;
    text-align: center;
    float: right;
    border-radius: 999px; }
    @media (max-width: 480px) {
      .cart-bottom .checkout {
        width: 130px; } }
  .cart-bottom .text {
    color: #9f9e9e;
    font: 500 12px/18px "Quicksand", sans-serif;
    text-decoration: underline;
    text-align: center;
    display: block; }
    .cart-bottom .text:hover {
      color: #a3783c; }
  .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; }

.item_cart > td {
  border-right: 1px solid #e1e1e1;
  border-top: 0; }
  .item_cart > td:last-child {
    border-right: 0; }
.item_cart .product-img {
  width: 120px; }
  @media (min-width: 1025px) {
    .item_cart .product-img {
      display: table-cell;
      vertical-align: middle; } }
.item_cart .product-info {
  padding-top: 15px; }
  @media (min-width: 1025px) {
    .item_cart .product-info {
      display: table-cell;
      vertical-align: top;
      padding-left: 23px;
      padding-right: 100px; }
      .item_cart .product-info.v2 {
        padding-right: 200px;
        max-width: unset; } }
.item_cart .produc-name {
  padding: 32px 0 32px 26px; }
  .item_cart .produc-name a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
.item_cart .cart-product-desc {
  color: #a7a194;
  line-height: 24px;
  margin-top: 10px; }
.item_cart .bcart-quantity {
  padding: 86px 75px; }
  .item_cart .bcart-quantity .vow-quantity {
    position: relative; }
.item_cart .total-price {
  padding: 90px 73px;
  font-size: 16px; }
  .item_cart .total-price p.v2 {
    color: #636363; }
  .item_cart .total-price .price-old {
    margin-top: 15px; }
  .item_cart .total-price.v2 {
    padding: 90px 57px; }
.item_cart .bcart-remove {
  padding: 85px 40px; }
  .item_cart .bcart-remove a {
    color: #a3783c; }
    .item_cart .bcart-remove a:hover {
      color: #111; }
  .item_cart .bcart-remove.v2 {
    padding: 85px 49px; }
    .item_cart .bcart-remove.v2 > * {
      display: table-cell;
      vertical-align: middle; }
      .item_cart .bcart-remove.v2 > *:first-child {
        padding-right: 22px;
        border-right: 1px solid #e1e1e1; }
      .item_cart .bcart-remove.v2 > *:last-child {
        padding-left: 22px; }

.cart-table {
  border: 1px solid #e1e1e1;
  margin-bottom: 25px; }
  .cart-table > thead > tr > th {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 17px;
    padding-top: 17px;
    font-size: 18px;
    color: #a3783c;
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1; }
    .cart-table > thead > tr > th:first-child {
      text-align: left;
      padding-left: 26px; }
  .cart-table > tbody > tr > td {
    vertical-align: middle; }

.table-cart-bottom {
  background: #f8f8f8;
  padding: 46px 38px 42px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-bottom-style: dotted;
  border-top-style: dotted; }
  .table-cart-bottom .text:first-child {
    margin-bottom: 5px; }
  .table-cart-bottom .text.v2 {
    margin-top: 24px;
    margin-bottom: 5px; }
  .table-cart-bottom .text-price {
    color: #111111;
    margin-left: 74px; }
    .table-cart-bottom .text-price.v2 {
      color: #a3783c;
      margin-left: 46px;
      font-size: 18px; }
      @media (max-width: 480px) {
        .table-cart-bottom .text-price.v2 {
          margin-left: 10px; } }
    .table-cart-bottom .text-price.shipping {
      margin-left: 80px; }
      @media (max-width: 480px) {
        .table-cart-bottom .text-price.shipping {
          margin-left: 10px; } }
  .table-cart-bottom .text-total.v2 {
    color: #a3783c;
    font-size: 18px; }
  .table-cart-bottom .taxes {
    color: #a7a194;
    font-size: 12px; }

.cart-btn {
  display: inline-block;
  width: 200px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 41px; }
  .cart-btn.v1 {
    border: 1px solid #a3853c; }
    @media (min-width: 480px) {
      .cart-btn.v1 {
        float: left; } }
    @media (max-width: 767px) {
      .cart-btn.v1 {
        margin-bottom: 15px; } }
    .cart-btn.v1:hover {
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      background: #a3853c;
      border-color: #a3853c;
      color: #fff; }
  .cart-btn.v2 {
    color: #fff;
    background: #a3783c; }
    @media (min-width: 480px) {
      .cart-btn.v2 {
        float: right; } }
    .cart-btn.v2:hover {
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      border: 1px solid #a3853c;
      background: #fff;
      color: #111; }

.cart-button-group {
  margin-top: 24px; }
  @media (max-width: 480px) {
    .cart-button-group {
      text-align: center; } }

.shopping-cart {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .shopping-cart {
      padding-top: 54px;
      padding-bottom: 200px; }
      .shopping-cart.wish-list {
        padding-top: 66px; } }

@media (min-width: 480px) {
  .pagination-text {
    display: inline-block; }
    .pagination-text > span {
      margin-left: 15px; } }

.pagination-show {
  position: relative; }
  @media (min-width: 480px) {
    .pagination-show {
      display: inline-block;
      margin-left: 30px; } }
  @media (max-width: 480px) {
    .pagination-show {
      margin-top: 15px; } }

/*
    5.3. Checkout Page
 */
.checkout-title {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 45px;
  position: relative; }
  @media (max-width: 767px) {
    .checkout-title {
      margin-bottom: 20px; } }
  .checkout-title:before {
    font-family: "Ionicons";
    content: "\f3d0";
    cursor: pointer;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c4c4c4;
    color: #111111;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    left: -48px;
    top: -7px; }
    @media (max-width: 1024px) {
      .checkout-title:before {
        left: -35px;
        top: -3px;
        width: 25px;
        height: 25px;
        line-height: 25px; } }
  .checkout-title.v2 {
    margin-bottom: 54px; }
    @media (max-width: 767px) {
      .checkout-title.v2 {
        margin-bottom: 20px; } }
  .checkout-title.v3 {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .checkout-title.v3 {
        margin-bottom: 20px; } }
  .checkout-title.active:before {
    content: "\f3d8"; }

@media (min-width: 1025px) {
  .checkout-page > .row {
    margin: 0; } }
@media (min-width: 1025px) {
  .checkout-page .col-pd {
    padding-left: 48px; } }
@media (max-width: 1024px) {
  .checkout-page .col-pd {
    padding-left: 40px;
    padding-right: 40px; } }
@media (max-width: 767px) {
  .checkout-page .col-pd {
    margin-bottom: 20px; } }
@media (min-width: 1025px) {
  .checkout-page .col-pd-v2 {
    padding-left: 64px;
    padding-right: 69px; } }
@media (max-width: 1024px) {
  .checkout-page .col-pd-v2 {
    padding-left: 40px;
    padding-right: 40px; } }
.checkout-page .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .checkout-page .form-control::-webkit-input-placeholder {
    color: #a7a194;
    font-size: 14px; }
  .checkout-page .form-control:-moz-placeholder {
    color: #a7a194;
    font-size: 14px; }
  .checkout-page .form-control::-moz-placeholder {
    color: #a7a194;
    font-size: 14px; }
  .checkout-page .form-control:-ms-input-placeholder {
    color: #a7a194;
    font-size: 14px; }
  .checkout-page .form-control:focus {
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

@media (min-width: 1025px) {
  .login {
    max-width: 452px; }
    .login p {
      max-width: 425px;
      line-height: 24px; } }
.login .login-form input {
  padding-left: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  margin-top: 0; }
  .login .login-form input:focus {
    outline: none; }
.login .submit-inline > * {
  display: inline-block; }
  .login .submit-inline > *:first-child {
    margin-right: 20px; }
.login label {
  font-size: 12px;
  font-weight: normal; }

.button-link {
  color: #a3783c;
  font-size: 18px; }
  .button-link:hover {
    color: #111; }

.custom-checkbox {
  /*** custom checkboxes ***/
  /* to hide the checkbox itself */
  /* space between checkbox and label */ }
  .custom-checkbox input[type=checkbox] {
    position: relative;
    outline: 0; }
    .custom-checkbox input[type=checkbox]:focus {
      outline: 0; }
  .custom-checkbox input[type=checkbox]:after {
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1s;
    -webkit-transform: rotatey(0);
    -webkit-perspective: 800;
    position: absolute;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    font-family: FontAwesome;
    content: "\f096"; }
  .custom-checkbox input[type=checkbox]:checked:after {
    font-family: FontAwesome;
    content: "\f046";
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg); }

@media (min-width: 1025px) {
  .coupon .form-cp {
    width: 452px; }
    .coupon .form-cp input {
      border: 1px solid #d7d7d7;
      background: #f1f1f1;
      line-height: 45px; } }

@media (min-width: 1025px) {
  .billing {
    max-width: 452px; } }
.billing.v2 {
  padding-top: 106px; }
  @media (max-width: 767px) {
    .billing.v2 {
      padding-top: 40px; } }

.form-address {
  height: 40px;
  border: 1px solid #cccccc;
  margin-bottom: 15px; }
  .form-address:focus {
    border-color: #cccccc; }
  .form-address.bg-color {
    background: #f1f1f1; }

@media (min-width: 1025px) {
  .form-customer {
    margin-left: -3.5px;
    margin-right: -3.5px; }
    .form-customer [class*=col-] {
      padding-left: 3.5px;
      padding-right: 3.5px; } }
.form-customer label {
  font-weight: normal; }

.checkout-table {
  border: 1px solid #e1e1e1; }
  .checkout-table .checkouttb-title {
    font-weight: normal;
    text-transform: uppercase;
    color: #111; }
  .checkout-table > thead > tr > th {
    padding: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #e1e1e1; }
  .checkout-table > tbody {
    background: #f1f1f1; }
  .checkout-table > tbody > tr > td {
    padding-left: 20px;
    padding-bottom: 10px;
    border-top: 0; }
  .checkout-table .item_checkout:first-child td {
    padding-top: 30px; }
  .checkout-table .item_checkout:last-child td {
    padding-bottom: 33px; }

.checkout-price {
  padding-left: 20px; }

.color-all {
  color: #a3783c; }

.checkout-item {
  padding: 20px 0;
  border-bottom: 1px solid #f2e9e8; }
  .checkout-item div {
    display: table-cell; }
    .checkout-item div:first-child {
      width: 100px;
      padding-right: 30px; }
      @media (min-width: 1025px) {
        .checkout-item div:first-child {
          padding-right: 60px;
          width: 130px; } }

.select-payment .note-info {
  border: 1px solid #e1e1e1;
  background: #f1f1f1;
  margin-left: 0;
  padding: 28px 70px 29px 20px;
  margin-bottom: 35px; }
  @media (max-width: 480px) {
    .select-payment .note-info {
      padding: 10px; } }

.payment {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .payment .payment-item {
    width: 62px;
    height: 39px;
    margin-right: 15px; }
    .payment .payment-item:last-child {
      margin-right: 0; }
      @media (max-width: 320px) {
        .payment .payment-item:last-child {
          margin-top: 5px; } }
    @media (max-width: 480px) {
      .payment .payment-item {
        margin-right: 5px; } }

.custom-radio label {
  color: #a3783c;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
  font-size: 18px; }
  .custom-radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    margin-left: -12px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .custom-radio label:after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    margin-left: -10px;
    padding-left: 3px;
    padding-top: 3px;
    font-size: 11px;
    color: #555555; }
.custom-radio input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer; }
.custom-radio input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c"; }

.custom-radio-2 [type="radio"]:checked,
.custom-radio-2 [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }
.custom-radio-2 [type="radio"]:checked + label,
.custom-radio-2 [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #a3783c;
  font-size: 18px;
  font-weight: normal; }
  @media (max-width: 480px) {
    .custom-radio-2 [type="radio"]:checked + label,
    .custom-radio-2 [type="radio"]:not(:checked) + label {
      font-size: 16px; } }
.custom-radio-2 [type="radio"]:checked + label:before,
.custom-radio-2 [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #acacac;
  border-radius: 100%;
  background: #fff; }
.custom-radio-2 [type="radio"]:checked + label:after,
.custom-radio-2 [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #a3783c;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.custom-radio-2 [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }
.custom-radio-2 [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.form-note {
  background: #f1f1f1;
  height: 200px;
  resize: none; }

.select-payment {
  padding-top: 49px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
  margin-left: -20px; }
  .select-payment > * {
    margin-left: 20px; }

.coupon {
  margin-top: 104px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .coupon {
      margin-top: 40px;
      margin-bottom: 40px; } }

.checkout-page {
  padding-top: 55px;
  padding-bottom: 170px; }
  @media (max-width: 767px) {
    .checkout-page {
      padding-bottom: 50px; } }

.login-form {
  margin-top: 48px; }
  @media (max-width: 767px) {
    .login-form {
      margin-top: 25px; } }

.submit-inline {
  padding-top: 10px;
  padding-bottom: 20px; }

/** 6. Templates Layout **/
/*
	6. Layout
		6.1. Header
			6.1.1. Header version 1
			6.1.2. Header version 2
			6.1.3. Header version 3
			6.1.4. Header version 4
			6.1.5. Header version 5
		6.2. Footer
			6.2.1 Footer version 1
			6.2.2 Footer version 2
			6.2.3 Footer version 3
			6.2.4 Footer version 4
			6.2.5 Footer version 5
		6.3. Homepages
			6.3.1. Homepage 1
			6.3.2. Homepage 2
			6.3.3. Homepage 3
			6.3.4. Homepage 4
		6.4. Page
			6.4.1 Collection Detail v1
			6.4.2 Collection Detail v2
			6.4.3 Collection Detail v3
			6.4.4 Collection Detail v4
 */
/*
    6.1. Header
            6.1.1. Header version 1
            6.1.2. Header version 2
            6.1.3. Header version 3
            6.1.4. Header version 4
            6.1.5. Header version 5
 */
@media (min-width: 1025px) {
  .header-top-absolute {
    position: absolute;
    width: 100%;
    z-index: 9; } }
@media (min-width: 1025px) {
  .header-v4 .vow-topbar {
    padding-top: 26px; } }

@media (min-width: 1025px) {
  .vow-topbar {
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 60px;
    vertical-align: bottom; }
    .vow-topbar.v2 {
      padding-top: 0;
      line-height: 94px; } }

.vow-bottom {
  clear: both;
  position: relative; }
  @media (max-width: 1024px) {
    .vow-bottom {
      padding: 0 15px; } }

.topbar-left {
  float: right; }
  .topbar-left.v1 {
    line-height: 88px; }
    .topbar-left.v1 a {
      color: #636363; }
      .topbar-left.v1 a:hover {
        color: #a3783c; }
  .topbar-left.v2 {
    line-height: 90px; }
    @media (min-width: 1624px) {
      .topbar-left.v2 {
        line-height: 120px; } }
  .topbar-left .has-element {
    display: inline-block;
    float: left;
    margin-left: 28px;
    position: relative; }
    .topbar-left .has-element:hover .dropdown-hover {
      visibility: visible;
      display: block;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .topbar-left .has-element .dropdown-menu {
      border-radius: 0;
      border: 0;
      margin-top: -1px;
      background-clip: border-box; }
    .topbar-left .has-element .dropdown-hover {
      position: absolute;
      visibility: hidden; }
    @media (min-width: 1624px) {
      .topbar-left .has-element {
        margin-left: 90px; } }
    .topbar-left .has-element.l-center a:before {
      color: #cdcdcd;
      content: "/";
      padding: 0 10px; }
    .topbar-left .has-element.l-center a:first-child:before {
      content: none; }
    .topbar-left .has-element:last-child {
      margin-left: 14px;
      margin-top: -6px; }
      @media (min-width: 1500px) {
        .topbar-left .has-element:last-child {
          margin-left: 0; } }
    .topbar-left .has-element.popup-element > a {
      position: relative; }
      .topbar-left .has-element.popup-element > a:before {
        border-left: 1px solid #e1e1e1;
        content: "";
        height: 25px;
        left: 0;
        position: absolute;
        top: 60%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .topbar-left .has-element.popup-element > a:first-child:before {
        border: none; }
    .topbar-left .has-element.popup-element .cart {
      padding: 0 0px 0 15px; }
      @media (min-width: 1624px) {
        .topbar-left .has-element.popup-element .cart {
          padding: 0 15px 0 39px;
          margin-right: -4px; } }
    .topbar-left .has-element.popup-element .search-popup {
      padding-left: 15px; }
      @media (min-width: 1500px) {
        .topbar-left .has-element.popup-element .search-popup {
          padding-left: 33px; } }

@media (max-width: 1367px) {
  .has-element.popup-element img {
    width: 16px; } }
@media (max-width: 1024px) {
  .topbar-right {
    padding: 15px 0; } }
@media (min-width: 1025px) {
  .topbar-right {
    float: left; } }

@media (max-width: 1024px) {
  .header-v4 .topbar-right {
    padding: 10px;
    display: inline-block;
    width: 100%; }

  .header-v2 .topbar-right {
    display: inline-block;
    width: 100%;
    padding: 5px 0; } }
.topbar-mobile-l {
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #e1e1e1; }
  .topbar-mobile-l .element-mobile {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .topbar-mobile-l .element-mobile {
        width: 20%; } }
    .topbar-mobile-l .element-mobile:before {
      border-left: 1px solid #e1e1e1;
      content: "";
      height: 15px;
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .topbar-mobile-l .element-mobile:first-child:before {
      border: none; }
    @media (max-width: 767px) {
      .topbar-mobile-l .element-mobile:nth-child(2):before {
        border: none; } }

.f-style {
  line-height: 3.2; }

.topbar-right .logo {
  float: left;
  line-height: 54px; }
  @media (min-width: 1025px) {
    .topbar-right .logo.v1 {
      display: inline-block; } }
  @media (min-width: 1025px) {
    .topbar-right .logo.v2 {
      line-height: unset; } }
  @media (min-width: 1025px) {
    .topbar-right .logo.v4 {
      line-height: 42px;
      margin-top: -5px; } }
  @media (min-width: 1025px) {
    .topbar-right .logo.v5 {
      line-height: 108px; } }
  @media (max-width: 1024px) {
    .topbar-right .logo {
      width: 50px; }
      .topbar-right .logo.v4 {
        width: unset; } }

.icon-mobile {
  margin: 10px -10px 0 0;
  padding: 0;
  border: 0;
  height: 40px;
  width: 40px; }

.main-menu {
  clear: both; }
  @media (min-width: 1025px) {
    .main-menu {
      display: inline-block;
      vertical-align: bottom; }
      .main-menu .navbar-collapse {
        padding-left: 0;
        padding-right: 0; }
      .main-menu.v2 {
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .main-menu.v2.open {
          opacity: 1;
          -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; } }

@media (max-width: 1025px) {
  .plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px; }
    .plus:after {
      content: "\f489";
      display: block;
      font-family: "ionicons";
      font-size: 16px;
      position: absolute;
      right: 16px;
      top: 10px;
      cursor: pointer;
      -moz-transition: all 0.1s ease 0s;
      -webkit-transition: all 0.1s ease 0s;
      -o-transition: all 0.1s ease 0s; }

  .minus {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px; }
    .minus:after {
      content: "\f462";
      display: block;
      font-family: "ionicons";
      font-size: 16px;
      position: absolute;
      right: 16px;
      top: 10px;
      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: 1024px) {
  .cart-mobile img {
    width: 14px; } }

.element-language {
  float: left; }
  @media (max-width: 1024px) {
    .element-language {
      width: 50%; } }
  @media (min-width: 1025px) {
    .element-language {
      margin-right: 20px; } }

.element-currency {
  float: left; }
  @media (max-width: 1024px) {
    .element-currency {
      width: 50%; } }

@media (min-width: 1025px) {
  .header-v1 .navbar-nav > li.level1 {
    padding: 20px 5px 27px 5px; } }
@media (min-width: 1025px) {
  .header-v1 .vow-topbar {
    line-height: 70px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between; }

  .header-v1 .topbar-right .logo {
    line-height: unset; } }
.header-v1 .topbar-left {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 1500px) {
  .header-v1 .vow-topbar {
    line-height: 114px; }

  .header-v1 .topbar-right .logo {
    line-height: 88px; } }
@media (max-width: 1024px) {
  .navbar-nav {
    border: 1px solid #e1e1e1; } }
.navbar-nav > li {
  text-align: left; }
  .navbar-nav > li.level1 {
    border-bottom: 1px solid #e1e1e1; }
    .navbar-nav > li.level1:last-child {
      border: 0; }
    @media (min-width: 1025px) {
      .navbar-nav > li.level1 {
        border: 0;
        float: none;
        display: inline-block;
        padding: 27px 5px; } }
  .navbar-nav > li > a {
    text-transform: capitalize; }
    @media (max-width: 1024px) {
      .navbar-nav > li > a {
        font-weight: 500; } }
    @media (min-width: 1025px) {
      .navbar-nav > li > a {
        font-size: 16px;
        padding-bottom: 30px;
        padding: 10px 5px; } }
    @media (min-width: 1500px) {
      .navbar-nav > li > a {
        font-size: 18px;
        padding: 10px 15px; } }
@media (min-width: 1025px) {
  .navbar-nav.v3 > li.level1 {
    display: block;
    padding: 0 83px 0 0;
    position: relative; }
    .navbar-nav.v3 > li.level1 > a {
      font-size: 16px;
      font-weight: 300;
      padding-left: 0; }
      .navbar-nav.v3 > li.level1 > a span {
        position: relative; }
        .navbar-nav.v3 > li.level1 > a span:after {
          margin-left: 10px;
          top: 40%;
          height: 1px;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          background-color: currentColor;
          content: "";
          display: block;
          position: absolute;
          width: 0px;
          opacity: 0;
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; } }
@media (min-width: 1500px) {
  .navbar-nav.v3 > li.level1 > a {
    font-size: 20px;
    padding: 20px 15px 20px 0; } }

.menu-level-1 {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  min-width: 200px;
  display: none;
  visibility: hidden;
  opacity: 0;
  -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: 15px 0;
  border-radius: 0; }
  @media (min-width: 1500px) {
    .menu-level-1 {
      padding: 20px; } }
  .menu-level-1.v3 {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 45px;
    visibility: hidden;
    width: 100%;
    min-width: 220px;
    padding: 30px 45px;
    width: 100%;
    min-width: 220px;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #f2e9e8;
    z-index: 9; }
    @media (min-width: 1025px) {
      .menu-level-1.v3 {
        padding: 30px; } }
    @media (min-width: 1500px) {
      .menu-level-1.v3 {
        padding: 30px 45px; } }
    .menu-level-1.v3 > li > a {
      padding: 0 0 10px; }
    .menu-level-1.v3 > li:last-child a {
      padding-bottom: 0; }
  @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;
      -webkit-box-shadow: none;
              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-family: "Quicksand", sans-serif;
      text-transform: capitalize;
      padding: 10px 25px;
      position: relative;
      -webkit-transition: none;
      transition: none; }
      @media (min-width: 1500px) {
        .menu-level-1 > li > a {
          font-size: 16px; } }
      .menu-level-1 > li > a:hover {
        color: #a3783c;
        background: none; }
      .menu-level-1 > li > a:focus {
        background: none; }
      @media (max-width: 480px) {
        .menu-level-1 > li > a {
          font-size: 13px; } }

@media (min-width: 1025px) {
  .level1:hover .menu-level-1 {
    display: block;
    visibility: visible;
    opacity: 1; }

  .level1:hover .menu-level-1.v3 {
    left: 100%;
    top: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    border-radius: 0; }

  .level1:hover .fa-caret-down:before {
    content: "\f0da";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }

  .navbar-nav.v3 > li.level1:hover > a span:after {
    opacity: 1;
    width: 59px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; } }
@media (min-width: 1025px) {
  .level1.hassub {
    position: static; }
    .level1.hassub .menu-level-1 {
      width: 1170px;
      padding: 39px 14px 48px 34px; }
      .level1.hassub .menu-level-1.v3 {
        width: 900px; } }
@media (min-width: 1500px) {
  .level1.hassub {
    position: relative; }
    .level1.hassub .menu-level-1 {
      width: 1170px;
      padding: 50px 45px 35px 50px; }

  .header-v4 .level1.hassub {
    position: static; }

  .header-v1 .level1.hassub {
    position: static; } }
.menu-level-1 > .level1 > .level2 > a {
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .menu-level-1 > .level1 > .level2 > a {
      line-height: 30px; } }
  @media (max-width: 480px) {
    .menu-level-1 > .level1 > .level2 > a {
      font-size: 14px; } }
@media (max-width: 1025px) {
  .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: 0; }
  .menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a {
    line-height: 30px;
    color: #878787;
    text-transform: capitalize; }
    .menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a:hover {
      color: #a3783c; }
    @media (max-width: 480px) {
      .menu-level-1 > .level1 > .level2 .menu-level-2 > .level3 > a {
        font-size: 13px; } }

@media (max-width: 1024px) {
  .mega-banner {
    margin-bottom: 30px; } }
.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; }
.menu-level-1 .col-4 {
  width: 25%;
  float: left; }
  @media (max-width: 1024px) and (min-width: 481px) {
    .menu-level-1 .col-4 {
      width: 100%;
      display: block;
      overflow: hidden; } }
  @media (max-width: 1024px) {
    .menu-level-1 .col-4 {
      width: 50%;
      margin-bottom: 15px; }
      .menu-level-1 .col-4:nth-child(2n+1) {
        clear: left; } }
  @media (max-width: 767px) {
    .menu-level-1 .col-4 {
      width: 100%;
      display: block;
      overflow: hidden; } }
.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; }

.count {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  position: relative;
  top: -8px;
  right: 10px;
  vertical-align: middle; }
  @media (max-width: 480px) {
    .count {
      font-size: 12px; } }
  .count.mobile {
    right: unset;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    position: absolute; }
  .count.v1 {
    background: #fe566e;
    color: #111; }
  .count.v2 {
    background: #a3783c;
    color: #fff; }
  .count.v5 {
    background: #d1947c;
    color: #111; }

.header-v1 .navbar-nav > li > a {
  color: #111; }
  .header-v1 .navbar-nav > li > a:hover {
    color: #a3783c; }

.main-menu.v5 .navbar-nav > li > a {
  color: #111; }
  .main-menu.v5 .navbar-nav > li > a:hover {
    color: #a3783c; }

@media (min-width: 1025px) {
  .header-v4 .vow-topbar {
    line-height: 54px;
    border-bottom: 1px solid #a3783c;
    border-bottom: 1px solid rgba(163, 120, 60, 0.3); } }
.navbar-topbar-left {
  float: left; }
  .navbar-topbar-left li {
    display: inline-block;
    padding: 0 27px; }
    .navbar-topbar-left li a {
      color: #111111;
      margin: 0;
      padding-bottom: 20px;
      position: relative; }
      .navbar-topbar-left li a:hover {
        color: #a3783c; }
      .navbar-topbar-left li a:after {
        content: '';
        width: 0;
        height: 3px;
        background: #a3783c;
        position: absolute;
        display: block;
        left: 50%;
        right: 50%;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
    .navbar-topbar-left li:last-child {
      padding-right: 0; }
    .navbar-topbar-left li:hover a:after {
      opacity: 1;
      left: 0;
      right: 0;
      width: 100%; }

@media (min-width: 1025px) {
  .logo.v3 {
    padding: 23px 0 50px 0; } }
@media (min-width: 1624px) {
  .logo.v3 {
    padding: 23px 0 172px 0; } }

.main-menu.v5 {
  padding: 80px 0 0 0; }
  @media (min-width: 1500px) {
    .main-menu.v5 {
      padding: 210px 0 0 0; } }

@media (min-width: 1025px) {
  .page-left-sidebar {
    width: 245px;
    height: 100%;
    float: left;
    clear: both; }
    .page-left-sidebar .navbar-wrapper {
      top: -100px;
      position: relative;
      left: 0;
      bottom: 0;
      background: #fff;
      height: 100%;
      z-index: 100;
      padding: 0 0 0 75px; }
      .page-left-sidebar .navbar-wrapper.v5 {
        background: #f7efed;
        top: -120px;
        padding-bottom: 80px;
        padding-top: 80px; } }
      @media (min-width: 1025px) and (min-width: 1500px) {
        .page-left-sidebar .navbar-wrapper.v5 {
          padding: 0 0 124px 190px;
          width: 375px; } }

@media (min-width: 1025px) {
  .page-right-content {
    margin-left: 245px;
    width: calc(100% - 245px);
    width: -moz-calc(100% - 245px);
    clear: none;
    width: -o-calc(100% - 245px);
    position: relative;
    overflow: hidden;
    width: -webkit-calc(100% - 245px); } }
  @media (min-width: 1025px) and (min-width: 1500px) {
    .page-right-content.v5 {
      margin-left: 375px;
      width: calc(100% - 375px);
      width: -o-calc(100% - 375px);
      width: -webkit-calc(100% - 375px); } }

@media (max-width: 1500px) and (min-width: 1025px) {
  .page-right-content .container {
    width: calc(100% - 15px);
    width: -o-calc(100% - 15px);
    width: -webkit-calc(100% - 15px); } }
.social-menu {
  margin-top: 50px; }
  .social-menu a {
    display: block;
    margin-bottom: 15px; }
  .social-menu.v3 {
    bottom: 20px; }
    .social-menu.v3 a {
      color: #a7a194; }
      .social-menu.v3 a:hover {
        color: #a3783c; }
  .social-menu.v5 {
    bottom: 143px; }
    @media (max-width: 1366px) {
      .social-menu.v5 {
        bottom: 20px; } }
    .social-menu.v5 a {
      color: #acacac; }
      .social-menu.v5 a:hover {
        color: #a3783c; }

.box-shawdow {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(194, 194, 194, 0.35);
  box-shadow: 0px 3px 15px 0px rgba(194, 194, 194, 0.35); }

.fixed-header-home2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #fff; }
  @media (min-width: 1025px) {
    .fixed-header-home2 {
      height: 95px; } }

@media (max-width: 1024px) {
  .fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); } }

.fixed-header-home3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }

.fixed-header-home4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.vow-topbar.v2.sticky {
  display: none; }

.headroom {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  background: #fff; }
  @media (min-width: 1025px) {
    .headroom {
      line-height: 95px;
      height: 95px; } }

@media (min-width: 1367px) {
  .header-v5 .headroom {
    line-height: 120px;
    height: 120px; } }

.headroom--pinned {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.headroom--top {
  -webkit-transform: none;
  transform: none; }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

@media (min-width: 1367px) {
  .header-v5 .vow-topbar.v2 {
    line-height: 120px; } }

/*

    6.2. Footer
            6.2.1 Footer version 1
            6.2.2 Footer version 2
            6.2.3 Footer version 3
            6.2.4 Footer version 4
            6.2.5 Footer version 5
 */
.bg-v4 {
  background: #fbf4e8; }

.bg-v1 {
  background: #fff5f9; }

.bg-v2 {
  background: #fbf4e8; }

.bg-v5 {
  background: #f7efed; }

.bg-copy-v1 {
  background: #fe566e; }

.bg-copy-v2 {
  background: #a3783c; }

.bg-copy-v5 {
  background: #efe5e3; }

.f-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

.top-footer.v1 .f-menu a {
  color: #636363; }
  .top-footer.v1 .f-menu a:hover {
    color: #a3783c; }
.top-footer.v2 .f-menu a {
  color: #a7a194; }
  .top-footer.v2 .f-menu a:hover {
    color: #a3783c; }
.top-footer.v5 .f-menu a {
  color: #636363; }
  .top-footer.v5 .f-menu a:hover {
    color: #d1947c; }

.f-menu {
  padding-top: 30px; }
  .f-menu a {
    line-height: 30px;
    text-transform: capitalize; }

.f-social-menu.v1 a {
  color: #fe566e;
  margin-right: 28px; }
  .f-social-menu.v1 a:hover {
    color: #d79fb8; }
.f-social-menu.v2 a {
  color: #a7a194;
  margin-right: 28px; }
  .f-social-menu.v2 a:hover {
    color: #a3783c; }
.f-social-menu.v5 a {
  color: #dfc8c2;
  margin-right: 28px; }
  .f-social-menu.v5 a:hover {
    color: #d1947c; }

.f-newsletter {
  position: relative;
  margin-bottom: 47px; }
  @media (min-width: 1025px) {
    .f-newsletter {
      width: 270px; }
      .f-newsletter.h-newsletter {
        width: unset; } }
  .f-newsletter .form-control {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    height: 36px;
    padding: 6px 18px;
    border-radius: 36px; }
    .f-newsletter .form-control::-webkit-input-placeholder {
      color: #c2c2c2;
      font-size: "14px"; }
    .f-newsletter .form-control:-moz-placeholder {
      color: #c2c2c2;
      font-size: "14px"; }
    .f-newsletter .form-control::-moz-placeholder {
      color: #c2c2c2;
      font-size: "14px"; }
    .f-newsletter .form-control:-ms-input-placeholder {
      color: #c2c2c2;
      font-size: "14px"; }
  .f-newsletter .f-btn-submit {
    background: transparent;
    color: #c2c2c2;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 14px;
    font-size: 16px; }
    .f-newsletter .f-btn-submit.v2 {
      padding: 6px 0; }
  .f-newsletter.v2 .form-control {
    font-size: 12px; }
    .f-newsletter.v2 .form-control::-webkit-input-placeholder {
      color: #a7a194;
      font-size: "12px"; }
    .f-newsletter.v2 .form-control:-moz-placeholder {
      color: #a7a194;
      font-size: "12px"; }
    .f-newsletter.v2 .form-control::-moz-placeholder {
      color: #a7a194;
      font-size: "12px"; }
    .f-newsletter.v2 .form-control:-ms-input-placeholder {
      color: #a7a194;
      font-size: "12px"; }
    .f-newsletter.v2 .form-control.bd-bottom {
      border-radius: 0;
      padding-left: 0;
      border-bottom: 1px solid #e1e1e1;
      height: 30px; }
  .f-newsletter.h-newsletter {
    margin-bottom: 0; }
  .f-newsletter.h3-newsletter {
    margin-bottom: 0;
    width: 300px; }
    @media (max-width: 320px) {
      .f-newsletter.h3-newsletter {
        width: 290px; } }
    @media (min-width: 1025px) {
      .f-newsletter.h3-newsletter {
        width: 300px; } }
    .f-newsletter.h3-newsletter .form-control {
      border: 1px solid #b7b7b7;
      height: 34px;
      border-radius: 34px; }
      .f-newsletter.h3-newsletter .form-control::-webkit-input-placeholder {
        color: #959595;
        font-size: "14px"; }
      .f-newsletter.h3-newsletter .form-control:-moz-placeholder {
        color: #959595;
        font-size: "14px"; }
      .f-newsletter.h3-newsletter .form-control::-moz-placeholder {
        color: #959595;
        font-size: "14px"; }
      .f-newsletter.h3-newsletter .form-control:-ms-input-placeholder {
        color: #959595;
        font-size: "14px"; }

.top-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }
  @media (min-width: 1025px) {
    .top-footer {
      padding-top: 62px;
      padding-bottom: 60px; } }
  @media (max-width: 1024px) {
    .top-footer [class*=col-] {
      margin-bottom: 30px; }
    .top-footer .col-sm-3:nth-child(4n+1) {
      clear: none; } }

.copyright {
  padding-top: 20px;
  padding-bottom: 21px; }
  .copyright span {
    text-align: center;
    display: block; }
    @media (min-width: 1025px) {
      .copyright span {
        float: left; } }
  .copyright.v1 {
    color: #fff; }
    .copyright.v1 a {
      color: #fff; }
      .copyright.v1 a:hover {
        color: #000; }
  .copyright.v2 {
    color: #e4e1da; }
    .copyright.v2 a {
      color: #e4e1da; }
      .copyright.v2 a:hover {
        color: #000; }
  .copyright.v5 {
    color: #636363; }
    .copyright.v5 a {
      color: #636363; }
      .copyright.v5 a:hover {
        color: #000; }
  .copyright .footer-menu {
    text-align: center; }
    @media (max-width: 1024px) {
      .copyright .footer-menu {
        margin-top: 15px; } }
    @media (min-width: 1025px) {
      .copyright .footer-menu {
        display: inline-block;
        float: right; } }
    .copyright .footer-menu li {
      display: inline-block; }
      .copyright .footer-menu li a {
        text-transform: capitalize;
        font-size: 14px;
        padding: 0 30px; }
      .copyright .footer-menu li:last-child a {
        padding-right: 0; }
      .copyright .footer-menu li:first-child a {
        padding-left: 0; }

.footer-v4 {
  padding: 50px 0; }
  .footer-v4 a {
    color: #636363; }
    .footer-v4 a:hover {
      color: #a3783c; }
  .footer-v4 span {
    color: #636363;
    text-align: center;
    display: block; }
    @media (min-width: 1025px) {
      .footer-v4 span {
        float: left; } }
  .footer-v4 .footer-menu {
    text-align: center; }
    @media (max-width: 1024px) {
      .footer-v4 .footer-menu {
        padding: 30px 0; } }
    @media (min-width: 1025px) {
      .footer-v4 .footer-menu {
        display: inline-block;
        padding-right: 52px; } }
    .footer-v4 .footer-menu li {
      display: inline-block; }
      .footer-v4 .footer-menu li a {
        text-transform: uppercase;
        font-size: 12px;
        padding: 0 20px; }
      .footer-v4 .footer-menu li:last-child a {
        padding-right: 0; }
  .footer-v4 .f-social-menu {
    text-align: center; }
    @media (min-width: 1025px) {
      .footer-v4 .f-social-menu {
        display: inline-block;
        padding-left: 46px;
        position: relative; }
        .footer-v4 .f-social-menu:before {
          border-left: 1px solid #f2e9e8;
          content: "";
          height: 16px;
          left: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .footer-v4 .f-social-menu a {
      margin-left: 28px; }
      .footer-v4 .f-social-menu a:first-child {
        margin-left: 0; }
  @media (min-width: 1025px) {
    .footer-v4 .footer-left {
      float: right; } }

.scroll-top {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 23px;
  line-height: 30px;
  text-align: center;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  border-bottom: 0;
  color: #707070; }
  .scroll-top.v1 {
    background-color: #fff5f9; }
  .scroll-top.v2 {
    background-color: #fbf4e8; }
  .scroll-top.v5 {
    background-color: #f7efed; }

.footer-info {
  padding-top: 47px;
  border-top: 1px solid #e7e5de; }
  @media (max-width: 480px) {
    .footer-info {
      padding-top: 15px; } }
  .footer-info.no-bd {
    border: 0; }

.v-copyright {
  padding-top: 30px;
  padding-bottom: 36px; }
  .v-copyright span {
    font-size: 14px;
    color: #a7a194;
    letter-spacing: 0.2em;
    text-transform: uppercase; }

.v-footer:first-child {
  padding-top: 20px;
  padding-bottom: 165px; }
  @media (min-width: 480px) {
    .v-footer:first-child {
      border-right: 1px solid #e7e5de; } }
  @media (max-width: 1024px) {
    .v-footer:first-child {
      padding-bottom: 30px; } }

.require {
  font-size: 18px;
  margin-bottom: 46px; }
  @media (max-width: 767px) {
    .require {
      font-size: 14px;
      margin-bottom: 15px; } }

.v-color1 {
  color: #a3783c; }

.footer-v3 {
  font-family: "Josefin Sans", sans-serif; }

.support {
  margin-bottom: 45px; }
  .support p {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .support p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .support {
      margin-bottom: 20px; } }

.support-email p:first-child {
  color: #a7a194;
  font-size: 18px;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .support-email p:first-child {
      font-size: 14px; } }
.support-email p:last-child {
  font-size: 24px; }
  @media (max-width: 767px) {
    .support-email p:last-child {
      font-size: 18px; } }

.address {
  margin-top: 46px; }
  @media (max-width: 767px) {
    .address {
      margin-top: 20px; } }
  .address p:first-child {
    font-size: 30px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .address p:first-child {
        font-size: 20px; } }
  .address p:nth-child(2) {
    font-size: 16px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .address p:nth-child(2) {
        font-size: 20px;
        margin-bottom: 10px; } }
  .address p:last-child {
    font-size: 40px;
    color: #a7a194;
    font-weight: 100; }
    @media (max-width: 767px) {
      .address p:last-child {
        font-size: 30px; } }

@media (min-width: 1025px) {
  .blog-bottom.productfull-bottom {
    margin-bottom: 173px; } }

/*
	6.3. Homepages
			6.3.1. Homepage 1
			6.3.2. Homepage 2
			6.3.3. Homepage 3
			6.3.4. Homepage 4

 */
.video {
  position: relative; }
  @media (min-width: 1025px) {
    .video {
      float: right;
      padding-right: 25px;
      top: -130px;
      margin-bottom: -54px;
      width: 600px; } }
  @media (min-width: 1624px) {
    .video {
      float: right;
      padding-right: 245px;
      top: -180px;
      margin-bottom: -54px;
      width: unset; } }
  @media (max-width: 1024px) {
    .video {
      text-align: center;
      margin: 50px auto 50px auto; } }
  .video .image-video {
    position: relative; }
    @media (max-width: 1024px) {
      .video .image-video {
        display: inline-block; } }
    .video .image-video:before {
      border: 3px solid #fff;
      background: transparent;
      color: #fff;
      border-radius: 50%;
      content: "\f04b";
      font-family: 'FontAwesome', sans-serif;
      height: 80px;
      left: 50%;
      line-height: 80px;
      position: absolute;
      text-align: center;
      top: 50%;
      letter-spacing: -3px;
      font-size: 20px;
      z-index: 1;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      width: 80px;
      transition: all 0.5s linear 0s;
      -o-transition: all 0.5s linear 0s;
      -webkit-transition: all 0.5s linear 0s; }
  .video .video-title {
    position: absolute;
    left: 15px;
    bottom: 84px; }
    @media (min-width: 1025px) {
      .video .video-title {
        left: -200px;
        bottom: 70px; } }
    @media (min-width: 1500px) {
      .video .video-title {
        left: -280px; } }
    @media (max-width: 480px) {
      .video .video-title {
        bottom: 15px; } }
    .video .video-title h3 {
      color: #a3783c;
      text-transform: uppercase;
      font-size: 72px;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 300; }
      @media (min-width: 1025px) {
        .video .video-title h3 {
          font-size: 50px; } }
      @media (min-width: 1624px) {
        .video .video-title h3 {
          font-size: 72px; } }
      @media (max-width: 767px) {
        .video .video-title h3 {
          font-size: 42px; } }
      @media (max-width: 480px) {
        .video .video-title h3 {
          font-size: 20px; } }

.new-collection {
  clear: both; }

.vow-title {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .vow-title {
      font-size: 28px; } }
  .vow-title.v2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 50px; }
  .vow-title.v3 {
    font-size: 36px;
    margin-top: 30px; }
    @media (min-width: 1025px) {
      .vow-title.v3 {
        margin-bottom: 50px; } }
    @media (max-width: 480px) {
      .vow-title.v3 {
        font-size: 28px; } }
  .vow-title.v4 {
    font-size: 36px;
    margin-top: 30px; }
    @media (min-width: 1025px) {
      .vow-title.v4 {
        margin-top: 100px;
        margin-bottom: 82px; } }
    @media (max-width: 480px) {
      .vow-title.v4 {
        font-size: 28px; } }
  .vow-title.v5 {
    width: 100%;
    border-bottom: 1px solid #e4e1da;
    padding-bottom: 20px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .vow-title.v5 {
        width: 65.66667%; } }
    @media (max-width: 812px) {
      .vow-title.v5 {
        margin-bottom: 20px; } }

.h-colect-title {
  color: #a3783c;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  position: relative;
  text-align: center;
  margin: -13px 0 0;
  text-shadow: white 0px 0px 10px; }
  @media (min-width: 1025px) {
    .h-colect-title {
      font-size: 23px;
      margin: -10px 0 0; } }
  @media (min-width: 1500px) {
    .h-colect-title {
      font-size: 30px;
      margin: -13px 0 0; } }
  @media (max-width: 1024px) {
    .h-colect-title {
      font-size: 27px; } }
  @media (max-width: 480px) {
    .h-colect-title {
      font-size: 18px;
      margin: 15px 0 0; } }
  .h-colect-title.v2 {
    font-size: 72px;
    margin: -30px 0 0; }
    @media (max-width: 767px) {
      .h-colect-title.v2 {
        font-size: 42px;
        margin: -15px 0 0; } }
    @media (max-width: 480px) {
      .h-colect-title.v2 {
        font-size: 30px;
        margin: 15px 0 0; } }
  .h-colect-title.v3 {
    color: #d1947c;
    font-family: "Playfair Display", serif; }
    @media (min-width: 1025px) {
      .h-colect-title.v3 {
        font-size: 50px;
        margin: -30px 0 0; } }
    @media (min-width: 1624px) {
      .h-colect-title.v3 {
        font-size: 60px;
        margin: -36px 0 0; } }
    @media (max-width: 1024px) {
      .h-colect-title.v3 {
        font-size: 42px;
        margin: -15px 0 0; } }
    @media (max-width: 480px) {
      .h-colect-title.v3 {
        font-size: 30px;
        margin: 15px 0 0; } }
  .h-colect-title.v4 {
    color: #fe566e;
    margin: 34px 0 0; }

.vow-desc .v-desc {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 480px) {
    .vow-desc .v-desc {
      max-width: 388px;
      margin: 25px auto 26px auto;
      text-align: left; } }
  @media (max-width: 480px) {
    .vow-desc .v-desc {
      font-size: 14px; } }
.vow-desc .author {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  color: #a7a194;
  position: relative;
  z-index: 3;
  padding: 0 15px 0 15px; }
  .vow-desc .author:after {
    content: "";
    width: 12px;
    border-bottom: solid 1px #e1e1e1;
    position: absolute;
    left: 0;
    top: 55%;
    z-index: 1; }
  .vow-desc .author:before {
    content: "";
    width: 12px;
    border-bottom: solid 1px #e1e1e1;
    position: absolute;
    right: 0;
    top: 55%;
    z-index: 1; }

.connect-img {
  position: relative; }

.connect-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  padding-left: 30px; }
  @media (min-width: 1025px) {
    .connect-title {
      font-size: 20px; } }
  @media (min-width: 1500px) {
    .connect-title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .connect-title {
      font-size: 18px; } }
  .connect-title.v2 {
    color: #a3783c; }

.quote {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 480px) {
    .quote {
      padding-bottom: 120px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1025px) {
    .quote {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1500px) {
    .quote {
      padding-top: 205px;
      padding-bottom: 174px; }
      .quote.v2 {
        padding-top: 180px; } }
  .quote p {
    position: relative;
    font-size: 20px;
    font-weight: 300; }
    .quote p:after {
      content: "";
      background: url(../img/icon/quote_h2.png) no-repeat center;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      top: -80px;
      position: absolute;
      width: 169px;
      height: 218px;
      z-index: -1; }
    @media (max-width: 480px) {
      .quote p {
        font-size: 14px; } }
    @media (min-width: 1025px) {
      .quote p {
        font-size: 40px; } }
    @media (min-width: 768px) {
      .quote p {
        max-width: 734px;
        margin: 0 auto; } }
    .quote p.quote-text {
      margin-bottom: 50px;
      margin-top: 80px; }
  .quote .vow-color {
    color: #a3783c; }

.vow-info {
  padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .vow-info {
      padding-bottom: 104px; } }

.vow-connect {
  padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .vow-connect {
      padding-bottom: 90px; } }
  @media (min-width: 1500px) {
    .vow-connect {
      padding-bottom: 183px; } }
  .vow-connect.v2 {
    border-top: 1px solid #e1e1e1;
    padding: 0; }
    @media (min-width: 1025px) {
      .vow-connect.v2 {
        padding: 0; } }

.feature {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .feature {
      padding-top: 70px;
      padding-bottom: 100px; } }
  @media (min-width: 1500px) {
    .feature {
      padding-top: 140px;
      padding-bottom: 195px; } }
  @media (max-width: 480px) {
    .feature [class*="col-"] {
      width: 100%; } }
  .feature .feature-img {
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      .feature .feature-img {
        margin-bottom: 30px; } }
  .feature .feature-info h3 {
    color: #111;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase; }
  .feature .feature-info p {
    color: #636363;
    margin-top: 5px;
    max-width: 214px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1025px) {
      .feature .feature-info p {
        margin-top: 15px; } }
  @media (max-width: 1024px) {
    .feature .feature-inner {
      margin-bottom: 30px; } }

@media (min-width: 1025px) {
  .blog.v2 {
    margin-bottom: 100px; } }
@media (min-width: 1500px) {
  .blog.v2 {
    margin-bottom: 205px; } }

.h2-colect-title {
  color: #d1947c;
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .h2-colect-title {
      font-size: 72px;
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .h2-colect-title {
      text-align: center; } }
  @media (min-width: 1025px) {
    .h2-colect-title.v2 {
      text-align: right; } }

.h2-colect-desc {
  color: #acacac;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.05em; }
  @media (min-width: 1025px) {
    .h2-colect-desc {
      font-size: 30px;
      margin-bottom: 92px; } }
  @media (max-width: 480px) {
    .h2-colect-desc {
      text-align: center; } }
  @media (min-width: 1025px) {
    .h2-colect-desc.v2 {
      text-align: right; } }

.collection-item .product-info .product-title a {
  color: #111111;
  font-size: 20px; }
  .collection-item .product-info .product-title a:hover {
    color: #a3783c; }
  @media (max-width: 812px) {
    .collection-item .product-info .product-title a {
      font-size: 17px; } }
@media (max-width: 480px) {
  .collection-item {
    text-align: center;
    margin-bottom: 30px; }
    .collection-item img {
      margin: 0 auto; } }

.collection-content {
  padding-bottom: 50px; }

@media (min-width: 1025px) {
  .colect-inner {
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 25px; } }
@media (min-width: 1500px) {
  .colect-inner {
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 25px; } }
@media (min-width: 1024px) {
  .collection-content {
    padding-bottom: 100px; }
    .collection-content.v2 {
      padding-bottom: 80px; }

  .collection-item {
    position: relative; }
    .collection-item.align-right {
      float: right; }
    .collection-item.align-left {
      margin-top: -92px; }

  .product-info.absolute-title {
    position: absolute;
    top: -92px; } }
@media (min-width: 1500px) {
  .collection-content {
    padding-bottom: 200px; }
    .collection-content.v2 {
      padding-bottom: 164px; } }
@media (min-width: 480px) {
  .collection-item .product-info {
    max-width: 230px; } }
@media (min-width: 480px) {
  .collection-content .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

  .collection-content.v2 .c-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; } }
@media (max-width: 812px) {
  .collection-content .row {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
.quote-slide .owl-theme .owl-dots .owl-dot {
  vertical-align: middle; }
.quote-slide .owl-theme .owl-dots .owl-dot span {
  background: #c2c2c2;
  width: 8px;
  height: 8px; }
.quote-slide .owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: #d1947c; }

@media (min-width: 1025px) {
  .blog.v3 {
    padding-left: 70px;
    padding-bottom: 0; } }
@media (min-width: 1624px) {
  .blog.v3 {
    padding-left: 70px;
    padding-bottom: 63px; } }
.blog.v3 .post-img {
  padding-right: 30px; }
.blog.v3 .post-info {
  padding-top: 15px;
  max-width: 260px; }
  @media (max-width: 480px) {
    .blog.v3 .post-info {
      padding-top: 0; } }
.blog.v3 .blog-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .blog.v3 .blog-item {
      margin-bottom: 75px; } }
  .blog.v3 .blog-item:last-child {
    margin-bottom: 0; }

@media (min-width: 1025px) {
  .testimonial {
    padding-right: 70px; } }
.testimonial .test-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .testimonial .test-item {
      margin-bottom: 54px; } }
.testimonial .test-img {
  padding-right: 30px; }
.testimonial .test-text {
  margin-left: 0; }
  .testimonial .test-text p {
    color: #111;
    font-size: 14px; }
    @media (min-width: 1025px) {
      .testimonial .test-text p {
        font-size: 18px;
        line-height: 30px;
        max-width: 330px; } }
.testimonial .test-name {
  color: #fe566e;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px; }
  @media (min-width: 1025px) {
    .testimonial .test-name {
      margin-top: 20px; } }

@media (min-width: 768px) {
  .border-center:before {
    background: #e1e1e1;
    content: "";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    width: 1px; } }
.product-countdown {
  background: #faf8f9; }
  @media (max-width: 767px) {
    .product-countdown {
      padding-bottom: 30px; } }
  @media (min-width: 1025px) {
    .product-countdown .row {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      margin-left: 0;
      margin-right: 0; }
    .product-countdown [class*="col-"] {
      padding-left: 0;
      padding-right: 0; }
    .product-countdown .flex-img img {
      max-width: unset; } }

.product-info.v4 {
  padding-top: 30px; }
  @media (min-width: 1025px) {
    .product-info.v4 {
      padding-top: 126px;
      padding-right: 100px;
      padding-left: 75px; } }
  @media (max-width: 767px) {
    .product-info.v4 {
      text-align: center; } }
  .product-info.v4 .sku {
    color: #acacac;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .product-info.v4 .product-name {
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .product-info.v4 .product-name {
        line-height: 60px; } }
    @media (max-width: 812px) {
      .product-info.v4 .product-name {
        margin-bottom: 15px; } }
    .product-info.v4 .product-name a {
      color: #fe566e; }
      @media (min-width: 1024px) {
        .product-info.v4 .product-name a {
          font-size: 50px; } }
  .product-info.v4 .product-desc-ver2 {
    color: #636363;
    font-size: 14px;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .product-info.v4 .product-desc-ver2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .product-info.v4 .product-desc-ver2 {
        margin-left: 30px;
        margin-right: 30px; } }
  .product-info.v4 .product-price {
    color: #111;
    font-size: 30px;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .product-info.v4 .product-price {
        font-size: 40px;
        margin-bottom: 15px; } }
  .product-info.v4 .btn-addcart {
    font-size: 18px;
    border: 1px solid #e9e9e9;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fe566e;
    background: transparent;
    border-radius: 25px;
    display: block;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .product-info.v4 .btn-addcart {
        margin-bottom: 65px; } }
    @media (max-width: 767px) {
      .product-info.v4 .btn-addcart {
        margin-left: auto;
        margin-right: auto; } }
    .product-info.v4 .btn-addcart:hover {
      color: #fff;
      background: #fe566e; }

.countdown-time li {
  display: inline-block;
  margin-right: 30px; }
  @media (min-width: 1025px) {
    .countdown-time li {
      margin-right: 57px; } }
  .countdown-time li:last-child {
    margin-right: 0; }
  .countdown-time li p {
    color: #111111;
    font-size: 20px;
    font-weight: bold; }
    @media (min-width: 1024px) {
      .countdown-time li p {
        font-size: 24px; } }
  .countdown-time li span {
    color: #acacac;
    font-size: 20px;
    text-transform: capitalize; }
    @media (min-width: 1024px) {
      .countdown-time li span {
        font-size: 16px; } }

.featured-product.v3 {
  padding-bottom: 16px; }
  @media (min-width: 1025px) {
    .featured-product.v3 {
      padding-top: 10px;
      margin-bottom: 50px; } }
  @media (min-width: 1624px) {
    .featured-product.v3 {
      padding-top: 120px;
      margin-top: 0;
      margin-bottom: 0; } }

.new-collection.v3 {
  padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .new-collection.v3 {
      padding-bottom: 160px; } }

.testimonial .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -70px;
  right: 0; }
  @media (min-width: 1025px) {
    .testimonial .owl-nav {
      top: -112px; } }
  .testimonial .owl-nav [class*="owl-"] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0;
    margin: 0 0 0 7px;
    background: #fe566e;
    color: #fff; }
    .testimonial .owl-nav [class*="owl-"] span {
      line-height: 25px; }
    .testimonial .owl-nav [class*="owl-"]:hover {
      background: #fff;
      color: #707070;
      border: 1px solid #e1e1e1; }
    .testimonial .owl-nav [class*="owl-"].disabled {
      background: #fff;
      color: #707070;
      border-color: #cacaca;
      border: 1px solid #cacaca; }

.collection-ver2 {
  padding-bottom: 25px; }
  @media (min-width: 480px) {
    .collection-ver2 .flex-colect {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .collection-ver2 .flex-one {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap; }
    .collection-ver2 .flex-two {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      order: 1; }
    .collection-ver2 .colect-img {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }

.img-colect {
  position: relative;
  display: inline-block;
  vertical-align: bottom; }

.colect-content {
  top: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }
  .colect-content.v2 {
    top: unset;
    bottom: 30px;
    margin: 0 30px; }
  @media (min-width: 1624px) {
    .colect-content.v3, .colect-content.v4 {
      top: 100px; } }
  .colect-content.v3 h3, .colect-content.v4 h3 {
    color: #a3783c;
    letter-spacing: 0.2em; }
    @media (min-width: 1025px) {
      .colect-content.v3 h3, .colect-content.v4 h3 {
        font-size: 36px; } }
  .colect-content.v3 p, .colect-content.v4 p {
    color: #636363; }
  @media (min-width: 1624px) {
    .colect-content.v4 {
      top: 108px; } }
  .colect-content.vertical-text {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 50%; }
    @media (min-width: 1025px) {
      .colect-content.vertical-text {
        top: 27%; } }
    .colect-content.vertical-text h3 {
      color: #a3783c;
      font-size: 24px;
      text-transform: capitalize;
      position: relative;
      letter-spacing: 0.4em; }
      .colect-content.vertical-text h3:before {
        position: absolute;
        content: "";
        left: -80px;
        width: 160px;
        height: 2px;
        top: 50%;
        background: #dcd1c2; }
        @media (min-width: 1624px) {
          .colect-content.vertical-text h3:before {
            width: 259px; } }
        @media (max-width: 1024px) {
          .colect-content.vertical-text h3:before {
            width: 80px; } }
      @media (max-width: 1024px) {
        .colect-content.vertical-text h3 {
          font-size: 18px; } }
      @media (max-width: 480px) {
        .colect-content.vertical-text h3 {
          font-size: 14px; } }
  .colect-content h3 {
    color: #111111;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .colect-content h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px; } }
  .colect-content p {
    color: #111111; }
    @media (min-width: 1025px) {
      .colect-content p {
        font-size: 18px; } }

.colect-newsletter {
  padding-top: 40px; }
  @media (min-width: 1025px) {
    .colect-newsletter {
      padding-top: 54px; } }
  @media (max-width: 812px) {
    .colect-newsletter {
      padding-top: 10px;
      text-align: center; } }
  .colect-newsletter > * {
    display: inline-block;
    vertical-align: middle; }
  .colect-newsletter span {
    color: #111;
    font-size: 18px;
    margin-right: 15px; }
    @media (min-width: 1025px) {
      .colect-newsletter span {
        font-size: 24px;
        margin-right: 30px; } }
    @media (max-width: 812px) {
      .colect-newsletter span {
        margin-bottom: 10px;
        margin-right: 0; } }

.btn-colect {
  position: relative;
  border: 2px solid #a3783c;
  display: inline-block;
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #a3783c;
  background: #fff;
  line-height: 56px;
  font-size: 18px;
  font-style: italic;
  font-family: "Playfair Display", serif;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  border-radius: 60px;
  margin-top: 15px; }
  @media (min-width: 1025px) {
    .btn-colect {
      margin-top: 60px; } }
  @media (max-width: 812px) {
    .btn-colect {
      width: 140px;
      height: 40px;
      line-height: 36px;
      font-size: 14px; } }
  .btn-colect:hover {
    background: #a3783c;
    color: #fff;
    border-color: #a3783c; }
    .btn-colect:hover:after {
      opacity: 1;
      width: 130px;
      right: -100px;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .btn-colect:hover:before {
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .btn-colect:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #a78b45;
    right: -110px;
    top: 41%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 480px) {
      .btn-colect:before {
        content: none; } }
  .btn-colect:after {
    position: absolute;
    content: "";
    right: -50px;
    width: 0;
    height: 1px;
    top: 50%;
    background: #a3783c;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 480px) {
      .btn-colect:after {
        content: none; } }

@media (min-width: 480px) {
  .flex-row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
.flex-row .flex-items {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.essential-ver2 {
  padding-bottom: 50px; }
  @media (min-width: 1624px) {
    .essential-ver2 {
      padding-left: 145px;
      padding-right: 375px;
      width: 100%; } }
  @media (min-width: 1025px) {
    .essential-ver2 {
      padding-bottom: 166px; } }
  @media (min-width: 480px) {
    .essential-ver2 {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
  @media (max-width: 1024px) {
    .essential-ver2 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .essential-ver2 .essential-img {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
  .essential-ver2 .content {
    margin-right: 0;
    padding-top: 30px; }
    @media (max-width: 480px) {
      .essential-ver2 .content {
        text-align: center; } }
    @media (min-width: 480px) {
      .essential-ver2 .content {
        max-width: 400px; } }
    @media (min-width: 813px) {
      .essential-ver2 .content {
        padding-top: 164px; } }
    @media (min-width: 1624px) {
      .essential-ver2 .content {
        max-width: 630px;
        padding-top: 270px;
        padding-right: 100px; } }
    .essential-ver2 .content .desc {
      letter-spacing: 0em; }
      @media (min-width: 1025px) {
        .essential-ver2 .content .desc {
          font-size: 20px; } }

@media (max-width: 480px) {
  .collection-ver3 {
    margin-bottom: 15px; } }
@media (min-width: 480px) {
  .collection-ver3 {
    position: relative;
    z-index: 6;
    margin-top: -46px; } }
@media (min-width: 1025px) {
  .collection-ver3 {
    margin-top: -88px; } }

.featured-product {
  margin-top: 30px; }
  @media (min-width: 1025px) {
    .featured-product {
      margin-bottom: 70px; } }
  @media (min-width: 1500px) {
    .featured-product.v2 {
      margin-bottom: 156px; } }

.vow-collection {
  padding-top: 50px; }
  @media (min-width: 1025px) {
    .vow-collection {
      padding-top: 100px; } }
  @media (min-width: 1624px) {
    .vow-collection {
      padding-top: 228px; } }

.slide-scroll {
  color: #111111;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  position: absolute;
  bottom: 50px;
  left: 35%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  letter-spacing: 0.1em;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer; }
  @media (max-width: 480px) {
    .slide-scroll {
      left: 40%;
      bottom: 10px; } }
  .slide-scroll span {
    position: absolute;
    top: 40px;
    left: 50%;
    content: '';
    width: 1px;
    height: 89px;
    background-color: #d1947c; }
    @media (max-width: 480px) {
      .slide-scroll span {
        top: 30px; } }

@media (min-width: 1500px) {
  .h2-colect-ovl:before {
    content: "";
    display: block;
    position: absolute;
    top: 130px;
    left: 15px;
    width: 1200px;
    height: 670px;
    background-color: #f7efed;
    z-index: -1; }
  .h2-colect-ovl.v2:before {
    right: 15px;
    left: unset; } }

@media (min-width: 1500px) {
  .h4-colect-ovl:before {
    content: "";
    display: block;
    position: absolute;
    top: 174px;
    left: 0;
    width: 1200px;
    height: 550px;
    background-color: #ede4d8;
    z-index: -1; } }

/*
    6.4. Page
            6.4.1 Collection Detail v1
            6.4.2 Collection Detail v2
            6.4.3 Collection Detail v3
            6.4.4 Collection Detail v4


 */
.collection-slider {
  padding-bottom: 50px; }
  @media (max-width: 480px) {
    .collection-slider {
      padding-bottom: 30px; } }
  @media (min-width: 1025px) {
    .collection-slider {
      padding-bottom: 120px; } }
  .collection-slider .items {
    position: relative;
    z-index: 11; }

.title {
  color: #a3783c;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 15px; }
  @media (min-width: 1025px) {
    .title {
      font-size: 36px;
      line-height: 48px; } }
  @media (max-width: 480px) {
    .title {
      font-size: 20px;
      margin-bottom: 10px; } }

.desc {
  color: #636363;
  font-size: 18px;
  letter-spacing: 0.1em; }
  @media (max-width: 767px) {
    .desc {
      font-size: 14px; } }

.cate-title {
  color: #a3783c;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media (max-width: 480px) {
    .cate-title {
      font-size: 16px; } }

.slider-inside {
  position: relative; }
  @media (min-width: 1025px) {
    .slider-inside .slick-dotted.slick-slider {
      margin-bottom: 0; }
    .slider-inside .custom-ver2 {
      position: absolute;
      top: 59%;
      left: -38px; }
    .slider-inside .custom_paging {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .slider-inside .custom_paging li {
        display: block;
        margin: 7px 0; }
        .slider-inside .custom_paging li:first-child {
          margin-top: 0; }
        .slider-inside .custom_paging li:last-child {
          margin-bottom: 0; }
      .slider-inside .custom_paging:before {
        position: absolute;
        content: "";
        width: 173px;
        height: 1px;
        background: #a3783c;
        opacity: 0.3;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        top: -100px;
        right: -79px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); } }
  @media (max-width: 1024px) {
    .slider-inside .slick-slide img {
      margin: 0 auto; } }

.essential {
  position: relative;
  z-index: 12; }
  @media (max-width: 1024px) {
    .essential {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 480px) {
    .essential {
      text-align: center;
      margin-bottom: 50px; } }
  @media (min-width: 480px) {
    .essential {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
  .essential .content {
    padding-top: 30px; }
    @media (min-width: 1025px) {
      .essential .content {
        padding-left: 70px;
        padding-top: 124px; } }
    @media (min-width: 480px) {
      .essential .content {
        margin-left: 15px; } }

@media (max-width: 1024px) and (min-width: 480px) {
  .group-category-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .group-category-flex .collection-category.v2 {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
      .group-category-flex .collection-category.v2 .category.category-bottom {
        margin-right: 15px; }
        .group-category-flex .collection-category.v2 .category.category-bottom:last-child {
          margin-right: 0; }
    .group-category-flex .collection-category.v1 {
      margin-right: 15px; } }

@media (min-width: 1025px) {
  .category {
    position: relative; }

  .collection-category.v2 {
    margin-bottom: 200px;
    float: right; }

  .category-bottom {
    display: inline-block; }
    .category-bottom:first-child {
      margin-right: 66px; }

  .content-text {
    position: absolute;
    top: -48px; }
    .content-text.text-toleft {
      left: 0; }
    .content-text.text-toright {
      right: 0; }
    .content-text.v2 {
      top: unset;
      margin-top: 30px; } }
@media (max-width: 1024px) {
  .collection-category {
    text-align: center; }

  .essential.v1 {
    margin-bottom: 50px; } }
@media (max-width: 1024px) {
  .category {
    margin-bottom: 30px; }

  .content-text {
    margin-top: 30px;
    margin-bottom: 30px; }

  .collection-category {
    margin-top: 50px; } }
@media (max-width: 480px) {
  .collection-category {
    margin-top: 15px;
    margin-bottom: 15px; }

  .content-text {
    margin-top: 15px;
    margin-bottom: 0; }

  .essential.v1 {
    margin-bottom: 30px; }

  .slider-inside .slick-dotted.slick-slider {
    margin-bottom: 15px; }

  .category {
    margin-bottom: 15px; } }
.related-collection {
  clear: both;
  padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .related-collection {
      padding-bottom: 150px; } }
  @media (min-width: 1624px) {
    .related-collection {
      padding-bottom: 316px; } }
  @media (max-width: 480px) {
    .related-collection {
      padding-top: 30px;
      text-align: center; } }

.collect-title {
  color: #a3783c;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .collect-title {
      margin-bottom: 30px;
      font-size: 26px; } }

.colect-title {
  color: #111111;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1025px) {
    .colect-title {
      font-size: 48px;
      padding-left: 70px;
      padding-top: 40px;
      padding-bottom: 42px; } }
  @media (max-width: 767px) {
    .colect-title {
      font-size: 20px; } }

.colect-ovl {
  position: relative; }
  .colect-ovl:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fbf4e8; }
    @media (min-width: 1025px) {
      .colect-ovl:before {
        left: 300px;
        width: 1245px; } }
  .colect-ovl.ver2 {
    z-index: 10; }
    @media (min-width: 1025px) {
      .colect-ovl.ver2:before {
        left: -700px;
        width: 1000px;
        height: 1000px; } }

/** 7. Templates Layout **/
/*
	7.Responsive
		7.1. FullHD
			7.1.1 FullHD
			7.1.2 Min Fullhd
		7.2. Desktop
			7.2. Max Desktop
		7.3. Table
			7.3.1. tablet
			7.3.2. Max tablet
		7.4. Mobile
			7.4.1. mobile
			7.4.2. Max mobile
 */
@media (min-width: 1200px) {
  /*
  	7.2. Desktop
  			7.2. min Desktop 1200px
   */
  .product-item {
    margin-bottom: 30px; } }
@media (min-width: 1500px) {
  /*
  
  	7.1. FullHD
  			7.1.1 FullHD
  			
   */
  .product-item {
    margin-bottom: 70px; }
    .product-item.v3 {
      margin-bottom: 129px; } }
@media (max-width: 1025px) {
  /*
  	7.2. Desktop
  			7.2. Max Desktop
   */
  .product-item {
    margin-bottom: 30px; } }
@media (max-width: 1024px) {
  /*
  	7.3. Table
  			7.3.1. tablet
  			
  
   */
  .banner.v3 {
    margin-top: 50px; }

  .banner.v2 {
    margin-top: 50px; } }
@media (max-width: 768px) {
  /*
  	7.4. Mobile
  			7.3.2. Max tablet
  
   */
  .cosre-title {
    font-size: 30px; }

  .title-ver1 {
    font-size: 30px; }

  .hero-section .page-title {
    font-size: 30px; } }
@media (max-width: 767px) {
  /*
  		7.4. Mobile
  			
  			7.4.2. Max mobile
   */
  .c-item {
    text-align: center;
    margin-bottom: 30px; }

  .blog-item {
    margin-bottom: 30px; }
    .blog-item img {
      margin: 0 auto; } }
@media (max-width: 480px) {
  /*
  		7.4. Mobile
  			
  			7.4.2. Small mobile
   */
  .pushmenu-push-toright-cart {
    right: 320px; }

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

  .menu-social {
    width: 320px; }

  .cart-bottom {
    width: 300px; }

  .product-collection-grid [class*="col-xs-"] {
    width: 100%; }

  .featured-product [class*="col-xs-"] {
    width: 100%; }

  .vow-connect [class*="col-xs-"] {
    width: 100%;
    margin-bottom: 15px; }

  .related-collection [class*="col-xs-"] {
    width: 100%; }

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

  footer [class*="col-xs-"] {
    width: 100%; }

  .connect-img img {
    width: 100%; }

  .blog-grid [class*="col-xs-"] {
    width: 100%; }

  .about .author [class*="col-xs-"] {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */