/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #8a803e;
}

mark.color {
  color: #fff;
}

small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {

}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 15px;
  line-height: 27px;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  color: #333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #333;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 17px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 30px;
  color: #888;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1090px;
  }
}

@media (min-width: 1367px) {
  .container {
    width: 1210px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1260px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/* Reset & Forms*/
a { outline: none !important; }
a:focus,
a:hover { text-decoration: none; }


a:hover { text-decoration: none; color: #333;}

img { max-width: 100%; }

input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  outline: none;
  font-size: 15px;
  color: #808080;
  margin: 0 0 16px 0;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #fcfcfc;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  opacity: 1;
  border-radius: 3px;
}

textarea { height: auto; line-height: 27px; padding: 20px;}

select { padding: 15px 18px; cursor: pointer; }

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  color: #808080; 
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 1px solid #d8d8d8;
  opacity: 1;
}

input[type="submit"] {
  border: none;
  padding: 11px 18px;
  width: auto;
}


::-webkit-input-placeholder { /* WebKit browsers */
  color: #888;
  opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #888;
  opacity: 1;
}

textarea { min-height: 130px; -webkit-transition: none !important; transition: none !important; min-width: 100%; }


label,
legend {
  display: block;
  font-weight: bold;
  font-size: 16px; 
  font-weight: normal;
  margin-bottom: 8px;
}

input {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

textarea {
  -webkit-transition: 0;
  transition: 0;
}

input[type="checkbox"] { display: inline; }

label span,
legend span {
  font-weight: normal;
  font-size: 14px;
  color: #444;
}
fieldset {
    padding: 0;
    border: none;
}.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
          -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
                  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
          -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
                  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
          -webkit-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
                  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
          -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
                  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
          -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
                  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__relax.noty_bar .noty_body {
    padding: 10px; }
  .noty_theme__relax.noty_bar .noty_buttons {
    border-top: 1px solid #e7e7e7;
    padding: 5px 10px; }

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444; }

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200; }
  .noty_theme__relax.noty_type__warning .noty_buttons {
    border-color: #dfaa30; }

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF; }
  .noty_theme__relax.noty_type__error .noty_buttons {
    border-color: darkred; }

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF; }
  .noty_theme__relax.noty_type__info .noty_buttons,
  .noty_theme__relax.noty_type__information .noty_buttons {
    border-color: #0B90C4; }

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen; }
  .noty_theme__relax.noty_type__success .noty_buttons {
    border-color: #50C24E; }

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  .noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .noty_theme__metroui.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px; }
  .noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px .5em 10px; }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF; }

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF; }

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff; }

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__sunset.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__sunset.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__sunset.noty_type__alert .noty_progressbar,
  .noty_theme__sunset.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__sunset.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__sunset.noty_type__info .noty_progressbar,
  .noty_theme__sunset.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_body {
    padding: 15px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: transparent; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_body {
    padding: .75rem 1.25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    background: transparent; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; }
  .noty_theme__semanticui.noty_bar .noty_body {
    padding: 1em 1.5em;
    line-height: 1.4285em; }
  .noty_theme__semanticui.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87); }

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  -webkit-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  -webkit-box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; }

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
          box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0; }
  .noty_theme__nest.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__nest.noty_bar .noty_buttons {
    padding: 10px; }

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px; }

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__nest.noty_type__alert .noty_progressbar,
  .noty_theme__nest.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__nest.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__nest.noty_type__info .noty_progressbar,
  .noty_theme__nest.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }
@charset "UTF-8";

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff url("/fonts/preloader.svg") no-repeat center;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("/Sites/sale/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/Sites/sale/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/Sites/sale/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/Sites/sale/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/Sites/sale/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/Sites/sale/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

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

@font-face {
  font-family: 'simple-line-icons';
  src: url("/Sites/sale/fonts/simple-line-icons.eot?thkwh4");
  src: url("/Sites/sale/fonts/simple-line-icons.eot?thkwh4#iefix") format("embedded-opentype"), url("/Sites/sale/fonts/simple-line-icons.ttf?thkwh4") format("truetype"), url("/Sites/sale/fonts/simple-line-icons.woff?thkwh4") format("woff"), url("/Sites/sale/fonts/simple-line-icons.svg?thkwh4#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.sl {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'simple-line-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sl-icon-user-female:before {
  content: "\E000";
}

.sl-icon-people:before {
  content: "\E001";
}

.sl-icon-user-follow:before {
  content: "\E002";
}

.sl-icon-user-following:before {
  content: "\E003";
}

.sl-icon-user-unfollow:before {
  content: "\E004";
}

.sl-icon-user:before {
  content: "\E005";
}

.sl-icon-trophy:before {
  content: "\E006";
}

.sl-icon-speedometer:before {
  content: "\E007";
}

.sl-icon-social-youtube:before {
  content: "\E008";
}

.sl-icon-social-twitter:before {
  content: "\E009";
}

.sl-icon-social-tumblr:before {
  content: "\E00A";
}

.sl-icon-social-facebook:before {
  content: "\E00B";
}

.sl-icon-social-dropbox:before {
  content: "\E00C";
}

.sl-icon-social-dribbble:before {
  content: "\E00D";
}

.sl-icon-shield:before {
  content: "\E00E";
}

.sl-icon-screen-tablet:before {
  content: "\E00F";
}

.sl-icon-screen-smartphone:before {
  content: "\E010";
}

.sl-icon-screen-desktop:before {
  content: "\E011";
}

.sl-icon-plane:before {
  content: "\E012";
}

.sl-icon-notebook:before {
  content: "\E013";
}

.sl-icon-mustache:before {
  content: "\E014";
}

.sl-icon-mouse:before {
  content: "\E015";
}

.sl-icon-magnet:before {
  content: "\E016";
}

.sl-icon-magic-wand:before {
  content: "\E017";
}

.sl-icon-hourglass:before {
  content: "\E018";
}

.sl-icon-graduation:before {
  content: "\E019";
}

.sl-icon-ghost:before {
  content: "\E01A";
}

.sl-icon-game-controller:before {
  content: "\E01B";
}

.sl-icon-fire:before {
  content: "\E01C";
}

.sl-icon-eyeglass:before {
  content: "\E01D";
}

.sl-icon-envelope-open:before {
  content: "\E01E";
}

.sl-icon-envolope-letter:before {
  content: "\E01F";
}

.sl-icon-energy:before {
  content: "\E020";
}

.sl-icon-emotsmile:before {
  content: "\E021";
}

.sl-icon-disc:before {
  content: "\E022";
}

.sl-icon-cursor-move:before {
  content: "\E023";
}

.sl-icon-crop:before {
  content: "\E024";
}

.sl-icon-credit-card:before {
  content: "\E025";
}

.sl-icon-chemistry:before {
  content: "\E026";
}

.sl-icon-bell:before {
  content: "\E027";
}

.sl-icon-badge:before {
  content: "\E028";
}

.sl-icon-anchor:before {
  content: "\E029";
}

.sl-icon-wallet:before {
  content: "\E02A";
}

.sl-icon-vector:before {
  content: "\E02B";
}

.sl-icon-speech:before {
  content: "\E02C";
}

.sl-icon-puzzle:before {
  content: "\E02D";
}

.sl-icon-printer:before {
  content: "\E02E";
}

.sl-icon-present:before {
  content: "\E02F";
}

.sl-icon-playlist:before {
  content: "\E030";
}

.sl-icon-pin:before {
  content: "\E031";
}

.sl-icon-picture:before {
  content: "\E032";
}

.sl-icon-map:before {
  content: "\E033";
}

.sl-icon-layers:before {
  content: "\E034";
}

.sl-icon-handbag:before {
  content: "\E035";
}

.sl-icon-globe-alt:before {
  content: "\E036";
}

.sl-icon-globe:before {
  content: "\E037";
}

.sl-icon-frame:before {
  content: "\E038";
}

.sl-icon-folder-alt:before {
  content: "\E039";
}

.sl-icon-film:before {
  content: "\E03A";
}

.sl-icon-feed:before {
  content: "\E03B";
}

.sl-icon-earphones-alt:before {
  content: "\E03C";
}

.sl-icon-earphones:before {
  content: "\E03D";
}

.sl-icon-drop:before {
  content: "\E03E";
}

.sl-icon-drawar:before {
  content: "\E03F";
}

.sl-icon-docs:before {
  content: "\E040";
}

.sl-icon-directions:before {
  content: "\E041";
}

.sl-icon-direction:before {
  content: "\E042";
}

.sl-icon-diamond:before {
  content: "\E043";
}

.sl-icon-cup:before {
  content: "\E044";
}

.sl-icon-compass:before {
  content: "\E045";
}

.sl-icon-call-out:before {
  content: "\E046";
}

.sl-icon-call-in:before {
  content: "\E047";
}

.sl-icon-call-end:before {
  content: "\E048";
}

.sl-icon-calculator:before {
  content: "\E049";
}

.sl-icon-bubbles:before {
  content: "\E04A";
}

.sl-icon-briefcase:before {
  content: "\E04B";
}

.sl-icon-book-open:before {
  content: "\E04C";
}

.sl-icon-basket-loaded:before {
  content: "\E04D";
}

.sl-icon-basket:before {
  content: "\E04E";
}

.sl-icon-bag:before {
  content: "\E04F";
}

.sl-icon-action-undo:before {
  content: "\E050";
}

.sl-icon-action-redo:before {
  content: "\E051";
}

.sl-icon-wrench:before {
  content: "\E052";
}

.sl-icon-umbrella:before {
  content: "\E053";
}

.sl-icon-trash:before {
  content: "\E054";
}

.sl-icon-tag:before {
  content: "\E055";
}

.sl-icon-support:before {
  content: "\E056";
}

.sl-icon-size-fullscreen:before {
  content: "\E057";
}

.sl-icon-size-actual:before {
  content: "\E058";
}

.sl-icon-shuffle:before {
  content: "\E059";
}

.sl-icon-share-alt:before {
  content: "\E05A";
}

.sl-icon-share:before {
  content: "\E05B";
}

.sl-icon-rocket:before {
  content: "\E05C";
}

.sl-icon-question:before {
  content: "\E05D";
}

.sl-icon-pie-chart:before {
  content: "\E05E";
}

.sl-icon-pencil:before {
  content: "\E05F";
}

.sl-icon-note:before {
  content: "\E060";
}

.sl-icon-music-tone-alt:before {
  content: "\E061";
}

.sl-icon-music-tone:before {
  content: "\E062";
}

.sl-icon-microphone:before {
  content: "\E063";
}

.sl-icon-loop:before {
  content: "\E064";
}

.sl-icon-logout:before {
  content: "\E065";
}

.sl-icon-login:before {
  content: "\E066";
}

.sl-icon-list:before {
  content: "\E067";
}

.sl-icon-like:before {
  content: "\E068";
}

.sl-icon-home:before {
  content: "\E069";
}

.sl-icon-grid:before {
  content: "\E06A";
}

.sl-icon-graph:before {
  content: "\E06B";
}

.sl-icon-equalizer:before {
  content: "\E06C";
}

.sl-icon-dislike:before {
  content: "\E06D";
}

.sl-icon-cursor:before {
  content: "\E06E";
}

.sl-icon-control-start:before {
  content: "\E06F";
}

.sl-icon-control-rewind:before {
  content: "\E070";
}

.sl-icon-control-play:before {
  content: "\E071";
}

.sl-icon-control-pause:before {
  content: "\E072";
}

.sl-icon-control-forward:before {
  content: "\E073";
}

.sl-icon-control-end:before {
  content: "\E074";
}

.sl-icon-calender:before {
  content: "\E075";
}

.sl-icon-bulb:before {
  content: "\E076";
}

.sl-icon-chart:before {
  content: "\E077";
}

.sl-icon-arrow-up-circle:before {
  content: "\E078";
}

.sl-icon-arrow-right-circle:before {
  content: "\E079";
}

.sl-icon-arrow-left-circle:before {
  content: "\E07A";
}

.sl-icon-arrow-down-circle:before {
  content: "\E07B";
}

.sl-icon-ban:before {
  content: "\E07C";
}

.sl-icon-bubble:before {
  content: "\E07D";
}

.sl-icon-camrecorder:before {
  content: "\E07E";
}

.sl-icon-camera:before {
  content: "\E07F";
}

.sl-icon-check:before {
  content: "\E080";
}

.sl-icon-clock:before {
  content: "\E081";
}

.sl-icon-close:before {
  content: "\E082";
}

.sl-icon-cloud-download:before {
  content: "\E083";
}

.sl-icon-cloud-upload:before {
  content: "\E084";
}

.sl-icon-doc:before {
  content: "\E085";
}

.sl-icon-envolope:before {
  content: "\E086";
}

.sl-icon-eye:before {
  content: "\E087";
}

.sl-icon-flag:before {
  content: "\E088";
}

.sl-icon-folder:before {
  content: "\E089";
}

.sl-icon-heart:before {
  content: "\E08A";
}

.sl-icon-info:before {
  content: "\E08B";
}

.sl-icon-key:before {
  content: "\E08C";
}

.sl-icon-link:before {
  content: "\E08D";
}

.sl-icon-lock:before {
  content: "\E08E";
}

.sl-icon-lock-open:before {
  content: "\E08F";
}

.sl-icon-magnifier:before {
  content: "\E090";
}

.sl-icon-magnifier-add:before {
  content: "\E091";
}

.sl-icon-magnifier-remove:before {
  content: "\E092";
}

.sl-icon-paper-clip:before {
  content: "\E093";
}

.sl-icon-paper-plane:before {
  content: "\E094";
}

.sl-icon-plus:before {
  content: "\E095";
}

.sl-icon-power:before {
  content: "\E097";
}

.sl-icon-refresh:before {
  content: "\E098";
}

.sl-icon-reload:before {
  content: "\E099";
}

.sl-icon-settings:before {
  content: "\E09A";
}

.sl-icon-star:before {
  content: "\E09B";
}

.sl-icon-symble-female:before {
  content: "\E09C";
}

.sl-icon-symbol-male:before {
  content: "\E09D";
}

.sl-icon-target:before {
  content: "\E09E";
}

.sl-icon-volume-1:before {
  content: "\E09F";
}

.sl-icon-volume-2:before {
  content: "\E0A0";
}

.sl-icon-volume-off:before {
  content: "\E0A1";
}

.sl-icon-phone:before {
  content: "\E600";
}

.sl-icon-Menu:before {
  content: "\E601";
}

.sl-icon-optionsvertical:before {
  content: "\E602";
}

.sl-icon-options:before {
  content: "\E603";
}

.sl-icon-arrow-down:before {
  content: "\E604";
}

.sl-icon-arrow-left:before {
  content: "\E605";
}

.sl-icon-arrow-right:before {
  content: "\E606";
}

.sl-icon-arrow-up:before {
  content: "\E607";
}

.sl-icon-thumbs-up:before {
  content: "\E80D";
}

.sl-icon-location:before {
  content: "\E810";
}

/*---------------------------------------------------
  Iconsmind
-----------------------------------------------------*/

@font-face {
  font-family: 'iconsmind';
  src: url("/Sites/sale/fonts/iconsmind.eot?-rdmvgc");
  src: url("/Sites/sale/fonts/iconsmind.eot?#iefix-rdmvgc") format("embedded-opentype"), url("/Sites/sale/fonts/iconsmind.woff?-rdmvgc") format("woff"), url("/Sites/sale/fonts/iconsmind.ttf?-rdmvgc") format("truetype"), url("/Sites/sale/fonts/iconsmind.svg?-rdmvgc#iconsmind") format("svg");
  font-weight: normal;
  font-style: normal;
}

.im {
  font-family: 'iconsmind'  !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im-icon-A-Z:before {
  content: "\E600";
}

.im-icon-Aa:before {
  content: "\E601";
}

.im-icon-Add-Bag:before {
  content: "\E602";
}

.im-icon-Add-Basket:before {
  content: "\E603";
}

.im-icon-Add-Cart:before {
  content: "\E604";
}

.im-icon-Add-File:before {
  content: "\E605";
}

.im-icon-Add-SpaceAfterParagraph:before {
  content: "\E606";
}

.im-icon-Add-SpaceBeforeParagraph:before {
  content: "\E607";
}

.im-icon-Add-User:before {
  content: "\E608";
}

.im-icon-Add-UserStar:before {
  content: "\E609";
}

.im-icon-Add-Window:before {
  content: "\E60A";
}

.im-icon-Add:before {
  content: "\E60B";
}

.im-icon-Address-Book:before {
  content: "\E60C";
}

.im-icon-Address-Book2:before {
  content: "\E60D";
}

.im-icon-Administrator:before {
  content: "\E60E";
}

.im-icon-Aerobics-2:before {
  content: "\E60F";
}

.im-icon-Aerobics-3:before {
  content: "\E610";
}

.im-icon-Aerobics:before {
  content: "\E611";
}

.im-icon-Affiliate:before {
  content: "\E612";
}

.im-icon-Aim:before {
  content: "\E613";
}

.im-icon-Air-Balloon:before {
  content: "\E614";
}

.im-icon-Airbrush:before {
  content: "\E615";
}

.im-icon-Airship:before {
  content: "\E616";
}

.im-icon-Alarm-Clock:before {
  content: "\E617";
}

.im-icon-Alarm-Clock2:before {
  content: "\E618";
}

.im-icon-Alarm:before {
  content: "\E619";
}

.im-icon-Alien-2:before {
  content: "\E61A";
}

.im-icon-Alien:before {
  content: "\E61B";
}

.im-icon-Aligator:before {
  content: "\E61C";
}

.im-icon-Align-Center:before {
  content: "\E61D";
}

.im-icon-Align-JustifyAll:before {
  content: "\E61E";
}

.im-icon-Align-JustifyCenter:before {
  content: "\E61F";
}

.im-icon-Align-JustifyLeft:before {
  content: "\E620";
}

.im-icon-Align-JustifyRight:before {
  content: "\E621";
}

.im-icon-Align-Left:before {
  content: "\E622";
}

.im-icon-Align-Right:before {
  content: "\E623";
}

.im-icon-Alpha:before {
  content: "\E624";
}

.im-icon-Ambulance:before {
  content: "\E625";
}

.im-icon-AMX:before {
  content: "\E626";
}

.im-icon-Anchor-2:before {
  content: "\E627";
}

.im-icon-Anchor:before {
  content: "\E628";
}

.im-icon-Android-Store:before {
  content: "\E629";
}

.im-icon-Android:before {
  content: "\E62A";
}

.im-icon-Angel-Smiley:before {
  content: "\E62B";
}

.im-icon-Angel:before {
  content: "\E62C";
}

.im-icon-Angry:before {
  content: "\E62D";
}

.im-icon-Apple-Bite:before {
  content: "\E62E";
}

.im-icon-Apple-Store:before {
  content: "\E62F";
}

.im-icon-Apple:before {
  content: "\E630";
}

.im-icon-Approved-Window:before {
  content: "\E631";
}

.im-icon-Aquarius-2:before {
  content: "\E632";
}

.im-icon-Aquarius:before {
  content: "\E633";
}

.im-icon-Archery-2:before {
  content: "\E634";
}

.im-icon-Archery:before {
  content: "\E635";
}

.im-icon-Argentina:before {
  content: "\E636";
}

.im-icon-Aries-2:before {
  content: "\E637";
}

.im-icon-Aries:before {
  content: "\E638";
}

.im-icon-Army-Key:before {
  content: "\E639";
}

.im-icon-Arrow-Around:before {
  content: "\E63A";
}

.im-icon-Arrow-Back3:before {
  content: "\E63B";
}

.im-icon-Arrow-Back:before {
  content: "\E63C";
}

.im-icon-Arrow-Back2:before {
  content: "\E63D";
}

.im-icon-Arrow-Barrier:before {
  content: "\E63E";
}

.im-icon-Arrow-Circle:before {
  content: "\E63F";
}

.im-icon-Arrow-Cross:before {
  content: "\E640";
}

.im-icon-Arrow-Down:before {
  content: "\E641";
}

.im-icon-Arrow-Down2:before {
  content: "\E642";
}

.im-icon-Arrow-Down3:before {
  content: "\E643";
}

.im-icon-Arrow-DowninCircle:before {
  content: "\E644";
}

.im-icon-Arrow-Fork:before {
  content: "\E645";
}

.im-icon-Arrow-Forward:before {
  content: "\E646";
}

.im-icon-Arrow-Forward2:before {
  content: "\E647";
}

.im-icon-Arrow-From:before {
  content: "\E648";
}

.im-icon-Arrow-Inside:before {
  content: "\E649";
}

.im-icon-Arrow-Inside45:before {
  content: "\E64A";
}

.im-icon-Arrow-InsideGap:before {
  content: "\E64B";
}

.im-icon-Arrow-InsideGap45:before {
  content: "\E64C";
}

.im-icon-Arrow-Into:before {
  content: "\E64D";
}

.im-icon-Arrow-Join:before {
  content: "\E64E";
}

.im-icon-Arrow-Junction:before {
  content: "\E64F";
}

.im-icon-Arrow-Left:before {
  content: "\E650";
}

.im-icon-Arrow-Left2:before {
  content: "\E651";
}

.im-icon-Arrow-LeftinCircle:before {
  content: "\E652";
}

.im-icon-Arrow-Loop:before {
  content: "\E653";
}

.im-icon-Arrow-Merge:before {
  content: "\E654";
}

.im-icon-Arrow-Mix:before {
  content: "\E655";
}

.im-icon-Arrow-Next:before {
  content: "\E656";
}

.im-icon-Arrow-OutLeft:before {
  content: "\E657";
}

.im-icon-Arrow-OutRight:before {
  content: "\E658";
}

.im-icon-Arrow-Outside:before {
  content: "\E659";
}

.im-icon-Arrow-Outside45:before {
  content: "\E65A";
}

.im-icon-Arrow-OutsideGap:before {
  content: "\E65B";
}

.im-icon-Arrow-OutsideGap45:before {
  content: "\E65C";
}

.im-icon-Arrow-Over:before {
  content: "\E65D";
}

.im-icon-Arrow-Refresh:before {
  content: "\E65E";
}

.im-icon-Arrow-Refresh2:before {
  content: "\E65F";
}

.im-icon-Arrow-Right:before {
  content: "\E660";
}

.im-icon-Arrow-Right2:before {
  content: "\E661";
}

.im-icon-Arrow-RightinCircle:before {
  content: "\E662";
}

.im-icon-Arrow-Shuffle:before {
  content: "\E663";
}

.im-icon-Arrow-Squiggly:before {
  content: "\E664";
}

.im-icon-Arrow-Through:before {
  content: "\E665";
}

.im-icon-Arrow-To:before {
  content: "\E666";
}

.im-icon-Arrow-TurnLeft:before {
  content: "\E667";
}

.im-icon-Arrow-TurnRight:before {
  content: "\E668";
}

.im-icon-Arrow-Up:before {
  content: "\E669";
}

.im-icon-Arrow-Up2:before {
  content: "\E66A";
}

.im-icon-Arrow-Up3:before {
  content: "\E66B";
}

.im-icon-Arrow-UpinCircle:before {
  content: "\E66C";
}

.im-icon-Arrow-XLeft:before {
  content: "\E66D";
}

.im-icon-Arrow-XRight:before {
  content: "\E66E";
}

.im-icon-Ask:before {
  content: "\E66F";
}

.im-icon-Assistant:before {
  content: "\E670";
}

.im-icon-Astronaut:before {
  content: "\E671";
}

.im-icon-At-Sign:before {
  content: "\E672";
}

.im-icon-ATM:before {
  content: "\E673";
}

.im-icon-Atom:before {
  content: "\E674";
}

.im-icon-Audio:before {
  content: "\E675";
}

.im-icon-Auto-Flash:before {
  content: "\E676";
}

.im-icon-Autumn:before {
  content: "\E677";
}

.im-icon-Baby-Clothes:before {
  content: "\E678";
}

.im-icon-Baby-Clothes2:before {
  content: "\E679";
}

.im-icon-Baby-Cry:before {
  content: "\E67A";
}

.im-icon-Baby:before {
  content: "\E67B";
}

.im-icon-Back2:before {
  content: "\E67C";
}

.im-icon-Back-Media:before {
  content: "\E67D";
}

.im-icon-Back-Music:before {
  content: "\E67E";
}

.im-icon-Back:before {
  content: "\E67F";
}

.im-icon-Background:before {
  content: "\E680";
}

.im-icon-Bacteria:before {
  content: "\E681";
}

.im-icon-Bag-Coins:before {
  content: "\E682";
}

.im-icon-Bag-Items:before {
  content: "\E683";
}

.im-icon-Bag-Quantity:before {
  content: "\E684";
}

.im-icon-Bag:before {
  content: "\E685";
}

.im-icon-Bakelite:before {
  content: "\E686";
}

.im-icon-Ballet-Shoes:before {
  content: "\E687";
}

.im-icon-Balloon:before {
  content: "\E688";
}

.im-icon-Banana:before {
  content: "\E689";
}

.im-icon-Band-Aid:before {
  content: "\E68A";
}

.im-icon-Bank:before {
  content: "\E68B";
}

.im-icon-Bar-Chart:before {
  content: "\E68C";
}

.im-icon-Bar-Chart2:before {
  content: "\E68D";
}

.im-icon-Bar-Chart3:before {
  content: "\E68E";
}

.im-icon-Bar-Chart4:before {
  content: "\E68F";
}

.im-icon-Bar-Chart5:before {
  content: "\E690";
}

.im-icon-Bar-Code:before {
  content: "\E691";
}

.im-icon-Barricade-2:before {
  content: "\E692";
}

.im-icon-Barricade:before {
  content: "\E693";
}

.im-icon-Baseball:before {
  content: "\E694";
}

.im-icon-Basket-Ball:before {
  content: "\E695";
}

.im-icon-Basket-Coins:before {
  content: "\E696";
}

.im-icon-Basket-Items:before {
  content: "\E697";
}

.im-icon-Basket-Quantity:before {
  content: "\E698";
}

.im-icon-Bat-2:before {
  content: "\E699";
}

.im-icon-Bat:before {
  content: "\E69A";
}

.im-icon-Bathrobe:before {
  content: "\E69B";
}

.im-icon-Batman-Mask:before {
  content: "\E69C";
}

.im-icon-Battery-0:before {
  content: "\E69D";
}

.im-icon-Battery-25:before {
  content: "\E69E";
}

.im-icon-Battery-50:before {
  content: "\E69F";
}

.im-icon-Battery-75:before {
  content: "\E6A0";
}

.im-icon-Battery-100:before {
  content: "\E6A1";
}

.im-icon-Battery-Charge:before {
  content: "\E6A2";
}

.im-icon-Bear:before {
  content: "\E6A3";
}

.im-icon-Beard-2:before {
  content: "\E6A4";
}

.im-icon-Beard-3:before {
  content: "\E6A5";
}

.im-icon-Beard:before {
  content: "\E6A6";
}

.im-icon-Bebo:before {
  content: "\E6A7";
}

.im-icon-Bee:before {
  content: "\E6A8";
}

.im-icon-Beer-Glass:before {
  content: "\E6A9";
}

.im-icon-Beer:before {
  content: "\E6AA";
}

.im-icon-Bell-2:before {
  content: "\E6AB";
}

.im-icon-Bell:before {
  content: "\E6AC";
}

.im-icon-Belt-2:before {
  content: "\E6AD";
}

.im-icon-Belt-3:before {
  content: "\E6AE";
}

.im-icon-Belt:before {
  content: "\E6AF";
}

.im-icon-Berlin-Tower:before {
  content: "\E6B0";
}

.im-icon-Beta:before {
  content: "\E6B1";
}

.im-icon-Betvibes:before {
  content: "\E6B2";
}

.im-icon-Bicycle-2:before {
  content: "\E6B3";
}

.im-icon-Bicycle-3:before {
  content: "\E6B4";
}

.im-icon-Bicycle:before {
  content: "\E6B5";
}

.im-icon-Big-Bang:before {
  content: "\E6B6";
}

.im-icon-Big-Data:before {
  content: "\E6B7";
}

.im-icon-Bike-Helmet:before {
  content: "\E6B8";
}

.im-icon-Bikini:before {
  content: "\E6B9";
}

.im-icon-Bilk-Bottle2:before {
  content: "\E6BA";
}

.im-icon-Billing:before {
  content: "\E6BB";
}

.im-icon-Bing:before {
  content: "\E6BC";
}

.im-icon-Binocular:before {
  content: "\E6BD";
}

.im-icon-Bio-Hazard:before {
  content: "\E6BE";
}

.im-icon-Biotech:before {
  content: "\E6BF";
}

.im-icon-Bird-DeliveringLetter:before {
  content: "\E6C0";
}

.im-icon-Bird:before {
  content: "\E6C1";
}

.im-icon-Birthday-Cake:before {
  content: "\E6C2";
}

.im-icon-Bisexual:before {
  content: "\E6C3";
}

.im-icon-Bishop:before {
  content: "\E6C4";
}

.im-icon-Bitcoin:before {
  content: "\E6C5";
}

.im-icon-Black-Cat:before {
  content: "\E6C6";
}

.im-icon-Blackboard:before {
  content: "\E6C7";
}

.im-icon-Blinklist:before {
  content: "\E6C8";
}

.im-icon-Block-Cloud:before {
  content: "\E6C9";
}

.im-icon-Block-Window:before {
  content: "\E6CA";
}

.im-icon-Blogger:before {
  content: "\E6CB";
}

.im-icon-Blood:before {
  content: "\E6CC";
}

.im-icon-Blouse:before {
  content: "\E6CD";
}

.im-icon-Blueprint:before {
  content: "\E6CE";
}

.im-icon-Board:before {
  content: "\E6CF";
}

.im-icon-Bodybuilding:before {
  content: "\E6D0";
}

.im-icon-Bold-Text:before {
  content: "\E6D1";
}

.im-icon-Bone:before {
  content: "\E6D2";
}

.im-icon-Bones:before {
  content: "\E6D3";
}

.im-icon-Book:before {
  content: "\E6D4";
}

.im-icon-Bookmark:before {
  content: "\E6D5";
}

.im-icon-Books-2:before {
  content: "\E6D6";
}

.im-icon-Books:before {
  content: "\E6D7";
}

.im-icon-Boom:before {
  content: "\E6D8";
}

.im-icon-Boot-2:before {
  content: "\E6D9";
}

.im-icon-Boot:before {
  content: "\E6DA";
}

.im-icon-Bottom-ToTop:before {
  content: "\E6DB";
}

.im-icon-Bow-2:before {
  content: "\E6DC";
}

.im-icon-Bow-3:before {
  content: "\E6DD";
}

.im-icon-Bow-4:before {
  content: "\E6DE";
}

.im-icon-Bow-5:before {
  content: "\E6DF";
}

.im-icon-Bow-6:before {
  content: "\E6E0";
}

.im-icon-Bow:before {
  content: "\E6E1";
}

.im-icon-Bowling-2:before {
  content: "\E6E2";
}

.im-icon-Bowling:before {
  content: "\E6E3";
}

.im-icon-Box2:before {
  content: "\E6E4";
}

.im-icon-Box-Close:before {
  content: "\E6E5";
}

.im-icon-Box-Full:before {
  content: "\E6E6";
}

.im-icon-Box-Open:before {
  content: "\E6E7";
}

.im-icon-Box-withFolders:before {
  content: "\E6E8";
}

.im-icon-Box:before {
  content: "\E6E9";
}

.im-icon-Boy:before {
  content: "\E6EA";
}

.im-icon-Bra:before {
  content: "\E6EB";
}

.im-icon-Brain-2:before {
  content: "\E6EC";
}

.im-icon-Brain-3:before {
  content: "\E6ED";
}

.im-icon-Brain:before {
  content: "\E6EE";
}

.im-icon-Brazil:before {
  content: "\E6EF";
}

.im-icon-Bread-2:before {
  content: "\E6F0";
}

.im-icon-Bread:before {
  content: "\E6F1";
}

.im-icon-Bridge:before {
  content: "\E6F2";
}

.im-icon-Brightkite:before {
  content: "\E6F3";
}

.im-icon-Broke-Link2:before {
  content: "\E6F4";
}

.im-icon-Broken-Link:before {
  content: "\E6F5";
}

.im-icon-Broom:before {
  content: "\E6F6";
}

.im-icon-Brush:before {
  content: "\E6F7";
}

.im-icon-Bucket:before {
  content: "\E6F8";
}

.im-icon-Bug:before {
  content: "\E6F9";
}

.im-icon-Building:before {
  content: "\E6FA";
}

.im-icon-Bulleted-List:before {
  content: "\E6FB";
}

.im-icon-Bus-2:before {
  content: "\E6FC";
}

.im-icon-Bus:before {
  content: "\E6FD";
}

.im-icon-Business-Man:before {
  content: "\E6FE";
}

.im-icon-Business-ManWoman:before {
  content: "\E6FF";
}

.im-icon-Business-Mens:before {
  content: "\E700";
}

.im-icon-Business-Woman:before {
  content: "\E701";
}

.im-icon-Butterfly:before {
  content: "\E702";
}

.im-icon-Button:before {
  content: "\E703";
}

.im-icon-Cable-Car:before {
  content: "\E704";
}

.im-icon-Cake:before {
  content: "\E705";
}

.im-icon-Calculator-2:before {
  content: "\E706";
}

.im-icon-Calculator-3:before {
  content: "\E707";
}

.im-icon-Calculator:before {
  content: "\E708";
}

.im-icon-Calendar-2:before {
  content: "\E709";
}

.im-icon-Calendar-3:before {
  content: "\E70A";
}

.im-icon-Calendar-4:before {
  content: "\E70B";
}

.im-icon-Calendar-Clock:before {
  content: "\E70C";
}

.im-icon-Calendar:before {
  content: "\E70D";
}

.im-icon-Camel:before {
  content: "\E70E";
}

.im-icon-Camera-2:before {
  content: "\E70F";
}

.im-icon-Camera-3:before {
  content: "\E710";
}

.im-icon-Camera-4:before {
  content: "\E711";
}

.im-icon-Camera-5:before {
  content: "\E712";
}

.im-icon-Camera-Back:before {
  content: "\E713";
}

.im-icon-Camera:before {
  content: "\E714";
}

.im-icon-Can-2:before {
  content: "\E715";
}

.im-icon-Can:before {
  content: "\E716";
}

.im-icon-Canada:before {
  content: "\E717";
}

.im-icon-Cancer-2:before {
  content: "\E718";
}

.im-icon-Cancer-3:before {
  content: "\E719";
}

.im-icon-Cancer:before {
  content: "\E71A";
}

.im-icon-Candle:before {
  content: "\E71B";
}

.im-icon-Candy-Cane:before {
  content: "\E71C";
}

.im-icon-Candy:before {
  content: "\E71D";
}

.im-icon-Cannon:before {
  content: "\E71E";
}

.im-icon-Cap-2:before {
  content: "\E71F";
}

.im-icon-Cap-3:before {
  content: "\E720";
}

.im-icon-Cap-Smiley:before {
  content: "\E721";
}

.im-icon-Cap:before {
  content: "\E722";
}

.im-icon-Capricorn-2:before {
  content: "\E723";
}

.im-icon-Capricorn:before {
  content: "\E724";
}

.im-icon-Car-2:before {
  content: "\E725";
}

.im-icon-Car-3:before {
  content: "\E726";
}

.im-icon-Car-Coins:before {
  content: "\E727";
}

.im-icon-Car-Items:before {
  content: "\E728";
}

.im-icon-Car-Wheel:before {
  content: "\E729";
}

.im-icon-Car:before {
  content: "\E72A";
}

.im-icon-Cardigan:before {
  content: "\E72B";
}

.im-icon-Cardiovascular:before {
  content: "\E72C";
}

.im-icon-Cart-Quantity:before {
  content: "\E72D";
}

.im-icon-Casette-Tape:before {
  content: "\E72E";
}

.im-icon-Cash-Register:before {
  content: "\E72F";
}

.im-icon-Cash-register2:before {
  content: "\E730";
}

.im-icon-Castle:before {
  content: "\E731";
}

.im-icon-Cat:before {
  content: "\E732";
}

.im-icon-Cathedral:before {
  content: "\E733";
}

.im-icon-Cauldron:before {
  content: "\E734";
}

.im-icon-CD-2:before {
  content: "\E735";
}

.im-icon-CD-Cover:before {
  content: "\E736";
}

.im-icon-CD:before {
  content: "\E737";
}

.im-icon-Cello:before {
  content: "\E738";
}

.im-icon-Celsius:before {
  content: "\E739";
}

.im-icon-Chacked-Flag:before {
  content: "\E73A";
}

.im-icon-Chair:before {
  content: "\E73B";
}

.im-icon-Charger:before {
  content: "\E73C";
}

.im-icon-Check-2:before {
  content: "\E73D";
}

.im-icon-Check:before {
  content: "\E73E";
}

.im-icon-Checked-User:before {
  content: "\E73F";
}

.im-icon-Checkmate:before {
  content: "\E740";
}

.im-icon-Checkout-Bag:before {
  content: "\E741";
}

.im-icon-Checkout-Basket:before {
  content: "\E742";
}

.im-icon-Checkout:before {
  content: "\E743";
}

.im-icon-Cheese:before {
  content: "\E744";
}

.im-icon-Cheetah:before {
  content: "\E745";
}

.im-icon-Chef-Hat:before {
  content: "\E746";
}

.im-icon-Chef-Hat2:before {
  content: "\E747";
}

.im-icon-Chef:before {
  content: "\E748";
}

.im-icon-Chemical-2:before {
  content: "\E749";
}

.im-icon-Chemical-3:before {
  content: "\E74A";
}

.im-icon-Chemical-4:before {
  content: "\E74B";
}

.im-icon-Chemical-5:before {
  content: "\E74C";
}

.im-icon-Chemical:before {
  content: "\E74D";
}

.im-icon-Chess-Board:before {
  content: "\E74E";
}

.im-icon-Chess:before {
  content: "\E74F";
}

.im-icon-Chicken:before {
  content: "\E750";
}

.im-icon-Chile:before {
  content: "\E751";
}

.im-icon-Chimney:before {
  content: "\E752";
}

.im-icon-China:before {
  content: "\E753";
}

.im-icon-Chinese-Temple:before {
  content: "\E754";
}

.im-icon-Chip:before {
  content: "\E755";
}

.im-icon-Chopsticks-2:before {
  content: "\E756";
}

.im-icon-Chopsticks:before {
  content: "\E757";
}

.im-icon-Christmas-Ball:before {
  content: "\E758";
}

.im-icon-Christmas-Bell:before {
  content: "\E759";
}

.im-icon-Christmas-Candle:before {
  content: "\E75A";
}

.im-icon-Christmas-Hat:before {
  content: "\E75B";
}

.im-icon-Christmas-Sleigh:before {
  content: "\E75C";
}

.im-icon-Christmas-Snowman:before {
  content: "\E75D";
}

.im-icon-Christmas-Sock:before {
  content: "\E75E";
}

.im-icon-Christmas-Tree:before {
  content: "\E75F";
}

.im-icon-Christmas:before {
  content: "\E760";
}

.im-icon-Chrome:before {
  content: "\E761";
}

.im-icon-Chrysler-Building:before {
  content: "\E762";
}

.im-icon-Cinema:before {
  content: "\E763";
}

.im-icon-Circular-Point:before {
  content: "\E764";
}

.im-icon-City-Hall:before {
  content: "\E765";
}

.im-icon-Clamp:before {
  content: "\E766";
}

.im-icon-Clapperboard-Close:before {
  content: "\E767";
}

.im-icon-Clapperboard-Open:before {
  content: "\E768";
}

.im-icon-Claps:before {
  content: "\E769";
}

.im-icon-Clef:before {
  content: "\E76A";
}

.im-icon-Clinic:before {
  content: "\E76B";
}

.im-icon-Clock-2:before {
  content: "\E76C";
}

.im-icon-Clock-3:before {
  content: "\E76D";
}

.im-icon-Clock-4:before {
  content: "\E76E";
}

.im-icon-Clock-Back:before {
  content: "\E76F";
}

.im-icon-Clock-Forward:before {
  content: "\E770";
}

.im-icon-Clock:before {
  content: "\E771";
}

.im-icon-Close-Window:before {
  content: "\E772";
}

.im-icon-Close:before {
  content: "\E773";
}

.im-icon-Clothing-Store:before {
  content: "\E774";
}

.im-icon-Cloud--:before {
  content: "\E775";
}

.im-icon-Cloud-:before {
  content: "\E776";
}

.im-icon-Cloud-Camera:before {
  content: "\E777";
}

.im-icon-Cloud-Computer:before {
  content: "\E778";
}

.im-icon-Cloud-Email:before {
  content: "\E779";
}

.im-icon-Cloud-Hail:before {
  content: "\E77A";
}

.im-icon-Cloud-Laptop:before {
  content: "\E77B";
}

.im-icon-Cloud-Lock:before {
  content: "\E77C";
}

.im-icon-Cloud-Moon:before {
  content: "\E77D";
}

.im-icon-Cloud-Music:before {
  content: "\E77E";
}

.im-icon-Cloud-Picture:before {
  content: "\E77F";
}

.im-icon-Cloud-Rain:before {
  content: "\E780";
}

.im-icon-Cloud-Remove:before {
  content: "\E781";
}

.im-icon-Cloud-Secure:before {
  content: "\E782";
}

.im-icon-Cloud-Settings:before {
  content: "\E783";
}

.im-icon-Cloud-Smartphone:before {
  content: "\E784";
}

.im-icon-Cloud-Snow:before {
  content: "\E785";
}

.im-icon-Cloud-Sun:before {
  content: "\E786";
}

.im-icon-Cloud-Tablet:before {
  content: "\E787";
}

.im-icon-Cloud-Video:before {
  content: "\E788";
}

.im-icon-Cloud-Weather:before {
  content: "\E789";
}

.im-icon-Cloud:before {
  content: "\E78A";
}

.im-icon-Clouds-Weather:before {
  content: "\E78B";
}

.im-icon-Clouds:before {
  content: "\E78C";
}

.im-icon-Clown:before {
  content: "\E78D";
}

.im-icon-CMYK:before {
  content: "\E78E";
}

.im-icon-Coat:before {
  content: "\E78F";
}

.im-icon-Cocktail:before {
  content: "\E790";
}

.im-icon-Coconut:before {
  content: "\E791";
}

.im-icon-Code-Window:before {
  content: "\E792";
}

.im-icon-Coding:before {
  content: "\E793";
}

.im-icon-Coffee-2:before {
  content: "\E794";
}

.im-icon-Coffee-Bean:before {
  content: "\E795";
}

.im-icon-Coffee-Machine:before {
  content: "\E796";
}

.im-icon-Coffee-toGo:before {
  content: "\E797";
}

.im-icon-Coffee:before {
  content: "\E798";
}

.im-icon-Coffin:before {
  content: "\E799";
}

.im-icon-Coin:before {
  content: "\E79A";
}

.im-icon-Coins-2:before {
  content: "\E79B";
}

.im-icon-Coins-3:before {
  content: "\E79C";
}

.im-icon-Coins:before {
  content: "\E79D";
}

.im-icon-Colombia:before {
  content: "\E79E";
}

.im-icon-Colosseum:before {
  content: "\E79F";
}

.im-icon-Column-2:before {
  content: "\E7A0";
}

.im-icon-Column-3:before {
  content: "\E7A1";
}

.im-icon-Column:before {
  content: "\E7A2";
}

.im-icon-Comb-2:before {
  content: "\E7A3";
}

.im-icon-Comb:before {
  content: "\E7A4";
}

.im-icon-Communication-Tower:before {
  content: "\E7A5";
}

.im-icon-Communication-Tower2:before {
  content: "\E7A6";
}

.im-icon-Compass-2:before {
  content: "\E7A7";
}

.im-icon-Compass-3:before {
  content: "\E7A8";
}

.im-icon-Compass-4:before {
  content: "\E7A9";
}

.im-icon-Compass-Rose:before {
  content: "\E7AA";
}

.im-icon-Compass:before {
  content: "\E7AB";
}

.im-icon-Computer-2:before {
  content: "\E7AC";
}

.im-icon-Computer-3:before {
  content: "\E7AD";
}

.im-icon-Computer-Secure:before {
  content: "\E7AE";
}

.im-icon-Computer:before {
  content: "\E7AF";
}

.im-icon-Conference:before {
  content: "\E7B0";
}

.im-icon-Confused:before {
  content: "\E7B1";
}

.im-icon-Conservation:before {
  content: "\E7B2";
}

.im-icon-Consulting:before {
  content: "\E7B3";
}

.im-icon-Contrast:before {
  content: "\E7B4";
}

.im-icon-Control-2:before {
  content: "\E7B5";
}

.im-icon-Control:before {
  content: "\E7B6";
}

.im-icon-Cookie-Man:before {
  content: "\E7B7";
}

.im-icon-Cookies:before {
  content: "\E7B8";
}

.im-icon-Cool-Guy:before {
  content: "\E7B9";
}

.im-icon-Cool:before {
  content: "\E7BA";
}

.im-icon-Copyright:before {
  content: "\E7BB";
}

.im-icon-Costume:before {
  content: "\E7BC";
}

.im-icon-Couple-Sign:before {
  content: "\E7BD";
}

.im-icon-Cow:before {
  content: "\E7BE";
}

.im-icon-CPU:before {
  content: "\E7BF";
}

.im-icon-Crane:before {
  content: "\E7C0";
}

.im-icon-Cranium:before {
  content: "\E7C1";
}

.im-icon-Credit-Card:before {
  content: "\E7C2";
}

.im-icon-Credit-Card2:before {
  content: "\E7C3";
}

.im-icon-Credit-Card3:before {
  content: "\E7C4";
}

.im-icon-Cricket:before {
  content: "\E7C5";
}

.im-icon-Criminal:before {
  content: "\E7C6";
}

.im-icon-Croissant:before {
  content: "\E7C7";
}

.im-icon-Crop-2:before {
  content: "\E7C8";
}

.im-icon-Crop-3:before {
  content: "\E7C9";
}

.im-icon-Crown-2:before {
  content: "\E7CA";
}

.im-icon-Crown:before {
  content: "\E7CB";
}

.im-icon-Crying:before {
  content: "\E7CC";
}

.im-icon-Cube-Molecule:before {
  content: "\E7CD";
}

.im-icon-Cube-Molecule2:before {
  content: "\E7CE";
}

.im-icon-Cupcake:before {
  content: "\E7CF";
}

.im-icon-Cursor-Click:before {
  content: "\E7D0";
}

.im-icon-Cursor-Click2:before {
  content: "\E7D1";
}

.im-icon-Cursor-Move:before {
  content: "\E7D2";
}

.im-icon-Cursor-Move2:before {
  content: "\E7D3";
}

.im-icon-Cursor-Select:before {
  content: "\E7D4";
}

.im-icon-Cursor:before {
  content: "\E7D5";
}

.im-icon-D-Eyeglasses:before {
  content: "\E7D6";
}

.im-icon-D-Eyeglasses2:before {
  content: "\E7D7";
}

.im-icon-Dam:before {
  content: "\E7D8";
}

.im-icon-Danemark:before {
  content: "\E7D9";
}

.im-icon-Danger-2:before {
  content: "\E7DA";
}

.im-icon-Danger:before {
  content: "\E7DB";
}

.im-icon-Dashboard:before {
  content: "\E7DC";
}

.im-icon-Data-Backup:before {
  content: "\E7DD";
}

.im-icon-Data-Block:before {
  content: "\E7DE";
}

.im-icon-Data-Center:before {
  content: "\E7DF";
}

.im-icon-Data-Clock:before {
  content: "\E7E0";
}

.im-icon-Data-Cloud:before {
  content: "\E7E1";
}

.im-icon-Data-Compress:before {
  content: "\E7E2";
}

.im-icon-Data-Copy:before {
  content: "\E7E3";
}

.im-icon-Data-Download:before {
  content: "\E7E4";
}

.im-icon-Data-Financial:before {
  content: "\E7E5";
}

.im-icon-Data-Key:before {
  content: "\E7E6";
}

.im-icon-Data-Lock:before {
  content: "\E7E7";
}

.im-icon-Data-Network:before {
  content: "\E7E8";
}

.im-icon-Data-Password:before {
  content: "\E7E9";
}

.im-icon-Data-Power:before {
  content: "\E7EA";
}

.im-icon-Data-Refresh:before {
  content: "\E7EB";
}

.im-icon-Data-Save:before {
  content: "\E7EC";
}

.im-icon-Data-Search:before {
  content: "\E7ED";
}

.im-icon-Data-Security:before {
  content: "\E7EE";
}

.im-icon-Data-Settings:before {
  content: "\E7EF";
}

.im-icon-Data-Sharing:before {
  content: "\E7F0";
}

.im-icon-Data-Shield:before {
  content: "\E7F1";
}

.im-icon-Data-Signal:before {
  content: "\E7F2";
}

.im-icon-Data-Storage:before {
  content: "\E7F3";
}

.im-icon-Data-Stream:before {
  content: "\E7F4";
}

.im-icon-Data-Transfer:before {
  content: "\E7F5";
}

.im-icon-Data-Unlock:before {
  content: "\E7F6";
}

.im-icon-Data-Upload:before {
  content: "\E7F7";
}

.im-icon-Data-Yes:before {
  content: "\E7F8";
}

.im-icon-Data:before {
  content: "\E7F9";
}

.im-icon-David-Star:before {
  content: "\E7FA";
}

.im-icon-Daylight:before {
  content: "\E7FB";
}

.im-icon-Death:before {
  content: "\E7FC";
}

.im-icon-Debian:before {
  content: "\E7FD";
}

.im-icon-Dec:before {
  content: "\E7FE";
}

.im-icon-Decrase-Inedit:before {
  content: "\E7FF";
}

.im-icon-Deer-2:before {
  content: "\E800";
}

.im-icon-Deer:before {
  content: "\E801";
}

.im-icon-Delete-File:before {
  content: "\E802";
}

.im-icon-Delete-Window:before {
  content: "\E803";
}

.im-icon-Delicious:before {
  content: "\E804";
}

.im-icon-Depression:before {
  content: "\E805";
}

.im-icon-Deviantart:before {
  content: "\E806";
}

.im-icon-Device-SyncwithCloud:before {
  content: "\E807";
}

.im-icon-Diamond:before {
  content: "\E808";
}

.im-icon-Dice-2:before {
  content: "\E809";
}

.im-icon-Dice:before {
  content: "\E80A";
}

.im-icon-Digg:before {
  content: "\E80B";
}

.im-icon-Digital-Drawing:before {
  content: "\E80C";
}

.im-icon-Diigo:before {
  content: "\E80D";
}

.im-icon-Dinosaur:before {
  content: "\E80E";
}

.im-icon-Diploma-2:before {
  content: "\E80F";
}

.im-icon-Diploma:before {
  content: "\E810";
}

.im-icon-Direction-East:before {
  content: "\E811";
}

.im-icon-Direction-North:before {
  content: "\E812";
}

.im-icon-Direction-South:before {
  content: "\E813";
}

.im-icon-Direction-West:before {
  content: "\E814";
}

.im-icon-Director:before {
  content: "\E815";
}

.im-icon-Disk:before {
  content: "\E816";
}

.im-icon-Dj:before {
  content: "\E817";
}

.im-icon-DNA-2:before {
  content: "\E818";
}

.im-icon-DNA-Helix:before {
  content: "\E819";
}

.im-icon-DNA:before {
  content: "\E81A";
}

.im-icon-Doctor:before {
  content: "\E81B";
}

.im-icon-Dog:before {
  content: "\E81C";
}

.im-icon-Dollar-Sign:before {
  content: "\E81D";
}

.im-icon-Dollar-Sign2:before {
  content: "\E81E";
}

.im-icon-Dollar:before {
  content: "\E81F";
}

.im-icon-Dolphin:before {
  content: "\E820";
}

.im-icon-Domino:before {
  content: "\E821";
}

.im-icon-Door-Hanger:before {
  content: "\E822";
}

.im-icon-Door:before {
  content: "\E823";
}

.im-icon-Doplr:before {
  content: "\E824";
}

.im-icon-Double-Circle:before {
  content: "\E825";
}

.im-icon-Double-Tap:before {
  content: "\E826";
}

.im-icon-Doughnut:before {
  content: "\E827";
}

.im-icon-Dove:before {
  content: "\E828";
}

.im-icon-Down-2:before {
  content: "\E829";
}

.im-icon-Down-3:before {
  content: "\E82A";
}

.im-icon-Down-4:before {
  content: "\E82B";
}

.im-icon-Down:before {
  content: "\E82C";
}

.im-icon-Download-2:before {
  content: "\E82D";
}

.im-icon-Download-fromCloud:before {
  content: "\E82E";
}

.im-icon-Download-Window:before {
  content: "\E82F";
}

.im-icon-Download:before {
  content: "\E830";
}

.im-icon-Downward:before {
  content: "\E831";
}

.im-icon-Drag-Down:before {
  content: "\E832";
}

.im-icon-Drag-Left:before {
  content: "\E833";
}

.im-icon-Drag-Right:before {
  content: "\E834";
}

.im-icon-Drag-Up:before {
  content: "\E835";
}

.im-icon-Drag:before {
  content: "\E836";
}

.im-icon-Dress:before {
  content: "\E837";
}

.im-icon-Drill-2:before {
  content: "\E838";
}

.im-icon-Drill:before {
  content: "\E839";
}

.im-icon-Drop:before {
  content: "\E83A";
}

.im-icon-Dropbox:before {
  content: "\E83B";
}

.im-icon-Drum:before {
  content: "\E83C";
}

.im-icon-Dry:before {
  content: "\E83D";
}

.im-icon-Duck:before {
  content: "\E83E";
}

.im-icon-Dumbbell:before {
  content: "\E83F";
}

.im-icon-Duplicate-Layer:before {
  content: "\E840";
}

.im-icon-Duplicate-Window:before {
  content: "\E841";
}

.im-icon-DVD:before {
  content: "\E842";
}

.im-icon-Eagle:before {
  content: "\E843";
}

.im-icon-Ear:before {
  content: "\E844";
}

.im-icon-Earphones-2:before {
  content: "\E845";
}

.im-icon-Earphones:before {
  content: "\E846";
}

.im-icon-Eci-Icon:before {
  content: "\E847";
}

.im-icon-Edit-Map:before {
  content: "\E848";
}

.im-icon-Edit:before {
  content: "\E849";
}

.im-icon-Eggs:before {
  content: "\E84A";
}

.im-icon-Egypt:before {
  content: "\E84B";
}

.im-icon-Eifel-Tower:before {
  content: "\E84C";
}

.im-icon-eject-2:before {
  content: "\E84D";
}

.im-icon-Eject:before {
  content: "\E84E";
}

.im-icon-El-Castillo:before {
  content: "\E84F";
}

.im-icon-Elbow:before {
  content: "\E850";
}

.im-icon-Electric-Guitar:before {
  content: "\E851";
}

.im-icon-Electricity:before {
  content: "\E852";
}

.im-icon-Elephant:before {
  content: "\E853";
}

.im-icon-Email:before {
  content: "\E854";
}

.im-icon-Embassy:before {
  content: "\E855";
}

.im-icon-Empire-StateBuilding:before {
  content: "\E856";
}

.im-icon-Empty-Box:before {
  content: "\E857";
}

.im-icon-End2:before {
  content: "\E858";
}

.im-icon-End-2:before {
  content: "\E859";
}

.im-icon-End:before {
  content: "\E85A";
}

.im-icon-Endways:before {
  content: "\E85B";
}

.im-icon-Engineering:before {
  content: "\E85C";
}

.im-icon-Envelope-2:before {
  content: "\E85D";
}

.im-icon-Envelope:before {
  content: "\E85E";
}

.im-icon-Environmental-2:before {
  content: "\E85F";
}

.im-icon-Environmental-3:before {
  content: "\E860";
}

.im-icon-Environmental:before {
  content: "\E861";
}

.im-icon-Equalizer:before {
  content: "\E862";
}

.im-icon-Eraser-2:before {
  content: "\E863";
}

.im-icon-Eraser-3:before {
  content: "\E864";
}

.im-icon-Eraser:before {
  content: "\E865";
}

.im-icon-Error-404Window:before {
  content: "\E866";
}

.im-icon-Euro-Sign:before {
  content: "\E867";
}

.im-icon-Euro-Sign2:before {
  content: "\E868";
}

.im-icon-Euro:before {
  content: "\E869";
}

.im-icon-Evernote:before {
  content: "\E86A";
}

.im-icon-Evil:before {
  content: "\E86B";
}

.im-icon-Explode:before {
  content: "\E86C";
}

.im-icon-Eye-2:before {
  content: "\E86D";
}

.im-icon-Eye-Blind:before {
  content: "\E86E";
}

.im-icon-Eye-Invisible:before {
  content: "\E86F";
}

.im-icon-Eye-Scan:before {
  content: "\E870";
}

.im-icon-Eye-Visible:before {
  content: "\E871";
}

.im-icon-Eye:before {
  content: "\E872";
}

.im-icon-Eyebrow-2:before {
  content: "\E873";
}

.im-icon-Eyebrow-3:before {
  content: "\E874";
}

.im-icon-Eyebrow:before {
  content: "\E875";
}

.im-icon-Eyeglasses-Smiley:before {
  content: "\E876";
}

.im-icon-Eyeglasses-Smiley2:before {
  content: "\E877";
}

.im-icon-Face-Style:before {
  content: "\E878";
}

.im-icon-Face-Style2:before {
  content: "\E879";
}

.im-icon-Face-Style3:before {
  content: "\E87A";
}

.im-icon-Face-Style4:before {
  content: "\E87B";
}

.im-icon-Face-Style5:before {
  content: "\E87C";
}

.im-icon-Face-Style6:before {
  content: "\E87D";
}

.im-icon-Facebook-2:before {
  content: "\E87E";
}

.im-icon-Facebook:before {
  content: "\E87F";
}

.im-icon-Factory-2:before {
  content: "\E880";
}

.im-icon-Factory:before {
  content: "\E881";
}

.im-icon-Fahrenheit:before {
  content: "\E882";
}

.im-icon-Family-Sign:before {
  content: "\E883";
}

.im-icon-Fan:before {
  content: "\E884";
}

.im-icon-Farmer:before {
  content: "\E885";
}

.im-icon-Fashion:before {
  content: "\E886";
}

.im-icon-Favorite-Window:before {
  content: "\E887";
}

.im-icon-Fax:before {
  content: "\E888";
}

.im-icon-Feather:before {
  content: "\E889";
}

.im-icon-Feedburner:before {
  content: "\E88A";
}

.im-icon-Female-2:before {
  content: "\E88B";
}

.im-icon-Female-Sign:before {
  content: "\E88C";
}

.im-icon-Female:before {
  content: "\E88D";
}

.im-icon-File-Block:before {
  content: "\E88E";
}

.im-icon-File-Bookmark:before {
  content: "\E88F";
}

.im-icon-File-Chart:before {
  content: "\E890";
}

.im-icon-File-Clipboard:before {
  content: "\E891";
}

.im-icon-File-ClipboardFileText:before {
  content: "\E892";
}

.im-icon-File-ClipboardTextImage:before {
  content: "\E893";
}

.im-icon-File-Cloud:before {
  content: "\E894";
}

.im-icon-File-Copy:before {
  content: "\E895";
}

.im-icon-File-Copy2:before {
  content: "\E896";
}

.im-icon-File-CSV:before {
  content: "\E897";
}

.im-icon-File-Download:before {
  content: "\E898";
}

.im-icon-File-Edit:before {
  content: "\E899";
}

.im-icon-File-Excel:before {
  content: "\E89A";
}

.im-icon-File-Favorite:before {
  content: "\E89B";
}

.im-icon-File-Fire:before {
  content: "\E89C";
}

.im-icon-File-Graph:before {
  content: "\E89D";
}

.im-icon-File-Hide:before {
  content: "\E89E";
}

.im-icon-File-Horizontal:before {
  content: "\E89F";
}

.im-icon-File-HorizontalText:before {
  content: "\E8A0";
}

.im-icon-File-HTML:before {
  content: "\E8A1";
}

.im-icon-File-JPG:before {
  content: "\E8A2";
}

.im-icon-File-Link:before {
  content: "\E8A3";
}

.im-icon-File-Loading:before {
  content: "\E8A4";
}

.im-icon-File-Lock:before {
  content: "\E8A5";
}

.im-icon-File-Love:before {
  content: "\E8A6";
}

.im-icon-File-Music:before {
  content: "\E8A7";
}

.im-icon-File-Network:before {
  content: "\E8A8";
}

.im-icon-File-Pictures:before {
  content: "\E8A9";
}

.im-icon-File-Pie:before {
  content: "\E8AA";
}

.im-icon-File-Presentation:before {
  content: "\E8AB";
}

.im-icon-File-Refresh:before {
  content: "\E8AC";
}

.im-icon-File-Search:before {
  content: "\E8AD";
}

.im-icon-File-Settings:before {
  content: "\E8AE";
}

.im-icon-File-Share:before {
  content: "\E8AF";
}

.im-icon-File-TextImage:before {
  content: "\E8B0";
}

.im-icon-File-Trash:before {
  content: "\E8B1";
}

.im-icon-File-TXT:before {
  content: "\E8B2";
}

.im-icon-File-Upload:before {
  content: "\E8B3";
}

.im-icon-File-Video:before {
  content: "\E8B4";
}

.im-icon-File-Word:before {
  content: "\E8B5";
}

.im-icon-File-Zip:before {
  content: "\E8B6";
}

.im-icon-File:before {
  content: "\E8B7";
}

.im-icon-Files:before {
  content: "\E8B8";
}

.im-icon-Film-Board:before {
  content: "\E8B9";
}

.im-icon-Film-Cartridge:before {
  content: "\E8BA";
}

.im-icon-Film-Strip:before {
  content: "\E8BB";
}

.im-icon-Film-Video:before {
  content: "\E8BC";
}

.im-icon-Film:before {
  content: "\E8BD";
}

.im-icon-Filter-2:before {
  content: "\E8BE";
}

.im-icon-Filter:before {
  content: "\E8BF";
}

.im-icon-Financial:before {
  content: "\E8C0";
}

.im-icon-Find-User:before {
  content: "\E8C1";
}

.im-icon-Finger-DragFourSides:before {
  content: "\E8C2";
}

.im-icon-Finger-DragTwoSides:before {
  content: "\E8C3";
}

.im-icon-Finger-Print:before {
  content: "\E8C4";
}

.im-icon-Finger:before {
  content: "\E8C5";
}

.im-icon-Fingerprint-2:before {
  content: "\E8C6";
}

.im-icon-Fingerprint:before {
  content: "\E8C7";
}

.im-icon-Fire-Flame:before {
  content: "\E8C8";
}

.im-icon-Fire-Flame2:before {
  content: "\E8C9";
}

.im-icon-Fire-Hydrant:before {
  content: "\E8CA";
}

.im-icon-Fire-Staion:before {
  content: "\E8CB";
}

.im-icon-Firefox:before {
  content: "\E8CC";
}

.im-icon-Firewall:before {
  content: "\E8CD";
}

.im-icon-First-Aid:before {
  content: "\E8CE";
}

.im-icon-First:before {
  content: "\E8CF";
}

.im-icon-Fish-Food:before {
  content: "\E8D0";
}

.im-icon-Fish:before {
  content: "\E8D1";
}

.im-icon-Fit-To:before {
  content: "\E8D2";
}

.im-icon-Fit-To2:before {
  content: "\E8D3";
}

.im-icon-Five-Fingers:before {
  content: "\E8D4";
}

.im-icon-Five-FingersDrag:before {
  content: "\E8D5";
}

.im-icon-Five-FingersDrag2:before {
  content: "\E8D6";
}

.im-icon-Five-FingersTouch:before {
  content: "\E8D7";
}

.im-icon-Flag-2:before {
  content: "\E8D8";
}

.im-icon-Flag-3:before {
  content: "\E8D9";
}

.im-icon-Flag-4:before {
  content: "\E8DA";
}

.im-icon-Flag-5:before {
  content: "\E8DB";
}

.im-icon-Flag-6:before {
  content: "\E8DC";
}

.im-icon-Flag:before {
  content: "\E8DD";
}

.im-icon-Flamingo:before {
  content: "\E8DE";
}

.im-icon-Flash-2:before {
  content: "\E8DF";
}

.im-icon-Flash-Video:before {
  content: "\E8E0";
}

.im-icon-Flash:before {
  content: "\E8E1";
}

.im-icon-Flashlight:before {
  content: "\E8E2";
}

.im-icon-Flask-2:before {
  content: "\E8E3";
}

.im-icon-Flask:before {
  content: "\E8E4";
}

.im-icon-Flick:before {
  content: "\E8E5";
}

.im-icon-Flickr:before {
  content: "\E8E6";
}

.im-icon-Flowerpot:before {
  content: "\E8E7";
}

.im-icon-Fluorescent:before {
  content: "\E8E8";
}

.im-icon-Fog-Day:before {
  content: "\E8E9";
}

.im-icon-Fog-Night:before {
  content: "\E8EA";
}

.im-icon-Folder-Add:before {
  content: "\E8EB";
}

.im-icon-Folder-Archive:before {
  content: "\E8EC";
}

.im-icon-Folder-Binder:before {
  content: "\E8ED";
}

.im-icon-Folder-Binder2:before {
  content: "\E8EE";
}

.im-icon-Folder-Block:before {
  content: "\E8EF";
}

.im-icon-Folder-Bookmark:before {
  content: "\E8F0";
}

.im-icon-Folder-Close:before {
  content: "\E8F1";
}

.im-icon-Folder-Cloud:before {
  content: "\E8F2";
}

.im-icon-Folder-Delete:before {
  content: "\E8F3";
}

.im-icon-Folder-Download:before {
  content: "\E8F4";
}

.im-icon-Folder-Edit:before {
  content: "\E8F5";
}

.im-icon-Folder-Favorite:before {
  content: "\E8F6";
}

.im-icon-Folder-Fire:before {
  content: "\E8F7";
}

.im-icon-Folder-Hide:before {
  content: "\E8F8";
}

.im-icon-Folder-Link:before {
  content: "\E8F9";
}

.im-icon-Folder-Loading:before {
  content: "\E8FA";
}

.im-icon-Folder-Lock:before {
  content: "\E8FB";
}

.im-icon-Folder-Love:before {
  content: "\E8FC";
}

.im-icon-Folder-Music:before {
  content: "\E8FD";
}

.im-icon-Folder-Network:before {
  content: "\E8FE";
}

.im-icon-Folder-Open:before {
  content: "\E8FF";
}

.im-icon-Folder-Open2:before {
  content: "\E900";
}

.im-icon-Folder-Organizing:before {
  content: "\E901";
}

.im-icon-Folder-Pictures:before {
  content: "\E902";
}

.im-icon-Folder-Refresh:before {
  content: "\E903";
}

.im-icon-Folder-Remove-:before {
  content: "\E904";
}

.im-icon-Folder-Search:before {
  content: "\E905";
}

.im-icon-Folder-Settings:before {
  content: "\E906";
}

.im-icon-Folder-Share:before {
  content: "\E907";
}

.im-icon-Folder-Trash:before {
  content: "\E908";
}

.im-icon-Folder-Upload:before {
  content: "\E909";
}

.im-icon-Folder-Video:before {
  content: "\E90A";
}

.im-icon-Folder-WithDocument:before {
  content: "\E90B";
}

.im-icon-Folder-Zip:before {
  content: "\E90C";
}

.im-icon-Folder:before {
  content: "\E90D";
}

.im-icon-Folders:before {
  content: "\E90E";
}

.im-icon-Font-Color:before {
  content: "\E90F";
}

.im-icon-Font-Name:before {
  content: "\E910";
}

.im-icon-Font-Size:before {
  content: "\E911";
}

.im-icon-Font-Style:before {
  content: "\E912";
}

.im-icon-Font-StyleSubscript:before {
  content: "\E913";
}

.im-icon-Font-StyleSuperscript:before {
  content: "\E914";
}

.im-icon-Font-Window:before {
  content: "\E915";
}

.im-icon-Foot-2:before {
  content: "\E916";
}

.im-icon-Foot:before {
  content: "\E917";
}

.im-icon-Football-2:before {
  content: "\E918";
}

.im-icon-Football:before {
  content: "\E919";
}

.im-icon-Footprint-2:before {
  content: "\E91A";
}

.im-icon-Footprint-3:before {
  content: "\E91B";
}

.im-icon-Footprint:before {
  content: "\E91C";
}

.im-icon-Forest:before {
  content: "\E91D";
}

.im-icon-Fork:before {
  content: "\E91E";
}

.im-icon-Formspring:before {
  content: "\E91F";
}

.im-icon-Formula:before {
  content: "\E920";
}

.im-icon-Forsquare:before {
  content: "\E921";
}

.im-icon-Forward:before {
  content: "\E922";
}

.im-icon-Fountain-Pen:before {
  content: "\E923";
}

.im-icon-Four-Fingers:before {
  content: "\E924";
}

.im-icon-Four-FingersDrag:before {
  content: "\E925";
}

.im-icon-Four-FingersDrag2:before {
  content: "\E926";
}

.im-icon-Four-FingersTouch:before {
  content: "\E927";
}

.im-icon-Fox:before {
  content: "\E928";
}

.im-icon-Frankenstein:before {
  content: "\E929";
}

.im-icon-French-Fries:before {
  content: "\E92A";
}

.im-icon-Friendfeed:before {
  content: "\E92B";
}

.im-icon-Friendster:before {
  content: "\E92C";
}

.im-icon-Frog:before {
  content: "\E92D";
}

.im-icon-Fruits:before {
  content: "\E92E";
}

.im-icon-Fuel:before {
  content: "\E92F";
}

.im-icon-Full-Bag:before {
  content: "\E930";
}

.im-icon-Full-Basket:before {
  content: "\E931";
}

.im-icon-Full-Cart:before {
  content: "\E932";
}

.im-icon-Full-Moon:before {
  content: "\E933";
}

.im-icon-Full-Screen:before {
  content: "\E934";
}

.im-icon-Full-Screen2:before {
  content: "\E935";
}

.im-icon-Full-View:before {
  content: "\E936";
}

.im-icon-Full-View2:before {
  content: "\E937";
}

.im-icon-Full-ViewWindow:before {
  content: "\E938";
}

.im-icon-Function:before {
  content: "\E939";
}

.im-icon-Funky:before {
  content: "\E93A";
}

.im-icon-Funny-Bicycle:before {
  content: "\E93B";
}

.im-icon-Furl:before {
  content: "\E93C";
}

.im-icon-Gamepad-2:before {
  content: "\E93D";
}

.im-icon-Gamepad:before {
  content: "\E93E";
}

.im-icon-Gas-Pump:before {
  content: "\E93F";
}

.im-icon-Gaugage-2:before {
  content: "\E940";
}

.im-icon-Gaugage:before {
  content: "\E941";
}

.im-icon-Gay:before {
  content: "\E942";
}

.im-icon-Gear-2:before {
  content: "\E943";
}

.im-icon-Gear:before {
  content: "\E944";
}

.im-icon-Gears-2:before {
  content: "\E945";
}

.im-icon-Gears:before {
  content: "\E946";
}

.im-icon-Geek-2:before {
  content: "\E947";
}

.im-icon-Geek:before {
  content: "\E948";
}

.im-icon-Gemini-2:before {
  content: "\E949";
}

.im-icon-Gemini:before {
  content: "\E94A";
}

.im-icon-Genius:before {
  content: "\E94B";
}

.im-icon-Gentleman:before {
  content: "\E94C";
}

.im-icon-Geo--:before {
  content: "\E94D";
}

.im-icon-Geo-:before {
  content: "\E94E";
}

.im-icon-Geo-Close:before {
  content: "\E94F";
}

.im-icon-Geo-Love:before {
  content: "\E950";
}

.im-icon-Geo-Number:before {
  content: "\E951";
}

.im-icon-Geo-Star:before {
  content: "\E952";
}

.im-icon-Geo:before {
  content: "\E953";
}

.im-icon-Geo2--:before {
  content: "\E954";
}

.im-icon-Geo2-:before {
  content: "\E955";
}

.im-icon-Geo2-Close:before {
  content: "\E956";
}

.im-icon-Geo2-Love:before {
  content: "\E957";
}

.im-icon-Geo2-Number:before {
  content: "\E958";
}

.im-icon-Geo2-Star:before {
  content: "\E959";
}

.im-icon-Geo2:before {
  content: "\E95A";
}

.im-icon-Geo3--:before {
  content: "\E95B";
}

.im-icon-Geo3-:before {
  content: "\E95C";
}

.im-icon-Geo3-Close:before {
  content: "\E95D";
}

.im-icon-Geo3-Love:before {
  content: "\E95E";
}

.im-icon-Geo3-Number:before {
  content: "\E95F";
}

.im-icon-Geo3-Star:before {
  content: "\E960";
}

.im-icon-Geo3:before {
  content: "\E961";
}

.im-icon-Gey:before {
  content: "\E962";
}

.im-icon-Gift-Box:before {
  content: "\E963";
}

.im-icon-Giraffe:before {
  content: "\E964";
}

.im-icon-Girl:before {
  content: "\E965";
}

.im-icon-Glass-Water:before {
  content: "\E966";
}

.im-icon-Glasses-2:before {
  content: "\E967";
}

.im-icon-Glasses-3:before {
  content: "\E968";
}

.im-icon-Glasses:before {
  content: "\E969";
}

.im-icon-Global-Position:before {
  content: "\E96A";
}

.im-icon-Globe-2:before {
  content: "\E96B";
}

.im-icon-Globe:before {
  content: "\E96C";
}

.im-icon-Gloves:before {
  content: "\E96D";
}

.im-icon-Go-Bottom:before {
  content: "\E96E";
}

.im-icon-Go-Top:before {
  content: "\E96F";
}

.im-icon-Goggles:before {
  content: "\E970";
}

.im-icon-Golf-2:before {
  content: "\E971";
}

.im-icon-Golf:before {
  content: "\E972";
}

.im-icon-Google-Buzz:before {
  content: "\E973";
}

.im-icon-Google-Drive:before {
  content: "\E974";
}

.im-icon-Google-Play:before {
  content: "\E975";
}

.im-icon-Google-Plus:before {
  content: "\E976";
}

.im-icon-Google:before {
  content: "\E977";
}

.im-icon-Gopro:before {
  content: "\E978";
}

.im-icon-Gorilla:before {
  content: "\E979";
}

.im-icon-Gowalla:before {
  content: "\E97A";
}

.im-icon-Grave:before {
  content: "\E97B";
}

.im-icon-Graveyard:before {
  content: "\E97C";
}

.im-icon-Greece:before {
  content: "\E97D";
}

.im-icon-Green-Energy:before {
  content: "\E97E";
}

.im-icon-Green-House:before {
  content: "\E97F";
}

.im-icon-Guitar:before {
  content: "\E980";
}

.im-icon-Gun-2:before {
  content: "\E981";
}

.im-icon-Gun-3:before {
  content: "\E982";
}

.im-icon-Gun:before {
  content: "\E983";
}

.im-icon-Gymnastics:before {
  content: "\E984";
}

.im-icon-Hair-2:before {
  content: "\E985";
}

.im-icon-Hair-3:before {
  content: "\E986";
}

.im-icon-Hair-4:before {
  content: "\E987";
}

.im-icon-Hair:before {
  content: "\E988";
}

.im-icon-Half-Moon:before {
  content: "\E989";
}

.im-icon-Halloween-HalfMoon:before {
  content: "\E98A";
}

.im-icon-Halloween-Moon:before {
  content: "\E98B";
}

.im-icon-Hamburger:before {
  content: "\E98C";
}

.im-icon-Hammer:before {
  content: "\E98D";
}

.im-icon-Hand-Touch:before {
  content: "\E98E";
}

.im-icon-Hand-Touch2:before {
  content: "\E98F";
}

.im-icon-Hand-TouchSmartphone:before {
  content: "\E990";
}

.im-icon-Hand:before {
  content: "\E991";
}

.im-icon-Hands:before {
  content: "\E992";
}

.im-icon-Handshake:before {
  content: "\E993";
}

.im-icon-Hanger:before {
  content: "\E994";
}

.im-icon-Happy:before {
  content: "\E995";
}

.im-icon-Hat-2:before {
  content: "\E996";
}

.im-icon-Hat:before {
  content: "\E997";
}

.im-icon-Haunted-House:before {
  content: "\E998";
}

.im-icon-HD-Video:before {
  content: "\E999";
}

.im-icon-HD:before {
  content: "\E99A";
}

.im-icon-HDD:before {
  content: "\E99B";
}

.im-icon-Headphone:before {
  content: "\E99C";
}

.im-icon-Headphones:before {
  content: "\E99D";
}

.im-icon-Headset:before {
  content: "\E99E";
}

.im-icon-Heart-2:before {
  content: "\E99F";
}

.im-icon-Heart:before {
  content: "\E9A0";
}

.im-icon-Heels-2:before {
  content: "\E9A1";
}

.im-icon-Heels:before {
  content: "\E9A2";
}

.im-icon-Height-Window:before {
  content: "\E9A3";
}

.im-icon-Helicopter-2:before {
  content: "\E9A4";
}

.im-icon-Helicopter:before {
  content: "\E9A5";
}

.im-icon-Helix-2:before {
  content: "\E9A6";
}

.im-icon-Hello:before {
  content: "\E9A7";
}

.im-icon-Helmet-2:before {
  content: "\E9A8";
}

.im-icon-Helmet-3:before {
  content: "\E9A9";
}

.im-icon-Helmet:before {
  content: "\E9AA";
}

.im-icon-Hipo:before {
  content: "\E9AB";
}

.im-icon-Hipster-Glasses:before {
  content: "\E9AC";
}

.im-icon-Hipster-Glasses2:before {
  content: "\E9AD";
}

.im-icon-Hipster-Glasses3:before {
  content: "\E9AE";
}

.im-icon-Hipster-Headphones:before {
  content: "\E9AF";
}

.im-icon-Hipster-Men:before {
  content: "\E9B0";
}

.im-icon-Hipster-Men2:before {
  content: "\E9B1";
}

.im-icon-Hipster-Men3:before {
  content: "\E9B2";
}

.im-icon-Hipster-Sunglasses:before {
  content: "\E9B3";
}

.im-icon-Hipster-Sunglasses2:before {
  content: "\E9B4";
}

.im-icon-Hipster-Sunglasses3:before {
  content: "\E9B5";
}

.im-icon-Hokey:before {
  content: "\E9B6";
}

.im-icon-Holly:before {
  content: "\E9B7";
}

.im-icon-Home-2:before {
  content: "\E9B8";
}

.im-icon-Home-3:before {
  content: "\E9B9";
}

.im-icon-Home-4:before {
  content: "\E9BA";
}

.im-icon-Home-5:before {
  content: "\E9BB";
}

.im-icon-Home-Window:before {
  content: "\E9BC";
}

.im-icon-Home:before {
  content: "\E9BD";
}

.im-icon-Homosexual:before {
  content: "\E9BE";
}

.im-icon-Honey:before {
  content: "\E9BF";
}

.im-icon-Hong-Kong:before {
  content: "\E9C0";
}

.im-icon-Hoodie:before {
  content: "\E9C1";
}

.im-icon-Horror:before {
  content: "\E9C2";
}

.im-icon-Horse:before {
  content: "\E9C3";
}

.im-icon-Hospital-2:before {
  content: "\E9C4";
}

.im-icon-Hospital:before {
  content: "\E9C5";
}

.im-icon-Host:before {
  content: "\E9C6";
}

.im-icon-Hot-Dog:before {
  content: "\E9C7";
}

.im-icon-Hotel:before {
  content: "\E9C8";
}

.im-icon-Hour:before {
  content: "\E9C9";
}

.im-icon-Hub:before {
  content: "\E9CA";
}

.im-icon-Humor:before {
  content: "\E9CB";
}

.im-icon-Hurt:before {
  content: "\E9CC";
}

.im-icon-Ice-Cream:before {
  content: "\E9CD";
}

.im-icon-ICQ:before {
  content: "\E9CE";
}

.im-icon-ID-2:before {
  content: "\E9CF";
}

.im-icon-ID-3:before {
  content: "\E9D0";
}

.im-icon-ID-Card:before {
  content: "\E9D1";
}

.im-icon-Idea-2:before {
  content: "\E9D2";
}

.im-icon-Idea-3:before {
  content: "\E9D3";
}

.im-icon-Idea-4:before {
  content: "\E9D4";
}

.im-icon-Idea-5:before {
  content: "\E9D5";
}

.im-icon-Idea:before {
  content: "\E9D6";
}

.im-icon-Identification-Badge:before {
  content: "\E9D7";
}

.im-icon-ImDB:before {
  content: "\E9D8";
}

.im-icon-Inbox-Empty:before {
  content: "\E9D9";
}

.im-icon-Inbox-Forward:before {
  content: "\E9DA";
}

.im-icon-Inbox-Full:before {
  content: "\E9DB";
}

.im-icon-Inbox-Into:before {
  content: "\E9DC";
}

.im-icon-Inbox-Out:before {
  content: "\E9DD";
}

.im-icon-Inbox-Reply:before {
  content: "\E9DE";
}

.im-icon-Inbox:before {
  content: "\E9DF";
}

.im-icon-Increase-Inedit:before {
  content: "\E9E0";
}

.im-icon-Indent-FirstLine:before {
  content: "\E9E1";
}

.im-icon-Indent-LeftMargin:before {
  content: "\E9E2";
}

.im-icon-Indent-RightMargin:before {
  content: "\E9E3";
}

.im-icon-India:before {
  content: "\E9E4";
}

.im-icon-Info-Window:before {
  content: "\E9E5";
}

.im-icon-Information:before {
  content: "\E9E6";
}

.im-icon-Inifity:before {
  content: "\E9E7";
}

.im-icon-Instagram:before {
  content: "\E9E8";
}

.im-icon-Internet-2:before {
  content: "\E9E9";
}

.im-icon-Internet-Explorer:before {
  content: "\E9EA";
}

.im-icon-Internet-Smiley:before {
  content: "\E9EB";
}

.im-icon-Internet:before {
  content: "\E9EC";
}

.im-icon-iOS-Apple:before {
  content: "\E9ED";
}

.im-icon-Israel:before {
  content: "\E9EE";
}

.im-icon-Italic-Text:before {
  content: "\E9EF";
}

.im-icon-Jacket-2:before {
  content: "\E9F0";
}

.im-icon-Jacket:before {
  content: "\E9F1";
}

.im-icon-Jamaica:before {
  content: "\E9F2";
}

.im-icon-Japan:before {
  content: "\E9F3";
}

.im-icon-Japanese-Gate:before {
  content: "\E9F4";
}

.im-icon-Jeans:before {
  content: "\E9F5";
}

.im-icon-Jeep-2:before {
  content: "\E9F6";
}

.im-icon-Jeep:before {
  content: "\E9F7";
}

.im-icon-Jet:before {
  content: "\E9F8";
}

.im-icon-Joystick:before {
  content: "\E9F9";
}

.im-icon-Juice:before {
  content: "\E9FA";
}

.im-icon-Jump-Rope:before {
  content: "\E9FB";
}

.im-icon-Kangoroo:before {
  content: "\E9FC";
}

.im-icon-Kenya:before {
  content: "\E9FD";
}

.im-icon-Key-2:before {
  content: "\E9FE";
}

.im-icon-Key-3:before {
  content: "\E9FF";
}

.im-icon-Key-Lock:before {
  content: "\EA00";
}

.im-icon-Key:before {
  content: "\EA01";
}

.im-icon-Keyboard:before {
  content: "\EA02";
}

.im-icon-Keyboard3:before {
  content: "\EA03";
}

.im-icon-Keypad:before {
  content: "\EA04";
}

.im-icon-King-2:before {
  content: "\EA05";
}

.im-icon-King:before {
  content: "\EA06";
}

.im-icon-Kiss:before {
  content: "\EA07";
}

.im-icon-Knee:before {
  content: "\EA08";
}

.im-icon-Knife-2:before {
  content: "\EA09";
}

.im-icon-Knife:before {
  content: "\EA0A";
}

.im-icon-Knight:before {
  content: "\EA0B";
}

.im-icon-Koala:before {
  content: "\EA0C";
}

.im-icon-Korea:before {
  content: "\EA0D";
}

.im-icon-Lamp:before {
  content: "\EA0E";
}

.im-icon-Landscape-2:before {
  content: "\EA0F";
}

.im-icon-Landscape:before {
  content: "\EA10";
}

.im-icon-Lantern:before {
  content: "\EA11";
}

.im-icon-Laptop-2:before {
  content: "\EA12";
}

.im-icon-Laptop-3:before {
  content: "\EA13";
}

.im-icon-Laptop-Phone:before {
  content: "\EA14";
}

.im-icon-Laptop-Secure:before {
  content: "\EA15";
}

.im-icon-Laptop-Tablet:before {
  content: "\EA16";
}

.im-icon-Laptop:before {
  content: "\EA17";
}

.im-icon-Laser:before {
  content: "\EA18";
}

.im-icon-Last-FM:before {
  content: "\EA19";
}

.im-icon-Last:before {
  content: "\EA1A";
}

.im-icon-Laughing:before {
  content: "\EA1B";
}

.im-icon-Layer-1635:before {
  content: "\EA1C";
}

.im-icon-Layer-1646:before {
  content: "\EA1D";
}

.im-icon-Layer-Backward:before {
  content: "\EA1E";
}

.im-icon-Layer-Forward:before {
  content: "\EA1F";
}

.im-icon-Leafs-2:before {
  content: "\EA20";
}

.im-icon-Leafs:before {
  content: "\EA21";
}

.im-icon-Leaning-Tower:before {
  content: "\EA22";
}

.im-icon-Left--Right:before {
  content: "\EA23";
}

.im-icon-Left--Right3:before {
  content: "\EA24";
}

.im-icon-Left-2:before {
  content: "\EA25";
}

.im-icon-Left-3:before {
  content: "\EA26";
}

.im-icon-Left-4:before {
  content: "\EA27";
}

.im-icon-Left-ToRight:before {
  content: "\EA28";
}

.im-icon-Left:before {
  content: "\EA29";
}

.im-icon-Leg-2:before {
  content: "\EA2A";
}

.im-icon-Leg:before {
  content: "\EA2B";
}

.im-icon-Lego:before {
  content: "\EA2C";
}

.im-icon-Lemon:before {
  content: "\EA2D";
}

.im-icon-Len-2:before {
  content: "\EA2E";
}

.im-icon-Len-3:before {
  content: "\EA2F";
}

.im-icon-Len:before {
  content: "\EA30";
}

.im-icon-Leo-2:before {
  content: "\EA31";
}

.im-icon-Leo:before {
  content: "\EA32";
}

.im-icon-Leopard:before {
  content: "\EA33";
}

.im-icon-Lesbian:before {
  content: "\EA34";
}

.im-icon-Lesbians:before {
  content: "\EA35";
}

.im-icon-Letter-Close:before {
  content: "\EA36";
}

.im-icon-Letter-Open:before {
  content: "\EA37";
}

.im-icon-Letter-Sent:before {
  content: "\EA38";
}

.im-icon-Libra-2:before {
  content: "\EA39";
}

.im-icon-Libra:before {
  content: "\EA3A";
}

.im-icon-Library-2:before {
  content: "\EA3B";
}

.im-icon-Library:before {
  content: "\EA3C";
}

.im-icon-Life-Jacket:before {
  content: "\EA3D";
}

.im-icon-Life-Safer:before {
  content: "\EA3E";
}

.im-icon-Light-Bulb:before {
  content: "\EA3F";
}

.im-icon-Light-Bulb2:before {
  content: "\EA40";
}

.im-icon-Light-BulbLeaf:before {
  content: "\EA41";
}

.im-icon-Lighthouse:before {
  content: "\EA42";
}

.im-icon-Like-2:before {
  content: "\EA43";
}

.im-icon-Like:before {
  content: "\EA44";
}

.im-icon-Line-Chart:before {
  content: "\EA45";
}

.im-icon-Line-Chart2:before {
  content: "\EA46";
}

.im-icon-Line-Chart3:before {
  content: "\EA47";
}

.im-icon-Line-Chart4:before {
  content: "\EA48";
}

.im-icon-Line-Spacing:before {
  content: "\EA49";
}

.im-icon-Line-SpacingText:before {
  content: "\EA4A";
}

.im-icon-Link-2:before {
  content: "\EA4B";
}

.im-icon-Link:before {
  content: "\EA4C";
}

.im-icon-Linkedin-2:before {
  content: "\EA4D";
}

.im-icon-Linkedin:before {
  content: "\EA4E";
}

.im-icon-Linux:before {
  content: "\EA4F";
}

.im-icon-Lion:before {
  content: "\EA50";
}

.im-icon-Livejournal:before {
  content: "\EA51";
}

.im-icon-Loading-2:before {
  content: "\EA52";
}

.im-icon-Loading-3:before {
  content: "\EA53";
}

.im-icon-Loading-Window:before {
  content: "\EA54";
}

.im-icon-Loading:before {
  content: "\EA55";
}

.im-icon-Location-2:before {
  content: "\EA56";
}

.im-icon-Location:before {
  content: "\EA57";
}

.im-icon-Lock-2:before {
  content: "\EA58";
}

.im-icon-Lock-3:before {
  content: "\EA59";
}

.im-icon-Lock-User:before {
  content: "\EA5A";
}

.im-icon-Lock-Window:before {
  content: "\EA5B";
}

.im-icon-Lock:before {
  content: "\EA5C";
}

.im-icon-Lollipop-2:before {
  content: "\EA5D";
}

.im-icon-Lollipop-3:before {
  content: "\EA5E";
}

.im-icon-Lollipop:before {
  content: "\EA5F";
}

.im-icon-Loop:before {
  content: "\EA60";
}

.im-icon-Loud:before {
  content: "\EA61";
}

.im-icon-Loudspeaker:before {
  content: "\EA62";
}

.im-icon-Love-2:before {
  content: "\EA63";
}

.im-icon-Love-User:before {
  content: "\EA64";
}

.im-icon-Love-Window:before {
  content: "\EA65";
}

.im-icon-Love:before {
  content: "\EA66";
}

.im-icon-Lowercase-Text:before {
  content: "\EA67";
}

.im-icon-Luggafe-Front:before {
  content: "\EA68";
}

.im-icon-Luggage-2:before {
  content: "\EA69";
}

.im-icon-Macro:before {
  content: "\EA6A";
}

.im-icon-Magic-Wand:before {
  content: "\EA6B";
}

.im-icon-Magnet:before {
  content: "\EA6C";
}

.im-icon-Magnifi-Glass-:before {
  content: "\EA6D";
}

.im-icon-Magnifi-Glass:before {
  content: "\EA6E";
}

.im-icon-Magnifi-Glass2:before {
  content: "\EA6F";
}

.im-icon-Mail-2:before {
  content: "\EA70";
}

.im-icon-Mail-3:before {
  content: "\EA71";
}

.im-icon-Mail-Add:before {
  content: "\EA72";
}

.im-icon-Mail-Attachement:before {
  content: "\EA73";
}

.im-icon-Mail-Block:before {
  content: "\EA74";
}

.im-icon-Mail-Delete:before {
  content: "\EA75";
}

.im-icon-Mail-Favorite:before {
  content: "\EA76";
}

.im-icon-Mail-Forward:before {
  content: "\EA77";
}

.im-icon-Mail-Gallery:before {
  content: "\EA78";
}

.im-icon-Mail-Inbox:before {
  content: "\EA79";
}

.im-icon-Mail-Link:before {
  content: "\EA7A";
}

.im-icon-Mail-Lock:before {
  content: "\EA7B";
}

.im-icon-Mail-Love:before {
  content: "\EA7C";
}

.im-icon-Mail-Money:before {
  content: "\EA7D";
}

.im-icon-Mail-Open:before {
  content: "\EA7E";
}

.im-icon-Mail-Outbox:before {
  content: "\EA7F";
}

.im-icon-Mail-Password:before {
  content: "\EA80";
}

.im-icon-Mail-Photo:before {
  content: "\EA81";
}

.im-icon-Mail-Read:before {
  content: "\EA82";
}

.im-icon-Mail-Removex:before {
  content: "\EA83";
}

.im-icon-Mail-Reply:before {
  content: "\EA84";
}

.im-icon-Mail-ReplyAll:before {
  content: "\EA85";
}

.im-icon-Mail-Search:before {
  content: "\EA86";
}

.im-icon-Mail-Send:before {
  content: "\EA87";
}

.im-icon-Mail-Settings:before {
  content: "\EA88";
}

.im-icon-Mail-Unread:before {
  content: "\EA89";
}

.im-icon-Mail-Video:before {
  content: "\EA8A";
}

.im-icon-Mail-withAtSign:before {
  content: "\EA8B";
}

.im-icon-Mail-WithCursors:before {
  content: "\EA8C";
}

.im-icon-Mail:before {
  content: "\EA8D";
}

.im-icon-Mailbox-Empty:before {
  content: "\EA8E";
}

.im-icon-Mailbox-Full:before {
  content: "\EA8F";
}

.im-icon-Male-2:before {
  content: "\EA90";
}

.im-icon-Male-Sign:before {
  content: "\EA91";
}

.im-icon-Male:before {
  content: "\EA92";
}

.im-icon-MaleFemale:before {
  content: "\EA93";
}

.im-icon-Man-Sign:before {
  content: "\EA94";
}

.im-icon-Management:before {
  content: "\EA95";
}

.im-icon-Mans-Underwear:before {
  content: "\EA96";
}

.im-icon-Mans-Underwear2:before {
  content: "\EA97";
}

.im-icon-Map-Marker:before {
  content: "\EA98";
}

.im-icon-Map-Marker2:before {
  content: "\EA99";
}

.im-icon-Map-Marker3:before {
  content: "\EA9A";
}

.im-icon-Map:before {
  content: "\EA9B";
}

.im-icon-Map2:before {
  content: "\EA9C";
}

.im-icon-Marker-2:before {
  content: "\EA9D";
}

.im-icon-Marker-3:before {
  content: "\EA9E";
}

.im-icon-Marker:before {
  content: "\EA9F";
}

.im-icon-Martini-Glass:before {
  content: "\EAA0";
}

.im-icon-Mask:before {
  content: "\EAA1";
}

.im-icon-Master-Card:before {
  content: "\EAA2";
}

.im-icon-Maximize-Window:before {
  content: "\EAA3";
}

.im-icon-Maximize:before {
  content: "\EAA4";
}

.im-icon-Medal-2:before {
  content: "\EAA5";
}

.im-icon-Medal-3:before {
  content: "\EAA6";
}

.im-icon-Medal:before {
  content: "\EAA7";
}

.im-icon-Medical-Sign:before {
  content: "\EAA8";
}

.im-icon-Medicine-2:before {
  content: "\EAA9";
}

.im-icon-Medicine-3:before {
  content: "\EAAA";
}

.im-icon-Medicine:before {
  content: "\EAAB";
}

.im-icon-Megaphone:before {
  content: "\EAAC";
}

.im-icon-Memory-Card:before {
  content: "\EAAD";
}

.im-icon-Memory-Card2:before {
  content: "\EAAE";
}

.im-icon-Memory-Card3:before {
  content: "\EAAF";
}

.im-icon-Men:before {
  content: "\EAB0";
}

.im-icon-Menorah:before {
  content: "\EAB1";
}

.im-icon-Mens:before {
  content: "\EAB2";
}

.im-icon-Metacafe:before {
  content: "\EAB3";
}

.im-icon-Mexico:before {
  content: "\EAB4";
}

.im-icon-Mic:before {
  content: "\EAB5";
}

.im-icon-Microphone-2:before {
  content: "\EAB6";
}

.im-icon-Microphone-3:before {
  content: "\EAB7";
}

.im-icon-Microphone-4:before {
  content: "\EAB8";
}

.im-icon-Microphone-5:before {
  content: "\EAB9";
}

.im-icon-Microphone-6:before {
  content: "\EABA";
}

.im-icon-Microphone-7:before {
  content: "\EABB";
}

.im-icon-Microphone:before {
  content: "\EABC";
}

.im-icon-Microscope:before {
  content: "\EABD";
}

.im-icon-Milk-Bottle:before {
  content: "\EABE";
}

.im-icon-Mine:before {
  content: "\EABF";
}

.im-icon-Minimize-Maximize-Close-Window:before {
  content: "\EAC0";
}

.im-icon-Minimize-Window:before {
  content: "\EAC1";
}

.im-icon-Minimize:before {
  content: "\EAC2";
}

.im-icon-Mirror:before {
  content: "\EAC3";
}

.im-icon-Mixer:before {
  content: "\EAC4";
}

.im-icon-Mixx:before {
  content: "\EAC5";
}

.im-icon-Money-2:before {
  content: "\EAC6";
}

.im-icon-Money-Bag:before {
  content: "\EAC7";
}

.im-icon-Money-Smiley:before {
  content: "\EAC8";
}

.im-icon-Money:before {
  content: "\EAC9";
}

.im-icon-Monitor-2:before {
  content: "\EACA";
}

.im-icon-Monitor-3:before {
  content: "\EACB";
}

.im-icon-Monitor-4:before {
  content: "\EACC";
}

.im-icon-Monitor-5:before {
  content: "\EACD";
}

.im-icon-Monitor-Analytics:before {
  content: "\EACE";
}

.im-icon-Monitor-Laptop:before {
  content: "\EACF";
}

.im-icon-Monitor-phone:before {
  content: "\EAD0";
}

.im-icon-Monitor-Tablet:before {
  content: "\EAD1";
}

.im-icon-Monitor-Vertical:before {
  content: "\EAD2";
}

.im-icon-Monitor:before {
  content: "\EAD3";
}

.im-icon-Monitoring:before {
  content: "\EAD4";
}

.im-icon-Monkey:before {
  content: "\EAD5";
}

.im-icon-Monster:before {
  content: "\EAD6";
}

.im-icon-Morocco:before {
  content: "\EAD7";
}

.im-icon-Motorcycle:before {
  content: "\EAD8";
}

.im-icon-Mouse-2:before {
  content: "\EAD9";
}

.im-icon-Mouse-3:before {
  content: "\EADA";
}

.im-icon-Mouse-4:before {
  content: "\EADB";
}

.im-icon-Mouse-Pointer:before {
  content: "\EADC";
}

.im-icon-Mouse:before {
  content: "\EADD";
}

.im-icon-Moustache-Smiley:before {
  content: "\EADE";
}

.im-icon-Movie-Ticket:before {
  content: "\EADF";
}

.im-icon-Movie:before {
  content: "\EAE0";
}

.im-icon-Mp3-File:before {
  content: "\EAE1";
}

.im-icon-Museum:before {
  content: "\EAE2";
}

.im-icon-Mushroom:before {
  content: "\EAE3";
}

.im-icon-Music-Note:before {
  content: "\EAE4";
}

.im-icon-Music-Note2:before {
  content: "\EAE5";
}

.im-icon-Music-Note3:before {
  content: "\EAE6";
}

.im-icon-Music-Note4:before {
  content: "\EAE7";
}

.im-icon-Music-Player:before {
  content: "\EAE8";
}

.im-icon-Mustache-2:before {
  content: "\EAE9";
}

.im-icon-Mustache-3:before {
  content: "\EAEA";
}

.im-icon-Mustache-4:before {
  content: "\EAEB";
}

.im-icon-Mustache-5:before {
  content: "\EAEC";
}

.im-icon-Mustache-6:before {
  content: "\EAED";
}

.im-icon-Mustache-7:before {
  content: "\EAEE";
}

.im-icon-Mustache-8:before {
  content: "\EAEF";
}

.im-icon-Mustache:before {
  content: "\EAF0";
}

.im-icon-Mute:before {
  content: "\EAF1";
}

.im-icon-Myspace:before {
  content: "\EAF2";
}

.im-icon-Navigat-Start:before {
  content: "\EAF3";
}

.im-icon-Navigate-End:before {
  content: "\EAF4";
}

.im-icon-Navigation-LeftWindow:before {
  content: "\EAF5";
}

.im-icon-Navigation-RightWindow:before {
  content: "\EAF6";
}

.im-icon-Nepal:before {
  content: "\EAF7";
}

.im-icon-Netscape:before {
  content: "\EAF8";
}

.im-icon-Network-Window:before {
  content: "\EAF9";
}

.im-icon-Network:before {
  content: "\EAFA";
}

.im-icon-Neutron:before {
  content: "\EAFB";
}

.im-icon-New-Mail:before {
  content: "\EAFC";
}

.im-icon-New-Tab:before {
  content: "\EAFD";
}

.im-icon-Newspaper-2:before {
  content: "\EAFE";
}

.im-icon-Newspaper:before {
  content: "\EAFF";
}

.im-icon-Newsvine:before {
  content: "\EB00";
}

.im-icon-Next2:before {
  content: "\EB01";
}

.im-icon-Next-3:before {
  content: "\EB02";
}

.im-icon-Next-Music:before {
  content: "\EB03";
}

.im-icon-Next:before {
  content: "\EB04";
}

.im-icon-No-Battery:before {
  content: "\EB05";
}

.im-icon-No-Drop:before {
  content: "\EB06";
}

.im-icon-No-Flash:before {
  content: "\EB07";
}

.im-icon-No-Smoking:before {
  content: "\EB08";
}

.im-icon-Noose:before {
  content: "\EB09";
}

.im-icon-Normal-Text:before {
  content: "\EB0A";
}

.im-icon-Note:before {
  content: "\EB0B";
}

.im-icon-Notepad-2:before {
  content: "\EB0C";
}

.im-icon-Notepad:before {
  content: "\EB0D";
}

.im-icon-Nuclear:before {
  content: "\EB0E";
}

.im-icon-Numbering-List:before {
  content: "\EB0F";
}

.im-icon-Nurse:before {
  content: "\EB10";
}

.im-icon-Office-Lamp:before {
  content: "\EB11";
}

.im-icon-Office:before {
  content: "\EB12";
}

.im-icon-Oil:before {
  content: "\EB13";
}

.im-icon-Old-Camera:before {
  content: "\EB14";
}

.im-icon-Old-Cassette:before {
  content: "\EB15";
}

.im-icon-Old-Clock:before {
  content: "\EB16";
}

.im-icon-Old-Radio:before {
  content: "\EB17";
}

.im-icon-Old-Sticky:before {
  content: "\EB18";
}

.im-icon-Old-Sticky2:before {
  content: "\EB19";
}

.im-icon-Old-Telephone:before {
  content: "\EB1A";
}

.im-icon-Old-TV:before {
  content: "\EB1B";
}

.im-icon-On-Air:before {
  content: "\EB1C";
}

.im-icon-On-Off-2:before {
  content: "\EB1D";
}

.im-icon-On-Off-3:before {
  content: "\EB1E";
}

.im-icon-On-off:before {
  content: "\EB1F";
}

.im-icon-One-Finger:before {
  content: "\EB20";
}

.im-icon-One-FingerTouch:before {
  content: "\EB21";
}

.im-icon-One-Window:before {
  content: "\EB22";
}

.im-icon-Open-Banana:before {
  content: "\EB23";
}

.im-icon-Open-Book:before {
  content: "\EB24";
}

.im-icon-Opera-House:before {
  content: "\EB25";
}

.im-icon-Opera:before {
  content: "\EB26";
}

.im-icon-Optimization:before {
  content: "\EB27";
}

.im-icon-Orientation-2:before {
  content: "\EB28";
}

.im-icon-Orientation-3:before {
  content: "\EB29";
}

.im-icon-Orientation:before {
  content: "\EB2A";
}

.im-icon-Orkut:before {
  content: "\EB2B";
}

.im-icon-Ornament:before {
  content: "\EB2C";
}

.im-icon-Over-Time:before {
  content: "\EB2D";
}

.im-icon-Over-Time2:before {
  content: "\EB2E";
}

.im-icon-Owl:before {
  content: "\EB2F";
}

.im-icon-Pac-Man:before {
  content: "\EB30";
}

.im-icon-Paint-Brush:before {
  content: "\EB31";
}

.im-icon-Paint-Bucket:before {
  content: "\EB32";
}

.im-icon-Paintbrush:before {
  content: "\EB33";
}

.im-icon-Palette:before {
  content: "\EB34";
}

.im-icon-Palm-Tree:before {
  content: "\EB35";
}

.im-icon-Panda:before {
  content: "\EB36";
}

.im-icon-Panorama:before {
  content: "\EB37";
}

.im-icon-Pantheon:before {
  content: "\EB38";
}

.im-icon-Pantone:before {
  content: "\EB39";
}

.im-icon-Pants:before {
  content: "\EB3A";
}

.im-icon-Paper-Plane:before {
  content: "\EB3B";
}

.im-icon-Paper:before {
  content: "\EB3C";
}

.im-icon-Parasailing:before {
  content: "\EB3D";
}

.im-icon-Parrot:before {
  content: "\EB3E";
}

.im-icon-Password-2shopping:before {
  content: "\EB3F";
}

.im-icon-Password-Field:before {
  content: "\EB40";
}

.im-icon-Password-shopping:before {
  content: "\EB41";
}

.im-icon-Password:before {
  content: "\EB42";
}

.im-icon-pause-2:before {
  content: "\EB43";
}

.im-icon-Pause:before {
  content: "\EB44";
}

.im-icon-Paw:before {
  content: "\EB45";
}

.im-icon-Pawn:before {
  content: "\EB46";
}

.im-icon-Paypal:before {
  content: "\EB47";
}

.im-icon-Pen-2:before {
  content: "\EB48";
}

.im-icon-Pen-3:before {
  content: "\EB49";
}

.im-icon-Pen-4:before {
  content: "\EB4A";
}

.im-icon-Pen-5:before {
  content: "\EB4B";
}

.im-icon-Pen-6:before {
  content: "\EB4C";
}

.im-icon-Pen:before {
  content: "\EB4D";
}

.im-icon-Pencil-Ruler:before {
  content: "\EB4E";
}

.im-icon-Pencil:before {
  content: "\EB4F";
}

.im-icon-Penguin:before {
  content: "\EB50";
}

.im-icon-Pentagon:before {
  content: "\EB51";
}

.im-icon-People-onCloud:before {
  content: "\EB52";
}

.im-icon-Pepper-withFire:before {
  content: "\EB53";
}

.im-icon-Pepper:before {
  content: "\EB54";
}

.im-icon-Petrol:before {
  content: "\EB55";
}

.im-icon-Petronas-Tower:before {
  content: "\EB56";
}

.im-icon-Philipines:before {
  content: "\EB57";
}

.im-icon-Phone-2:before {
  content: "\EB58";
}

.im-icon-Phone-3:before {
  content: "\EB59";
}

.im-icon-Phone-3G:before {
  content: "\EB5A";
}

.im-icon-Phone-4G:before {
  content: "\EB5B";
}

.im-icon-Phone-Simcard:before {
  content: "\EB5C";
}

.im-icon-Phone-SMS:before {
  content: "\EB5D";
}

.im-icon-Phone-Wifi:before {
  content: "\EB5E";
}

.im-icon-Phone:before {
  content: "\EB5F";
}

.im-icon-Photo-2:before {
  content: "\EB60";
}

.im-icon-Photo-3:before {
  content: "\EB61";
}

.im-icon-Photo-Album:before {
  content: "\EB62";
}

.im-icon-Photo-Album2:before {
  content: "\EB63";
}

.im-icon-Photo-Album3:before {
  content: "\EB64";
}

.im-icon-Photo:before {
  content: "\EB65";
}

.im-icon-Photos:before {
  content: "\EB66";
}

.im-icon-Physics:before {
  content: "\EB67";
}

.im-icon-Pi:before {
  content: "\EB68";
}

.im-icon-Piano:before {
  content: "\EB69";
}

.im-icon-Picasa:before {
  content: "\EB6A";
}

.im-icon-Pie-Chart:before {
  content: "\EB6B";
}

.im-icon-Pie-Chart2:before {
  content: "\EB6C";
}

.im-icon-Pie-Chart3:before {
  content: "\EB6D";
}

.im-icon-Pilates-2:before {
  content: "\EB6E";
}

.im-icon-Pilates-3:before {
  content: "\EB6F";
}

.im-icon-Pilates:before {
  content: "\EB70";
}

.im-icon-Pilot:before {
  content: "\EB71";
}

.im-icon-Pinch:before {
  content: "\EB72";
}

.im-icon-Ping-Pong:before {
  content: "\EB73";
}

.im-icon-Pinterest:before {
  content: "\EB74";
}

.im-icon-Pipe:before {
  content: "\EB75";
}

.im-icon-Pipette:before {
  content: "\EB76";
}

.im-icon-Piramids:before {
  content: "\EB77";
}

.im-icon-Pisces-2:before {
  content: "\EB78";
}

.im-icon-Pisces:before {
  content: "\EB79";
}

.im-icon-Pizza-Slice:before {
  content: "\EB7A";
}

.im-icon-Pizza:before {
  content: "\EB7B";
}

.im-icon-Plane-2:before {
  content: "\EB7C";
}

.im-icon-Plane:before {
  content: "\EB7D";
}

.im-icon-Plant:before {
  content: "\EB7E";
}

.im-icon-Plasmid:before {
  content: "\EB7F";
}

.im-icon-Plaster:before {
  content: "\EB80";
}

.im-icon-Plastic-CupPhone:before {
  content: "\EB81";
}

.im-icon-Plastic-CupPhone2:before {
  content: "\EB82";
}

.im-icon-Plate:before {
  content: "\EB83";
}

.im-icon-Plates:before {
  content: "\EB84";
}

.im-icon-Plaxo:before {
  content: "\EB85";
}

.im-icon-Play-Music:before {
  content: "\EB86";
}

.im-icon-Plug-In:before {
  content: "\EB87";
}

.im-icon-Plug-In2:before {
  content: "\EB88";
}

.im-icon-Plurk:before {
  content: "\EB89";
}

.im-icon-Pointer:before {
  content: "\EB8A";
}

.im-icon-Poland:before {
  content: "\EB8B";
}

.im-icon-Police-Man:before {
  content: "\EB8C";
}

.im-icon-Police-Station:before {
  content: "\EB8D";
}

.im-icon-Police-Woman:before {
  content: "\EB8E";
}

.im-icon-Police:before {
  content: "\EB8F";
}

.im-icon-Polo-Shirt:before {
  content: "\EB90";
}

.im-icon-Portrait:before {
  content: "\EB91";
}

.im-icon-Portugal:before {
  content: "\EB92";
}

.im-icon-Post-Mail:before {
  content: "\EB93";
}

.im-icon-Post-Mail2:before {
  content: "\EB94";
}

.im-icon-Post-Office:before {
  content: "\EB95";
}

.im-icon-Post-Sign:before {
  content: "\EB96";
}

.im-icon-Post-Sign2ways:before {
  content: "\EB97";
}

.im-icon-Posterous:before {
  content: "\EB98";
}

.im-icon-Pound-Sign:before {
  content: "\EB99";
}

.im-icon-Pound-Sign2:before {
  content: "\EB9A";
}

.im-icon-Pound:before {
  content: "\EB9B";
}

.im-icon-Power-2:before {
  content: "\EB9C";
}

.im-icon-Power-3:before {
  content: "\EB9D";
}

.im-icon-Power-Cable:before {
  content: "\EB9E";
}

.im-icon-Power-Station:before {
  content: "\EB9F";
}

.im-icon-Power:before {
  content: "\EBA0";
}

.im-icon-Prater:before {
  content: "\EBA1";
}

.im-icon-Present:before {
  content: "\EBA2";
}

.im-icon-Presents:before {
  content: "\EBA3";
}

.im-icon-Press:before {
  content: "\EBA4";
}

.im-icon-Preview:before {
  content: "\EBA5";
}

.im-icon-Previous:before {
  content: "\EBA6";
}

.im-icon-Pricing:before {
  content: "\EBA7";
}

.im-icon-Printer:before {
  content: "\EBA8";
}

.im-icon-Professor:before {
  content: "\EBA9";
}

.im-icon-Profile:before {
  content: "\EBAA";
}

.im-icon-Project:before {
  content: "\EBAB";
}

.im-icon-Projector-2:before {
  content: "\EBAC";
}

.im-icon-Projector:before {
  content: "\EBAD";
}

.im-icon-Pulse:before {
  content: "\EBAE";
}

.im-icon-Pumpkin:before {
  content: "\EBAF";
}

.im-icon-Punk:before {
  content: "\EBB0";
}

.im-icon-Punker:before {
  content: "\EBB1";
}

.im-icon-Puzzle:before {
  content: "\EBB2";
}

.im-icon-QIK:before {
  content: "\EBB3";
}

.im-icon-QR-Code:before {
  content: "\EBB4";
}

.im-icon-Queen-2:before {
  content: "\EBB5";
}

.im-icon-Queen:before {
  content: "\EBB6";
}

.im-icon-Quill-2:before {
  content: "\EBB7";
}

.im-icon-Quill-3:before {
  content: "\EBB8";
}

.im-icon-Quill:before {
  content: "\EBB9";
}

.im-icon-Quotes-2:before {
  content: "\EBBA";
}

.im-icon-Quotes:before {
  content: "\EBBB";
}

.im-icon-Radio:before {
  content: "\EBBC";
}

.im-icon-Radioactive:before {
  content: "\EBBD";
}

.im-icon-Rafting:before {
  content: "\EBBE";
}

.im-icon-Rain-Drop:before {
  content: "\EBBF";
}

.im-icon-Rainbow-2:before {
  content: "\EBC0";
}

.im-icon-Rainbow:before {
  content: "\EBC1";
}

.im-icon-Ram:before {
  content: "\EBC2";
}

.im-icon-Razzor-Blade:before {
  content: "\EBC3";
}

.im-icon-Receipt-2:before {
  content: "\EBC4";
}

.im-icon-Receipt-3:before {
  content: "\EBC5";
}

.im-icon-Receipt-4:before {
  content: "\EBC6";
}

.im-icon-Receipt:before {
  content: "\EBC7";
}

.im-icon-Record2:before {
  content: "\EBC8";
}

.im-icon-Record-3:before {
  content: "\EBC9";
}

.im-icon-Record-Music:before {
  content: "\EBCA";
}

.im-icon-Record:before {
  content: "\EBCB";
}

.im-icon-Recycling-2:before {
  content: "\EBCC";
}

.im-icon-Recycling:before {
  content: "\EBCD";
}

.im-icon-Reddit:before {
  content: "\EBCE";
}

.im-icon-Redhat:before {
  content: "\EBCF";
}

.im-icon-Redirect:before {
  content: "\EBD0";
}

.im-icon-Redo:before {
  content: "\EBD1";
}

.im-icon-Reel:before {
  content: "\EBD2";
}

.im-icon-Refinery:before {
  content: "\EBD3";
}

.im-icon-Refresh-Window:before {
  content: "\EBD4";
}

.im-icon-Refresh:before {
  content: "\EBD5";
}

.im-icon-Reload-2:before {
  content: "\EBD6";
}

.im-icon-Reload-3:before {
  content: "\EBD7";
}

.im-icon-Reload:before {
  content: "\EBD8";
}

.im-icon-Remote-Controll:before {
  content: "\EBD9";
}

.im-icon-Remote-Controll2:before {
  content: "\EBDA";
}

.im-icon-Remove-Bag:before {
  content: "\EBDB";
}

.im-icon-Remove-Basket:before {
  content: "\EBDC";
}

.im-icon-Remove-Cart:before {
  content: "\EBDD";
}

.im-icon-Remove-File:before {
  content: "\EBDE";
}

.im-icon-Remove-User:before {
  content: "\EBDF";
}

.im-icon-Remove-Window:before {
  content: "\EBE0";
}

.im-icon-Remove:before {
  content: "\EBE1";
}

.im-icon-Rename:before {
  content: "\EBE2";
}

.im-icon-Repair:before {
  content: "\EBE3";
}

.im-icon-Repeat-2:before {
  content: "\EBE4";
}

.im-icon-Repeat-3:before {
  content: "\EBE5";
}

.im-icon-Repeat-4:before {
  content: "\EBE6";
}

.im-icon-Repeat-5:before {
  content: "\EBE7";
}

.im-icon-Repeat-6:before {
  content: "\EBE8";
}

.im-icon-Repeat-7:before {
  content: "\EBE9";
}

.im-icon-Repeat:before {
  content: "\EBEA";
}

.im-icon-Reset:before {
  content: "\EBEB";
}

.im-icon-Resize:before {
  content: "\EBEC";
}

.im-icon-Restore-Window:before {
  content: "\EBED";
}

.im-icon-Retouching:before {
  content: "\EBEE";
}

.im-icon-Retro-Camera:before {
  content: "\EBEF";
}

.im-icon-Retro:before {
  content: "\EBF0";
}

.im-icon-Retweet:before {
  content: "\EBF1";
}

.im-icon-Reverbnation:before {
  content: "\EBF2";
}

.im-icon-Rewind:before {
  content: "\EBF3";
}

.im-icon-RGB:before {
  content: "\EBF4";
}

.im-icon-Ribbon-2:before {
  content: "\EBF5";
}

.im-icon-Ribbon-3:before {
  content: "\EBF6";
}

.im-icon-Ribbon:before {
  content: "\EBF7";
}

.im-icon-Right-2:before {
  content: "\EBF8";
}

.im-icon-Right-3:before {
  content: "\EBF9";
}

.im-icon-Right-4:before {
  content: "\EBFA";
}

.im-icon-Right-ToLeft:before {
  content: "\EBFB";
}

.im-icon-Right:before {
  content: "\EBFC";
}

.im-icon-Road-2:before {
  content: "\EBFD";
}

.im-icon-Road-3:before {
  content: "\EBFE";
}

.im-icon-Road:before {
  content: "\EBFF";
}

.im-icon-Robot-2:before {
  content: "\EC00";
}

.im-icon-Robot:before {
  content: "\EC01";
}

.im-icon-Rock-andRoll:before {
  content: "\EC02";
}

.im-icon-Rocket:before {
  content: "\EC03";
}

.im-icon-Roller:before {
  content: "\EC04";
}

.im-icon-Roof:before {
  content: "\EC05";
}

.im-icon-Rook:before {
  content: "\EC06";
}

.im-icon-Rotate-Gesture:before {
  content: "\EC07";
}

.im-icon-Rotate-Gesture2:before {
  content: "\EC08";
}

.im-icon-Rotate-Gesture3:before {
  content: "\EC09";
}

.im-icon-Rotation-390:before {
  content: "\EC0A";
}

.im-icon-Rotation:before {
  content: "\EC0B";
}

.im-icon-Router-2:before {
  content: "\EC0C";
}

.im-icon-Router:before {
  content: "\EC0D";
}

.im-icon-RSS:before {
  content: "\EC0E";
}

.im-icon-Ruler-2:before {
  content: "\EC0F";
}

.im-icon-Ruler:before {
  content: "\EC10";
}

.im-icon-Running-Shoes:before {
  content: "\EC11";
}

.im-icon-Running:before {
  content: "\EC12";
}

.im-icon-Safari:before {
  content: "\EC13";
}

.im-icon-Safe-Box:before {
  content: "\EC14";
}

.im-icon-Safe-Box2:before {
  content: "\EC15";
}

.im-icon-Safety-PinClose:before {
  content: "\EC16";
}

.im-icon-Safety-PinOpen:before {
  content: "\EC17";
}

.im-icon-Sagittarus-2:before {
  content: "\EC18";
}

.im-icon-Sagittarus:before {
  content: "\EC19";
}

.im-icon-Sailing-Ship:before {
  content: "\EC1A";
}

.im-icon-Sand-watch:before {
  content: "\EC1B";
}

.im-icon-Sand-watch2:before {
  content: "\EC1C";
}

.im-icon-Santa-Claus:before {
  content: "\EC1D";
}

.im-icon-Santa-Claus2:before {
  content: "\EC1E";
}

.im-icon-Santa-onSled:before {
  content: "\EC1F";
}

.im-icon-Satelite-2:before {
  content: "\EC20";
}

.im-icon-Satelite:before {
  content: "\EC21";
}

.im-icon-Save-Window:before {
  content: "\EC22";
}

.im-icon-Save:before {
  content: "\EC23";
}

.im-icon-Saw:before {
  content: "\EC24";
}

.im-icon-Saxophone:before {
  content: "\EC25";
}

.im-icon-Scale:before {
  content: "\EC26";
}

.im-icon-Scarf:before {
  content: "\EC27";
}

.im-icon-Scissor:before {
  content: "\EC28";
}

.im-icon-Scooter-Front:before {
  content: "\EC29";
}

.im-icon-Scooter:before {
  content: "\EC2A";
}

.im-icon-Scorpio-2:before {
  content: "\EC2B";
}

.im-icon-Scorpio:before {
  content: "\EC2C";
}

.im-icon-Scotland:before {
  content: "\EC2D";
}

.im-icon-Screwdriver:before {
  content: "\EC2E";
}

.im-icon-Scroll-Fast:before {
  content: "\EC2F";
}

.im-icon-Scroll:before {
  content: "\EC30";
}

.im-icon-Scroller-2:before {
  content: "\EC31";
}

.im-icon-Scroller:before {
  content: "\EC32";
}

.im-icon-Sea-Dog:before {
  content: "\EC33";
}

.im-icon-Search-onCloud:before {
  content: "\EC34";
}

.im-icon-Search-People:before {
  content: "\EC35";
}

.im-icon-secound:before {
  content: "\EC36";
}

.im-icon-secound2:before {
  content: "\EC37";
}

.im-icon-Security-Block:before {
  content: "\EC38";
}

.im-icon-Security-Bug:before {
  content: "\EC39";
}

.im-icon-Security-Camera:before {
  content: "\EC3A";
}

.im-icon-Security-Check:before {
  content: "\EC3B";
}

.im-icon-Security-Settings:before {
  content: "\EC3C";
}

.im-icon-Security-Smiley:before {
  content: "\EC3D";
}

.im-icon-Securiy-Remove:before {
  content: "\EC3E";
}

.im-icon-Seed:before {
  content: "\EC3F";
}

.im-icon-Selfie:before {
  content: "\EC40";
}

.im-icon-Serbia:before {
  content: "\EC41";
}

.im-icon-Server-2:before {
  content: "\EC42";
}

.im-icon-Server:before {
  content: "\EC43";
}

.im-icon-Servers:before {
  content: "\EC44";
}

.im-icon-Settings-Window:before {
  content: "\EC45";
}

.im-icon-Sewing-Machine:before {
  content: "\EC46";
}

.im-icon-Sexual:before {
  content: "\EC47";
}

.im-icon-Share-onCloud:before {
  content: "\EC48";
}

.im-icon-Share-Window:before {
  content: "\EC49";
}

.im-icon-Share:before {
  content: "\EC4A";
}

.im-icon-Sharethis:before {
  content: "\EC4B";
}

.im-icon-Shark:before {
  content: "\EC4C";
}

.im-icon-Sheep:before {
  content: "\EC4D";
}

.im-icon-Sheriff-Badge:before {
  content: "\EC4E";
}

.im-icon-Shield:before {
  content: "\EC4F";
}

.im-icon-Ship-2:before {
  content: "\EC50";
}

.im-icon-Ship:before {
  content: "\EC51";
}

.im-icon-Shirt:before {
  content: "\EC52";
}

.im-icon-Shoes-2:before {
  content: "\EC53";
}

.im-icon-Shoes-3:before {
  content: "\EC54";
}

.im-icon-Shoes:before {
  content: "\EC55";
}

.im-icon-Shop-2:before {
  content: "\EC56";
}

.im-icon-Shop-3:before {
  content: "\EC57";
}

.im-icon-Shop-4:before {
  content: "\EC58";
}

.im-icon-Shop:before {
  content: "\EC59";
}

.im-icon-Shopping-Bag:before {
  content: "\EC5A";
}

.im-icon-Shopping-Basket:before {
  content: "\EC5B";
}

.im-icon-Shopping-Cart:before {
  content: "\EC5C";
}

.im-icon-Short-Pants:before {
  content: "\EC5D";
}

.im-icon-Shoutwire:before {
  content: "\EC5E";
}

.im-icon-Shovel:before {
  content: "\EC5F";
}

.im-icon-Shuffle-2:before {
  content: "\EC60";
}

.im-icon-Shuffle-3:before {
  content: "\EC61";
}

.im-icon-Shuffle-4:before {
  content: "\EC62";
}

.im-icon-Shuffle:before {
  content: "\EC63";
}

.im-icon-Shutter:before {
  content: "\EC64";
}

.im-icon-Sidebar-Window:before {
  content: "\EC65";
}

.im-icon-Signal:before {
  content: "\EC66";
}

.im-icon-Singapore:before {
  content: "\EC67";
}

.im-icon-Skate-Shoes:before {
  content: "\EC68";
}

.im-icon-Skateboard-2:before {
  content: "\EC69";
}

.im-icon-Skateboard:before {
  content: "\EC6A";
}

.im-icon-Skeleton:before {
  content: "\EC6B";
}

.im-icon-Ski:before {
  content: "\EC6C";
}

.im-icon-Skirt:before {
  content: "\EC6D";
}

.im-icon-Skrill:before {
  content: "\EC6E";
}

.im-icon-Skull:before {
  content: "\EC6F";
}

.im-icon-Skydiving:before {
  content: "\EC70";
}

.im-icon-Skype:before {
  content: "\EC71";
}

.im-icon-Sled-withGifts:before {
  content: "\EC72";
}

.im-icon-Sled:before {
  content: "\EC73";
}

.im-icon-Sleeping:before {
  content: "\EC74";
}

.im-icon-Sleet:before {
  content: "\EC75";
}

.im-icon-Slippers:before {
  content: "\EC76";
}

.im-icon-Smart:before {
  content: "\EC77";
}

.im-icon-Smartphone-2:before {
  content: "\EC78";
}

.im-icon-Smartphone-3:before {
  content: "\EC79";
}

.im-icon-Smartphone-4:before {
  content: "\EC7A";
}

.im-icon-Smartphone-Secure:before {
  content: "\EC7B";
}

.im-icon-Smartphone:before {
  content: "\EC7C";
}

.im-icon-Smile:before {
  content: "\EC7D";
}

.im-icon-Smoking-Area:before {
  content: "\EC7E";
}

.im-icon-Smoking-Pipe:before {
  content: "\EC7F";
}

.im-icon-Snake:before {
  content: "\EC80";
}

.im-icon-Snorkel:before {
  content: "\EC81";
}

.im-icon-Snow-2:before {
  content: "\EC82";
}

.im-icon-Snow-Dome:before {
  content: "\EC83";
}

.im-icon-Snow-Storm:before {
  content: "\EC84";
}

.im-icon-Snow:before {
  content: "\EC85";
}

.im-icon-Snowflake-2:before {
  content: "\EC86";
}

.im-icon-Snowflake-3:before {
  content: "\EC87";
}

.im-icon-Snowflake-4:before {
  content: "\EC88";
}

.im-icon-Snowflake:before {
  content: "\EC89";
}

.im-icon-Snowman:before {
  content: "\EC8A";
}

.im-icon-Soccer-Ball:before {
  content: "\EC8B";
}

.im-icon-Soccer-Shoes:before {
  content: "\EC8C";
}

.im-icon-Socks:before {
  content: "\EC8D";
}

.im-icon-Solar:before {
  content: "\EC8E";
}

.im-icon-Sound-Wave:before {
  content: "\EC8F";
}

.im-icon-Sound:before {
  content: "\EC90";
}

.im-icon-Soundcloud:before {
  content: "\EC91";
}

.im-icon-Soup:before {
  content: "\EC92";
}

.im-icon-South-Africa:before {
  content: "\EC93";
}

.im-icon-Space-Needle:before {
  content: "\EC94";
}

.im-icon-Spain:before {
  content: "\EC95";
}

.im-icon-Spam-Mail:before {
  content: "\EC96";
}

.im-icon-Speach-Bubble:before {
  content: "\EC97";
}

.im-icon-Speach-Bubble2:before {
  content: "\EC98";
}

.im-icon-Speach-Bubble3:before {
  content: "\EC99";
}

.im-icon-Speach-Bubble4:before {
  content: "\EC9A";
}

.im-icon-Speach-Bubble5:before {
  content: "\EC9B";
}

.im-icon-Speach-Bubble6:before {
  content: "\EC9C";
}

.im-icon-Speach-Bubble7:before {
  content: "\EC9D";
}

.im-icon-Speach-Bubble8:before {
  content: "\EC9E";
}

.im-icon-Speach-Bubble9:before {
  content: "\EC9F";
}

.im-icon-Speach-Bubble10:before {
  content: "\ECA0";
}

.im-icon-Speach-Bubble11:before {
  content: "\ECA1";
}

.im-icon-Speach-Bubble12:before {
  content: "\ECA2";
}

.im-icon-Speach-Bubble13:before {
  content: "\ECA3";
}

.im-icon-Speach-BubbleAsking:before {
  content: "\ECA4";
}

.im-icon-Speach-BubbleComic:before {
  content: "\ECA5";
}

.im-icon-Speach-BubbleComic2:before {
  content: "\ECA6";
}

.im-icon-Speach-BubbleComic3:before {
  content: "\ECA7";
}

.im-icon-Speach-BubbleComic4:before {
  content: "\ECA8";
}

.im-icon-Speach-BubbleDialog:before {
  content: "\ECA9";
}

.im-icon-Speach-Bubbles:before {
  content: "\ECAA";
}

.im-icon-Speak-2:before {
  content: "\ECAB";
}

.im-icon-Speak:before {
  content: "\ECAC";
}

.im-icon-Speaker-2:before {
  content: "\ECAD";
}

.im-icon-Speaker:before {
  content: "\ECAE";
}

.im-icon-Spell-Check:before {
  content: "\ECAF";
}

.im-icon-Spell-CheckABC:before {
  content: "\ECB0";
}

.im-icon-Spermium:before {
  content: "\ECB1";
}

.im-icon-Spider:before {
  content: "\ECB2";
}

.im-icon-Spiderweb:before {
  content: "\ECB3";
}

.im-icon-Split-FourSquareWindow:before {
  content: "\ECB4";
}

.im-icon-Split-Horizontal:before {
  content: "\ECB5";
}

.im-icon-Split-Horizontal2Window:before {
  content: "\ECB6";
}

.im-icon-Split-Vertical:before {
  content: "\ECB7";
}

.im-icon-Split-Vertical2:before {
  content: "\ECB8";
}

.im-icon-Split-Window:before {
  content: "\ECB9";
}

.im-icon-Spoder:before {
  content: "\ECBA";
}

.im-icon-Spoon:before {
  content: "\ECBB";
}

.im-icon-Sport-Mode:before {
  content: "\ECBC";
}

.im-icon-Sports-Clothings1:before {
  content: "\ECBD";
}

.im-icon-Sports-Clothings2:before {
  content: "\ECBE";
}

.im-icon-Sports-Shirt:before {
  content: "\ECBF";
}

.im-icon-Spot:before {
  content: "\ECC0";
}

.im-icon-Spray:before {
  content: "\ECC1";
}

.im-icon-Spread:before {
  content: "\ECC2";
}

.im-icon-Spring:before {
  content: "\ECC3";
}

.im-icon-Spurl:before {
  content: "\ECC4";
}

.im-icon-Spy:before {
  content: "\ECC5";
}

.im-icon-Squirrel:before {
  content: "\ECC6";
}

.im-icon-SSL:before {
  content: "\ECC7";
}

.im-icon-St-BasilsCathedral:before {
  content: "\ECC8";
}

.im-icon-St-PaulsCathedral:before {
  content: "\ECC9";
}

.im-icon-Stamp-2:before {
  content: "\ECCA";
}

.im-icon-Stamp:before {
  content: "\ECCB";
}

.im-icon-Stapler:before {
  content: "\ECCC";
}

.im-icon-Star-Track:before {
  content: "\ECCD";
}

.im-icon-Star:before {
  content: "\ECCE";
}

.im-icon-Starfish:before {
  content: "\ECCF";
}

.im-icon-Start2:before {
  content: "\ECD0";
}

.im-icon-Start-3:before {
  content: "\ECD1";
}

.im-icon-Start-ways:before {
  content: "\ECD2";
}

.im-icon-Start:before {
  content: "\ECD3";
}

.im-icon-Statistic:before {
  content: "\ECD4";
}

.im-icon-Stethoscope:before {
  content: "\ECD5";
}

.im-icon-stop--2:before {
  content: "\ECD6";
}

.im-icon-Stop-Music:before {
  content: "\ECD7";
}

.im-icon-Stop:before {
  content: "\ECD8";
}

.im-icon-Stopwatch-2:before {
  content: "\ECD9";
}

.im-icon-Stopwatch:before {
  content: "\ECDA";
}

.im-icon-Storm:before {
  content: "\ECDB";
}

.im-icon-Street-View:before {
  content: "\ECDC";
}

.im-icon-Street-View2:before {
  content: "\ECDD";
}

.im-icon-Strikethrough-Text:before {
  content: "\ECDE";
}

.im-icon-Stroller:before {
  content: "\ECDF";
}

.im-icon-Structure:before {
  content: "\ECE0";
}

.im-icon-Student-Female:before {
  content: "\ECE1";
}

.im-icon-Student-Hat:before {
  content: "\ECE2";
}

.im-icon-Student-Hat2:before {
  content: "\ECE3";
}

.im-icon-Student-Male:before {
  content: "\ECE4";
}

.im-icon-Student-MaleFemale:before {
  content: "\ECE5";
}

.im-icon-Students:before {
  content: "\ECE6";
}

.im-icon-Studio-Flash:before {
  content: "\ECE7";
}

.im-icon-Studio-Lightbox:before {
  content: "\ECE8";
}

.im-icon-Stumbleupon:before {
  content: "\ECE9";
}

.im-icon-Suit:before {
  content: "\ECEA";
}

.im-icon-Suitcase:before {
  content: "\ECEB";
}

.im-icon-Sum-2:before {
  content: "\ECEC";
}

.im-icon-Sum:before {
  content: "\ECED";
}

.im-icon-Summer:before {
  content: "\ECEE";
}

.im-icon-Sun-CloudyRain:before {
  content: "\ECEF";
}

.im-icon-Sun:before {
  content: "\ECF0";
}

.im-icon-Sunglasses-2:before {
  content: "\ECF1";
}

.im-icon-Sunglasses-3:before {
  content: "\ECF2";
}

.im-icon-Sunglasses-Smiley:before {
  content: "\ECF3";
}

.im-icon-Sunglasses-Smiley2:before {
  content: "\ECF4";
}

.im-icon-Sunglasses-W:before {
  content: "\ECF5";
}

.im-icon-Sunglasses-W2:before {
  content: "\ECF6";
}

.im-icon-Sunglasses-W3:before {
  content: "\ECF7";
}

.im-icon-Sunglasses:before {
  content: "\ECF8";
}

.im-icon-Sunrise:before {
  content: "\ECF9";
}

.im-icon-Sunset:before {
  content: "\ECFA";
}

.im-icon-Superman:before {
  content: "\ECFB";
}

.im-icon-Support:before {
  content: "\ECFC";
}

.im-icon-Surprise:before {
  content: "\ECFD";
}

.im-icon-Sushi:before {
  content: "\ECFE";
}

.im-icon-Sweden:before {
  content: "\ECFF";
}

.im-icon-Swimming-Short:before {
  content: "\ED00";
}

.im-icon-Swimming:before {
  content: "\ED01";
}

.im-icon-Swimmwear:before {
  content: "\ED02";
}

.im-icon-Switch:before {
  content: "\ED03";
}

.im-icon-Switzerland:before {
  content: "\ED04";
}

.im-icon-Sync-Cloud:before {
  content: "\ED05";
}

.im-icon-Sync:before {
  content: "\ED06";
}

.im-icon-Synchronize-2:before {
  content: "\ED07";
}

.im-icon-Synchronize:before {
  content: "\ED08";
}

.im-icon-T-Shirt:before {
  content: "\ED09";
}

.im-icon-Tablet-2:before {
  content: "\ED0A";
}

.im-icon-Tablet-3:before {
  content: "\ED0B";
}

.im-icon-Tablet-Orientation:before {
  content: "\ED0C";
}

.im-icon-Tablet-Phone:before {
  content: "\ED0D";
}

.im-icon-Tablet-Secure:before {
  content: "\ED0E";
}

.im-icon-Tablet-Vertical:before {
  content: "\ED0F";
}

.im-icon-Tablet:before {
  content: "\ED10";
}

.im-icon-Tactic:before {
  content: "\ED11";
}

.im-icon-Tag-2:before {
  content: "\ED12";
}

.im-icon-Tag-3:before {
  content: "\ED13";
}

.im-icon-Tag-4:before {
  content: "\ED14";
}

.im-icon-Tag-5:before {
  content: "\ED15";
}

.im-icon-Tag:before {
  content: "\ED16";
}

.im-icon-Taj-Mahal:before {
  content: "\ED17";
}

.im-icon-Talk-Man:before {
  content: "\ED18";
}

.im-icon-Tap:before {
  content: "\ED19";
}

.im-icon-Target-Market:before {
  content: "\ED1A";
}

.im-icon-Target:before {
  content: "\ED1B";
}

.im-icon-Taurus-2:before {
  content: "\ED1C";
}

.im-icon-Taurus:before {
  content: "\ED1D";
}

.im-icon-Taxi-2:before {
  content: "\ED1E";
}

.im-icon-Taxi-Sign:before {
  content: "\ED1F";
}

.im-icon-Taxi:before {
  content: "\ED20";
}

.im-icon-Teacher:before {
  content: "\ED21";
}

.im-icon-Teapot:before {
  content: "\ED22";
}

.im-icon-Technorati:before {
  content: "\ED23";
}

.im-icon-Teddy-Bear:before {
  content: "\ED24";
}

.im-icon-Tee-Mug:before {
  content: "\ED25";
}

.im-icon-Telephone-2:before {
  content: "\ED26";
}

.im-icon-Telephone:before {
  content: "\ED27";
}

.im-icon-Telescope:before {
  content: "\ED28";
}

.im-icon-Temperature-2:before {
  content: "\ED29";
}

.im-icon-Temperature-3:before {
  content: "\ED2A";
}

.im-icon-Temperature:before {
  content: "\ED2B";
}

.im-icon-Temple:before {
  content: "\ED2C";
}

.im-icon-Tennis-Ball:before {
  content: "\ED2D";
}

.im-icon-Tennis:before {
  content: "\ED2E";
}

.im-icon-Tent:before {
  content: "\ED2F";
}

.im-icon-Test-Tube:before {
  content: "\ED30";
}

.im-icon-Test-Tube2:before {
  content: "\ED31";
}

.im-icon-Testimonal:before {
  content: "\ED32";
}

.im-icon-Text-Box:before {
  content: "\ED33";
}

.im-icon-Text-Effect:before {
  content: "\ED34";
}

.im-icon-Text-HighlightColor:before {
  content: "\ED35";
}

.im-icon-Text-Paragraph:before {
  content: "\ED36";
}

.im-icon-Thailand:before {
  content: "\ED37";
}

.im-icon-The-WhiteHouse:before {
  content: "\ED38";
}

.im-icon-This-SideUp:before {
  content: "\ED39";
}

.im-icon-Thread:before {
  content: "\ED3A";
}

.im-icon-Three-ArrowFork:before {
  content: "\ED3B";
}

.im-icon-Three-Fingers:before {
  content: "\ED3C";
}

.im-icon-Three-FingersDrag:before {
  content: "\ED3D";
}

.im-icon-Three-FingersDrag2:before {
  content: "\ED3E";
}

.im-icon-Three-FingersTouch:before {
  content: "\ED3F";
}

.im-icon-Thumb:before {
  content: "\ED40";
}

.im-icon-Thumbs-DownSmiley:before {
  content: "\ED41";
}

.im-icon-Thumbs-UpSmiley:before {
  content: "\ED42";
}

.im-icon-Thunder:before {
  content: "\ED43";
}

.im-icon-Thunderstorm:before {
  content: "\ED44";
}

.im-icon-Ticket:before {
  content: "\ED45";
}

.im-icon-Tie-2:before {
  content: "\ED46";
}

.im-icon-Tie-3:before {
  content: "\ED47";
}

.im-icon-Tie-4:before {
  content: "\ED48";
}

.im-icon-Tie:before {
  content: "\ED49";
}

.im-icon-Tiger:before {
  content: "\ED4A";
}

.im-icon-Time-Backup:before {
  content: "\ED4B";
}

.im-icon-Time-Bomb:before {
  content: "\ED4C";
}

.im-icon-Time-Clock:before {
  content: "\ED4D";
}

.im-icon-Time-Fire:before {
  content: "\ED4E";
}

.im-icon-Time-Machine:before {
  content: "\ED4F";
}

.im-icon-Time-Window:before {
  content: "\ED50";
}

.im-icon-Timer-2:before {
  content: "\ED51";
}

.im-icon-Timer:before {
  content: "\ED52";
}

.im-icon-To-Bottom:before {
  content: "\ED53";
}

.im-icon-To-Bottom2:before {
  content: "\ED54";
}

.im-icon-To-Left:before {
  content: "\ED55";
}

.im-icon-To-Right:before {
  content: "\ED56";
}

.im-icon-To-Top:before {
  content: "\ED57";
}

.im-icon-To-Top2:before {
  content: "\ED58";
}

.im-icon-Token-:before {
  content: "\ED59";
}

.im-icon-Tomato:before {
  content: "\ED5A";
}

.im-icon-Tongue:before {
  content: "\ED5B";
}

.im-icon-Tooth-2:before {
  content: "\ED5C";
}

.im-icon-Tooth:before {
  content: "\ED5D";
}

.im-icon-Top-ToBottom:before {
  content: "\ED5E";
}

.im-icon-Touch-Window:before {
  content: "\ED5F";
}

.im-icon-Tourch:before {
  content: "\ED60";
}

.im-icon-Tower-2:before {
  content: "\ED61";
}

.im-icon-Tower-Bridge:before {
  content: "\ED62";
}

.im-icon-Tower:before {
  content: "\ED63";
}

.im-icon-Trace:before {
  content: "\ED64";
}

.im-icon-Tractor:before {
  content: "\ED65";
}

.im-icon-traffic-Light:before {
  content: "\ED66";
}

.im-icon-Traffic-Light2:before {
  content: "\ED67";
}

.im-icon-Train-2:before {
  content: "\ED68";
}

.im-icon-Train:before {
  content: "\ED69";
}

.im-icon-Tram:before {
  content: "\ED6A";
}

.im-icon-Transform-2:before {
  content: "\ED6B";
}

.im-icon-Transform-3:before {
  content: "\ED6C";
}

.im-icon-Transform-4:before {
  content: "\ED6D";
}

.im-icon-Transform:before {
  content: "\ED6E";
}

.im-icon-Trash-withMen:before {
  content: "\ED6F";
}

.im-icon-Tree-2:before {
  content: "\ED70";
}

.im-icon-Tree-3:before {
  content: "\ED71";
}

.im-icon-Tree-4:before {
  content: "\ED72";
}

.im-icon-Tree-5:before {
  content: "\ED73";
}

.im-icon-Tree:before {
  content: "\ED74";
}

.im-icon-Trekking:before {
  content: "\ED75";
}

.im-icon-Triangle-ArrowDown:before {
  content: "\ED76";
}

.im-icon-Triangle-ArrowLeft:before {
  content: "\ED77";
}

.im-icon-Triangle-ArrowRight:before {
  content: "\ED78";
}

.im-icon-Triangle-ArrowUp:before {
  content: "\ED79";
}

.im-icon-Tripod-2:before {
  content: "\ED7A";
}

.im-icon-Tripod-andVideo:before {
  content: "\ED7B";
}

.im-icon-Tripod-withCamera:before {
  content: "\ED7C";
}

.im-icon-Tripod-withGopro:before {
  content: "\ED7D";
}

.im-icon-Trophy-2:before {
  content: "\ED7E";
}

.im-icon-Trophy:before {
  content: "\ED7F";
}

.im-icon-Truck:before {
  content: "\ED80";
}

.im-icon-Trumpet:before {
  content: "\ED81";
}

.im-icon-Tumblr:before {
  content: "\ED82";
}

.im-icon-Turkey:before {
  content: "\ED83";
}

.im-icon-Turn-Down:before {
  content: "\ED84";
}

.im-icon-Turn-Down2:before {
  content: "\ED85";
}

.im-icon-Turn-DownFromLeft:before {
  content: "\ED86";
}

.im-icon-Turn-DownFromRight:before {
  content: "\ED87";
}

.im-icon-Turn-Left:before {
  content: "\ED88";
}

.im-icon-Turn-Left3:before {
  content: "\ED89";
}

.im-icon-Turn-Right:before {
  content: "\ED8A";
}

.im-icon-Turn-Right3:before {
  content: "\ED8B";
}

.im-icon-Turn-Up:before {
  content: "\ED8C";
}

.im-icon-Turn-Up2:before {
  content: "\ED8D";
}

.im-icon-Turtle:before {
  content: "\ED8E";
}

.im-icon-Tuxedo:before {
  content: "\ED8F";
}

.im-icon-TV:before {
  content: "\ED90";
}

.im-icon-Twister:before {
  content: "\ED91";
}

.im-icon-Twitter-2:before {
  content: "\ED92";
}

.im-icon-Twitter:before {
  content: "\ED93";
}

.im-icon-Two-Fingers:before {
  content: "\ED94";
}

.im-icon-Two-FingersDrag:before {
  content: "\ED95";
}

.im-icon-Two-FingersDrag2:before {
  content: "\ED96";
}

.im-icon-Two-FingersScroll:before {
  content: "\ED97";
}

.im-icon-Two-FingersTouch:before {
  content: "\ED98";
}

.im-icon-Two-Windows:before {
  content: "\ED99";
}

.im-icon-Type-Pass:before {
  content: "\ED9A";
}

.im-icon-Ukraine:before {
  content: "\ED9B";
}

.im-icon-Umbrela:before {
  content: "\ED9C";
}

.im-icon-Umbrella-2:before {
  content: "\ED9D";
}

.im-icon-Umbrella-3:before {
  content: "\ED9E";
}

.im-icon-Under-LineText:before {
  content: "\ED9F";
}

.im-icon-Undo:before {
  content: "\EDA0";
}

.im-icon-United-Kingdom:before {
  content: "\EDA1";
}

.im-icon-United-States:before {
  content: "\EDA2";
}

.im-icon-University-2:before {
  content: "\EDA3";
}

.im-icon-University:before {
  content: "\EDA4";
}

.im-icon-Unlike-2:before {
  content: "\EDA5";
}

.im-icon-Unlike:before {
  content: "\EDA6";
}

.im-icon-Unlock-2:before {
  content: "\EDA7";
}

.im-icon-Unlock-3:before {
  content: "\EDA8";
}

.im-icon-Unlock:before {
  content: "\EDA9";
}

.im-icon-Up--Down:before {
  content: "\EDAA";
}

.im-icon-Up--Down3:before {
  content: "\EDAB";
}

.im-icon-Up-2:before {
  content: "\EDAC";
}

.im-icon-Up-3:before {
  content: "\EDAD";
}

.im-icon-Up-4:before {
  content: "\EDAE";
}

.im-icon-Up:before {
  content: "\EDAF";
}

.im-icon-Upgrade:before {
  content: "\EDB0";
}

.im-icon-Upload-2:before {
  content: "\EDB1";
}

.im-icon-Upload-toCloud:before {
  content: "\EDB2";
}

.im-icon-Upload-Window:before {
  content: "\EDB3";
}

.im-icon-Upload:before {
  content: "\EDB4";
}

.im-icon-Uppercase-Text:before {
  content: "\EDB5";
}

.im-icon-Upward:before {
  content: "\EDB6";
}

.im-icon-URL-Window:before {
  content: "\EDB7";
}

.im-icon-Usb-2:before {
  content: "\EDB8";
}

.im-icon-Usb-Cable:before {
  content: "\EDB9";
}

.im-icon-Usb:before {
  content: "\EDBA";
}

.im-icon-User:before {
  content: "\EDBB";
}

.im-icon-Ustream:before {
  content: "\EDBC";
}

.im-icon-Vase:before {
  content: "\EDBD";
}

.im-icon-Vector-2:before {
  content: "\EDBE";
}

.im-icon-Vector-3:before {
  content: "\EDBF";
}

.im-icon-Vector-4:before {
  content: "\EDC0";
}

.im-icon-Vector-5:before {
  content: "\EDC1";
}

.im-icon-Vector:before {
  content: "\EDC2";
}

.im-icon-Venn-Diagram:before {
  content: "\EDC3";
}

.im-icon-Vest-2:before {
  content: "\EDC4";
}

.im-icon-Vest:before {
  content: "\EDC5";
}

.im-icon-Viddler:before {
  content: "\EDC6";
}

.im-icon-Video-2:before {
  content: "\EDC7";
}

.im-icon-Video-3:before {
  content: "\EDC8";
}

.im-icon-Video-4:before {
  content: "\EDC9";
}

.im-icon-Video-5:before {
  content: "\EDCA";
}

.im-icon-Video-6:before {
  content: "\EDCB";
}

.im-icon-Video-GameController:before {
  content: "\EDCC";
}

.im-icon-Video-Len:before {
  content: "\EDCD";
}

.im-icon-Video-Len2:before {
  content: "\EDCE";
}

.im-icon-Video-Photographer:before {
  content: "\EDCF";
}

.im-icon-Video-Tripod:before {
  content: "\EDD0";
}

.im-icon-Video:before {
  content: "\EDD1";
}

.im-icon-Vietnam:before {
  content: "\EDD2";
}

.im-icon-View-Height:before {
  content: "\EDD3";
}

.im-icon-View-Width:before {
  content: "\EDD4";
}

.im-icon-Vimeo:before {
  content: "\EDD5";
}

.im-icon-Virgo-2:before {
  content: "\EDD6";
}

.im-icon-Virgo:before {
  content: "\EDD7";
}

.im-icon-Virus-2:before {
  content: "\EDD8";
}

.im-icon-Virus-3:before {
  content: "\EDD9";
}

.im-icon-Virus:before {
  content: "\EDDA";
}

.im-icon-Visa:before {
  content: "\EDDB";
}

.im-icon-Voice:before {
  content: "\EDDC";
}

.im-icon-Voicemail:before {
  content: "\EDDD";
}

.im-icon-Volleyball:before {
  content: "\EDDE";
}

.im-icon-Volume-Down:before {
  content: "\EDDF";
}

.im-icon-Volume-Up:before {
  content: "\EDE0";
}

.im-icon-VPN:before {
  content: "\EDE1";
}

.im-icon-Wacom-Tablet:before {
  content: "\EDE2";
}

.im-icon-Waiter:before {
  content: "\EDE3";
}

.im-icon-Walkie-Talkie:before {
  content: "\EDE4";
}

.im-icon-Wallet-2:before {
  content: "\EDE5";
}

.im-icon-Wallet-3:before {
  content: "\EDE6";
}

.im-icon-Wallet:before {
  content: "\EDE7";
}

.im-icon-Warehouse:before {
  content: "\EDE8";
}

.im-icon-Warning-Window:before {
  content: "\EDE9";
}

.im-icon-Watch-2:before {
  content: "\EDEA";
}

.im-icon-Watch-3:before {
  content: "\EDEB";
}

.im-icon-Watch:before {
  content: "\EDEC";
}

.im-icon-Wave-2:before {
  content: "\EDED";
}

.im-icon-Wave:before {
  content: "\EDEE";
}

.im-icon-Webcam:before {
  content: "\EDEF";
}

.im-icon-weight-Lift:before {
  content: "\EDF0";
}

.im-icon-Wheelbarrow:before {
  content: "\EDF1";
}

.im-icon-Wheelchair:before {
  content: "\EDF2";
}

.im-icon-Width-Window:before {
  content: "\EDF3";
}

.im-icon-Wifi-2:before {
  content: "\EDF4";
}

.im-icon-Wifi-Keyboard:before {
  content: "\EDF5";
}

.im-icon-Wifi:before {
  content: "\EDF6";
}

.im-icon-Wind-Turbine:before {
  content: "\EDF7";
}

.im-icon-Windmill:before {
  content: "\EDF8";
}

.im-icon-Window-2:before {
  content: "\EDF9";
}

.im-icon-Window:before {
  content: "\EDFA";
}

.im-icon-Windows-2:before {
  content: "\EDFB";
}

.im-icon-Windows-Microsoft:before {
  content: "\EDFC";
}

.im-icon-Windows:before {
  content: "\EDFD";
}

.im-icon-Windsock:before {
  content: "\EDFE";
}

.im-icon-Windy:before {
  content: "\EDFF";
}

.im-icon-Wine-Bottle:before {
  content: "\EE00";
}

.im-icon-Wine-Glass:before {
  content: "\EE01";
}

.im-icon-Wink:before {
  content: "\EE02";
}

.im-icon-Winter-2:before {
  content: "\EE03";
}

.im-icon-Winter:before {
  content: "\EE04";
}

.im-icon-Wireless:before {
  content: "\EE05";
}

.im-icon-Witch-Hat:before {
  content: "\EE06";
}

.im-icon-Witch:before {
  content: "\EE07";
}

.im-icon-Wizard:before {
  content: "\EE08";
}

.im-icon-Wolf:before {
  content: "\EE09";
}

.im-icon-Woman-Sign:before {
  content: "\EE0A";
}

.im-icon-WomanMan:before {
  content: "\EE0B";
}

.im-icon-Womans-Underwear:before {
  content: "\EE0C";
}

.im-icon-Womans-Underwear2:before {
  content: "\EE0D";
}

.im-icon-Women:before {
  content: "\EE0E";
}

.im-icon-Wonder-Woman:before {
  content: "\EE0F";
}

.im-icon-Wordpress:before {
  content: "\EE10";
}

.im-icon-Worker-Clothes:before {
  content: "\EE11";
}

.im-icon-Worker:before {
  content: "\EE12";
}

.im-icon-Wrap-Text:before {
  content: "\EE13";
}

.im-icon-Wreath:before {
  content: "\EE14";
}

.im-icon-Wrench:before {
  content: "\EE15";
}

.im-icon-X-Box:before {
  content: "\EE16";
}

.im-icon-X-ray:before {
  content: "\EE17";
}

.im-icon-Xanga:before {
  content: "\EE18";
}

.im-icon-Xing:before {
  content: "\EE19";
}

.im-icon-Yacht:before {
  content: "\EE1A";
}

.im-icon-Yahoo-Buzz:before {
  content: "\EE1B";
}

.im-icon-Yahoo:before {
  content: "\EE1C";
}

.im-icon-Yelp:before {
  content: "\EE1D";
}

.im-icon-Yes:before {
  content: "\EE1E";
}

.im-icon-Ying-Yang:before {
  content: "\EE1F";
}

.im-icon-Youtube:before {
  content: "\EE20";
}

.im-icon-Z-A:before {
  content: "\EE21";
}

.im-icon-Zebra:before {
  content: "\EE22";
}

.im-icon-Zombie:before {
  content: "\EE23";
}

.im-icon-Zoom-Gesture:before {
  content: "\EE24";
}

.im-icon-Zootool:before {
  content: "\EE25";
}

/*
* Author: Vasterad
* URL: http://purethemes.net
*/

/* ------------------------------------------------------------------- */

/* Table of Contents
----------------------------------------------------------------------

	01. Import Section ...................... Imported variables.

	02. Layout Components ................... Generic layout elements.
		# Topbar
		# Header
		# Sticky Header
		# Back to top
		# Navigation
		# mmenu.js - Mobile Menu
		# Search Forms Styling
		# Full Width Search Form
		# Parallax Background
		# Titlebar
		# Agents List
		# Listings Styles
		# Fullwidth Sections
		# Pagination
		# Property Page
		# Submit page
		# Compare Properties
		# My Account Page
		# Image Hovers
		# Contact Form
		# Blog Styles

	03. Script Styles ....................... jQuery add-ons CSS.
		# Google Maps
		# Owl Carousel
		# Slick Carousel
		# Magnific Popup
		# Dropzone
		# Chosen Plugin
		# Input with dropdown

	04. Shortcodes .......................... Template elements.
		# Buttons
		# Pricing Tables
		# Accordion / Toggles
		# Tabs
		# Tables
		# Notification Boxes
		# Social Icons
		# Info Box
		# Testimonials
		# Icon Boxes
		# Info Banner
		# Counters

	05. Others .............................. CSS helper classes etc.
		# Common Styles
		# Login Register
		# Offsets

	06. Media Queries ....................... Mobile style sheets.

*/

/* ------------------------------------------------------------------- */

/*  02. Layout Components
---------------------------------------------------------------------- */

/* ---------------------------------- */

/* Topbar
------------------------------------- */

[v-cloak] {
  display: none;
}

/* Common Styles */

#top-bar {
  background-color: #66676b;
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 1001;
}

ul.top-bar-menu {
  margin: 0;
  padding: 8px 0;
  -webkit-transform: translate3d(0, 1px, 0);
  -moz-transform: translate3d(0, 0, 0);
}

ul.top-bar-menu li {
  font-size: 13px;
  display: inline-block;
  margin: 0 20px 0 0;
}

ul.top-bar-menu li a {
  color: #fff;
}

ul.top-bar-menu li i {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 15px;
  position: relative;
  top: 1px;
}

#top-bar ul.social-icons {
  position: relative;
  z-index: 990;
}

/* Light Version */

#top-bar.light {
  background-color: #f5f5f5;
  color: #888;
}

#top-bar.light a {
  color: #888;
}

#top-bar.light ul.top-bar-menu li i,
#top-bar.light .top-bar-dropdown span:after {
  color: #a0a0a0;
}

/* Topbar Dropdown
------------------------------------- */

.top-bar-dropdown {
  cursor: pointer;
  display: inline-block;
}

.top-bar-dropdown .options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: 20px 0 0 0;
  z-index: 1101;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
  border-radius: 3px;
}

.top-bar-dropdown.active .options {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.top-bar-dropdown .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #262626;
  position: absolute;
  top: -5px;
  left: 10px;
}

.top-bar-dropdown span:after {
  content: "\F0D7";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fff;
  top: 1px;
  margin-left: 6px;
  position: relative;
}

.top-bar-dropdown ul {
  background: #262626;
  max-width: 180px;
  padding: 14px 0;
}

.top-bar-dropdown ul li {
  width: 100%;
  display: block;
  padding: 0;
  line-height: 21px;
}

.top-bar-dropdown ul li a {
  padding: 5px 22px;
  display: block;
  color: #ccc;
  z-index: 10;
  position: relative;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  line-height: 21px;
}

.top-bar-dropdown ul li a:hover {
  color: #fff;
  z-index: 1;
  position: relative;
}

/* ---------------------------------- */

/* Header
------------------------------------- */

#logo {
  display: inline-block;
  margin-top: 1px;
}

#logo img {
  max-height: 43px;
  width: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

img.footer-logo {
  max-height: 43px;
  width: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#header {
  position: relative;
  z-index: 999;
  padding: 25px 0 14px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

/* Header Widget */

.header-widget {
  position: relative;
  top: -1px;
  height: 54px;
}

.header-widget .button,
.header-widget .button.border {
  margin-right: 0;
}

.header-widget .sign-in {
  position: relative;
  top: 10px;
  color: #333;
  margin-right: 25px;
  vertical-align: top;
}

.header-widget .sign-in i {
  padding-right: 4px;
  vertical-align: top;
  padding-top: 5px;
}

.sign-in i.fa.fa-user:before {
  font-family: "simple-line-icons";
  content: "\E066";
  font-size: 17px;
  position: relative;
  top: -1px;
}

.header-widget .sign-in:hover {
  color: #66676b;
}

/* Full Width Header */

header.fullwidth .container {
  width: 100%;
  margin: 0;
  padding: 0 40px;
}

.left-side {
  float: left;
  width: 65%;
  display: inline-block;
}

.right-side {
  float: right;
  width: 35%;
  display: inline-block;
}

#logo,
#navigation {
  float: left;
}

#logo {
  margin-right: 40px;
}

.header-widget {
  text-align: right;
}

/* Header Style 2
------------------------------------- */

#header-container.top-border {
  border-top: 4px solid #66676b;
}

#header-container.header-style-2 .right-side {
  width: 70%;
}

#header-container.header-style-2 .left-side {
  width: 30%;
}

#header-container.header-style-2 #header {
  padding-top: 20px;
}

#header-container.header-style-2 #header {
  padding-bottom: 0;
}

/* Header Widget */

.header-style-2 .header-widget {
  margin-top: 8px;
  margin-bottom: 8px;
  float: right;
  padding-left: 0;
  text-align: left;
}

.header-style-2 .header-widget li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding-right: 35px;
  line-height: 24px;
  position: relative;
}

.header-style-2 .header-widget li:after {
  position: absolute;
  height: 48px;
  content: "";
  display: inline-block;
  width: 1px;
  background-color: #e0e0e0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.header-style-2 .header-widget li i {
  float: left;
  display: inline-block;
  color: #66676b;
  font-size: 34px;
  width: 35px;
  position: relative;
  margin-top: 8px;
  margin-right: 18px;
  text-align: center;
  -webkit-text-stroke: 0.5px #fff;
}

.header-style-2 .header-widget li .widget-content {
  float: left;
  max-width: 150px;
}

.header-style-2 .header-widget .sl-icon-location {
  font-size: 36px;
  margin: 5px 10px 0 8px;
}

.header-style-2 .header-widget li span.title {
  display: block;
  color: #333;
}

.header-style-2 .header-widget li span.data {
  color: #808080;
}

.header-style-2 .header-widget li.with-btn:after {
  display: none;
}

.header-style-2 .header-widget a.button {
  margin-left: 13px;
  line-height: 25px;
  position: relative;
  top: 3px;
}

.header-style-2 .header-widget li:last-child {
  margin-right: 0;
  padding-right: 0;
}

/* Header Style 2 - Right Side Menu Items */

@media (min-width: 992px) {
  .header-style-2 .right-side-menu-item {
    float: right !important;
  }

  .header-style-2 #navigation ul#responsive {
    width: 100%;
  }

  .header-style-2 .sign-in i {
    top: 3px;
    position: relative;
    padding-right: 5px;
  }

  .header-style-2 .user-menu {
    float: right;
    margin-top: -52px;
    margin-right: 10px;
  }

  .header-style-2 .user-menu.active .user-name,
  .header-style-2 .user-menu .user-name,
  .header-style-2 .user-menu.active .user-name:hover,
  .header-style-2 .user-menu .user-name:hover {
    color: #fff !important;
  }

  .header-style-2 .user-menu.active .user-name:hover:after,
  .header-style-2 .user-menu .user-name:hover:after,
  .header-style-2 .user-menu.active .user-name:after,
  .header-style-2 .user-menu .user-name:after {
    color: rgba(255, 255, 255, 0.5) !important;
  }

  .header-style-2 .user-menu ul {
    top: 50px;
  }
}

@media (max-width: 992px) {
  .header-style-2 .user-menu-container {
    height: 60px;
    display: block;
    border-top: 1px solid #e0e0e0;
    margin: 15px;
    padding-top: 15px;
  }

  .mm-menu .sign-in i.fa.fa-user:before {
    font-size: 15px;
    position: relative;
    top: 1px;
    padding-right: 6px;
  }
}

@media (max-width: 768px) {
  .header-style-2 .right-side {
    margin-top: 5px;
  }

  .header-style-2 .header-widget a.button.border {
    margin-bottom: 0px;
  }

  #header-container.header-style-2 .header-widget {
    zoom: 0.7;
  }
}

/* ---------------------------------- */

/* Sticky Header
------------------------------------- */

#navigation.style-2.cloned,
#header.cloned {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}

#header.cloned {
  background-color: #fff;
}

#navigation.style-2.cloned {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

/* Sticky header styles */

#header.cloned #logo img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  max-width: 120px;
  margin-top: 1px;
}

#header.cloned {
  padding: 18px 0 7px 0;
}

.sticky-logo {
  display: none;
}

#navigation.style-2.cloned .sticky-logo {
  display: inline-block;
  float: left;
  padding: 0;
  margin-right: 30px;
  margin-top: 12px;
}

#navigation.style-2.cloned .sticky-logo img {
  max-height: 32px;
  width: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#navigation.style-2.cloned.unsticky,
#header.cloned.unsticky {
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(0, -100%) scale(1);
          transform: translate(0, -100%) scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#navigation.style-2.cloned.unsticky {
  opacity: 0;
}

#navigation.style-2.cloned,
#header.cloned.sticky {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------------------------------- */

/* Footer
------------------------------------- */

#footer {
  padding: 70px 0 0 0;
  background-color: #fcfcfc;
  -webkit-box-shadow: inset 0 20px 50px -20px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 20px 50px -20px rgba(0, 0, 0, 0.06);
}

#footer.sticky-footer {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#footer h4 {
  color: #333;
  font-size: 21px;
  margin-bottom: 25px;
}

.footer-shadow {
  width: 100%;
  display: block;
  background: #fff;
  height: 200px;
  margin-top: -200px;
  position: relative;
  z-index: -1;
  -webkit-box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.06);
}

.text-widget span {
  color: #707070;
}

.text-widget span.address {
  display: block;
  margin-bottom: 10px;
}

/*  Links  */

ul.footer-links {
  margin: 0 0 15px 0;
  padding: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  float: left;
}

.footer-links li {
  position: relative;
  list-style: none;
}

.footer-links li a {
  padding: 0 0 9px 16px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #707070;
  line-height: 21px;
}

.footer-links li a:hover {
  padding-left: 22px;
  color: #66676b;
}

.footer-links li:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\F105";
  position: absolute;
  left: 0;
  top: -2px;
  padding: 0 7px 0 0;
  color: #ccc;
}

/* Footer Bottom */

.copyrights {
  color: #707070;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  margin-top: 60px;
  text-align: center;
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}

#footer.alt .copyrights {
  margin-top: 0;
  border: none;
  padding: 25px;
}

.copyrights a {
  color: #707070;
}

/* Dark Styles */

#footer.dark {
  background: #222;
  color: #aaa;
}

#footer.dark a,
#footer.dark h4,
#footer.dark a:hover {
  color: #fff;
}

#footer.dark .text-widget,
#footer.dark .text-widget span,
#footer.dark .footer-links li a {
  color: #aaa;
}

#footer.dark .footer-links li a:hover {
  color: #fff;
}

#footer.dark .footer-links li:before {
  color: #666;
}

#footer.dark .copyrights {
  color: #aaa;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

#footer .social-icons li a {
  opacity: 0.8;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

#footer .social-icons li a:hover {
  opacity: 1;
}

/* ---------------------------------- */

/* Back to top
------------------------------------- */

#backtotop {
  position: fixed;
  right: 0;
  display: none;
  bottom: 25px;
  margin: 0 25px 0 0;
  z-index: 999;
}

#backtotop a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #66676b;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
  text-align: center;
  font-size: 26px;
}

body #backtotop a {
  color: #fff;
}

#backtotop a:after {
  content: "\F106";
  font-family: "FontAwesome";
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

/*----------------------------------- */

/* Mortagege Calculator
------------------------------------- */

button {
  outline: none;
}

.mortgageCalc input,
.mortgageCalc input:focus {
  border-radius: 3px;
  padding-left: 65px;
  margin-bottom: 0;
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  -webkit-transition: border 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, box-shadow 0.3s, background-color 0.3s;
  transition: border 0.3s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
}

.mortgageCalc input:focus {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.mortgageCalc .calc-input {
  position: relative;
  height: 51px;
  display: block;
  margin-bottom: 15px;
}

.mortgageCalc .fa {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f0f0f0));
  background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0);
  color: #999;
  border-radius: 3px 0 0 3px;
  top: 1px;
  left: 1px;
  position: absolute;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 49px;
  line-height: 49px;
  height: 49px;
  border-right: 1px solid #e0e0e0;
}

.mortgageCalc button.button {
  margin: 8px 0 10px 0;
  display: inline-block;
}

.mortgageCalc .calc-output-container {
  opacity: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  -webkit-transition: opacity 0.3s, max-height 0.7s;
  transition: opacity 0.3s, max-height 0.7s;
}

.mortgageCalc .calc-output-container .notification {
  margin: 15px 0 10px 0;
}

.pick-price.tip {
  position: absolute;
  left: auto;
  top: 11px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 14px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e9e9e9));
  background: linear-gradient(to bottom, #eee 0%, #e9e9e9);
  color: #444;
  border-radius: 3px;
}

.pick-price.tip .tip-content {
  min-width: auto;
  max-width: auto;
  white-space: nowrap;
  padding: 8px 12px;
}

.pick-price.tip:after {
  font-family: "FontAwesome";
  content: "\F24D";
  line-height: 28px;
}

@media (max-width: 1366px) {
  .pick-price.tip .tip-content {
    -webkit-transform: translate(-100%, calc(-100% - 10px));
            transform: translate(-100%, calc(-100% - 10px));
    left: 28px;
  }

  .pick-price.tip:hover .tip-content {
    -webkit-transform: translate(-100%, calc(-100% - 10px));
            transform: translate(-100%, calc(-100% - 10px));
  }

  .pick-price.tip .tip-content:after {
    left: auto;
    right: 1px;
  }
}

/*----------------------------------- */

/* Sidebar
------------------------------------- */

.sidebar.left {
  padding-right: 20px;
}

.sidebar.right {
  padding-left: 20px;
}

.sidebar .widget {
  margin-bottom: 50px;
  position: relative;
}

.sidebar .widget:last-child {
  margin-bottom: 0 !important;
}

.sticky {
  margin-bottom: 50px;
}

.widget h3 {
  font-size: 22px;
}

/* Like widget button */

button.widget-button {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 20px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.widget-button i {
  font-size: 18px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.widget-button .like-icon {
  color: inherit;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-right: 6px;
  font-size: 21px;
}

.widget-button:hover {
  color: #66676b;
}

.widget-button .like-icon:before,
.widget-button .like-icon:after {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.43s cubic-bezier(0, -0.41, 0.19, 2);
  transition: opacity 0.3s, -webkit-transform 0.43s cubic-bezier(0, -0.41, 0.19, 2);
  transition: opacity 0.3s, transform 0.43s cubic-bezier(0, -0.41, 0.19, 2);
  transition: opacity 0.3s, transform 0.43s cubic-bezier(0, -0.41, 0.19, 2), -webkit-transform 0.43s cubic-bezier(0, -0.41, 0.19, 2);
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}

.widget-button.save:hover,
.widget-button.save.liked {
  color: #ffa800;
}

.widget-button.save .like-icon:after {
  color: #ffa800;
}

.widget-button.save:after {
  content: attr(data-save-title);
}

.widget-button.save.liked:after {
  content: attr(data-saved-title);
}

.widget-button .like-icon:before,
.widget-button .like-icon.liked:before,
.widget-button .like-icon.liked:after,
.widget-button .like-icon.liked:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.widget-button .like-icon.liked:before {
  opacity: 0;
}

/* ---------------------------------- */

/* Navigation
------------------------------------- */

#navigation {
  position: relative;
  display: block;
}

#navigation ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul a {
  display: block;
  color: #444;
  text-decoration: none;
}

#navigation ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 99999;
}

#navigation ul ul li {
  float: none;
  width: 208px;
}

#navigation ul ul ul {
  top: 0;
  left: 100%;
  margin: 0 0 0 10px;
}

#navigation ul ul {
  margin: 10px 0 0 0;
}

#navigation ul ul ul:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: -10px;
  top: 0;
  opacity: 0;
}

#navigation ul ul:before {
  content: "123";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  opacity: 0;
}

#navigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* Indicator Arrow */

#navigation ul li a:after,
#navigation ul ul li a:after {
  font-family: "FontAwesome";
  opacity: 0.5;
}

#navigation ul li a:after {
  content: '\F107';
  padding-left: 7px;
}

#navigation ul ul li a:after {
  content: '\F105';
  position: absolute;
  right: 15px;
}

#navigation ul li a:only-child:after {
  content: '';
  padding: 0;
}

#navigation ul ul li a:only-child:after {
  content: '';
}

/* Dropdown Styles
------------------------------------- */

#navigation ul ul {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}

#navigation ul ul li {
  border-bottom: 1px solid #e9e9e9;
  border-radius: 3px;
}

#navigation ul ul li:last-child {
  border-bottom: none;
}

#navigation ul li:hover ul a,
#navigation ul ul a {
  line-height: 27px !important;
  padding: 10px 30px 10px 15px !important;
  color: #707070 !important;
}

#navigation ul ul li:hover {
  background-color: #f2f2f2 !important;
  border-radius: 0;
}

#navigation ul ul li:first-child {
  border-radius: 3px 3px 0 0;
}

#navigation ul ul li:last-child {
  border-radius: 0 0 3px 3px;
}

#navigation ul ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
}

#navigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* Menu Style 1
------------------------------------- */

#navigation.style-1 .current {
  background-color: transparent;
  border: 1px solid #66676b;
  color: #66676b;
  padding: 5px 15px;
  border-radius: 3px;
}

#navigation.style-1 .current:after {
  opacity: 1;
}

#navigation.style-1 ul li {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 3px;
}

#navigation.style-1 ul li:hover {
  background-color: #66676b;
  color: #fff;
}

#navigation.style-1 ul li:hover a {
  color: #fff;
}

#navigation.style-1 ul a {
  font-size: 15px;
  line-height: 32px;
  padding: 6px 16px;
}

#navigation.style-1 ul li {
  margin: 0 5px;
}

#navigation.style-1 ul ul li {
  margin: 0;
  border-radius: 0;
}

#navigation.style-1 ul ul li:first-child {
  border-radius: 3px 3px 0 0;
}

#navigation.style-1 ul ul li:last-child {
  border-radius: 0 0 3px 3px;
}

/* Menu Style 2
------------------------------------- */

#navigation.style-2 {
  width: 100%;
  margin-top: 16px;
  background-color: #66676b;
}

#navigation.style-2 .current:after {
  opacity: 1;
}

#navigation.style-2 ul li {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#navigation.style-2 .current,
#navigation.style-2 ul li:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

#navigation.style-2 ul li:hover a {
  color: #fff;
}

#navigation.style-2 ul a {
  font-size: 15px;
  line-height: 32px;
  padding: 13px 20px;
  color: #fff;
  border-radius: 0;
}

#navigation.style-2 ul ul li {
  margin: 0;
}

/* ---------------------------------- */

/* User Menu
------------------------------------- */

.user-menu {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 25px;
  top: 9px;
  vertical-align: top;
  padding-left: 25px;
  padding-right: 20px;
  margin-left: 25px;
}

.user-menu .user-name {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #444;
}

.user-menu .user-name {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 145px;
}

.user-menu .user-name:after {
  content: "\F107";
  font-family: "FontAwesome";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  display: inline-block;
  margin-left: 6px;
  color: #aaa;
  right: 0;
  padding: 0 5px;
  position: absolute;
}

.user-menu.active .user-name:after,
.user-menu:hover .user-name:after,
.user-menu.active .user-name,
.user-menu:hover .user-name {
  color: #66676b;
}

.user-menu.active .user-name:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Avatar */

.user-name span img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
}

.user-name span {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: -5px;
}

.user-menu ul {
  float: left;
  text-align: left;
  position: absolute;
  top: 45px;
  right: 0;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: inline-block;
  width: 190px;
  font-size: 15px;
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
  padding: 16px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  visibility: hidden;
  opacity: 0;
  z-index: 110;
}

.user-menu ul li a {
  padding: 5px 15px;
  line-height: 22px;
  display: inline-block;
  color: #696969;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.user-menu ul li a:hover {
  color: #66676b;
}

.user-menu ul li a i {
  width: 20px;
  position: relative;
  display: inline-block;
}

.user-menu.active ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* Mobile Fixes for User Menu */

@media only screen and (max-width: 1366px) and (min-width: 1240px) {
  .user-menu .user-name {
    max-width: 110px;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .header-widget {
    height: auto;
    position: absolute;
    right: 0;
    width: 150%;
  }

  .header-style-2 .header-widget {
    position: relative;
    width: auto;
  }

  .user-menu {
    top: 12px;
  }

  .right-side {
    position: relative;
  }
}

@media (max-width: 992px) {
  .user-menu ul {
    right: -60px;
    float: right;
  }
}

@media (max-width: 480px) {
  .header-widget .user-menu {
    top: 0;
    margin-top: 7px;
    margin-bottom: 20px;
    float: left;
  }
}

/* ---------------------------------- */

/* mmenu.js - mobile menu
------------------------------------- */

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after,
.mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 30px;
  height: 50px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
  background-color: #262626;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li {
  border-bottom: 1px solid #404040;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 14px 10px 14px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -10px;
}

.mm-menu {
  background: #2a2a2a;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview {
  border-color: #2a2a2a;
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu .mm-listview > li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mm-menu .mm-listview > li:hover {
  background: rgba(255, 255, 255, 0.03);
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}

.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -11px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  background-color: rgba(0, 0, 0, 0.3);
  height: 22px;
  width: 22px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 23px;
  font-size: 11px;
  font-weight: 500;
}

/* Trigger Styles */

.mmenu-trigger {
  height: 50px;
  width: 50px;
  display: none;
  position: relative;
  margin: 0 0 23px 0;
  background-color: #eee;
  border-radius: 4px;
  cursor: pointer;
}

/* Hamburger Icon */

.hamburger {
  padding: 0;
  top: 13px;
  left: 12px;
  -webkit-transform: scale(0.72);
          transform: scale(0.72);
  -moz-transform: scale(0.72) translateY(3px);
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  overflow: visible;
}

.hamburger-box {
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  outline: none;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 34px;
  height: 4px;
  background-color: #555;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  outline: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
  outline: none;
}

.hamburger-inner::after {
  bottom: -10px;
  outline: none;
}

/* Animation */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mmenu-trigger {
  display: none;
}

@media only screen and (max-width: 992px) {
  /* Header Responsive Styles */

  #responsive {
    display: none;
  }

  .mmenu-trigger {
    display: inline-block !important;
  }

  .header-style-2 .mmenu-trigger {
    margin: 0;
    top: 6px;
  }

  .header-style-2 .header-widget a.button.border {
    float: left;
  }

  #header {
    padding-top: 20px;
  }

  #logo {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    margin-top: 3px;
    width: 35%;
    text-align: center;
    left: 0;
    right: 0;
  }

  .header-widget {
    padding: 20px 0;
    border-top: 1px solid #eee;
  }

  .header-widget a.button.border {
    padding: 7px 16px;
    background-color: transparent;
    font-size: 16px;
    min-width: auto;
    float: right;
  }

  .header-widget .sign-in {
    top: 9px;
  }

  #header-container.header-style-2 .left-side,
  #header-container.header-style-2 .right-side,
  .right-side,
  .left-side {
    width: 100%;
  }

  #top-bar .right-side .social-icons {
    float: left;
    position: relative;
    z-index: 9;
  }

  #header-container.header-style-2 .header-widget {
    float: left;
    margin-top: 35px;
    margin-bottom: -5px;
  }

  .header-widget {
    text-align: left;
  }

  ul.top-bar-menu {
    z-index: 99;
    position: relative;
  }

  .header-style-2 .menu-responsive {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0 15px;
  }

  #header-container.header-style-2 .header-widget {
    width: calc(100%);
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
  }

  .menu {
    max-height: none;
  }

  #responsive {
    display: none;
  }

  /* Header Responsive Styles */

  .responsive-search input:focus {
    border: none;
    color: #fff;
  }

  #header-container.header-style-2 .left-side,
  #header-container.header-style-2 .right-side,
  .right-side,
  .left-side {
    width: 100%;
  }

  #top-bar .right-side .social-icons {
    float: left;
    position: relative;
    z-index: 9;
  }

  #header-container.header-style-2 .header-widget {
    float: left;
    margin-top: 35px;
    margin-bottom: -5px;
  }

  .header-widget {
    text-align: left;
  }

  ul.top-bar-menu {
    z-index: 99;
    position: relative;
  }

  .header-style-2 .menu-responsive {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0 15px;
  }

  #header-container.header-style-2 .header-widget {
    width: calc(100%);
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .menu-responsive {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0 15px;
  }

  #header-container.header-style-2 #header .container {
    width: 100%;
  }

  #header-container.header-style-2 .header-widget li .button {
    margin-left: 0;
  }

  #header-container.header-style-2 .header-widget li:after {
    display: none;
  }

  #header-container.header-style-2 .header-widget li {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }

  #header-container.header-style-2 .header-widget li i {
    width: 50px;
    margin: 0 0 0 0px;
    display: inline-block;
    text-align: left;
    top: 3px;
  }
}

@media (max-width: 360px) {
  .header-widget .sign-in {
    display: block;
    top: 0;
    margin-bottom: 10px;
  }

  .header-widget a.button.border {
    float: left;
    margin-bottom: 10px;
  }
}

/* ------------------------------ */

/* Homepage Banner
--------------------------------- */

.search-container {
  display: block;
  width: 100%;
  position: relative;
  padding: 170px 0;
  margin-top: -10px;
  z-index: 999;
}

/*@media only screen and (min-width: 1367px) {
	.search-container {
		padding: 90px 0;
	}
}*/

.search-container h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

.search-container .main-search-input input {
  font-weight: 500;
  font-size: 17px;
  height: 57px !important;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  float: left;
  height: auto;
}

.search-container input:focus {
  border: none;
}

.search-container .main-search-input button.button {
  width: initial;
  min-width: 100px;
  max-width: 100px;
  margin: 0;
  font-size: 18px;
  position: relative;
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  height: 57px;
}

.search-container .main-search-input button.button i {
  position: relative;
  left: 2px;
}

.search-container .row.with-forms .chosen-container {
  margin-bottom: 0;
}

.search-container .chosen-container-single .chosen-single {
  height: 57px;
  line-height: 57px;
  font-size: 17px;
  border-color: #fff !important;
}

.search-container .chosen-container .chosen-drop {
  border-color: #fff;
}

.search-container .row.with-forms input {
  margin-bottom: 0 !important;
}

body .search-container button:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0c0c0c;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99;
}

.search-container button:hover:before {
  opacity: 1;
}

.search-container button i {
  z-index: 100;
  position: relative;
}

/* Browse Jobs */

.adv-search-btn {
  color: #fff;
  margin-top: 25px;
}

.adv-search-btn a {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 7px 12px;
  color: #fff;
  margin-left: 7px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.adv-search-btn a:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

/* Announce */

.announce {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-top: 40px;
}

/* ---------------------------------- */

/* Search Forms Styling
------------------------------------- */

.main-search-container {
  -webkit-transform: translate3d(0, -12px, 0);
          transform: translate3d(0, -12px, 0);
}

.main-search-container h1,
.main-search-container h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
}

.main-search-form {
  width: 660px;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 35px;
}

.main-search-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  padding: 30px;
  padding-bottom: 20px;
  margin-top: -9px;
  border-radius: 3px;
}

.main-search-box.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
}

/* Search Type Buttons*/

.search-type {
  display: inline-block;
  padding-bottom: 35px;
  position: relative;
}

.search-type input[type="radio"] {
  display: none;
}

.search-type label {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 9px 18px;
  margin: 0 15px 0 0;
  float: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 3px;
}

.search-type label:hover,
.search-type label.active {
  background-color: #66676b;
  color: #fff;
}

.search-type-arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}

/* Main Search with Maps */

#map-container .main-search-container {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 9999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: auto;
}

#map-container .main-search-container.active {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9999;
}

#map-container .main-search-form {
  width: 100%;
  margin-top: 0;
}

#map-container .main-search-box {
  padding-bottom: 15px;
  margin-top: 0;
  border-radius: 0 3px 3px 3px;
}

#map-container.homepage-map {
  height: 580px;
  overflow: hidden;
}

@media (max-width: 1369px) {
  #map-container.homepage-map {
    height: 480px;
  }
}

#map-container.homepage-map.overflow {
  overflow: visible;
}

a.button.adv-search-btn {
  color: #fff;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  padding: 0 24px;
  position: relative;
  z-index: 9999;
  margin: 0;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  overflow: visible;
}

a.adv-search-btn i {
  font-size: 14px;
  margin-left: 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.adv-search-btn.active i.fa.fa-caret-up {
  -webkit-transform: rotate(-540deg);
          transform: rotate(-540deg);
}

/* Forms Alignment
------------------------------------- */

/* Main input + button alignment */

.main-search-input {
  width: 100%;
  position: relative;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row.with-forms .main-search-input {
  margin-bottom: 0;
}

.main-search-input input {
  display: inline-block;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-search-input button.button {
  width: auto;
  min-width: 120px;
  margin: 0;
  position: relative;
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  height: 51px;
}

.larger-input button.button,
.larger-input input {
  height: 55px;
  min-width: 120px;
}

/* Alignment */

.row.with-forms input,
.row.with-forms input[type="text"],
.row.with-forms input[type="password"],
.row.with-forms input[type="email"],
.row.with-forms input[type="number"],
.row.with-forms textarea,
.row.with-forms input,
.row.with-forms select,
.row.with-forms .chosen-container {
  margin-bottom: 18px;
}

.row.with-forms {
  margin-left: -10px;
  margin-right: -10px;
}

.with-forms .col-xs-1,
.with-forms .col-sm-1,
.with-forms .col-md-1,
.with-forms .col-lg-1,
.with-forms .col-xs-2,
.with-forms .col-sm-2,
.with-forms .col-md-2,
.with-forms .col-lg-2,
.with-forms .col-xs-3,
.with-forms .col-sm-3,
.with-forms .col-md-3,
.with-forms .col-lg-3,
.with-forms .col-xs-4,
.with-forms .col-sm-4,
.with-forms .col-md-4,
.with-forms .col-lg-4,
.with-forms .col-xs-5,
.with-forms .col-sm-5,
.with-forms .col-md-5,
.with-forms .col-lg-5,
.with-forms .col-xs-6,
.with-forms .col-sm-6,
.with-forms .col-md-6,
.with-forms .col-lg-6,
.with-forms .col-xs-7,
.with-forms .col-sm-7,
.with-forms .col-md-7,
.with-forms .col-lg-7,
.with-forms .col-xs-8,
.with-forms .col-sm-8,
.with-forms .col-md-8,
.with-forms .col-lg-8,
.with-forms .col-xs-9,
.with-forms .col-sm-9,
.with-forms .col-md-9,
.with-forms .col-lg-9,
.with-forms .col-xs-10,
.with-forms .col-sm-10,
.with-forms .col-md-10,
.with-forms .col-lg-10,
.with-forms .col-xs-11,
.with-forms .col-sm-11,
.with-forms .col-md-11,
.with-forms .col-lg-11,
.with-forms .col-xs-12,
.with-forms .col-sm-12,
.with-forms .col-md-12,
.with-forms .col-lg-12 {
  padding: 0 10px;
}

/* ---------------------------------- */

/*  Full Width Search Form
------------------------------------- */

section.search {
  margin: 0;
  padding: 50px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5));
  background-color: #f7f7f7;
}

section.search .main-search-box,
section.search .more-search-options-container {
  background-color: transparent;
}

h3.search-title {
  margin: 3px 0 35px 0;
  font-size: 28px;
}

h4.search-title {
  margin: 10px 0 34px 0;
  font-size: 24px;
}

.search-title i {
  font-size: 22px;
  position: relative;
  top: 0;
  margin-right: 4px;
}

/* More Search Options
------------------------------------- */

.more-search-options {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 19;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}

.more-search-options.relative {
  position: relative;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: none;
  transition: none;
  display: none;
}

.more-search-options.relative.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.more-search-options.relative .more-search-options-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 20px 0 5px 0;
}

/* Custom box*/

.custom-box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.custom-box .checkboxes {
  padding: 20px 30px 25px 30px;
}

.more-search-options:before {
  position: absolute;
  top: -10px;
  width: 100%;
  content: "";
  background-color: #fff;
  height: 10px;
  display: inline-block;
  z-index: 101;
}

.more-search-options.relative:before {
  display: none;
}

.more-search-options.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.more-search-options-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  padding: 30px 30px 25px 30px;
  padding-top: 0;
  border-radius: 0 0 3px 3px;
}

/* Trigger */

.more-search-options-trigger {
  font-size: 15px;
  margin: 5px 0 2px 0;
  display: inline-block;
}

.more-search-options-trigger:after {
  content: attr(data-open-title);
}

.more-search-options-trigger.active:after {
  content: attr(data-close-title);
}

.more-search-options-trigger:before {
  content: "\F055";
  font-family: "FontAwesome";
  padding-right: 7px;
}

.more-search-options-trigger.active:before {
  content: "\F056";
}

.widget .more-search-options-trigger {
  font-size: 16px;
}

/* Range Slider
------------------------------------- */

.range-slider label {
  color: #333;
  font-size: 16px;
  margin-bottom: 25px;
}

.range-slider .ui-slider {
  position: relative;
  text-align: left;
}

.range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #66676b;
  cursor: w-resize;
  background: #fff;
  outline: none;
  top: -8px;
  margin-left: -8px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}

.range-slider .ui-widget-content {
  background-color: #e8e8e8;
}

.range-slider .ui-widget-header {
  background-color: #66676b;
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.range-slider .ui-slider-horizontal {
  height: 3px;
  border-radius: 10px;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

input.first-slider-value:focus,
input.second-slider-value:focus,
input.first-slider-value,
input.second-slider-value {
  width: 40%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
}

input.first-slider-value {
  float: left;
  margin-left: -8px;
  width: 40%;
}

input.second-slider-value {
  float: right;
  width: 40%;
  text-align: right;
  margin-right: -8px;
}

/*----------------------------------- */

/* Compare Properties Widget
------------------------------------- */

.compare-slide-menu {
  position: fixed;
  top: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 100vh;
  background-color: #fff;
  right: -320px;
  width: 320px;
  padding: 0;
  z-index: 1010;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.csm-content {
  overflow-y: scroll;
  height: 100%;
  width: 340px;
}

.compare-slide-menu.active {
  right: 0;
}

/* Compare Icon */

.compare-button {
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 101;
  outline: none;
  border: none;
  right: 64px;
  bottom: 27px;
  background-color: transparent;
  width: 28px;
  height: 28px;
  display: block;
  background-image: url(/Sites/sale/images/compare-icon.svg);
  background-repeat: no-repeat;
  background-size: 28px;
}

span.like-icon {
  width: 23px;
  height: 26px;
  bottom: 28px !important;
}

.like-icon .tip-content,
.compare-button .tip-content {
  padding: 7px 12px;
  min-width: auto;
  max-width: auto;
  white-space: nowrap;
  left: -10px;
  top: -5px;
  z-index: 110;
  -webkit-transform: translate(-105%, 0);
          transform: translate(-105%, 0);
  -webkit-transition: 0.2s ease-in-out 0.05s;
  transition: 0.2s ease-in-out 0.05s;
}

.like-icon:hover .tip-content,
.compare-button:hover .tip-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  background-color: #fff;
  color: #333;
}

/* Widget Button */

.widget-button.with-tip i.icon-compare {
  outline: none;
  border: none;
  background-color: transparent;
  width: 21px;
  height: 21px;
  display: inline-block;
  background-image: url(/Sites/sale/images/compare-icon-black.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  position: relative;
  top: 4px;
  left: 2px;
}

.widget-button.with-tip i {
  top: 0;
  line-height: 41px;
  color: #333;
  left: 2px;
  opacity: 0.9;
  font-size: 18px;
}

.widget-button.with-tip i.fa.fa-star-o {
  font-size: 20px;
  left: 2px;
  top: 1px;
}

.widget-button.with-tip.liked i.fa.fa-star-o:before {
  content: "\F005";
  color: #ffb400;
}

.widget-button.with-tip {
  height: 41px;
  text-align: center;
  width: 41px;
  float: left;
  background-color: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f0f0f0));
  background: linear-gradient(to bottom, #f4f4f4 0%, #f0f0f0);
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
}

.widget-button .tip-content {
  padding: 7px 12px;
  min-width: auto;
  max-width: auto;
  white-space: nowrap;
}

.widget-button:hover .tip-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, calc(-100% - 10px));
          transform: translate(-50%, calc(-100% - 10px));
  -ms-transform: translate(-50%, -115%);
}

/* Widget Button - End */

.like-icon:hover,
.compare-button:hover {
  z-index: 110;
}

.like-icon .tip-content:after,
.compare-button .tip-content:after {
  font-family: "FontAwesome";
  content: "\F0DA";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -4px;
  font-size: 17px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.like-icon:hover .tip-content:after,
.compare-button:hover .tip-content:after {
  opacity: 1;
}

/* Trigger */

.csm-trigger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  width: 50px;
  background-color: #66676b;
  color: #fff;
  border-radius: 3px 0 0 3px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
}

.csm-trigger:before {
  content: "\F104";
  font-family: "FontAwesome";
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.compare-slide-menu.active .csm-trigger:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Mobile Trigger */

.csm-mobile-trigger {
  position: absolute;
  cursor: pointer;
  font-size: 18px;
  right: 30px;
  top: 26px;
  color: #fff;
  z-index: 100;
  padding: 5px 0 5px 5px;
  display: none;
}

.csm-mobile-trigger:before {
  content: "\F00D";
  font-family: "FontAwesome";
}

/* Content */

.csm-properties {
  padding: 30px;
  padding-bottom: 0;
}

.csm-content h4 {
  font-size: 18px;
  display: block;
  margin: 0 0 0 0;
  padding: 30px;
  position: relative;
  background-color: #66676b;
  color: #fff;
  width: 100%;
}

.csm-content h4:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, transparent), to(rgba(255, 255, 255, 0.08)));
  background: linear-gradient(to top, transparent 20%, rgba(255, 255, 255, 0.08));
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 10;
  display: block;
}

.csm-content .listing-item.compact {
  padding: 0;
  height: 180px;
}

.csm-content .compact .listing-img-content .listing-compact-title {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 22px;
  background: rgba(74, 74, 76, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.csm-content .compact .listing-img-content span {
  color: #fff;
}

.csm-content .compact .listing-img-content .listing-compact-title i {
  font-size: 13px;
  padding: 0;
  margin: 0;
  opacity: 0.8;
}

.csm-content .listing-badges span {
  color: #fff;
  padding: 0 7px;
  top: 15px;
  line-height: 24px;
  right: 15px;
  font-size: 12px;
  background: rgba(74, 74, 76, 0.62);
}

.csm-content .compact .listing-img-container:after {
  display: none;
}

.csm-content .compact .listing-img-container:before {
  opacity: 0.7 !important;
}

/* Buttons */

.csm-buttons {
  padding: 0 30px;
  padding-bottom: 30px;
}

.csm-buttons a.button {
  padding: 6px 14px;
  font-size: 14px;
}

.csm-buttons a.button.reset:before {
  display: none;
}

.csm-buttons a.button.reset,
.csm-buttons a.button.reset:hover {
  background-color: #ffeaea;
  color: #d53232;
}

/* Remove Button */

.remove-from-compare {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 25px;
  font-size: 16px;
  width: 25px;
  line-height: 26px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background-color: #d43e3e;
  -webkit-text-stroke: 1px #d43e3e;
  opacity: 0;
  z-index: 1001;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.compact:hover .remove-from-compare {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Mobile Styles */

@media (max-width: 992px) {
  .csm-content .compact:hover .listing-img-container:before,
  .csm-content .compact .listing-img-container:before {
    opacity: 0 !important;
  }

  .remove-from-compare {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .csm-mobile-trigger {
    display: block;
  }

  .compare-slide-menu {
    width: 100%;
    right: -100%;
  }

  .csm-content {
    width: 100%;
  }
}

/*----------------------------------- */

/* Compare Properties Page
------------------------------------- */

#compare-list {
  list-style: none;
  margin-bottom: 20px;
}

#compare-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 21px;
  background-color: #f8f8f8;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#compare-list li:nth-child(odd) {
  background-color: #fff;
}

#compare-list li.compare-list-properties div {
  border: none;
  padding: 0 10px;
  border-radius: 4px;
  overflow: hidden;
}

#compare-list li.compare-list-properties div img {
  border-radius: 4px;
}

body #compare-list li .clp-title {
  padding: 20px 15px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
  border-left: 1px solid transparent;
}

#compare-list li.compare-list-properties div.clp-img {
  padding: 0;
  position: relative;
  z-index: 10;
}

#compare-list li.compare-list-properties div a:hover .remove-from-compare {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body #compare-list li div:last-child .clp-title {
  border-right: 1px solid transparent;
}

#compare-list li .clp-title h4 {
  margin: 3px 0 6px 0;
}

#compare-list li div:first-child {
  border-left: 1px solid transparent;
  color: #333;
  text-align: right;
  text-transform: uppercase;
  font-size: 13px;
}

#compare-list li:last-child {
  border-radius: 0 0 4px 4px;
}

#compare-list li div.blank-div {
  background-color: #fff;
  border: none;
}

#compare-list li div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid transparent;
  padding: 15px 25px;
  color: #777;
  text-align: center;
}

#compare-list li {
  border-bottom: 1px solid transparent;
}

body #compare-list li .clp-title,
body #compare-list li div:last-child .clp-title,
#compare-list li div:first-child,
#compare-list li div,
#compare-list li {
  border-color: transparent;
}

#compare-list .available,
#compare-list .not-available {
  width: 100%;
  text-align: center;
  display: inline-block;
}

#compare-list .available:before,
#compare-list .not-available:before {
  content: "\F00C";
  color: #2ab160;
  font-size: 18px;
  font-family: "FontAwesome";
  display: inline-block;
}

#compare-list .not-available:before {
  content: "\F00D";
  color: #d43e3e;
}

/* Mobile Styles */

@media (max-width: 992px) {
  .compare-list-container {
    overflow-x: scroll;
  }

  #compare-list {
    min-width: 900px;
    zoom: 0.8;
  }

  .remove-from-compare {
    display: none;
  }
}

/*----------------------------------- */

/* Custom Checkboxes
------------------------------------- */

.checkboxes {
  list-style: none;
  padding: 0;
}

.checkboxes.in-row label {
  margin-top: 9px;
}

.checkboxes.one-in-row label {
  margin-top: 9px;
  width: 100%;
}

.checkboxes li {
  padding: 4px 0;
}

.checkboxes li:last-child {
  margin-bottom: -8px;
}

.checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 15px;
}

.checkboxes label span {
  color: #909090;
  font-size: 15px;
}

.checkboxes input[type=checkbox] {
  display: none;
}

.checkboxes label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.checkboxes input[type=checkbox]:checked + label:before {
  content: "\F00C";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  background-color: #66676b;
  border: 2px solid transparent;
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
}

/*----------------------------------- */

/* Custom Checkboxes
------------------------------------- */

.checkboxes {
  list-style: none;
  padding: 0;
}

.checkboxes.in-row label {
  margin-top: 9px;
}

.checkboxes.one-in-row label {
  margin-top: 9px;
  width: 100%;
}

.checkboxes li {
  padding: 4px 0;
}

.checkboxes li:last-child {
  margin-bottom: -8px;
}

.checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 15px;
}

.checkboxes label span {
  color: #909090;
  font-size: 15px;
}

.checkboxes input[type=checkbox] {
  display: none;
}

.checkboxes label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.checkboxes input[type=checkbox]:checked + label:before {
  content: "\F00C";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  background-color: #66676b;
  border: 2px solid transparent;
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
}

/* ---------------------------------- */

/* Parallax Background
------------------------------------- */

.parallax {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  z-index: 99;
}

/* fullscreen setup */

.fullscreen,
.content-a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
  height: auto;
  min-height: 100%;
}

/* content centering styles */

.centered-container {
  display: table;
}

.centered-content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

/* Parallax Overlay */

.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: #333;
  opacity: 0.4;
}

/* Parallax Content */

.parallax-content {
  position: relative;
  z-index: 999;
  padding: 105px 0;
}

/* ---------------------------------- */

/* Titlebar
------------------------------------- */

#titlebar {
  background-color: #f8f8f8;
  position: relative;
  padding: 70px 0;
  margin-bottom: 65px;
}

#titlebar span a,
#titlebar span {
  font-size: 20px;
  color: #888;
  margin-bottom: 3px;
  margin-top: 6px;
  display: inline-block;
}

#titlebar #breadcrumbs span {
  font-size: 13px;
}

#titlebar h1,
#titlebar h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 1px 0 3px 0;
}

/* Breadcrumbs */

#breadcrumbs {
  position: absolute;
  right: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #888;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#breadcrumbs ul {
  margin: 0;
}

#breadcrumbs ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #888;
}

#breadcrumbs ul li a:hover {
  color: #666;
}

#breadcrumbs ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 10px;
}

#breadcrumbs ul li:first-child:before {
  display: none;
}

#breadcrumbs ul li:before {
  content: "\F105";
  font-family: "FontAwesome";
  color: #a0a0a0;
  font-size: 14px;
  margin-right: 15px;
}

#titlebar.photo-bg #breadcrumbs ul li,
#titlebar.photo-bg #breadcrumbs ul li a,
#titlebar.photo-bg #breadcrumbs ul li:before {
  color: #fff;
}

/* Parallax Titlebar
------------------------------------- */

.parallax #titlebar {
  background-color: transparent;
  position: relative;
  z-index: 999;
  padding: 90px 0;
}

.parallax #titlebar h1,
.parallax #titlebar h2,
.parallax #titlebar #breadcrumbs ul li,
.parallax #titlebar #breadcrumbs ul li a,
.parallax #titlebar #breadcrumbs ul li::before {
  color: #fff;
}

.parallax #titlebar span a,
.parallax #titlebar span {
  color: rgba(255, 255, 255, 0.7);
}

/* ---------------------------------- */

/* Agents List
------------------------------------- */

.agents-container {
  position: relative;
  z-index: 9;
}

.agent {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: block;
  border-radius: 3px;
  margin-bottom: 30px;
}

/* Agent Avatar */

.agent-avatar {
  width: 100%;
}

.agent-avatar img {
  border-radius: 3px 3px 0 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
}

.agent-avatar a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.agent-avatar a:before {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  opacity: 0;
  background: #66676b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#66676b));
  background: linear-gradient(to bottom, transparent 50%, #66676b);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.view-profile-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  background-color: #66676b;
  padding: 7px 14px;
  border-radius: 3px;
}

.agent-avatar a:hover .view-profile-btn {
  opacity: 1;
  -webkit-transform: translate(-50%, -50.5%);
          transform: translate(-50%, -50.5%);
}

.agent-avatar a:hover:before {
  opacity: 0.9;
}

/* Agent details list */

.agent-contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #909090;
  display: block;
  padding: 18px 32px;
  background-color: #f7f7f7;
}

.agent-contact-details li {
  position: relative;
  margin-left: 28px;
  line-height: 24px;
  padding: 3px 0;
  word-break: break-all;
}

.agent-contact-details li a {
  color: #909090;
}

.agent-contact-details li a:hover {
  color: #66676b;
}

.agent-contact-details li i {
  font-size: 18px;
  position: relative;
  top: 5px;
  left: -28px;
  position: absolute;
}

.agent-contact-details li i.fa {
  font-size: 17px;
}

/* Agent socials */

body .agent ul.social-icons {
  margin-left: 33px;
}

body .agent ul.social-icons li {
  margin: 11px 0 6px 0;
}

body .agent .social-icons li a {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  width: 34px;
}

body .agent .social-icons li a.facebook {
  width: 30px;
  position: relative;
  top: 2px;
}

body .agent .social-icons li a::before {
  color: #b0b0b0;
}

/* Agent Content*/

.agent-name {
  padding: 24px 32px;
}

.agent-name h4 {
  margin: 0;
  font-size: 19px;
}

.agent-name span {
  font-size: 16px;
  color: #909090;
  margin: 4px 0 -2px 0;
  line-height: 24px;
  display: block;
}

/* Agents Page
------------------------------------- */

.agent-page {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
}

.agent.agent-page {
  margin-bottom: 50px;
}

.agent-page .agent-content,
.agent-page .agent-avatar,
.agent-page .agent-form {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.agent-page .agent-avatar {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  margin: 0;
}

.agent-page .agent-content {
  padding: 0 40px;
  padding-top: 30px;
  padding-bottom: 19px;
}

.agent-page .agent-avatar img {
  border-radius: 3px 0 0 3px;
  height: auto;
}

.agent-page .agent-contact-details {
  border-radius: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#f7f7f7));
  background: linear-gradient(to left, #fff 0%, #f7f7f7);
}

.agent-page .agent-name {
  padding-left: 0;
  padding-top: 10px;
}

body .agent-page ul.social-icons {
  margin-left: 0;
}

.agent-page .agent-name h4 {
  font-size: 21px;
  color: #66676b;
}

.agent-page .agent-name span {
  font-size: 17px;
  margin-top: 5px;
}

/* Agent Page long content*/

.agent-page.long-content .agent-avatar {
  margin: 0 26px 0 0;
}

.agent-page.long-content .agent-avatar img {
  margin: 32px 0 32px 32px;
  border-radius: 3px;
}

/* ---------------------------------- */

/* Agency List
------------------------------------- */

.agent.agency {
  margin-bottom: 30px;
}

.agent.agency .agent-avatar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body .agent.agency .social-icons li a {
  border: 1px solid #e0e0e0;
  height: 45px;
  width: 45px;
  border-radius: 4px;
  top: 0 !important;
}

.agent.agency .social-icons {
  left: 0;
  margin: 7px 0 0px 0;
}

.agent.agency .agent-content {
  padding-bottom: 25px;
}

.agent.agency .agent-name h4,
.agent.agency .agent-name h4 a {
  color: #333;
}

.agent.agency .agent-name span {
  margin-top: 5px;
  font-size: 17px;
}

.agent.agency .agent-name span i {
  margin-right: 2px;
}

.agency-map #propertyMap {
  max-height: 300px;
  height: 300px;
}

.agency-tabs .tabs-container {
  overflow: visible;
}

.agency-tabs.style-1 .tabs-container .tab-content {
  padding-top: 45px;
}

/*----------------------------------- */

/* Fullscreen Map Section
------------------------------------- */

.fs-container {
  height: 100%;
  width: 100%;
}

.fs-container #map-container {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
  margin-bottom: 0px;
}

.fs-content {
  max-height: 100%;
  overflow: auto;
  padding: 0;
}

.fs-container section.search {
  padding: 32px 40px 47px 40px;
}

.fs-container .fs-listings {
  padding: 0 25px;
  margin: 0;
}

.fs-switcher {
  padding: 0 25px;
  margin: 0;
}

/* Inner Containers */

.fs-inner-container {
  width: 50%;
  height: 100%;
  float: left;
  display: inline-block;
}

.fs-inner-container {
  width: 55%;
}

.fs-inner-container:first-child {
  width: 45%;
}

button.fs-map-btn.button {
  position: relative;
  float: right;
  top: 6px;
  padding: 10px 40px;
  margin: 0;
}

.fs-container .more-search-options-trigger {
  position: relative;
  top: 10px;
}

.showing-results {
  color: #888;
  margin: 5px 0 25px 0;
}

.listings-container.fs-listings {
  left: 0;
  width: 100%;
  position: relative;
}

.listings-container.fs-listings.grid-layout {
  left: 0;
  width: 100%;
  position: relative;
}

.listings-container.fs-listings.list-layout {
  padding: 0 40px;
}

.listings-container.fs-listings.list-layout .listing-content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.listings-container.fs-listings.list-layout .listing-img-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  max-width: 300px;
}

/* Grid layout below 1366px screens */

@media (max-width: 1365px) {
  .listings-container.fs-listings.grid-layout .listing-item {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .listings-container.fs-listings.grid-layout {
    padding: 0 40px;
  }

  .listings-container.fs-listings.list-layout .listing-item {
    display: block;
  }

  .listings-container.fs-listings.list-layout .details.button.border {
    display: none;
  }

  .listings-container.fs-listings.list-layout .listing-img-container {
    max-width: 100%;
  }

  .fs-switcher .layout-switcher {
    display: none;
  }
}

/* Forms Grid */

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

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

.col-fs-11 {
  width: 91.66666667%;
}

.col-fs-10 {
  width: 83.33333333%;
}

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

.col-fs-8 {
  width: 66.66666667%;
}

.col-fs-7 {
  width: 58.33333333%;
}

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

.col-fs-5 {
  width: 41.66666667%;
}

.col-fs-4 {
  width: 33.33333333%;
}

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

.col-fs-2 {
  width: 16.66666667%;
}

.col-fs-1 {
  width: 8.33333333%;
}

@media (max-width: 1599px) {
  .col-fs-12,
  .col-fs-11,
  .col-fs-10,
  .col-fs-9,
  .col-fs-8,
  .col-fs-7,
  .col-fs-6 {
    width: 100%;
  }

  .col-fs-5,
  .col-fs-4,
  .col-fs-3,
  .col-fs-2,
  .col-fs-1 {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .col-fs-12,
  .col-fs-11,
  .col-fs-10,
  .col-fs-9,
  .col-fs-8,
  .col-fs-7,
  .col-fs-6,
  .col-fs-5,
  .col-fs-4,
  .col-fs-3,
  .col-fs-2,
  .col-fs-1 {
    width: 100%;
  }

  .overflow-hidden {
    overflow: hidden;
  }
}

/* ---------------------------------- */

/* Listings Styles
------------------------------------- */

.fs-listings,
.listings-container {
  position: relative;
  z-index: 9;
}

.listing-item {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: block;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 30px;
}

.owl-carousel .listing-item {
  margin-bottom: 0;
}

.listing-img-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

.listing-img-container img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.listing-img-container:after,
.listing-img-container:before {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
}

.listing-img-container:before {
  opacity: 0.9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), to(#2f2f2f));
  background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.listing-img-container:after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#66676b));
  background: linear-gradient(to bottom, transparent 60%, #66676b);
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.listing-img-container:hover:before {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.listing-img-container:hover:after {
  opacity: 0.9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Content on image */

.listing-img-content {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 30px;
}

.listing-img-content span {
  color: #fff;
  font-size: 23px;
}

.listing-img-content .listing-price i {
  display: block;
  font-style: normal;
  font-size: 16px;
  padding: 0;
  margin: -4px 0 0 0;
}

/* Badges */

.listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 13px;
  padding: 0px;
  overflow: hidden;
  height: 100px;
}

.listing-badges span {
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  float: right;
  background-color: rgba(74, 74, 76, 0.7);
  border-radius: 3px;
  top: 15px;
  right: 15px;
  position: absolute;
}

.listing-badges .featured {
  background-color: #66676b;
  float: left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 12.5px;
  margin: 0;
}

/* Like Icon */

span.like-icon {
  color: #fff;
  font-size: 24px;
  position: absolute;
  z-index: 101;
  right: 30px;
  width: 23px;
  height: 26px;
  bottom: 28px;
}

.like-icon:before,
.like-icon:after {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0, -0.41, 0.19, 2.5);
  transition: opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0, -0.41, 0.19, 2.5);
  transition: opacity 0.3s, transform 0.4s cubic-bezier(0, -0.41, 0.19, 2.5);
  transition: opacity 0.3s, transform 0.4s cubic-bezier(0, -0.41, 0.19, 2.5), -webkit-transform 0.4s cubic-bezier(0, -0.41, 0.19, 2.5);
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}

.like-icon:before {
  content: "\F006";
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.like-icon:after {
  content: "\F005";
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  color: #ffcf00;
}

.like-icon.liked:after {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Listing Content */

.listing-title {
  padding: 15px 30px;
  padding-top: 12px;
}

.listing-title h4 a {
  font-size: 20px;
  color: #333;
  line-height: 31px;
}

.listing-title h4 a:hover {
  color: #66676b;
}

.listing-address {
  color: #909090;
  top: -7px;
  position: relative;
}

.list-layout .listing-address {
  top: -5px;
}

a.listing-address {
  display: inline-block;
  line-height: 24px;
}

.listing-address:hover {
  color: #707070;
}

.listing-address i {
  padding-right: 3px;
  line-height: 0;
}

/* Listing Details */

ul.listing-details {
  background-color: #f7f7f7;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 18px 30px 18px 0;
}

ul.listing-details li {
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  color: #868686;
  padding: 3px 0 3px 30px;
  display: inline-block;
  line-height: 26px;
}

/* Listing Footer */

.listing-footer {
  color: #909090;
  padding: 15px 30px;
}

.listing-footer i {
  padding-right: 3px;
}

.listing-footer a {
  color: #909090;
}

.listing-footer a:hover {
  color: #707070;
}

.listing-footer span {
  float: right;
}

/* property main features */

.listing-features {
  background-color: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f6f6f6));
  background: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6);
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 10px 30px 24px 30px;
}

.listing-features li {
  font-size: 15px;
  color: #888;
  display: inline-block;
  margin-right: 28px;
  padding: 14px 0 0 0;
  line-height: 26px;
}

.listing-features li:last-child {
  margin: 0;
}

.listing-features li span {
  display: block;
  color: #444;
}

/* Listing - List Style
------------------------------------- */

.list-layout .listing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
}

.list-layout .listing-content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.list-layout .listing-img-container {
  height: 0;
  min-height: 200px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow: hidden;
  border-radius: 3px 0 0 3px;
}

.fullwidth-layout .list-layout .listing-content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.fullwidth-layout .list-layout .listing-img-container {
  -webkit-box-flex: 1.6;
      -ms-flex: 1.6;
          flex: 1.6;
}

.list-layout .listing-img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 3px 0 0 3px;
}

.list-layout .listing-title {
  padding: 18px 35px;
  padding-bottom: 20px;
  padding-right: 160px;
  position: relative;
}

.list-layout ul.listing-details {
  padding: 18px 0;
  padding-right: 35px;
}

.list-layout ul.listing-details li {
  padding-left: 35px;
}

.list-layout .listing-footer {
  padding: 15px 35px;
}

.list-layout .listing-img-container:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(#2f2f2f));
  background: linear-gradient(to bottom, transparent 55%, #2f2f2f);
}

.list-layout .listing-img-container:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(#66676b));
  background: linear-gradient(to bottom, transparent 55%, #66676b);
}

/* Grid Layout*/

.grid-layout .listing-item .details.button {
  display: none;
}

.grid-layout .listing-item.list-layout .details.button {
  display: block;
}

.grid-layout {
  left: -1.5%;
  width: 103%;
  position: relative;
}

.grid-layout .listing-item {
  display: inline-block;
  width: 47%;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  position: relative;
}

/* Three Columns Grid Layout*/

.grid-layout-three {
  left: -1%;
  width: 102%;
  position: relative;
}

.grid-layout-three .listing-item {
  display: inline-block;
  width: 31.33%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
}

/* Layout Switcher */

.layout-switcher.hidden {
  display: none;
}

.layout-switcher a {
  width: 36px;
  height: 36px;
  background-color: #f0f0f0;
  display: inline-block;
  border-radius: 3px;
  color: #a0a0a0;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.layout-switcher a.active,
.layout-switcher a:hover {
  color: #fff;
  background-color: #66676b;
}

.layout-switcher {
  text-align: right;
}

/* Details Button */

.details.button.border {
  padding: 8px 16px;
  position: absolute;
  top: 50%;
  right: 35px;
  margin: 0;
  -webkit-transform: translate(0, -51%) scale(1);
          transform: translate(0, -51%) scale(1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  overflow: hidden;
  display: none;
}

.list-layout .details.button.border {
  display: block;
}

.details.button.border:hover {
  padding-right: 32px;
}

.details.button.border:after {
  content: "\F105";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  right: 5px;
}

.details.button.border:hover:after {
  opacity: 1;
  right: 15px;
}

/* Listing - Compact Grid
------------------------------------- */

.listing-item.compact {
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.compact .listing-img-content {
  padding: 0;
}

.listing-hidden-content {
  position: relative;
  width: 100%;
  background-color: #66676b;
  color: #fff;
  height: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  padding: 0 0 0 25px;
  display: block;
  overflow: hidden;
}

.listing-item.compact:hover .listing-hidden-content {
  height: 70px;
}

.listing-item.compact li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  padding: 15px 20px 0 0;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.listing-item.compact li:last-child {
  padding: 0;
}

.listing-item.compact:hover li {
  opacity: 1;
}

.listing-item.compact li span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* Overlay */

.compact .listing-img-container:before {
  opacity: 0.9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(#2f2f2f));
  background: linear-gradient(to bottom, transparent 55%, #2f2f2f);
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.compact .listing-img-container:after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(95%, #2f2f2f));
  background: linear-gradient(to bottom, transparent 35%, #2f2f2f 95%);
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.compact .listing-img-container:hover:before {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.compact .listing-img-container:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* Compact Price */

.compact .listing-img-content span {
  color: #fff;
  font-size: 20px;
}

.compact .listing-img-content .listing-compact-title {
  padding: 23px 26px;
  display: block;
}

.compact .listing-img-content .listing-compact-title i {
  display: block;
  font-style: normal;
  font-size: 17px;
  padding: 0;
  margin: 2px 0 0 0;
}

/* ---------------------------------- */

/* Fullwidth Sections
------------------------------------- */

section.fullwidth {
  width: 100%;
  display: block;
  position: relative;
  padding: 90px 0;
  margin: 50px 0;
  background-color: #f7f7f7;
}

section.fullwidth.border-top {
  border-top: 1px solid #e4e4e4;
}

section.fullwidth.border-bottom {
  border-bottom: 1px solid #e4e4e4;
}

/* ---------------------------------- */

/* Pagination
------------------------------------- */

.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  z-index: 9;
}

.pagination ul {
  margin: 0;
  padding: 0;
}

.pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination ul li a,
.pagination-next-prev ul li a {
  padding: 12px 0;
  border-bottom: none;
  display: inline-block;
  color: #888;
  background-color: #f2f2f2;
  margin: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 3px;
  line-height: 20px;
}

.pagination ul li a {
  width: 42px;
}

.pagination ul li.blank {
  color: #a0a0a0;
  padding: 0 6px;
}

.pagination ul li a.current-page,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
  background-color: #66676b;
  color: #fff;
}

.pagination-next-prev ul {
  list-style: none;
}

.pagination-next-prev a.next,
.pagination-next-prev a.prev {
  position: absolute;
  top: 0;
}

.pagination-next-prev a.next {
  right: 0;
}

.pagination-next-prev a.prev {
  left: 0;
}

.pagination-next-prev ul li a {
  color: #888;
  padding: 12px 16px;
}

.pagination-container {
  position: relative;
}

/* ---------------------------------- */

/* Property Page
------------------------------------- */

/* Property titlebar */

#titlebar.property-titlebar {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255, 255, 255, 0.5));
  padding: 55px 0;
  padding-bottom: 45px;
}

#titlebar.property-titlebar span a,
#titlebar.property-titlebar span {
  font-size: 17px;
  color: #888;
  margin-top: 5px;
  display: inline-block;
}

#titlebar.property-titlebar span a:hover {
  color: #666;
}

#titlebar.property-titlebar h1,
#titlebar.property-titlebar h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 1px 0;
}

#titlebar.property-titlebar span.property-badge {
  margin: 0;
  padding: 4px 11px;
  line-height: 24px;
  border-radius: 3px;
  background-color: #66676b;
  color: #fff;
  font-size: 13px;
  position: relative;
  top: -4px;
  margin-left: 4px;
}

.property-title {
  margin-left: 85px;
}

/* back to listings button */

.back-to-listings {
  height: 60px;
  width: 60px;
  background-color: #eaeaea;
  color: #a0a0a0;
  border-radius: 3px;
  display: inline-block;
  float: left;
  position: relative;
  top: 6px;
  margin: 0 25px 0 0;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.back-to-listings:before {
  font-family: "FontAwesome";
  content: "\F104";
  font-size: 36px;
  line-height: 58px;
  left: -1px;
  position: relative;
}

.back-to-listings:hover {
  color: #fff;
  background-color: #66676b;
}

/* property titlebar price */

.property-pricing {
  position: absolute;
  right: 15px;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  color: #66676b;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  line-height: 34px;
}

.property-pricing .sub-price {
  font-size: 19px;
  color: #999;
}

/* Fullwidth Property Slider */

.fullwidth-home-slider .item,
.fullwidth-property-slider .item,
.property-slider .item {
  height: 600px;
  position: relative;
  background-size: cover;
  background-position: 50%;
  border-radius: 3px;
}

.fullwidth-home-slider,
.fullwidth-property-slider {
  background-color: #fff;
}

.fullwidth-home-slider .item,
.fullwidth-property-slider .item {
  opacity: 0.2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 0;
  position: relative;
  height: 600px;
}

.fullwidth-home-slider .item.slick-center,
.fullwidth-property-slider .item.slick-center {
  opacity: 1;
}

.fullwidth-property-slider .slick-prev {
  left: 15%;
}

.fullwidth-property-slider .slick-next {
  right: 15%;
}

@media (max-width: 1440px) {
  .fullwidth-home-slider .item,
  .fullwidth-property-slider .item {
    height: 500px;
  }
}

@media (max-width: 1366px) {
  .fullwidth-property-slider .slick-prev {
    left: 9%;
  }

  .fullwidth-property-slider .slick-next {
    right: 9%;
  }
}

/* Fullwidth Home Slider */

.fullwidth-home-slider .item:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(#222));
  background: linear-gradient(to bottom, transparent 45%, #222);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  opacity: 0.9;
}

.fullwidth-home-slider div {
  height: 100%;
}

.home-slider-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

.fullwidth-home-slider .home-slider-desc {
  position: absolute;
  bottom: 60px;
  height: auto;
  color: #fff;
  z-index: 1001;
  width: 100%;
}

.home-slider-desc h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.home-slider-desc h3 a {
  margin: 0;
  padding: 0;
  color: #fff;
  display: block;
  font-size: 29px;
  padding-bottom: 5px;
  line-height: 42px;
}

.home-slider-desc span {
  font-size: 17px;
  display: block;
}

.home-slider-desc span i {
  margin-right: 4px;
}

.home-slider-desc .button {
  margin-top: 15px;
}

.home-slider-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  margin-bottom: 22px;
  padding-bottom: 22px;
  width: 100%;
  display: inline-block;
}

/* Read More */

.home-slider-desc .read-more {
  color: #fff;
}

.home-slider-desc .read-more i {
  color: #66676b;
}

/* Home Slide Price */

.home-slider-price {
  border-radius: 3px;
  background-color: #66676b;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 12px 15px 9px 15px;
  display: inline-block;
  line-height: 25px;
}

.home-slider-price i {
  font-size: 17px;
  font-style: normal;
  opacity: 0.7;
  line-height: 25px;
  padding: 0;
  position: relative;
  top: -2px;
}

/* Agent widget on slider*/

.no-arrows .slick-prev,
.no-arrows .slick-next {
  display: none !important;
}

.property-slider-container {
  position: relative;
}

.property-slider-container .agent-widget {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  width: 350px;
}

.fullwidth-home-slider a.item,
.fullwidth-property-slider a.item,
.property-slider a.item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.property-slider .item.slick-current.slick-active img {
  opacity: 1;
}

.property-slider-nav {
  margin-top: 10px;
  width: calc(100% + 8px);
  position: relative;
  left: -4px;
}

.property-slider-nav .item {
  cursor: pointer;
  margin: 0 5px;
  position: relative;
  border-radius: 3px;
  outline: none;
}

.property-slider-nav .item img {
  border-radius: 3px;
}

.property-slider-nav .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.property-slider-nav .item.slick-current.slick-active:before {
  border-color: #66676b;
}

.property-description h3.desc-headline {
  font-size: 22px;
  margin: 50px 0 25px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.property-description h3.desc-headline.no-border {
  padding-bottom: 0;
  border-bottom: none;
}

/* owner & agent widget */

.agent-widget {
  background-color: #fff;
  color: #707070;
  border-radius: 4px;
  padding: 32px;
  /*	border: 1px solid #e4e4e4;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);*/
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-bottom: 30px;
}

.agent-widget h4 {
  color: #333;
  margin: 0px 0 6px 0;
}

.agent-title .agent-photo img {
  border-radius: 50%;
  max-width: 72px;
}

.agent-title .agent-photo {
  float: left;
  display: block;
}

.agent-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.agent-details {
  margin-left: 92px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.agent-details span i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.agent-details span {
  color: #999;
}

/* property main features */

.property-main-features {
  background-color: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f6f6f6));
  background: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6);
  border-radius: 3px;
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 30px 24px 30px;
}

.property-main-features li {
  font-size: 17px;
  color: #888;
  display: inline-block;
  margin-right: 44px;
  padding: 24px 0 0 0;
  line-height: 30px;
}

.property-main-features li:last-child {
  margin: 0;
}

.property-main-features li span {
  display: block;
  color: #444;
}

/* property features */

.property-features {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.property-features li {
  color: #333;
  display: block;
  margin: 0 0 7px 0;
  padding: 0;
}

.property-features li:last-child {
  margin: 0;
}

.property-features li span {
  color: #707070;
}

.property-features.checkboxes li {
  color: #707070;
}

.property-features.checkboxes li:before {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  top: -1px;
  position: relative;
  content: "\F00C";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  background-color: #66676b;
  border: 2px solid transparent;
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
  border-radius: 2px;
}

/* Property Map */

#propertyMap {
  height: 400px;
  border-radius: 3px;
}

#propertyMap-container {
  height: auto;
  position: relative;
  padding-top: 5px;
  display: block;
}

/* Show more */

.show-more {
  max-height: 240px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.show-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(88%, #fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff 88%);
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.show-more.visible {
  max-height: 2000px;
}

.show-more.visible:after,
.show-more.visible .show-more-button {
  opacity: 0;
  visibility: hidden;
}

.show-more-button {
  position: absolute;
  bottom: -15px;
  left: 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50.5%);
          transform: translateX(-50.5%);
  z-index: 10;
  text-align: center;
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 20px;
}

.show-more-button i {
  margin-left: 3px;
}

/* ---------------------------------- */

/* My Account Page
------------------------------------- */

.my-account-nav-container {
  border-radius: 3px;
  /*	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
  background: #f9f9f9;
  padding: 30px 0;
  margin: 0 0 40px 0;
}

.my-account-nav {
  padding: 0;
  padding: 0 35px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.my-account-nav-container .my-account-nav:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.my-account-nav li {
  list-style: none;
  padding: 1px 0 2px 0;
  margin: 0;
}

.my-account-nav li a {
  color: #333;
}

.my-account-nav li a.current,
.my-account-nav li a:hover {
  color: #66676b;
}

.my-account-nav li i {
  margin-right: 5px;
  display: inline-block;
}

.sub-nav-title {
  font-size: 13px;
  margin-bottom: 5px !important;
  display: inline-block;
  color: #888;
}

/* Edit Profile Photo */

.edit-profile-photo img {
  border-radius: 3px;
  max-width: 300px;
  width: 100%;
}

.edit-profile-photo {
  position: relative;
}

.change-photo-btn {
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  font-size: 13px;
  bottom: 15px;
  left: 15px;
  width: auto;
  background-color: #fff;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  line-height: 28px;
}

.photoUpload {
  position: relative;
  overflow: hidden;
  padding: 3px 12px;
  cursor: pointer;
}

.photoUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.change-photo-btn:hover {
  color: #fff;
  background-color: #66676b;
}

.change-photo-btn i {
  margin-right: 2px;
}

.my-profile label {
  margin-top: 30px;
}

.my-profile {
  padding-right: 35px;
}

.my-profile label i {
  margin-right: 3px;
}

.my-profile textarea {
  height: 200px;
}

/* ---------------------------------- */

/* Tables + Stacktable (responsive tables plug-in)
------------------------------------- */

table.manage-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}

table.manage-table th {
  border: none;
  background-color: #66676b;
  text-align: left;
  padding: 17px 20px;
  color: #fff;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 9;
  line-height: 22px;
  margin-left: 33px !important;
}

table.manage-table th i {
  margin-right: 3px;
  font-size: 14px;
}

table.manage-table th i.fa-calendar {
  position: relative;
  top: -1px;
}

table.manage-table a.button {
  padding: 7px 14px;
  line-height: 26px;
}

/* Property Title */

table.manage-table .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

table.manage-table .title-container img {
  width: 30%;
  border-radius: 3px;
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
  margin-right: 26px;
}

table.manage-table .title-container .title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

table.manage-table .title-container .title h4 {
  margin-bottom: 4px;
  margin-top: 2px;
  display: block;
}

table.manage-table .title-container .title h4 a {
  color: #333;
}

table.manage-table .title-container .title h4 a:hover {
  color: #66676b;
}

table.manage-table .title-container .title span {
  display: block;
}

table.manage-table .title-container .title .table-property-price {
  display: inline-block;
  background: #f0f0f0;
  color: #888;
  border-radius: 2px;
  font-size: 13px;
  margin-top: 9px;
  padding: 2px 10px;
}

table.manage-table th:first-child {
  width: 50%;
  border-radius: 3px 0 0 3px;
}

table.manage-table th:last-child {
  border-radius: 0 3px 3px 0;
}

table.manage-table th:first-child i {
  left: 35px;
}

table.manage-table td:first-child {
  padding-left: 0px;
  line-height: 25px;
}

table.manage-table td {
  padding: 35px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
}

table.manage-table td.centered {
  text-align: center;
}

table.manage-table td.action a {
  display: block;
  color: #333;
  line-height: 20px;
  padding: 3px 0;
  position: relative;
  margin-left: 21px;
}

table.manage-table td.action a.delete i {
  left: -20px;
}

table.manage-table td.action a i {
  position: absolute;
  left: -21px;
  top: 5px;
}

table.manage-table td.action a.delete:hover {
  color: #f02929;
}

table.manage-table td.action a:hover {
  color: #66676b;
}

table.manage-table.bookmarks-table .title-container img {
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}

.bookmarks-table td.action {
  width: 30%;
  text-align: right;
}

body .bookmarks-table td.action a.delete i {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 3px;
}

.keywords,
.alert-name {
  width: 18%;
}

/* ---------------------------------- */

/* Stacktable
------------------------------------- */

.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 990px) {
  .stacktable.large-only {
    display: none;
  }

  .stacktable.small-only {
    display: table;
  }
}

/* Responsive Tables */

.st-key {
  border: none;
  background-color: #f9f9f9;
  text-align: left;
  padding: 20px 22px;
  color: #333;
  vertical-align: top;
  font-weight: 600;
  width: 45%;
  border: 1px solid #e4e4e4;
}

.st-key i {
  margin-right: 4px;
}

.st-val {
  width: 55%;
  text-align: left;
  padding: 20px 22px;
  border: 1px solid #e4e4e4;
  border-left: 0;
}

.st-val a {
  font-weight: 600;
  color: #333;
  display: block;
  line-height: 27px;
}

.st-val a.button {
  color: #fff !important;
  text-align: center;
}

.st-val a:hover {
  color: #808080;
}

.st-space {
  height: 40px;
}

.st-space:first-child {
  height: 10px;
}

.stacktable {
  width: 100%;
}

.st-head-row.st-head-row-main {
  display: block;
}

/* ---------------------------------- */

/* Submit page
------------------------------------- */

.submit-page,
#titlebar.submit-page h2 {
  padding: 0 7%;
}

#titlebar.submit-page h2 i {
  margin-right: 3px;
}

.submit-section {
  margin: 30px 0 60px 0;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.submit-page textarea,
.submit-page input {
  -webkit-transition: -webkit-box-shadow 0.2s !important;
  transition: -webkit-box-shadow 0.2s !important;
  transition: box-shadow 0.2s !important;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
}

.my-profile input:focus,
.my-profile textarea:focus,
.submit-page textarea:focus,
.submit-page input:focus {
  -webkit-transition: -webkit-box-shadow 0.2s !important;
  transition: -webkit-box-shadow 0.2s !important;
  transition: box-shadow 0.2s !important;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.submit-page h5 {
  margin-bottom: 15px;
  font-size: 15px;
}

.submit-page h5 span {
  color: #888;
}

.submit-page .form {
  margin-bottom: 30px;
}

textarea.WYSIWYG {
  min-height: 250px;
}

.submit-page .divider {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin: -20px 0 35px 0;
}

a.button.preview {
  font-size: 17px;
  padding: 15px 25px;
}

a.button.preview i {
  margin-left: 5px;
}

/* Infobox */

.tip {
  font-style: normal;
  position: relative;
  top: -1px;
  left: 2px;
  display: inline-block;
  cursor: help;
  color: #fff;
  font-size: 11px;
  line-height: 0;
  width: 18px;
  height: 18px;
  background: #66676b;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.tip-content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% - 20px));
          transform: translate(-50%, calc(-100% - 20px));
  -ms-transform: translate(-50%, -100%);
  background: #333;
  color: #fff;
  padding: 13px 15px;
  min-width: 225px;
  max-width: 225px;
  font-size: 13px;
  border-radius: 3px;
  line-height: 19px;
  pointer-events: none;
  z-index: 999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tip:hover .tip-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, calc(-100% - 13px));
          transform: translate(-50%, calc(-100% - 13px));
  -ms-transform: translate(-50%, -115%);
}

.tip:after {
  font-family: "FontAwesome";
  content: "\F128";
  line-height: 19px;
  display: inline-block;
  position: relative;
  text-align: center;
  -moz-transform: translateY(-1px);
}

.tip-content:after {
  font-family: "FontAwesome";
  content: "\F0DD";
  position: absolute;
  bottom: 3px;
  left: 50%;
  font-size: 22px;
  color: #333;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

/*----------------------------------- */

/* Image Hovers
------------------------------------- */

.img-box {
  height: 350px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 90;
  margin: 10px 0;
  border-radius: 3px;
}

.img-box-background {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.img-box:hover .img-box-background {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #222;
  opacity: 0.3;
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.img-box:hover:before {
  background-color: #66676b;
  opacity: 0.7;
}

.img-box-content {
  position: absolute;
  z-index: 101;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50.5%);
          transform: translate(0, -50.5%);
}

.img-box-content h4 {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin: 0;
}

.img-box-content span {
  font-size: 16px;
  color: #fff;
}

/* ---------------------------------- */

/* Contact Form
------------------------------------- */

#contact textarea {
  min-height: 200px;
  margin: 15px 0 25px 0;
}

#contact input {
  margin-bottom: 25px;
}

.loader {
  margin-left: 15px;
}

.submit.disabled:hover,
.submit.disabled {
  background-color: #e8e8e8;
  color: #333;
}

#contact input.button.submit {
  margin-bottom: 10px;
  line-height: 20px;
  -webkit-transition: all 0.25s !important;
  transition: all 0.25s !important;
}

#contact input[type="submit"].submit:hover {
  opacity: 0.92;
}

.contact-sent {
  background-color: #EBF6E0;
  color: #5f9025;
  padding: 20px 26px;
  margin-bottom: 30px;
  border-radius: 3px;
}

/* Office Address Box */

.office-address {
  text-align: center;
  position: relative;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.office-address ul {
  list-style: none;
  font-size: 18px;
  padding: 0;
  line-height: 30px;
}

.office-address h3 {
  font-size: 28px;
  color: #fff;
  margin-top: 0;
}

.office-address h3:after {
  content: "";
  height: 2px;
  width: 50px;
  position: relative;
  display: block;
  background-color: #66676b;
  margin: 20px auto;
  border-radius: 2px;
}

.address-container {
  background-color: #2b2c30;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}

.address-container:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-color: #1e1e21;
  opacity: 0.9;
}

/* Google Maps */

.contact-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-map .google-map-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.contact-map .address-box-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  width: 440px;
  height: 450px;
}

.contact-map .google-map-container #propertyMap {
  height: 100%;
  width: 100%;
}

@media (min-width: 1680px) {
  .contact-map .address-box-container {
    height: 480px;
  }
}

@media (max-width: 1440px) {
  .contact-map .address-box-container {
    height: 420px;
  }
}

/* Contact Details */

.sidebar-textbox {
  display: inline-block;
  width: 100%;
  padding-right: 40px;
}

.sidebar-textbox.color {
  background-color: #666;
  color: #fff;
}

.sidebar-textbox.color h4 {
  color: #fff;
}

.sidebar-textbox h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

.sidebar-textbox span {
  color: #666;
  display: inline-block;
}

.sidebar-textbox.color span {
  color: #fff;
}

.sidebar-textbox ul.contact-details {
  list-style: none;
  padding: 5px 0 0 0;
}

.sidebar-textbox ul.contact-details strong {
  font-weight: 500;
}

.sidebar-textbox ul.contact-details li {
  text-align: left;
  padding-left: 60px;
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}

.sidebar-textbox ul.contact-details li strong {
  display: block;
  color: #333;
}

.sidebar-textbox ul.contact-details li i {
  height: 100%;
  position: absolute;
  left: 0;
  font-size: 32px;
  color: #333;
  top: 10px;
}

/* ---------------------------------- */

/* Blog Styles
------------------------------------- */

.blog-post {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  margin: 15px 0;
}

section.fullwidth .blog-post {
  margin: 5px 0 0 0;
}

.post-img {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

.post-img img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.post-img:after {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  opacity: 0;
  background: #66676b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(#66676b));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #66676b);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-radius: 3px 3px 0 0;
}

.post-img:hover:after {
  opacity: 0.8;
}

/* Post Hover Icon */

.post-img:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  content: "";
  z-index: 119;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #66676b;
  background-image: url(/Sites/sale/images/plus-icon.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}

.post-img:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Content Styling */

.post-content {
  padding: 38px;
}

.post-content p {
  margin: 18px 0 0;
}

.post-content h3 {
  margin: 0;
  line-height: 34px;
  font-size: 22px;
}

.post-content h3 a {
  color: #333;
}

.post-content h3 a:hover {
  color: #66676b;
}

.post-content .meta-tags span {
  margin: 0 0 15px 0;
  display: inline-block;
  color: #888;
}

.post-content a.read-more {
  color: #66676b;
  margin: 23px 0 2px 0;
  display: inline-block;
}

a.read-more i {
  font-size: 20px;
  position: relative;
  padding-left: 4px;
  top: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.read-more:hover i {
  padding-left: 7px;
}

/* Post Meta */

.post-meta {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
}

.post-meta li {
  display: inline-block;
  color: #888;
}

.post-meta li:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #d0d0d0;
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0 10px;
}

.post-meta li:last-child:after {
  display: none;
}

.post-meta li a {
  color: #888;
}

.post-meta li a:hover {
  color: #66676b;
}

/* Blog Page Common Style */

.blog-page .blog-post {
  margin: 0 0 45px 0;
}

/* Search Widget */

.search-blog-input {
  position: relative;
}

.widget .search-blog-input .input:before {
  content: "\E090";
  font-size: 17px;
  color: #a0a0a0;
  position: absolute;
  display: inline-block;
  font-family: "simple-line-icons";
  right: 18px;
  top: 13px;
  margin-bottom: 0;
  background-color: #fff;
  padding-left: 7px;
}

#contact textarea,
#contact input,
.widget .search-blog-input input {
  -webkit-transition: -webkit-box-shadow 0.2s !important;
  transition: -webkit-box-shadow 0.2s !important;
  transition: box-shadow 0.2s !important;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
}

#contact textarea:focus,
#contact input:focus,
.widget .search-blog-input input:focus {
  -webkit-transition: -webkit-box-shadow 0.2s !important;
  transition: -webkit-box-shadow 0.2s !important;
  transition: box-shadow 0.2s !important;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

/* Blog Widget Tabs */

.widget-tabs {
  padding: 0;
  list-style: none;
}

.widget-tabs li {
  padding: 0 0 27px 0;
  margin: 24px 0 0 0;
  border-bottom: 1px solid #e0e0e0;
}

.widget .tab-content {
  padding-bottom: 0;
}

.widget-thumb a img {
  display: block;
  width: 95px;
  height: 95px;
  float: left;
  border-radius: 3px;
  margin: 3px 22px 0 0;
}

.widget-thumb {
  width: 95px;
  margin-right: 25px;
}

.widget-text h5 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 5px 0;
}

.widget-text h5 a {
  color: #333;
}

.widget-text h5 a:hover {
  color: #66676b;
}

.widget-text span {
  color: #888;
  font-weight: 500;
  margin: -2px 0 0 0;
  display: block;
}

.widget-thumb {
  display: inline-block;
}

.widget-thumb a img {
  width: 100%;
  height: auto;
}

.widget-text {
  display: inline-block;
  width: 70%;
  padding: 0 25px 0 0;
  position: relative;
}

.widget-tabs .widget-content {
  display: table;
}

.widget-tabs .widget-content .widget-text {
  display: table-cell;
  vertical-align: middle;
}

.widget-tabs li {
  padding: 0 0 20px 0;
  margin: 24px 0 0 0;
}

.widget-tabs li:first-child {
  padding: 0 0 20px 0;
  margin: 32px 0 0 0;
}

.widget-tabs li:last-child {
  border: none;
  padding-bottom: 0;
}

.widget h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

/* Single Post */

.single-post p {
  margin: 20px 0;
}

.single-post p:last-child {
  margin-bottom: 0px;
}

.single-post .post-img {
  border-radius: 3px 3px 0 0;
}

.blog-page .blog-post .post-content,
.single-post .post-content {
  padding: 36px 43px;
}

/* Comments
------------------------------------- */

.comments {
  margin: -10px 0 0 0;
}

.comments h4 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.comments h4 span {
  display: inline-block;
  font-size: inherit;
}

.comment {
  font-size: 20px;
}

.comments .button {
  margin: 0 0 10px  0;
  padding: 7px 15px;
}

.comments.reviews .button {
  margin: 0;
}

.comments ul {
  padding-left: 0;
}

.comments ul li {
  display: block;
}

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
  margin: 50px 0 0 0px;
}

.comments ul li ul {
  margin: 0 0 0 100px;
}

.comment-content p {
  margin: 3px 0 0 0;
  line-height: 26px;
}

.comment-content {
  color: #666;
  padding: 0 0 0 100px;
}

.comments ul li ul {
  border-left: 1px solid #e0e0e0;
  padding-left: 35px;
}

.comments ul li ul li:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #e0e0e0;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: -35px;
}

.comments ul li {
  position: relative;
}

.comment-content strong {
  padding-right: 5px;
  color: #666;
}

.comment-content span {
  color: #888;
}

body .comment-content p {
  padding: 5px 0;
}

.comments-amount {
  color: #888;
  font-weight: 500;
}

.avatar {
  display: inline-block;
  float: left;
  padding: 0 20px 0 0;
  position: absolute;
  left: 0px;
}

.avatar img {
  max-width: 80px;
  border-radius: 50%;
}

.comment-by {
  width: 100%;
  padding-bottom: 8px;
  padding-top: 5px;
  font-weight: 500;
  color: #333;
}

.comment-by h5 {
  margin: 0 0 7px 0;
}

.comment-by a.reply,
.comment-by a.reply i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.comment-by a.reply {
  display: inline;
  background-color: #f0f0f0;
  padding: 5px 16px;
  line-height: 22px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 15px;
  border-radius: 50px;
}

.comment-by a.reply i {
  font-size: 12px;
  margin-right: 1px;
}

.comment-by a.reply:hover {
  background-color: #66676b;
}

.comment-by a.reply:hover,
.comment-by a.reply:hover i {
  color: #fff;
}

.comment-by span.date {
  color: #888;
  font-weight: 500;
  margin: 0px 0 0 0;
  float: none;
  display: block;
  text-align: left;
}

/* Add Comment */

.add-comment label span {
  color: #e24747;
}

.add-comment input {
  margin: 0 0 25px 0;
  width: 40%;
  min-width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.add-comment textarea:focus,
.add-comment input:focus {
  -webkit-transition: -webkit-box-shadow 0.2s !important;
  transition: -webkit-box-shadow 0.2s !important;
  transition: box-shadow 0.2s !important;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.add-comment textarea {
  margin: 0 0 30px 0;
  width: 100%;
  min-width: 100%;
  min-height: 220px;
  resize: vertical;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* About Author
------------------------------------- */

.about-author {
  margin: 10px 0 45px 0;
  padding: 30px 35px;
  background: #f8f8f8;
  border-radius: 3px;
}

.about-author p {
  margin: 5px 0 5px 0;
}

.about-author a {
  position: relative;
  top: -7px;
}

.about-author h4 {
  letter-spacing: 0;
}

.about-author img {
  float: left;
  margin: 7px 5px 5px 5px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.about-description {
  margin: 2px 0 0 130px;
}

/* Share Buttons
------------------------------------- */

.share-buttons {
  padding: 0;
  list-style: none;
}

.share-buttons li {
  display: inline-block;
  margin: 0 6px 8px 0;
}

.share-buttons li a {
  background: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 17px;
}

.share-buttons li a:hover {
  color: #fff;
}

.share-buttons li i {
  font-size: 16px;
  position: relative;
  right: 3px;
  top: 1px;
}

/* fb */

.share-buttons li a.fb-share:hover {
  background: #3b5998;
  color: #fff;
}

.share-buttons li a.fb-share {
  border-color: #3b5998;
  color: #3b5998;
}

/* twitter */

.share-buttons li a.twitter-share:hover {
  background: #1da1f2;
  color: #fff;
}

.share-buttons li a.twitter-share {
  border-color: #1da1f2;
  color: #1da1f2;
}

/* gplus */

.share-buttons li a.gplus-share:hover {
  background: #dd4b39;
  color: #fff;
}

.share-buttons li a.gplus-share {
  border-color: #dd4b39;
  color: #dd4b39;
}

/* pinterest */

.share-buttons li a.pinterest-share:hover {
  background: #bd081c;
  color: #fff;
}

.share-buttons li a.pinterest-share {
  border-color: #bd081c;
  color: #bd081c;
}

/* Post Navigation
------------------------------------- */

#posts-nav {
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  margin: 0;
  display: inline-block;
  min-height: 60px;
}

#posts-nav li span {
  display: block;
  color: #999;
  font-size: 15px;
  margin-bottom: 1px;
  font-weight: 500;
}

#posts-nav li {
  position: absolute;
  font-size: 17px;
  font-weight: 500;
  width: 50%;
}

#posts-nav li a {
  -webkit-transition: color 0.3s 0s, -webkit-transform 0.3s;
  transition: color 0.3s 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.3s 0s;
  transition: transform 0.3s, color 0.3s 0s, -webkit-transform 0.3s;
  color: #333;
  display: inline-block;
}

#posts-nav li a:hover {
  color: #66676b;
}

#posts-nav li.next-post {
  right: 0;
  text-align: right;
}

#posts-nav li.prev-post {
  left: 0;
}

#posts-nav li.next-post a {
  padding-right: 50px;
}

#posts-nav li.prev-post a {
  padding-left: 50px;
}

#posts-nav li.prev-post a:before,
#posts-nav li.next-post a:before {
  font-family: "simple-line-icons";
  font-size: 20px;
  position: absolute;
  color: inherit;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#posts-nav li.next-post a:before {
  right: 0;
  content: "\E606";
}

#posts-nav li.prev-post a:before {
  left: 0;
  content: "\E605";
}

#posts-nav li.next-post a:hover:before {
  -webkit-transform: translate3d(5px, -50%, 0);
          transform: translate3d(5px, -50%, 0);
}

#posts-nav li.prev-post a:hover:before {
  -webkit-transform: translate3d(-5px, -50%, 0);
          transform: translate3d(-5px, -50%, 0);
}

/* ------------------------------------------------------------------- */

/* 03. Scripts
---------------------------------------------------------------------- */

/* ---------------------------------- */

/* Google Maps
------------------------------------- */

.infoBox {
  border-radius: 3px;
}

.map-box {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  left: -62px;
}

.map-box h4 {
  margin: 0;
  padding: 0;
}

.map-box h4 a {
  padding: 0px;
  font-size: 17px;
  line-height: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.map-box h4 a:hover {
  color: #66676b;
}

.map-box p {
  padding: 0;
  line-height: 25px;
  margin: 2px 0 0 0;
  font-size: 14px;
}

.map-box ul.listing-details {
  padding: 0;
  font-size: 14px;
  display: none;
}

.map-box .listing-title {
  padding: 22px;
  padding-top: 20px;
}

.map-box .listing-img-content {
  padding: 18px 22px;
}

.map-box .listing-img-content span {
  font-size: 21px;
}

.map-box .listing-img-content .listing-price i {
  font-size: 15px;
  margin: 0;
}

.infoBox > img {
  position: absolute !important;
  right: 0px;
  top: 0px;
}

.map-box .listing-img-container:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#2f2f2f));
  background: linear-gradient(to bottom, transparent 50%, #2f2f2f);
}

.map-box .listing-img-container:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#66676b));
  background: linear-gradient(to bottom, transparent 50%, #66676b);
}

/* Cluster styles */

.cluster img {
  display: none;
}

.cluster {
  width: 36px !important;
  height: 36px !important;
}

.cluster div {
  text-align: center;
  font-size: 15px !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  background-color: #66676b;
}

.cluster div:before {
  border: 7px solid #66676b;
  opacity: 0.2;
  -webkit-box-shadow: inset 0 0 0 4px #66676b;
          box-shadow: inset 0 0 0 4px #66676b;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: cluster-animation 2.5s infinite;
          animation: cluster-animation 2.5s infinite;
}

@-webkit-keyframes cluster-animation {
  0%, 100% {
    -webkit-transform: scale(1.3) rotate(0deg);
            transform: scale(1.3) rotate(0deg);
  }

  50% {
    -webkit-transform: scale(1.5) rotate(90deg);
            transform: scale(1.5) rotate(90deg);
  }
}

@keyframes cluster-animation {
  0%, 100% {
    -webkit-transform: scale(1.3) rotate(0deg);
            transform: scale(1.3) rotate(0deg);
  }

  50% {
    -webkit-transform: scale(1.5) rotate(90deg);
            transform: scale(1.5) rotate(90deg);
  }
}

/* Close Button */

.infoBox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  z-index: 999;
  text-align: center;
  line-height: 31px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  height: 31px;
  width: 31px;
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "FontAwesome";
  border-radius: 3px;
  -webkit-text-stroke: 1px #fff;
}

.infoBox-close:hover {
  color: #fff;
  background-color: #66676b;
  -webkit-text-stroke: 1px #66676b;
}

/* Read More Icon */

.map-box-icon {
  height: 38px;
  width: 38px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #3685cf;
  display: block;
  color: #fff;
  font-size: 12px;
  z-index: 101;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
}

.map-box-icon:before {
  content: "\F064";
  font-family: "FontAwesome";
  position: relative;
  top: 7px;
  display: block;
}

.map-box-image:hover .map-box-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateX(0);
}

.map-box-image {
  position: relative;
  overflow: hidden;
  display: block;
}

.infoBox {
  -webkit-animation: fadeIn 0.9s;
  animation: fadeIn 0.9s;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Standard syntax */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.infoBox:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

#map {
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 990;
}

#map-container {
  position: relative;
  top: 0;
  left: 0;
  height: 520px;
  width: 100%;
  z-index: 990;
  margin-bottom: 60px;
}

.gmnoprint {
  margin: 10px;
}

/* Custom Zoom Buttons
------------------------------------- */

.custom-zoom-in,
.custom-zoom-out {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  border-radius: 3px;
  margin: 5px 15px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 15px;
  height: 32px;
  width: 32px;
}

.custom-zoom-in:hover,
.custom-zoom-out:hover {
  background-color: #66676b;
  color: #fff;
}

.custom-zoom-in:before,
.custom-zoom-out:before {
  font-family: "FontAwesome";
  width: 100%;
  line-height: 34px;
  transition: -webkit-text-stroke 0.3s;
  -webkit-text-stroke: 1px #fff;
}

.custom-zoom-in:before {
  content: "\F067";
}

.custom-zoom-out:before {
  content: "\F068";
}

.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before {
  -webkit-text-stroke: 1px #66676b;
}

/* Prev & Next Buttons
------------------------------------- */

#mapnav-buttons {
  position: absolute;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 999;
  font-size: 13px;
  display: inline-block;
  bottom: 20px;
  right: 20px;
  list-style: none;
  padding: 0;
}

#mapnav-buttons.top {
  top: 20px;
  right: 20px;
  bottom: initial;
}

#mapnav-buttons li {
  float: left;
  margin-left: 4px;
  line-height: 20px;
}

#streetView,
#geoLocation,
#scrollEnabling,
#mapnav-buttons a {
  color: #333;
  background-color: #fff;
  padding: 8px 16px;
  padding-top: 9px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
}

#geoLocation:hover,
#streetView:hover,
#scrollEnabling:hover,
#scrollEnabling.enabled,
#mapnav-buttons a:hover {
  background-color: #66676b;
  color: #fff;
}

#prevpoint:before,
#nextpoint:after {
  font-family: "FontAwesome";
  position: relative;
  font-weight: 500;
  margin: 0 0 0 6px;
  font-size: 16px;
  top: 1px;
  line-height: 1px;
}

#prevpoint:before {
  content: "\F104";
  margin: 0 6px 0 0;
}

#nextpoint:after {
  content: "\F105";
  margin: 0 0 0 6px;
}

#streetView,
#geoLocation,
#scrollEnabling {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  font-size: 13px;
  line-height: 20px;
}

#streetView:before,
#geoLocation:before,
#scrollEnabling:before {
  content: "\E015";
  font-family: "simple-line-icons";
  position: relative;
  top: 2px;
  margin: 0 6px 0 0;
  font-size: 15px;
  line-height: 1px;
}

#scrollEnabling:before {
  margin-left: -3px;
}

#streetView:before {
  content: "\F21D";
  font-family: "FontAwesome";
  font-size: 16px;
  top: 1px;
  margin-right: 8px;
}

#geoLocation {
  right: auto;
  left: 20px;
  padding: 8px 11px;
}

#geoLocation:before {
  content: "\F192";
  font-family: "FontAwesome";
  font-size: 16px;
  margin: 0;
  top: 2px;
}

/* ---------------------------------- */

/* Owl Carousel
------------------------------------- */

body .carousel {
  left: -15px;
  width: calc(100% + 30px);
}

.carousel-item {
  margin: 15px;
}

.owl-theme .owl-controls {
  text-align: center;
}

/* Styling Next and Prev buttons */

.dot-navigation.owl-theme .owl-controls .owl-buttons {
  display: none;
}

.logo-carousel.dot-navigation .owl-controls {
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #aaa;
  display: inline-block;
  position: relative;
  zoom: 1;
  padding: 6px;
  font-size: 12px;
  background: transparent;
  font-family: "FontAwesome";
  font-size: 38px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\F105";
}

.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\F104";
}

.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: -60px;
  right: 8px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  color: #888;
}

/* Before page gets loaded */

.carousel-item {
  width: 29%;
  display: inline-block;
}

.carousel-item .listing-carousel {
  overflow: hidden;
  height: 280px;
}

.owl-wrapper .carousel-item {
  width: auto;
  display: block;
}

.owl-wrapper .listing-carousel {
  overflow: hidden;
  height: auto;
}

/* Before page gets loaded */

/* Logo Carousel */

.logo-carousel {
  padding: 0px;
}

.logo-carousel .owl-controls .owl-buttons {
  position: absolute;
  top: -75px;
  right: -5px;
}

.logo-carousel .item {
  text-align: center;
  padding: 0 0;
}

.logo-carousel .item img {
  max-width: 200px;
  height: auto;
}

/* Listing carousel nav */

.listing-carousel.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  color: #fff;
  width: 100%;
  height: 100px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 99;
}

.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover,
.listing-carousel.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  position: absolute;
  z-index: 101;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 37px;
  padding: 0;
}

.list-layout .listing-carousel.owl-theme .owl-controls .owl-buttons div:hover,
.list-layout .listing-carousel.owl-theme .owl-controls .owl-buttons div {
  font-size: 19px;
  height: 32px;
  width: 32px;
  line-height: 31px;
}

.listing-carousel.owl-theme .owl-controls .owl-prev:before,
.listing-carousel.owl-theme .owl-controls .owl-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #66676b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  border-radius: 50%;
  opacity: 0.9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.listing-carousel.owl-theme .owl-controls .owl-prev:after,
.listing-carousel.owl-theme .owl-controls .owl-next:before {
  z-index: 99;
  position: relative;
}

.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover:before,
.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover:after {
  opacity: 1;
}

.listing-carousel.owl-theme .owl-controls .owl-next {
  right: 26px;
  text-indent: 2px;
}

.listing-carousel.owl-theme .owl-controls .owl-prev {
  left: 26px;
  text-indent: -2px;
}

.listing-item .owl-next,
.listing-item .owl-prev {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.listing-item .owl-next {
  margin-right: -5px;
}

.listing-item .owl-prev {
  margin-left: -5px;
}

.listing-item:hover .owl-next,
.listing-item:hover .owl-prev {
  opacity: 1;
  -webkit-transform: translate3d(0, -51%, 0);
          transform: translate3d(0, -51%, 0);
  margin: 0;
}

.listing-carousel.outer .owl-next,
.listing-carousel.outer .owl-prev {
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* Alternative Listing Carousel Navigation Theme */

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons {
  top: -48px;
  height: 0;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons div {
  top: 0;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-prev {
  right: 35px;
  left: auto;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons div:hover,
.listing-carousel.owl-theme.outer .owl-controls .owl-buttons div {
  color: #fff;
  position: absolute;
  z-index: 101;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev::before,
.listing-carousel.owl-theme.outer .owl-controls .owl-next::after {
  background-color: #eee;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev::after,
.listing-carousel.owl-theme.outer .owl-controls .owl-next::before {
  color: #a0a0a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::before,
.listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::after {
  background-color: #66676b;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::after,
.listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::before {
  color: #fff;
}

/* Styling Next and Prev buttons */

.owl-nav span {
  color: #FFF;
  margin: 0;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  cursor: pointer;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: none;
}

.dot-navigation.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px 4px 0 4px;
  opacity: 0.5;
  border-radius: 50%;
  background: #aaa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: 3d 0, 0, 0;
          transform: 3d 0, 0, 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */

.owl-item.loading {
  min-height: 150px;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */

/*empty*/

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/* ---------------------------------- */

/* Slick Carousel
------------------------------------- */

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 990;
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
}

.fullwidth-home-slider .slick-prev,
.fullwidth-home-slider .slick-next {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}

.fullwidth-home-slider .slick-next {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}

.fullwidth-home-slider:hover .slick-prev,
.fullwidth-home-slider:hover .slick-next {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slick-prev:after,
.slick-next:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #66676b;
  opacity: 0.85;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.slick-prev:hover:after,
.slick-next:hover:after {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 20px;
  opacity: 1;
  color: white;
  position: relative;
  z-index: 999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 40px;
}

.slick-prev:before {
  content: '\F104';
  left: -1px;
}

.slick-next {
  right: 40px;
}

.slick-next:before {
  content: '\F105';
  right: -1px;
}

.property-slider .slick-prev,
.property-slider .slick-next {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate;
          transform: translate;
}

.property-slider .slick-prev {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

.property-slider .slick-next {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.property-slider:hover .slick-prev,
.property-slider:hover .slick-next {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* Dots */

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ---------------------------------- */

/* Magnific Popup
------------------------------------- */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.96;
}

.mfp-wrap {
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #aaa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-s-loading .mfp-arrow {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0px;
  top: -40px;
}

/* Close Button */

.og-close,
button.mfp-close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -20px;
  display: block;
  right: -12px;
  cursor: pointer !important;
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin: 0px;
  background-color: transparent;
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: -12px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-close {
  top: 20px;
  right: 10px;
}

.mfp-gallery .mfp-content .mfp-close {
  display: none;
}

.mfp-gallery .mfp-close:after,
.mfp-gallery .mfp-close:before {
  font-family: "FontAwesome";
  font-size: 29px;
  top: 4px;
  left: 50%;
  position: absolute;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mfp-close::after,
.mfp-close::before {
  top: 0px;
}

.og-close {
  margin: 17px;
  right: 10px;
  background: transparent;
  color: #222;
}

.mfp-close:hover,
.og-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.og-close:after,
.og-close:before,
.mfp-close:after,
.mfp-close:before {
  font-family: "FontAwesome";
  font-size: 29px;
  top: 21px;
  left: 50%;
  position: absolute;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.og-close:after,
.og-close:before {
  top: 7px;
  font-size: 29px;
}

.og-close:after,
.mfp-close:after {
  content: "\F106";
  -webkit-transform: translate(0, 0);
  transform: translate(-50%, 60%);
}

.og-close:after {
  -webkit-transform: translate(0, 0);
  transform: translate(-50%, 60%);
}

.og-close:before,
.mfp-close:before {
  content: "\F107";
  -webkit-transform: translate(0, 0);
  transform: translate(-50%, 0%);
}

#small-dialog .mfp-close,
.mfp-close:hover {
  color: #fff;
}

#small-dialog .mfp-close:hover {
  color: #fff;
}

.small-dialog-content input[type=submit] {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 10px;
}

.small-dialog-content .divider {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 0;
}

.small-dialog-headline h2,
.small-dialog-headline h3,
.small-dialog-headline h4 {
  font-size: 22px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  display: inline-block;
  margin: 10px 0 35px 0;
  padding-bottom: 30px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px;
}

.mfp-arrow {
  opacity: 1;
  margin: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 100;
  overflow: hidden;
  background: rgba(77, 77, 77, 0.4);
  border-radius: 50%;
  outline: none;
}

.mfp-arrow:hover {
  background: #66676b;
  color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: "FontAwesome";
  font-size: 29px;
}

.mfp-arrow.mfp-arrow-right {
  right: 15px;
}

.mfp-arrow.mfp-arrow-left:before {
  content: "\F104";
  left: -1px;
  top: 0px;
  position: relative;
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\F105";
  left: 1px;
  top: 0px;
  position: relative;
}

.mfp-content:hover .mfp-arrow {
  opacity: 1;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1180px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 54%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Popup */

#small-dialog {
  background: #fff;
  padding: 30px 45px 35px 45px;
  text-align: left;
  max-width: 610px;
  margin: 40px auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#small-dialog span.line {
  padding-top: 7px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* Media Queries for Magnific Popup */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

@media all and (max-width: 800px) {
  .mfp-arrow {
    width: 70px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
  background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ---------------------------------- */

/* Dropzone
------------------------------------- */

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
*/

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  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-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: 3px;
  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: 3px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

.dropzone {
  position: relative;
  border: 2px dashed #d0d0d0;
  border-radius: 3px;
  background: #fcfcfc;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.dropzone:hover {
  border: 2px dashed #66676b;
  background: #fff;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.dropzone:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  background-color: #66676b;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 3px;
}

.dropzone:hover:before {
  opacity: 0.4;
}

.dropzone .dz-message {
  text-align: center;
  margin: 50px 0;
  font-size: 17px;
  color: #888;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 11;
}

.dropzone:hover .dz-message {
  color: #66676b;
}

.dz-message i {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
}

/* ---------------------------------- */

/* Chosen Plugin
------------------------------------- */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  zoom: 1;
  *display: inline;
  -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%;
  left: -9999px;
  z-index: 990;
  width: 100%;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(white));
  background: linear-gradient(to bottom, #fcfcfc 0%, white 100%);
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* Single Select box */

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 51px;
  line-height: 51px;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  color: #888;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  border-radius: 3px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888;
}

.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 {
  display: block;
  position: relative;
}

.chosen-container-single .chosen-single div b:after {
  content: "\F0D7";
  font-family: "FontAwesome";
  font-size: 14px;
  margin: 0 14px 0 0;
  top: -1px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #c0c0c0;
  float: right;
  font-weight: normal;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 8px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 6px 20px 6px 6px;
  width: 100%;
  height: 40px;
  outline: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 9;
  background-color: #fafafa;
}

.chosen-container-single .chosen-search:before {
  content: "\F002";
  font-family: "FontAwesome";
  font-size: 15px;
  margin: 0 15px 0 0;
  top: 12px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #aaa;
  float: right;
  font-weight: normal;
  z-index: 10;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* Sort by custom */

.sort-by {
  position: relative;
  top: -3px;
}

.sort-by label,
.sort-by .sort-by-select {
  display: inline-block;
  float: left;
}

.sort-by label {
  line-height: 40px;
  margin-top: 1px;
  padding: 0;
}

.sort-by .chosen-container-active .chosen-single,
.sort-by .chosen-container-active .chosen-choices,
.sort-by .chosen-container-active.chosen-with-drop .chosen-single,
.sort-by .chosen-container-single .chosen-single {
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  background-color: #fff;
  width: 100%;
  display: inline-block;
  padding-left: 10px;
}

.sort-by .chosen-container-active .chosen-drop,
.sort-by .chosen-container-single .chosen-drop {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sort-by .chosen-container-active.chosen-with-drop .chosen-drop {
  opacity: 1;
}

.sort-by .chosen-container .chosen-drop {
  padding-top: 10px;
  border: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-radius: 3px;
  width: 200px;
  margin-left: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.sort-by .chosen-container-single .chosen-single div b:after {
  color: #66676b;
}

.sort-by .chosen-container-single .chosen-default {
  color: #66676b;
}

.sort-by .chosen-container-single .chosen-single span {
  margin-right: 0px;
  color: #66676b;
  vertical-align: top;
}

.sort-by .chosen-container-single .chosen-single div {
  position: relative;
  top: -1px;
  margin-left: 15px;
  display: inline-block;
}

.chosen-container-single .chosen-single span {
  display: inline-block;
  margin-right: 0;
}

/* Results */

.chosen-container .chosen-results {
  color: #888;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 8px 0;
  padding: 0 4px 0 8px;
  max-height: 300px;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 10px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container-multi .chosen-results li {
  padding: 10px 18px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #66676b;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.chosen-container .chosen-results li.no-results {
  color: #888;
  display: list-item;
  background-color: #fff;
}

.chosen-container-multi .chosen-results li.no-results {
  background-color: #fff;
}

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

/* Multi Selectbox */

.chosen-container-multi .chosen-choices {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 53px;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px;
  cursor: pointer;
  margin: 0;
}

.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"] {
  margin: 0;
  padding: 0;
  height: 53px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  color: #888;
  line-height: normal;
  font-weight: 500;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 12px 5px 0 -4px;
  padding: 0 25px 0 8px;
  max-width: 100%;
  background-color: #66676b;
  line-height: 29px;
  color: #fff;
  cursor: default;
  font-weight: 500;
}

.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: -2px;
  right: 7px;
  display: block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\F00D";
  font-family: "FontAwesome";
  font-size: 13px;
  top: 1px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #fff;
  float: right;
  font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #888;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* Active */

.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e0e0e0;
}

.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 {
  content: "\F0D8";
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #888 !important;
}

/* Custom Scrollbar for -wekbit */

.chosen-drop ::-webkit-scrollbar {
  width: 10px;
}

.chosen-drop ::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.chosen-drop ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

.chosen-drop ::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

/* ---------------------------------- */

/* Input with dropdown
------------------------------------- */

.select-input {
  position: relative;
}

.select-input input {
  position: relative;
  z-index: 101;
}

.select-input .select {
  position: absolute;
  top: -8px;
}

.select-hidden {
  display: none;
  visibility: hidden;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #fff;
  width: 100%;
  height: 51px;
}

.select-styled {
  opacity: 0;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 990;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  padding: 0 4px;
  padding-top: 8px;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select-list-container {
  padding: 0 4px;
  max-height: 300px;
  overflow: auto;
  display: inline-block;
  width: 100%;
}

ul.select-options li {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #888;
  margin: 0;
  padding: 10px 10px;
  list-style: none;
  line-height: 15px;
  border-radius: 3px;
}

.select-options li:hover {
  color: #fff;
  background-color: #66676b;
}

.select-options li[rel="hide"] {
  display: none;
}

.select-options ::-webkit-scrollbar {
  width: 10px;
}

.select-options ::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.select-options ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

.select-options ::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

/* data unit styling */

.data-unit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 19px;
  font-style: normal;
  color: #aaa;
  z-index: 110;
  background-color: transparent;
  outline: 0;
  border: 0;
  padding: 0 0 0 10px;
  margin: 0;
  pointer-events: none;
  background-color: #fcfcfc;
}

.disabled-first-option ul.select-options li:first-child {
  pointer-events: none;
  color: #aaa;
}

/* ------------------------------------------------------------------- */

/*  04. Shortcodes
---------------------------------------------------------------------- */

/* ---------------------------------- */

/* Buttons
------------------------------------- */

button.button,
input[type="button"],
input[type="submit"],
a.button.border,
a.button {
  background-color: #66676b;
  top: 0;
  padding: 10px 20px;
  color: #fff;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-right: 6px;
  overflow: hidden;
  border: none;
  border-radius: 3px;
}

button.button:before,
a.button:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

button.button:hover:before,
a.button:hover:before {
  opacity: 0.1;
}

a.button.white {
  background-color: #fff;
  color: #333;
}

/* Border Button Style */

a.button.border:before {
  display: none;
}

a.button.border {
  background-color: transparent;
  color: #66676b;
  border: 1px solid #66676b;
  padding: 9px 19px;
}

a.button.border:hover {
  background-color: #66676b;
  color: #fff;
  opacity: 1;
}

a.button.border.white {
  border-color: #fff;
  color: #fff;
}

a.button.border.white:hover {
  background-color: #fff;
  color: #66676b;
}

/* Full Width button */

button.button.fullwidth,
a.button.fullwidth {
  width: 100%;
  text-align: center;
}

a.button.white.border:hover {
  color: #333;
}

.button i {
  padding-right: 4px;
}

/* ---------------------------------- */

/* List Styles
------------------------------------- */

.list-4,
.list-3,
.list-2,
.list-1 {
  padding: 3px 0 0 0;
}

.list-4 li,
.list-3 li,
.list-2 li,
.list-1 li {
  list-style: none;
  margin: 14px 0;
  line-height: 27px;
  margin-left: 22px;
  position: relative;
}

.list-1.alt li {
  margin: 12px 0;
  margin-left: 22px;
}

.list-4 li:first-child,
.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
  margin-top: 0;
}

.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
  font-family: "FontAwesome";
  margin: 0;
  position: relative;
  color: #66676b;
  float: left;
  margin-left: -22px;
  display: block;
}

.list-1.gray li:before {
  color: #777;
}

.list-4 li:before {
  content: "\F192";
  font-size: 14px;
  top: 1px;
}

.list-3 li:before {
  content: "\F058";
  font-size: 15px;
  top: 1px;
}

.list-2 li:before {
  content: "\F00C";
  font-size: 14px;
}

.list-1 li:before {
  content: "\F0C8";
  font-size: 8px;
}

.list-4 li {
  margin-left: 27px;
}

.list-4 li:before {
  margin-left: -27px;
}

/* Numbered Style */

.numbered ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin-left: 18px;
  display: inline-block;
}

.numbered ol li {
  display: inline-block;
  padding: 6px 0;
  width: 100%;
}

.numbered ol > li::before {
  content: counter(li);
  counter-increment: li;
  font-size: 16px;
  line-height: 34px;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 50%;
  text-align: center;
  margin: 0;
  margin-left: 0;
  font-weight: 500;
  color: #333;
  position: relative;
  float: left;
  left: -18px;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.numbered.color ol > li::before {
  border: 1px solid #66676b;
  color: #66676b;
}

.numbered.color.filled ol > li::before {
  border: 1px solid #66676b;
  color: #fff;
  background-color: #66676b;
}

mark.color {
  background-color: #66676b;
  border-radius: 3px;
}

/* ---------------------------------- */

/* Tooltips
------------------------------------- */

#tiptip_holder {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
}

#tiptip_holder.tip_top {
  padding-bottom: 5px;
  -webkit-transform: translateX(12px);
}

#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

#tiptip_holder.tip_right {
  padding-left: 5px;
}

#tiptip_holder.tip_left {
  padding-right: 5px;
}

#tiptip_content {
  color: #f0f0f0;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 10px;
  background-color: #333;
  border-radius: 3px;
}

#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #333;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #333;
}

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #333;
}

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #333;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #333;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #333;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #333;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #333;
}

/* ---------------------------------- */

/* Pricing Tables
------------------------------------- */

.pricing-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.plan {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  z-index: 9;
}

.plan-price {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6));
  background: linear-gradient(to bottom, #fafafa 0%, #f6f6f6);
  padding: 45px 30px;
  padding-top: 48px;
}

.plan:first-child .plan-price {
  border-radius: 3px 0 0 0;
}

.plan:first-child {
  border-radius: 3px 0 3px 3px;
}

.plan:last-child .plan-price {
  border-radius: 0 3px 0 0;
}

.plan:last-child {
  border-radius: 0 3px 3px 0;
}

.plan-price h3 {
  margin: 0;
  color: #888;
  font-size: 22px;
}

.plan-price .value {
  display: block;
  font-size: 37px;
  line-height: 35px;
  padding: 22px 0 0 0;
  color: #66676b;
}

.plan-price .period {
  color: #909090;
  margin-top: 20px;
  padding: 0 10%;
  display: block;
}

.plan-features {
  padding: 35px 30px;
  background: #fff;
}

.plan-features ul {
  list-style: none;
  padding: 0;
}

.plan-features ul li {
  padding: 3px 0;
}

.plan-features a.button {
  margin-top: 20px;
}

/* featured plan*/

.plan.featured {
  margin-left: -1px;
  margin-right: -1px;
  -webkit-transform: translateY(-23px);
          transform: translateY(-23px);
  border-radius: 0 0 3px 3px;
  z-index: 11;
}

.plan.featured .plan-price {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent);
  background-color: #66676b;
  padding: 50px 30px;
  border-radius: 3px 3px 0 0;
}

.plan.featured .plan-price h3 {
  color: #fff;
}

.plan.featured .plan-price .value {
  color: #fff;
}

.plan.featured .plan-price .period {
  color: rgba(255, 255, 255, 0.8);
  line-height: 23px;
}

.plan.featured .plan-features {
  padding: 45px 30px;
}

.plan.featured .listing-badges .featured {
  background: #fff;
  color: #66676b;
}

/* ---------------------------------- */

/* Accordion / Toggles
------------------------------------- */

.ui-accordion .ui-accordion-header,
.trigger a {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  line-height: 26px;
  outline: none;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  padding: 16px 27px;
  margin: -1px 0 0 0;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
  font-size: 18px;
  top: 1px;
  position: relative;
  padding-right: 3px;
}

.style-2 .ui-accordion .ui-accordion-header i,
.style-2 .trigger a i {
  padding-right: 6px;
}

.style-2 .ui-accordion .ui-accordion-header:hover,
.style-2 .trigger a:hover {
  color: #66676b;
}

.trigger.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
  background-color: #66676b;
  border-color: #66676b;
  color: #fff;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
  margin: 0 4px 0 0;
  position: relative;
}

.ui-accordion .ui-accordion-content,
.toggle-container {
  padding: 28px 30px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.ui-accordion .ui-accordion-content p,
.toggle-container p {
  margin: 0;
}

/* Style 2 of accordions and toggles */

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .trigger a {
  border: none;
  margin: 0;
  padding: 27px 0;
  text-transform: none;
  font-size: 17px;
  font-weight: 500;
  background-color: transparent;
  color: #333;
  padding-right: 60px;
}

body .style-2 .ui-accordion .ui-accordion-header,
body .style-2 .trigger a {
  text-transform: none;
}

.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-container {
  padding: 0px 0 30px 0;
  border: none;
}

.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active:hover,
.style-2 .ui-accordion .ui-accordion-header-active {
  background-color: transparent;
  border-color: transparent;
  color: #66676b;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-wrap {
  border-bottom: 1px solid #e0e0e0;
}

.style-2 .ui-accordion .ui-accordion-header-active {
  border: none;
}

.accordion h3 .sl-icon-plus,
.trigger .sl-icon-plus {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 26px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0);
          transform: translate3d(0, -50%, 0) rotate(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion h3.ui-accordion-header-active .sl-icon-plus,
.trigger.active .sl-icon-plus {
  margin-top: 2px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
          transform: translate3d(0, -50%, 0) rotate(45deg);
}

/* Floorplans Accordion */

.fp-accordion {
  margin-top: 30px;
}

.fp-accordion .accordion h3:first-child {
  border-radius: 3px 3px 0 0 !important;
}

.fp-accordion .ui-accordion .ui-accordion-header,
.fp-accordion .ui-accordion .ui-accordion-header.ui-accordion-header-active {
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.fp-accordion .accordion h3 {
  border-radius: 0 0 3px 3px;
  font-size: 15px;
  color: #777;
  background-color: #fbfbfb;
  border-color: #e0e0e0;
}

.fp-accordion .accordion h3:hover {
  background-color: #fefefe;
}

.fp-accordion .accordion h3.ui-accordion-header span {
  font-size: 13px;
  border-radius: 3px;
  padding: 5px 6px;
  margin-left: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}

.fp-accordion .accordion h3.ui-accordion-header.ui-accordion-header-active span {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.fp-accordion .accordion h3.ui-accordion-header-active {
  border-radius: 0;
  color: #fff;
  background: transparent;
  background-color: #66676b;
  border-color: #66676b;
}

.fp-accordion .accordion h3 i.fa-angle-down {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 19px;
  right: 15px;
  font-size: 20px;
  color: #888;
}

.fp-accordion .accordion h3.ui-accordion-header-active i.fa-angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #fff;
}

.fp-accordion .ui-accordion .ui-accordion-content {
  padding-bottom: 0;
}

.fp-accordion .ui-accordion .ui-accordion-content p {
  padding-bottom: 28px;
  line-height: 26px;
}

.fp-accordion a img {
  width: 65%;
  text-align: center;
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  margin: 0 auto;
}

.fp-accordion a.floor-pic {
  margin: 5px 0 20px 0;
  width: 100%;
  display: inline-block;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 53%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------- */

/* Tabs
------------------------------------- */

.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabs-nav li a i {
  padding-right: 5px;
  font-size: 16px;
  top: 1px;
  position: relative;
}

.tabs-nav li {
  float: left;
  line-height: 45px;
  padding: 0;
  margin-right: 4px;
  position: relative;
  z-index: 12;
}

.tabs-nav li a,
.tab-reviews {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.tabs-nav li a {
  border-bottom: 2px solid transparent;
  color: #333;
  display: inline-block;
  outline: none;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 15px;
  z-index: 11;
  position: relative;
  margin-bottom: -1px;
}

.tabs-nav li a:hover {
  border-color: #66676b;
}

.tab-reviews {
  color: #aaa;
}

.tabs-nav li.active .tab-reviews {
  color: #fff;
}

.tabs-nav li a:hover,
.tabs-nav li.active a {
  border-color: #66676b;
  color: #66676b;
  z-index: 11;
}

.tab-content {
  padding: 28px 33px;
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 100%;
}

.tabs-container {
  overflow: hidden;
  width: 100%;
}

.tab-content p:last-child {
  margin-bottom: 0;
}

.style-2 .tabs-container {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* Tabs Style 1 */

.style-1 .tabs-container .tab-content {
  border: none;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0 0 0;
}

/* Taba Style 3 */

.style-3 .tabs-nav {
  text-align: center;
}

.style-3 .tabs-nav li {
  float: none;
  line-height: 32px;
  padding: 0;
  margin-right: 4px;
  position: relative;
  z-index: 12;
  display: inline-block;
  text-align: center;
}

.style-3 .tabs-nav li a {
  border: none;
  color: #333;
  display: inline-block;
  outline: none;
  padding: 7px 24px;
  text-decoration: none;
  font-size: 14px;
  z-index: 11;
  position: relative;
  margin-bottom: -1px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
}

.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a {
  border-color: #66676b;
  background-color: #66676b;
  color: #fff;
  z-index: 11;
}

.style-3 .tabs-container .tab-content {
  border: none;
  padding: 30px 0 0 0;
}

/* Tabs Style 4 */

.style-4 .tabs-nav {
  width: 35%;
  display: table-cell;
}

.style-4 .tabs-container {
  width: 65%;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}

.style-4 .tabs-container .tab-content {
  border: none;
  padding: 10px 0 0 0;
}

.style-4.tabs {
  display: table;
}

.style-4 .tabs-nav li a {
  float: none;
  width: 90%;
  border: none;
  padding: 0;
  background-color: #fff;
  margin: 0 0 1px 0;
  border: none;
  padding: 9px 24px;
  line-height: 30px;
  border-radius: 3px;
}

.style-4 .tabs-nav li.active a {
  background-color: #66676b;
  color: #fff;
}

.style-4 .tabs-nav li {
  width: 100%;
}

/* Tabs Style 5 */

.style-5 .tabs-nav li {
  width: 33.33%;
}

.stytle-5 .tabs-container .widget-text {
  position: relative;
  top: 50px;
  -webkit-transform: transitionY(-50%);
          transform: transitionY(-50%);
  display: inline-block;
}

.style-5 .tabs-nav {
  bottom: 5px;
  position: relative;
}

.style-5 .tabs-nav li a {
  border: none;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 4px;
  padding: 0;
}

.style-5 .tabs-nav li.active a {
  background-color: #66676b;
  color: #fff;
}

.style-5 .tabs-container .tab-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 20px 0 0 0;
}

/* ---------------------------------- */

/* Tables
------------------------------------- */

table.basic-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  margin-bottom: 15px;
}

table.basic-table th {
  background-color: #66676b;
  text-align: left;
  color: #fff;
  vertical-align: top;
  font-weight: 500;
}

table.basic-table th:first-child {
  border-radius: 3px 0 0 3px;
}

table.basic-table th:last-child {
  border-radius: 0 3px 3px 0;
}

table.basic-table th,
table.basic-table td {
  padding: 15px 28px;
}

table.basic-table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

table.basic-table {
  margin-bottom: 0;
}

/* ---------------------------------- */

/* Notification Boxes
------------------------------------- */

#result .success,
.notification {
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  padding: 20px 26px;
  padding-right: 50px;
  border-radius: 3px;
}

.notification p {
  margin: 0;
}

#result .success,
.notification.success {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
  background-color: #EBF6E0;
}

#result .success,
.notification.success,
.notification.success a,
.notification.success strong {
  color: #5f9025;
}

.notification.error {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
  background-color: #ffe9e9;
}

.notification.error,
.notification.error a,
.notification.error strong {
  color: #de5959;
}

.notification.warning {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
  background-color: #FBFADD;
}

.notification.warning,
.notification.warning a,
.notification.warning strong {
  color: #8f872e;
}

.notification.notice h4 {
  font-size: 19px;
  margin: 3px 0 15px 0;
}

.notification.notice h4,
.notification.notice,
.notification.notice a,
.notification.notice strong {
  color: #3184ae;
}

.notification.notice {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
  background-color: #E9F7FE;
}

.notification.notice.large {
  padding: 32px 36px;
}

body .notification strong {
  border: none;
}

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
  padding: 0px 9px;
  position: absolute;
  right: 0;
  top: 22px;
  display: block;
  height: 8px;
  width: 8px;
  cursor: pointer;
}

.notification.success .close {
  background: url(/Sites/sale/images/alert_boxes_close_ico.png) 0 -8px no-repeat;
}

.notification.error .close {
  background: url(/Sites/sale/images/alert_boxes_close_ico.png) 0 0 no-repeat;
}

.notification.warning .close {
  background: url(/Sites/sale/images/alert_boxes_close_ico.png) 0 -16px no-repeat;
}

.notification.notice .close {
  background: url(/Sites/sale/images/alert_boxes_close_ico.png) 0 -24px no-repeat;
}

.notification.notice p span i {
  font-weight: 500;
}

.notification a.button {
  float: right;
  color: #fff;
  margin-top: 3px;
}

.notification.notice a.button {
  background-color: #388fc5;
}

.notification.warning a.button {
  background-color: #dfbe51;
}

.notification.error a.button {
  background-color: #d34c4c;
}

.notification.success a.button {
  background-color: #79ba38;
}

.notification.closeable a.close:before {
  content: "\F00D";
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 0;
  cursor: pointer;
}

/* ---------------------------------- */

/* Social Icons
------------------------------------- */

.social-icons {
  padding-left: 5px;
}

.social-icons li {
  display: inline;
  float: left;
  text-align: left;
  margin-right: 16px;
  margin-top: 11px;
  transform: scale(1.19);
  -webkit-transform: scale(1.19);
  -webkit-filter: blur(radius);
}

.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.social-icons.fixed li a {
  display: block;
}

/* Common Styles */

.social-icons li a i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 20;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -webkit-filter: blur(radius);
}

.social-icons li a:hover,
.social-icons li a i {
  color: #fff;
}

.social-icons li a i {
  top: -30px;
  opacity: 0;
}

.social-icons li a:hover i {
  top: 0;
  opacity: 1;
}

/* Rounded Style */

.social-icons.rounded li a {
  border-radius: 3px;
}

/* Border Style */

.social-icons.border li a {
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.social-icons.border li a:hover {
  border-color: transparent;
}

/* Color Style */

.social-icons.color li a {
  border-color: transparent;
}

.social-icons.color li a i,
.social-icons.color li a:hover i {
  top: 0;
  opacity: 1;
}

.social-icons.color a:before {
  opacity: 0;
}

/* Fixed Style */

.social-icons.fixed {
  position: fixed;
  left: 0;
  padding-left: 2px;
  top: 100px;
  width: 50px;
}

.social-icons.fixed li {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  margin-top: 7px;
}

.social-icons.fixed li a {
  background-color: rgba(51, 51, 51, 0.35);
}

.social-icons.fixed li a:before {
  color: #fff;
}

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 16px;
  color: #a0a0a0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: absolute;
  z-index: 20;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/* Icon Styles */

.twitter:before,
.social-icons li a.twitter i {
  font-size: 14px;
}

.twitter i,
.twitter:before {
  margin: 13px 0 0 12px;
}

.twitter:before {
  content: "T";
  top: 0;
  opacity: 1;
}

.twitter:hover:before {
  top: 30px;
  opacity: 0;
}

.twitter:hover {
  background-color: #3bc1ed !important;
}

.twitter:hover,
.social-icons.color .twitter,
.social-icons.fixed .twitter:hover {
  background-color: #3bc1ed;
  border-color: #3bc1ed;
}

.dribbble i,
.dribbble:before {
  margin: 13px 0 0 13px;
}

.dribbble:before {
  content: "D";
  top: 0;
  opacity: 1;
}

.dribbble:hover:before {
  top: 30px;
  opacity: 0;
}

.dribbble:hover {
  background-color: #ef5a92 !important;
}

.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover {
  background-color: #ef5a92;
  border-color: #ef5a92;
}

.facebook i,
.facebook:before {
  margin: 13px 0 0 16px;
}

.facebook:before {
  content: "f";
  top: 0;
  opacity: 1;
}

.facebook:hover:before {
  top: 30px;
  opacity: 0;
}

.facebook:hover {
  background-color: #4a6d9d !important;
}

.social-icons.color .facebook,
.social-icons.fixed .facebook:hover {
  background-color: #4a6d9d;
  border-color: #4a6d9d;
}

.linkedin i,
.linkedin:before {
  margin: 13px 0 0 13px;
}

.linkedin:before {
  content: "L";
  top: 0;
  opacity: 1;
}

.linkedin:hover:before {
  top: 30px;
  opacity: 0;
}

.linkedin:hover {
  background-color: #0b7bb5 !important;
}

.social-icons.color .linkedin,
.social-icons.fixed .linkedin:hover {
  background-color: #0b7bb5;
  border-color: #0b7bb5;
}

.delicious i,
.delicious:before {
  margin: 13px 0 0 13px;
}

.delicious:before {
  content: "#";
  top: 0;
  opacity: 1;
}

.delicious:hover:before {
  top: 30px;
  opacity: 0;
}

.delicious:hover {
  background-color: #3274d1 !important;
}

.social-icons.color .delicious,
.social-icons.fixed .delicious:hover {
  background-color: #3274d1;
  border-color: #3274d1;
}

.paypal i,
.paypal:before {
  margin: 13px 0 0 13px;
}

.paypal:before {
  content: "$";
  top: 0;
  opacity: 1;
}

.paypal:hover:before {
  top: 30px;
  opacity: 0;
}

.paypal:hover {
  background-color: #2e689a !important;
}

.social-icons.color .paypal,
.social-icons.fixed .paypal:hover {
  background-color: #2e689a;
  border-color: #2e689a;
}

.gplus i,
.gplus:before {
  margin: 13px 0 0 13px;
}

.gplus:before {
  content: "\F0D5";
  top: 0;
  opacity: 1;
}

.gplus:hover:before {
  top: 30px;
  opacity: 0;
}

.gplus:hover {
  background-color: #d53824 !important;
}

.social-icons.color .gplus,
.social-icons.fixed .gplus:hover {
  background-color: #d53824;
  border-color: #d53824;
}

.stumbleupon i,
.stumbleupon:before {
  margin: 13px 0 0 11px;
}

.stumbleupon:before {
  content: "/";
  top: 0;
  opacity: 1;
}

.stumbleupon:hover:before {
  top: 30px;
  opacity: 0;
}

.stumbleupon:hover {
  background-color: #eb4924 !important;
}

.social-icons.color .stumbleupon,
.social-icons.fixed .stumbleupon:hover {
  background-color: #eb4924;
  border-color: #eb4924;
}

.fivehundredpx i,
.fivehundredpx:before {
  margin: 13px 0 0 11px;
}

.fivehundredpx:before {
  content: "0";
  top: 0;
  opacity: 1;
}

.fivehundredpx:hover:before {
  top: 30px;
  opacity: 0;
}

.fivehundredpx:hover {
  background-color: #444 !important;
}

.social-icons.color .fivehundredpx,
.social-icons.fixed .fivehundredpx:hover {
  background-color: #444;
  border-color: #444;
}

.pinterest i,
.pinterest:before {
  margin: 13px 0 0 15px;
}

.pinterest:before {
  content: "1";
  top: 0;
  opacity: 1;
}

.pinterest:hover:before {
  top: 30px;
  opacity: 0;
}

.pinterest:hover {
  background-color: #cb1f25 !important;
}

.social-icons.color .pinterest,
.social-icons.fixed .pinterest:hover {
  background-color: #cb1f25;
  border-color: #cb1f25;
}

.forrst i,
.forrst:before {
  margin: 13px 0 0 15px;
}

.forrst:before {
  content: ":";
  top: 0;
  opacity: 1;
}

.forrst:hover:before {
  top: 30px;
  opacity: 0;
}

.forrst:hover {
  background-color: #40833e !important;
}

.social-icons.color .forrst,
.social-icons.fixed .forrst:hover {
  background-color: #40833e;
  border-color: #40833e;
}

.digg i,
.digg:before {
  margin: 13px 0 0 12px;
}

.digg:before {
  content: ";";
  top: 0;
  opacity: 1;
}

.digg:hover:before {
  top: 30px;
  opacity: 0;
}

.digg:hover {
  background-color: #205685 !important;
}

.social-icons.color .digg,
.social-icons.fixed .digg:hover {
  background-color: #205685;
  border-color: #205685;
}

.spotify i,
.spotify:before {
  margin: 13px 0 0 13px;
}

.spotify:before {
  content: "=";
  top: 0;
  opacity: 1;
}

.spotify:hover:before {
  top: 30px;
  opacity: 0;
}

.spotify:hover {
  background-color: #6ca405 !important;
}

.social-icons.color .spotify,
.social-icons.fixed .spotify:hover {
  background-color: #6ca405;
  border-color: #6ca405;
}

.reddit i,
.reddit:before {
  margin: 13px 0 0 12px;
}

.reddit:before {
  content: ">";
  top: 0;
  opacity: 1;
}

.reddit:hover:before {
  top: 30px;
  opacity: 0;
}

.reddit:hover {
  background-color: #404040 !important;
}

.social-icons.color .reddit,
.social-icons.fixed .reddit:hover {
  background-color: #404040;
  border-color: #404040;
}

.appstore i,
.appstore:before {
  margin: 13px 0 0 14px;
}

.appstore:before {
  content: "A";
  top: 0;
  opacity: 1;
}

.appstore:hover:before {
  top: 30px;
  opacity: 0;
}

.appstore:hover {
  background-color: #c0c0c0 !important;
}

.social-icons.color .appstore,
.social-icons.fixed .appstore:hover {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

.blogger i,
.blogger:before {
  margin: 13px 0 0 13px;
  font-size: 14px;
}

.blogger:before {
  content: "B";
  top: 0;
  opacity: 1;
}

.blogger:hover:before {
  top: 30px;
  opacity: 0;
}

.blogger:hover {
  background-color: #ff6501 !important;
}

.social-icons.color .blogger,
.social-icons.fixed .blogger:hover {
  background-color: #ff6501;
  border-color: #ff6501;
}

.dribbble i,
.dribbble:before {
  margin: 13px 0 0 13px;
}

.dribbble:before {
  content: "D";
  top: 0;
  opacity: 1;
}

.dribbble:hover:before {
  top: 30px;
  opacity: 0;
}

.dribbble:hover {
  background-color: #ef5a92 !important;
}

.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover {
  background-color: #ef5a92;
  border-color: #ef5a92;
}

.evernote i,
.evernote:before {
  margin: 13px 0 0 15px;
}

.evernote:before {
  content: "E";
  top: 0;
  opacity: 1;
}

.evernote:hover:before {
  top: 30px;
  opacity: 0;
}

.evernote:hover {
  background-color: #6bb130  !important;
}

.social-icons.color .evernote,
.social-icons.fixed .evernote:hover {
  background-color: #6bb130;
  border-color: #6bb130;
}

.flickr i,
.flickr:before {
  margin: 13px 0 0 13px;
}

.flickr:before {
  content: "F";
  top: 0;
  opacity: 1;
}

.flickr:hover:before {
  top: 30px;
  opacity: 0;
}

.flickr:hover {
  background-color: #136dd5  !important;
}

.social-icons.color .flickr,
.social-icons.fixed .flickr:hover {
  background-color: #136dd5;
  border-color: #136dd5;
}

.rss i,
.rss:before {
  margin: 13px 0 0 14px;
  font-size: 14px;
}

.rss:before {
  content: "R";
  top: 0;
  opacity: 1;
}

.rss:hover:before {
  top: 30px;
  opacity: 0;
}

.rss:hover {
  background-color: #fe8f00  !important;
}

.social-icons.color .rss,
.social-icons.fixed .rss:hover {
  background-color: #fe8f00;
  border-color: #fe8f00;
}

.youtube i,
.youtube:before {
  margin: 13px 0 0 14px;
  font-size: 18px;
}

.youtube:before {
  content: "U";
  top: 0;
  opacity: 1;
}

.youtube:hover:before {
  top: 30px;
  opacity: 0;
}

.youtube:hover {
  background-color: #bf2f29  !important;
}

.social-icons.color .youtube,
.social-icons.fixed .youtube:hover {
  background-color: #bf2f29;
  border-color: #bf2f29;
}

.vimeo i,
.vimeo:before {
  margin: 13px 0 0 13px;
  font-size: 14px;
}

.vimeo:before {
  content: "V";
  top: 0;
  opacity: 1;
}

.vimeo:hover:before {
  top: 30px;
  opacity: 0;
}

.vimeo:hover {
  background-color: #4c8ab0  !important;
}

.social-icons.color .vimeo,
.social-icons.fixed .vimeo:hover {
  background-color: #4c8ab0;
  border-color: #4c8ab0;
}

.xing i,
.xing:before {
  margin: 13px 0 0 14px;
}

.xing:before {
  content: "X";
  top: 0;
  opacity: 1;
}

.xing:hover:before {
  top: 30px;
  opacity: 0;
}

.xing:hover {
  background-color: #036568 !important;
}

.social-icons.color .xing,
.social-icons.fixed .xing:hover {
  background-color: #036568;
  border-color: #036568;
}

.yahoo i,
.yahoo:before {
  margin: 13px 0 0 11px;
}

.yahoo:before {
  content: "Y";
  top: 0;
  opacity: 1;
}

.yahoo:hover:before {
  top: 30px;
  opacity: 0;
}

.yahoo:hover {
  background-color: #9251a2  !important;
}

.social-icons.color .yahoo,
.social-icons.fixed .yahoo:hover {
  background-color: #9251a2;
  border-color: #9251a2;
}

.amazon i,
.amazon:before {
  margin: 13px 0 0 12px;
}

.amazon:before {
  content: "a";
  top: 0;
  opacity: 1;
}

.amazon:hover:before {
  top: 30px;
  opacity: 0;
}

.amazon:hover {
  background-color: #2f3842  !important;
}

.social-icons.color .amazon,
.social-icons.fixed .amazon:hover {
  background-color: #2f3842;
  border-color: #2f3842;
}

.steam i,
.steam:before {
  margin: 13px 0 0 11px;
}

.steam:before {
  content: "b";
  top: 0;
  opacity: 1;
}

.steam:hover:before {
  top: 30px;
  opacity: 0;
}

.steam:hover {
  background-color: #383838 !important;
}

.social-icons.color .steam,
.social-icons.fixed .steam:hover {
  background-color: #383838;
  border-color: #383838;
}

.dropbox i,
.dropbox:before {
  margin: 13px 0 0 13px;
}

.dropbox:before {
  content: "d";
  top: 0;
  opacity: 1;
}

.dropbox:hover:before {
  top: 30px;
  opacity: 0;
}

.dropbox:hover {
  background-color: #2c92dd !important;
}

.social-icons.color .dropbox,
.social-icons.fixed .dropbox:hover {
  background-color: #2c92dd;
  border-color: #2c92dd;
}

.github i,
.github:before {
  margin: 13px 0 0 13px;
}

.github:before {
  content: "g";
  top: 0;
  opacity: 1;
}

.github:hover:before {
  top: 30px;
  opacity: 0;
}

.github:hover {
  background-color: #5c7381  !important;
}

.social-icons.color .github,
.social-icons.fixed .github:hover {
  background-color: #5c7381;
  border-color: #5c7381;
}

.lastfm i,
.lastfm:before {
  margin: 13px 0 0 11px;
}

.lastfm:before {
  content: "l";
  top: 0;
  opacity: 1;
}

.lastfm:hover:before {
  top: 30px;
  opacity: 0;
}

.lastfm:hover {
  background-color: #d21309 !important;
}

.social-icons.color .lastfm,
.social-icons.fixed .lastfm:hover {
  background-color: #d21309;
  border-color: #d21309;
}

.tumblr i,
.tumblr:before {
  margin: 13px 0 0 15px;
}

.tumblr:before {
  content: "t";
  top: 0;
  opacity: 1;
}

.tumblr:hover:before {
  top: 30px;
  opacity: 0;
}

.tumblr:hover {
  background-color: #3d658d !important;
}

.social-icons.color .tumblr,
.social-icons.fixed .tumblr:hover {
  background-color: #3d658d;
  border-color: #3d658d;
}

.wordpress i,
.wordpress:before {
  margin: 13px 0 0 14px;
}

.wordpress:before {
  content: "w";
  top: 0;
  opacity: 1;
}

.wordpress:hover:before {
  top: 30px;
  opacity: 0;
}

.wordpress:hover {
  background-color: #383838  !important;
}

.social-icons.color .wordpress,
.social-icons.fixed .wordpress:hover {
  background-color: #383838;
  border-color: #383838;
}

.instagram i,
.instagram:before {
  margin: 13px 0 0 13px;
}

.instagram:before {
  content: "\F31F";
  top: 0;
  opacity: 1;
}

.instagram:hover:before {
  top: 30px;
  opacity: 0;
}

.instagram:hover {
  background-color: #3f6f94  !important;
}

.social-icons.color .instagram,
.social-icons.fixed .instagram:hover {
  background-color: #3f6f94;
  border-color: #3f6f94;
}

/* Web Font */

@font-face {
  font-family: 'fontello';
  src: url("/Sites/sale/fonts/fontello.eot");
  src: url("/Sites/sale/fonts/fontello.eot") format("embedded-opentype"), url("/Sites/sale/fonts/fontello.woff") format("woff"), url("/Sites/sale/fonts/fontello.ttf") format("truetype"), url("/Sites/sale/fonts/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.social-icons li i {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 16px;
  font-size: 16px;
  width: auto;
}

.icon-delicious:before {
  content: '#';
}

/* '#' */

.icon-paypal:before {
  content: '$';
}

/* '$' */

.icon-gplus:before {
  content: '\F0D5';
}

/* '+' */

.icon-stumbleupon:before {
  content: '/';
}

/* '/' */

.icon-fivehundredpx:before {
  content: '0';
}

/* '0' */

.icon-pinterest:before {
  content: '1';
}

/* '1' */

.icon-forrst:before {
  content: ':';
}

/* ':' */

.icon-digg:before {
  content: ';';
}

/* ';' */

.icon-spotify:before {
  content: '=';
}

/* '=' */

.icon-reddit:before {
  content: '>';
}

/* '&gt;' */

.icon-appstore:before {
  content: 'A';
}

/* 'A' */

.icon-blogger:before {
  content: 'B';
}

/* 'B' */

.icon-dribbble:before {
  content: 'D';
}

/* 'D' */

.icon-evernote:before {
  content: 'E';
}

/* 'E' */

.icon-flickr:before {
  content: 'F';
}

/* 'F' */

.icon-linkedin:before {
  content: 'L';
}

/* 'L' */

.icon-rss:before {
  content: 'R';
}

/* 'R' */

.icon-twitter:before {
  content: 'T';
}

/* 'T' */

.icon-youtube:before {
  content: 'U';
}

/* 'U' */

.icon-vimeo:before {
  content: 'V';
}

/* 'V' */

.icon-xing:before {
  content: 'X';
}

/* 'X' */

.icon-yahoo:before {
  content: 'Y';
}

/* 'Y' */

.icon-amazon:before {
  content: 'a';
}

/* 'a' */

.icon-steam:before {
  content: 'b';
}

/* 'b' */

.icon-dropbox:before {
  content: 'd';
}

/* 'd' */

.icon-facebook:before {
  content: 'f';
}

/* 'f' */

.icon-github:before {
  content: 'g';
}

/* 'g' */

.icon-lastfm:before {
  content: 'l';
}

/* 'l' */

.icon-tumblr:before {
  content: 't';
}

/* 't' */

.icon-wordpress:before {
  content: 'w';
}

/* 'w' */

.icon-linkedin-rect:before {
  content: '\F31B';
}

/* '?' */

.icon-instagram:before {
  content: '\F31F';
}

/* '?' */

/* Social Icons styles for topbar
------------------------------------- */

.agent ul.social-icons,
#footer ul.social-icons,
#top-bar ul.social-icons {
  margin: 0;
  padding: 0;
}

.agent .social-icons li a,
#footer .social-icons li a,
#top-bar .social-icons li a {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-right: 0;
}

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
  border-radius: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-filter: blur(radius);
}

.agent .social-icons li a i,
.agent .social-icons li a:before,
#footer .social-icons li a i,
#footer .social-icons li a:before,
#top-bar .social-icons li a i,
#top-bar .social-icons li a:before {
  -webkit-transform: scale(1.1) translateY(calc(-50% - 2px));
          transform: scale(1.1) translateY(calc(-50% - 2px));
  -moz-transform: scale(1.1) translateY(calc(-50% - 1px));
  -ms-transform: scale(1.1) translateY(-50%);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  margin-top: 55%;
}

.agent .social-icons li a.twitter i,
.agent .social-icons li a.twitter:before,
#footer .social-icons li a.twitter i,
#footer .social-icons li a.twitter:before,
#top-bar .social-icons li a.twitter i,
#top-bar .social-icons li a.twitter:before {
  -webkit-transform: scale(1.1) translateY(calc(-50% - 1px));
          transform: scale(1.1) translateY(calc(-50% - 1px));
}

/* Header Icon Styles */

#top-bar .social-icons {
  float: right;
}

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
  margin: 0;
  padding: 0;
  float: left;
  line-height: 0;
}

#top-bar .social-icons li a:before,
#top-bar .social-icons li a i {
  font-size: 14px;
  color: #fff;
}

#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before {
  font-size: 12px;
}

#top-bar .social-icons li a:hover {
  background: #fff !important;
  border-color: transparent;
}

#top-bar .social-icons li a:hover i {
  color: #66676b;
}

/* Social Icons styles for footer
------------------------------------- */

.agent .social-icons li a,
#footer .social-icons li a {
  width: 38px;
  height: 40px;
  background-color: transparent;
}

.agent .social-icons,
#footer .social-icons {
  position: relative;
  left: -13px;
}

.agent .social-icons li,
#footer .social-icons li {
  margin: 0;
  padding: 0;
  float: left;
  line-height: 0;
}

.agent .social-icons li a:before,
.agent .social-icons li a i,
#footer .social-icons li a:before,
#footer .social-icons li a i {
  font-size: 15px;
  color: #a0a0a0;
}

.agent .social-icons li .twitter:before,
.agent .social-icons li .twitter i:before,
.agent .social-icons li .vimeo:before,
.agent .social-icons li .vimeo i:before,
#footer .social-icons li .twitter:before,
#footer .social-icons li .twitter i:before,
#footer .social-icons li .vimeo:before,
#footer .social-icons li .vimeo i:before {
  font-size: 13px;
}

.agent .social-icons li a:hover,
#footer .social-icons li a:hover {
  background: transparent !important;
  border-color: transparent;
}

.agent .social-icons li a:hover i,
#footer .social-icons li a:hover i {
  color: #66676b;
}

/* ---------------------------------- */

/* Info Box
------------------------------------- */

.info-box {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  padding: 25px 30px;
  border-top: 2px solid #66676b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
  background-color: #66676b;
  color: #66676b;
}

.info-box.no-border {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.96)), to(rgba(255, 255, 255, 0.93)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.93));
  background-color: #66676b;
}

.info-box h4 {
  margin: 0;
  font-size: 19px;
  color: #66676b;
  margin-bottom: 20px;
  margin-top: 0px;
}

.info-box p {
  margin-bottom: 0;
}

.info-box.large {
  padding: 36px;
}

/* ---------------------------------- */

/* Testimonials
------------------------------------- */

.testimonials-subtitle {
  padding: 0 15%;
  text-align: center;
  font-size: 23px;
  line-height: 37px;
  margin-bottom: 8px;
  color: #909090;
}

.testimonial {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 3px;
  padding: 35px;
  color: #909090;
  position: relative;
  margin-bottom: 20px;
  margin-top: 40px;
}

.testimonial p {
  margin: 0;
}

.testimonial:before {
  position: absolute;
  left: 35px;
  bottom: -10px;
  content: "\F0DD";
  font-family: "FontAwesome";
  font-size: 42px;
  color: #fff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.testimonial:after {
  position: absolute;
  left: 30px;
  bottom: 0px;
  content: "";
  height: 10px;
  width: 32px;
  background: #fff;
}

/* Testimonial author */

.testimonial-author {
  display: table;
  padding-top: 10px;
  padding-left: 20px;
}

.testimonial-author img {
  width: 55px;
  height: auto;
  border-radius: 50%;
  display: table-cell;
}

.testimonial-author h4 {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 20px;
  color: #66676b;
}

.testimonial-author h4 span {
  display: block;
  color: #888;
  padding-top: 6px;
}

/* ---------------------------------- */

/* Icon Boxes
------------------------------------- */

/* Icon Box 1
------------------------------------- */

.icon-box-1 {
  text-align: center;
  padding: 20px 0;
  padding-bottom: 15px;
}

.icon-box-1.alternative {
  padding: 20px;
  padding-bottom: 15px;
}

.icon-box-1 .icon-container {
  font-size: 66px;
  color: #fff;
  background-color: #66676b;
  height: 140px;
  width: 140px;
  line-height: 140px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 13px;
  display: inline-block;
  position: relative;
}

.icon-box-1.alternative .icon-container {
  font-size: 60px;
  height: 130px;
  width: 130px;
  line-height: 130px;
}

.icon-box-1 .icon-container i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
}

.icon-box-1:hover .icon-container i {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.16);
          transform: translate3d(0, 0, 0) scale(1.16);
}

.icon-box-1.alternative:hover .icon-container i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Links inside */

.icon-box-1 .icon-container .icon-links {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0) scale(1.2);
          transform: translateY(-50%) translateX(0) scale(1.2);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: block;
}

.icon-box-1 .icon-container .icon-links a {
  display: block;
  color: #fff;
  padding: 5px 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.icon-box-1:hover .icon-container .icon-links {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) translateX(0) scale(1);
          transform: translateY(-50%) translateX(0) scale(1);
}

/* Content styling */

.icon-box-1 h3 {
  font-size: 26px;
}

.icon-box-1.alternative h3 {
  font-size: 23px;
}

.icon-box-1 p {
  font-size: 16px;
  color: #888;
  margin: 18px 0 0 0;
}

.icon-box-1.alternative p {
  font-size: 16px;
  line-height: 29px;
}

/* Icon Box Shadow Animation*/

.icon-box-1.alternative {
  overflow: hidden;
  position: relative;
  display: block;
}

.icon-box-1.alternative:after {
  content: "";
  width: 120%;
  height: 0px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 8;
  -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-out;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-out;
  opacity: 0;
  -webkit-transform: translate3d(30%, -30%, 0) scale(1) rotate(45deg);
          transform: translate3d(30%, -30%, 0) scale(1) rotate(45deg);
}

.icon-box-1.alternative:hover:after {
  height: 62%;
  opacity: 0.06;
}

/* ---------------------------------- */

/* Info Banner
------------------------------------- */

.info-banner {
  display: block;
  width: 100%;
  padding: 90px 0;
  color: #fff;
  margin: 0;
}

.info-banner-content {
  position: relative;
  z-index: 199;
}

.info-banner.centered {
  text-align: center;
}

.info-banner-content a.button {
  margin: 0 20px -15px 20px;
  position: relative;
}

.flip-banner h1,
.flip-banner h2,
.flip-banner h3,
.flip-banner h4,
.flip-banner h5,
.flip-banner h6,
.flip-banner a,
.info-banner-content h1,
.info-banner-content h2,
.info-banner-content h3,
.info-banner-content h4,
.info-banner-content h5,
.info-banner-content h6,
.info-banner-content a,
.info-banner-content {
  color: #fff;
  display: inline-block;
  margin: 0;
  position: relative;
}

/* Styles for info banner with parallax */

.text-content {
  background: transparent;
  padding: 110px 0px;
  font-weight: 500;
  z-index: 999;
  position: relative;
}

.text-content.white-font {
  color: #fff;
}

.text-content.white-font h1,
.text-content.white-font h2,
.text-content.white-font h3,
.text-content.white-font h4,
.text-content.white-font h5 {
  color: #fff;
}

.text-content a.button {
  padding: 12px 20px;
  font-size: 16px;
}

.text-content a.button:before {
  display: none;
}

.text-content p {
  font-size: 17px;
  line-height: 32px;
}

.text-content h2 {
  margin-bottom: 30px;
  line-height: 46px;
  font-size: 33px;
}

.top-1 {
  position: relative;
  top: -1px;
}

.top-0 {
  position: relative;
}

/*----------------------------------- */

/* Flip Banner
------------------------------------- */

.flip-banner {
  display: block;
  width: 100%;
  height: 180px;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 999;
}

.flip-banner:after {
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 100;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.flip-banner:hover:after {
  opacity: 0.6;
}

.flip-banner-content {
  position: relative;
  top: 50%;
  z-index: 200;
}

.flip-banner h2 {
  font-size: 32px;
  line-height: 40px;
  position: relative;
  width: 100%;
  display: block;
}

.flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

.flip-banner:hover .flip-banner-content .flip-hidden,
.flip-banner-content .flip-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flip-banner:hover .flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

.flip-banner:hover .flip-banner-content .flip-visible {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

.flip-banner i {
  padding: 0 10px;
}

.flip-banner .sl {
  position: relative;
  top: 1px;
  font-size: 26px;
}

/* ---------------------------------- */

/* Counters
------------------------------------- */

#counters {
  padding: 80px 0;
  position: relative;
  z-index: 999;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#counters:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(90%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 90%);
}

.counter-box {
  display: block;
  padding: 0;
  text-align: center;
}

.counter-box:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.15);
}

.counter-box.last:after {
  display: none;
}

#counters h3 {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 80px;
  margin-top: -15px;
  font-size: 26px;
  line-height: 34px;
}

.counter-box p {
  margin: 12px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  display: block;
  opacity: 0.8;
}

.counter-box i,
.counter {
  display: inline-block;
  font-size: 58px;
  font-weight: 500;
  color: #fff;
  line-height: 42px;
  font-style: normal;
}

/* Counters
------------------------------------- */

.counter-box-icon {
  display: block;
  background: #f6f6f6;
  padding: 50px 20px;
  text-align: center;
  border-radius: 4px;
}

.counter-box-icon.no-bg {
  background-color: transparent;
  padding: 20px;
}

.counter-box-icon.no-bg i {
  color: #333;
}

.counter-box-icon p {
  margin: 12px 0 0 0;
  padding: 0;
  color: #909090;
  font-size: 20px;
  font-weight: 500;
}

.counter-box-icon i {
  font-size: 80px;
  margin: 0 0 35px 0;
  color: #c0c0c0;
  display: inline-block;
}

.counter-box-icon .counter {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 28px;
}

.counter-box-icon.colored {
  background: #808080;
}

.counter-box-icon.colored p,
.counter-box-icon.colored i,
.counter-box-icon.colored .counter {
  color: #fff;
}

/* inside parallax styles */

.counter-boxes-inside-parallax .counter-box-icon {
  background-color: transparent;
  padding: 0px;
  position: relative;
  top: 10px;
  padding-bottom: 10px;
}

.counter-boxes-inside-parallax .counter-box-icon p {
  color: rgba(255, 255, 255, 0.7);
}

.counter-boxes-inside-parallax .counter-box-icon i {
  margin-bottom: 50px;
}

body .counter-boxes-inside-parallax .counter-box-icon i,
.counter-boxes-inside-parallax .counter-box-icon .counter {
  color: #fff;
}

/* ------------------------------------------------------------------- */

/*  05. Others
---------------------------------------------------------------------- */

/* ---------------------------------- */

/* Common Styles
	------------------------------------- */

body {
  color: #707070;
}

#wrapper {
  background-color: #fff;
}

/* Main Font */

body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select,
input[type="button"],
input[type="submit"],
button,
#tiptip_content {
  font-family: "Comfortaa", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

/* Headlines */

h3.headline {
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 30px 0;
}

h4.headline {
  font-size: 22px;
  line-height: 32px;
  margin: -5px 0 30px 0;
}

.headline.centered {
  text-align: center;
}

.demo h1,
.demo h2,
.demo h3,
.demo h4,
.demo h5,
.demo h6 {
  line-height: 40px;
}

/* Headline Subtitle */

.headline span {
  color: #888;
  font-size: 18px;
  display: block;
}

/* Headline Box */

.headline-box {
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  background-color: #fff;
  padding: 22px 50px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  width: auto;
  border-radius: 3px;
}

section.fullwidth .headline-box {
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 0;
  margin: 0 auto;
  text-align: center;
  margin-left: 50%;
}

/* Icons Demo Styles */

.glyph {
  font-size: 16px;
  width: 33%;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h4 span.headline-detail {
  font-size: 15px;
}

.mls {
  font-size: 16px;
  top: -8px;
  display: inline-block;
  position: relative;
}

.fs1 {
  font-size: 32px;
}

.pbs .im {
  width: 50px;
  display: inline-block;
}

.unit,
.unitRight,
.fs0 {
  display: none;
}

.pbs {
  padding: 10px 0 5px 15px;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pbs:hover {
  background-color: #f4f4f4;
}

.sl-icons-demo i {
  width: 25px;
  display: inline-block;
  top: 1px;
  position: relative;
}

.icons .fa.fa-fw {
  margin-right: 3px;
  font-size: 14px;
}

.icons .text-muted {
  display: none;
}

/* ---------------------------------- */

/* Login Register
	------------------------------------- */

.rememberme {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}

.my-account .tabs-container {
  overflow: visible;
}

.lost_password {
  margin: -10px 0 0 0;
}

.rememberme input {
  margin: 0 2px 0 0;
  display: inline-block;
  min-height: auto;
  width: auto;
}

.my-account label {
  position: relative;
}

.my-account label input {
  margin-top: 8px;
  padding-left: 45px;
  height: 53px;
}

.my-account label input[type="checkbox"] {
  height: auto;
}

.my-account input {
  -webkit-transition: -webkit-box-shadow 0.2s !important;
  transition: -webkit-box-shadow 0.2s !important;
  transition: box-shadow 0.2s !important;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
}

.my-account input:focus {
  -webkit-transition: -webkit-box-shadow 0.2s !important;
  transition: -webkit-box-shadow 0.2s !important;
  transition: box-shadow 0.2s !important;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.my-account label i {
  font-size: 21px;
  color: #a0a0a0;
  position: absolute;
  left: 15px;
  bottom: 13px;
}

.my-account .button {
  line-height: 28px;
  height: auto;
}

/* Social Login */

button.button.social-login {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 13.5px;
  outline: none;
  margin-bottom: 10px;
}

button.button.social-login.via-facebook {
  background-color: #3b5998;
}

button.button.social-login.via-gplus {
  background-color: #dd4b39;
}

button.button.social-login.via-twitter {
  background-color: #1da1f2;
}

/* ---------------------------------- */

/* Offsets
	------------------------------------- */

/* Margin Top */

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

.margin-top-1 {
  margin-top: 1px !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-9 {
  margin-top: 9px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-85 {
  margin-top: 85px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-95 {
  margin-top: 95px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top-105 {
  margin-top: 105px !important;
}

.margin-top-110 {
  margin-top: 110px !important;
}

.margin-top-115 {
  margin-top: 115px !important;
}

.margin-top-120 {
  margin-top: 120px !important;
}

/* Margin Bottom */

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

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Margin Left */

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

.margin-left-1 {
  margin-left: 1px !important;
}

.margin-left-2 {
  margin-left: 2px !important;
}

.margin-left-3 {
  margin-left: 3px !important;
}

.margin-left-4 {
  margin-left: 4px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-6 {
  margin-left: 6px !important;
}

.margin-left-7 {
  margin-left: 7px !important;
}

.margin-left-8 {
  margin-left: 8px !important;
}

.margin-left-9 {
  margin-left: 9px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-left-85 {
  margin-left: 85px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-left-95 {
  margin-left: 95px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

/* Margin Right */

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

.margin-right-1 {
  margin-right: 1px !important;
}

.margin-right-2 {
  margin-right: 2px !important;
}

.margin-right-3 {
  margin-right: 3px !important;
}

.margin-right-4 {
  margin-right: 4px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.margin-right-7 {
  margin-right: 7px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-right-9 {
  margin-right: 9px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-right-85 {
  margin-right: 85px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-right-95 {
  margin-right: 95px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

/* Padding Top */

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-1 {
  padding-top: 1px !important;
}

.padding-top-2 {
  padding-top: 2px !important;
}

.padding-top-3 {
  padding-top: 3px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-6 {
  padding-top: 6px !important;
}

.padding-top-7 {
  padding-top: 7px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-top-9 {
  padding-top: 9px !important;
}

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

.padding-top-15 {
  padding-top: 15px !important;
}

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

.padding-top-25 {
  padding-top: 25px !important;
}

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

.padding-top-35 {
  padding-top: 35px !important;
}

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

.padding-top-45 {
  padding-top: 45px !important;
}

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

.padding-top-55 {
  padding-top: 55px !important;
}

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

.padding-top-65 {
  padding-top: 65px !important;
}

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

.padding-top-75 {
  padding-top: 75px !important;
}

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

.padding-top-85 {
  padding-top: 85px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-top-95 {
  padding-top: 95px !important;
}

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

.padding-top-105 {
  padding-top: 105px !important;
}

.padding-top-110 {
  padding-top: 110px !important;
}

.padding-top-115 {
  padding-top: 115px !important;
}

.padding-top-120 {
  padding-top: 120px !important;
}

/* Padding Bottom */

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

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

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

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

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

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

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

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

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

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

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

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

.padding-bottom-65 {
  padding-bottom: 65px !important;
}

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

.padding-bottom-75 {
  padding-bottom: 75px !important;
}

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

.padding-bottom-85 {
  padding-bottom: 85px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-bottom-95 {
  padding-bottom: 95px !important;
}

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

/* ------------------------------------------------------------------- */

/* 06. Media Queries
---------------------------------------------------------------------- */

/* Standard 1180 (devices and browsers) */

@media only screen and (min-width: 1240px) {
  /* styles here */
}

@media only screen and (max-width: 1366px) and (min-width: 1240px) {
  .parallax-content {
    padding: 74px 0;
  }

  .search-container {
    padding: 130px 0;
  }

  .listing-features li {
    margin-right: 18px;
  }

  #header {
    padding: 22px 0 12px 0;
  }

  .fullwidth-home-slider .item,
  .fullwidth-property-slider .item {
    height: 520px;
  }

  .parallax #titlebar {
    padding: 60px 0;
  }

  #titlebar {
    padding: 50px 0;
  }
}

/* Smaller than standard 1180 (devices and browsers) */

@media (max-width: 1239px) {
  #map-container.homepage-map {
    height: 480px;
  }

  #header.cloned {
    display: none;
  }

  .icon-box-1.alternative:after {
    display: none;
  }

  .fullwidth-layout .list-layout .listing-content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }

  .fullwidth-layout .list-layout .listing-img-container {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }

  .listing-item.compact li {
    padding: 15px 15px 0 0;
    font-size: 13px;
    line-height: 18px;
  }

  .listing-item.compact li span {
    font-size: 13px;
  }

  .listing-img-content span {
    font-size: 19px;
  }

  .compact .listing-img-content .listing-compact-title {
    padding: 18px 23px;
  }

  .compact .listing-img-content .listing-compact-title i {
    font-size: 15px;
    margin: 1px 0 0 0;
  }

  .compact .listing-img-container:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#2f2f2f));
    background: linear-gradient(to bottom, transparent 50%, #2f2f2f);
  }

  #navigation.style-1 {
    margin: 30px 0 10px -5px;
    width: 100%;
    padding-top: 25px;
    position: relative;
  }

  #navigation.style-1:before {
    position: absolute;
    width: 940px;
    height: 1px;
    display: block;
    top: 0;
    left: 5px;
    content: "";
    background: #e0e0e0;
  }

  .fullwidth-home-slider .slick-prev {
    right: 75px;
    left: initial;
  }

  .fullwidth-home-slider .slick-next {
    right: 20px;
    left: initial;
  }

  .fullwidth-home-slider .slick-prev,
  .fullwidth-home-slider .slick-next {
    border-radius: 3px;
    top: 20px;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .fullwidth-home-slider:hover .slick-prev,
  .fullwidth-home-slider:hover .slick-next {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .property-slider.default .item {
    height: 500px;
  }

  .listing-features {
    padding: 24px 30px 24px 30px;
  }

  .listing-features li {
    color: #888;
    margin-right: 25px;
    padding: 0;
  }

  .listing-features li span {
    display: inline-block;
    color: #444;
    margin-left: 3px;
  }

  .header-widget {
    height: auto;
  }

  .parallax #titlebar {
    padding: 75px 0;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */

@media (max-width: 991px) {
  .parallax #titlebar {
    padding: 60px 0;
  }

  #navigation.style-2.cloned {
    display: none;
  }

  #backtotop {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  a.grid-three {
    display: none;
  }

  .grid-layout-three {
    left: -1.5%;
    width: 103%;
  }

  .grid-layout-three .listing-item {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .fullwidth-layout .list-layout .listing-content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }

  .fullwidth-layout .list-layout .listing-img-container {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }

  .listing-item.compact .listing-hidden-content {
    height: 70px;
  }

  .listing-item.compact .listing-hidden-content li {
    opacity: 1;
  }

  .compact .listing-img-container:before {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }

  .fullwidth-property-slider .item {
    height: 400px;
  }

  .fullwidth-property-slider .slick-prev {
    left: 40px;
  }

  .fullwidth-property-slider .slick-next {
    right: 40px;
  }

  .contact-map .address-box-container {
    width: 50%;
    height: 400px;
  }

  #navigation.style-1 {
    margin: 0;
    width: 100%;
    padding-top: 0px;
    position: relative;
  }

  #navigation.style-1:before {
    display: none;
  }

  .main-search-form {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 35px;
  }

  .search-container {
    padding: 120px 0;
  }

  .search-container .chosen-container-single {
    margin-bottom: 15px;
  }

  section.fullwidth .blog-post {
    margin: 15px 0;
  }

  .counter-box-icon {
    margin: 45px 0;
  }

  #counters {
    padding: 30px 0 20px 0;
  }

  .counter-box::after {
    display: none;
  }

  .flip-banner-content .flip-hidden,
  .flip-banner-content .flip-visible {
    padding: 0 50px;
    font-size: 27px;
    line-height: 38px;
  }

  .flip-banner-content .flip-hidden {
    padding: 0;
  }

  .search-container .row.with-forms div {
    margin-bottom: 14px;
  }

  .overflow-hidden {
    overflow: visible;
  }

  .fs-container {
    height: 100% !important;
  }

  .fs-inner-container:first-child,
  .fs-inner-container {
    width: 100%;
  }

  .fs-content {
    overflow: visible;
  }

  .fs-container #map-container {
    height: 440px;
  }

  #top-bar .left-side {
    width: 70%;
  }

  #top-bar .right-side {
    width: 30%;
  }

  #top-bar .right-side .social-icons {
    float: right;
  }

  .submit-page,
  #titlebar.submit-page h2 {
    padding: 0;
  }

  .property-features {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .property-slider.default .item {
    height: 400px;
  }

  .sidebar.right {
    padding-left: 0;
    margin-top: 55px;
  }

  /* Pagination */

  .pagination-next-prev a.next,
  .pagination-next-prev a.prev {
    position: relative;
    top: 0;
  }

  .pagination {
    text-align: left;
  }

  .pagination li {
    text-align: center;
  }

  .pagination-next-prev ul {
    padding: 15px 0 0 0;
  }

  .pagination-next-prev li {
    display: inline-block;
  }

  .my-profile {
    padding-right: 20px;
  }

  .sidebar.left {
    padding-right: 0;
  }
}

/* All Mobile Sizes (devices and browser) */

@media (max-width: 767px) {
  #map-container .main-search-container {
    width: 100%;
  }

  #map-container.homepage-map {
    height: 720px;
  }

  #map-container.homepage-map #mapnav-buttons {
    bottom: 70px;
    left: 15px;
  }

  #map-container .main-search-input button.button {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .manage-table .title-container img,
  .expire-date {
    display: none;
  }

  /* Pricing Tables */

  .pricing-container {
    display: block;
  }

  .plan.featured {
    -webkit-transform: none;
            transform: none;
  }

  .plan {
    margin-bottom: 35px;
  }

  /* Blog Styling */

  .comment-by a.reply {
    width: 25px;
    overflow: hidden;
    height: 30px;
  }

  .add-comment input {
    width: 100%;
  }

  .comment-by a.reply i {
    position: relative;
    right: 5px;
    font-size: 11px;
  }

  .blog-page .blog-post .post-content,
  .single-post .post-content {
    padding: 26px 33px;
  }

  #posts-nav li {
    position: relative;
    width: 100%;
  }

  #posts-nav li a {
    padding: 0 !important;
  }

  #posts-nav li a::before {
    display: none;
  }

  #posts-nav li.next-post {
    text-align: left;
    margin-bottom: 30px;
  }

  .about-author img {
    display: none;
  }

  .about-description {
    margin: 0;
  }

  .comments ul li ul {
    margin: 0;
  }

  .avatar img {
    max-width: 60px;
  }

  .comment-content {
    padding: 0 0 0 85px;
  }

  .comments ul li ul li::before {
    top: 25px;
  }

  .about-author img {
    display: block;
    position: relative;
    float: none;
  }

  .about-description {
    margin-left: 0;
    margin-top: 25px;
  }

  .property-features {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  a.back-to-listings {
    display: none;
  }

  .property-title {
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .property-pricing {
    left: 0px;
    margin-top: 20px;
    position: relative;
    text-align: left;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  /*	#logo { width: 100%; margin-left: auto; margin-right: auto; text-align: center; float: none; }
	#header-container.header-style-2 #logo { float: left; text-align: left}
	.header-widget { text-align: center; }*/

  #top-bar,
  #top-bar .container {
    width: 100%;
    padding: 0;
  }

  #top-bar .left-side {
    padding: 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.07)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.07) 0%, transparent);
  }

  #top-bar .left-side,
  #top-bar .right-side {
    width: 100%;
  }

  #top-bar .right-side .social-icons {
    float: left;
  }

  .sidebar.right {
    padding-left: 0;
    margin-top: 55px;
  }

  .parallax #titlebar {
    padding: 60px 0;
  }

  #titlebar {
    padding: 40px 0;
  }

  #breadcrumbs {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .compact .listing-img-container:hover:before {
    opacity: 1 !important;
  }

  .compact .listing-img-container:hover:after {
    opacity: 0 !important;
  }

  #breadcrumbs ul {
    padding: 0;
  }

  #breadcrumbs ul li:first-child {
    margin: 0 0 0 0px;
  }

  .counter-box {
    margin: 45px 0;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
  }

  section.fullwidth .headline-box {
    -webkit-transform: translate3d(0%, -50%, 0);
            transform: translate3d(0%, -50%, 0);
    margin-left: 0;
    width: calc(100% - 30px);
    margin: 0 15px;
  }

  .search-container {
    padding: 100px 0;
  }

  .main-search-input {
    width: 100%;
    display: block;
  }

  .listing-footer span {
    display: none;
  }

  .main-search-input button.button {
    margin-left: 0;
    margin-top: 15px;
  }

  .main-search-box.no-shadow .main-search-input button.button {
    margin-bottom: 30px;
  }

  .search-type {
    width: 100%;
  }

  .search-type label {
    width: 100%;
    margin-bottom: 10px;
  }

  .parallax-content {
    padding: 70px 0;
  }

  .main-search-container h1,
  .main-search-container h2 {
    text-align: left;
    font-size: 32px;
  }

  .search-container .main-search-input button.button,
  .larger-input button.button,
  .larger-input input {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    margin-left: 0;
  }

  .layout-switcher {
    display: none;
  }

  .grid-layout,
  .grid-layout-three {
    left: 0;
    width: 100%;
  }

  .grid-layout .listing-item,
  .grid-layout-three .listing-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .list-layout .listing-item,
  .fullwidth-layout .list-layout .listing-content {
    display: block;
  }

  .fullwidth-layout .list-layout .listing-img-container {
    display: block;
  }

  .list-layout .details.button.border {
    display: none;
  }

  .list-layout .listing-title {
    padding-right: 30px;
  }

  .property-slider-container .agent-widget {
    position: relative;
    top: 0;
    right: 0px;
    left: 0px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 999;
    width: auto;
  }

  .property-slider .item,
  .property-slider.default .item {
    height: 400px;
  }

  .agent-page {
    display: block;
    padding-right: 30px;
  }

  .agent-page .agent-avatar,
  .agent-page.long-content .agent-avatar {
    margin: 0;
    width: 100%;
  }

  .agent-page {
    padding: 0;
  }

  .agent-page .agent-contact-details {
    background: #f9f9f9;
  }

  .agent-page.long-content .agent-avatar img,
  .agent-page .agent-avatar img {
    border-radius: 3px 3px 0 0;
    margin: 0;
  }

  .agent-page .agent-content {
    padding: 32px 32px 20px 32px;
  }

  .contact-map {
    display: block;
  }

  .contact-map .google-map-container {
    display: block;
    width: 100%;
    height: 380px;
    -webkit-transform: translateY(330px);
            transform: translateY(330px);
  }

  .contact-map .address-box-container {
    display: block;
    width: 100%;
    height: 330px;
    -webkit-transform: translateY(-380px);
            transform: translateY(-380px);
  }
}

@media (max-width: 480px) {
  .property-slider .item,
  .property-slider.default .item {
    height: 200px;
  }
}

/* ------------------------------------------------------------------- */

/* Styles Switcher
---------------------------------------------------------------------- */

#style-switcher h3 {
  color: #fff;
  font-size: 13px;
  margin: 10px 0;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

#style-switcher {
  background: #333;
  width: 205px;
  position: fixed;
  top: 145px;
  z-index: 9999;
  left: -205px;
  border-radius: 0 0 3px 0;
}

#style-switcher ul {
  list-style: none;
  padding: 0;
  margin-bottom: 22px;
}

#style-switcher div {
  padding: 6px 18px;
}

#style-switcher h2 {
  background: #282828;
  color: #fff;
  font-size: 14px;
  line-height: 46px;
  padding: 0 0 0 20px;
  margin-top: 0;
}

#style-switcher h2 a {
  background-color: #282828;
  display: block;
  height: 46px;
  position: absolute;
  right: -46px;
  top: 0;
  width: 46px;
  border-radius: 0 3px 3px 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

#style-switcher h2 a i {
  position: relative;
  top: 2px;
}

.colors {
  list-style: none;
  margin: 0 0px 10px 0;
  overflow: hidden;
}

.colors li {
  float: left;
  margin: 4px 2px 0 2px;
}

.colors li a {
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

div.layout-style {
  padding: 0 !important;
}

.layout-style select {
  width: 164px;
  padding: 7px;
  color: #aaa;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 25px 0px;
  background-color: #505050;
  border: 0;
  min-height: auto;
}

.green,
.green-bg {
  background: #44b272;
}

.blue,
.blue-bg {
  background: #274abb;
}

.orange,
.orange-bg {
  background: #fa5b0f;
}

.navy,
.navy-bg {
  background: #495d7f;
}

.yellow,
.yellow-bg {
  background: #ffb400;
}

.peach,
.peach-bg {
  background: #fcab55;
}

.red,
.red-bg {
  background: #dd3737;
}

.beige,
.beige-bg {
  background: #bfa980;
}

.pink,
.pink-bg {
  background: #d64391;
}

.cyan,
.cyan-bg {
  background: #37b6bd;
}

.celadon,
.celadon-bg {
  background: #74aea1;
}

.brown,
.brown-bg {
  background: #784e3d;
}

.cherry,
.cherry-bg {
  background: #911938;
}

.gray,
.gray-bg {
  background: #555;
}

.purple,
.purple-bg {
  background: #917ae9;
}

.olive,
.olive-bg {
  background: #b3c211;
}

/*	.bg1 { background-image: url("/Sites/sale/images/bg/squared_metal.png"); }
	.bg2 { background-image: url("/Sites/sale/images/bg/retina_wood.png"); }
	.bg3 { background-image: url("/Sites/sale/images/bg/brushed_alu.png"); }
	.bg4 { background-image: url("/Sites/sale/images/bg/crisp_paper_ruffles.png"); }
	.bg5 { background-image: url("/Sites/sale/images/bg/navy_blue.png"); }
	.bg6 { background-image: url("/Sites/sale/images/bg/bedge_grunge.png"); }
	.bg7 { background-image: url("/Sites/sale/images/bg/diamond_upholstery.png"); }
	.bg8 { background-image: url("/Sites/sale/images/bg/shattered.png"); }
	.bg9 { background-image: url("/Sites/sale/images/bg/light_toast.png"); }
	.bg10 { background-image: url("/Sites/sale/images/bg/noise_pattern_with_crosslines.png"); }
	.bg11 { background-image: url("/Sites/sale/images/bg/purty_wood.png"); }
	.bg12 { background-image: url("/Sites/sale/images/bg/subtle_stripes.png"); }
	.bg13 { background-image: url("/Sites/sale/images/bg/textured_stripes.png"); }
	.bg14 { background-image: url("/Sites/sale/images/bg/tileable_wood_texture.png"); }
	.bg15 { background-image: url("/Sites/sale/images/bg/stardust.png"); }
	.bg16 { background-image: url("/Sites/sale/images/bg/vichy.png"); }*/

.colors li a.active {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

.colors li a {
  border-radius: 3px;
}

#reset {
  margin: -5px 0 15px 0px;
}

#reset a.button {
  padding: 7px 14px;
  font-weight: 700;
  font-size: 13px;
}

#reset a.button:hover {
  color: #333;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  #style-switcher {
    display: none;
  }
}

/**
   Main page
*/

.parallax-content {
  height: 100vh;
}

@media (max-width: 768px) {
  .mmenu-trigger {
    display: none !important;
  }
}

.btn-block {
  text-align: center;
  margin-top: 10rem;
}

@media (max-width: 768px) {
  .login-page .header-widget {
    padding: 0;
    border: none;
  }

  .login-page .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  .login-page .left-side #logo {
    position: relative;
  }

  .login-page #top-bar {
    height: 15px;
  }

  .login-page #top-bar .container {
    display: none;
  }
}

#header {
  z-index: 10;
}

@media (max-width: 768px) {
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  #header .container #logo {
    position: relative;
    width: 75%;
  }
}

@media (max-width: 768px) {
  #header .container .user-menu ul {
    right: -25px;
  }
}

@media (max-width: 767px) {
  .v--modal-box.v--modal {
    width: 100% !important;
  }
}

.right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.pagination li {
  margin: 0 3px;
  display: inline-block;
}

.pagination li.active span {
  color: #fff;
  background-color: #274abb;
}

.pagination li > a:hover {
  color: #fff;
  background-color: #274abb;
}

.pagination li:first-child {
  float: left;
}

.pagination li:last-child {
  float: right;
}

.pagination li a,
.pagination li span {
  padding: 10px 18px;
  border-bottom: none;
  display: inline-block;
  color: #888;
  background-color: #f2f2f2;
  margin: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 3px;
  line-height: 20px;
}

.user-name span {
  top: -8px;
}

.user-name span span {
  top: 0;
  left: 0;
}

.parallax,
.parallax-overlay,
.select-input input {
  z-index: 0;
}

.login-page .main-search-container h2 {
  line-height: 2em;
}

@media (max-width: 768px) {
  .login-page .main-search-container h2 {
    font-size: 3.125rem;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .login-page .main-search-container h2 {
    font-size: 1.875rem;
    text-align: center;
  }
}

#navigation ul a.menu-link {
  font-size: 12px;
  line-height: 28px;
}

@media (max-width: 1300px) {
  .left-side {
    width: 75%;
  }

  .right-side {
    width: 25%;
  }
}

.chosen-container-multi .chosen-choices {
  height: auto !important;
}

