@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Variables
3.0 Mixins
4.0 Boostrap Grid
5.0 Accessibility
6.0 Alignments
7.0 Typography
8.0 Forms
9.0. Tables
10.0 Formatting
11.0 Lists
12.0 Links
13.0 Navigation
14.0 Comments
15.0 Widgets
16.0 Libraries
17.0 Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v8.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

.text h2{
font-size:20px;
}

.text h3{
font-size:20px;
}

.site-footer__logo a{
  	font-weight: 700;
  	font-size: 26px;
	color:#fff;
}

.sidebar-box h3{
	font-size:20px;
}

.categories {

  	margin:0;
  	padding:0'

}

.categories li{
    	margin:20px 0;
	  	padding:0;
  		list-style:none;
}


	.pagination{
      	margin:40px 0;
		display:flex;  
      	justify-content:center;
	}

      .pagination li.active{
            background: #192437;
      }

	.pagination li{
      	display:flex;
      	justify-content:center;
      	align-items:center;
      	border:1px solid #192437;
      	margin-right:10px;
		width:40px;
      	height:40px;
		}

      .pagination li a{
 	  text-align:center;
          width:100%;
          color:#333;
      }

      .pagination li.active a{
      color:#fff;
      }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Bootstrap Grid
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/*--------------------------------------------------------------
5.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
7.0 Typography
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  color: #222222;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin: 0 0 25px;
}

h1 {
  font-size: 44px;
  font-size: 2.75rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 38px;
  font-size: 2.375rem;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

/*--------------------------------------------------------------
8.0 Form
--------------------------------------------------------------*/
/*
 * Completely resets form items
 * ----------------------------
 * Super hard reset that removes all borders
 *   and radiuses of all form items (including
 *   checkboxes and radios)
 */
input,
textarea,
button {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

textarea {
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

fieldset {
  margin-bottom: 1rem;
}

.form-container {
  border-radius: 3px;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 5px 11.64px 0.36px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 5px 11.64px 0.36px rgba(0, 0, 0, 0.13);
}

.form-title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 25px;
}

.form-social {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
}

.form-input {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid transparent;
  background: #ffffff;
  color: #222222;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.form-input--large {
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-input--pill {
  border-radius: 20px;
}

.form-input--border-c-gallery {
  border-color: #eeeeee;
}

.form-input--border-c-alto {
  border-color: #dddddd;
}

.form-input--social {
  padding-right: 65px;
}

.form-input--no-br {
  border-radius: 0;
}

.form-group {
  margin-bottom: 15px;
}

.form-group__title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .form-group__title {
    margin-top: 15px;
  }
}

.form-group__wrapper {
  position: relative;
}

.form-group__action {
  position: absolute;
  top: 50%;
  right: 5px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-group__icon {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  width: 50px;
  border-left: 1px solid #dddddd;
  color: #999999;
  line-height: 45px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-group__icon--social {
  border-left-color: rgba(255, 255, 255, 0.15);
}

.form-group--submit {
  padding-top: 10px;
}

.form-group--footer {
  padding-top: 20px;
}

.form-group__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

textarea {
  overflow: auto;
}

.button {
  display: inline-block;
  border: 1px solid transparent;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.button--primary {
  background-color: #fcc400;
  color: #222222;
}

.button--secondary {
  background-color: #222222;
  color: #ffffff;
}

.button--small {
  padding: 8px 28px;
}

.button--medium {
  padding: 10px 40px;
}

.button--large {
  padding: 12px 48px;
}

.button--square {
  border-radius: 3px;
}

.button--pill {
  border-radius: 20px;
}

.button--block {
  display: block;
  width: 100%;
}

.button--facebook {
  background-color: #3b5998;
  color: #ffffff;
}

.button--twitter {
  background-color: #55acee;
  color: #ffffff;
}

.button--like {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #dddddd;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button--listing-action {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #eeeeee;
}

@media screen and (min-width: 992px) {
  .button--listing-action {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.search-form {
  display: none;
}

@media screen and (min-width: 1400px) {
  .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.search-form .form-group__wrapper:first-of-type {
  border-right: 1px solid #eeeeee;
}

.search-form .form-group__wrapper:first-of-type > * {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.search-form .form-group__wrapper:last-of-type > * {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.action {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.edit:hover {
  color: #fcc400;
}

.remove:hover {
  color: #f15636;
}

.icheck_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icheck_label .icheckbox_flat-yellow,
.icheck_label .iradio_flat-yellow {
  margin-right: 5px;
}

.form-login__block {
  display: none;
}

.form-login__block.is-selected {
  display: block;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5rem;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

thead th {
  border-bottom: 2px solid #666666;
  padding-bottom: 0.5rem;
}

th {
  padding: 0.4rem;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eeeeee;
}

td {
  padding: 0.4rem;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Formatting
--------------------------------------------------------------*/
img {
  display: block;
  max-width: 100%;
}

figure {
  margin: 0;
}

hr {
  height: 1px;
  margin-bottom: 1.5rem;
  border: 0;
  background-color: #666666;
}

/*--------------------------------------------------------------
11.0 Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

.min-list {
  margin: 0;
  padding: 0;
}

.min-list li {
  list-style: none;
}

.inline-list li {
  display: inline-block;
}

/*--------------------------------------------------------------
12.0 Links
--------------------------------------------------------------*/
a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

a:hover, a:focus, a:active {
  color: #fcc400;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: none;
}

/*--------------------------------------------------------------
13.0 Navigation
--------------------------------------------------------------*/
.page-numbers {
  border-radius: 3px;
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
}

.page-numbers:not(:last-child) {
  margin-right: 5px;
}

.page-navigation-container {
  padding-top: 50px;
}

.page-navigation-container .page-numbers {
  height: 40px;
  padding-right: 17px;
  padding-left: 17px;
  border: 1px solid #e5e5e5;
  line-height: 40px;
}

.page-navigation-container .page-numbers:hover {
  border: 1px solid #fcc400;
  background-color: #fcc400;
  color: #222222;
}

.page-navigation-container .page-numbers.current {
  border: 1px solid #fcc400;
  background-color: #fcc400;
}

.listing-pagination .page-numbers {
  font-size: 16px;
  font-size: 1rem;
  height: 36px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f6f6f6;
  border-color: #eeeeee;
  line-height: 36px;
}

.listing-pagination .page-numbers:hover {
  border-color: #444444;
  background-color: #444444;
  color: #ffffff;
}

.listing-pagination .page-numbers.current {
  border-color: #444444;
  background-color: #444444;
  color: #ffffff;
}

.nav-links {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}

@media screen and (min-width: 768px) {
  .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
  }
}

.nav-links > * {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .nav-links > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}

.nav-link {
  position: relative;
}

@media screen and (min-width: 768px) {
  .nav-link:before {
    font-size: 25px;
    font-size: 1.5625rem;
    position: absolute;
    top: 50%;
    diplay: inline-block;
    font-family: 'Ionicons';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .nav-previous {
    padding-right: 25px;
  }
  .nav-previous:before {
    content: '\f3d2';
    left: -40px;
  }
}

@media screen and (min-width: 768px) {
  .nav-next {
    padding-left: 25px;
    text-align: right;
  }
  .nav-next:before {
    content: '\f3d3';
    right: -40px;
  }
}

.nav-link-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .nav-link-text {
    display: none;
  }
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
.comments-wrap:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}

.comments-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.comment:not(:last-child) {
  margin-bottom: 50px;
}

.comment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
  max-width: 70px;
  border-radius: 50%;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .comment-avatar {
    display: block;
  }
}

.comment-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.comment .children {
  margin-top: 50px;
}

.comment-author {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 576px) {
  .comment-author {
    margin-bottom: 0;
  }
}

.comment-header {
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .comment-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.comment-reply {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.0 Libraries
--------------------------------------------------------------*/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* iCheck plugin Flat skin, yellow
----------------------------------- */
.icheckbox_flat-yellow,
.iradio_flat-yellow {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icheck/yellow.png") no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_flat-yellow {
  background-position: 0 0;
}

.icheckbox_flat-yellow.checked {
  background-position: -22px 0;
}

.icheckbox_flat-yellow.disabled {
  background-position: -44px 0;
  cursor: default;
}

.icheckbox_flat-yellow.checked.disabled {
  background-position: -66px 0;
}

.iradio_flat-yellow {
  background-position: -88px 0;
}

.iradio_flat-yellow.checked {
  background-position: -110px 0;
}

.iradio_flat-yellow.disabled {
  background-position: -132px 0;
  cursor: default;
}

.iradio_flat-yellow.checked.disabled {
  background-position: -154px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_flat-yellow,
  .iradio_flat-yellow {
    background-image: url("../images/icheck/yellow@2x.png");
    background-size: 176px 22px;
  }
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, https://getharvest.com

Version 1.8.5
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest https://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  display: none;
  width: 100%;
  border: 1px solid #dddddd;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  border-radius: 3px;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 15px;
  height: 45px;
  border: 1px solid #dddddd;
  white-space: nowrap;
  line-height: 45px;
}

.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

.chosen-container-single .chosen-default {
  color: #999999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-single div b:after {
  content: '\f107';
  display: inline-block;
  font-family: 'FontAwesome';
  color: #aaaaaa;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  height: auto;
  margin: 1px 0;
  padding: 12px 10px;
  border: 1px solid #dddddd;
  outline: 0;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 5px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 8px 10px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #eeeeee;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  color: #fcc400;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  padding: 12px 10px;
  background: #f6f6f6;
  color: #777777;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 8px 15px;
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  width: 25px;
  height: 25px;
  margin: 1px 0;
  padding: 0;
  color: #999999;
  outline: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 3px;
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaaaaa;
  max-width: 100%;
  background-color: #eeeeee;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  content: '\f2d7';
  display: inline-block;
  font-family: 'ionicons';
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e5e5e5;
  color: #666666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #dddddd;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #dddddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.chosen-container-active .chosen-choices {
  border: 1px solid #dddddd;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 15px;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
  text-align: right;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 12px 10px;
  direction: rtl;
}

.dropzone,
.dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dropzone {
  border-radius: 3px;
  min-height: 150px;
  border: 2px dashed #dddddd;
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.rangeslider {
  border-radius: 5px;
  position: relative;
  height: 5px;
  width: 100%;
  margin-bottom: 30px;
  background-color: #dddddd;
}

.rangeslider__handle {
  position: absolute;
  top: -8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fcc400;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.rangeslider__fill {
  border-radius: 5px;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #fcc400;
  z-index: 1;
}

.rangeslider__rulers {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 2;
}

.rangeslider__ruler {
  position: relative;
  padding-top: 15px;
  cursor: pointer;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.rangeslider__ruler:first-child {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

.rangeslider__ruler:last-child {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.rangeslider__handle-value {
  border-radius: 3px;
  position: relative;
  bottom: 30px;
  right: 2px;
  width: 25px;
  height: 20px;
  background-color: #fcc400;
  color: #ffffff;
  text-align: center;
}

.rangeslider__handle-value:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid #fcc400;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

a.pswp__share--download:hover {
  background: #ddd;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - https://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../images/default-skin/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*--------------------------------------------------------------
17.0 Modules
--------------------------------------------------------------*/
.t-small {
  font-size: 12px;
  font-size: 0.75rem;
}

.t-uppercase {
  text-transform: uppercase;
}

.t-center {
  text-align: center;
}

.t-underline {
  text-decoration: underline;
}

.c-primary {
  color: #222222;
}

.c-secondary {
  color: #fcc400;
}

.c-white {
  color: #ffffff;
}

.c-boulder {
  color: #777777;
}

.c-dusty-gray {
  color: #999999;
}

.c-dove-gray {
  color: #666666;
}

.c-gray {
  color: #888888;
}

.c-silver-charlice {
  color: #aaaaaa;
}

.c-twitter {
  color: #55acee;
}

.c-facebook {
  color: #3b5998;
}

.c-pinterest {
  color: #cb2027;
}

.c-google-plus {
  color: #dd4b39;
}

.c-linkedin {
  color: #007bb5;
}

.c-instagram {
  color: #e95950;
}

.c-youtube {
  color: #ff0000;
}

.bg-primary {
  background-color: #222222;
}

.bg-secondary {
  background-color: #fcc400;
}

.bg-white {
  background-color: #ffffff;
}

.bg-mirage {
  background-color: rgba(19, 28, 40, 0.7);
}

.bg-wild-sand {
  background-color: #f6f6f6;
}

.hover-effect {
  -webkit-transition: 0.3s -webkit-box-shadow ease-out;
  transition: 0.3s -webkit-box-shadow ease-out;
  transition: 0.3s box-shadow ease-out;
  transition: 0.3s box-shadow ease-out, 0.3s -webkit-box-shadow ease-out;
}

.hover-effect:hover {
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.no-b-margin {
  margin-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .d-xxl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .site-header {
    -webkit-box-shadow: 0px 3px 7.92px 0.08px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 7.92px 0.08px rgba(0, 0, 0, 0.1);
  }
}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.site-header--fluid {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-header__container {
  position: relative;
  padding: 10px 0;
}

.site-header__logo {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .site-header__logo {
    margin-right: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .site-header__logo {
    margin-right: 100px;
  }
}

.site-header__logo a {
  	font-weight: 700;
  	font-size: 26px;
	color: #fff;
  	line-height: 1.2;
  	margin: 0;
}

.site-header__logo a img {
	width: 300px;
  	max-width: 100%;
  	height: auto;
}

@media screen and (min-width: 992px) {
  .top-search-form {
    min-width: 200px;
  }
}

.top-search-form__input {
  display: block;
  width: 100%;
  color: #ffffff;
}

.top-search-form__input::-webkit-input-placeholder {
  color: #ffffff;
}

.top-search-form__input:-ms-input-placeholder {
  color: #ffffff;
}

.top-search-form__input::-ms-input-placeholder {
  color: #ffffff;
}

.top-search-form__input::placeholder {
  color: #ffffff;
}

.main-navigation {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  padding: 0 10px 20px;
  border-top: 3px solid #fcc400;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
  .main-navigation {
    position: static;
    display: block !important;
    width: auto;
    padding: 0;
    border-top: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation > li {
    display: inline-block;
  }
  .main-navigation > li > a {
    line-height: 60px;
    border-bottom: 0;
  }
}

.main-navigation li {
  position: relative;
}

.main-navigation li ul {
  position: absolute;
  left: 9999px;
  display: none;
  padding-left: 10px;
}

@media screen and (min-width: 992px) {
  .main-navigation li ul {
    width: 13em;
    padding-left: 0;
    border-top: 3px solid #fcc400;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
}

.main-navigation > li.is-active > ul {
  position: static;
  display: block;
}

@media screen and (min-width: 992px) {
  .main-navigation > li.is-active > ul {
    position: absolute;
    left: 0;
    top: auto;
    z-index: 20;
  }
}

.main-navigation li li.is-active ul {
  position: static;
  display: block;
}

@media screen and (min-width: 992px) {
  .main-navigation li li.is-active ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 20;
  }
}

.main-navigation a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
  outline: none;
}

@media screen and (min-width: 992px) {
  .main-navigation a {
    padding: 10px 15px;
  }
}

.main-navigation a:not(:only-child) {
  position: relative;
}

.main-navigation a:not(:only-child):after {
  content: '\f107';
  position: absolute;
  right: 2px;
  display: inline-block;
  font-family: 'FontAwesome';
}

@media screen and (min-width: 992px) {
  .main-navigation a:not(:only-child):after {
    display: none;
  }
}

.main-navigation a.is-active:not(:only-child):after {
  content: '\f106';
}

@media screen and (min-width: 992px) {
  .main-navigation--white > li > a {
    color: #ffffff;
  }
  .main-navigation--white > li > a:hover {
    color: #fcc400;
  }
}

.nav-mobile {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  padding: 10px 25px 0 0;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  border-radius: 10px;
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.nav-toggle--white span,
.nav-toggle--white span:before,
.nav-toggle--white span:after {
  background-color: #ffffff;
}

.nav-toggle--dove-gray span,
.nav-toggle--dove-gray span:before,
.nav-toggle--dove-gray span:after {
  background-color: #666666;
}

.nav-toggle span:before {
  top: -6px;
}

.nav-toggle span:after {
  bottom: -6px;
}

.nav-toggle.is-active span {
  background-color: transparent;
}

.nav-toggle.is-active span:before,
.nav-toggle.is-active span:after {
  top: 0;
}

.nav-toggle.is-active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-toggle.is-active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.user-action {
  position: absolute;
  top: 18px;
  right: 40px;
}

@media screen and (min-width: 992px) {
  .user-action {
    position: static;
    padding-left: 10px;
  }
  .user-action > * {
    margin-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .user-action {
    padding-left: 20px;
  }
  .user-action > * {
    margin-left: 30px;
  }
}

.sign-in {
  display: inline-block;
}

.page-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-banner--layout-1 {
  padding: 120px 0 75px;
  background-image: url("../images/uploads/page-banner-1.jpg");
}

@media screen and (min-width: 992px) {
  .page-banner--layout-1 {
    padding: 180px 0 135px;
  }
}

.page-banner__textcontent {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .page-banner__textcontent {
    margin-bottom: 40px;
  }
}

.page-banner__title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.page-banner__subtitle {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

.page-banner--layout-2 {
  padding: 120px 0;
  background-image: url("../images/uploads/page-banner-2.jpg");
}

@media screen and (min-width: 992px) {
  .page-banner--layout-2 {
    padding: 210px 0;
  }
}

.page-banner--layout-2 .page-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .page-banner--layout-2 .page-banner__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .page-banner--layout-2 .page-banner__left,
  .page-banner--layout-2 .page-banner__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-banner--layout-2 .page-banner__left {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-banner--layout-2 .page-banner__left {
    margin-bottom: 0;
  }
}

.page-banner--layout-3 {
  padding: 100px 0;
  background-image: url("../images/uploads/page-banner-3.jpg");
}

@media screen and (min-width: 992px) {
  .page-banner--layout-3 {
    padding: 185px 0;
  }
}

.page-banner--layout-4 {
  padding: 150px 0 140px;
  background-image: url("../images/uploads/page-banner-4.jpg");
}

@media screen and (min-width: 992px) {
  .page-banner--layout-4 {
    padding: 300px 0 280px;
  }
}

@media screen and (min-width: 1200px) {
  .page-banner--layout-4 .main-search {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
}

.page-banner--layout-4 .page-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .page-banner--layout-4 .page-banner__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .page-banner--layout-4 .page-banner__wrapper {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  .page-banner--layout-4 .page-banner__left,
  .page-banner--layout-4 .page-banner__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.page-banner--layout-4 .page-banner__left {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-banner--layout-4 .page-banner__left {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .page-banner--layout-4 .page-banner__left {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.main-search {
  border-radius: 3px;
}

.main-search label {
  font-weight: 600;
}

.main-search__group:not(:last-of-type) {
  margin-bottom: 15px;
}

.main-search--layout-1 {
  display: block;
  max-width: 730px;
  margin: 0 auto 20px;
  padding: 25px;
}

@media screen and (min-width: 992px) {
  .main-search--layout-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .main-search--layout-1 .main-search__group--primary {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}

@media screen and (min-width: 992px) {
  .main-search--layout-1 .main-search__group--secondary {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.main-search--layout-1 .main-search__group--tertiary {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .main-search--layout-1 .main-search__group:not(:last-of-type) {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.main-search--layout-2 {
  padding: 30px;
}

.main-search--layout-2 .main-search__group:not(:last-of-type) {
  margin-bottom: 20px;
}

.location {
  margin-bottom: 10px;
}

.location:not(:last-child) {
  margin-right: 30px;
}

.locations--layout-1 i {
  margin-right: 10px;
}

.locations--layout-2 i {
  font-size: 16px;
  font-size: 1rem;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ffffff;
  margin: 0 auto 10px;
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}

.locations--layout-2 a:hover i {
  border: 1px solid #fcc400;
}

.locations--layout-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.locations--layout-3 .location {
  border-radius: 3px;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  margin-right: 0;
  margin-bottom: 0;
}

.locations--layout-3 a {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 576px) {
  .locations--layout-3 {
    max-width: 380px;
  }
  .locations--layout-3 .location {
    margin-bottom: 10px;
  }
  .locations--layout-3 .location:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}

.locations--layout-3 img {
  height: 30px;
  margin: 0 auto 20px;
}

.ads {
  background-image: url("../images/uploads/ads-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ads .ads__container {
  padding: 100px 0;
}

.ads--layout-2 .ads__container {
  padding: 75px 0;
}

.ads__title {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 10px;
}

.ads__subtitle {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

.page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .page-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.page-section__title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.page-section__subtitle {
  margin-bottom: 10px;
}

.page-content {
  padding: 20px 0 100px;
}

.page-content--no-b-bottom {
  padding-bottom: 0;
}

.page-content--no-t-bottom {
  padding-top: 0;
}

.page-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 10px;
}

.category {
  border-radius: 3px;
  margin-top: 30px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

.category > a {
  display: block;
  padding-top: 26px;
  padding-bottom: 26px;
}

.category__title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.category--layout-1 img {
  max-height: 50px;
}

.category--layout-1 .category__title {
  margin-top: 20px;
}

.category--layout-2 .category {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.category--layout-2 .category > a {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .category--layout-2 .category > a {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.category--layout-2 .category > a:hover .category__image {
  background-color: #fcc400;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

.category--layout-2 .category__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  line-height: 80px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.category--layout-3 .category > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category--layout-3 .category__image {
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
  max-height: 20px;
  margin-right: 10px;
}

.dream-place {
  position: relative;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}

.dream-place:hover {
  -webkit-box-shadow: 0px 6px 19px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 6px 19px 1px rgba(0, 0, 0, 0.4);
}

.dream-places--layout-1 .dream-place {
  height: 270px;
}

.dream-places--layout-1 .dream-place__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.dream-places--layout-1 .dream-place__inner:before {
  content: '';
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  border: 1px solid #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.dream-places--layout-1 .dream-place:hover .dream-place__inner {
  background-color: rgba(0, 0, 0, 0.2);
}

.dream-places--layout-1 .dream-place:hover .dream-place__inner:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 576px) {
  .dream-places--layout-1 .dream-places__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dream-places--layout-1 .dream-place {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 30px);
            flex: 1 0 calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .dream-places--layout-1 .dream-place {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.33% - 30px);
            flex: 1 0 calc(33.33% - 30px);
  }
}

.dream-places--layout-1 .dream-place__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .dream-places--layout-1 .dream-place__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.dream-places--layout-2 .dream-place {
  position: relative;
  height: 200px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .dream-places--layout-2 .dream-place {
    height: 250px;
  }
}

@media screen and (min-width: 992px) {
  .dream-places--layout-2 .dream-place {
    height: 400px;
  }
}

.dream-places--layout-2 .dream-place:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #222222;
  opacity: 0.3;
  z-index: 1;
}

.dream-places--layout-2 .dream-place:hover .dream-place__gradient {
  opacity: 0.5;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dream-places--layout-2 .dream-place:hover .dream-place__number {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dream-places--layout-2 .dream-place__gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#e1006a), to(#087377));
  background: linear-gradient(0deg, #e1006a 0%, #087377 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 2;
}

.dream-places--layout-2 .dream-place__content {
  position: relative;
  z-index: 10;
  padding: 15px;
}

.dream-places--layout-2 .dream-place__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .dream-places--layout-2 .dream-place__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.dream-places--layout-2 .dream-place__number {
  display: block;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
  transition: 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
  transition: 0.3s transform ease-out, 0.3s opacity ease-out;
  transition: 0.3s transform ease-out, 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.listing {
  border-radius: 3px;
  position: relative;
  margin-top: 30px;
}

.listing p + p {
  margin-bottom: 0;
}

.listing__thumbnail {
  position: relative;
  overflow: hidden;
}

.listing__thumbnail img {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.listing__thumbnail:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.listing__detail {
  padding: 20px;
  border: 1px solid #eeeeee;
}

.listing__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.listing__category {
  margin-bottom: 10px;
}

.listing__category span:not(:last-child):after {
  font-size: 20px;
  font-size: 1.25rem;
  content: '\00B7';
  display: inline-block;
  padding: 0 5px;
  color: #dddddd;
}

.listing__price {
  font-size: 10px;
  font-size: 0.625rem;
}

.listing__score {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #f15636;
  color: #f15636;
  border-radius: 50%;
  line-height: 34px;
}

.listing-list--layout-3 .listing__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-list--layout-3 .listing__location {
  margin-bottom: 0;
}

.listing-row:first-child th {
  padding: 20px 0.4rem;
}

.listing-row:first-child th:first-child {
  padding-left: 15px;
}

.listing-cell {
  padding: 30px 0;
}

.listing-cell .listing__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-cell .listing__detail {
  padding: 0;
  border: 0;
}

.listing-cell .listing__thumbnail {
  display: none;
  width: 150px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .listing-cell .listing__thumbnail {
    display: block;
  }
}

.listing-cell p {
  margin-bottom: 15px;
}

.listing-group {
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}

.listing-group:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.listing-group__title {
  font-size: 20px;
  font-size: 1.25rem;
}

.listing-header .listing-action i {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background-color: #eeeeee;
  line-height: 50px;
  border-radius: 50%;
}

.listing-header .listing-action--favorite i {
  color: #f15636;
}

.listing-header .listing-action--report i {
  color: #fcc400;
}

.listing-header .listing-action--share i {
  color: #55acee;
}

.listing-header .listing-action:not(:last-child) {
  margin-right: 20px;
}

.listing-header .listing-actions--secondary {
  margin-top: 30px;
}

.listing-header .listing-actions--secondary li {
  margin-bottom: 10px;
}

.listing-header .listing-actions--secondary li:not(:last-child) {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .listing-header .listing-actions--secondary li {
    margin-bottom: 0;
  }
}

.listing-header__container {
  padding-bottom: 30px;
}

.listing-section-container .listing-header__container {
  padding-bottom: 0;
}

.listing-header__main {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .listing-header__main {
    margin-bottom: 0;
  }
}

.listing-header__image {
  margin-right: 15px;
}

.listing-header__content {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .listing-header__content {
    margin-bottom: 0;
  }
}

.listing-header__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 576px) {
  .listing-header__title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.listing-header__detail {
  margin-top: 5px;
}

.listing-header__detail li {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .listing-header__detail li {
    display: inline-block;
  }
  .listing-header__detail li:not(:last-child):after {
    content: '|';
    display: inline-block;
    color: #dddddd;
    padding: 0 10px;
  }
}

.listing-header__detail .listing__score {
  font-size: 12px;
  font-size: 0.75rem;
  width: 26px;
  height: 26px;
  border-color: #fcc400;
  background-color: #fcc400;
  color: #222222;
  line-height: 26px;
}

.listing-widget {
  margin-bottom: 30px;
  padding: 25px;
}

.listing-widget:last-of-type {
  margin-bottom: 0;
}

.listing-widget .listing-actions {
  margin-top: 20px;
}

.listing-widget .listing-action:not(:last-child):after {
  content: '|';
  display: inline-block;
  color: #dddddd;
  padding: 0 10px;
}

.listing-widget__title {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.latest-listing:not(:last-child) {
  margin-bottom: 35px;
}

.latest-listing__thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 60px;
  margin-right: 15px;
}

.latest-listing__name {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 2px;
}

.latest-listing__desc {
  margin-bottom: 0;
}

.listing-timetable th {
  width: 25%;
}

.listing-timetable tr,
.listing-timetable th {
  padding: 10px;
}

.listing-main {
  padding: 40px 0 100px;
}

.listing-map-container {
  position: relative;
  min-height: 180px;
  margin-bottom: 25px;
}

.listing-contact {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-left: 25px;
}

.listing-contact__icon {
  position: absolute;
  left: 0;
}

.listing-social .social-list {
  margin-top: 10px;
  margin-bottom: 35px;
}

.listing-cta {
  margin-top: 20px;
  margin-bottom: 0;
}

.listing-tab:not(:last-child) {
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .listing-tab:not(:last-child) {
    margin-right: 30px;
  }
}

.listing-tab a {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  padding: 15px 0;
}

.listing-tab a:hover {
  border-bottom: 2px solid #fcc400;
}

.listing-tab.is-active a {
  border-bottom: 2px solid #fcc400;
  color: #fcc400;
}

.listing-section,
.listing-header-wrapper {
  padding: 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .listing-section,
  .listing-header-wrapper {
    padding: 40px;
  }
}

.listing-section:last-child {
  margin-bottom: 0;
}

.listing-section__header {
  margin-bottom: 30px;
}

.listing-section__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 576px) {
  .listing-section__title {
    margin-bottom: 0;
  }
}

.listing-features {
  margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
  .listing-features {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

.listing-features li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.listing-features li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  display: inline-block;
  color: #fcc400;
  font-family: 'FontAwesome';
}

.listing-ratings {
  margin-bottom: 40px;
}

.listing-rating {
  border-bottom: 0;
}

.listing-rating th,
.listing-rating td {
  padding: 10px 0;
}

.listing-rating td:nth-child(3) {
  display: none;
}

@media screen and (min-width: 768px) {
  .listing-rating td:nth-child(3) {
    display: table-cell;
    width: 50%;
  }
}

.listing-rating td:last-child {
  text-align: right;
}

.listing-review {
  padding-top: 35px;
  padding-bottom: 20px;
  border-top: 1px dotted #dddddd;
}

.listing-review__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 60px;
  margin-right: 15px;
  border-radius: 50%;
}

.listing-review__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.listing-review__header {
  margin-bottom: 10px;
}

.listing-pagination {
  margin-top: 15px;
}

.listing-pagination .page-navigation {
  margin-bottom: 10px;
}

@media screen and (min-width: 576px) {
  .listing-pagination .page-navigation {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .listing-menu {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

.listing-menu__item {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #aaaaaa;
}

.listing-menu__item-name {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}

.listing-gallery-top {
  width: 100%;
  margin-bottom: 10px;
}

.listing-gallery-thumb {
  width: 100%;
}

.listing-gallery-thumb .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}

.listing-gallery-thumb .is-selected {
  opacity: 1;
}

.listing-button {
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .listing-button {
    font-size: 20px;
    font-size: 1.25rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.listing-button:hover {
  background-color: #fcc400;
}

.listing-button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.listing-button-prev {
  left: 10px;
}

.listing-button-next {
  right: 10px;
}

.listing-member__image {
  max-width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  border-radius: 50%;
}

.listing-member__name {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 2px;
}

.listing-member__position {
  margin-bottom: 15px;
}

.listing-timer__desc {
  margin-bottom: 10px;
}

.listing-timer__wrapper:not(:last-child) {
  margin-right: 10px;
}

.listing-timer__time {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
}

.listing-nav--b-margin {
  margin-bottom: 30px;
}

.listing-header-bg {
  height: 280px;
  background-image: url("../images/uploads/listing-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.listing-search-container {
  border-radius: 3px;
}

@media screen and (min-width: 992px) {
  .listing-search-container {
    margin-top: -110px;
  }
}

@media screen and (min-width: 992px) {
  .listing-search-container--on-map {
    margin-top: -70px;
  }
}

.listing-search {
  padding: 15px 20px;
  -webkit-box-shadow: 0 1px 2.97px 0.03px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2.97px 0.03px rgba(0, 0, 0, 0.15);
}

.listing-search button {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
}

.listing-sort li:not(:last-child) {
  margin-right: 10px;
}

.listing-sort a {
  color: #999999;
}

.listing-sort a:hover {
  color: #fcc400;
}

.listing-sort a.is-active {
  color: #222222;
}

.listing-filter {
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .listing-filter {
    margin-bottom: 0;
  }
}

.listing-filter a {
  display: block;
  padding: 10px 20px;
  color: #222222;
  outline: none;
}

.listing-filter li {
  border: 1px solid #eeeeee;
  background-color: #f6f6f6;
}

.listing-filter li.is-active {
  background-color: #fcc400;
  border-color: transparent;
}

.listing-filter i {
  pointer-events: none;
}

.listing-filter--group li:not(:first-child) {
  border-left: 0;
}

.listing-filter--group li:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.listing-filter--group li:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.listing-filter--list li {
  margin-bottom: 5px;
  border-radius: 20px;
}

@media screen and (min-width: 576px) {
  .listing-filter--list li {
    margin-bottom: 0;
  }
}

.listing-filter--list li:not(:last-child) {
  margin-right: 15px;
}

.listing-keyword {
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 25px;
  padding-bottom: 25px;
}

.listing-keyword .keyword {
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (min-width: 992px) {
  .listing-keyword {
    padding-top: 0;
    color: #ffffff;
  }
}

.keyword {
  font-size: 16px;
  font-size: 1rem;
}

.listing-keyword--on-map {
  background-color: #ffffff;
}

@media screen and (min-width: 992px) {
  .listing-keyword--on-map {
    padding: 10px 20px;
    border: 1px solid #eeeeee;
    color: #222222;
  }
}

.listing-expand {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .listing-expand {
    margin-bottom: 0;
  }
}

.listing-expand i {
  -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;
}

.listing-expand.is-active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.listing-more-filter {
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

@media screen and (min-width: 576px) {
  .listing-more-filter ul {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 992px) {
  .listing-more-filter ul {
    -webkit-column-count: 4;
            column-count: 4;
  }
}

.listing-more-filter__inner {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .listing-more-filter__inner {
    padding: 30px 50px 15px;
  }
}

.listing-header-map-container {
  position: relative;
  min-height: 430px;
}

.js-map-container.is-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.listing-box {
  position: relative;
}

.listing-box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.listing-box__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 65px;
  margin-right: 15px;
}

.listing-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}

.listing-box__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}

.listing-box__address {
  display: inline-block;
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.listing-column {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .listing-column--xl-50 {
    width: 50%;
  }
}

.listing-column--content {
  padding: 30px;
}

.listing-column--map {
  min-height: 500px;
}

@media screen and (min-width: 1200px) {
  .listing-column--map {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
  }
}

@media screen and (min-width: 768px) {
  .grid-view__item {
    width: 48%;
  }
}

.list-view {
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .list-view__item .listing {
    margin-top: 0;
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .list-view__item .listing:hover {
    background-color: #f6f6f6;
  }
}

@media screen and (min-width: 768px) {
  .list-view__item .listing {
    padding: 30px;
  }
}

@media screen and (min-width: 576px) {
  .list-view__item .listing img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 576px) {
  .list-view__item .listing__thumbnail {
    position: relative;
    width: 40%;
    margin-right: 15px;
  }
}

@media screen and (min-width: 576px) {
  .list-view__item .listing__detail {
    width: 60%;
    border: 0;
    padding: 0;
  }
}

.listing-column .listing-filter-container {
  margin-top: 20px;
}

.listing-column .listing-filter--group {
  margin-bottom: 15px;
}

.listing-column .listing-filter--list > * {
  margin-bottom: 15px;
}

.listing-filter-label {
  display: block;
  margin-bottom: 15px;
}

.listing-filter--category {
  margin-right: 0;
}

.listing-filter--category li {
  border-radius: 3px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  height: 50px;
  margin-bottom: 5px;
  background: transparent;
}

@media screen and (min-width: 992px) {
  .listing-filter--category li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
}

.listing-filter--category li:not(:last-child) {
  margin-right: 10px;
}

.listing-filter--category li.is-active .listing-filter__content {
  background-color: rgba(252, 196, 0, 0.5);
}

.listing-filter--category a {
  padding: 0;
}

.listing-filter__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.listing-filter__bg--coffee {
  background-image: url("../images/uploads/coffee.jpg");
}

.listing-filter__bg--food {
  background-image: url("../images/uploads/food.jpg");
}

.listing-filter__bg--cake {
  background-image: url("../images/uploads/cake.jpg");
}

.listing-filter__bg--fruit {
  background-image: url("../images/uploads/fruit.jpg");
}

.listing-filter__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.label {
  border-radius: 3px;
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-block;
  padding: 2px 8px;
  color: #222222;
  text-align: center;
}

.label--primary {
  background-color: #fcc400;
}

.label--secondary {
  background-color: #39b54a;
  color: #ffffff;
}

.label--tertiary {
  background-color: #f15636;
  color: #ffffff;
}

.favorite {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.load-more {
  margin-top: 40px;
}

.instruction-container {
  margin-top: 30px;
}

.instruction--layout-1 .instruction-container .instruction__step:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 80px;
  height: 20px;
  background-color: rgba(252, 196, 0, 0.5);
  border-radius: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.instruction--layout-1 .instruction-container:first-of-type .instruction__step:before {
  background-color: rgba(252, 196, 0, 0.2);
}

.instruction--layout-1 .instruction-container:last-of-type .instruction__step:before {
  background-color: rgba(252, 196, 0, 0.7);
}

.instruction__step {
  font-size: 48px;
  font-size: 3rem;
  position: relative;
  display: inline-block;
  font-weight: 600;
  z-index: 2;
}

.instruction__title {
  font-size: 20px;
  font-size: 1.25rem;
}

.instruction__detail {
  max-width: 260px;
  margin: 0 auto;
}

.instruction__image {
  margin-bottom: 25px;
}

.instruction__image img {
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.instruction--layout-2 {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .instruction--layout-2 .instructions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .instruction--layout-2 .instruction-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .instruction--layout-2 .instruction-container:nth-child(odd) {
    background-color: #e5e5e5;
  }
  .instruction--layout-2 .instruction-container:nth-child(even) {
    background-color: #f6f6f6;
  }
  .instruction--layout-2 .instruction {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .instruction--layout-2 .instruction-container:not(:last-child) .instruction:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    display: block;
    margin-top: -123px;
    border-top: 123px solid transparent;
    border-bottom: 123px solid transparent;
    border-left: 30px solid #e5e5e5;
    z-index: 2;
  }
  .instruction--layout-2 .instruction-container:nth-child(2) .instruction:after {
    border-left-color: #f6f6f6;
  }
}

@media screen and (min-width: 1200px) {
  .instruction--layout-2 .instruction-container:not(:last-child) .instruction:after {
    border-left-width: 45px;
  }
}

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 46px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 40px;
    }
}

.top-content h2 {
	font-size: 40px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 36px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.post {
  position: relative;
  margin-bottom: 30px;
}

.post-image {
  margin-bottom: 40px;
}

.post-thumbnail {
  position: relative;
  overflow: hidden;
}

.post-thumbnail img {
  transition: 0.5s transform ease-out;
}

.post-thumbnail:hover img {
    transform: scale(1.1);
}

.post-title a{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c-dove-gray{
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.entry-header {
  margin-bottom: 45px;
}

.entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 15px;
}

.entry-content {
  margin-bottom: 70px;
}

.entry-meta {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}

@media screen and (min-width: 768px) {
  .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
  }
}

.entry-meta > * {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .entry-meta > * {
    margin-bottom: 0;
  }
}

.entry-tags a {
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 15px;
  border: 1px solid #dddddd;
}

.entry-tags a:hover {
  border-color: #fcc400;
}

.entry-tags a:not(:last-child) {
  margin-right: 5px;
}

.social-list li {
  font-size: 20px;
  font-size: 1.25rem;
}

.social-list li:not(:last-child) {
  margin-right: 15px;
}

.social-list a {
  color: #666666;
}

.social-list a:hover {
  color: #fcc400;
}

.post.sticky:before {
  font-size: 10px;
  font-size: 0.625rem;
  content: 'Sticky';
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  background-color: #fcc400;
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.post-meta {
  margin-bottom: 0;
}

.post-meta span:not(:last-child):after {
  content: '//';
  display: inline-block;
  padding: 0 5px;
  color: #999999;
}

.news--layout-1 .post-thumbnail,
.news--layout-3 .post-thumbnail {
  margin-bottom: 20px;
}

.news--layout-2 .post-content,
.news--layout-4 .post-content {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .news--layout-2 .post-content,
  .news--layout-4 .post-content {
    padding: 25px 30px 30px;
  }
}

.news--layout-2 .post-meta,
.news--layout-4 .post-meta {
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}

@media screen and (min-width: 768px) {
  .news--layout-2 .post-meta,
  .news--layout-4 .post-meta {
    padding-top: 25px;
  }
}

.breadcrumbs-container {
  margin-bottom: 40px;
}

.breadcrumbs__item:not(:last-child):after {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}

.error-404 {
  padding: 100px 0;
}

.error-404__subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 40px;
}

.pricing-table {
  border-radius: 3px;
  position: relative;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #eeeeee;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .pricing-table {
    padding: 30px 50px 50px;
  }
}

.pricing-table--featured {
  -webkit-box-shadow: 0px 5px 11.64px 0.36px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 5px 11.64px 0.36px rgba(0, 0, 0, 0.13);
}

.pricing-table__header {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.pricing-table__name {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
}

.pricing-table__price {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 0;
}

.pricing-table__price sup {
  font-size: 60%;
}

.pricing-table__body {
  padding-bottom: 30px;
}

.pricing-table__feature {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

.pricing-table__feature:before {
  content: '\f00c';
  position: absolute;
  display: inline-block;
  left: 0;
  color: #fcc400;
  font-family: 'FontAwesome';
  font-weight: 400;
}

.pricing-table__feature--not-supported {
  color: #888888;
}

.pricing-table__feature--not-supported:before {
  content: '\f00d';
  color: #888888;
}

.corner-ribbon {
  position: absolute;
  top: 15px;
  right: -30px;
  left: auto;
  display: block;
  width: 120px;
  line-height: 30px;
  background-color: #fcc400;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.settings__header {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 40px;
  font-weight: 400;
}

.setting-group {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.setting-group:last-child {
  border-bottom: 0;
}

.setting-group__title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.setting {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}

.setting--current .setting__icon,
.setting--current .setting__link,
.setting:hover .setting__icon,
.setting:hover .setting__link {
  color: #fcc400;
}

.setting__link {
  display: block;
}

.setting__icon {
  position: absolute;
  left: 0;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .testimonial--layout-1 .testimonials,
  .testimonial--layout-2 .testimonials {
    padding-left: 80px;
    background-image: url("../images/quote.png");
    background-repeat: no-repeat;
    background-position: left 35%;
  }
}

.testimonial--layout-2 .page-section__title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .testimonial--layout-2 .page-section__title {
    text-align: left;
  }
}

.testimonial--layout-3 {
  padding-top: 0;
}

.testimonial--layout-3 .testimonials {
  background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  background-position: center 30%;
}

.testimonial-content {
  font-size: 16px;
  font-size: 1rem;
  max-width: 650px;
  margin-bottom: 30px;
  padding-top: 15px;
}

.testimonial--layout-3 .testimonial-content {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .testimonial-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .testimonial--layout-3 .testimonial-footer {
    -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;
  }
}

.testimonial-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 80px;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .testimonial-avatar {
    margin-bottom: 0;
  }
}

.testimonial-client-name {
  font-size: 16px;
  font-size: 1rem;
}

.testimonial-client-name:after {
  content: '//';
  display: inline-block;
  padding: 0 5px;
}

.testimonial-container {
  position: relative;
}

.testimonial-button-container {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .testimonial--layout-3 .testimonial-button-container {
    right: 0;
    bottom: 50%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.testimonial-button {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.testimonial-button:not(:last-child) {
  margin-right: 5px;
}

.testimonial-button.swiper-button-disabled {
  border-color: #eeeeee;
  color: #eeeeee;
}

.testimonial-video {
  position: relative;
  margin-bottom: 20px;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .testimonial-video {
    margin-bottom: 0;
  }
}

.testimonial-video a {
  font-size: 50px;
  font-size: 3.125rem;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  color: #ffffff;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.testimonial-video a:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  color: #fcc400;
}

.testimonial-video img {
  margin-right: auto;
  margin-left: auto;
}

.contact-container .page-section__title {
  margin-bottom: 15px;
}

.contact-map-container {
  position: relative;
  min-height: 400px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .contact-map-container {
    margin-bottom: 0;
  }
}

.contact {
  margin-top: 40px;
}

.contact-list {
  margin-bottom: 75px;
}

.contact-icon {
  font-size: 24px;
  font-size: 1.5rem;
  width: 70px;
  height: 70px;
  margin: 0 auto 30px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
}

.contact-type {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.contact-type ~ a {
  display: block;
}

.coming-soon__header {
  padding: 65px 0;
}

.coming-soon__header img {
  margin-right: auto;
  margin-left: auto;
}

.coming-soon__main {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .coming-soon__main {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}

.coming-soon__title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .coming-soon__title {
    margin-bottom: 60px;
  }
}

.coming-soon__wrapper:not(:last-child) {
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .coming-soon__wrapper:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .coming-soon__wrapper:not(:last-child) {
    margin-right: 35px;
  }
}

.coming-soon__time {
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
  width: 60px;
  height: 70px;
  border-bottom: 3px solid #888888;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 70px;
}

@media screen and (min-width: 768px) {
  .coming-soon__time {
    font-size: 48px;
    font-size: 3rem;
    width: 140px;
    height: 150px;
    line-height: 150px;
  }
}

.coming-soon__unit {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .coming-soon__unit {
    font-size: 16px;
    font-size: 1rem;
  }
}

.coming-soon__footer {
  padding-top: 70px;
  padding-bottom: 70px;
}

.coming-soon__form-container {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.coming-soon__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.coming-soon__form > input {
  width: 70%;
}

.coming-soon__form > button {
  width: 30%;
  padding: 12px;
}

.create-listing__wrapper {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .create-listing__wrapper {
    padding: 50px;
  }
}

.create-listing__wrapper .page-title {
  margin-bottom: 30px;
}

.progressbar-container {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 8px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

.progressbar {
  border-radius: 20px;
  display: block;
  background-color: #fcc400;
  height: 100%;
}

.accordion-container {
  position: relative;
}

.accordion-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 3px;
  display: inline-block;
  width: 0;
  border-left: 1px dashed #aaaaaa;
}

.accordion {
  position: relative;
  padding-left: 20px;
  margin-bottom: 35px;
}

.accordion:before {
  border-radius: 50%;
  font-size: 8px;
  font-size: 0.5rem;
  content: '\f111';
  position: absolute;
  left: -8px;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fcc400;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  font-family: 'FontAwesome';
}

.accordion:first-of-type:before {
  font-size: 10px;
  font-size: 0.625rem;
  content: '\f041';
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #5e03ab;
  line-height: 20px;
}

.accordion:last-of-type:before {
  content: '\f024';
  background-color: #f15636;
}

.accordion__header {
  cursor: pointer;
}

.accordion__header > * {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  color: #666666;
}

.accordion.is-open .accordion__header > * {
  color: #222222;
}

.accordion__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

.accordion__inner {
  padding-top: 25px;
}

.accordion__image {
  max-width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
  .accordion__image {
    margin-bottom: 0;
  }
}

.accordion__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-listing-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
}

@media screen and (min-width: 768px) {
  .single-listing-header {
    height: 350px;
  }
}

.single-listing-header-1 {
  background-image: url("../images/uploads/single-listing-bg-1.jpg");
}

@media screen and (min-width: 992px) {
  .single-listing-header-1 {
    height: 600px;
  }
}

.single-listing-header-2 {
  background-image: url("../images/uploads/single-listing-bg-2.jpg");
}

@media screen and (min-width: 992px) {
  .single-listing-header-2 {
    height: 480px;
  }
}

.single-listing-slider {
  max-width: 1920px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .single-listing--layout-2 .listing-widget-container {
    margin-top: -400px;
    z-index: 20;
  }
}

@media screen and (min-width: 992px) {
  .single-listing--layout-3 .listing-widget-container {
    margin-top: -250px;
    z-index: 20;
  }
}

@media screen and (min-width: 992px) {
  .single-listing--layout-4 .listing-widget-container {
    margin-top: -100px;
  }
}

@media screen and (min-width: 992px) {
  .single-listing--layout-4 .listing-section-container {
    margin-top: -100px;
  }
}

.stars-outer {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  color: #999999;
  font-family: 'FontAwesome';
}

.stars-outer:before {
  content: '\f005 \f005 \f005 \f005 \f005';
  color: #dddddd;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.stars-inner:before {
  content: '\f005 \f005 \f005 \f005 \f005';
  color: #fcc400;
}

.stars {
  font-size: 20px;
  font-size: 1.25rem;
  color: #dddddd;
  cursor: pointer;
}

.star.hover {
  color: #fcc400;
}

.star.is-selected {
  color: #fcc400;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #e11313;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

/*---------------------- post-tags ----------------------*/

.post-tags-wrap {
	display: flex;
  	flex-wrap: wrap;
  	column-gap: 5px;
    padding: 10px 0;
  	margin-bottom: 30px;
}

.post-tags-wrap .post-tags-title {
	display: block;
  	font-size: 18px;
  	color: #192437;
  	line-height: 1.6;
}

.post-tags-wrap .post-tags-item {
  	display: inline-block;
	text-decoration: none;
  	font-size: 14px;
  	color: #fff;
  	border: 1px solid #192437;
  	background-color: #192437;
  	padding: 3px 10px;
  	margin-bottom: 5px;
  	transition: all .3s ease;
}

.post-tags-wrap .post-tags-item:hover {
	color: #192437;
  	border: 1px solid #192437;
  	background-color: #fff;
}

/*-------------------- post-tags end --------------------*/

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    padding-bottom: 30px;
    margin-top: 30px;
}
  
.comments-block .comments-title,
.comment-form-wrap .comments-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b2e3f;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 30px;
    text-align: left;
    text-transform: none;
}
   
.comments-block .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.comment-list__item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
  
.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
  
.comment-info__author {
    display: flex;
    align-items: center;
}
  
@media screen and (max-width: 1200px) {
    .comment-info__author {
        margin-bottom: 15px;
    }
}
  
.comment-author-image {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
  
.comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.comment-author-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
  
.comment-date {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}
  
.comment-content {
    color: #2b2e3f;
    font-size: 14px;
}
  
.comment-form-wrap {
    padding-top: 20px;
}
  
.comment-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
  
.comment-form .comment-form-input {
    width: 49%;
    font-size: 14px;
    color: #777777;
    border: 1px solid #999;
    border-radius: 0;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
@media screen and (max-width: 520px) {
    .comment-form .comment-form-input {
        width: 100%;
    }
}

.comment-form-textarea {
    width: 100%;
    min-height: 190px;
    resize: none;
    font-size: 14px;
    color: #777777;
    border: 1px solid #999;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
.comment-form-bottom {
    display: flex;
    align-items: center;
}
  
.button-submit {
    color: #fff;
    border: 1px solid #192437;
    background-color: #192437;
    letter-spacing: 0.48px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    margin: 0;
    padding: 13px 30px;
}

/*------------------------- Coments block  ------------------------ */

.site-footer {
  color: #eeeeee;
}

.site-footer__primary {
  padding: 75px 0;
  background-color: #282828;
}

.site-footer__logo {
  margin-bottom: 10px;
}

.site-footer__logo img {
  width: 150px;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.site-footer__links a {
  color: #eeeeee;
}

.site-footer__links a:hover {
  color: #fcc400;
}

.site-footer__social {
  font-size: 20px;
  font-size: 1.25rem;
}

.site-footer__social li:not(:last-child) {
  margin-right: 20px;
}

.site-footer__secondary {
  padding: 20px 0;
  background-color: #222222;
}

@media screen and (min-width: 768px) {
 
  
 .site-footer__secondary-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-footer__copyright {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .site-footer__copyright {
    margin-bottom: 0;
  }
}

.site-footer__details li:not(:last-child) {
  margin-right: 10px;
}

.site-footer__details li:not(:last-child):after {
  content: '/';
  display: inline-block;
  margin-left: 10px;
}

