/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-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"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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;
  }
  select {
    background: #fff !important;
  }
  .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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #efefef;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #80c036;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #588425;
  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,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 0;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
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: #80c036;
}
a.text-primary:hover {
  color: #65982b;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #80c036;
}
a.bg-primary:hover {
  background-color: #65982b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  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: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9.5px;
  padding-right: 9.5px;
}
@media (min-width: 768px) {
  .container {
    width: 739px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 959px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.row {
  margin-left: -9.5px;
  margin-right: -9.5px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -9.5px;
  margin-right: -9.5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 9.5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #80c036;
  border-color: #73ac30;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #65982b;
  border-color: #537c23;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #80c036;
  border-color: #73ac30;
}
.btn-primary .badge {
  color: #80c036;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f39c0b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #db8c0a;
  border-color: #b97708;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f5a623;
  border-color: #f39c0b;
}
.btn-warning .badge {
  color: #f5a623;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #80c036;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #588425;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #80c036;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #80c036;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #efefef;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #efefef;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #80c036;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #efefef;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 9px;
  padding-left: 9px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -9px;
  margin-left: -9px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 9px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -9px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 9px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -9px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -9px;
  margin-right: -9px;
  padding: 10px 9px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 9px;
    margin-right: 9px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -9px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after,
.form-steps .actions > ul:before,
.form-steps .actions > ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after,
.form-steps .actions > ul: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;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .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: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'proxima_nova_blblack';
  src: url('fonts/proxima_nova_black-webfont.eot');
  src: url('fonts/proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima_nova_black-webfont.woff2') format('woff2'), url('fonts/proxima_nova_black-webfont.woff') format('woff'), url('fonts/proxima_nova_black-webfont.ttf') format('truetype'), url('fonts/proxima_nova_black-webfont.svg#proxima_nova_blblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
.proxima-black {
  font-family: 'proxima_nova_blblack';
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('fonts/proxima_nova_bold-webfont.eot');
  src: url('fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima_nova_bold-webfont.woff2') format('woff2'), url('fonts/proxima_nova_bold-webfont.woff') format('woff'), url('fonts/proxima_nova_bold-webfont.ttf') format('truetype'), url('fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.proxima-bold {
  font-family: 'proxima_nova_rgbold';
}
@font-face {
  font-family: 'proxima_nova_ltlight';
  src: url('fonts/proxima_nova_light-webfont.eot');
  src: url('fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima_nova_light-webfont.woff2') format('woff2'), url('fonts/proxima_nova_light-webfont.woff') format('woff'), url('fonts/proxima_nova_light-webfont.ttf') format('truetype'), url('fonts/proxima_nova_light-webfont.svg#proxima_nova_ltlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.proxima-light {
  font-family: 'proxima_nova_ltlight';
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('fonts/proxima_nova_regular-webfont.eot');
  src: url('fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima_nova_regular-webfont.woff2') format('woff2'), url('fonts/proxima_nova_regular-webfont.woff') format('woff'), url('fonts/proxima_nova_regular-webfont.ttf') format('truetype'), url('fonts/proxima_nova_regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.proxima-regular {
  font-family: 'proxima_nova_rgregular';
}
@font-face {
  font-family: 'gotham_boldregular';
  src: url('fonts/gotham_bold-webfont.eot');
  src: url('fonts/gotham_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham_bold-webfont.woff2') format('woff2'), url('fonts/gotham_bold-webfont.woff') format('woff'), url('fonts/gotham_bold-webfont.ttf') format('truetype'), url('fonts/gotham_bold-webfont.svg#gotham_boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gotham-bold {
  font-family: 'gotham_boldregular';
}
@font-face {
  font-family: 'gotham_bookregular';
  src: url('fonts/gotham_book-webfont.eot');
  src: url('fonts/gotham_book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham_book-webfont.woff2') format('woff2'), url('fonts/gotham_book-webfont.woff') format('woff'), url('fonts/gotham_book-webfont.ttf') format('truetype'), url('fonts/gotham_book-webfont.svg#gotham_bookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gotham-book {
  font-family: 'gotham_bookregular';
}
@font-face {
  font-family: 'gotham_mediumregular';
  src: url('fonts/gotham_medium-webfont.eot');
  src: url('fonts/gotham_medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham_medium-webfont.woff2') format('woff2'), url('fonts/gotham_medium-webfont.woff') format('woff'), url('fonts/gotham_medium-webfont.ttf') format('truetype'), url('fonts/gotham_medium-webfont.svg#gotham_mediumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gotham-medium {
  font-family: 'gotham_mediumregular';
}
/*!
 *  Font Awesome 4.3.0 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('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* 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;
}
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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-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:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.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-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-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";
}
.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  outline: none;
}
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:active {
  outline: none !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle:after {
  width: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+50&amp;0+0,1+50 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(249, 249, 249, 0)), color-stop(50%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f9f9f9', endColorstr='#f9f9f9', GradientType=1);
  /* IE6-8 */
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  z-index: 2;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  border: none;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
  background: #e8e7e7;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  outline: none;
  padding: 10px 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
  background: #eee;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
  outline: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
* {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  height: 100%;
}
body {
  position: relative;
  background: #fff;
  font-family: 'proxima_nova_rgregular';
  min-height: 100%;
  padding-bottom: 100px;
}
@media (max-width: 1279px) {
  body {
    padding-bottom: 190px;
  }
}
@media (max-width: 767px) {
  body {
    padding-bottom: 220px;
  }
}
body.logged-in .landing-wrap-bg-white {
  min-height: 115px;
}
@media (max-width: 767px) {
  body.logged-in .landing-wrap-bg-white {
    padding: 10px 0 0;
  }
}
ul,
ol {
  padding-left: 0;
  list-style: none;
}
.page-wrap {
  min-height: 100%;
}
@media (min-width: 992px) {
  .page-wrap {
    padding-bottom: 90px;
    margin-bottom: -90px;
  }
}
.main-wrap {
  padding-top: 40px;
  background: #fff;
}
@media (max-width: 767px) {
  .main-wrap {
    padding-top: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .col-aside + .col-main {
    padding-left: 63px;
  }
}
@media (min-width: 992px) {
  .col-aside.same-height {
    overflow-y: hidden;
  }
}
#posts,
#sidebar {
  overflow: hidden;
}
input,
textarea,
button,
button:hover,
button:focus,
button:active {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.banner {
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
.banner img {
  max-width: 100%;
  display: inline-block;
}
.text-gray {
  color: #ABABAB;
}
#fh_slider_nav_contain {
  display: none;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.vertical-middle {
  vertical-align: middle;
}
.post-top-banner {
  overflow: hidden;
}
input[type=checkbox].visible-input {
  visibility: visible;
  margin-right: 5px;
}
@media (max-width: 1279px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
}
.affix.top-js {
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .affix.top-js {
    position: relative;
    top: inherit;
  }
}
.cc_banner-wrapper .cc_banner.cc_container {
  background: #fff;
  color: #333;
  padding: 5px 12px;
  line-height: 30px;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);
}
.cc_banner-wrapper .cc_banner.cc_container .cc_message {
  line-height: 30px;
  margin: 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .cc_banner-wrapper .cc_banner.cc_container .cc_message {
    line-height: 16px;
  }
}
.cc_banner-wrapper .cc_banner.cc_container .cc_message a {
  color: #80c036;
}
.cc_banner-wrapper .cc_banner.cc_container .cc_message a:hover,
.cc_banner-wrapper .cc_banner.cc_container .cc_message a:focus,
.cc_banner-wrapper .cc_banner.cc_container .cc_message a:active {
  color: #80c036;
  text-decoration: underline;
}
.cc_banner-wrapper .cc_banner.cc_container .cc_btn.cc_btn_accept_all {
  color: #80c036;
  border: 1px solid #80c036;
  background: #fff;
  font-size: 12px;
  font-family: 'gotham_boldregular';
}
@media (min-width: 1280px) {
  .col-main {
    margin-right: 72px;
  }
}
@media (min-width: 768px) {
  .main-custom .col-small {
    padding-right: 22px;
  }
}
.main-custom .col-main {
  margin-right: 0;
}
@media (min-width: 768px) {
  .main-custom .col-main {
    padding-left: 22px;
  }
}
@media (min-width: 992px) {
  .main-custom .col-main {
    padding-right: 22px;
  }
}
@media (min-width: 992px) {
  .main-custom .col-aside {
    padding-left: 22px;
  }
}
.btn {
  font-family: 'gotham_mediumregular';
}
.btn.btn-dark {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
}
.btn.btn-dark-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.btn.btn-primary {
  border: none;
}
.btn.btn-primary.btn-file {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
  position: relative;
  border: none;
}
.btn.btn-primary.btn-file-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.btn.btn-primary.btn-file input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.btn.btn-primary.btn-file:hover,
.btn.btn-primary.btn-file:focus,
.btn.btn-primary.btn-file:active {
  border: none;
}
.btn.btn-primary.btn-loading {
  position: relative;
}
.btn.btn-primary.btn-loading:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  background: #80c036;
}
.btn.btn-primary.btn-loading:after {
  width: 20px;
  height: 20px;
  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;
  transform: translate(0, 0);
  line-height: 20px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  content: "\f110";
  text-align: center;
  z-index: 2;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.btn.btn-o {
  background: transparent;
  font-family: 'gotham_bookregular';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn.btn-o.btn-warning {
  color: #f5a623;
  border-color: #f5a623;
}
.btn.btn-o.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-o.btn-white:hover,
.btn.btn-o.btn-white:active,
.btn.btn-o.btn-white:focus {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.btn.btn-o.btn-white.btn-lg {
  padding: 14px 15px;
}
.btn.btn-o.btn-dark {
  color: #4a4a4a;
  border-color: #979797;
}
.btn.btn-o.btn-dark-bold {
  font-family: 'gotham_boldregular';
  padding: 6px 29px;
  border-radius: 0;
  color: #4a4a4a;
}
.btn.btn-o.btn-green {
  font-size: 14px;
  color: #8aca53;
  line-height: 16px;
  padding: 10px 20px;
  border: 1px solid #8aca53;
}
.btn.btn-lg {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn.btn-select {
  background: #f9f9f9;
  font-size: 14px;
  color: #9b9b9b;
  border-color: #f9f9f9;
  padding: 15px 20px;
}
.btn.btn-select:focus,
.btn.btn-select:active {
  border-color: #80c036;
}
.btn.btn-select-sm {
  padding: 10px;
  background: #000;
}
.btn.btn-border {
  display: inline-block;
  height: 28px;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 18px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #e7e7e7;
  white-space: nowrap;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn.btn-border:hover {
  color: #80c036;
}
.btn.btn-border.green {
  border-radius: 20px;
  background: #80c036;
  border: 1px solid transparent;
  color: #fff;
}
.btn.btn-border.green:hover {
  color: #fff;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:focus:active {
  outline: none;
  filter: alpha(opacity=95);
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn-more {
  font-family: 'gotham_mediumregular';
  font-size: 14px;
  color: #9B9B9B;
  line-height: 17px;
  text-transform: capitalize;
  transition: 3s;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
}
.btn-more i {
  display: block;
  margin-bottom: 3px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-more:hover {
  color: #84999b;
}
.btn-like {
  font-family: 'gotham_bookregular';
  background: #80c036;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 12px;
  border-radius: 2px;
  padding: 7px 5px 6px;
}
.btn-like span {
  display: inline-block;
  padding: 4px 4px;
}
.btn-like i.fa-heart {
  margin: 0;
  font-size: 13px;
  padding: 3px;
}
.btn-like:hover {
  color: #fff;
}
.btn-back {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 2.57px;
  line-height: 15px;
  text-transform: uppercase;
}
.btn-back:hover {
  text-decoration: none;
}
.btn-back i {
  font-size: 20px;
  float: left;
  margin-right: 10px;
  line-height: 13px;
}
.btn-fb-connect {
  background: #4D69A2;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'gotham_mediumregular';
}
.btn-fb-connect i {
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 22px;
}
.btn-fb-connect:hover,
.btn-fb-connect:focus {
  color: #fff;
  text-decoration: none;
}
.btn-dropdown-wizard.open .btn {
  background: #4a4a4a;
  color: #fff;
}
.btn-dropdown-wizard .btn {
  width: 48px;
  height: 48px;
  background: #4a4a4a;
  border-radius: 50%;
  color: #fff;
  border: none;
}
.btn-dropdown-wizard .dropdown-menu {
  padding: 0;
}
.btn-dropdown-wizard .dropdown-menu li a {
  font-family: 'gotham_bookregular';
  background: #4a4a4a;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-dropdown-wizard .dropdown-menu li a:hover {
  opacity: .8;
}
.btn-popover {
  font-family: 'gotham_bookregular';
  font-size: 12px;
  color: #353535;
  line-height: 10px;
  text-transform: uppercase;
  background: #fff;
}
.btn.btn-control {
  padding: 9px 12px;
}
.custom-select-sm .btn-select {
  padding: 9px 20px;
}
.category-header {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .category-header-main:after {
    display: block;
    position: absolute;
    left: 9.5px;
    right: 0;
    bottom: 0;
    content: "";
    border-bottom: 1px solid #D8D8D8;
  }
  .category-header-aside {
    border-bottom: 1px solid #D8D8D8;
  }
}
.category-header-main {
  position: relative;
}
@media (min-width: 992px) {
  .category-header-btn {
    bottom: 35px;
    left: 19px;
    position: absolute;
  }
}
.category-header-title {
  color: #000;
  font-size: 42px;
  margin: 0 0 20px;
  font-family: 'proxima_nova_blblack';
}
.category-title {
  font-family: 'proxima_nova_blblack';
  font-size: 43px;
}
.category-intro {
  margin: 0 0 20px;
  font-family: 'gotham_bookregular';
  font-style: italic;
}
/* --- aside block start --- */
.aside-block {
  margin: 0 0 40px;
  position: relative;
}
.aside-block.aside-block-fixed {
  margin: 0;
}
.aside-block.aside-soc .aside-block-header {
  display: none;
}
.aside-block-header {
  padding: 0 0 30px;
}
.aside-block-title {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  color: #4a4a4a;
  font-family: 'gotham_boldregular';
}
.aside-block-subtitle {
  font-size: 12px;
  color: #4a4a4a;
  margin: -20px 0 30px;
  display: block;
  font-family: 'gotham_bookregular';
}
.aside-block.affix {
  position: fixed;
  top: 10px;
  z-index: 10;
}
.aside-block.submit-banner .aside-block-header {
  display: none;
}
.aside-block.submit-banner .aside-block-inner {
  height: 162px;
  padding: 52px 15px;
  box-sizing: border-box;
  background: url("images/submit-banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.aside-block.no-title .aside-block-header {
  display: none;
}
.aside-block-subscribe .aside-block-subtitle {
  font-family: 'gotham_boldregular';
  font-size: 16px;
  margin-bottom: 10px;
}
/* --- aside block end --- */
/* --- aside list start --- */
.aside-item {
  margin: 0 0 40px;
}
.aside-item-img {
  display: block;
  margin: 0 0 20px;
}
.aside-item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.aside-item-category a {
  font-size: 12px;
  color: #80c036;
  line-height: 15px;
  font-family: 'gotham_mediumregular';
}
.aside-item-category a:hover,
.aside-item-category a:active,
.aside-item-category a:focus {
  text-decoration: underline;
}
.aside-item-title {
  font-size: 16px;
  line-height: 24px;
  margin: 7px 0 0;
  font-family: 'gotham_boldregular';
}
.aside-item-title a {
  color: #4a4a4a;
}
.aside-item-title a:hover,
.aside-item-title a:active,
.aside-item-title a:focus {
  color: #80c036;
  text-decoration: none;
}
.aside-item-footer {
  padding: 10px 0;
}
/* --- aside list end --- */
/* --- aside new start --- */
.aside-block.aside-block-form {
  background: #F5F5F5;
  padding: 17px 15px 10px;
  margin: 0 0 50px;
}
.aside-block.aside-block-form .aside-block-header {
  padding: 0 0 5px;
}
.aside-block.aside-block-form .aside-block-title {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: #4a4a4a;
  font-family: 'gotham_boldregular';
}
.aside-block.aside-block-form .aside-block-title:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 4px;
  content: "\f0e0";
}
.aside-block.aside-block-form .aside-block-subtitle {
  font-size: 12px;
  color: #4a4a4a;
  margin: 0 0 10px;
  display: block;
  font-family: 'gotham_bookregular';
}
.aside-block.aside-block-banner {
  display: none;
}
.aside-block.aside-block-banner .aside-block-banner-link {
  width: 300px;
  height: 250px;
  display: block;
  margin: 0 auto;
  background: url("images/orange-steps-en.gif") 50% 50% no-repeat;
}
.postid-119085 .aside-block.aside-block-banner {
  display: block;
}
/* --- aside new end --- */
.author-media {
  font-size: 12px;
  color: #9B9B9B;
  font-family: 'gotham_bookregular';
}
.author-media img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}
.author-media-aside {
  padding: 0;
}
.author-media-body {
  width: auto;
  line-height: 18px;
  white-space: nowrap;
  vertical-align: middle;
}
.author-media-body p {
  margin: 0;
}
.author-media-body a {
  white-space: nowrap;
}
.info-list {
  margin: 0;
  font-family: 'gotham_mediumregular';
}
.info-list > li {
  line-height: 18px;
  font-size: 12px;
  color: #D7D7D7;
  white-space: nowrap;
}
.info-list > li > a {
  color: #D7D7D7;
}
.info-list > li > a:hover,
.info-list > li > a:active,
.info-list > li > a:focus {
  color: #80c036;
  text-decoration: none;
}
.info-list > li.visible-xs > a {
  color: #80c036;
  font-family: 'gotham_bookregular';
}
.info-list > li .fa {
  margin-right: 4px;
}
.info-list > li:nth-last-child(1) {
  padding-right: 0;
}
.info-list > li > #kento-pvc-single {
  display: inline-block;
}
.info-list > li > #kento-pvc-single .kento-pvc-total {
  width: auto;
  padding: 0;
  background: transparent;
}
.info-list.info-list-dark > li,
.info-list.info-list-dark > li a {
  color: #9B9B9B;
}
.info-list.info-list-dark > li.visible-xs > a {
  color: #80c036;
  font-family: 'gotham_bookregular';
}
.soc-nav.soc-nav-vertical > ul > li {
  margin: 0 0 7px;
}
.soc-nav.soc-nav-vertical > ul > li > a {
  height: 40px;
  font-size: 15px;
  display: block;
  position: relative;
  line-height: 20px;
  padding: 10px 15px 10px 44px;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.soc-nav.soc-nav-vertical > ul > li > a:before {
  height: 20px;
  line-height: 20px;
  display: block;
  position: absolute;
  left: 15px;
  top: 10px;
}
.soc-nav.soc-nav-vertical > ul > li > a:hover,
.soc-nav.soc-nav-vertical > ul > li > a:active,
.soc-nav.soc-nav-vertical > ul > li > a:focus {
  text-decoration: none;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-facebook {
  color: #3c5d96;
  border-color: #3c5d96;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-facebook:hover,
.soc-nav.soc-nav-vertical > ul > li > a.fa-facebook:focus,
.soc-nav.soc-nav-vertical > ul > li > a.fa-facebook:active {
  color: #fff;
  border-color: #3c5d96;
  background: #3c5d96;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-twitter {
  color: #44adea;
  border-color: #44adea;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-twitter:hover,
.soc-nav.soc-nav-vertical > ul > li > a.fa-twitter:focus,
.soc-nav.soc-nav-vertical > ul > li > a.fa-twitter:active {
  color: #fff;
  border-color: #44adea;
  background: #44adea;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-instagram {
  color: #477399;
  border-color: #477399;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-instagram:hover,
.soc-nav.soc-nav-vertical > ul > li > a.fa-instagram:focus,
.soc-nav.soc-nav-vertical > ul > li > a.fa-instagram:active {
  color: #fff;
  border-color: #477399;
  background: #477399;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-pinterest-p {
  color: #e74c3c;
  border-color: #e74c3c;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-pinterest-p:hover,
.soc-nav.soc-nav-vertical > ul > li > a.fa-pinterest-p:focus,
.soc-nav.soc-nav-vertical > ul > li > a.fa-pinterest-p:active {
  color: #fff;
  border-color: #e74c3c;
  background: #e74c3c;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-rss {
  color: #e67e22;
  border-color: #e67e22;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-rss:hover,
.soc-nav.soc-nav-vertical > ul > li > a.fa-rss:focus,
.soc-nav.soc-nav-vertical > ul > li > a.fa-rss:active {
  color: #fff;
  border-color: #e67e22;
  background: #e67e22;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-google-plus {
  color: #cf5d46;
  border-color: #cf5d46;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-google-plus:hover,
.soc-nav.soc-nav-vertical > ul > li > a.fa-google-plus:focus,
.soc-nav.soc-nav-vertical > ul > li > a.fa-google-plus:active {
  color: #fff;
  border-color: #cf5d46;
  background: #cf5d46;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-envelope {
  color: #80c036;
  border: 1px solid #80c036;
  background: transparent;
}
.soc-nav.soc-nav-vertical > ul > li > a.fa-envelope:hover,
.soc-nav.soc-nav-vertical > ul > li > a.fa-envelope:focus,
.soc-nav.soc-nav-vertical > ul > li > a.fa-envelope:active {
  background: #80c036;
  color: #fff;
}
.soc-nav.soc-nav-horizontal {
  padding: 10px 0;
  margin: 0 0 10px;
  font-family: 'gotham_bookregular';
}
.soc-nav.soc-nav-horizontal > ul {
  display: block;
  margin: 0;
}
.soc-nav.soc-nav-horizontal > ul:before,
.soc-nav.soc-nav-horizontal > ul:after {
  content: " ";
  display: table;
}
.soc-nav.soc-nav-horizontal > ul:after {
  clear: both;
}
.soc-nav.soc-nav-horizontal > ul:before,
.soc-nav.soc-nav-horizontal > ul:after {
  content: " ";
  display: table;
}
.soc-nav.soc-nav-horizontal > ul:after {
  clear: both;
}
.soc-nav.soc-nav-horizontal > ul > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.soc-nav.soc-nav-horizontal > ul > li:before {
  display: none;
}
@media (min-width: 768px) {
  .soc-nav.soc-nav-horizontal > ul > li {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .soc-nav.soc-nav-horizontal > ul > li {
    margin-bottom: 10px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .soc-nav.soc-nav-horizontal > ul > li:nth-child(1) {
    padding-left: 0;
  }
  .soc-nav.soc-nav-horizontal > ul > li:nth-last-child(1) {
    padding-right: 0;
  }
}
.soc-nav.soc-nav-horizontal > ul > li > a {
  height: 40px;
  font-size: 15px;
  display: block;
  position: relative;
  line-height: 20px;
  padding: 10px 15px 10px 44px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.soc-nav.soc-nav-horizontal > ul > li > a:before {
  height: 20px;
  line-height: 20px;
  display: block;
  position: absolute;
  left: 15px;
  top: 10px;
}
.soc-nav.soc-nav-horizontal > ul > li > a:hover,
.soc-nav.soc-nav-horizontal > ul > li > a:active,
.soc-nav.soc-nav-horizontal > ul > li > a:focus {
  text-decoration: none;
}
.soc-nav.soc-nav-horizontal > ul > li > a.fa-facebook {
  color: #fff;
  background: #3c5d96;
  border: 1px solid #3c5d96;
}
.soc-nav.soc-nav-horizontal > ul > li > a.fa-facebook:hover,
.soc-nav.soc-nav-horizontal > ul > li > a.fa-facebook:focus,
.soc-nav.soc-nav-horizontal > ul > li > a.fa-facebook:active {
  color: #3c5d96;
  border: 1px solid #3c5d96;
  background: transparent;
}
@media (min-width: 992px) {
  .soc-nav.soc-nav-horizontal > ul > li > a.fa-facebook .soc-nav-val {
    display: none;
  }
}
@media (min-width: 1280px) {
  .soc-nav.soc-nav-horizontal > ul > li > a.fa-facebook .soc-nav-val {
    display: block;
  }
}
.soc-nav.soc-nav-horizontal > ul > li > a.fa-twitter {
  color: #fff;
  background: #44adea;
  border: 1px solid #44adea;
}
.soc-nav.soc-nav-horizontal > ul > li > a.fa-twitter:hover,
.soc-nav.soc-nav-horizontal > ul > li > a.fa-twitter:focus,
.soc-nav.soc-nav-horizontal > ul > li > a.fa-twitter:active {
  color: #44adea;
  border: 1px solid #44adea;
  background: transparent;
}
@media (min-width: 992px) {
  .soc-nav.soc-nav-horizontal > ul > li > a.fa-twitter .soc-nav-val {
    display: none;
  }
}
@media (min-width: 1280px) {
  .soc-nav.soc-nav-horizontal > ul > li > a.fa-twitter .soc-nav-val {
    display: block;
  }
}
.soc-nav.soc-nav-horizontal > ul > li > a.fa-pinterest-p {
  color: #fff;
  background: #e74c3c;
  border: 1px solid #e74c3c;
}
.soc-nav.soc-nav-horizontal > ul > li > a.fa-pinterest-p:hover,
.soc-nav.soc-nav-horizontal > ul > li > a.fa-pinterest-p:focus,
.soc-nav.soc-nav-horizontal > ul > li > a.fa-pinterest-p:active {
  color: #e74c3c;
  border: 1px solid #e74c3c;
  background: transparent;
}
.soc-nav.soc-nav-horizontal > ul > li > a.fa-envelope {
  color: #fff;
  background: #80c036;
  border: 1px solid #80c036;
}
.soc-nav.soc-nav-horizontal > ul > li > a.fa-envelope:hover,
.soc-nav.soc-nav-horizontal > ul > li > a.fa-envelope:focus,
.soc-nav.soc-nav-horizontal > ul > li > a.fa-envelope:active {
  color: #80c036;
  border: 1px solid #80c036;
  background: transparent;
}
.soc-nav.soc-nav-horizontal > ul > li > a.fa-google-plus {
  color: #fff;
  background: #cf5d46;
  border: 1px solid #cf5d46;
}
.soc-nav.soc-nav-horizontal > ul > li > a.fa-google-plus:hover,
.soc-nav.soc-nav-horizontal > ul > li > a.fa-google-plus:focus,
.soc-nav.soc-nav-horizontal > ul > li > a.fa-google-plus:active {
  color: #cf5d46;
  border: 1px solid #cf5d46;
  background: transparent;
}
.soc-nav.soc-nav-horizontal > ul.list-inline {
  margin: 0 -5px;
}
.soc-nav.soc-nav-horizontal > ul.list-inline > li {
  width: auto;
  padding: 5px;
}
.soc-nav.soc-nav-horizontal > ul.list-inline > li > a {
  width: 40px;
  text-align: center;
  padding: 10px;
  display: inline-block;
}
.soc-nav.soc-nav-horizontal > ul.list-inline > li > a:before {
  position: static;
  margin: 0;
  left: auto;
  top: auto;
}
.soc-nav.soc-nav-horizontal + .post-content {
  margin-top: 30px;
}
.soc-nav-custom .essb_links {
  padding: 10px 0;
  margin: 0 0 10px;
  font-family: 'gotham_bookregular';
}
.soc-nav-custom .essb_links > ul.essb_links_list {
  margin: 0 -8px;
}
.soc-nav-custom .essb_links > ul.essb_links_list:before,
.soc-nav-custom .essb_links > ul.essb_links_list:after {
  content: " ";
  display: table;
}
.soc-nav-custom .essb_links > ul.essb_links_list:after {
  clear: both;
}
.soc-nav-custom .essb_links > ul.essb_links_list:before,
.soc-nav-custom .essb_links > ul.essb_links_list:after {
  content: " ";
  display: table;
}
.soc-nav-custom .essb_links > ul.essb_links_list:after {
  clear: both;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item {
  padding: 0 8px;
}
@media (max-width: 991px) {
  .soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item {
    width: 100%;
    float: none;
    display: block;
  }
}
@media (min-width: 992px) {
  .soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item {
    width: 25%;
  }
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item:before {
  display: none;
}
@media (max-width: 767px) {
  .soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item {
    margin-bottom: 10px;
  }
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item > a {
  height: 40px;
  font-size: 15px;
  display: block;
  position: relative;
  line-height: 20px;
  margin: 2px;
  padding: 10px 15px 10px 34px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: capitalize;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item > a .essb_icon {
  height: 20px;
  line-height: 20px;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item > a:hover,
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item > a:active,
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item > a:focus {
  text-decoration: none;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item > a .essb_network_name {
  text-transform: capitalize !important;
  font-size: 13px;
  font-family: 'gotham_bookregular';
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item > a .essb_network_name:before {
  content: "";
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_facebook > a {
  color: #fff;
  background: #3c5d96;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_facebook > a:hover,
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_facebook > a:focus,
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_facebook > a:active {
  background: #4d74b8;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_twitter > a {
  color: #fff;
  background: #44adea;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_twitter > a:hover,
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_twitter > a:focus,
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_twitter > a:active {
  background: #72c1ef;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_mail > a {
  color: #fff;
  background: #80c036;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_mail > a:hover,
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_mail > a:focus,
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_mail > a:active {
  background: #99d059;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_google > a {
  color: #fff;
  background: #cf5d46;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_google > a:hover,
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_google > a:focus,
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_link_google > a:active {
  background: #da806e;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item.essb_totalcount_item {
  display: none;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item > .essb_counter {
  border: none;
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 2px;
  bottom: 2px;
  right: 5px;
  padding: 10px 15px 10px 0;
  line-height: 20px;
  color: #fff;
}
.soc-nav-custom .essb_links > ul.essb_links_list > li.essb_item > .essb_counter:after {
  display: none;
}
.soc-nav-custom .essb_links + .post-content {
  margin-top: 30px;
}
.soc-nav-custom-inner {
  padding-right: 0;
}
.soc-nav-custom-count-val,
.soc-nav-custom-count-title {
  display: block;
  text-align: center;
}
.soc-nav-custom-count-val {
  height: 48px;
  font-size: 36px;
  line-height: 48px;
  color: #80c036;
}
.soc-nav-custom-count-title {
  color: #ccc;
  text-transform: uppercase;
  font-size: 12px;
}
.soc-nav-custom-vertical .essb-fans > ul > li {
  display: block;
  margin: 0 0 7px !important;
}
.soc-nav-custom-vertical .essb-fans > ul > li:before,
.soc-nav-custom-vertical .essb-fans > ul > li:after {
  content: " ";
  display: table;
}
.soc-nav-custom-vertical .essb-fans > ul > li:after {
  clear: both;
}
.soc-nav-custom-vertical .essb-fans > ul > li:before,
.soc-nav-custom-vertical .essb-fans > ul > li:after {
  content: " ";
  display: table;
}
.soc-nav-custom-vertical .essb-fans > ul > li:after {
  clear: both;
}
.soc-nav-custom-vertical .essb-fans > ul > li > a {
  height: 40px;
  font-size: 15px;
  display: block;
  position: relative;
  line-height: 20px;
  padding: 10px 15px 10px 44px;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.soc-nav-custom-vertical .essb-fans > ul > li > a > i {
  width: auto;
  height: 20px;
  line-height: 20px;
  display: block;
  position: absolute;
  left: 15px;
  top: 10px;
  background: transparent;
}
.soc-nav-custom-vertical .essb-fans > ul > li > a:hover,
.soc-nav-custom-vertical .essb-fans > ul > li > a:active,
.soc-nav-custom-vertical .essb-fans > ul > li > a:focus {
  text-decoration: none;
}
.soc-nav-custom-vertical .essb-fans > ul > li > a > span,
.soc-nav-custom-vertical .essb-fans > ul > li > a > small {
  font-size: 15px;
  font-weight: normal;
  font-family: 'gotham_bookregular';
}
.soc-nav-custom-vertical .essb-fans > ul > li > a > span {
  float: left !important;
  float: left;
}
.soc-nav-custom-vertical .essb-fans > ul > li > a > small {
  text-transform: uppercase;
  float: right !important;
  float: right;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a {
  background-color: #fff;
  color: #3c5d96;
  border-color: #3c5d96;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:hover,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:focus,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:active {
  color: #fff;
  background: #3c5d96;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:hover > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:focus > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:active > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:hover > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:focus > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:active > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:hover > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:focus > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a:active > span {
  color: #fff !important;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a > i.essb-fans-icon-facebook:before {
  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;
  transform: translate(0, 0);
  font-size: 20px;
  line-height: 24px;
  color: #3c5d96;
  content: "\f09a";
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-facebook > a > small {
  color: #3c5d96 !important;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a {
  color: #44adea;
  border-color: #44adea;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:hover,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:focus,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:active {
  color: #fff;
  background: #44adea;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:hover > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:focus > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:active > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:hover > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:focus > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:active > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:hover > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:focus > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a:active > span {
  color: #fff !important;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a > i.essb-fans-icon-twitter:before {
  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;
  transform: translate(0, 0);
  font-size: 20px;
  line-height: 24px;
  color: #44adea;
  content: "\f099";
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-twitter > a > small {
  color: #44adea !important;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a {
  color: #477399;
  border-color: #477399;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:hover,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:focus,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:active {
  color: #fff;
  background: #477399;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:hover > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:focus > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:active > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:hover > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:focus > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:active > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:hover > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:focus > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a:active > span {
  color: #fff !important;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a > i.essb-fans-icon-instagram-filled:before {
  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;
  transform: translate(0, 0);
  font-size: 20px;
  line-height: 24px;
  color: #477399;
  content: "\f16d";
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-instagram > a > small {
  color: #477399 !important;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a {
  color: #e74c3c;
  border-color: #e74c3c;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:hover,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:focus,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:active {
  color: #fff;
  background: #e74c3c;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:hover > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:focus > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:active > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:hover > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:focus > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:active > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:hover > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:focus > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a:active > span {
  color: #fff !important;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a > i.essb-fans-icon2-pinterest:before {
  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;
  transform: translate(0, 0);
  font-size: 20px;
  line-height: 24px;
  color: #e74c3c;
  content: "\f231";
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-pinterest > a > small {
  color: #e74c3c !important;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a {
  color: #cf5d46;
  border-color: #cf5d46;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:hover,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:focus,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:active {
  color: #fff;
  background: #cf5d46;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:hover > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:focus > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:active > i:before,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:hover > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:focus > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:active > small,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:hover > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:focus > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a:active > span {
  color: #fff !important;
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a > i.essb-fans-icon-gplus:before {
  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;
  transform: translate(0, 0);
  font-size: 20px;
  line-height: 24px;
  color: #cf5d46;
  content: "\f0d5";
}
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a > span,
.soc-nav-custom-vertical .essb-fans > ul > li.essb-fans-google > a > small {
  color: #cf5d46 !important;
}
.soc-nav-fixed-top {
  margin-top: 20px;
  display: none;
}
.tags-nav {
  font-family: 'gotham_bookregular';
}
.tags-nav > ul {
  margin-left: -3px;
  margin-right: -3px;
}
.tags-nav > ul > li {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 15px;
}
.tags-nav > ul > li > a {
  height: 28px;
  font-size: 12px;
  color: #9B9B9B;
  line-height: 18px;
  padding: 5px 15px;
  border: 1px solid #E7E7E7;
  display: block;
  white-space: nowrap;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tags-nav > ul > li > a:hover,
.tags-nav > ul > li > a:active,
.tags-nav > ul > li > a:focus {
  color: #80c036;
  text-decoration: none;
}
.tags-nav.black > ul > li > a {
  background: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  padding: 5px 10px;
}
.landing-wrap {
  min-height: 452px;
  background: url("images/landing-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  margin: 0;
  position: relative;
}
.landing-wrap.jumbotron {
  padding: 68px 30px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.landing-wrap.landing-lg .jumbotron {
  padding-bottom: 50px;
}
.landing-wrap .landing-welcome {
  font-size: 12px;
  color: #d7d7d7;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding: 0 0 17px;
  margin-bottom: 30px;
  font-family: 'proxima_nova_rgbold';
}
.landing-wrap .landing-welcome:after {
  width: 40px;
  height: 8px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("images/landing-welcome.png") 0 0 no-repeat;
}
.landing-wrap .landing-title {
  color: #ffffff;
  font-family: 'proxima_nova_blblack';
}
@media (max-width: 767px) {
  .landing-wrap .landing-title {
    margin: 1.3em 0 0;
  }
}
@media (min-width: 768px) {
  .landing-wrap .landing-title {
    margin: 1em 0 0;
  }
}
@media (min-width: 1280px) {
  .landing-wrap .landing-title {
    font-size: 78px;
    line-height: 78px;
  }
}
.landing-wrap .landing-title-wrap {
  position: relative;
}
@media (min-width: 992px) {
  .landing-wrap .landing-title-wrap {
    padding-right: 200px;
  }
}
.landing-wrap .landing-content {
  color: #d7d7d7;
  margin: 45px 0 55px;
  font-family: 'proxima_nova_ltlight';
}
@media (max-width: 767px) {
  .landing-wrap .landing-content {
    margin: 25px 0 55px;
    font-size: 16px;
  }
}
.landing-wrap .landing-content a:hover {
  text-decoration: none;
}
.landing-wrap .landing-img {
  display: block;
  margin: 30px 0 0;
}
.landing-wrap .landing-img img {
  border-radius: 50%;
}
.landing-wrap .landing-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -16px 0 0;
}
.landing-wrap .notification {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1280px) {
  body.author .landing-wrap .landing-title {
    min-height: 1.5em;
  }
}
.landing-wrap {
  min-height: 300px;
}
@media (min-width: 768px) {
  .landing-wrap .landing-title {
    margin: 0.85em 0 0;
  }
}
@media (min-width: 1280px) {
  .landing-wrap .landing-title {
    font-size: 52px;
    line-height: 52px;
  }
}
.landing-wrap .landing-content {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .landing-wrap .landing-content {
    font-size: 18px;
  }
}
.landing-wrap-pro {
  background: url("images/landing-bg-pro.png") 50% 50% no-repeat;
}
.landing-wrap-pro .landing-title {
  margin: 0;
  font-size: 44px;
}
@media (max-width: 991px) {
  .landing-wrap-pro .landing-title {
    font-size: 30px;
  }
}
.landing-wrap-pro .landing-content {
  font-family: 'gotham_mediumregular';
}
.landing-wrap-pro .landing-arrow {
  position: relative;
}
.landing-wrap-pro .landing-arrow:before {
  position: absolute;
  content: '';
}
@media (max-width: 767px) {
  .landing-wrap-pro .landing-arrow:before {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-wrap-pro .landing-arrow:before {
    display: none !important;
  }
}
.landing-wrap-pro .landing-arrow-1:before {
  width: 249px;
  height: 98px;
  top: -100px;
  right: 0;
  background: url("images/landing-arrow-1.png") no-repeat;
}
.landing-wrap-pro .landing-arrow-2 {
  margin-bottom: 10px;
}
.landing-wrap-pro .landing-arrow-2:before {
  top: 55px;
  left: -200px;
  width: 259px;
  height: 80px;
  background: url("images/landing-arrow-2.png") no-repeat;
}
.landing-wrap-pro .img-for-btn {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .landing-wrap-pro .img-for-btn {
    margin-top: 30px;
  }
}
.landing-wrap-pro.jumbotron {
  padding: 75px 30px 110px;
}
@media (max-width: 991px) {
  .landing-wrap-pro.jumbotron {
    padding: 60px 15px;
  }
}
@media (max-width: 767px) {
  .landing-wrap-pro.jumbotron {
    padding: 30px 15px;
  }
}
.landing-wrap-bg-white {
  padding: 50px 30px 0;
  min-height: 215px;
  background: #fff;
}
.landing-wrap-bg-white .landing-welcome {
  color: #000;
}
.landing-wrap-bg-white .landing-title {
  color: #000;
  margin: 15px 0 10px;
  font-size: 40px;
  line-height: 51px;
}
.landing-wrap-bg-white .landing-content {
  color: #606060;
}
.subscribe-block {
  width: 100%;
  display: block;
  position: relative;
}
.subscribe-block:before,
.subscribe-block:after {
  content: " ";
  display: table;
}
.subscribe-block:after {
  clear: both;
}
.subscribe-block:before,
.subscribe-block:after {
  content: " ";
  display: table;
}
.subscribe-block:after {
  clear: both;
}
.subscribe-block .subscribe-block-input {
  width: 100%;
  border: none;
  padding-right: 100px;
  padding-left: 0;
  display: block;
  background: transparent;
  border-bottom: 1px solid #8A8A8A;
}
.subscribe-block .subscribe-block-input.valid {
  display: none;
}
.subscribe-block .subscribe-block-input.valid + .subscribe-block-btn {
  display: none;
}
.subscribe-block .subscribe-block-group-btn {
  display: block;
}
.subscribe-block .subscribe-block-btn {
  width: 90px;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  color: #80c036;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  text-align: right;
  float: right !important;
  float: right;
  font-family: 'gotham_boldregular';
}
.subscribe-block .subscribe-block-btn:hover,
.subscribe-block .subscribe-block-btn:active,
.subscribe-block .subscribe-block-btn:focus {
  background: transparent;
  text-decoration: none;
}
.subscribe-block div.mce_inline_error {
  display: block;
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #e35c46 !important;
  border: none;
  color: #fff;
}
#mce-success-response {
  padding: 40px 0 0;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  font-family: 'gotham_bookregular';
}
#mce-success-response:before {
  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;
  transform: translate(0, 0);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #80c036;
  content: "\f00c";
  font-size: 28px;
  line-height: 40px;
}
.aside-block-form .subscribe-block-input {
  width: 100%;
  padding-right: 100px;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
  background: #fff;
  border: 1px solid #DADADA;
}
.aside-block-form .subscribe-block-input.valid {
  display: none;
}
.aside-block-form .subscribe-block-input.valid + .subscribe-block-btn {
  display: none;
}
.aside-block-form .subscribe-block-input.mce_inline_error {
  margin-bottom: 30px;
}
.aside-block-form .subscribe-block-group-btn {
  display: block;
}
.aside-block-form .subscribe-block-btn {
  position: relative;
  top: inherit;
  left: inherit;
  width: 100%;
  padding: 9px;
  font-size: 14px;
  border: none;
  color: #fff;
  background: #80c036;
  text-align: center;
  text-decoration: none;
  font-family: 'gotham_boldregular';
}
.aside-block-form .subscribe-block-btn:hover,
.aside-block-form .subscribe-block-btn:active,
.aside-block-form .subscribe-block-btn:focus {
  text-decoration: none;
  background: #80c036;
  opacity: .95;
}
.aside-block-form .subscribe-block div.mce_inline_error {
  background: transparent !important;
  color: #d9534f !important;
  padding: 5px 0 0 !important;
  font-size: 10px;
  text-transform: uppercase;
}
.aside-block-subscribe .subscribe-block-input {
  border: 1px solid #BCBCBC !important;
  padding: 15px;
  width: 75%;
  height: 40px;
}
.aside-block-subscribe .subscribe-block-btn {
  width: 24%;
  padding: 9px;
  border: 1px solid #80c036;
  text-align: center;
  text-decoration: none;
}
.aside-block-subscribe .subscribe-block-btn:hover {
  background: #80c036;
  color: #fff;
}
.news-list {
  margin-bottom: 30px;
}
.news-item {
  padding: 18px 0 32px;
}
@media (max-width: 767px) {
  .news-item {
    padding: 20px 0 25px;
  }
}
.news-item-title {
  font-size: 34px;
  line-height: 42px;
  margin: 0 0 10px;
  font-family: 'gotham_boldregular';
}
.news-item-title a {
  color: #343434;
}
.news-item-title a:hover,
.news-item-title a:active,
.news-item-title a:focus {
  color: #80c036;
  text-decoration: none;
}
.news-item-title.visible-xs {
  font-size: 22px;
  line-height: 28px;
  font-family: 'gotham_boldregular';
}
.news-item-content {
  font-family: 'gotham_bookregular';
  margin: 0 0 20px;
}
.news-item-content p {
  font-size: 15px;
  line-height: 24px;
}
.news-item-img {
  display: block;
  margin: 0 0 20px;
  text-align: center;
}
.news-item-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .news-item-footer {
    margin-bottom: 20px;
  }
}
.news-item-mobile {
  padding: 0 0 15px;
}
.news-item-mobile .author-media-body {
  line-height: 14px;
}
.news-item-mobile .info-list > li > a {
  color: #80c036;
  font-family: 'gotham_bookregular';
}
.file-caption-ellipsis {
  display: none;
}
.file-input .input-group {
  padding: 10px;
  background: #F9F9F9;
}
.file-input .file-caption {
  border: none;
  font-size: 14px;
  color: #9B9B9B;
  background: #F9F9F9;
  font-weight: bold;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.file-input-wrap .file-input-new .file-caption:before {
  content: "Attachment";
}
.file-input-wrap .wpcf7-file {
  line-height: 17px;
  text-indent: -3px;
}
.file-drag-wrap {
  margin: 0 0 15px;
}
.file-drag-wrap .file-caption:before {
  content: "Drag & Drop Your Files or Browse";
}
.file-drag-wrap .input-group {
  height: 200px;
  position: relative;
  display: block;
  border: 1px dashed #7AC33B;
  background: #ffffff url("images/drag-file-bg.jpg") 50% 50% no-repeat;
}
.file-drag-wrap .input-group-btn {
  position: static;
}
.file-drag-wrap .btn.btn-file {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
.file-input-new .file-caption {
  background: transparent;
}
.team-item {
  margin: 0 0 20px;
}
.team-item-wrap {
  background: #F6F6F6;
  height: 100%;
  padding: 30px;
}
.team-item-img {
  margin: 0 0 15px;
}
.team-item-name {
  color: #353535;
  font-size: 18px;
  display: block;
  margin: 0 0 10px;
  font-family: 'gotham_mediumregular';
}
.team-item-post {
  font-size: 16px;
  color: #7F7F7F;
  font-family: 'gotham_bookregular';
}
.team-item-inner {
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #353535;
  font-family: 'gotham_bookregular';
}
textarea {
  resize: none;
}
.form-footer {
  padding: 10px 0;
}
.form-line {
  line-height: 55px;
  margin: 0 0 30px;
}
.form-label {
  color: #292929;
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin: 0 0 5px;
  font-family: 'gotham_boldregular';
}
.form-to {
  line-height: 55px;
  display: block;
  text-align: center;
}
.custom-checkbox {
  margin: 0 0 20px;
  padding: 5px 0;
  font-family: 'gotham_bookregular';
}
.form-group {
  position: relative;
  font-family: 'gotham_mediumregular';
}
.form-group.required:after {
  height: 55px;
  padding: 20px 20px 20px 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "*";
  line-height: 25px;
  color: #F9F9F9;
  font-size: 18px;
  font-family: 'gotham_bookregular';
}
.form-group .control-label {
  font-weight: normal;
}
.form-group input.form-control,
.form-group textarea.form-control {
  background: #f9f9f9;
  font-weight: normal;
  font-size: 14px;
  color: #4a4a4a;
  border-color: #f9f9f9;
  padding: 20px;
  -webkit-appearance: none;
  box-shadow: none !important;
}
.form-group input.form-control[type="number"],
.form-group textarea.form-control[type="number"] {
  padding: 10px 20px;
  margin: 2px 0 0;
}
.form-group input.form-control:focus,
.form-group textarea.form-control:focus,
.form-group input.form-control:active,
.form-group textarea.form-control:active {
  border-color: #80c036;
}
.form-group input.form-control {
  height: 55px;
}
.form-group input.form-control-sm {
  height: 40px;
  padding: 6px 12px;
}
.form-group input.form-control.error,
.form-group input.form-control.wpcf7-not-valid {
  border-color: #e74c3c;
}
.form-group input.form-control[type="number"] input::-webkit-outer-spin-button,
.form-group input.form-control[type="number"] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group .form-control-small {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background: #f9f9f9;
  border: 1px solid transparent;
}
.form-group .form-control-small:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group .form-control-small::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-group .form-control-small:-ms-input-placeholder {
  color: #999999;
}
.form-group .form-control-small::-webkit-input-placeholder {
  color: #999999;
}
.form-group .form-control-small[disabled],
.form-group .form-control-small[readonly],
fieldset[disabled] .form-group .form-control-small {
  background-color: #eeeeee;
  opacity: 1;
}
.form-group .form-control-small[disabled],
fieldset[disabled] .form-group .form-control-small {
  cursor: not-allowed;
}
textarea.form-group .form-control-small {
  height: auto;
}
.form-group .form-control-small:focus,
.form-group .form-control-small:active {
  box-shadow: none;
  border-color: transparent;
}
.form-group .form-control-small + .input-group-btn .btn {
  font-size: 18px;
  padding: 7px 15px 6px;
  background: #f9f9f9;
  border-color: #f9f9f9;
  color: #555;
}
.form-group .form-control-small + .input-group-btn .btn:hover {
  color: #80c036;
}
.form-group input.form-control-small {
  height: 40px;
}
.form-group textarea.form-control-small {
  height: 100px;
}
.form-group select.form-control-small {
  -webkit-appearance: none;
  border-radius: 0;
}
.form-group .help-block {
  color: #9B9B9B;
  font-size: 12px;
  font-family: 'gotham_bookregular';
}
.form-group .input-group-addon {
  background: #f9f9f9;
  border-color: #f9f9f9;
  color: #353535;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  font-family: 'gotham_mediumregular';
}
.form-group label.error {
  padding: 10px 0 0;
  color: #e74c3c;
  line-height: 15px;
  white-space: nowrap;
  font-size: 11px;
  display: block;
  margin: 0;
  font-family: 'gotham_bookregular';
}
@media (min-width: 1280px) {
  .form-group label.error {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 10px;
    padding: 20px;
  }
}
.form-group .wpcf7-not-valid-tip {
  padding: 10px 0 0;
  color: #e74c3c;
  line-height: 15px;
  white-space: nowrap;
  font-size: 11px;
  display: block;
  margin: 0;
  font-family: 'gotham_bookregular';
}
.form-group-captcha .wpcf7-form-control-wrap {
  background: #f9f9f9;
  position: relative;
}
.form-group-captcha .wpcf7-quiz-label {
  background: transparent;
  font-weight: bold;
  font-size: 14px;
  color: #9b9b9b;
  border-color: #f9f9f9;
  display: block;
  position: absolute;
  z-index: 1;
  padding: 15px;
}
.form-group-captcha .wpcf7-form-control {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #9b9b9b;
  border-color: #f9f9f9;
  padding: 20px;
  border: none;
  background-color: #f9f9f9;
}
.form-group-wizard {
  margin-bottom: 20px;
  display: block;
  font-weight: normal;
}
@media (max-width: 991px) {
  .form-group-wizard {
    margin-bottom: 10px;
  }
}
.form-group-wizard input.form-control,
.form-group-wizard textarea.form-control {
  padding: 20px;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  -webkit-appearance: none;
  box-shadow: none !important;
}
.form-group-wizard input.form-control:focus,
.form-group-wizard textarea.form-control:focus {
  border-color: #3a77d2;
}
.form-group-wizard label {
  width: 100%;
}
.form-group-wizard input.form-control.form-control-center {
  display: block;
  width: 70%;
  padding: 10px 20px;
  text-align: center;
  margin: 5px auto 50px;
}
@media (max-width: 991px) {
  .form-group-wizard input.form-control.form-control-center {
    width: 100%;
    margin-right: 0;
  }
}
.form-group-wizard input.form-control.form-control-center-small {
  display: inline-block;
  width: 25%;
  margin: 0 10px 10px 0;
  text-align: left;
}
.form-group-wizard input.form-control.form-control-center-small:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .form-group-wizard input.form-control.form-control-center-small {
    width: 100%;
    margin-right: 0;
  }
}
.form-group-wizard-inline {
  margin: 0 10px 10px 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .form-group-wizard-inline {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .degree-search-wrap {
    width: 50%;
    min-width: 400px;
    margin: 0 auto;
  }
}
.degree-search-wrap .degree-search-stick p {
  color: #4a4a4a;
  font-size: 24px;
  margin: 0 0 30px;
  font-family: 'gotham_mediumregular';
}
.degree-search-wrap .degree-search-label {
  margin: 0 0 15px;
}
.degree-search-wrap .degree-search-label br {
  display: none;
}
.degree-search-wrap .degree-search-count {
  display: none;
}
.degree-search-wrap .degree-search-select {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'gotham_mediumregular';
  width: 100%;
  height: 52px;
  background: #f9f9f9;
  font-weight: bold;
  font-size: 14px;
  color: #9b9b9b;
  border-color: #f9f9f9;
  padding: 15px 20px;
}
.degree-search-wrap .degree-search-select:focus,
.degree-search-wrap .degree-search-select:active:focus,
.degree-search-wrap .degree-search-select.active:focus,
.degree-search-wrap .degree-search-select.focus,
.degree-search-wrap .degree-search-select:active.focus,
.degree-search-wrap .degree-search-select.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.degree-search-wrap .degree-search-select:hover,
.degree-search-wrap .degree-search-select:focus,
.degree-search-wrap .degree-search-select.focus {
  color: #333333;
  text-decoration: none;
}
.degree-search-wrap .degree-search-select:active,
.degree-search-wrap .degree-search-select.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.degree-search-wrap .degree-search-select.disabled,
.degree-search-wrap .degree-search-select[disabled],
fieldset[disabled] .degree-search-wrap .degree-search-select {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.degree-search-wrap .degree-search-select.btn-dark {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
}
.degree-search-wrap .degree-search-select.btn-dark-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.degree-search-wrap .degree-search-select.btn-primary {
  border: none;
}
.degree-search-wrap .degree-search-select.btn-primary.btn-file {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
  position: relative;
  border: none;
}
.degree-search-wrap .degree-search-select.btn-primary.btn-file-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.degree-search-wrap .degree-search-select.btn-primary.btn-file input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.degree-search-wrap .degree-search-select.btn-primary.btn-file:hover,
.degree-search-wrap .degree-search-select.btn-primary.btn-file:focus,
.degree-search-wrap .degree-search-select.btn-primary.btn-file:active {
  border: none;
}
.degree-search-wrap .degree-search-select.btn-primary.btn-loading {
  position: relative;
}
.degree-search-wrap .degree-search-select.btn-primary.btn-loading:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  background: #80c036;
}
.degree-search-wrap .degree-search-select.btn-primary.btn-loading:after {
  width: 20px;
  height: 20px;
  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;
  transform: translate(0, 0);
  line-height: 20px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  content: "\f110";
  text-align: center;
  z-index: 2;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.degree-search-wrap .degree-search-select.btn-o {
  background: transparent;
  font-family: 'gotham_bookregular';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.degree-search-wrap .degree-search-select.btn-o.btn-warning {
  color: #f5a623;
  border-color: #f5a623;
}
.degree-search-wrap .degree-search-select.btn-o.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.degree-search-wrap .degree-search-select.btn-o.btn-white:hover,
.degree-search-wrap .degree-search-select.btn-o.btn-white:active,
.degree-search-wrap .degree-search-select.btn-o.btn-white:focus {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.degree-search-wrap .degree-search-select.btn-o.btn-white.btn-lg {
  padding: 14px 15px;
}
.degree-search-wrap .degree-search-select.btn-o.btn-dark {
  color: #4a4a4a;
  border-color: #979797;
}
.degree-search-wrap .degree-search-select.btn-o.btn-dark-bold {
  font-family: 'gotham_boldregular';
  padding: 6px 29px;
  border-radius: 0;
  color: #4a4a4a;
}
.degree-search-wrap .degree-search-select.btn-o.btn-green {
  font-size: 14px;
  color: #8aca53;
  line-height: 16px;
  padding: 10px 20px;
  border: 1px solid #8aca53;
}
.degree-search-wrap .degree-search-select.btn-lg {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.degree-search-wrap .degree-search-select.btn-select {
  background: #f9f9f9;
  font-size: 14px;
  color: #9b9b9b;
  border-color: #f9f9f9;
  padding: 15px 20px;
}
.degree-search-wrap .degree-search-select.btn-select:focus,
.degree-search-wrap .degree-search-select.btn-select:active {
  border-color: #80c036;
}
.degree-search-wrap .degree-search-select.btn-select-sm {
  padding: 10px;
  background: #000;
}
.degree-search-wrap .degree-search-select.btn-border {
  display: inline-block;
  height: 28px;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 18px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #e7e7e7;
  white-space: nowrap;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.degree-search-wrap .degree-search-select.btn-border:hover {
  color: #80c036;
}
.degree-search-wrap .degree-search-select.btn-border.green {
  border-radius: 20px;
  background: #80c036;
  border: 1px solid transparent;
  color: #fff;
}
.degree-search-wrap .degree-search-select.btn-border.green:hover {
  color: #fff;
}
.degree-search-wrap .degree-search-select:hover,
.degree-search-wrap .degree-search-select:active,
.degree-search-wrap .degree-search-select:focus,
.degree-search-wrap .degree-search-select:focus:active {
  outline: none;
  filter: alpha(opacity=95);
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
.degree-search-wrap .degree-search-select.uppercase {
  text-transform: uppercase;
}
.degree-search-wrap .degree-search-select-more {
  font-family: 'gotham_mediumregular';
  font-size: 14px;
  color: #9B9B9B;
  line-height: 17px;
  text-transform: capitalize;
  transition: 3s;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
}
.degree-search-wrap .degree-search-select-more i {
  display: block;
  margin-bottom: 3px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.degree-search-wrap .degree-search-select-more:hover {
  color: #84999b;
}
.degree-search-wrap .degree-search-select-like {
  font-family: 'gotham_bookregular';
  background: #80c036;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 12px;
  border-radius: 2px;
  padding: 7px 5px 6px;
}
.degree-search-wrap .degree-search-select-like span {
  display: inline-block;
  padding: 4px 4px;
}
.degree-search-wrap .degree-search-select-like i.fa-heart {
  margin: 0;
  font-size: 13px;
  padding: 3px;
}
.degree-search-wrap .degree-search-select-like:hover {
  color: #fff;
}
.degree-search-wrap .degree-search-select-back {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 2.57px;
  line-height: 15px;
  text-transform: uppercase;
}
.degree-search-wrap .degree-search-select-back:hover {
  text-decoration: none;
}
.degree-search-wrap .degree-search-select-back i {
  font-size: 20px;
  float: left;
  margin-right: 10px;
  line-height: 13px;
}
.degree-search-wrap .degree-search-select-fb-connect {
  background: #4D69A2;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'gotham_mediumregular';
}
.degree-search-wrap .degree-search-select-fb-connect i {
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 22px;
}
.degree-search-wrap .degree-search-select-fb-connect:hover,
.degree-search-wrap .degree-search-select-fb-connect:focus {
  color: #fff;
  text-decoration: none;
}
.degree-search-wrap .degree-search-select-dropdown-wizard.open .btn {
  background: #4a4a4a;
  color: #fff;
}
.degree-search-wrap .degree-search-select-dropdown-wizard .btn {
  width: 48px;
  height: 48px;
  background: #4a4a4a;
  border-radius: 50%;
  color: #fff;
  border: none;
}
.degree-search-wrap .degree-search-select-dropdown-wizard .dropdown-menu {
  padding: 0;
}
.degree-search-wrap .degree-search-select-dropdown-wizard .dropdown-menu li a {
  font-family: 'gotham_bookregular';
  background: #4a4a4a;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.degree-search-wrap .degree-search-select-dropdown-wizard .dropdown-menu li a:hover {
  opacity: .8;
}
.degree-search-wrap .degree-search-select-popover {
  font-family: 'gotham_bookregular';
  font-size: 12px;
  color: #353535;
  line-height: 10px;
  text-transform: uppercase;
  background: #fff;
}
.degree-search-wrap .degree-search-select.btn-control {
  padding: 9px 12px;
}
.degree-search-wrap .degree-search-select:focus,
.degree-search-wrap .degree-search-select:active {
  border-color: #80c036;
}
.degree-search-wrap .degree-search-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'gotham_mediumregular';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 100%;
  margin: 5px 0 15px;
  color: #fff;
  background: #80c036;
}
.degree-search-wrap .degree-search-submit:focus,
.degree-search-wrap .degree-search-submit:active:focus,
.degree-search-wrap .degree-search-submit.active:focus,
.degree-search-wrap .degree-search-submit.focus,
.degree-search-wrap .degree-search-submit:active.focus,
.degree-search-wrap .degree-search-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.degree-search-wrap .degree-search-submit:hover,
.degree-search-wrap .degree-search-submit:focus,
.degree-search-wrap .degree-search-submit.focus {
  color: #333333;
  text-decoration: none;
}
.degree-search-wrap .degree-search-submit:active,
.degree-search-wrap .degree-search-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.degree-search-wrap .degree-search-submit.disabled,
.degree-search-wrap .degree-search-submit[disabled],
fieldset[disabled] .degree-search-wrap .degree-search-submit {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.degree-search-wrap .degree-search-submit.btn-dark {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
}
.degree-search-wrap .degree-search-submit.btn-dark-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.degree-search-wrap .degree-search-submit.btn-primary {
  border: none;
}
.degree-search-wrap .degree-search-submit.btn-primary.btn-file {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
  position: relative;
  border: none;
}
.degree-search-wrap .degree-search-submit.btn-primary.btn-file-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.degree-search-wrap .degree-search-submit.btn-primary.btn-file input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.degree-search-wrap .degree-search-submit.btn-primary.btn-file:hover,
.degree-search-wrap .degree-search-submit.btn-primary.btn-file:focus,
.degree-search-wrap .degree-search-submit.btn-primary.btn-file:active {
  border: none;
}
.degree-search-wrap .degree-search-submit.btn-primary.btn-loading {
  position: relative;
}
.degree-search-wrap .degree-search-submit.btn-primary.btn-loading:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  background: #80c036;
}
.degree-search-wrap .degree-search-submit.btn-primary.btn-loading:after {
  width: 20px;
  height: 20px;
  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;
  transform: translate(0, 0);
  line-height: 20px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  content: "\f110";
  text-align: center;
  z-index: 2;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.degree-search-wrap .degree-search-submit.btn-o {
  background: transparent;
  font-family: 'gotham_bookregular';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.degree-search-wrap .degree-search-submit.btn-o.btn-warning {
  color: #f5a623;
  border-color: #f5a623;
}
.degree-search-wrap .degree-search-submit.btn-o.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.degree-search-wrap .degree-search-submit.btn-o.btn-white:hover,
.degree-search-wrap .degree-search-submit.btn-o.btn-white:active,
.degree-search-wrap .degree-search-submit.btn-o.btn-white:focus {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.degree-search-wrap .degree-search-submit.btn-o.btn-white.btn-lg {
  padding: 14px 15px;
}
.degree-search-wrap .degree-search-submit.btn-o.btn-dark {
  color: #4a4a4a;
  border-color: #979797;
}
.degree-search-wrap .degree-search-submit.btn-o.btn-dark-bold {
  font-family: 'gotham_boldregular';
  padding: 6px 29px;
  border-radius: 0;
  color: #4a4a4a;
}
.degree-search-wrap .degree-search-submit.btn-o.btn-green {
  font-size: 14px;
  color: #8aca53;
  line-height: 16px;
  padding: 10px 20px;
  border: 1px solid #8aca53;
}
.degree-search-wrap .degree-search-submit.btn-lg {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.degree-search-wrap .degree-search-submit.btn-select {
  background: #f9f9f9;
  font-size: 14px;
  color: #9b9b9b;
  border-color: #f9f9f9;
  padding: 15px 20px;
}
.degree-search-wrap .degree-search-submit.btn-select:focus,
.degree-search-wrap .degree-search-submit.btn-select:active {
  border-color: #80c036;
}
.degree-search-wrap .degree-search-submit.btn-select-sm {
  padding: 10px;
  background: #000;
}
.degree-search-wrap .degree-search-submit.btn-border {
  display: inline-block;
  height: 28px;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 18px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #e7e7e7;
  white-space: nowrap;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.degree-search-wrap .degree-search-submit.btn-border:hover {
  color: #80c036;
}
.degree-search-wrap .degree-search-submit.btn-border.green {
  border-radius: 20px;
  background: #80c036;
  border: 1px solid transparent;
  color: #fff;
}
.degree-search-wrap .degree-search-submit.btn-border.green:hover {
  color: #fff;
}
.degree-search-wrap .degree-search-submit:hover,
.degree-search-wrap .degree-search-submit:active,
.degree-search-wrap .degree-search-submit:focus,
.degree-search-wrap .degree-search-submit:focus:active {
  outline: none;
  filter: alpha(opacity=95);
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
.degree-search-wrap .degree-search-submit.uppercase {
  text-transform: uppercase;
}
.degree-search-wrap .degree-search-submit-more {
  font-family: 'gotham_mediumregular';
  font-size: 14px;
  color: #9B9B9B;
  line-height: 17px;
  text-transform: capitalize;
  transition: 3s;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
}
.degree-search-wrap .degree-search-submit-more i {
  display: block;
  margin-bottom: 3px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.degree-search-wrap .degree-search-submit-more:hover {
  color: #84999b;
}
.degree-search-wrap .degree-search-submit-like {
  font-family: 'gotham_bookregular';
  background: #80c036;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 12px;
  border-radius: 2px;
  padding: 7px 5px 6px;
}
.degree-search-wrap .degree-search-submit-like span {
  display: inline-block;
  padding: 4px 4px;
}
.degree-search-wrap .degree-search-submit-like i.fa-heart {
  margin: 0;
  font-size: 13px;
  padding: 3px;
}
.degree-search-wrap .degree-search-submit-like:hover {
  color: #fff;
}
.degree-search-wrap .degree-search-submit-back {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 2.57px;
  line-height: 15px;
  text-transform: uppercase;
}
.degree-search-wrap .degree-search-submit-back:hover {
  text-decoration: none;
}
.degree-search-wrap .degree-search-submit-back i {
  font-size: 20px;
  float: left;
  margin-right: 10px;
  line-height: 13px;
}
.degree-search-wrap .degree-search-submit-fb-connect {
  background: #4D69A2;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'gotham_mediumregular';
}
.degree-search-wrap .degree-search-submit-fb-connect i {
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 22px;
}
.degree-search-wrap .degree-search-submit-fb-connect:hover,
.degree-search-wrap .degree-search-submit-fb-connect:focus {
  color: #fff;
  text-decoration: none;
}
.degree-search-wrap .degree-search-submit-dropdown-wizard.open .btn {
  background: #4a4a4a;
  color: #fff;
}
.degree-search-wrap .degree-search-submit-dropdown-wizard .btn {
  width: 48px;
  height: 48px;
  background: #4a4a4a;
  border-radius: 50%;
  color: #fff;
  border: none;
}
.degree-search-wrap .degree-search-submit-dropdown-wizard .dropdown-menu {
  padding: 0;
}
.degree-search-wrap .degree-search-submit-dropdown-wizard .dropdown-menu li a {
  font-family: 'gotham_bookregular';
  background: #4a4a4a;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.degree-search-wrap .degree-search-submit-dropdown-wizard .dropdown-menu li a:hover {
  opacity: .8;
}
.degree-search-wrap .degree-search-submit-popover {
  font-family: 'gotham_bookregular';
  font-size: 12px;
  color: #353535;
  line-height: 10px;
  text-transform: uppercase;
  background: #fff;
}
.degree-search-wrap .degree-search-submit.btn-control {
  padding: 9px 12px;
}
.degree-search-wrap .degree-search-submit:hover,
.degree-search-wrap .degree-search-submit:active,
.degree-search-wrap .degree-search-submit:focus {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  color: #fff;
}
.degree-search-wrap .degree-sponsored {
  display: block;
  color: #d7d7d7;
  text-align: center;
}
.degree-search-wrap + p {
  display: none;
}
.input-edit {
  position: relative;
  font: normal normal normal 15px/1 FontAwesome;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: 100%;
}
.input-edit input {
  padding-right: 40px;
  font-family: 'gotham_boldregular';
  width: 100%;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #8a8a8a;
  font-size: 34px;
  color: #353535;
  line-height: 44px;
  -webkit-appearance: none;
  border-radius: 0;
}
.input-edit:hover:before {
  color: #cecece;
}
.input-edit:before {
  position: absolute;
  content: "\f040";
  right: 10px;
  top: 20px;
  color: #D7D7D7;
}
.label-checkbox {
  margin-top: 10px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 17px;
  font-weight: 400;
  cursor: pointer;
}
.label-checkbox input[type=checkbox] {
  margin-right: 5px;
  visibility: visible;
}
.step-text {
  font-family: 'gotham_bookregular';
  margin-top: 20px;
  font-size: 12px;
  color: #353535;
}
.step-text a {
  color: #353535;
  text-decoration: underline;
}
.step-text a:hover {
  text-decoration: none;
}
.filter-option {
  color: #4a4a4a;
}
.popover {
  width: 245px;
  border: none;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popover .arrow:after {
  z-index: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border: none;
  width: 20px;
  height: 20px;
  background: #fff;
  box-shadow: -1px 2px 4px -2px rgba(0, 0, 0, 0.2);
}
.popover.right .arrow {
  top: 20%;
}
.popover.right .arrow:after {
  box-shadow: -1px 2px 4px -2px rgba(0, 0, 0, 0.2);
}
.popover.bottom .arrow {
  left: 20%;
}
.popover.bottom .arrow:after {
  box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, 0.2);
}
.popover.left .arrow {
  top: 20%;
}
.popover.left .arrow:after {
  box-shadow: 2px -2px 4px -2px rgba(0, 0, 0, 0.2);
}
.popover-title {
  font-family: 'gotham_boldregular';
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  color: #353535;
  line-height: 17px;
  padding: 20px;
  background: #fff;
  border: none;
}
.popover-title .icon-add-name {
  margin: -15px 20px 0 0;
  font-style: normal;
  font-size: 34px;
  color: #353535;
  line-height: 42px;
}
.popover-title .fa {
  margin-top: -8px;
  font-size: 30px;
}
.popover-title .fa.fa-picture-o,
.popover-title .fa.fa-floppy-o {
  margin-top: 0;
}
.popover-content {
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0.77px;
  line-height: 18px;
}
.popover-footer {
  font-family: 'gotham_mediumregular';
  margin: 0 -1px -1px;
  padding: 15px;
  background: #353535;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
}
.popover-footer .link-skip,
.popover-footer .step-number {
  margin-top: 6px;
  font-family: 'gotham_mediumregular';
  float: right;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}
.popover-footer .btn-popover {
  margin-left: 10px;
  float: right;
}
.popover .popover-reset {
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  border: none;
  margin: 0;
}
.about-wrap {
  padding-top: 0;
}
@media (max-width: 767px) {
  .about-list {
    margin: 0 0 50px;
  }
}
@media (min-width: 768px) {
  .about-list {
    padding: 50px 0;
  }
}
.about-list-title {
  font-size: 34px;
  color: #353535;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .about-list-title {
    text-align: center;
  }
}
.about-item-inner,
.about-item-img {
  padding: 0;
}
.about-item-title {
  font-family: 'gotham_boldregular';
}
.about-item-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.about-item-content {
  font-family: 'gotham_bookregular';
}
@media (max-width: 991px) {
  .about-item.about-item-story .about-item-inner,
  .about-item.about-item-today .about-item-inner {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .about-item.about-item-story .about-item-inner,
  .about-item.about-item-today .about-item-inner {
    padding: 20px 40px;
  }
}
@media (min-width: 1280px) {
  .about-item.about-item-story .about-item-inner,
  .about-item.about-item-today .about-item-inner {
    padding: 40px 80px 80px;
  }
}
.about-item.about-item-story .about-item-title,
.about-item.about-item-today .about-item-title {
  margin: 0 0 30px;
}
.about-item.about-item-story .about-item-content p,
.about-item.about-item-today .about-item-content p {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1279px) {
  .about-item.about-item-story .about-item-content p,
  .about-item.about-item-today .about-item-content p {
    font-size: 15px;
    line-height: 22px;
  }
}
.about-item.about-item-story .about-item-content p:nth-last-child(1),
.about-item.about-item-today .about-item-content p:nth-last-child(1) {
  margin: 0;
}
.about-item.about-item-story .about-item-inner {
  background: #fafafa;
}
.about-item.about-item-story .about-item-title {
  color: #353535;
}
.about-item.about-item-story .about-item-content {
  color: #7F7F7F;
}
.about-item.about-item-today .about-item-inner {
  background: #353535;
}
.about-item.about-item-today .about-item-title,
.about-item.about-item-today .about-item-content {
  color: #fff;
}
.about-glace {
  background: url('images/about-glace.jpg') 50% 100% no-repeat;
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .about-glace {
    background-size: 100% auto;
    padding: 0 0 300px;
  }
}
@media (min-width: 992px) {
  .about-glace {
    background-size: auto auto;
    padding: 0 0 300px;
  }
}
.about-glace p {
  font-size: 18px;
  line-height: 28px;
  color: #7F7F7F;
}
@media (min-width: 992px) {
  .about-glace p {
    text-align: center;
  }
}
.search-btn {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  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;
  transform: translate(0, 0);
  font-size: 18px;
}
.search-btn:before {
  content: "\f002";
}
.search-btn.active:before {
  content: "\f00d";
}
.search-wrap {
  background: #000;
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  padding: 30px 0;
  z-index: 5;
  display: none;
}
.search-wrap.active {
  display: block;
}
.search-label {
  padding: 15px 30px 15px 10px !important;
  border-bottom: 1px solid #B6B6B6;
}
.search-input,
.search-submit {
  height: 1.5em;
  line-height: 1.5em;
}
@media (min-width: 480px) {
  .search-input,
  .search-submit {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .search-input,
  .search-submit {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .search-input,
  .search-submit {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .search-input,
  .search-submit {
    font-size: 34px;
  }
}
.search-input {
  background: transparent;
  color: #333;
  font-weight: 300;
  border: none;
  padding-left: 0;
}
.search-submit {
  padding: 0;
  color: #454545;
  border: none;
  background: transparent;
}
.search-submit:hover,
.search-submit:active,
.search-submit:focus {
  background: transparent;
  color: #80c036;
}
.search-content .gsc-tabsArea,
.search-content .gsc-refinementsArea,
.search-content .gsc-above-wrapper-area,
.search-content .gsc-clear-button {
  display: none;
}
.search-content .gsc-control-searchbox-only {
  border-bottom: 1px solid #8A8A8A;
}
.search-content .gsc-control-cse {
  padding: 30px 0;
  margin: 0 0 30px;
}
.search-content .gsc-input {
  padding: 0;
}
.search-content .gsc-input input {
  border: none;
  padding-left: 0;
  background: transparent;
  font-size: 24px;
}
.search-content .gsc-search-button {
  height: 42px;
  padding: 0;
  border: none;
  color: #343434;
  background: transparent;
  white-space: nowrap;
  font-family: 'gotham_bookregular';
  font-size: 24px;
}
.search-content .gsc-search-button:hover,
.search-content .gsc-search-button:active,
.search-content .gsc-search-button:focus {
  background: transparent;
  text-decoration: none;
}
.search-content .gsc-table-cell-snippet-close,
.search-content .gs-promotion-text-cell {
  padding-left: 15px;
}
.search-content .gsc-table-cell-thumbnail {
  margin-bottom: 20px;
}
.search-content .gsc-table-result {
  margin-bottom: 30px;
}
.search-content .gs-title a.gs-title {
  font-size: 18px;
  line-height: 24px;
  color: #4a4a4a;
  text-decoration: none !important;
  font-family: 'gotham_mediumregular';
}
.search-content .gs-title a.gs-title:hover,
.search-content .gs-title a.gs-title:active,
.search-content .gs-title a.gs-title:focus {
  text-decoration: none;
  color: #80c036 !important;
}
.search-content .gs-title a.gs-title:hover b,
.search-content .gs-title a.gs-title:active b,
.search-content .gs-title a.gs-title:focus b,
.search-content .gs-title a.gs-title:hover strong,
.search-content .gs-title a.gs-title:active strong,
.search-content .gs-title a.gs-title:focus strong,
.search-content .gs-title a.gs-title:hover span,
.search-content .gs-title a.gs-title:active span,
.search-content .gs-title a.gs-title:focus span {
  color: #80c036 !important;
}
.search-content .gsc-url-bottom {
  display: none;
}
.search-content .gsc-cursor-box {
  text-align: center;
  margin: 0 0 20px;
}
.search-content .gsc-cursor-box .gsc-cursor-page {
  padding: 10px;
  background: transparent;
  font-size: 18px;
  color: #343434;
  text-decoration: none;
  font-family: 'gotham_bookregular';
}
.search-content .gsc-cursor-box .gsc-cursor-page:hover {
  color: #80c036;
}
.search-content .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  color: #9B9B9B;
}
.search-new-nav {
  position: static;
}
.search-new-nav-dropdown {
  position: static !important;
}
.search-new-nav-toggle {
  padding-left: 15px !important;
}
.search-new-nav-inner {
  width: auto;
  top: 100%;
  left: 9.5px !important;
  right: 9.5px !important;
  margin: 1px 0 0 !important;
  padding: 30px 20px;
  z-index: 5;
}
.author-list {
  padding-top: 20px;
}
.author-item {
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .author-item {
    /*
      padding-right: 43px;
      */
  }
}
.author-item-img {
  display: block;
  margin: 0 0 20px;
}
.author-item-img a,
.author-item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.author-item-date {
  font-size: 12px;
  color: #D7D7D7;
  font-family: 'gotham_mediumregular';
}
.author-item-category {
  font-size: 12px;
  color: #80c036;
  font-family: 'gotham_mediumregular';
}
.author-item-category:hover,
.author-item-category:active,
.author-item-category:focus {
  text-decoration: none;
  color: #80c036;
}
.author-item-title {
  margin: 7px 0 0;
  font-family: 'gotham_boldregular';
}
.author-item-title a {
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}
.author-item-title a:hover,
.author-item-title a:active,
.author-item-title a:focus {
  color: #80c036;
  text-decoration: none;
}
.author-item-content {
  margin-top: 20px;
}
.author-item-footer {
  padding: 10px 0;
}
.store-modal-check {
  text-align: center;
}
.store-modal-check:before {
  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;
  transform: translate(0, 0);
  font-size: 42px;
  line-height: 60px;
  display: block;
  text-align: center;
}
.store-modal-check.success:before {
  content: "\f00c";
  color: #80c036;
}
.store-modal-check.error:before {
  content: "\f00d";
  color: #d9534f;
}
.store-modal-confirm {
  font-size: 18px;
  line-height: 24px;
  color: #353535;
  position: relative;
  text-align: center;
}
.store-modal .close {
  color: #fff;
}
.store-modal.modal {
  text-align: center;
  padding: 0!important;
}
.store-modal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.store-modal.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal#sign_modal,
.modal#forgot_modal {
  background: url("images/sign-modal-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.modal#sign_modal .close,
.modal#forgot_modal .close {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 15px;
  color: #D7D7D7;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal#sign_modal .modal-content,
.modal#forgot_modal .modal-content {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal#sign_modal .input-group,
.modal#forgot_modal .input-group {
  width: 100%;
  border-bottom: 1px solid transparent;
}
.modal#sign_modal .input-group .form-control,
.modal#forgot_modal .input-group .form-control {
  border: none;
}
.modal#sign_modal .modal-body,
.modal#forgot_modal .modal-body {
  padding-top: 40px;
  padding-bottom: 0;
}
.modal#sign_modal .modal-body,
.modal#forgot_modal .modal-body,
.modal#sign_modal .modal-footer,
.modal#forgot_modal .modal-footer {
  padding-left: 0;
  padding-right: 0;
}
.modal#sign_modal .modal-header,
.modal#forgot_modal .modal-header,
.modal#sign_modal .modal-footer,
.modal#forgot_modal .modal-footer {
  border: none;
}
@media (min-width: 1280px) {
  .modal#store_item .modal-dialog {
    width: 1100px;
  }
}
.modal#store_item .modal-body {
  min-height: 200px;
  padding-bottom: 30px;
}
.modal#store_item .modal-body.loading:after {
  position: absolute;
  top: -30px;
  left: -50px;
  right: -50px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  z-index: 1;
}
.modal#store_item .modal-body.loading:before {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  text-align: center;
  z-index: 2;
  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;
  transform: translate(0, 0);
  content: "\f110";
  line-height: 50px;
  font-size: 46px;
  color: #80c036;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.modal#store_item .modal-header {
  border: none;
}
.modal#store_item .modal-header .close {
  float: none;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  font-size: 32px;
}
.modal#store_item .modal-content {
  padding: 0 50px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.modal.store-modal .modal-content {
  background: #353535;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.store-modal .modal-content.loading {
  position: relative;
}
.modal.store-modal .modal-content.loading:before,
.modal.store-modal .modal-content.loading:after {
  display: block;
  position: absolute;
  z-index: 5;
}
.modal.store-modal .modal-content.loading:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}
.modal.store-modal .modal-content.loading:after {
  width: 40px;
  height: 40px;
  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;
  transform: translate(0, 0);
  color: #80c036;
  font-size: 40px;
  line-height: 40px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  content: "\f110";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  text-align: center;
}
.modal.store-modal .modal-header {
  border: none;
}
.modal.store-modal .modal-body {
  padding: 0 30px 35px;
}
.modal.store-modal .close {
  font-size: 26px;
}
.modal.store-modal .field-subscribeform-email:after {
  display: none;
}
.modal.store-modal .field-subscribeform-email.has-error input {
  border: 1px solid #d9534f;
}
.modal.store-modal .form-group {
  margin: 0;
}
.modal.store-modal .store-modal-logo {
  width: 313px;
  height: 49px;
  display: block;
  margin: 15px auto;
}
.modal.store-modal .store-modal-logo img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.modal.store-modal .store-modal-title {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin: 0 0 22px;
  font-family: 'gotham_mediumregular';
  text-align: center;
}
.modal.store-modal .store-modal-info {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  display: block;
  margin: 0 0 22px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal.store-modal .store-modal-input {
    margin-bottom: 10px;
  }
}
.modal.store-modal .store-modal-check {
  text-align: center;
}
.modal.store-modal .store-modal-check:before {
  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;
  transform: translate(0, 0);
  font-size: 42px;
  line-height: 60px;
  display: block;
  text-align: center;
}
.modal.store-modal .store-modal-check.success:before {
  content: "\f00c";
  color: #80c036;
}
.modal.store-modal .store-modal-check.error:before {
  content: "\f00d";
  color: #d9534f;
}
.modal.store-modal .store-modal-confirm {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .save-modal .modal-dialog {
    width: 700px;
  }
}
.save-modal .modal-content {
  padding: 0 20px 10px;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  box-shadow: none;
}
.save-modal .modal-header {
  border: none;
  padding-right: 0;
}
.save-modal .modal-header .title-modal-bold {
  font-family: 'gotham_boldregular';
  font-size: 24px;
  color: #353535;
  line-height: 27px;
  margin: 10px 0 0;
}
.save-modal .modal-img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  .save-modal .modal-img {
    width: 100%;
    margin: 0 0 20px;
  }
}
.save-modal .modal-body .form-group {
  margin-bottom: 27px;
}
.save-modal .notification p {
  margin: 0;
}
.save-modal .form-group label.error {
  width: auto;
  position: relative;
  left: 0;
  padding: 5px;
}
.sign-modal-logo {
  width: 211px;
  display: block;
  margin: 50px auto 20px;
}
@media (max-width: 767px) {
  .sign-modal-logo {
    width: 140px;
  }
}
.sign-modal-logo img {
  width: 100%;
  display: block;
}
.sign-modal-info {
  max-width: 700px;
  margin: 0 auto 30px;
  display: block;
  padding: 0 20px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-family: 'proxima_nova_rgregular';
}
.sign-modal-tabs {
  border-bottom: 1px solid #ABADB5;
}
.sign-modal-tabs > li {
  width: 50%;
  margin: 0;
}
.sign-modal-tabs > li > a {
  background: transparent;
  text-align: center;
  font-size: 14px;
  color: #ABADB5;
  border: none;
  position: relative;
}
.sign-modal-tabs > li > a:hover,
.sign-modal-tabs > li > a:active,
.sign-modal-tabs > li > a:focus {
  background: transparent;
  border: none;
}
.sign-modal-tabs > li > a:after {
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #fff;
  display: none;
  content: "";
  position: absolute;
}
.sign-modal-tabs > li.active > a {
  color: #fff;
  background: transparent;
  border: none;
}
.sign-modal-tabs > li.active > a:hover,
.sign-modal-tabs > li.active > a:active,
.sign-modal-tabs > li.active > a:focus {
  color: #fff;
  background: transparent;
  border: none;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sign-modal-tabs > li.active > a:after {
  display: block;
}
.sign-modal-or {
  padding: 22px 0;
  display: block;
  color: #D7D7D7;
}
.sign-modal-forgot {
  color: #fff;
}
.sign-modal-forgot:hover,
.sign-modal-forgot:active,
.sign-modal-forgot:focus {
  color: #fff;
  text-decoration: none;
}
.modal-tab {
  display: none;
}
.modal-tab.active {
  display: block;
}
.notification.modal {
  position: relative;
}
.login-container {
  padding: 0 10px;
  position: relative;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .login-container {
    width: 360px;
    margin: 30px auto;
  }
}
#lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
#lightbox.login {
  background: url("images/sign-modal-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  overflow-y: auto;
}
@media (max-width: 991px) {
  #lightbox.login {
    background-size: auto 100%;
  }
}
#lightbox.collection-action {
  background: rgba(51, 51, 51, 0.8);
}
#lightbox.collection-action .lightbox {
  max-width: 600px;
  padding: 0 20px 10px;
  position: relative;
  margin: 30px auto;
}
@media (max-width: 991px) {
  #lightbox.collection-action .lightbox {
    margin-top: 50px;
  }
}
#lightbox.collection-action .collections_wrapper {
  max-height: 140px;
  overflow-y: auto;
  background: #f9f9f9;
  padding: 6px 12px;
  color: #555;
  font-size: 14px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-family: 'gotham_mediumregular';
}
#lightbox.collection-action .collections_wrapper > div {
  padding: 4px 30px 4px 4px;
}
#lightbox.collection-action .collections_wrapper > div.collected {
  color: #80c036;
  position: relative;
}
#lightbox.collection-action .collections_wrapper > div.collected:before {
  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;
  transform: translate(0, 0);
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin: -10px 0 0;
  right: 0;
  content: "\f00c";
  display: block;
}
@media (max-width: 991px) {
  #lightbox.collection-action .btn {
    margin-bottom: 10px;
  }
}
.modal-new .close {
  font-size: 30px;
}
.modal-new .modal-dialog {
  max-width: 480px;
}
.modal-new .modal-header {
  padding: 35px 0 15px;
}
.modal-new .modal-header .title-modal-bold {
  margin: 0;
  font-weight: normal;
  font-family: 'gotham_bookregular';
}
.modal-new .modal-content {
  padding: 0 40px 40px;
}
.modal-new .modal-body {
  padding: 0;
}
.modal-new .modal-body p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 30px;
}
.lightbox #close {
  display: block;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 999;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  cursor: pointer;
  background: url('images/icons-sprite.png') no-repeat -4px -22px;
}
.lightbox #close:hover {
  background: url("images/icons-sprite.png") no-repeat -29px -22px;
}
.lightbox .form_row {
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate;
  border-bottom: 1px solid transparent;
}
.lightbox .form_row input {
  width: 100%;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.lightbox .submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'gotham_mediumregular';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  background: #80c036;
  margin: 30px 0 15px;
}
.lightbox .submit:focus,
.lightbox .submit:active:focus,
.lightbox .submit.active:focus,
.lightbox .submit.focus,
.lightbox .submit:active.focus,
.lightbox .submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.lightbox .submit:hover,
.lightbox .submit:focus,
.lightbox .submit.focus {
  color: #333333;
  text-decoration: none;
}
.lightbox .submit:active,
.lightbox .submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.lightbox .submit.disabled,
.lightbox .submit[disabled],
fieldset[disabled] .lightbox .submit {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.lightbox .submit.btn-dark {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
}
.lightbox .submit.btn-dark-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.lightbox .submit.btn-primary {
  border: none;
}
.lightbox .submit.btn-primary.btn-file {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
  position: relative;
  border: none;
}
.lightbox .submit.btn-primary.btn-file-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.lightbox .submit.btn-primary.btn-file input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.lightbox .submit.btn-primary.btn-file:hover,
.lightbox .submit.btn-primary.btn-file:focus,
.lightbox .submit.btn-primary.btn-file:active {
  border: none;
}
.lightbox .submit.btn-primary.btn-loading {
  position: relative;
}
.lightbox .submit.btn-primary.btn-loading:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  background: #80c036;
}
.lightbox .submit.btn-primary.btn-loading:after {
  width: 20px;
  height: 20px;
  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;
  transform: translate(0, 0);
  line-height: 20px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  content: "\f110";
  text-align: center;
  z-index: 2;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.lightbox .submit.btn-o {
  background: transparent;
  font-family: 'gotham_bookregular';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lightbox .submit.btn-o.btn-warning {
  color: #f5a623;
  border-color: #f5a623;
}
.lightbox .submit.btn-o.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.lightbox .submit.btn-o.btn-white:hover,
.lightbox .submit.btn-o.btn-white:active,
.lightbox .submit.btn-o.btn-white:focus {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.lightbox .submit.btn-o.btn-white.btn-lg {
  padding: 14px 15px;
}
.lightbox .submit.btn-o.btn-dark {
  color: #4a4a4a;
  border-color: #979797;
}
.lightbox .submit.btn-o.btn-dark-bold {
  font-family: 'gotham_boldregular';
  padding: 6px 29px;
  border-radius: 0;
  color: #4a4a4a;
}
.lightbox .submit.btn-o.btn-green {
  font-size: 14px;
  color: #8aca53;
  line-height: 16px;
  padding: 10px 20px;
  border: 1px solid #8aca53;
}
.lightbox .submit.btn-lg {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lightbox .submit.btn-select {
  background: #f9f9f9;
  font-size: 14px;
  color: #9b9b9b;
  border-color: #f9f9f9;
  padding: 15px 20px;
}
.lightbox .submit.btn-select:focus,
.lightbox .submit.btn-select:active {
  border-color: #80c036;
}
.lightbox .submit.btn-select-sm {
  padding: 10px;
  background: #000;
}
.lightbox .submit.btn-border {
  display: inline-block;
  height: 28px;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 18px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #e7e7e7;
  white-space: nowrap;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lightbox .submit.btn-border:hover {
  color: #80c036;
}
.lightbox .submit.btn-border.green {
  border-radius: 20px;
  background: #80c036;
  border: 1px solid transparent;
  color: #fff;
}
.lightbox .submit.btn-border.green:hover {
  color: #fff;
}
.lightbox .submit:hover,
.lightbox .submit:active,
.lightbox .submit:focus,
.lightbox .submit:focus:active {
  outline: none;
  filter: alpha(opacity=95);
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
.lightbox .submit.uppercase {
  text-transform: uppercase;
}
.lightbox .submit-more {
  font-family: 'gotham_mediumregular';
  font-size: 14px;
  color: #9B9B9B;
  line-height: 17px;
  text-transform: capitalize;
  transition: 3s;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
}
.lightbox .submit-more i {
  display: block;
  margin-bottom: 3px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.lightbox .submit-more:hover {
  color: #84999b;
}
.lightbox .submit-like {
  font-family: 'gotham_bookregular';
  background: #80c036;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 12px;
  border-radius: 2px;
  padding: 7px 5px 6px;
}
.lightbox .submit-like span {
  display: inline-block;
  padding: 4px 4px;
}
.lightbox .submit-like i.fa-heart {
  margin: 0;
  font-size: 13px;
  padding: 3px;
}
.lightbox .submit-like:hover {
  color: #fff;
}
.lightbox .submit-back {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 2.57px;
  line-height: 15px;
  text-transform: uppercase;
}
.lightbox .submit-back:hover {
  text-decoration: none;
}
.lightbox .submit-back i {
  font-size: 20px;
  float: left;
  margin-right: 10px;
  line-height: 13px;
}
.lightbox .submit-fb-connect {
  background: #4D69A2;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'gotham_mediumregular';
}
.lightbox .submit-fb-connect i {
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 22px;
}
.lightbox .submit-fb-connect:hover,
.lightbox .submit-fb-connect:focus {
  color: #fff;
  text-decoration: none;
}
.lightbox .submit-dropdown-wizard.open .btn {
  background: #4a4a4a;
  color: #fff;
}
.lightbox .submit-dropdown-wizard .btn {
  width: 48px;
  height: 48px;
  background: #4a4a4a;
  border-radius: 50%;
  color: #fff;
  border: none;
}
.lightbox .submit-dropdown-wizard .dropdown-menu {
  padding: 0;
}
.lightbox .submit-dropdown-wizard .dropdown-menu li a {
  font-family: 'gotham_bookregular';
  background: #4a4a4a;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.lightbox .submit-dropdown-wizard .dropdown-menu li a:hover {
  opacity: .8;
}
.lightbox .submit-popover {
  font-family: 'gotham_bookregular';
  font-size: 12px;
  color: #353535;
  line-height: 10px;
  text-transform: uppercase;
  background: #fff;
}
.lightbox .submit.btn-control {
  padding: 9px 12px;
}
.lightbox .submit:hover,
.lightbox .submit:active,
.lightbox .submit:focus {
  color: #fff;
}
.lightbox #recover p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 30px;
  font-family: 'gotham_bookregular';
}
.lightbox-header {
  border-bottom: 1px solid #ABADB5;
  margin-bottom: 30px;
}
.lightbox-header:before,
.lightbox-header:after {
  content: " ";
  display: table;
}
.lightbox-header:after {
  clear: both;
}
.lightbox-header:before,
.lightbox-header:after {
  content: " ";
  display: table;
}
.lightbox-header:after {
  clear: both;
}
.lightbox-header > li {
  width: 50%;
  margin: 0;
  display: block;
  float: left;
}
.lightbox-header > li > a {
  background: transparent;
  text-align: center;
  font-size: 14px;
  color: #ABADB5;
  border: none;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.lightbox-header > li > a:hover,
.lightbox-header > li > a:active,
.lightbox-header > li > a:focus {
  color: #fff;
  background: transparent;
  border: none;
  text-decoration: none;
}
.lightbox-header > li > a:after {
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #fff;
  display: none;
  content: "";
  position: absolute;
}
.lightbox-header > li.active > a {
  color: #fff;
  background: transparent;
  border: none;
}
.lightbox-header > li.active > a:hover,
.lightbox-header > li.active > a:active,
.lightbox-header > li.active > a:focus {
  color: #fff;
  background: transparent;
  border: none;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lightbox-header > li.active > a:after {
  display: block;
}
.modal-photo {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  font-family: 'gotham_bookregular';
}
.modal-photo-main {
  background: #000;
  text-align: center;
  vertical-align: middle;
}
.modal-photo-aside {
  background: #fff;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 991px) {
  .modal-photo-aside {
    display: none;
  }
}
@media (max-width: 1279px) {
  .modal-photo-aside {
    width: 240px;
  }
}
@media (min-width: 1280px) {
  .modal-photo-aside {
    width: 340px;
  }
}
.modal-photo-scroll {
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.modal-photo-header {
  padding: 20px;
  background: #F8F8F8;
  position: relative;
}
.modal-photo-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 16px;
  color: #7C7C7C;
  cursor: pointer;
}
.modal-photo-close:hover,
.modal-photo-close:focus,
.modal-photo-close:active {
  color: #80c036;
}
.modal-photo-title {
  color: #373737;
  margin: 0 0 10px;
  display: block;
  font-family: 'gotham_mediumregular';
}
.modal-photo-count {
  color: #9B9B9B;
  font-size: 12px;
  display: block;
  margin: 0 0 10px;
}
.modal-photo-user-img {
  width: 30px;
  height: 30px;
  display: block;
}
.modal-photo-user-img img {
  width: 100%;
  display: block;
  margin: 0;
}
.modal-photo-user-name {
  font-size: 13px;
  line-height: 14px;
  color: #353535;
}
.modal-photo-user-name:hover,
.modal-photo-user-name:focus,
.modal-photo-user-name:active {
  color: #80c036;
  text-decoration: none;
}
.modal-photo-content {
  padding: 30px 20px 15px;
  border-bottom: 1px solid #E9E9E9;
}
.modal-photo-content-title {
  color: #373737;
  font-size: 22px;
  line-height: 26px;
  display: block;
  margin: 0 0 10px;
  font-family: 'gotham_mediumregular';
}
.modal-photo-content p {
  color: #606060;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
}
.modal-photo-original {
  padding: 15px 0;
  border-top: 1px solid #E9E9E9;
}
.modal-photo-original-title {
  color: #858585;
  font-size: 12px;
  display: block;
}
.modal-photo-original-link {
  font-size: 14px;
  color: #000;
}
.modal-photo-original-link:hover,
.modal-photo-original-link:focus,
.modal-photo-original-link:active {
  color: #80c036;
  text-decoration: none;
}
.modal-photo-banner {
  padding: 20px;
}
.modal-photo-banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.modal-photo-carousel {
  width: 100%;
  height: 100%;
}
.modal-photo-carousel .carousel-inner {
  width: 100%;
  height: 100%;
}
.modal-photo-carousel .item {
  height: 100%;
}
.modal-photo-carousel .item .table {
  width: 100%;
  height: 100%;
}
.modal-photo-carousel .item .table-cell {
  text-align: center;
  vertical-align: middle;
}
.modal-photo-carousel .item .table-cell img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100vh;
}
.modal-photo-carousel .carousel-control {
  background: transparent;
}
.modal-photo-carousel .carousel-control .fa {
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  font-size: 60px;
  line-height: 60px;
  margin: -30px 0 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.modal-photo-carousel .carousel-control.left .fa {
  left: 10px;
}
.modal-photo-carousel .carousel-control.right .fa {
  right: 10px;
}
.contact-form {
  margin-bottom: 120px;
}
.contact-form-title {
  font-size: 34px;
  color: #353535;
  margin: 0 0 25px;
  font-family: 'gotham_boldregular';
}
.contact-form-subtitle,
.contact-form-info {
  font-size: 16px;
}
.contact-form-subtitle {
  color: #353535;
  margin: 0 0 32px;
  font-family: 'proxima_nova_rgbold';
}
.contact-form-info {
  color: #9b9b9b;
  margin: 0 0 42px;
  font-family: 'gotham_bookregular';
}
.form-steps {
  margin: 0 0 120px;
}
.form-steps ul[role="tablist"] {
  display: none;
}
.form-steps .actions > ul {
  padding-left: 0;
  list-style: none;
  margin-left: -9.5px;
  margin-right: -9.5px;
}
.form-steps .actions > ul > li {
  position: relative;
  min-height: 1px;
  padding-left: 9.5px;
  padding-right: 9.5px;
  display: block;
}
@media (min-width: 992px) {
  .form-steps .actions > ul > li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .form-steps .actions > ul > li {
    margin-bottom: 10px;
  }
}
.form-steps .actions > ul > li > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'gotham_mediumregular';
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
  display: block;
  width: 100%;
}
.form-steps .actions > ul > li > a:focus,
.form-steps .actions > ul > li > a:active:focus,
.form-steps .actions > ul > li > a.active:focus,
.form-steps .actions > ul > li > a.focus,
.form-steps .actions > ul > li > a:active.focus,
.form-steps .actions > ul > li > a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-steps .actions > ul > li > a:hover,
.form-steps .actions > ul > li > a:focus,
.form-steps .actions > ul > li > a.focus {
  color: #333333;
  text-decoration: none;
}
.form-steps .actions > ul > li > a:active,
.form-steps .actions > ul > li > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-steps .actions > ul > li > a.disabled,
.form-steps .actions > ul > li > a[disabled],
fieldset[disabled] .form-steps .actions > ul > li > a {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-steps .actions > ul > li > a.btn-dark {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
}
.form-steps .actions > ul > li > a.btn-dark-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.form-steps .actions > ul > li > a.btn-primary {
  border: none;
}
.form-steps .actions > ul > li > a.btn-primary.btn-file {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
  position: relative;
  border: none;
}
.form-steps .actions > ul > li > a.btn-primary.btn-file-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.form-steps .actions > ul > li > a.btn-primary.btn-file input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.form-steps .actions > ul > li > a.btn-primary.btn-file:hover,
.form-steps .actions > ul > li > a.btn-primary.btn-file:focus,
.form-steps .actions > ul > li > a.btn-primary.btn-file:active {
  border: none;
}
.form-steps .actions > ul > li > a.btn-primary.btn-loading {
  position: relative;
}
.form-steps .actions > ul > li > a.btn-primary.btn-loading:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  background: #80c036;
}
.form-steps .actions > ul > li > a.btn-primary.btn-loading:after {
  width: 20px;
  height: 20px;
  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;
  transform: translate(0, 0);
  line-height: 20px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  content: "\f110";
  text-align: center;
  z-index: 2;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.form-steps .actions > ul > li > a.btn-o {
  background: transparent;
  font-family: 'gotham_bookregular';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-steps .actions > ul > li > a.btn-o.btn-warning {
  color: #f5a623;
  border-color: #f5a623;
}
.form-steps .actions > ul > li > a.btn-o.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.form-steps .actions > ul > li > a.btn-o.btn-white:hover,
.form-steps .actions > ul > li > a.btn-o.btn-white:active,
.form-steps .actions > ul > li > a.btn-o.btn-white:focus {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.form-steps .actions > ul > li > a.btn-o.btn-white.btn-lg {
  padding: 14px 15px;
}
.form-steps .actions > ul > li > a.btn-o.btn-dark {
  color: #4a4a4a;
  border-color: #979797;
}
.form-steps .actions > ul > li > a.btn-o.btn-dark-bold {
  font-family: 'gotham_boldregular';
  padding: 6px 29px;
  border-radius: 0;
  color: #4a4a4a;
}
.form-steps .actions > ul > li > a.btn-o.btn-green {
  font-size: 14px;
  color: #8aca53;
  line-height: 16px;
  padding: 10px 20px;
  border: 1px solid #8aca53;
}
.form-steps .actions > ul > li > a.btn-lg {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-steps .actions > ul > li > a.btn-select {
  background: #f9f9f9;
  font-size: 14px;
  color: #9b9b9b;
  border-color: #f9f9f9;
  padding: 15px 20px;
}
.form-steps .actions > ul > li > a.btn-select:focus,
.form-steps .actions > ul > li > a.btn-select:active {
  border-color: #80c036;
}
.form-steps .actions > ul > li > a.btn-select-sm {
  padding: 10px;
  background: #000;
}
.form-steps .actions > ul > li > a.btn-border {
  display: inline-block;
  height: 28px;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 18px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #e7e7e7;
  white-space: nowrap;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-steps .actions > ul > li > a.btn-border:hover {
  color: #80c036;
}
.form-steps .actions > ul > li > a.btn-border.green {
  border-radius: 20px;
  background: #80c036;
  border: 1px solid transparent;
  color: #fff;
}
.form-steps .actions > ul > li > a.btn-border.green:hover {
  color: #fff;
}
.form-steps .actions > ul > li > a:hover,
.form-steps .actions > ul > li > a:active,
.form-steps .actions > ul > li > a:focus,
.form-steps .actions > ul > li > a:focus:active {
  outline: none;
  filter: alpha(opacity=95);
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
.form-steps .actions > ul > li > a.uppercase {
  text-transform: uppercase;
}
.form-steps .actions > ul > li > a-more {
  font-family: 'gotham_mediumregular';
  font-size: 14px;
  color: #9B9B9B;
  line-height: 17px;
  text-transform: capitalize;
  transition: 3s;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
}
.form-steps .actions > ul > li > a-more i {
  display: block;
  margin-bottom: 3px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.form-steps .actions > ul > li > a-more:hover {
  color: #84999b;
}
.form-steps .actions > ul > li > a-like {
  font-family: 'gotham_bookregular';
  background: #80c036;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 12px;
  border-radius: 2px;
  padding: 7px 5px 6px;
}
.form-steps .actions > ul > li > a-like span {
  display: inline-block;
  padding: 4px 4px;
}
.form-steps .actions > ul > li > a-like i.fa-heart {
  margin: 0;
  font-size: 13px;
  padding: 3px;
}
.form-steps .actions > ul > li > a-like:hover {
  color: #fff;
}
.form-steps .actions > ul > li > a-back {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 2.57px;
  line-height: 15px;
  text-transform: uppercase;
}
.form-steps .actions > ul > li > a-back:hover {
  text-decoration: none;
}
.form-steps .actions > ul > li > a-back i {
  font-size: 20px;
  float: left;
  margin-right: 10px;
  line-height: 13px;
}
.form-steps .actions > ul > li > a-fb-connect {
  background: #4D69A2;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'gotham_mediumregular';
}
.form-steps .actions > ul > li > a-fb-connect i {
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 22px;
}
.form-steps .actions > ul > li > a-fb-connect:hover,
.form-steps .actions > ul > li > a-fb-connect:focus {
  color: #fff;
  text-decoration: none;
}
.form-steps .actions > ul > li > a-dropdown-wizard.open .btn {
  background: #4a4a4a;
  color: #fff;
}
.form-steps .actions > ul > li > a-dropdown-wizard .btn {
  width: 48px;
  height: 48px;
  background: #4a4a4a;
  border-radius: 50%;
  color: #fff;
  border: none;
}
.form-steps .actions > ul > li > a-dropdown-wizard .dropdown-menu {
  padding: 0;
}
.form-steps .actions > ul > li > a-dropdown-wizard .dropdown-menu li a {
  font-family: 'gotham_bookregular';
  background: #4a4a4a;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.form-steps .actions > ul > li > a-dropdown-wizard .dropdown-menu li a:hover {
  opacity: .8;
}
.form-steps .actions > ul > li > a-popover {
  font-family: 'gotham_bookregular';
  font-size: 12px;
  color: #353535;
  line-height: 10px;
  text-transform: uppercase;
  background: #fff;
}
.form-steps .actions > ul > li > a.btn-control {
  padding: 9px 12px;
}
.form-steps .actions > ul > li > a-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.form-steps .actions > ul > li > a:hover,
.form-steps .actions > ul > li > a:focus,
.form-steps .actions > ul > li > a:active {
  color: #fff;
}
.form-steps .actions > ul > li.disabled {
  display: none;
}
.form-steps .actions > ul > li:nth-child(1) > a {
  color: #4a4a4a;
  border-color: #4a4a4a;
  background: transparent;
}
.form-steps .actions > ul > li:nth-child(1).disabled + li {
  position: relative;
  min-height: 1px;
  padding-left: 9.5px;
  padding-right: 9.5px;
}
@media (min-width: 992px) {
  .form-steps .actions > ul > li:nth-child(1).disabled + li {
    float: left;
    width: 100%;
  }
}
.form-step-title {
  display: none;
}
.step-form-title {
  font-family: 'gotham_boldregular';
  font-size: 34px;
  color: #353535;
  margin: 0 0 24px;
}
.step-form-subtitle {
  font-size: 14px;
  color: #353535;
  letter-spacing: 0.99px;
  line-height: 22px;
  margin: 0 0 20px;
  font-family: 'gotham_boldregular';
}
.step-form-info {
  font-size: 14px;
  color: #9B9B9B;
  line-height: 18px;
  margin: 0 0 15px;
  font-family: 'gotham_mediumregular';
}
.post-header-bottom {
  margin: 0 0 15px;
}
.post-header-img {
  margin: 0 0 10px;
}
.post-header-img-gallery {
  display: block;
  position: relative;
  margin: 0 0 10px;
}
.post-header-img-gallery img {
  width: 100%;
}
.post-header-img-gallery:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-header-img-gallery:hover:before {
  opacity: 1;
}
.post-header-img-gallery:hover .post-view-btn-icon {
  background-color: transparent;
}
.post-header-img-gallery .post-view-btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 274px;
  margin-left: -137px;
  margin-top: -20px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.8);
  padding: 9px 25px;
  color: #fff;
}
.post-header-img-gallery .post-view-btn-icon .fa-angle-right {
  font-size: 24px;
}
.post-header-img-gallery .post-view-btn-icon .fa-camera {
  font-size: 16px;
}
.post-header-img-gallery .post-view-btn-title {
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}
.post-header-img-gallery .post-view-btn-count {
  font-family: 'proxima_nova_rgregular';
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
}
.post-header-img img {
  width: 100%;
  display: block;
}
.post-header-banner {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .post-header-banner {
    margin: -25px 0 20px;
  }
}
.post-header-banner a {
  display: inline-block;
}
.post-header-banner img {
  max-width: 100%;
  display: block;
}
.post-header .list-black li {
  font-size: 15px;
  color: #343434;
  line-height: 17px;
}
.post-header .list-black li i {
  margin-right: 5px;
}
.post-title {
  font-size: 34px;
  color: #353535;
  margin: 0 0 15px;
  font-family: 'gotham_boldregular';
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 767px) {
  .post-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.post-title a {
  color: #353535;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-title a:hover {
  text-decoration: none;
  color: #80c036;
}
.post-img {
  position: relative;
  margin: 0 0 30px;
}
.post-img .btn-collect {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.post-img:hover .btn-collect {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.post-img-inner {
  position: relative;
}
.post-img img {
  display: block;
  width: 100%;
}
.post-img-desc {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #9B9B9B;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: -30px 0 30px;
}
.post-img-desc + .post-img {
  margin-top: -30px;
}
.post + .post-img {
  margin-top: -30px;
}
.post-view-wrap {
  padding: 32px 0;
}
.post-view-btn {
  height: 46px;
  padding: 10px 25px;
  font-size: 18px;
  color: #80c036;
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'gotham_boldregular';
}
.post-view-btn-count {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.post-view-btn .fa {
  font-size: 26px;
}
.post-view-btn:hover,
.post-view-btn:active,
.post-view-btn:focus {
  text-decoration: none;
}
.post-content {
  overflow: hidden;
}
.post-content #article_content .disclaimer {
  font-size: 13px;
  margin-bottom: 15px;
}
.post-content .btn-like {
  color: #fff;
}
.post-content .btn-like:hover,
.post-content .btn-like:focus,
.post-content .btn-like:active {
  color: #fff;
}
.post-content h2 {
  color: #4a4a4a;
  font-size: 24px;
  margin: 0 0 30px;
  font-family: 'gotham_mediumregular';
}
.post-content p,
.post-content ol,
.post-content ul {
  font-size: 16px;
  line-height: 28px;
  color: #343434;
  margin: 0 0 30px;
  font-family: 'gotham_bookregular';
}
.post-content ol > li,
.post-content ul > li {
  margin: 0 0 10px;
}
.post-content ol > li:nth-last-child(1),
.post-content ul > li:nth-last-child(1) {
  margin: 0;
}
.post-content ul > li {
  position: relative;
  padding-left: 20px;
}
.post-content ul > li:before {
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  content: "";
  top: 12px;
  background: #343434;
  left: 0;
  border-radius: 50%;
}
.post-content a {
  color: #2e8ece;
}
.post-content a:hover,
.post-content a:active,
.post-content a:focus {
  color: #2e8ece;
  text-decoration: underline;
}
.post-content iframe {
  max-width: 100%;
  margin: -20px 0 30px;
}
.post-content .freshome-attachment {
  position: relative;
  margin: 0 0 30px;
}
.post-content .freshome-attachment * {
  width: 100% !important;
}
.post-content .freshome-attachment > a {
  display: block;
  cursor: default;
}
.post-content .freshome-attachment img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.post-content .freshome-attachment .share_over {
  right: 0;
}
.post-content .freshome-attachment .fh_box {
  width: auto !important;
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
  z-index: 5;
}
.post-content .freshome-attachment .fh_box .collect,
.post-content .freshome-attachment .fh_box .collect-nologin {
  white-space: nowrap;
  padding: 4px 10px;
  text-align: center;
  color: #ffffff;
  background-color: #80c036;
  border-color: #73ac30;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.post-content .freshome-attachment .fh_box .collect:hover,
.post-content .freshome-attachment .fh_box .collect-nologin:hover,
.post-content .freshome-attachment .fh_box .collect:focus,
.post-content .freshome-attachment .fh_box .collect-nologin:focus,
.post-content .freshome-attachment .fh_box .collect.focus,
.post-content .freshome-attachment .fh_box .collect-nologin.focus,
.post-content .freshome-attachment .fh_box .collect:active,
.post-content .freshome-attachment .fh_box .collect-nologin:active,
.post-content .freshome-attachment .fh_box .collect.active,
.post-content .freshome-attachment .fh_box .collect-nologin.active,
.open > .dropdown-toggle.post-content .freshome-attachment .fh_box .collect,
.open > .dropdown-toggle.post-content .freshome-attachment .fh_box .collect-nologin {
  color: #ffffff;
  background-color: #65982b;
  border-color: #537c23;
}
.post-content .freshome-attachment .fh_box .collect:active,
.post-content .freshome-attachment .fh_box .collect-nologin:active,
.post-content .freshome-attachment .fh_box .collect.active,
.post-content .freshome-attachment .fh_box .collect-nologin.active,
.open > .dropdown-toggle.post-content .freshome-attachment .fh_box .collect,
.open > .dropdown-toggle.post-content .freshome-attachment .fh_box .collect-nologin {
  background-image: none;
}
.post-content .freshome-attachment .fh_box .collect.disabled,
.post-content .freshome-attachment .fh_box .collect-nologin.disabled,
.post-content .freshome-attachment .fh_box .collect[disabled],
.post-content .freshome-attachment .fh_box .collect-nologin[disabled],
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect,
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect-nologin,
.post-content .freshome-attachment .fh_box .collect.disabled:hover,
.post-content .freshome-attachment .fh_box .collect-nologin.disabled:hover,
.post-content .freshome-attachment .fh_box .collect[disabled]:hover,
.post-content .freshome-attachment .fh_box .collect-nologin[disabled]:hover,
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect:hover,
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect-nologin:hover,
.post-content .freshome-attachment .fh_box .collect.disabled:focus,
.post-content .freshome-attachment .fh_box .collect-nologin.disabled:focus,
.post-content .freshome-attachment .fh_box .collect[disabled]:focus,
.post-content .freshome-attachment .fh_box .collect-nologin[disabled]:focus,
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect:focus,
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect-nologin:focus,
.post-content .freshome-attachment .fh_box .collect.disabled.focus,
.post-content .freshome-attachment .fh_box .collect-nologin.disabled.focus,
.post-content .freshome-attachment .fh_box .collect[disabled].focus,
.post-content .freshome-attachment .fh_box .collect-nologin[disabled].focus,
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect.focus,
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect-nologin.focus,
.post-content .freshome-attachment .fh_box .collect.disabled:active,
.post-content .freshome-attachment .fh_box .collect-nologin.disabled:active,
.post-content .freshome-attachment .fh_box .collect[disabled]:active,
.post-content .freshome-attachment .fh_box .collect-nologin[disabled]:active,
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect:active,
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect-nologin:active,
.post-content .freshome-attachment .fh_box .collect.disabled.active,
.post-content .freshome-attachment .fh_box .collect-nologin.disabled.active,
.post-content .freshome-attachment .fh_box .collect[disabled].active,
.post-content .freshome-attachment .fh_box .collect-nologin[disabled].active,
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect.active,
fieldset[disabled] .post-content .freshome-attachment .fh_box .collect-nologin.active {
  background-color: #80c036;
  border-color: #73ac30;
}
.post-content .freshome-attachment .fh_box .collect .badge,
.post-content .freshome-attachment .fh_box .collect-nologin .badge {
  color: #80c036;
  background-color: #ffffff;
}
.post-content .freshome-attachment .fh_box .collect:hover,
.post-content .freshome-attachment .fh_box .collect-nologin:hover,
.post-content .freshome-attachment .fh_box .collect:active,
.post-content .freshome-attachment .fh_box .collect-nologin:active,
.post-content .freshome-attachment .fh_box .collect:focus,
.post-content .freshome-attachment .fh_box .collect-nologin:focus {
  text-decoration: none;
}
.post-content .freshome-attachment:hover .fh_box {
  display: block;
}
.post-content .freshome-attachment .wp-caption-text {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #9B9B9B;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.post-content .freshome-attachment-source {
  width: 32px !important;
  height: 32px;
  display: none;
  text-align: center;
  line-height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 2px;
  background: rgba(0, 0, 0, 0.5);
}
.post-content .freshome-attachment-source:hover,
.post-content .freshome-attachment-source:active,
.post-content .freshome-attachment-source:focus {
  text-decoration: none;
}
.post-content .freshome-attachment:hover .freshome-attachment-source {
  display: block;
}
.post-content * {
  max-width: 100%;
}
.post-footer {
  background: #F3F3F3;
  margin: 0 0 60px;
  padding: 35px 19px 5px;
}
.post-footer .aside-block-subtitle {
  font-size: 20px;
  color: #4a4a4a;
  font-family: 'gotham_bookregular';
}
.post-footer-block .aside-block-header {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .post-nav {
    display: none;
  }
}
.post-nav-title {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #353535;
  margin: 0 0 15px;
  font-family: 'gotham_boldregular';
}
.post-nav > ul {
  margin: 0 0 40px;
  padding: 0;
}
.post-nav > ul > li {
  line-height: 18px;
  margin: 0 0 10px;
}
.post-nav > ul > li > a {
  color: #80c036;
}
.post-nav > ul > li > a:hover,
.post-nav > ul > li > a:focus,
.post-nav > ul > li > a:active {
  text-decoration: underline;
  color: #65982b;
}
@media (max-width: 991px) {
  .single .aside-block-fixed {
    display: none;
  }
}
.share_over {
  position: absolute;
  right: -20px;
  top: 0;
}
.share_over .button-toggle {
  height: 40px;
  width: 40px !important;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.2) url('images/icn_share.png') no-repeat center;
}
.share_over:hover .share_btn {
  opacity: 1;
  visibility: visible;
}
.share_over .share_btn {
  padding: 0 40px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: .2s all;
}
.share_over .share_btn a {
  display: block;
  float: right;
  width: 40px !important;
  height: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  background: #3b5998;
}
.share_over .share_btn a i:before {
  font-size: 18px;
  line-height: 44px;
}
.share_over .share_btn a.pinterest {
  background: #c92228;
}
.share_over .share_btn a.twitter {
  background: #00aced;
}
.also-item {
  margin: 0 0 20px;
}
.also-item-img {
  width: 100%;
  max-width: 329px;
  display: block;
  height: auto;
  overflow: hidden;
}
.also-item-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .also-item-img img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .also-item-img {
    height: 130px;
  }
}
@media (min-width: 480px) {
  .also-item-img {
    height: 130px;
  }
}
@media (min-width: 768px) {
  .also-item-aside {
    padding-right: 7px;
  }
}
.also-item-category {
  font-size: 14px;
  color: #D7D7D7;
  font-family: 'gotham_mediumregular';
}
.also-item-category a {
  color: #D7D7D7;
}
.also-item-category a:hover,
.also-item-category a:active,
.also-item-category a:focus {
  text-decoration: none;
  color: #80c036;
}
.also-item-title {
  font-size: 18px;
  line-height: 24px;
  color: #4a4a4a;
  font-family: 'gotham_mediumregular';
}
.also-item-title a {
  color: #4a4a4a;
}
.also-item-title a:hover,
.also-item-title a:active,
.also-item-title a:focus {
  text-decoration: none;
  color: #80c036;
}
.popular-item {
  margin: 0 0 25px;
}
.popular-item-img {
  display: block;
  margin: 0 0 10px;
  overflow: hidden;
  height: auto;
}
.popular-item-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .popular-item-img {
    height: 214px;
  }
  .popular-item-img img {
    width: auto;
  }
}
.popular-item-title {
  font-size: 14px;
  color: #4a4a4a;
  font-family: 'gotham_boldregular';
}
.popular-item-title:hover,
.popular-item-title:active,
.popular-item-title:focus {
  text-decoration: none;
  color: #80c036;
}
.recent-item {
  margin: 0 0 15px;
}
.recent-item-title {
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
  font-family: 'gotham_boldregular';
}
.recent-item-title:hover,
.recent-item-title:active,
.recent-item-title:focus {
  text-decoration: none;
  color: #80c036;
}
.recent-item-footer {
  padding: 10px 0;
}
.comment-wrap {
  background: #F8F8F8;
  padding: 0 20px 0;
  position: relative;
  z-index: 9999;
}
.comment-wrap .gravatar {
  width: 60px;
  height: 60px;
  display: block;
}
.comment-wrap .col-main,
.comment-wrap .col-aside {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .comment-wrap .col-main-inner,
  .comment-wrap .col-aside-inner {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 50;
    background: #F8F8F8;
    padding: 50px 20px 33px;
  }
  .comment-wrap .col-main-inner .aside-block,
  .comment-wrap .col-aside-inner .aside-block {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .comment-wrap .col-main {
    min-height: 580px;
  }
}
@media (max-width: 767px) {
  .comment-wrap .gravatar {
    display: none;
  }
  .comment-wrap .comment-content {
    width: auto;
    float: none;
    margin: 0;
  }
  .comment-wrap .comment-meta > * {
    float: none;
  }
  .comment-wrap .comment-meta small {
    display: block;
  }
  .comment-wrap .comment-meta .reply {
    position: static;
  }
}
.comments-list {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .my-settings .notification {
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 999;
  }
}
@media (max-width: 991px) {
  #mySettings {
    padding-top: 0;
  }
}
#mySettings .control-label {
  padding-top: 20px;
}
#mySettings .settings-tab-title {
  margin: 0 0 25px;
  padding: 0 9.5px;
  font-size: 24px;
  float: none;
}
#mySettings .settings-tab-title:before,
#mySettings .settings-tab-title:after {
  content: " ";
  display: table;
}
#mySettings .settings-tab-title:after {
  clear: both;
}
#mySettings .settings-tab-title:before,
#mySettings .settings-tab-title:after {
  content: " ";
  display: table;
}
#mySettings .settings-tab-title:after {
  clear: both;
}
#mySettings .settings-footer {
  padding: 10px 9.5px;
}
#mySettings .settings-footer:before,
#mySettings .settings-footer:after {
  content: " ";
  display: table;
}
#mySettings .settings-footer:after {
  clear: both;
}
#mySettings .settings-footer:before,
#mySettings .settings-footer:after {
  content: " ";
  display: table;
}
#mySettings .settings-footer:after {
  clear: both;
}
@media (max-width: 991px) {
  #mySettings #tab-menu {
    width: auto;
    float: none;
  }
  #mySettings .tab-content {
    width: auto;
    min-width: 320px;
    float: none;
    border: none;
    padding: 0;
  }
  #mySettings .tab-content label,
  #mySettings .tab-content input {
    float: none;
  }
  #mySettings .tab-content .social-connect {
    margin-left: 0;
  }
  #mySettings .tab-content .social-connect a {
    display: none;
  }
}
@media (min-width: 992px) {
  #mySettings .tab-content {
    width: 70%;
  }
}
#mySettings #delete-account p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px;
}
#mySettings #browse {
  width: 92px;
}
.content-page {
  margin: 0 0 45px;
}
.content-page h1 {
  font-size: 34px;
  color: #353535;
  margin: 0 0 30px;
  font-family: 'gotham_boldregular';
}
.content-page h6 {
  color: #353535;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 15px;
  font-family: 'gotham_boldregular';
}
.content-page p {
  font-size: 15px;
  line-height: 24px;
  color: #7F7F7F;
  margin: 0 0 30px;
  font-family: 'gotham_bookregular';
}
.find-widget {
  margin: 0 0 40px;
}
.find-widget-footer {
  padding: 5px 0 15px;
}
.find-widget-sponsored {
  display: block;
  color: #D7D7D7;
  text-align: center;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_contain {
  height: 100vh;
}
@media (max-width: 1279px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_contain {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_contain {
    height: 300px;
  }
}
.gallery-new-close {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  right: 2.5%;
  top: 2.5%;
  color: #000;
  cursor: pointer;
  z-index: 200;
  font-family: 'proxima_nova_rgbold';
}
.gallery-new-close:hover,
.gallery-new-close:focus,
.gallery-new-close:active {
  color: #80c036;
}
@media (max-width: 767px) {
  .gallery-new-close {
    color: #ccc;
  }
}
.gallery-new-info {
  padding: 30px;
  display: none;
}
.gallery-new-info.active {
  display: block;
}
.gallery-new-title {
  color: #000;
  font-size: 25px;
  font-family: 'gotham_boldregular';
}
.gallery-new-content {
  color: #343434;
  font-size: 16px;
  font-family: 'gotham_bookregular';
}
.gallery-new-adv {
  position: relative;
}
.gallery-new-adv #div-gpt-ad-1430499611291-0 {
  margin: 0 auto;
  padding: 0;
  max-width: 336px;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
}
@media (max-width: 1279px) {
  .gallery-new-adv #div-gpt-ad-1430499611291-0 {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .gallery-new-adv #div-gpt-ad-1430499611291-0 {
    max-width: 240px;
  }
}
.gallery-new-soc .essb_links ul.essb_links_list > li {
  width: auto !important;
}
.gallery-new-soc .essb_links ul.essb_links_list > li > a {
  width: 40px;
  height: 40px;
  padding: 0 !important;
}
.gallery-new-soc .essb_links ul.essb_links_list > li > a > .essb_icon {
  left: 10px !important;
}
.gallery-new-soc .essb_links ul.essb_links_list > li > a > .essb_network_name {
  display: none;
}
.page-navi {
  text-align: center;
  margin: 0 0 20px;
}
.page-navi .jump_to {
  display: none;
}
.page-navi .pages {
  float: none;
  margin: 0;
  display: inline-block;
}
.page-navi .pages:before,
.page-navi .pages:after {
  content: " ";
  display: table;
}
.page-navi .pages:after {
  clear: both;
}
.page-navi .pages:before,
.page-navi .pages:after {
  content: " ";
  display: table;
}
.page-navi .pages:after {
  clear: both;
}
.page-navi .pages > li {
  float: left;
  padding: 10px 2.5px;
  background: transparent;
}
.page-navi .pages > li > a,
.page-navi .pages > li > span {
  min-width: 38px;
  height: 38px;
  line-height: 18px;
  padding: 10px;
  background: transparent;
  font-size: 12px;
  color: #343434;
  display: block;
  text-align: center;
  font-family: 'gotham_bookregular';
}
.page-navi .pages > li > a.current,
.page-navi .pages > li > span.current {
  color: #9B9B9B;
}
.page-navi .pages > li > a.current,
.page-navi .pages > li > span.current {
  color: #80c036;
  border-color: #80c036;
}
.page-navi .pages > li > a {
  border: 1px solid #DCDCDC;
}
.page-navi .pages > li > a:hover,
.page-navi .pages > li > a:active,
.page-navi .pages > li > a:focus {
  color: #80c036;
  text-decoration: none;
}
.page-navi .pages > li > a.next,
.page-navi .pages > li > a.prev {
  padding: 10px 15px;
}
.page-navi .pages > li > a.next:after,
.page-navi .pages > li > a.prev:before {
  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;
  transform: translate(0, 0);
}
.page-navi .pages > li > a.next:after {
  margin-left: 10px;
  content: "\f105";
}
.page-navi .pages > li > a.prev:before {
  margin-right: 10px;
  content: "\f104";
}
.page-navi .pages > li > span {
  border: 1px solid #F0F0F0;
}
.not-found-title {
  color: #2F2F2F;
  font-size: 78px;
  margin: 50px 0 45px;
  font-family: 'proxima_nova_blblack';
}
.not-found-subtitle {
  font-size: 34px;
  color: #343434;
  margin: 0 0 50px;
  font-family: 'gotham_bookregular';
}
.not-found-content {
  font-size: 18px;
  color: #222;
  margin: 0 0 90px;
  font-family: 'proxima_nova_ltlight';
}
.share {
  color: #778090;
  text-align: center;
}
.share ul {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}
.share ul li {
  margin: 0 10px 0 0;
  padding: 7px 0;
  float: left;
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #E0E0E0;
  background-color: #f6f6f6;
  position: relative;
  transition: .2s all;
  box-sizing: border-box;
  list-style: none;
}
.share ul li:hover {
  border: 1px solid #C1DA00;
  background-color: #C9E072;
}
.share ul li a {
  top: 22px;
}
.share p {
  margin: 0;
  font-size: 15px;
}
.share span {
  margin-right: 0;
}
.share .st_googleplus_vcount,
.share .st_stumbleupon_vcount {
  position: relative;
  top: 17px;
}
.stButton_gradient.stHBubble,
.stBubble_count {
  background: #ffffff !important;
}
.st_pinterest_vcount {
  margin-right: 0 !important;
}
.filter-sidebar {
  margin-bottom: 20px;
  background: #fcfcfc;
  padding: 30px;
}
.filter-sidebar-item {
  margin-bottom: 20px;
}
.filter-sidebar-item:last-child {
  margin: 0;
}
.filter-sidebar-item-title {
  font-family: 'gotham_boldregular';
  margin-bottom: 20px;
  font-size: 14px;
  color: #353535;
  cursor: pointer;
}
.filter-sidebar-item-btn {
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.filter-sidebar-item-btn.active {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.filter-sidebar-item-list ul li a {
  font-family: 'gotham_mediumregular';
  color: #4a4a4a;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
  text-transform: capitalize;
}
.filter-sidebar-item-list-color {
  width: 75px;
}
.filter-sidebar-item-list-color li {
  display: inline-block;
}
.filter-sidebar-item-list-color li a {
  display: block;
  width: 15px;
  height: 15px;
}
.filter-sidebar-item-list-show-10 ul li:nth-child(n + 10) {
  display: none;
}
.filter-sidebar-item-list-show-5 ul li:nth-child(n + 5) {
  display: none;
}
.filter-sidebar-item-list-show-5 ul li .filter-sidebar-item-list-color li {
  display: inline-block;
}
.filter-sidebar-item-list.active ul li {
  display: block;
}
.filter-sidebar-item-list.active .filter-sidebar-item-list-color li {
  display: inline-block;
}
.filter-sidebar-item-show-list-btn {
  display: inline-block;
  font-size: 12px;
  color: #80c036;
  line-height: 12px;
  border-bottom: 1px dashed #80c036;
  cursor: pointer;
}
.filter-sidebar-item-show-list-btn:hover {
  border-bottom: none;
}
.projects-listing-header .author-media {
  margin-bottom: 15px;
}
.projects-listing-header .author-media img {
  width: 30px;
  height: 30px;
}
.projects-listing-header .author-media .media-body {
  vertical-align: middle;
}
.projects-listing-header .author-media .media-left {
  padding: 0;
}
.header-wrap .btn-row {
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .header-wrap .btn-row {
    text-align: left;
    margin: 0;
  }
}
.header-wrap .btn-row .btn {
  margin: 0 10px 20px 0;
}
.header-wrap .btn-row .btn:last-child {
  margin-right: 0;
}
.collection-title-block {
  margin-bottom: 30px;
}
.collection-list-item {
  display: block;
  position: relative;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .collection-list-item {
    width: 320px;
    height: 320px;
    float: none;
    margin: 0 auto 19px;
  }
}
@media (min-width: 768px) {
  .collection-list-item {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .collection-list-item {
    height: 300px;
  }
}
@media (min-width: 1280px) {
  .collection-list-item {
    height: 372px;
  }
  .collection-list-item.collection-list-item-col {
    height: 337px;
  }
}
.collection-list-item-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.collection-list-item > a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.collection-list-item img {
  width: auto;
  height: auto;
  display: block;
  margin: 0;
}
.collection-list-item .wrap-add {
  display: block;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9.5px;
  right: 9.5px;
}
.collection-list-item .wrap-add .icon-add {
  position: absolute;
  width: 40%;
  height: 40%;
  top: 20%;
  bottom: 40%;
}
.collection-list-item .wrap-add .icon-add:before,
.collection-list-item .wrap-add .icon-add:after {
  position: absolute;
  content: '';
  background: #d7d7d7;
}
.collection-list-item .wrap-add .icon-add:before {
  top: 50%;
  left: -50%;
  height: 3px;
  width: 100%;
}
.collection-list-item .wrap-add .icon-add:after {
  left: 0;
  right: 0;
  height: 100%;
  width: 3px;
}
.collection-list-item .btn-add {
  position: absolute;
  bottom: 25%;
  top: 75%;
  left: 0;
  right: 0;
  display: block;
  font-family: 'gotham_bookregular';
  margin-top: 15px;
  font-size: 15px;
  color: #7ac33b;
  line-height: 14px;
  text-transform: capitalize;
}
.collection-list-item .add-photo {
  border: 1px dashed #7ac33b;
  width: 100%;
  height: 100%;
}
.collection-list-item .add-photo .input-add {
  display: none;
}
.collection-list-item .add-photo label {
  display: block;
  height: 100%;
}
.collection-list-item .add-photo label img {
  width: auto;
}
.collection-list-item .nav-photo {
  position: absolute;
  padding: 20px 15px;
  bottom: -2px;
  left: 9.5px;
  right: 9.5px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background: #f8f7f7;
  border: 1px solid #e1e1e1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.collection-list-item .nav-photo a {
  display: block;
  font-size: 10px;
  color: #9b9b9b;
  line-height: 10px;
  text-transform: uppercase;
  font-family: 'gotham_bookregular';
}
.collection-list-item:hover .nav-photo,
.collection-list-item:focus .nav-photo,
.collection-list-item:active .nav-photo {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.collection-list-item-img.horizontal {
  height: 100%;
}
.collection-list-item-img.vertical {
  width: 100%;
}
.collection-list-item-img.square {
  width: 100%;
}
.collection-list-item-img.no-size {
  width: 100%;
  display: block;
  margin: 0;
}
.collection-list-item.collection-list-item-col .collection-list-item-inner {
  position: relative;
}
.collection-list-item.collection-list-item-col .collection-list-item-hidden {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #80c036;
  background: #fff;
  z-index: 2;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  text-align: center;
}
.collection-list-item.collection-list-item-col .collection-list-item-hidden .table {
  width: 100%;
  height: 100%;
}
.collection-list-item.collection-list-item-col .collection-list-item-hidden .table-cell {
  padding: 30px;
  vertical-align: middle;
  text-align: center;
}
.collection-list-item.collection-list-item-col .collection-list-item-hidden-title {
  font-size: 20px;
  color: #393939;
  line-height: 24px;
  margin: 0 0 10px;
  display: block;
  font-family: 'gotham_mediumregular';
}
.collection-list-item.collection-list-item-col .collection-list-item-hidden-info > li {
  color: #2C2C2C;
  font-size: 14px;
  line-height: 18px;
}
.collection-list-item.collection-list-item-col .collection-list-item-hidden-content {
  font-size: 14px;
  color: #4A4A4A;
  line-height: 18px;
  margin: 0 0 15px;
}
.collection-list-item.collection-list-item-col .collection-list-item-hidden-count {
  display: block;
  font-size: 12px;
  color: #BAB7B7;
}
.collection-list-item.collection-list-item-col:hover .collection-list-item-hidden,
.collection-list-item.collection-list-item-col:focus .collection-list-item-hidden,
.collection-list-item.collection-list-item-col:active .collection-list-item-hidden {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.collection-list-item-bottom {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #E6E6E6;
  padding: 20px 20px 15px;
  z-index: 1;
}
.collection-list-item-bottom-title,
.collection-list-item-bottom-count {
  display: block;
}
.collection-list-item-bottom-title {
  font-size: 14px;
  line-height: 18px;
  color: #4A4A4A;
  margin: 0 0 5px;
}
.collection-list-item-bottom-count {
  font-size: 12px;
  line-height: 16px;
  color: #BAB7B7;
}
.collection-listing-item {
  border: 1px solid #eaeaea;
  margin-bottom: 25px;
}
.collection-listing-item-img {
  width: 66.66666%;
  float: left;
}
.collection-listing-item-img img {
  width: 100%;
}
.collection-listing-item-info {
  width: 33.33333%;
  float: left;
  text-align: center;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
}
.collection-listing-item-info .table {
  width: 100%;
  margin: 60px 0 20px;
}
@media (max-width: 1279px) {
  .collection-listing-item-info .table {
    margin-top: 20px;
  }
}
.collection-listing-item-info-title a {
  height: 60px;
  vertical-align: middle;
  overflow: hidden;
  font-family: 'gotham_mediumregular';
  font-size: 16px;
  color: #353535;
  line-height: 18px;
  text-transform: uppercase;
}
.collection-listing-item-info-title a:hover {
  text-decoration: none;
  opacity: .8;
}
.collection-listing-item-info-header {
  letter-spacing: 1px;
}
.collection-listing-item-info-separator {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 4px;
  height: 4px;
  background: #4a4a4a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.collection-listing-item-info-separator:before,
.collection-listing-item-info-separator:after {
  position: absolute;
  content: '';
  top: 2px;
  left: 8px;
  width: 27px;
  height: 1px;
  background: #4a4a4a;
}
.collection-listing-item-info-separator:after {
  right: 8px;
  left: inherit;
}
.collection-listing-item-info-footer {
  margin-top: 42px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.collection-listing-item-info-footer .wrap-img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.collection-listing-item-info-footer .wrap-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  border-radius: 50%;
}
@media (max-width: 1279px) {
  .collection-listing-item-img,
  .collection-listing-item-info {
    float: none;
    width: 100%;
  }
}
.collections .collection-list-item {
  display: block;
  overflow: hidden;
}
.collections .collection-list-item:hover,
.collections .collection-list-item:active,
.collections .collection-list-item:focus {
  text-decoration: none;
}
.collections .collection-list-item:hover .wrap-visible {
  opacity: 0;
  visibility: hidden;
}
.collections .collection-list-item:hover .wrap-invisible {
  opacity: .97;
  visibility: visible;
}
.collections .collection-list-ads {
  text-align: center;
  padding: 20px 0 30px;
}
.collections .wrap-visible {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9.5px;
  left: 9.5px;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 38%, #000000 100%);
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 22px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.collections .wrap-visible .block-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
}
.collections .wrap-visible .block-info .collections-title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 22px;
}
.collections .wrap-visible .block-info .collections-amount {
  text-transform: uppercase;
  font-size: 12px;
}
.collections .wrap-invisible {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9.5px;
  left: 9.5px;
  background: #fff;
  border: 1px solid #e6e6e6;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.collections .wrap-invisible .table {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
}
.collections .wrap-invisible .table .table-cell {
  padding: 20px;
}
.collections .wrap-invisible .table .table-header .table-cell {
  font-family: 'gotham_bookregular';
  font-size: 10px;
  color: #9b9b9b;
  line-height: 22px;
  text-transform: uppercase;
}
.collections .wrap-invisible .table .table-header .table-cell a {
  color: #9b9b9b;
}
.collections .wrap-invisible .table .table-header .table-cell a:hover {
  text-decoration: none;
}
.collections .wrap-invisible .table .table-header .table-cell i {
  font-size: 15px;
}
.collections .wrap-invisible .table .table-body .table-cell {
  vertical-align: bottom;
  font-family: 'gotham_bookregular';
  font-size: 14px;
  color: #ABADB5;
  line-height: 18px;
}
.collections .wrap-invisible .table .table-body .table-cell .title {
  font-family: 'gotham_mediumregular';
  display: block;
  overflow: hidden;
  max-height: 90px;
  text-overflow: ellipsis;
  margin-bottom: 22px;
  font-size: 18px;
  color: #353535;
  line-height: 22px;
}
.collections .wrap-invisible .table .table-body .table-cell .title:hover,
.collections .wrap-invisible .table .table-body .table-cell .title:focus,
.collections .wrap-invisible .table .table-body .table-cell .title:active {
  color: #80c036;
  text-decoration: none;
}
.collections .wrap-invisible .table .table-footer .table-cell {
  font-family: 'gotham_bookregular';
  vertical-align: bottom;
  font-size: 12px;
  color: #ABADB5;
  line-height: 18px;
}
.collections .collection-list-item .wrap-create {
  border: 1px solid #7ac33b;
  width: 100%;
  height: 100%;
}
.collections .collection-list-item .btn-add {
  width: 160px;
  left: 50%;
  top: 70%;
  right: auto;
  color: #fff;
  bottom: auto;
  margin-left: -80px;
  line-height: 30px;
  display: block;
}
.collections-control {
  display: block;
  text-align: center;
}
.collections-control.pull-left {
  margin-right: 10px;
}
.collections-control.pull-right {
  margin-left: 10px;
}
.collections-control.edit:hover,
.collections-control.edit:focus,
.collections-control.edit:active {
  color: #80c036;
}
.collections-control.delete:hover,
.collections-control.delete:focus,
.collections-control.delete:active {
  color: #d9534f;
}
.collection-custom-slider {
  padding: 20px;
  position: relative;
}
.collection-custom-slider img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.collection-custom-slider .table {
  position: relative;
  min-height: 100%;
}
.collection-custom-slider .table-cell {
  text-align: center;
  vertical-align: middle;
}
.collection-custom-slider .prev,
.collection-custom-slider .next {
  position: absolute;
  top: 5%;
  text-indent: -9999999px;
  border: none;
  display: block;
  background: transparent;
  cursor: pointer;
  width: 30%;
  height: 90vh;
}
.collection-custom-slider .prev:before,
.collection-custom-slider .next:before {
  content: '';
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-style: preserve-3d;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.collection-custom-slider .next {
  right: 12px;
}
.collection-custom-slider .next:before {
  right: 0;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.collection-custom-slider .prev {
  left: 12px;
}
.collection-custom-slider .prev:before {
  left: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.collection-custom-slider-inner {
  background: #000;
}
.collection-custom-slider-inner .lightbox {
  height: 100%;
}
.collection-custom-slider-inner .lightbox .collection-custom-slider {
  height: 87%;
}
.collection-custom-slider-wrap {
  height: 100vh;
}
label.collection-list-item {
  cursor: pointer;
}
input[type=checkbox].checkbox-item {
  position: absolute;
  right: 20px;
  top: 10px;
  visibility: visible;
}
.checkbox-item-all {
  display: inline-block;
  font-family: 'gotham_bookregular';
  margin-bottom: 40px;
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 0.6px;
}
.checkbox-item-all input[type=checkbox] {
  visibility: visible;
  margin-right: 5px;
}
.collections-dialog-error-message {
  height: 50px;
  background-color: #F57B7B   ;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px;
  display: none;
}
@media (max-width: 991px) {
  .professionals-list,
  .portfolio-list {
    margin-top: 20px;
  }
}
.professionals-list-item,
.portfolio-list-item {
  margin-bottom: 40px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.professionals-list-item.new-project .portfolio-list-item-img,
.portfolio-list-item.new-project .portfolio-list-item-img {
  background: #7ac33b;
  position: relative;
  height: 250px;
}
.professionals-list-item.new-project .portfolio-list-item-img:before,
.portfolio-list-item.new-project .portfolio-list-item-img:before {
  position: absolute;
  content: '';
  width: 104px;
  height: 83px;
  top: 50%;
  left: 50%;
  margin: -41px 0 0 -52px;
  background-image: url(images/upload-icon.png);
}
@media (max-width: 1279px) {
  .professionals-list-item.new-project .portfolio-list-item-img,
  .portfolio-list-item.new-project .portfolio-list-item-img {
    height: 225px;
  }
}
@media (max-width: 991px) {
  .professionals-list-item.new-project .portfolio-list-item-img,
  .portfolio-list-item.new-project .portfolio-list-item-img {
    height: 170px;
  }
}
.professionals-list-item.new-project .portfolio-list-item-img img,
.portfolio-list-item.new-project .portfolio-list-item-img img {
  width: auto;
}
.professionals-list-item-img,
.portfolio-list-item-img {
  background: #fff;
  width: 100%;
  position: relative;
  float: left;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 991px) {
  .professionals-list-item-img,
  .portfolio-list-item-img {
    width: 100%;
  }
}
.professionals-list-item-img-shadow,
.portfolio-list-item-img-shadow {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.38)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38));
}
.professionals-list-item-img-footer,
.portfolio-list-item-img-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  z-index: 2;
  vertical-align: bottom;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.professionals-list-item-img-footer .icon-like,
.portfolio-list-item-img-footer .icon-like {
  display: inline-block;
  padding-left: 23px;
  position: relative;
}
.professionals-list-item-img-footer .icon-like:before,
.portfolio-list-item-img-footer .icon-like:before {
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  content: "\f08a";
}
.professionals-list-item-img-footer .icon-like:hover:before,
.portfolio-list-item-img-footer .icon-like:hover:before {
  content: "\f004";
}
.professionals-list-item-img-footer .amount-projects,
.portfolio-list-item-img-footer .amount-projects {
  font-family: 'gotham_bookregular';
  position: absolute;
  bottom: 15px;
  left: 30px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.3px;
  line-height: 14px;
  text-transform: uppercase;
}
.professionals-list-item-img-footer .wrap-img,
.portfolio-list-item-img-footer .wrap-img {
  float: right;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.professionals-list-item-img img,
.portfolio-list-item-img img {
  width: 100%;
}
.professionals-list-item-info,
.portfolio-list-item-info {
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  min-height: 283px;
  border-left: none;
  float: left;
}
.professionals-list-item-info:before,
.portfolio-list-item-info:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-family: 'gotham_bookregular';
  position: absolute;
  padding: 3px 20px 2px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.professionals-list-item-info a,
.portfolio-list-item-info a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .professionals-list-item-info,
  .portfolio-list-item-info {
    width: 100%;
    padding: 15px;
    min-height: 253px;
  }
}
.professionals-list-item-info-title,
.portfolio-list-item-info-title {
  font-family: 'gotham_bookregular';
  max-height: 68px;
  overflow: hidden;
  font-size: 30px;
  color: #4a4a4a;
  letter-spacing: 0.5px;
  line-height: 34px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.professionals-list-item-info-title:hover,
.portfolio-list-item-info-title:hover {
  opacity: .8;
}
.professionals-list-item-info-description,
.portfolio-list-item-info-description {
  font-family: 'proxima_nova_ltlight';
  max-height: 72px;
  overflow: hidden;
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: 0.17px;
  line-height: 24px;
}
.professionals-list-item-info-footer,
.portfolio-list-item-info-footer {
  position: absolute;
  left: 30px;
  right: 80px;
  bottom: 0;
  padding: 20px 0;
  font-size: 16px;
  color: #4a4a4a;
  border-top: 1px solid #ededed;
}
@media (max-width: 991px) {
  .professionals-list-item-info-footer,
  .portfolio-list-item-info-footer {
    left: 15px;
    right: 40px;
  }
}
.professionals-list-item-info-footer i,
.portfolio-list-item-info-footer i {
  margin-right: 10px;
}
.professionals-list-item.featured,
.portfolio-list-item.featured {
  border: 1px solid #7ac33b;
  background: #fffff7;
}
.professionals-list-item.featured .professionals-list-item-info-title,
.portfolio-list-item.featured .professionals-list-item-info-title,
.professionals-list-item.featured .portfolio-list-item-info-title,
.portfolio-list-item.featured .portfolio-list-item-info-title {
  color: #7ac33b;
}
.professionals-list-item.featured .professionals-list-item-info:before,
.portfolio-list-item.featured .professionals-list-item-info:before,
.professionals-list-item.featured .portfolio-list-item-info:before,
.portfolio-list-item.featured .portfolio-list-item-info:before {
  content: 'featured';
  top: 18px;
  right: -22px;
  background: #7ac33b;
}
.professionals-list-item.sponsored,
.portfolio-list-item.sponsored {
  border: 1px solid #4a90e2;
  background: #fafcff;
}
.professionals-list-item.sponsored .professionals-list-item-info-title,
.portfolio-list-item.sponsored .professionals-list-item-info-title,
.professionals-list-item.sponsored .portfolio-list-item-info-title,
.portfolio-list-item.sponsored .portfolio-list-item-info-title {
  color: #4a90e2;
}
.professionals-list-item.sponsored .professionals-list-item-info:before,
.portfolio-list-item.sponsored .professionals-list-item-info:before,
.professionals-list-item.sponsored .portfolio-list-item-info:before,
.portfolio-list-item.sponsored .portfolio-list-item-info:before {
  content: 'sponsored';
  top: 22px;
  right: -22px;
  background: #4a90e2;
}
.professionals-list-item-img {
  background: #fff;
  width: 50%;
  position: relative;
  float: left;
  z-index: 2;
  overflow: hidden;
  height: 288px;
}
@media (max-width: 1279px) {
  .professionals-list-item-img {
    width: 100%;
    height: auto;
  }
}
.professionals-list-item-img-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  z-index: 2;
  vertical-align: bottom;
}
.professionals-list-item-img-footer .amount-projects {
  font-family: 'gotham_bookregular';
  position: absolute;
  bottom: 15px;
  left: 30px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.3px;
  line-height: 14px;
  text-transform: uppercase;
}
.professionals-list-item-img-footer .wrap-img {
  float: right;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.professionals-list-item-info {
  width: 50%;
  height: 288px;
}
@media (max-width: 1279px) {
  .professionals-list-item-info {
    width: 100%;
  }
}
.professionals-list-item.verified .professionals-list-item-info:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 32px;
  background: url('images/icon-verified.png');
  bottom: 15px;
  right: 10px;
}
.portfolio-list-item-img {
  max-height: 250px;
}
@media (max-width: 991px) {
  .portfolio-list-item-img-footer {
    padding: 15px;
  }
}
.portfolio-list-item-img-footer .icon-like {
  display: inline-block;
  padding-left: 23px;
  position: relative;
}
.portfolio-list-item-img-footer .icon-like:before {
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  content: "\f08a";
}
.portfolio-list-item-img-footer .icon-like:hover:before {
  content: "\f004";
}
.portfolio-list-item-info {
  width: 100%;
}
@media (max-width: 991px) {
  .portfolio-list-item-info {
    width: 100%;
    padding: 15px 15px 15px 15px;
  }
}
.portfolio-list-item-info-title {
  font-family: 'gotham_bookregular';
  max-height: 68px;
  overflow: hidden;
  font-size: 30px;
  color: #4a4a4a;
  letter-spacing: 0.5px;
  line-height: 34px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.portfolio-list-item-info-title:hover {
  opacity: .8;
}
.portfolio-list-item-info-description {
  font-family: 'proxima_nova_ltlight';
  max-height: 125px;
  overflow: hidden;
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: 0.17px;
  line-height: 24px;
}
.portfolio-list-item-projects {
  position: relative;
  margin: 20px 0 55px;
}
.portfolio-list-item-projects-img {
  max-height: auto;
}
.portfolio-list-item-projects-img img {
  width: 100%;
}
.profile {
  margin: 20px 0 70px;
}
.profile-header {
  border: 1px solid #ebebeb;
  padding: 35px 40px;
}
@media (max-width: 991px) {
  .profile-header {
    padding: 35px 15px;
  }
}
.profile-header .btn {
  margin-top: 25px;
}
@media (max-width: 1279px) {
  .profile-header .btn {
    margin-top: 10px;
  }
}
.profile-nav-item {
  float: left;
  width: 33.333333%;
  display: inline-block;
  text-align: center;
  border: 1px solid #ebebeb;
  border-left: none;
  border-top: none;
}
.profile-nav-item a {
  padding: 18px;
  display: block;
  font-size: 14px;
  color: #4a4a4a;
  text-transform: capitalize;
  background: #fcfcfc;
}
.profile-nav-item a:hover,
.profile-nav-item a:focus {
  text-decoration: none;
}
.profile-nav-item a:hover:hover,
.profile-nav-item a:focus:hover {
  text-decoration: none;
}
.profile-nav-item.active a {
  color: #80c036;
  border-bottom: 1px solid #80c036;
}
.profile-nav-item:first-child {
  border-left: 1px solid #ebebeb;
}
.profile-photo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
  margin: 0 auto;
}
.profile-photo-wrap {
  width: 100px;
  height: 100px;
  margin: 0 20px 0 0;
}
.profile-photo-wrap.verified {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .profile-photo-wrap.verified {
    margin: 0 0 40px;
  }
}
.profile-photo-wrap.verified:before {
  position: absolute;
  content: 'Verified profile';
  top: 75px;
  left: 50%;
  margin-left: -45px;
  white-space: nowrap;
  color: #6cc6f4;
  padding: 35px 0 0;
  z-index: 1;
  background: url('images/icon-verified-bg.png') no-repeat center 0;
}
@media (max-width: 991px) {
  .profile-photo-wrap {
    margin: 0 0 20px;
    width: 100%;
    float: none;
  }
}
.profile-photo-wrap img {
  width: 100%;
}
.profile-title {
  font-family: 'gotham_boldregular';
  font-size: 20px;
  color: #353535;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin: 25px 0 5px 0;
}
.profile-title-new {
  font-size: 34px;
  color: #353535;
  line-height: 44px;
  margin: 0 0 15px;
  font-family: 'gotham_bookregular';
}
.profile-profession {
  font-family: 'proxima_nova_ltlight';
  margin: 0 0 20px;
  font-size: 12px;
  color: #ABADB5;
  letter-spacing: 0.4px;
  line-height: 14px;
  text-transform: uppercase;
}
.profile-contact {
  font-family: 'proxima_nova_ltlight';
  margin: 35px 0 0;
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  line-height: 19px;
}
.profile-contact-title {
  margin-bottom: 25px;
  font-size: 16px;
  font-family: 'proxima_nova_rgbold';
  color: #4a4a4a;
}
.profile-contact i {
  margin-right: 5px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .profile-contact i {
    margin-bottom: 15px;
  }
}
.profile-contact-hide-js {
  height: 180px;
  overflow: hidden;
}
.profile-contact-hide-js.active {
  height: auto;
}
.profile-contact-btn-show-js {
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 15px;
  color: #80c036;
  cursor: pointer;
  display: inline-block;
}
.profile-contact-btn-show-js:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f107";
}
.profile-contact-btn-show-js.active:before {
  content: "\f106";
}
.profile-contact-col-left {
  padding-right: 60px;
  border-right: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  .profile-contact-col-left {
    border: none;
    margin-bottom: 50px;
    padding: 0;
  }
}
.profile-contact-col-right {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .profile-contact-col-right {
    padding: 0 9.5px;
  }
}
.profile-descriprion {
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: 0.77px;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
}
.profile-upload-photo {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 25px;
}
.profile-upload-photo:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background: rgba(50, 50, 50, 0.55);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.profile-upload-photo:after {
  position: absolute;
  font: normal normal normal 30px/1 FontAwesome;
  content: "\f030";
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -16px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.profile-upload-photo:hover:before,
.profile-upload-photo:hover:after {
  opacity: 1;
  visibility: visible;
}
.profile-upload-photo img {
  width: 100%;
}
.profile-label {
  font-family: 'gotham_bookregular';
  display: inline-block;
  position: relative;
  padding: 4px 5px 3px 5px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.16px;
  line-height: 8px;
  text-transform: uppercase;
}
.profile-label:after {
  position: absolute;
  top: 1px;
  right: 3px;
  font: normal normal normal 14px/1 FontAwesome;
}
.profile-label-featured {
  background: #80c036;
}
.profile-label-sponsored {
  background: #4a90e2;
}
.settings-wrap {
  margin-bottom: 100px;
}
.settings-wrap .nav-tabs-vertical li {
  display: block;
  float: none;
  text-align: left;
}
.settings-wrap .nav-tabs-vertical li a {
  display: inline-block;
}
.settings-wrap label {
  font-weight: normal;
}
.settings-wrap .border-separation {
  border-left: 1px solid #eaeaea;
}
.coming-soon-label {
  font-family: 'gotham_mediumregular';
  display: inline-block;
  padding: 1px 5px;
  margin: 0 0 15px;
  background: #2d2f30;
  font-size: 12px;
  color: #fff ;
  letter-spacing: 0.69px;
  text-transform: uppercase;
}
.online-landing-title {
  font-family: 'proxima_nova_rgregular';
  font-size: 52px;
  color: #202020;
  line-height: 61px;
}
@media (max-width: 767px) {
  .online-landing-title {
    font-size: 32px;
    line-height: 38px;
  }
}
.online-landing-description {
  font-family: 'proxima_nova_ltlight';
  opacity: 0.88;
  font-size: 19px;
  color: #3D3D3D;
  line-height: 25px;
}
@media (max-width: 767px) {
  .online-landing-description {
    font-size: 16px;
    line-height: 21px;
  }
}
.page-template-page-shop {
  background: #f6f6f6;
}
.page-template-page-shop .main-wrap {
  margin-bottom: 50px;
  background: url(images/macbook_air.png) no-repeat 60px bottom;
  padding-bottom: 100px;
}
@media (max-width: 1279px) {
  .page-template-page-shop .main-wrap {
    background: url(images/macbook_air.png) no-repeat left bottom;
  }
}
@media (max-width: 991px) {
  .page-template-page-shop .main-wrap {
    background: none;
    height: auto;
    padding-bottom: 0;
  }
}
.page-template-page-shop .form-black {
  margin-top: 30px;
  background: #2d2f30;
  padding: 25px 20px;
}
.page-template-page-shop .form-black img {
  margin-top: 15px;
}
.page-template-page-shop .form-black-title {
  text-align: left;
  margin: 0 0 15px;
  font-family: 'proxima_nova_rgregular';
  font-size: 19px;
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 21px;
}
.page-template-page-shop .form-black-title-thank {
  padding: 30px 0;
  font-family: 'proxima_nova_rgregular';
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.42px;
  line-height: 23px;
}
.page-template-page-shop .form-black .btn-primary {
  height: 46px;
}
.page-template-page-shop .form-black .form-group .form-control {
  height: 44px;
  padding: 10px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  color: #3f3f3f;
  box-sizing: border-box;
}
.page-template-page-shop .form-black .form-group .form-control.error {
  border: 1px solid #d0021b;
}
/* --- header navbar start --- */
.wrap-header-menu {
  background: #fcfcfc;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 767px) {
  .wrap-header-menu {
    border-bottom: none;
  }
}
.navbar-new .header-navbar {
  min-height: 70px;
  margin-bottom: 0;
  border: none;
  background: #fff;
}
@media (max-width: 991px) {
  .navbar-new .header-navbar {
    background: #fff;
  }
}
.navbar-new .header-navbar .container {
  position: relative;
}
.navbar-new .header-navbar-header {
  float: none;
}
.navbar-new .header-navbar-brand {
  width: 204px;
  height: 70px;
  margin: 0;
  padding: 15px 10px;
}
.navbar-new .header-navbar-brand > img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .navbar-new .header-navbar-brand {
    float: none;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -102px;
    z-index: 1;
  }
  .navbar-new .header-navbar-brand > img {
    height: auto;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .navbar-new .header-navbar-brand {
    margin-left: 0 !important;
    float: left;
  }
}
.navbar-new .header-navbar-toggle {
  margin: 12px 10px;
  border: none;
  float: left;
}
.navbar-new .header-navbar-toggle .icon-bar {
  background: #000;
}
.navbar-new .header-navbar-toggle:hover,
.navbar-new .header-navbar-toggle:active,
.navbar-new .header-navbar-toggle:focus {
  background: transparent !important;
}
.navbar-new .header-navbar-toggle:hover .icon-bar,
.navbar-new .header-navbar-toggle:active .icon-bar,
.navbar-new .header-navbar-toggle:focus .icon-bar {
  background: #80c036;
}
.navbar-new .header-navbar-login {
  line-height: 14px;
  font-size: 14px;
  display: block;
  padding: 0;
  margin: 23px 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'proxima_nova_rgbold';
}
.navbar-new .header-navbar-login.visible-xs {
  margin: 20px 10px;
  padding: 9px 10px;
}
.navbar-new .header-navbar-login .btn {
  margin-top: -6px;
  font-family: 'gotham_bookregular';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar-new .header-navbar-login .btn.btn-o {
  padding: 10px 40px;
  text-transform: capitalize;
}
.navbar-new .header-navbar-login .btn.btn-primary {
  color: #fff;
  padding: 9px 20px;
}
@media (min-width: 768px) {
  .navbar-new .header-navbar-login .btn {
    margin-left: 5px;
  }
}
.navbar-new .header-navbar-login .project-nav {
  display: inline-block;
  padding: 4px 20px;
  border-right: 1px solid #d8d8d8;
}
.navbar-new .header-navbar-login .user-nav {
  display: inline-block;
  padding: 0 15px;
}
.navbar-new .header-navbar-login .user-nav .dropdown-user {
  display: inline-block;
}
.navbar-new .header-navbar-login .user-nav .dropdown-user img {
  border-radius: 50%;
  float: left;
}
@media (max-width: 1279px) {
  .navbar-new .header-navbar-login .user-nav .dropdown-user img {
    float: none;
  }
}
.navbar-new .header-navbar-login a {
  color: #333;
}
.navbar-new .header-navbar-login .wrap-user-photo {
  float: left;
  margin: -8px 10px 0 0;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.navbar-new .header-navbar-login .wrap-user-photo img {
  width: 100%;
  height: 100%;
}
.navbar-new .header-navbar-login .user-name {
  float: left;
  display: inline-block;
  padding: 0 10px 0 0;
  white-space: nowrap;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.navbar-new .header-navbar .dropdown-stuff .dropdown-menu {
  top: 20px;
  min-width: 200px;
  padding: 10px 20px;
}
.navbar-new .header-navbar .dropdown-stuff .dropdown-menu li a {
  padding: 3px 0;
  font-family: 'proxima_nova_rgbold';
}
.navbar-new .header-navbar .dropdown-stuff .dropdown-menu li a span {
  color: #5a5a5a;
  font-family: 'proxima_nova_rgregular';
}
.navbar-new .header-navbar .dropdown-stuff .dropdown-menu li a.btn-green {
  font-size: 14px;
  color: #8aca53;
  line-height: 16px;
  padding: 10px 20px;
  border: 1px solid #8aca53;
  font-family: 'proxima_nova_rgregular';
  margin: 10px 0;
}
.navbar-new .header-navbar .dropdown-menu {
  min-width: 200px;
  border: none;
  background: #fff;
  right: 0;
  left: inherit;
}
.navbar-new .header-navbar .dropdown-menu > li > a {
  font-size: 15px;
  font-weight: bold;
  color: #363636;
}
.navbar-new .header-navbar .dropdown-menu > li > a:hover,
.navbar-new .header-navbar .dropdown-menu > li > a:active,
.navbar-new .header-navbar .dropdown-menu > li > a:focus {
  background: transparent;
  color: #80c036;
}
.navbar-new .header-navbar .dropdown-menu > li > a span {
  color: #5a5a5a;
  font-family: 'proxima_nova_rgregular';
}
.navbar-new .header-navbar-collapse {
  padding: 0;
}
.navbar-new .header-navbar-collapse .header-navbar-top {
  display: none;
}
@media (max-width: 767px) {
  .navbar-new .header-navbar-collapse .header-navbar-top {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .navbar-new .header-navbar-collapse {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 !important;
    background: #fcfcfc;
    z-index: 10;
    border: none;
  }
  .navbar-new .header-navbar-collapse.in {
    display: block;
  }
  .navbar-new .header-navbar-collapse > ul.navbar-nav {
    margin: 0;
    display: block;
  }
  .navbar-new .header-navbar-collapse > ul.navbar-nav > li {
    display: block;
    float: none;
  }
  .navbar-new .header-navbar-collapse > ul.navbar-nav > li.search,
  .navbar-new .header-navbar-collapse > ul.navbar-nav > li.dropdown {
    display: none;
  }
  .navbar-new .header-navbar-collapse > ul.navbar-nav > li > a {
    color: #fff !important;
  }
  .navbar-new .header-navbar-collapse > ul.navbar-nav > li > a:hover,
  .navbar-new .header-navbar-collapse > ul.navbar-nav > li > a:active,
  .navbar-new .header-navbar-collapse > ul.navbar-nav > li > a:focus {
    color: #80c036 !important;
  }
  .navbar-new .header-navbar-collapse .header-navbar-top {
    display: block;
    position: relative;
    padding-left: 62px;
  }
  .navbar-new .header-navbar-collapse .header-navbar-top .header-navbar-toggle {
    position: absolute;
    top: 0;
    left: 0;
  }
  .navbar-new .header-navbar-collapse .header-navbar-top .search-aside {
    left: 15px;
  }
  .navbar-new .header-navbar-collapse .header-navbar-top .search-label {
    margin: 15px 0 0;
    padding: 15px 10px;
    border-left: 1px solid #eee;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .navbar-new .header-navbar-collapse .header-navbar-top .search-label {
    margin: 0;
  }
}
.navbar-new .header-navbar-nav.nav.navbar-nav {
  font-family: 'proxima_nova_rgbold';
  padding: 0;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li:first-child a {
  padding-left: 0;
}
@media (max-width: 767px) {
  .navbar-new .header-navbar-nav.nav.navbar-nav > li:first-child a {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221717,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221718,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221719 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221717,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221718,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221719 {
    display: none !important;
  }
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
  display: none !important;
}
@media (min-width: 1280px) {
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: block !important;
  }
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: table;
  }
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: table-row !important;
  }
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: block !important;
  }
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: table;
  }
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: table-row !important;
  }
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: block !important;
  }
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: table;
  }
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: table-row !important;
  }
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35271,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35268,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-221638,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-225752,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269 {
    display: table-cell !important;
  }
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: block !important;
  }
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table;
  }
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table-row !important;
  }
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: block !important;
  }
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table;
  }
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table-row !important;
  }
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: block !important;
  }
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table;
  }
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table-row !important;
  }
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: block !important;
  }
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  table.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table;
  }
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  tr.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table-row !important;
  }
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  th.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35262,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35269,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35270,
  td.navbar-new .header-navbar-nav.nav.navbar-nav > li#menu-item-35266 {
    display: table-cell !important;
  }
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li > a {
  line-height: 20px;
  color: #353535;
  white-space: nowrap;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li > a:hover {
  color: #80c036;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.current-menu-item > a,
.navbar-new .header-navbar-nav.nav.navbar-nav > li.current-post-parent > a {
  color: #80c036;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.login > a i {
  margin-right: 5px;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-toggle-control {
  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;
  transform: translate(0, 0);
  font-size: 12px;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-toggle-control:before {
  margin-left: 4px;
  content: "\f107";
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown.open {
  background: transparent;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown.open .dropdown-toggle-control:before {
  content: "\f106";
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-menu {
  left: auto;
  right: 0;
  border: none;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-menu > li.menu-item-35267,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-menu > li.menu-item-35264,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-menu > li.menu-item-35262,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-menu > li.menu-item-35269,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-menu > li.menu-item-35270,
  .navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-menu > li.menu-item-35266 {
    display: none !important;
  }
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.menu-item-has-children {
  position: relative;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.menu-item-has-children:hover ul {
  display: block;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.menu-item-has-children ul {
  display: none;
  position: absolute;
  top: 50px;
  width: 200px;
  z-index: 999;
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  background: #ffffff;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.menu-item-has-children ul li {
  margin-bottom: 5px;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-menu > li > a {
  font-size: 15px;
  font-weight: bold;
  color: #363636;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-menu > li > a:hover,
.navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-menu > li > a:active,
.navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown .dropdown-menu > li > a:focus {
  background: transparent;
  color: #80c036;
}
.navbar-new .header-navbar-nav.nav.navbar-nav > li.dropdown.open .dropdown-toggle i.fa-angle-down:before {
  content: "\f106";
}
.navbar-new .header-navbar .dropdown.visible-xs.dropdown-user img {
  border-radius: 50%;
}
.navbar-new .header-navbar .dropdown.visible-xs .dropdown-toggle:hover,
.navbar-new .header-navbar .dropdown.visible-xs .dropdown-toggle:active,
.navbar-new .header-navbar .dropdown.visible-xs .dropdown-toggle:focus {
  text-decoration: none;
  color: #80c036;
}
.navbar-new .header-navbar .dropdown.visible-xs .dropdown-menu {
  left: auto;
  right: 0;
  border: none;
}
.navbar-new .header-navbar .dropdown.visible-xs .dropdown-menu > li > a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.navbar-new .header-navbar .dropdown.visible-xs .dropdown-menu > li > a:hover,
.navbar-new .header-navbar .dropdown.visible-xs .dropdown-menu > li > a:active,
.navbar-new .header-navbar .dropdown.visible-xs .dropdown-menu > li > a:focus {
  background: transparent;
  color: #80c036;
}
.navbar-new .header-navbar .dropdown.visible-xs.open .dropdown-toggle i.fa-angle-down:before {
  content: "\f106";
}
.navbar-new .header-navbar-pro {
  float: none;
  text-align: center;
  padding: 2px;
  color: #333;
}
@media (max-width: 767px) {
  .navbar-new .header-navbar-pro {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .navbar-new .header-navbar-pro {
    font-size: 16px;
  }
}
.navbar-new .header-navbar-pro .btn {
  padding: 9px 20px;
}
@media (min-width: 992px) {
  .navbar-new .header-navbar-pro .btn {
    margin-left: 8px;
  }
}
.navbar-new .header .search-input {
  -webkit-appearance: none;
  padding: 10px 10px 10px 40px;
  height: 42px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #363636;
  letter-spacing: 0.1px;
  line-height: 21px;
}
.navbar-new .header .search-input:focus {
  border: 1px solid #80c036;
}
.navbar-new .header .search-label {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.navbar-new .header .search-aside {
  position: absolute;
  left: 5px;
  top: 50%;
  padding: 6px 12px;
  margin-top: -15px;
  z-index: 10;
}
.navbar-new .header .search-aside .search-submit {
  color: #acafb7;
  font-size: 13px;
}
/* --- header navbar end --- */
/* --- footer navbar start --- */
.footer-navbar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  margin: 90px auto 0;
  background: #fff;
  border: none;
  padding: 20px 0;
  font-family: 'gotham_mediumregular';
}
@media (max-width: 1279px) {
  .footer-navbar {
    height: 190px;
    margin: 190px auto 0;
  }
}
@media (max-width: 767px) {
  .footer-navbar {
    height: 220px;
    margin: 220px auto 0;
  }
}
.footer-navbar-copyright {
  color: #4a4a4a;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer-navbar-copyright {
    margin-left: -21px;
  }
}
.footer-navbar-nav.navbar-center,
.footer-navbar-copyright.navbar-center {
  text-align: center;
}
.footer-navbar-nav.navbar-center > li,
.footer-navbar-copyright.navbar-center > li {
  display: inline-block;
  float: none;
  font-size: 12px;
}
.footer-navbar-nav.navbar-center > li > a,
.footer-navbar-copyright.navbar-center > li > a {
  color: #353535;
}
.footer-navbar-nav.navbar-center > li > a:hover,
.footer-navbar-copyright.navbar-center > li > a:hover,
.footer-navbar-nav.navbar-center > li > a:active,
.footer-navbar-copyright.navbar-center > li > a:active,
.footer-navbar-nav.navbar-center > li > a:focus,
.footer-navbar-copyright.navbar-center > li > a:focus {
  color: #80c036;
  text-decoration: none;
}
.footer-navbar-nav.navbar-right > li > a,
.footer-navbar-copyright.navbar-right > li > a {
  color: #4a4a4a;
  font-size: 16px;
}
.footer-navbar-nav.navbar-right > li > a:hover,
.footer-navbar-copyright.navbar-right > li > a:hover,
.footer-navbar-nav.navbar-right > li > a:active,
.footer-navbar-copyright.navbar-right > li > a:active,
.footer-navbar-nav.navbar-right > li > a:focus,
.footer-navbar-copyright.navbar-right > li > a:focus {
  color: #80c036;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .footer-navbar-nav.navbar-left,
  .footer-navbar-copyright.navbar-left,
  .footer-navbar-nav.navbar-center,
  .footer-navbar-copyright.navbar-center,
  .footer-navbar-nav.navbar-right,
  .footer-navbar-copyright.navbar-right {
    display: block;
    margin-left: 0;
    margin-right: 0;
    float: none !important;
    text-align: center;
  }
  .footer-navbar-nav.navbar-left li,
  .footer-navbar-copyright.navbar-left li,
  .footer-navbar-nav.navbar-center li,
  .footer-navbar-copyright.navbar-center li,
  .footer-navbar-nav.navbar-right li,
  .footer-navbar-copyright.navbar-right li {
    display: inline-block;
    float: none;
  }
}
/* --- footer navbar end --- */
.top-header {
  background: #575757;
  padding: 12px 0;
}
.top-header-title {
  font-family: 'gotham_mediumregular';
  font-size: 15px;
  margin-right: 40px;
  display: inline-block;
  color: #fff;
}
@media (max-width: 1279px) {
  .top-header-title {
    margin-right: 0;
    display: block;
  }
}
.top-header .btn {
  padding: 6px 30px;
}
.nav-tabs.nav-tabs-vertical {
  margin-bottom: 40px;
  border: none;
}
@media (max-width: 767px) {
  .nav-tabs.nav-tabs-vertical > li {
    display: block;
    float: none;
    text-align: left;
  }
}
.nav-tabs.nav-tabs-vertical > li > a {
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  color: #353535;
  letter-spacing: 0.22px;
  line-height: 21px;
  border: none;
}
.nav-tabs.nav-tabs-vertical > li > a:hover,
.nav-tabs.nav-tabs-vertical > li > a:focus {
  background: none;
  border: none;
}
.nav-tabs.nav-tabs-vertical > li > a:hover {
  color: #80c036;
}
.nav-tabs.nav-tabs-vertical > li.active > a,
.nav-tabs.nav-tabs-vertical > li:focus > a {
  color: #afafaf;
  background: none;
  border: none;
}
.nav-bordered {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.nav-bordered.nav-posts {
  margin: 30px 0 10px;
}
.nav-bordered > li {
  display: inline-block;
  margin: 0 20px;
}
.nav-bordered > li:first-child {
  margin-left: 0;
}
.nav-bordered > li:last-child {
  margin-right: 0;
}
.nav-bordered > li > a {
  display: block;
  padding: 15px 0;
  text-transform: uppercase;
  color: #000;
}
.nav-bordered > li > a:hover,
.nav-bordered > li > a:focus,
.nav-bordered > li > a:active {
  text-decoration: none;
}
.nav-bordered > li.active {
  border-bottom: 1px solid #80c036;
}
.nav-bordered > li.active > a {
  color: #80c036;
}
.wizard-nav {
  width: 158px;
  margin-top: 30px;
}
.wizard-nav.affix {
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .wizard-nav.affix {
    position: relative;
    top: inherit;
  }
}
.wizard-nav-item {
  display: block;
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: 0.2px;
  line-height: 21px;
  text-transform: capitalize;
  cursor: pointer;
  padding: 10px 0;
}
.wizard-nav-item i {
  margin-right: 10px;
}
.wizard-nav li {
  position: relative;
}
.wizard-content {
  padding: 40px 0 0;
  margin-bottom: 30px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.wizard-content-module {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .wizard-content-module {
    padding: 0 15px;
  }
}
.wizard-content-module:hover > .module-separator-wrap {
  opacity: 1;
  visibility: visible;
}
.wizard-content-module-img {
  position: relative;
}
.wizard-content-module-img .btn-dropdown-wizard {
  display: none !important;
  position: absolute;
  right: -14px;
  top: -14px;
}
.wizard-content-module-img .btn-dropdown-wizard.open {
  display: block !important;
}
.wizard-content-module-img:hover .btn-dropdown-wizard {
  display: block !important;
}
.wizard-content-module-img.upload-img {
  width: 100%;
  text-align: center;
  height: 385px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .wizard-content-module-img.upload-img {
    height: 280px;
  }
}
.wizard-content-module-img.upload-img img {
  margin-bottom: 20px;
}
.wizard-content-module-img.upload-img .table {
  width: 100%;
  height: 100%;
}
.module-separator {
  padding: 45px 30px 30px;
}
.module-separator-wrap {
  opacity: 0;
  visibility: hidden;
  background: #edf6ff;
  height: 40px;
  border: 1px dashed #4a90e2;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.module-separator-nav {
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -128px;
}
.module-separator-nav li {
  float: left;
  display: inline-block;
  padding: 12px 10px;
  background: #4a4a4a;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 21px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.module-separator-nav li:hover {
  background: #323232;
}
.module-separator-nav li i {
  margin-right: 10px;
}
.popover.step-1 {
  left: inherit;
  right: -265px;
  top: -10px;
}
@media (max-width: 991px) {
  .popover.step-1 {
    top: 75px;
    right: 50%;
    margin-right: -125px;
  }
  .popover.step-1 .arrow {
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    border: none;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
    left: 20%;
    margin: 0;
  }
  .popover.step-1 .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
  }
  .popover.step-1 .arrow:after {
    box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, 0.2);
  }
}
.popover.step-list {
  left: inherit;
  right: -250px;
  top: -18px;
}
@media (max-width: 767px) {
  .popover.step-list {
    top: 50px;
    left: 0;
  }
  .popover.step-list .arrow {
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    border: none;
    margin: 0;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
    left: 20%;
  }
  .popover.step-list .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
  }
  .popover.step-list .arrow:after {
    box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, 0.2);
  }
}
.popover.step-6 {
  top: -22px;
  left: -30px;
}
@media (max-width: 1279px) {
  .popover.step-6 {
    left: -60px;
  }
}
@media (max-width: 991px) {
  .popover.step-6 {
    left: 10px;
    right: inherit;
  }
}
@media (max-width: 991px) {
  .popover.step-6 {
    top: 60px;
    left: 20px;
  }
  .popover.step-6 .arrow {
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    border: none;
    margin: 0;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
    left: 20%;
  }
  .popover.step-6 .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
  }
  .popover.step-6 .arrow:after {
    box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, 0.2);
  }
}
.custom-table-widget td h2,
.custom-table-widget td p {
  padding: 20px 20px 0;
}
.custom-table-widget td p {
  padding-top: 0;
  margin-bottom: 30px;
}
.custom-table-widget .freshome_media_input input {
  font-family: 'gotham_mediumregular';
  margin: 10px 0 20px;
  width: 50%;
  background: #f9f9f9;
  font-weight: normal;
  font-size: 14px;
  color: #4a4a4a;
  padding: 20px;
  -webkit-appearance: none;
  box-shadow: none !important;
  border: 1px solid #f9f9f9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.custom-table-widget .freshome_media_input input:focus {
  border: 1px solid #80c036;
}
@media (max-width: 767px) {
  .custom-table-widget .freshome_media_input input {
    width: 100%;
  }
}
.custom-table-widget .freshome_media_submit input {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'gotham_mediumregular';
  font-family: 'gotham_boldregular';
  width: 50%;
  border: none;
  margin-bottom: 20px;
  padding: 9px;
  font-size: 14px;
  color: #fff;
  background: #80c036;
  text-align: center;
  text-decoration: none;
}
.custom-table-widget .freshome_media_submit input:focus,
.custom-table-widget .freshome_media_submit input:active:focus,
.custom-table-widget .freshome_media_submit input.active:focus,
.custom-table-widget .freshome_media_submit input.focus,
.custom-table-widget .freshome_media_submit input:active.focus,
.custom-table-widget .freshome_media_submit input.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.custom-table-widget .freshome_media_submit input:hover,
.custom-table-widget .freshome_media_submit input:focus,
.custom-table-widget .freshome_media_submit input.focus {
  color: #333333;
  text-decoration: none;
}
.custom-table-widget .freshome_media_submit input:active,
.custom-table-widget .freshome_media_submit input.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.custom-table-widget .freshome_media_submit input.disabled,
.custom-table-widget .freshome_media_submit input[disabled],
fieldset[disabled] .custom-table-widget .freshome_media_submit input {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.custom-table-widget .freshome_media_submit input.btn-dark {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
}
.custom-table-widget .freshome_media_submit input.btn-dark-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.custom-table-widget .freshome_media_submit input.btn-primary {
  border: none;
}
.custom-table-widget .freshome_media_submit input.btn-primary.btn-file {
  background: #353535;
  color: #fff;
  text-transform: uppercase;
  border-color: #353535;
  position: relative;
  border: none;
}
.custom-table-widget .freshome_media_submit input.btn-primary.btn-file-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  border: none;
}
.custom-table-widget .freshome_media_submit input.btn-primary.btn-file input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.custom-table-widget .freshome_media_submit input.btn-primary.btn-file:hover,
.custom-table-widget .freshome_media_submit input.btn-primary.btn-file:focus,
.custom-table-widget .freshome_media_submit input.btn-primary.btn-file:active {
  border: none;
}
.custom-table-widget .freshome_media_submit input.btn-primary.btn-loading {
  position: relative;
}
.custom-table-widget .freshome_media_submit input.btn-primary.btn-loading:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  background: #80c036;
}
.custom-table-widget .freshome_media_submit input.btn-primary.btn-loading:after {
  width: 20px;
  height: 20px;
  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;
  transform: translate(0, 0);
  line-height: 20px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  content: "\f110";
  text-align: center;
  z-index: 2;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.custom-table-widget .freshome_media_submit input.btn-o {
  background: transparent;
  font-family: 'gotham_bookregular';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-table-widget .freshome_media_submit input.btn-o.btn-warning {
  color: #f5a623;
  border-color: #f5a623;
}
.custom-table-widget .freshome_media_submit input.btn-o.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.custom-table-widget .freshome_media_submit input.btn-o.btn-white:hover,
.custom-table-widget .freshome_media_submit input.btn-o.btn-white:active,
.custom-table-widget .freshome_media_submit input.btn-o.btn-white:focus {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.custom-table-widget .freshome_media_submit input.btn-o.btn-white.btn-lg {
  padding: 14px 15px;
}
.custom-table-widget .freshome_media_submit input.btn-o.btn-dark {
  color: #4a4a4a;
  border-color: #979797;
}
.custom-table-widget .freshome_media_submit input.btn-o.btn-dark-bold {
  font-family: 'gotham_boldregular';
  padding: 6px 29px;
  border-radius: 0;
  color: #4a4a4a;
}
.custom-table-widget .freshome_media_submit input.btn-o.btn-green {
  font-size: 14px;
  color: #8aca53;
  line-height: 16px;
  padding: 10px 20px;
  border: 1px solid #8aca53;
}
.custom-table-widget .freshome_media_submit input.btn-lg {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-table-widget .freshome_media_submit input.btn-select {
  background: #f9f9f9;
  font-size: 14px;
  color: #9b9b9b;
  border-color: #f9f9f9;
  padding: 15px 20px;
}
.custom-table-widget .freshome_media_submit input.btn-select:focus,
.custom-table-widget .freshome_media_submit input.btn-select:active {
  border-color: #80c036;
}
.custom-table-widget .freshome_media_submit input.btn-select-sm {
  padding: 10px;
  background: #000;
}
.custom-table-widget .freshome_media_submit input.btn-border {
  display: inline-block;
  height: 28px;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 18px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #e7e7e7;
  white-space: nowrap;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-table-widget .freshome_media_submit input.btn-border:hover {
  color: #80c036;
}
.custom-table-widget .freshome_media_submit input.btn-border.green {
  border-radius: 20px;
  background: #80c036;
  border: 1px solid transparent;
  color: #fff;
}
.custom-table-widget .freshome_media_submit input.btn-border.green:hover {
  color: #fff;
}
.custom-table-widget .freshome_media_submit input:hover,
.custom-table-widget .freshome_media_submit input:active,
.custom-table-widget .freshome_media_submit input:focus,
.custom-table-widget .freshome_media_submit input:focus:active {
  outline: none;
  filter: alpha(opacity=95);
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
.custom-table-widget .freshome_media_submit input.uppercase {
  text-transform: uppercase;
}
.custom-table-widget .freshome_media_submit input-more {
  font-family: 'gotham_mediumregular';
  font-size: 14px;
  color: #9B9B9B;
  line-height: 17px;
  text-transform: capitalize;
  transition: 3s;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
}
.custom-table-widget .freshome_media_submit input-more i {
  display: block;
  margin-bottom: 3px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.custom-table-widget .freshome_media_submit input-more:hover {
  color: #84999b;
}
.custom-table-widget .freshome_media_submit input-like {
  font-family: 'gotham_bookregular';
  background: #80c036;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 12px;
  border-radius: 2px;
  padding: 7px 5px 6px;
}
.custom-table-widget .freshome_media_submit input-like span {
  display: inline-block;
  padding: 4px 4px;
}
.custom-table-widget .freshome_media_submit input-like i.fa-heart {
  margin: 0;
  font-size: 13px;
  padding: 3px;
}
.custom-table-widget .freshome_media_submit input-like:hover {
  color: #fff;
}
.custom-table-widget .freshome_media_submit input-back {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 2.57px;
  line-height: 15px;
  text-transform: uppercase;
}
.custom-table-widget .freshome_media_submit input-back:hover {
  text-decoration: none;
}
.custom-table-widget .freshome_media_submit input-back i {
  font-size: 20px;
  float: left;
  margin-right: 10px;
  line-height: 13px;
}
.custom-table-widget .freshome_media_submit input-fb-connect {
  background: #4D69A2;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'gotham_mediumregular';
}
.custom-table-widget .freshome_media_submit input-fb-connect i {
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 22px;
}
.custom-table-widget .freshome_media_submit input-fb-connect:hover,
.custom-table-widget .freshome_media_submit input-fb-connect:focus {
  color: #fff;
  text-decoration: none;
}
.custom-table-widget .freshome_media_submit input-dropdown-wizard.open .btn {
  background: #4a4a4a;
  color: #fff;
}
.custom-table-widget .freshome_media_submit input-dropdown-wizard .btn {
  width: 48px;
  height: 48px;
  background: #4a4a4a;
  border-radius: 50%;
  color: #fff;
  border: none;
}
.custom-table-widget .freshome_media_submit input-dropdown-wizard .dropdown-menu {
  padding: 0;
}
.custom-table-widget .freshome_media_submit input-dropdown-wizard .dropdown-menu li a {
  font-family: 'gotham_bookregular';
  background: #4a4a4a;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.custom-table-widget .freshome_media_submit input-dropdown-wizard .dropdown-menu li a:hover {
  opacity: .8;
}
.custom-table-widget .freshome_media_submit input-popover {
  font-family: 'gotham_bookregular';
  font-size: 12px;
  color: #353535;
  line-height: 10px;
  text-transform: uppercase;
  background: #fff;
}
.custom-table-widget .freshome_media_submit input.btn-control {
  padding: 9px 12px;
}
@media (max-width: 767px) {
  .custom-table-widget .freshome_media_submit input {
    width: 100%;
  }
}
.custom-table-widget .freshome_media_submit input:hover,
.custom-table-widget .freshome_media_submit input:focus {
  color: #fff;
}
.custom-table-widget .max-ad-description-text ul li:before {
  display: none;
}
.custom-table-widget #oNnVuQoPiIbMaEpJiAgEqHdP table.max-ad-listings tr .max-ad-number,
.custom-table-widget #oNnVuQoPiIbMaEpJiAgEqHdP table.max-ad-listings tr .max-ad-images {
  vertical-align: middle;
  padding: 0 !important;
}
.custom-table-widget #oNnVuQoPiIbMaEpJiAgEqHdP table.max-ad-listings tr:hover td.max-ad-description h1 {
  color: #80c036;
}
.custom-table-widget #oNnVuQoPiIbMaEpJiAgEqHdP table.max-ad-listings tr td.max-ad-description h1 {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-family: 'gotham_bookregular';
  font-size: 16px;
  margin: 0 0 10px;
  color: #212121;
}
.ads-here {
  margin-top: 10px;
  width: 100%;
  font-size: 11px;
  color: #8c8d8f;
  text-align: center;
}
@media (min-width: 768px) {
  .ads-here {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
span.wpcf7-form-control-wrap.quiz-256 {
  height: 50px;
  overflow: hidden;
  display: block;
}
.form-group-captcha .wpcf7-form-control-wrap {
  background: #f9f9f9;
  position: relative;
}
.wpcf7-quiz {
  padding-left: 70px !important;
  position: relative;
  top: -25px;
}
.highlighted {
  display: inline-block;
  padding: 20px 15px;
  background: #ffffff;
  border-radius: 5px;
  border-left: 7px solid #ced920;
  box-shadow: 1px 1px 3px #ededed;
}
/* --- Comment --- */
.comments-list {
  float: left;
  clear: both;
  width: 100%;
}
.comment {
  float: right;
  width: 100%;
  margin: 0 0 45px;
  padding: 0 0 45px;
  border-bottom: 1px solid #ececec;
}
.comment p {
  font-size: 12px;
  color: #778090;
  line-height: 1.6;
}
.comment.reply-comment {
  width: 92%;
}
.comment-content {
  float: left;
  width: 85%;
  margin-left: 20px;
}
.gravatar {
  float: left;
}
.comment-meta {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
.comment-meta #name {
  font-size: 15px;
  font-weight: bold;
  color: #464646;
}
.comment-meta small {
  display: block;
  margin: 8px 0;
  font-size: 12px;
  color: #a7c82b;
  text-transform: uppercase;
}
.comment-meta .reply {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-form {
  margin: 30px 0 0;
}
.comment-form p a:hover {
  color: #8DA422;
  text-decoration: none;
}
#comments-template .comment-form h2 {
  margin: 0 0 15px;
}
#comments-template .comment-form p,
#comments-template .comment-respond p.must-log-in {
  font-size: 12px;
  margin: 0 0 15px;
  color: #778090;
}
#comments-template .comment-form p a,
#comments-template .comment-respond p.must-log-in a {
  color: #778090;
  text-decoration: underline;
}
#comments-template .comment-form p a:hover,
#comments-template .comment-respond p.must-log-in a:hover {
  color: #8DA422;
  text-decoration: none;
}
.comment-respond input {
  border: 1px solid #dadada;
  padding: 10px 20px;
  font-size: 14px;
  color: #778090;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 50%;
  outline: 0;
}
.comment-respond textarea {
  outline: 0;
  border: 1px solid #dadada;
  padding: 20px;
  font-size: 14px;
  color: #778090;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.comment-respond textarea:focus {
  outline: none;
}
.comment-respond input[type="submit"] {
  background: #3e4955 !important;
  color: #fff;
  border: 0;
  font-weight: normal;
  width: 250px;
}
.comment-respond input[type="submit"]:hover {
  background: #b8d000 !important;
}
.comment-respond input[type="submit"]:active {
  position: relative;
  top: 1px;
}
.comment-subscription-form {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #c0c0c0;
  line-height: 28px;
  margin: 10px 0 0;
}
.comment-subscription-form .styledCheckbox {
  box-shadow: none;
  border: 1px solid #e0e0e0;
}
.comment-subscription-form input[type="checkbox"] {
  visibility: visible;
}
/* --- Settings --- */
@media (max-width: 767px) {
  #profile {
    margin: 0 auto;
  }
}
#mySettings .tab-content {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  min-height: 550px;
  padding: 30px 30px 0 30px;
  border-left: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  #mySettings .tab-content {
    max-width: 100%;
    border: none;
    float: none;
    margin: 0 auto;
    padding: 30px 10px 0;
  }
  #mySettings .tab-content .submit {
    display: block;
    width: 100%;
  }
  #mySettings .tab-content .col-md-18,
  #mySettings .tab-content .col-md-19,
  #mySettings .tab-content .col-md-20 {
    padding: 0;
  }
  #mySettings .tab-content .settings-footer {
    padding: 20px 0 0;
  }
  #mySettings .tab-content .settings-tab-title {
    padding: 0;
  }
}
#mySettings .tab-content .no-files {
  line-height: 46px;
}
#avatar label {
  line-height: 25px !important;
}
#avatar-upload {
  font-size: 14px;
  color: #979797;
}
.social-connect .title {
  float: left;
  margin-right: 65px;
  line-height: 37px;
}
@media (max-width: 767px) {
  .social-connect .title {
    float: none;
    margin: 0;
  }
}
.social-connect {
  overflow: hidden;
  margin-top: 15px;
  margin-left: -30px;
  padding: 30px;
  background: #d8d8d8;
}
.social-connect h4 {
  font-size: 14px;
  font-weight: bold;
  color: #8b8b8b;
}
.social-connect .social-icon {
  float: left;
  margin-right: 10px;
  opacity: 1;
}
.loginSocial {
  float: left;
  width: 420px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .loginSocial {
    width: auto;
    float: none;
  }
}
.social-connect span {
  display: block;
  overflow: hidden;
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
  color: #8b8b8b;
}
.social-connect span h4 {
  display: block;
  margin: 7px 0 2px;
}
.social-connect span small {
  font-size: 12px;
  font-weight: lighter;
  color: #8b8b8b;
}
.social-connect span a {
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  font-weight: lighter;
  color: #8b8b8b;
}
.my-settings .gravatar {
  display: block;
  clear: both;
  margin: 0 0 15px;
}
#twitter-connect {
  margin: 0;
}
#twitter-connect a {
  text-decoration: underline;
}
#notifications dd {
  margin: 0 0 30px;
  font-size: 14px;
  color: #979797;
  line-height: 28px;
}
#profile-settings button {
  margin: 25px 0;
}
.notification,
.wpcf7-response-output {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  padding: 18px 0;
}
.wpcf7-response-output {
  padding: 30px 10px !important;
}
.jumbotron .notification p {
  font-size: 12px;
  margin: 0;
}
.jumbotron .notification label {
  margin: 0;
}
.notification.error,
.wpcf7-response-output.wpcf7-validation-errors {
  background: #e35c46;
  border: none;
}
.notification.succes,
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #a7c82b;
  border: none;
}
.notification.modal {
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.notification.modal label.error {
  color: #FFF !important;
  margin: 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
#resetPassword button:hover {
  background: #a7c82b;
}
input[type=checkbox] {
  visibility: hidden;
}
.styledCheckbox {
  position: relative;
  float: left;
  height: 28px;
  width: 28px;
  margin-right: 20px;
  background: #ffffff;
  box-shadow: 2px 3px 0 #e0e0e0;
}
.styledCheckbox label {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.styledCheckbox label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  height: 5px;
  width: 9px;
  opacity: 0;
  background: transparent;
  border: 3px solid #b8d000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.styledCheckbox label:hover::after {
  opacity: 0.3;
}
.styledCheckbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.social-icon {
  display: inline-block;
  height: 65px;
  width: 65px;
  margin-right: 5px;
  background: url('images/social-sprite.png') no-repeat;
  background-size: auto 65px;
  text-indent: -999em;
  transition: .2s opacity;
}
.social-icon:hover {
  opacity: .8;
}
#tab-menu {
  float: left;
  width: 180px;
  padding: 30px 0;
}
#tab-menu li {
  padding: 10px 15px;
  cursor: pointer;
  color: #7e7e7e;
}
#tab-menu li i {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  opacity: 0.25;
  background: url('images/profile.png') no-repeat 0 -17px;
}
#tab-menu li.active {
  background: #d4d4d4;
  font-weight: bold;
}
#tab-menu li.active i {
  opacity: 1;
}
#tab-menu li:first-child i {
  background-position: top center;
}
li#notifications-button i {
  background-position: 0 -32px;
}
#tab-menu li:last-child i {
  background-position: 0 -48px;
}
body {
  position: relative;
}
body.overflow {
  overflow: hidden !important;
}
.entry-text {
  clear: both;
  margin-top: 15px;
}
#fh_gallery_preview {
  width: 50%;
  margin: 8px 0px 15px 15px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transition: all ease .2s;
  clear: both;
  float: right;
}
@media (max-width: 760px) {
  #fh_gallery_preview {
    width: 100%;
    float: none;
    margin: 20px 0px;
  }
}
#fh_gallery_preview img {
  width: 33% !important;
  height: auto !important;
  display: inline !important;
  margin: 0px !important;
}
#fh_gallery_preview img:nth-child(4) {
  width: 34% !important;
}
#fh_gallery_preview img:first-child {
  width: 100% !important;
  display: block !important;
}
#fh_gallery_preview .gallery_count {
  color: #0a0a0a;
  position: absolute;
  bottom: 0px;
  width: 200px;
  left: 0px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
  transition: all ease .2s;
  margin: auto;
  right: 0;
  top: 0;
  height: 200px;
  border-radius: 100px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#fh_gallery_preview .gallery_count .overlay_text {
  padding: 75px 1px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 200px;
  height: 47px;
  top: 0;
  bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#fh_gallery_preview .gallery_count .overlay_text .open {
  font-size: 23px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#fh_gallery_preview .gallery_count .overlay_text .photos {
  width: 100%;
  display: block;
  font-size: 17px;
}
#fh_gallery_preview:hover {
  transition: all ease 0.2s;
}
#fh_gallery_preview:hover .gallery_count {
  transition: all ease .2s;
  background: rgba(255, 255, 255, 0.9);
}
#fh_gallery_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -10;
}
#fh_gallery_overlay.active {
  visibility: visible;
  z-index: 999999;
}
#fh_gallery_overlay.display_gallery {
  visibility: visible !important;
  display: block;
  z-index: 999999 !important;
}
#fh_gallery_overlay #on_load_spin {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  left: 0;
  right: 0;
  font-size: 50px;
  height: 50px;
  padding: 0px;
  color: #cccccc;
}
#fh_gallery_wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
}
#fh_gallery_wrap.active {
  visibility: visible;
}
#fh_gallery_wrap.display_gallery {
  visibility: visible !important;
  display: block;
}
#fh_gallery_wrap #fh_gallery {
  position: fixed;
  width: 95%;
  height: 100vh;
  background: #000;
  top: 2.5%;
  left: 0;
  z-index: 999999;
  margin: 0 auto;
  right: 0;
  bottom: 0;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery {
    height: 100vh !important;
  }
}
#fh_gallery_wrap #fh_gallery #fh_mobile_list_close {
  position: absolute;
  right: -4px;
  top: -8px;
  background: #f7f7f7;
  padding: 3px 6px;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 99999;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: none;
  cursor: pointer;
}
#fh_gallery_wrap #fh_gallery #fh_mobile_list_close:hover {
  color: #000000;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_mobile_list_close {
    display: block;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider {
  float: left;
  width: 70%;
  height: 100%;
  position: relative;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider {
    width: 100%;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain {
  position: relative;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  opacity: 0;
  transition: ease all 0.2s;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc {
    position: static;
    opacity: 1;
    background: #000000;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc p {
  font-size: 16px;
  float: left;
  margin-top: 14px !important;
  margin-left: 10px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc .fh_slider_desc_inner {
  padding: 5px 10px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc .fh_slider_desc_inner:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc .fh_slider_desc_inner p {
    display: none;
    padding: 10px 10px;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc .fh_slider_desc_inner .mobile_list_contain {
  float: left;
  font-size: 25px;
  margin-top: 4px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc .fh_slider_desc_inner .mobile_list_contain span {
  cursor: pointer;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc .fh_slider_desc_inner .mobile_list_contain span:hover {
  color: #ffffff;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc .fh_slider_desc_inner .mobile_list_contain .fa {
  margin-left: 7px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc .fh_slider_desc_inner .mobile_list_contain .fa-th {
  margin-left: 20px;
  vertical-align: middle;
}
@media (min-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc .fh_slider_desc_inner .mobile_list_contain {
    display: none;
  }
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc .fh_slider_desc_inner .mobile_list_contain {
    display: block;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc .fh_slider_desc_inner #fh_gallery_social {
  float: right;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul {
  list-style-type: none;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li {
  display: inline;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li a {
  color: #fff;
  float: left;
  margin-left: 9px;
  font-size: 23px;
  width: 40px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 7px 0px;
  position: relative;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li a {
    width: 30px;
    padding: 3px 0px;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li a:hover:before {
  background: #f7f7f7;
  background-image: linear-gradient(to bottom, #ffffff 0, #f7f7f7 100%);
  position: absolute;
  font-size: 11px;
  color: #000;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 8px 6px 8px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li a:hover:before {
    display: none;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li a:hover:after {
  content: '';
  position: absolute;
  border-top: 8px solid #f7f7f7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li a:hover:after {
    display: none;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.facebook a {
  background: #3b5998;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.facebook a:hover:before {
  content: "Share on Facebook";
  top: -40px;
  left: -14px;
  width: 48px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.facebook a:hover:after {
  top: -10px;
  left: 12px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.twitter a {
  background: #4099ff;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.twitter a:hover:before {
  content: "Share on Twitter";
  top: -40px;
  left: -14px;
  width: 48px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.twitter a:hover:after {
  top: -10px;
  left: 12px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.pinterest a {
  background: #cb2027;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.pinterest a:hover:before {
  content: "Pin It";
  top: -29px;
  left: -10px;
  font-size: 11px;
  width: 38px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.pinterest a:hover:after {
  top: -10px;
  left: 12px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.google-plus a {
  background: #dd4b39;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.google-plus a {
    display: none;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.google-plus a:hover:before {
  content: "Share on Google+";
  top: -40px;
  left: -14px;
  font-size: 11px;
  width: 48px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.google-plus a:hover:after {
  top: -10px;
  left: 12px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.stumbleupon a {
  background: #eb4823;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.stumbleupon a {
    display: none;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.stumbleupon a:hover:before {
  content: "Share on StumbleUpon";
  top: -40px;
  left: -22px;
  font-size: 11px;
  width: 64px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.stumbleupon a:hover:after {
  top: -10px;
  left: 12px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.freshome a {
  background: #fff;
  padding: 6px 0px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.freshome a img {
  width: 19px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.freshome a:hover:before {
  content: "Collect on Freshome";
  top: -40px;
  left: -22px;
  font-size: 11px;
  width: 64px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.freshome a:hover:after {
  top: -10px;
  left: 12px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.mail a {
  background: #777777;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.mail a:hover:before {
  content: "Share via Email";
  top: -40px;
  left: -22px;
  font-size: 11px;
  width: 64px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain .fh_slider_desc #fh_gallery_social ul li.mail a:hover:after {
  top: -10px;
  left: 12px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain:hover .fh_slider_desc {
  opacity: 1;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner {
  width: 100%;
  margin: 0 auto;
  transition: ease all 0.2s;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  color: #ccc;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: ease all 0.2s;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc.mobile_tap {
    opacity: 0 !important;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc .fh_slider_item_title {
  padding: 10px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc .fh_slider_item_title:after {
  content: "";
  display: table;
  clear: both;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc h6 {
  float: left;
  margin-right: 7px;
  font-size: 16px;
  font-weight: bold;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc p {
  float: left;
  margin-top: 2px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc span {
  float: right;
  margin-top: 2px;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc span {
    display: none;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc span a {
  color: #cccccc;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc span a:hover {
  color: #ffffff;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_item_desc span a i {
  margin-left: 4px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner:hover .fh_slider_item_desc {
  opacity: 1;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-prev {
  position: absolute;
  left: 0;
  top: 5%;
  text-indent: -9999999px;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 30%;
  height: 100vh;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-prev {
    display: none !important;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-prev:focus {
  outline: none;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-prev:before {
  content: '';
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transform-style: preserve-3d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #cccccc;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-prev:before {
    display: none;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-prev:hover:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #ffffff;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-next {
  position: absolute;
  right: 12px;
  top: 5%;
  text-indent: -9999999px;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 30%;
  height: 100vh;
}
@media (max-width: 1279px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-next {
    width: 50px;
  }
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-next {
    display: none !important;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-next:focus {
  outline: none;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-next:before {
  content: '';
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transform-style: preserve-3d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #ccc;
  border-top: 2px solid #cccccc;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-next:before {
    display: none;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .slick-next:hover:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #ffffff;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner:hover .slick-prev {
  opacity: 1;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner:hover .slick-prev:before {
  opacity: 1;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner:hover .slick-next {
  opacity: 1;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner:hover .slick-next:before {
  opacity: 1;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_contain {
  background: #000;
  position: relative;
  height: 100vh;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_contain {
    height: 100vh;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_contain img {
  margin: auto auto !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 95%;
  max-height: 95vh !important;
  height: auto;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_contain img {
    max-height: 85vh !important;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_slider #fh_slider_inner_contain #fh_slider_inner .fh_slider_contain.height_img {
  width: auto !important;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar {
  float: left;
  width: 30%;
  height: 100%;
  background: #f7f7f7;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_sidebar {
    display: none;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar .logo {
  width: 140px;
  position: absolute;
  bottom: 5px;
  right: 8px;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_sidebar .logo {
    display: none;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar .ad {
  width: 100%;
  max-width: 250px;
  position: absolute;
  bottom: 50px;
  right: 40px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #gallery_sidebar_top {
  right: 5px;
  top: 5px;
  right: 10px;
  font-size: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #gallery_sidebar_top .fa-expand {
  display: none;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #gallery_sidebar_top:after {
  content: "";
  display: table;
  clear: both;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #gallery_sidebar_top div {
  display: inline-block;
  padding: 5px;
  float: right;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #gallery_sidebar_top #fh_close {
  cursor: pointer;
  padding-right: 8px !important;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #gallery_sidebar_top #fh_close {
    position: fixed;
    top: 5px;
    right: 5px;
    font-size: 26px;
    color: #777;
    background: #fff;
    border-radius: 50px;
    width: 24px;
    text-align: right;
    height: 29px;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #gallery_sidebar_top #fh_close:hover i {
  color: #000000;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain {
  overflow: hidden;
  position: relative;
  height: 150px;
  background: #eee;
  border: 1px solid transparent;
  background: #eeeeee;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain img {
  margin: 0 auto;
  opacity: .4 !important;
  height: 150px;
  width: auto;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain .slick-center {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain .slick-center img {
  opacity: 1 !important;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999999px;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  width: 46px;
  height: 100%;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain .slick-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain .slick-prev:focus {
  outline: none;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain .slick-prev:before {
  content: '';
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: 40%;
  left: 12px;
  opacity: 1;
  transform-style: preserve-3d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #ffffff;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain .slick-next {
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999999px;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  width: 46px;
  height: 100%;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain .slick-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain .slick-next:focus {
  outline: none;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_slider_nav_contain .slick-next:before {
  content: '';
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: 40%;
  left: 0px;
  opacity: 1;
  transform-style: preserve-3d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #ffffff;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_thumb_products {
  font-size: 17px;
  position: relative;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_thumb_products .fa {
  margin-right: 4px;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_thumb_products div {
  display: inline-block;
  padding: 20px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_thumb_products div {
    padding: 10px 20px;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_thumb_products div:hover {
  color: #000000;
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_thumb_products #div-gpt-ad-1430499611291-0 {
  padding: 0px !important;
  margin: 0 auto;
  padding: 0px;
  max-width: 336px;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
}
@media (max-width: 1200px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_thumb_products #div-gpt-ad-1430499611291-0 {
    max-width: 300px;
  }
}
@media (max-width: 1000px) {
  #fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_thumb_products #div-gpt-ad-1430499611291-0 {
    max-width: 200px;
  }
}
#fh_gallery_wrap #fh_gallery #fh_gallery_sidebar #fh_thumb_products #div-gpt-ad-1430499611291-0 div {
  padding: 0px !important;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9;
  overflow-y: auto;
  display: none;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents #fh_list_ajax {
  position: absolute;
  top: 45%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto auto;
  font-size: 50px;
  width: 50px;
  color: #ffffff;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents #fh_list_close {
  position: absolute;
  right: 14px;
  top: 10px;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_list_contents #fh_list_close {
    left: 9px;
    top: 5px;
    font-size: 25px;
  }
}
#fh_gallery_wrap #fh_gallery #fh_list_contents #fh_list_close:hover {
  color: #ffffff;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents #fh_gallery_slider_response {
  padding: 30px;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_list_contents #fh_gallery_slider_response {
    padding-top: 45px;
  }
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail {
  display: inline-block;
  position: relative;
  margin: 0px 7px 7px 0px;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail {
    margin-right: 0px;
  }
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail img {
  height: 200px;
  width: auto;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail img {
    width: 100%;
    height: auto;
  }
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all ease 0.2s;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye .fa-eye {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 16px;
  font-size: 22px;
  opacity: 0;
  color: #fff;
  transition: all ease 0.2s;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye .product_name {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  color: #fff;
  transition: all ease 0.2s;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye .product_name {
    top: 45%;
    opacity: 1;
    font-size: 27px;
  }
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye .product_name:hover {
  text-decoration: underline;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye .buy_now {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
  opacity: 0;
  color: #fff;
  text-align: center;
  transition: all ease 0.2s;
}
@media (max-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye .buy_now {
    bottom: 14%;
    opacity: 1;
  }
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye .buy_now span {
  background: #7aad4c;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  border-radius: 4px;
}
@media (min-width: 760px) {
  #fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye:hover {
    background: rgba(0, 0, 0, 0.4);
  }
  #fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye:hover .fa-eye {
    top: 45%;
    opacity: 1;
    transition: all ease 0.2s;
  }
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye:hover .product_name {
  top: 45%;
  opacity: 1;
  transition: all ease 0.2s;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_eye:hover .buy_now {
  bottom: 14%;
  opacity: 1;
  transition: all ease 0.2s;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_product {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all ease 0.2s;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_product .product_name {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  color: #fff;
  transition: all ease 0.2s;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_product .buy_now {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
  opacity: 0;
  color: #fff;
  text-align: center;
  transition: all ease 0.2s;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_product .buy_now span {
  background: #7aad4c;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  border-radius: 4px;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_product:hover {
  background: rgba(0, 0, 0, 0.4);
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_product:hover .product_name {
  top: 45%;
  opacity: 1;
  transition: all ease 0.2s;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_thumbnail .fh_gallery_product:hover .buy_now {
  bottom: 14%;
  opacity: 1;
  transition: all ease 0.2s;
}
#fh_gallery_wrap #fh_gallery #fh_list_contents .fh_sponsored {
  margin-bottom: 10px;
  margin-top: -10px;
  color: #808080;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}
.map-wrap {
  position: relative;
  padding-right: 400px;
}
@media (max-width: 767px) {
  .map-wrap {
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .map-wrap {
    padding-right: 475px;
  }
}
.map-nav-wrap {
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background: #fff;
  z-index: 1;
  overflow-y: auto;
  border-left: 1px solid #E6E6E6;
}
@media (max-width: 767px) {
  .map-nav-wrap {
    display: none;
  }
}
@media (min-width: 1280px) {
  .map-nav-wrap {
    width: 475px;
  }
}
.map-nav-title {
  font-size: 15px;
  line-height: 25px;
  color: #353535;
  padding: 10px 20px;
  display: block;
  margin: 0 0 10px;
}
.map-nav-list {
  margin: 0 0 12px;
  counter-reset: list;
}
.map-nav-item {
  cursor: pointer;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}
.map-nav-item:before {
  height: 32px;
  line-height: 32px;
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin: -16px 0 0;
  color: #ABADB5;
  font-family: 'gotham_mediumregular';
}
.map-nav-item.active {
  background: #FDFDFD;
}
.map-nav-item.active .map-nav-item-inner {
  border-left: 4px solid #80c036;
}
.map-nav-item-inner {
  padding: 15px 12px 15px 32px;
  display: block;
  border-left: 4px solid transparent;
}
.map-nav-item-title,
.map-nav-item-location {
  display: block;
  line-height: 18px;
}
.map-nav-item-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #353535;
  margin: 0 0 5px;
  font-weight: bold;
}
.map-nav-item-location {
  font-size: 12px;
  color: #ABADB5;
}
.map-nav-for {
  padding: 15px 12px 15px 85px;
  background: #FDFDFD;
  position: relative;
}
.map-nav-for-title {
  color: #ABADB5;
  font-size: 14px;
  display: block;
  padding: 0 12px 0 0;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 12px;
  margin: -16px 0 0;
}
.map-nav-for-list {
  display: block;
  margin: 0;
}
.map-nav-for-list > li > a {
  width: 40px;
  height: 32px;
  padding: 8px;
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  border: 1px solid #E6E6E6;
  text-align: center;
}
.map-nav-for-list > li > a:before {
  width: 24px;
  height: 24px;
  content: "&nbsp;";
  color: transparent;
  display: inline-block;
}
.map-nav-for-list > li > a.ico-business:before,
.map-nav-for-list > li > a.ico-student:before,
.map-nav-for-list > li > a.ico-invalid:before,
.map-nav-for-list > li > a.ico-art:before {
  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;
  transform: translate(0, 0);
  color: #ABADB5;
}
.map-nav-for-list > li > a.ico-business:hover:before,
.map-nav-for-list > li > a.ico-student:hover:before,
.map-nav-for-list > li > a.ico-invalid:hover:before,
.map-nav-for-list > li > a.ico-art:hover:before,
.map-nav-for-list > li > a.ico-business:focus:before,
.map-nav-for-list > li > a.ico-student:focus:before,
.map-nav-for-list > li > a.ico-invalid:focus:before,
.map-nav-for-list > li > a.ico-art:focus:before,
.map-nav-for-list > li > a.ico-business:active:before,
.map-nav-for-list > li > a.ico-student:active:before,
.map-nav-for-list > li > a.ico-invalid:active:before,
.map-nav-for-list > li > a.ico-art:active:before {
  color: #353535;
}
.map-nav-for-list > li > a.ico-children:before,
.map-nav-for-list > li > a.ico-animal:before,
.map-nav-for-list > li > a.ico-price:before,
.map-nav-for-list > li > a.ico-family:before {
  background-image: url("images/map-info-sprite.png");
  background-repeat: no-repeat;
}
.map-nav-for-list > li > a.ico-business:before {
  content: "\f0b1";
}
.map-nav-for-list > li > a.ico-children:before {
  background-position: -24px 0;
}
.map-nav-for-list > li > a.ico-children:hover:before,
.map-nav-for-list > li > a.ico-children:focus:before,
.map-nav-for-list > li > a.ico-children:active:before {
  background-position: 0 -24px;
}
.map-nav-for-list > li > a.ico-student:before {
  content: "\f19d";
}
.map-nav-for-list > li > a.ico-animal:before {
  background-position: 0 0;
}
.map-nav-for-list > li > a.ico-animal:hover:before,
.map-nav-for-list > li > a.ico-animal:focus:before,
.map-nav-for-list > li > a.ico-animal:active:before {
  background-position: -24px -24px;
}
.map-nav-for-list > li > a.ico-invalid:before {
  content: "\f193";
}
.map-nav-for-list > li > a.ico-price:before {
  background-position: -70px 0;
}
.map-nav-for-list > li > a.ico-price:hover:before,
.map-nav-for-list > li > a.ico-price:focus:before,
.map-nav-for-list > li > a.ico-price:active:before {
  background-position: -46px -24px;
}
.map-nav-for-list > li > a.ico-art:before {
  content: "\f1fc";
}
.map-nav-for-list > li > a.ico-family:before {
  background-position: -48px 0;
}
.map-nav-for-list > li > a.ico-family:hover:before,
.map-nav-for-list > li > a.ico-family:focus:before,
.map-nav-for-list > li > a.ico-family:active:before {
  background-position: -72px -24px;
}
.map-nav-for-list > li.active > a.ico-business:before,
.map-nav-for-list > li.active > a.ico-student:before,
.map-nav-for-list > li.active > a.ico-invalid:before,
.map-nav-for-list > li.active > a.ico-art:before {
  color: #353535;
}
.map-nav-for-list > li.active > a.ico-children:before {
  background-position: 0 -24px;
}
.map-nav-for-list > li.active > a.ico-animal:before {
  background-position: -24px -24px;
}
.map-nav-for-list > li.active > a.ico-price:before {
  background-position: -46px -24px;
}
.map-nav-for-list > li.active > a.ico-family:before {
  background-position: -72px -24px;
}
.map-item {
  width: 520px;
}
.map-item-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: #fff;
  color: #000;
  cursor: pointer;
  text-align: center;
}
.map-item-aside,
.map-item-content {
  position: relative;
  height: 260px;
}
.map-item-aside {
  padding: 0;
  background: #fff;
}
.map-item-list {
  color: #fff;
  margin: 0 0 20px;
}
.map-item-list .fa {
  width: 20px;
}
.map-item-carousel {
  width: 260px;
  height: 155px;
}
.map-item-carousel .carousel-control {
  background: transparent;
}
.map-item-carousel .carousel-control .fa {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  display: block;
  position: absolute;
  top: 50%;
  margin: -15px 0 0;
}
.map-item-carousel .carousel-control .fa.fa-angle-left {
  left: 15px;
}
.map-item-carousel .carousel-control .fa.fa-angle-right {
  right: 15px;
}
.map-item-inner {
  padding: 20px;
}
.map-item-title,
.map-item-count,
.map-item-price {
  display: block;
  line-height: 18px;
}
.map-item-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #353535;
  margin: 0 0 5px;
  font-weight: bold;
}
.map-item-count {
  font-size: 13px;
  margin: 0 0 5px;
  color: #80c036;
}
.map-item-price {
  font-size: 12px;
  line-height: 16px;
}
.map-item-price b {
  font-weight: bold;
}
.map-item-content {
  background: #191919;
  padding: 25px 20px;
}
.map-item-content p {
  max-height: 98px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  margin: 0 0 22px;
}
.map-item-more {
  color: #80c036;
  font-size: 12px;
  line-height: 12px;
}
.map-item-more:hover,
.map-item-more:focus,
.map-item-more:active {
  color: #99d059;
  text-decoration: none;
}
.map-item-info,
.map-nav-item-info {
  margin: 0;
}
.map-item-info > li,
.map-nav-item-info > li {
  width: 40px;
  height: 32px;
  padding: 8px;
  line-height: 16px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.map-item-info > li:before,
.map-nav-item-info > li:before {
  width: 24px;
  height: 24px;
  content: "&nbsp;";
  color: transparent;
  display: inline-block;
}
.map-item-info > li.ico-business:before,
.map-nav-item-info > li.ico-business:before,
.map-item-info > li.ico-student:before,
.map-nav-item-info > li.ico-student:before,
.map-item-info > li.ico-invalid:before,
.map-nav-item-info > li.ico-invalid:before,
.map-item-info > li.ico-price:before,
.map-nav-item-info > li.ico-price:before,
.map-item-info > li.ico-art:before,
.map-nav-item-info > li.ico-art:before {
  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;
  transform: translate(0, 0);
  color: #ABADB5;
}
.map-item-info > li.ico-children:before,
.map-nav-item-info > li.ico-children:before,
.map-item-info > li.ico-animal:before,
.map-nav-item-info > li.ico-animal:before,
.map-item-info > li.ico-family:before,
.map-nav-item-info > li.ico-family:before {
  background-image: url("images/map-info-sprite.png");
  background-repeat: no-repeat;
}
.map-item-info > li.ico-business:before,
.map-nav-item-info > li.ico-business:before {
  content: "\f0b1";
}
.map-item-info > li.ico-children:before,
.map-nav-item-info > li.ico-children:before {
  background-position: -24px 0;
}
.map-item-info > li.ico-student:before,
.map-nav-item-info > li.ico-student:before {
  content: "\f19d";
}
.map-item-info > li.ico-animal:before,
.map-nav-item-info > li.ico-animal:before {
  background-position: 0 0;
}
.map-item-info > li.ico-invalid:before,
.map-nav-item-info > li.ico-invalid:before {
  content: "\f193";
}
.map-item-info > li.ico-price:before,
.map-nav-item-info > li.ico-price:before {
  content: "\f155" "\f155" "\f155";
}
.map-item-info > li.ico-art:before,
.map-nav-item-info > li.ico-art:before {
  content: "\f1fc";
}
.map-item-info > li.ico-family:before,
.map-nav-item-info > li.ico-family:before {
  background-position: -48px 0;
}
.map-content {
  padding: 10px 25px;
  border: 1px solid #ECECEC;
  margin: 30px 0;
}
.map-content-header {
  padding: 30px 0;
  margin: 0 0 5px;
}
.map-content-title,
.map-content-location,
.map-content-price {
  line-height: 32px;
}
.map-content-title {
  font-size: 20px;
  color: #393939;
  margin: 0 20px 0 0;
  font-family: 'gotham_mediumregular';
}
.map-content-location {
  color: #FF5A5A;
}
.map-content-price {
  display: block;
  color: #fff;
  background: #2D2D2D;
  font-size: 16px;
  padding: 0 8px;
  font-family: 'gotham_mediumregular';
}
.map-content-inner p {
  font-size: 14px;
  line-height: 22px;
  color: #4A4A4A;
  margin: 0 0 5px;
}
.map-content-img img {
  width: 100%;
  display: block;
  margin: 0;
}
.map-content-info {
  padding: 25px 0;
  margin: 0 !important;
}
.map-content-info > li {
  padding: 0 !important;
  margin: 0 22px 0 0 !important;
  font-size: 14px;
}
.map-content-info > li:before {
  display: none !important;
}
.map-content-footer {
  padding: 15px 0;
}
.map-content-more:hover,
.map-content-more:focus,
.map-content-more:active {
  text-decoration: none;
  color: #FF5A5A;
  border-color: #FF5A5A;
}
.gm-style > div:first-child > div + div > div:last-child > div * {
  overflow: hidden !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: transparent !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  margin-left: -30px;
  margin-top: -20px;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child,
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  width: 30px !important;
  height: 30px !important;
  right: 38px !important;
  top: 9px !important;
  position: absolute;
  z-index: 2;
}
.store-header {
  margin: 0 0 35px;
}
.store-title {
  margin: 0 0 20px;
}
.store-content,
.store-subcontent {
  color: #4A4A4A;
  margin: 0;
  line-height: 26px;
}
.store-content {
  font-size: 18px;
}
.store-subcontent {
  font-size: 16px;
}
.store-category-list {
  margin: 0 0 50px;
}
.store-category-item {
  display: block;
  min-height: 300px;
  padding: 20px 20px 50px;
  position: relative;
  border: 1px solid #E6E6E6;
  margin: 0 0 19px;
}
.store-category-item:hover,
.store-category-item:focus,
.store-category-item:active {
  border-color: #80c036;
}
.store-category-item .table {
  width: 100%;
  height: 100%;
}
.store-category-item .table-cell {
  text-align: center;
  vertical-align: middle;
}
.store-category-item-img {
  max-width: 100%;
}
.store-category-item-title {
  display: block;
  position: absolute;
  line-height: 21px;
  padding: 2px 0;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 25px;
  font-size: 18px;
  color: #353535;
}
@media (min-width: 992px) {
  .store-category-item {
    height: 314px;
  }
  .store-category-item-title {
    bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .store-category-item {
    height: 300px;
  }
  .store-category-item-title {
    bottom: 20px;
  }
}
.store-category-bottom {
  font-size: 14px;
  color: #4A4A4A;
  line-height: 22px;
  padding: 30px 0 0;
  font-family: 'gotham_bookregular';
}
.store-list {
  text-align: center;
}
.store-item {
  border: 1px solid #E6E6E6;
  position: relative;
  padding: 20px 20px 50px;
  margin: 0 0 19px;
  min-height: 300px;
  display: block;
}
@media (min-width: 768px) {
  .store-item {
    height: 340px;
  }
}
@media (min-width: 1280px) {
  .store-item {
    height: 385px;
  }
}
.store-item .table {
  width: 100%;
  height: 100%;
}
.store-item .table-cell {
  vertical-align: middle;
  text-align: center;
}
.store-item-price,
.store-item-title {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.store-item-price {
  background: #80c036;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  font-size: 17px;
  font-family: 'gotham_mediumregular';
}
.store-item-title {
  color: #353535;
  font-size: 16px;
  line-height: 20px;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: -70px 0 0;
  padding: 0 30px;
}
.store-item-hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  padding: 20px 20px 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.store-item-hidden:hover,
.store-item-hidden:focus,
.store-item-hidden:active {
  text-decoration: none;
}
.store-item-hidden .table {
  width: 100%;
  height: 100%;
}
.store-item-hidden .table-cell {
  text-align: center;
  vertical-align: middle;
}
.store-item-hidden-title,
.store-item-hidden-author {
  display: block;
}
.store-item-hidden-title {
  font-size: 18px;
  color: #353535;
  cursor: pointer;
}
.store-item-hidden-author {
  font-size: 14px;
  color: #ABADB5;
  padding: 20px 0 0;
}
.store-item-hidden-price {
  position: absolute;
  z-index: 2;
  font-size: 16px;
  line-height: 20px;
  color: #80c036;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  top: 100%;
  margin: -70px 0 0;
}
.store-item-like {
  text-align: center;
  position: absolute;
  z-index: 2;
  color: #FFBCC5;
  cursor: pointer;
  top: 15px;
  right: 15px;
}
@media (min-width: 1280px) {
  .store-item-like {
    top: 25px;
    right: 25px;
  }
}
.store-item-like:hover,
.store-item-like:focus,
.store-item-like:active {
  color: #ff7083;
}
.store-item-like-ico,
.store-item-like-count {
  display: block;
}
.store-item-like-ico {
  font-size: 26px;
}
.store-item-like-count {
  font-size: 12px;
}
.store-item-count {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 5;
  padding: 20px;
  font-size: 18px;
  line-height: 30px;
  display: block;
  color: #343434;
  cursor: pointer;
  text-align: right;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.store-item-count:before {
  width: 12px;
  height: 14px;
  display: inline-block;
  margin: 0 5px 0 0;
  content: "";
  background: url("images/leaf-ico-dark.png") 0 0 no-repeat;
}
.store-item-count:hover,
.store-item-count:focus,
.store-item-count:active {
  text-decoration: none;
  color: #343434;
}
.store-item-count.active {
  color: #80c036;
}
.store-item-count.active:before {
  background: url("images/leaf-ico.png") 0 0 no-repeat;
}
.store-item:hover .store-item-title,
.store-item:focus .store-item-title,
.store-item:active .store-item-title,
.store-item:hover .store-item-price,
.store-item:focus .store-item-price,
.store-item:active .store-item-price {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.store-item:hover .store-item-hidden,
.store-item:focus .store-item-hidden,
.store-item:active .store-item-hidden,
.store-item:hover .store-item-count,
.store-item:focus .store-item-count,
.store-item:active .store-item-count {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.store-footer {
  padding: 80px 0;
  text-align: center;
}
.store-more {
  margin: 80px 0;
  color: #9B9B9B;
  cursor: pointer;
  display: inline-block;
}
.store-more:before {
  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;
  transform: translate(0, 0);
  content: "\f021";
  font-size: 20px;
  display: block;
}
.store-more:hover,
.store-more:focus,
.store-more:active {
  color: #80c036;
}
.store-more.loading {
  color: #80c036;
}
.store-more.loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.store-filter {
  padding: 6px 0;
  margin: 0 0 10px;
}
.store-filter > li {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .store-filter .btn {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .store-filter {
    text-align: right;
  }
  .store-filter .btn {
    margin-left: 10px;
  }
}
.store-filter .btn {
  min-width: 80px;
}
.store-filter .btn.active,
.store-filter .btn.asc,
.store-filter .btn.desc {
  color: #80c036;
  border-color: #80c036;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.store-filter .btn.active:before,
.store-filter .btn.asc:before,
.store-filter .btn.desc:before {
  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;
  transform: translate(0, 0);
  font-size: 16px;
  margin-right: 8px;
}
.store-filter .btn.asc:before {
  content: "\f107";
}
.store-filter .btn.desc:before {
  content: "\f106";
}
.store-page-main {
  padding: 0 0 30px;
}
@media (max-width: 991px) {
  .store-page-img {
    margin: 0 0 50px;
  }
}
.store-page-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.store-page-title {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 36px;
  color: #353535;
}
.store-page-desc p {
  font-size: 16px;
  color: #2A292B  ;
  line-height: 24px;
  margin: 0 0 20px;
  font-family: 'gotham_bookregular';
}
.store-page-info {
  margin: 0 0 30px;
}
.store-page-info .info-list {
  display: inline-block;
}
.store-page-author {
  color: #6A6A6A;
  font-size: 16px;
}
.store-page-related-wrap {
  padding: 70px 0;
}
.store-page-related-header {
  margin: 0 0 30px;
}
.store-page-related-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #4A4A4A;
}
.store-page-related-item {
  text-align: center;
}
@media (max-width: 991px) {
  .store-page-related-item {
    margin-bottom: 25px;
  }
}
.store-page-related-item-img {
  padding: 30px;
  display: block;
  position: relative;
  border: 1px solid #E6E6E6;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .store-page-related-item-img {
    height: 289px;
  }
}
@media (min-width: 992px) {
  .store-page-related-item-img {
    height: 159px;
  }
}
@media (min-width: 1280px) {
  .store-page-related-item-img {
    height: 239px;
  }
}
.store-page-related-item-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.store-page-related-item-img .table {
  width: 100%;
  height: 100%;
}
.store-page-related-item-img .table-cell {
  text-align: center;
  vertical-align: middle;
}
.store-page-related-item-price {
  top: 0;
  right: 0;
  background: #444;
  color: #fff;
  display: block;
  z-index: 1;
  font-size: 14px;
  line-height: 14px;
  padding: 8px;
  position: absolute;
}
.store-page-related-item-title {
  color: #353535;
  font-size: 14px;
  line-height: 20px;
}
.store-page-related-item-title:hover,
.store-page-related-item-title:focus,
.store-page-related-item-title:active {
  color: #80c036;
  text-decoration: none;
}
.store-page-btn,
.store-page-leaf {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.store-page-btn {
  margin-right: 15px;
  padding: 15px 18px;
}
.store-page-leaf {
  background: #fff;
  color: #80c036;
  padding: 14px 18px;
  border: 1px solid #80c036 !important;
}
.store-page-leaf:before {
  width: 14px;
  height: 16px;
  display: inline-block;
  content: "";
  margin: 0 6px -3px 0;
  background: url("images/leaf-ico.png") 0 0 no-repeat;
}
.store-page-leaf:hover,
.store-page-leaf:focus,
.store-page-leaf:active {
  background: #fff;
  color: #65982b;
  border-color: #65982b;
}
.store-page-leaf.active {
  color: #fff;
  background: #80c036;
  cursor: default;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.store-page-leaf.active:before {
  background: url("images/leaf-ico-active.png") 0 0 no-repeat;
}
.store-featured-wrap {
  margin: 0 0 60px;
}
.store-featured-aside {
  border: 1px solid #F0F0F0;
  position: relative;
  display: block;
}
.store-featured-aside:hover,
.store-featured-aside:focus,
.store-featured-aside:active {
  text-decoration: none;
}
.store-featured-aside:hover .store-featured-title,
.store-featured-aside:focus .store-featured-title,
.store-featured-aside:active .store-featured-title {
  color: #80c036;
}
@media (max-width: 991px) {
  .store-featured-aside {
    padding: 50px 0 80px;
  }
}
.store-featured-aside .table {
  width: 100%;
  height: 100%;
}
.store-featured-aside .table-cell {
  text-align: center;
  vertical-align: middle;
}
.store-featured-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #80c036;
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  display: block;
}
.store-featured-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.store-featured-title {
  color: #BAB7B7;
  line-height: 30px;
  font-size: 18px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .store-featured-title {
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .store-featured-title {
    bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .store-featured-title {
    bottom: 30px;
  }
}
.store-featured-main {
  background: url("images/score-categories-featured.jpg") 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 991px) {
  .store-featured-main {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .store-featured-main {
    padding: 50px 50px;
  }
}
@media (min-width: 1280px) {
  .store-featured-main {
    padding: 70px 90px;
  }
}
.store-featured-main-title {
  color: #fff;
  text-transform: none;
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 38px;
  position: relative;
  padding-top: 60px;
  font-family: 'gotham_boldregular';
}
.store-featured-main-title:before {
  width: 52px;
  height: 56px;
  display: block;
  position: absolute;
  content: "";
  background: url("images/store-featured-main-ico.png") 0 0 no-repeat;
  top: 0;
  left: 50%;
  margin: 0 0 0 -26px;
}
.store-featured-main-desc {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  font-family: 'gotham_mediumregular';
}
.store-featured-main-link {
  width: 160px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 15px 0;
  text-align: center;
  font-family: 'gotham_mediumregular';
}
.store-featured-main-link:hover,
.store-featured-main-link:focus,
.store-featured-main-link:active {
  color: #fff;
  text-decoration: none;
}
.store-popover {
  width: 290px;
  position: absolute;
  background: #373737;
  top: 100%;
  right: 10px;
  z-index: 10;
  padding: 25px;
  display: none;
}
.store-popover-title {
  display: block;
  margin: 0 0 18px;
  color: #fff;
  font-size: 17px;
}
.store-popover .btn {
  font-family: 'gotham_mediumregular';
}
.store-popover:before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #373737;
  display: block;
  position: absolute;
  top: -8px;
  content: "";
  z-index: 10;
  right: 14px;
}
@media (min-width: 1280px) {
  .store-popover {
    left: 10px;
    right: auto;
  }
  .store-popover:before {
    left: 14px;
  }
}
@media (max-width: 991px) {
  .store-popover {
    display: none;
  }
}
.store-subscribe {
  margin: 0 0 60px;
}
.store-subscribe .store-subscribe-confirm-wrap {
  position: relative;
  min-height: 1px;
  padding-left: 9.5px;
  padding-right: 9.5px;
}
@media (min-width: 992px) {
  .store-subscribe .store-subscribe-confirm-wrap {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .store-subscribe .store-subscribe-confirm-wrap {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .store-subscribe {
    text-align: center;
  }
}
.store-subscribe-title {
  font-size: 26px;
  color: #353535;
  margin: 0 0 20px;
  font-family: 'gotham_boldregular';
}
.store-subscribe-info {
  color: #6A6A6A;
  display: block;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .store-subscribe-input {
    margin-bottom: 10px;
  }
}
.store-subscribe-check {
  text-align: center;
}
.store-subscribe-check:before {
  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;
  transform: translate(0, 0);
  font-size: 42px;
  line-height: 60px;
  display: block;
  text-align: center;
}
.store-subscribe-check.success:before {
  content: "\f00c";
  color: #80c036;
}
.store-subscribe-check.error:before {
  content: "\f00d";
  color: #d9534f;
}
.store-subscribe-confirm {
  font-size: 18px;
  line-height: 24px;
  color: #353535;
  font-weight: normal;
  position: relative;
  text-align: center;
  font-family: 'gotham_mediumregular';
}
.store-subscribe .has-error .store-subscribe-input {
  border-color: #d9534f;
}
.store-banner {
  background-position: 50% 50%;
  background-size: cover;
  background-color: #80c036;
  text-align: center;
}
@media (max-width: 991px) {
  .store-banner {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .store-banner {
    padding: 50px 0 40px;
  }
}
@media (min-width: 1280px) {
  .store-banner {
    padding: 80px 0 70px;
  }
}
.store-banner-title {
  color: #fff;
  text-transform: none;
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 38px;
  font-family: 'gotham_boldregular';
}
.store-banner-content {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  font-family: 'gotham_mediumregular';
}
.store-banner-link {
  width: 160px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 15px 0;
  text-align: center;
  font-family: 'gotham_mediumregular';
}
.store-banner-link:hover,
.store-banner-link:focus,
.store-banner-link:active {
  color: #fff;
  text-decoration: none;
}
.store-visit {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("images/store-visit-bg.jpg") 0 0 repeat;
  padding: 15px;
  z-index: 910;
}
.store-visit-close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  border: none;
  background: url("images/store-visit-close.png") 50% 50% no-repeat;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.store-visit-close:hover,
.store-visit-close:focus,
.store-visit-close:active {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.store-visit-text {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  display: block;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .store-visit-text {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  .store-visit-text {
    padding: 10px 0 10px 150px;
    position: relative;
    font-size: 30px;
    line-height: 36px;
  }
  .store-visit-text:before {
    width: 75px;
    height: 81px;
    display: block;
    position: absolute;
    margin: -40px 0 0;
    top: 50%;
    left: 20px;
    content: "";
    background: url("images/store-visit-logo.png") 0 0 no-repeat;
  }
}
.store-visit-btn {
  color: #fff;
  background: #80c036;
  text-transform: uppercase;
  line-height: 12px;
  padding: 13px 25px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 991px) {
  .store-visit-btn {
    padding: 18px;
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .store-visit-btn {
    padding: 22px 40px;
    margin-top: 20px;
  }
}
.store-visit-btn:hover,
.store-visit-btn:focus,
.store-visit-btn:active {
  background: #65982b;
  color: #fff;
  text-decoration: none;
}
.store-discount-wrap {
  margin: 0 0 30px;
  border: 1px solid #EEE;
  padding: 0 45px 20px;
  -webkit-box-shadow: 0 -3px 0 0 rgba(236, 165, 0, 0.5);
  box-shadow: 0 -3px 0 0 rgba(236, 165, 0, 0.5);
}
.store-discount-header {
  padding: 20px 0;
  border-bottom: 1px solid #DFDDDD;
}
.store-discount-title,
.store-discount-subtitle {
  margin: 0 0 15px;
}
.store-discount-title img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.store-discount-subtitle {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 18px;
  font-family: 'gotham_mediumregular';
}
.store-discount-inner {
  padding: 30px 0 0;
}
@media (min-width: 1280px) {
  .store-discount-row {
    margin: 0 -25px;
  }
  .store-discount-col {
    padding: 0 25px;
  }
}
.store-discount-info {
  font-size: 12px;
  line-height: 16px;
  color: #C4C4C4;
  padding: 15px;
  font-family: 'gotham_mediumregular';
}
.cc_banner-wrapper .cc_banner.cc_container {
  background: #fff;
  color: #333;
  padding: 5px 12px;
  line-height: 30px;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
}
.cc_banner-wrapper .cc_banner.cc_container .cc_message {
  line-height: 32px;
  margin: 0 120px 0 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .cc_banner-wrapper .cc_banner.cc_container .cc_message {
    line-height: 16px;
  }
}
.cc_banner-wrapper .cc_banner.cc_container .cc_message a {
  color: #80c036;
}
.cc_banner-wrapper .cc_banner.cc_container .cc_message a:hover,
.cc_banner-wrapper .cc_banner.cc_container .cc_message a:focus,
.cc_banner-wrapper .cc_banner.cc_container .cc_message a:active {
  color: #80c036;
  text-decoration: underline;
}
.cc_banner-wrapper .cc_banner.cc_container .cc_btn.cc_btn_accept_all {
  color: #80c036;
  border: 1px solid #80c036;
  background: #fff;
  font-size: 12px;
  padding: 0 20px;
  float: right !important;
  float: right;
  font-family: 'gotham_boldregular';
}
ul.pagination {
  width: 400px;
  margin: auto;
}
.page-navi ul.pagination {
  width: 600px;
  margin: auto;
}
.collection-list-item-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.collection_pagination .pagination li {
  display: block;
  float: left;
  padding: 10px 2.5px;
  background: transparent;
}
.collection_pagination .pagination li > a,
.collection_pagination .pagination li > span {
  border: 1px solid #DCDCDC ;
  min-width: 38px;
  height: 38px;
  line-height: 18px;
  padding: 10px;
  background: transparent;
  font-size: 12px;
  color: #343434 ;
  display: block;
  text-align: center;
  font-family: 'gotham_bookregular';
  cursor: pointer;
  text-decoration: none;
}
.collection_pagination .pagination li.active > a,
.collection_pagination .pagination li.active > span {
  color: #80c036 ;
  border-color: #80c036 ;
  cursor: default;
}
.collection_pagination .pagination li.disabled > span {
  cursor: default;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  margin-bottom: 35px;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-background {
  background: #F3F3F3;
}
.noUi-connect {
  background: #80c036;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-target {
  border: 1px solid #F3F3F3;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  background: #FFF;
  cursor: default;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* 
Home Security Tables
 */
.hsec-tables {
  margin-top: 10px;
  margin-bottom: 40px;
}
.hsec-tables tr {

}
.hsec-tables tr th, .hsec-tables tr td {
  border-bottom: 1px solid #eaeaea;
}
.hsec-tables tr td {
  padding: 10px;
}
.hsec-tables tr td:nth-child(1) {
  width: 3%;
  font-weight: bold;
}
.hsec-tables tr td:nth-child(2) {
  width: 15%;
}
.hsec-tables tr td:nth-child(3) {
  width: 50%;
}
.hsec-tables tr td:nth-child(4) {
  width: 15%;
}
.hsec-tables tr td:nth-child(5) {
  width: 17%;
}
.falsealarm-tables {
  margin: 10px 0px 40px;
}
.falsealarm-tables tr th, .falsealarm-tables tr td {
  border-bottom: 1px solid #eaeaea;
}
.falsealarm-tables tr th {
  padding-bottom: 10px;
}
.falsealarm-tables tr td {
  padding: 10px;
  text-align: center;
}


.expertise .cover {
    background-image: url('//cdn.expertise.com/dir/freshome/interior-design.jpg');
    background-size: cover;
    padding: 30px 15px;
    position: relative;
    margin:0 0 30px;
}

.expertise .cover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(146, 243, 218, 0.61);
}

.expertise .cover img {
    max-width: 370px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.expertise .jumplinks{
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
}


@media screen and (min-width: 650px) {

  .expertise .jumplinks li{
    width:50%;
    padding-right:10px;
    float:left;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
  }

}

.expertise .jumplinks img{
  width:30px;
  border:1px solid #eee;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}


.expertise .provider{
  background: #f9f9f9;
  padding: 45px 15px;
  margin: 45px 0 20px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.expertise .provider:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(249, 249, 249, 0.35);
}

.expertise .provider img{
    max-width: 200px;
    border: 3px solid #eee;
    margin: 0 auto !important;
    border-radius: 50%;
    display: block;
    position: relative;
}

.expertise .social a:nth-child(n+2):before{
    content: "\2022";
    margin: 0 .25em 0 0;
    display: inline-block;
    color: #343434;
    text-decoration: none !important;
}

.expertise #seattle_wa_interior-design_4 .provider{  background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_4.jpg') }
.expertise #seattle_wa_interior-design_5 .provider{  background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_5.jpg') }
.expertise #seattle_wa_interior-design_7 .provider{  background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_7.jpg') }
.expertise #seattle_wa_interior-design_9 .provider{  background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_9.jpg') }
.expertise #seattle_wa_interior-design_11 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_11.jpg') }
.expertise #seattle_wa_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_12.jpg') }
.expertise #seattle_wa_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_13.jpg') }
.expertise #seattle_wa_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_14.jpg') }
.expertise #seattle_wa_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_15.jpg') }
.expertise #seattle_wa_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_16.jpg') }
.expertise #seattle_wa_interior-design_17 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_17.jpg') }
.expertise #seattle_wa_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_18.jpg') }
.expertise #seattle_wa_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_19.jpg') }
.expertise #seattle_wa_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_20.jpg') }
.expertise #seattle_wa_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_21.jpg') }
.expertise #seattle_wa_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_22.jpg') }
.expertise #seattle_wa_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_23.jpg') }
.expertise #seattle_wa_interior-design_24 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_24.jpg') }
.expertise #seattle_wa_interior-design_27 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_27.jpg') }
.expertise #seattle_wa_interior-design_29 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_29.jpg') }

.expertise #chicago_il_interior-design_1 .provider{  background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_1.jpg') }
.expertise #chicago_il_interior-design_2 .provider{  background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_2.jpg') }
.expertise #chicago_il_interior-design_3 .provider{  background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_3.jpg') }
.expertise #chicago_il_interior-design_4 .provider{  background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_4.jpg') }
.expertise #chicago_il_interior-design_6 .provider{  background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_6.jpg') }
.expertise #chicago_il_interior-design_8 .provider{  background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_8.jpg') }
.expertise #chicago_il_interior-design_9 .provider{  background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_9.jpg') }
.expertise #chicago_il_interior-design_10 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_10.jpg') }
.expertise #chicago_il_interior-design_11 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_11.jpg') }
.expertise #chicago_il_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_12.jpg') }
.expertise #chicago_il_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_13.jpg') }
.expertise #chicago_il_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_15.jpg') }
.expertise #chicago_il_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_16.jpg') }
.expertise #chicago_il_interior-design_17 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_17.jpg') }
.expertise #chicago_il_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_18.jpg') }
.expertise #chicago_il_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_19.jpg') }
.expertise #chicago_il_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_20.jpg') }
.expertise #chicago_il_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_21.jpg') }
.expertise #chicago_il_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_22.jpg') }
.expertise #chicago_il_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_23.jpg') }


.expertise #seattle_wa_interior-design_5 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_5.jpg') }
.expertise #seattle_wa_interior-design_7 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_7.jpg') }
.expertise #seattle_wa_interior-design_9 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_9.jpg') }
.expertise #seattle_wa_interior-design_11 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_11.jpg') }
.expertise #seattle_wa_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_12.jpg') }
.expertise #seattle_wa_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_13.jpg') }
.expertise #seattle_wa_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_14.jpg') }
.expertise #seattle_wa_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_15.jpg') }
.expertise #seattle_wa_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_16.jpg') }
.expertise #seattle_wa_interior-design_17 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_17.jpg') }
.expertise #seattle_wa_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_18.jpg') }
.expertise #seattle_wa_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_19.jpg') }
.expertise #seattle_wa_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_20.jpg') }
.expertise #seattle_wa_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_21.jpg') }
.expertise #seattle_wa_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_22.jpg') }
.expertise #seattle_wa_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_23.jpg') }
.expertise #seattle_wa_interior-design_24 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_24.jpg') }
.expertise #seattle_wa_interior-design_27 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_27.jpg') }
.expertise #seattle_wa_interior-design_29 .provider{ background-image:url('//cdn.expertise.com/d/wa/seattle/interior-design/covers/seattle_wa_interior-design_29.jpg') }
.expertise #chicago_il_interior-design_2 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_2.jpg') }
.expertise #chicago_il_interior-design_3 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_3.jpg') }
.expertise #chicago_il_interior-design_4 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_4.jpg') }
.expertise #chicago_il_interior-design_6 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_6.jpg') }
.expertise #chicago_il_interior-design_8 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_8.jpg') }
.expertise #chicago_il_interior-design_9 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_9.jpg') }
.expertise #chicago_il_interior-design_10 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_10.jpg') }
.expertise #chicago_il_interior-design_11 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_11.jpg') }
.expertise #chicago_il_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_12.jpg') }
.expertise #chicago_il_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_13.jpg') }
.expertise #chicago_il_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_15.jpg') }
.expertise #chicago_il_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_16.jpg') }
.expertise #chicago_il_interior-design_17 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_17.jpg') }
.expertise #chicago_il_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_18.jpg') }
.expertise #chicago_il_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_19.jpg') }
.expertise #chicago_il_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_20.jpg') }
.expertise #chicago_il_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_21.jpg') }
.expertise #chicago_il_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_22.jpg') }
.expertise #chicago_il_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/il/chicago/interior-design/covers/chicago_il_interior-design_23.jpg') }
.expertise #dallas_tx_interior-design_4 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_4.jpg') }
.expertise #dallas_tx_interior-design_5 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_5.jpg') }
.expertise #dallas_tx_interior-design_8 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_8.jpg') }
.expertise #dallas_tx_interior-design_9 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_9.jpg') }
.expertise #dallas_tx_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_12.jpg') }
.expertise #dallas_tx_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_13.jpg') }
.expertise #dallas_tx_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_14.jpg') }
.expertise #dallas_tx_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_15.jpg') }
.expertise #dallas_tx_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_16.jpg') }
.expertise #dallas_tx_interior-design_17 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_17.jpg') }
.expertise #dallas_tx_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_19.jpg') }
.expertise #dallas_tx_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_20.jpg') }
.expertise #dallas_tx_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_22.jpg') }
.expertise #dallas_tx_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_23.jpg') }
.expertise #dallas_tx_interior-design_24 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_24.jpg') }
.expertise #dallas_tx_interior-design_27 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_27.jpg') }
.expertise #dallas_tx_interior-design_28 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_28.jpg') }
.expertise #dallas_tx_interior-design_29 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_29.jpg') }
.expertise #dallas_tx_interior-design_30 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_30.jpg') }
.expertise #san-diego_ca_interior-design_5 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_5.jpg') }
.expertise #san-diego_ca_interior-design_6 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_6.jpg') }
.expertise #san-diego_ca_interior-design_7 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_7.jpg') }
.expertise #san-diego_ca_interior-design_8 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_8.jpg') }
.expertise #san-diego_ca_interior-design_9 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_9.jpg') }
.expertise #san-diego_ca_interior-design_10 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_10.jpg') }
.expertise #san-diego_ca_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_13.jpg') }
.expertise #san-diego_ca_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_14.jpg') }
.expertise #san-diego_ca_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_16.jpg') }
.expertise #san-diego_ca_interior-design_17 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_17.jpg') }
.expertise #san-diego_ca_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_18.jpg') }
.expertise #san-diego_ca_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_20.jpg') }
.expertise #san-diego_ca_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_21.jpg') }
.expertise #san-diego_ca_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_22.jpg') }
.expertise #san-diego_ca_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_23.jpg') }
.expertise #san-diego_ca_interior-design_24 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_24.jpg') }
.expertise #san-diego_ca_interior-design_25 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_25.jpg') }
.expertise #san-diego_ca_interior-design_26 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_26.jpg') }
.expertise #san-diego_ca_interior-design_29 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_29.jpg') }
.expertise #austin_tx_interior-design_4 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_4.jpg') }
.expertise #austin_tx_interior-design_5 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_5.jpg') }
.expertise #austin_tx_interior-design_9 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_9.jpg') }
.expertise #austin_tx_interior-design_10 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_10.jpg') }
.expertise #austin_tx_interior-design_11 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_11.jpg') }
.expertise #austin_tx_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_12.jpg') }
.expertise #austin_tx_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_13.jpg') }
.expertise #austin_tx_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_14.jpg') }
.expertise #austin_tx_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_15.jpg') }
.expertise #austin_tx_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_16.jpg') }
.expertise #austin_tx_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_18.jpg') }
.expertise #austin_tx_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_20.jpg') }
.expertise #austin_tx_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_21.jpg') }
.expertise #austin_tx_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_23.jpg') }
.expertise #austin_tx_interior-design_24 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_24.jpg') }
.expertise #austin_tx_interior-design_25 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_25.jpg') }
.expertise #austin_tx_interior-design_26 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_26.jpg') }
.expertise #austin_tx_interior-design_27 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_27.jpg') }
.expertise #austin_tx_interior-design_32 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_32.jpg') }
.expertise #charlotte_nc_interior-design_5 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_5.jpg') }
.expertise #charlotte_nc_interior-design_8 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_8.jpg') }
.expertise #charlotte_nc_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_12.jpg') }
.expertise #charlotte_nc_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_13.jpg') }
.expertise #charlotte_nc_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_14.jpg') }
.expertise #charlotte_nc_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_15.jpg') }
.expertise #charlotte_nc_interior-design_17 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_17.jpg') }
.expertise #charlotte_nc_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_18.jpg') }
.expertise #charlotte_nc_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_19.jpg') }
.expertise #charlotte_nc_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_21.jpg') }
.expertise #charlotte_nc_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_22.jpg') }
.expertise #charlotte_nc_interior-design_24 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_24.jpg') }
.expertise #charlotte_nc_interior-design_25 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_25.jpg') }
.expertise #charlotte_nc_interior-design_27 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_27.jpg') }
.expertise #charlotte_nc_interior-design_29 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_29.jpg') }
.expertise #charlotte_nc_interior-design_30 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_30.jpg') }
.expertise #charlotte_nc_interior-design_40 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_40.jpg') }
.expertise #charlotte_nc_interior-design_41 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_41.jpg') }
.expertise #charlotte_nc_interior-design_43 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_43.jpg') }
.expertise #detroit_mi_interior-design_6 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_6.jpg') }
.expertise #detroit_mi_interior-design_8 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_8.jpg') }
.expertise #detroit_mi_interior-design_10 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_10.jpg') }
.expertise #detroit_mi_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_12.jpg') }
.expertise #detroit_mi_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_13.jpg') }
.expertise #detroit_mi_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_16.jpg') }
.expertise #detroit_mi_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_19.jpg') }
.expertise #detroit_mi_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_20.jpg') }
.expertise #detroit_mi_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_23.jpg') }
.expertise #detroit_mi_interior-design_25 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_25.jpg') }
.expertise #detroit_mi_interior-design_27 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_27.jpg') }
.expertise #detroit_mi_interior-design_31 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_31.jpg') }
.expertise #detroit_mi_interior-design_40 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_40.jpg') }
.expertise #detroit_mi_interior-design_45 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_45.jpg') }
.expertise #detroit_mi_interior-design_53 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_53.jpg') }
.expertise #detroit_mi_interior-design_55 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_55.jpg') }
.expertise #houston_tx_interior-design_4 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_4.jpg') }
.expertise #houston_tx_interior-design_6 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_6.jpg') }
.expertise #houston_tx_interior-design_7 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_7.jpg') }
.expertise #houston_tx_interior-design_8 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_8.jpg') }
.expertise #houston_tx_interior-design_9 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_9.jpg') }
.expertise #houston_tx_interior-design_10 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_10.jpg') }
.expertise #houston_tx_interior-design_11 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_11.jpg') }
.expertise #houston_tx_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_12.jpg') }
.expertise #houston_tx_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_13.jpg') }
.expertise #houston_tx_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_15.jpg') }
.expertise #houston_tx_interior-design_17 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_17.jpg') }
.expertise #houston_tx_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_18.jpg') }
.expertise #houston_tx_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_20.jpg') }
.expertise #houston_tx_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_21.jpg') }
.expertise #houston_tx_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_22.jpg') }
.expertise #houston_tx_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_23.jpg') }
.expertise #houston_tx_interior-design_25 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_25.jpg') }
.expertise #houston_tx_interior-design_26 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_26.jpg') }
.expertise #houston_tx_interior-design_27 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_27.jpg') }
.expertise #los-angeles_ca_interior-design_2 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_2.jpg') }
.expertise #los-angeles_ca_interior-design_3 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_3.jpg') }
.expertise #los-angeles_ca_interior-design_4 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_4.jpg') }
.expertise #los-angeles_ca_interior-design_5 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_5.jpg') }
.expertise #los-angeles_ca_interior-design_6 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_6.jpg') }
.expertise #los-angeles_ca_interior-design_9 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_9.jpg') }
.expertise #los-angeles_ca_interior-design_10 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_10.jpg') }
.expertise #los-angeles_ca_interior-design_11 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_11.jpg') }
.expertise #los-angeles_ca_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_13.jpg') }
.expertise #los-angeles_ca_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_14.jpg') }
.expertise #los-angeles_ca_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_16.jpg') }
.expertise #los-angeles_ca_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_19.jpg') }
.expertise #los-angeles_ca_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_20.jpg') }
.expertise #los-angeles_ca_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_21.jpg') }
.expertise #los-angeles_ca_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_22.jpg') }
.expertise #los-angeles_ca_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_23.jpg') }
.expertise #los-angeles_ca_interior-design_24 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_24.jpg') }
.expertise #los-angeles_ca_interior-design_27 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_27.jpg') }
.expertise #new-york_ny_interior-design_2 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_2.jpg') }
.expertise #new-york_ny_interior-design_3 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_3.jpg') }
.expertise #new-york_ny_interior-design_5 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_5.jpg') }
.expertise #new-york_ny_interior-design_7 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_7.jpg') }
.expertise #new-york_ny_interior-design_8 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_8.jpg') }
.expertise #new-york_ny_interior-design_9 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_9.jpg') }
.expertise #new-york_ny_interior-design_11 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_11.jpg') }
.expertise #new-york_ny_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_12.jpg') }
.expertise #new-york_ny_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_13.jpg') }
.expertise #new-york_ny_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_14.jpg') }
.expertise #new-york_ny_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_15.jpg') }
.expertise #new-york_ny_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_16.jpg') }
.expertise #new-york_ny_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_18.jpg') }
.expertise #new-york_ny_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_19.jpg') }
.expertise #new-york_ny_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_20.jpg') }
.expertise #new-york_ny_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_21.jpg') }
.expertise #new-york_ny_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_22.jpg') }
.expertise #new-york_ny_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_23.jpg') }
.expertise #new-york_ny_interior-design_24 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_24.jpg') }
.expertise #philadelphia_pa_interior-design_5 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_5.jpg') }
.expertise #philadelphia_pa_interior-design_6 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_6.jpg') }
.expertise #philadelphia_pa_interior-design_7 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_7.jpg') }
.expertise #philadelphia_pa_interior-design_8 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_8.jpg') }
.expertise #philadelphia_pa_interior-design_11 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_11.jpg') }
.expertise #philadelphia_pa_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_13.jpg') }
.expertise #philadelphia_pa_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_14.jpg') }
.expertise #philadelphia_pa_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_15.jpg') }
.expertise #philadelphia_pa_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_16.jpg') }
.expertise #philadelphia_pa_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_18.jpg') }
.expertise #philadelphia_pa_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_19.jpg') }
.expertise #philadelphia_pa_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_20.jpg') }
.expertise #philadelphia_pa_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_21.jpg') }
.expertise #philadelphia_pa_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_23.jpg') }
.expertise #philadelphia_pa_interior-design_24 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_24.jpg') }
.expertise #philadelphia_pa_interior-design_25 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_25.jpg') }
.expertise #philadelphia_pa_interior-design_26 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_26.jpg') }
.expertise #philadelphia_pa_interior-design_27 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_27.jpg') }
.expertise #philadelphia_pa_interior-design_28 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_28.jpg') }
.expertise #phoenix_az_interior-design_5 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_5.jpg') }
.expertise #phoenix_az_interior-design_6 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_6.jpg') }
.expertise #phoenix_az_interior-design_8 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_8.jpg') }
.expertise #phoenix_az_interior-design_9 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_9.jpg') }
.expertise #phoenix_az_interior-design_10 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_10.jpg') }
.expertise #phoenix_az_interior-design_11 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_11.jpg') }
.expertise #phoenix_az_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_12.jpg') }
.expertise #phoenix_az_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_13.jpg') }
.expertise #phoenix_az_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_15.jpg') }
.expertise #phoenix_az_interior-design_17 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_17.jpg') }
.expertise #phoenix_az_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_18.jpg') }
.expertise #phoenix_az_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_19.jpg') }
.expertise #phoenix_az_interior-design_20 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_20.jpg') }
.expertise #phoenix_az_interior-design_21 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_21.jpg') }
.expertise #phoenix_az_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_22.jpg') }
.expertise #phoenix_az_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_23.jpg') }
.expertise #phoenix_az_interior-design_24 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_24.jpg') }
.expertise #phoenix_az_interior-design_26 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_26.jpg') }
.expertise #san-antonio_tx_interior-design_10 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_10.jpg') }
.expertise #san-antonio_tx_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_13.jpg') }
.expertise #san-antonio_tx_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_14.jpg') }
.expertise #san-antonio_tx_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_15.jpg') }
.expertise #san-antonio_tx_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_16.jpg') }
.expertise #san-antonio_tx_interior-design_18 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_18.jpg') }
.expertise #san-antonio_tx_interior-design_19 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_19.jpg') }
.expertise #san-antonio_tx_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_22.jpg') }
.expertise #san-antonio_tx_interior-design_25 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_25.jpg') }
.expertise #san-antonio_tx_interior-design_33 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_33.jpg') }
.expertise #san-antonio_tx_interior-design_34 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_34.jpg') }
.expertise #san-antonio_tx_interior-design_36 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_36.jpg') }
.expertise #san-antonio_tx_interior-design_43 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_43.jpg') }
.expertise #san-antonio_tx_interior-design_44 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_44.jpg') }
.expertise #san-antonio_tx_interior-design_45 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_45.jpg') }
.expertise #san-antonio_tx_interior-design_47 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_47.jpg') }
.expertise #san-antonio_tx_interior-design_56 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_56.jpg') }
.expertise #san-antonio_tx_interior-design_65 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_65.jpg') }
.expertise #san-antonio_tx_interior-design_68 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_68.jpg') }
.expertise #san-jose_ca_interior-design_7 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_7.jpg') }
.expertise #san-jose_ca_interior-design_9 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_9.jpg') }
.expertise #san-jose_ca_interior-design_11 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_11.jpg') }
.expertise #san-jose_ca_interior-design_12 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_12.jpg') }
.expertise #san-jose_ca_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_14.jpg') }
.expertise #san-jose_ca_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_15.jpg') }
.expertise #san-jose_ca_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_16.jpg') }
.expertise #san-jose_ca_interior-design_17 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_17.jpg') }
.expertise #san-jose_ca_interior-design_26 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_26.jpg') }
.expertise #san-jose_ca_interior-design_27 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_27.jpg') }
.expertise #san-jose_ca_interior-design_29 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_29.jpg') }
.expertise #san-jose_ca_interior-design_31 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_31.jpg') }
.expertise #san-jose_ca_interior-design_33 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_33.jpg') }
.expertise #san-jose_ca_interior-design_38 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_38.jpg') }
.expertise #san-jose_ca_interior-design_43 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_43.jpg') }
.expertise #san-jose_ca_interior-design_49 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_49.jpg') }
.expertise #san-jose_ca_interior-design_52 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_52.jpg') }
.expertise #san-jose_ca_interior-design_54 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_54.jpg') }
.expertise #dallas_tx_interior-design_2 .provider{ background-image:url('//cdn.expertise.com/d/tx/dallas/interior-design/covers/dallas_tx_interior-design_2.jpg') }
.expertise #san-diego_ca_interior-design_4 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-diego/interior-design/covers/san-diego_ca_interior-design_4.jpg') }
.expertise #austin_tx_interior-design_1 .provider{ background-image:url('//cdn.expertise.com/d/tx/austin/interior-design/covers/austin_tx_interior-design_1.jpg') }
.expertise #charlotte_nc_interior-design_4 .provider{ background-image:url('//cdn.expertise.com/d/nc/charlotte/interior-design/covers/charlotte_nc_interior-design_4.jpg') }
.expertise #detroit_mi_interior-design_3 .provider{ background-image:url('//cdn.expertise.com/d/mi/detroit/interior-design/covers/detroit_mi_interior-design_3.jpg') }
.expertise #houston_tx_interior-design_2 .provider{ background-image:url('//cdn.expertise.com/d/tx/houston/interior-design/covers/houston_tx_interior-design_2.jpg') }
.expertise #los-angeles_ca_interior-design_1 .provider{ background-image:url('//cdn.expertise.com/d/ca/los-angeles/interior-design/covers/los-angeles_ca_interior-design_1.jpg') }
.expertise #new-york_ny_interior-design_1 .provider{ background-image:url('//cdn.expertise.com/d/ny/new-york/interior-design/covers/new-york_ny_interior-design_1.jpg') }
.expertise #philadelphia_pa_interior-design_4 .provider{ background-image:url('//cdn.expertise.com/d/pa/philadelphia/interior-design/covers/philadelphia_pa_interior-design_4.jpg') }
.expertise #phoenix_az_interior-design_3 .provider{ background-image:url('//cdn.expertise.com/d/az/phoenix/interior-design/covers/phoenix_az_interior-design_3.jpg') }
.expertise #san-antonio_tx_interior-design_1 .provider{ background-image:url('//cdn.expertise.com/d/tx/san-antonio/interior-design/covers/san-antonio_tx_interior-design_1.jpg') }
.expertise #san-jose_ca_interior-design_5 .provider{ background-image:url('//cdn.expertise.com/d/ca/san-jose/interior-design/covers/san-jose_ca_interior-design_5.jpg') }
.expertise #columbus_oh_interior-design_10 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_10.jpg') }
.expertise #columbus_oh_interior-design_13 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_13.jpg') }
.expertise #columbus_oh_interior-design_14 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_14.jpg') }
.expertise #columbus_oh_interior-design_15 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_15.jpg') }
.expertise #columbus_oh_interior-design_16 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_16.jpg') }
.expertise #columbus_oh_interior-design_22 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_22.jpg') }
.expertise #columbus_oh_interior-design_23 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_23.jpg') }
.expertise #columbus_oh_interior-design_24 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_24.jpg') }
.expertise #columbus_oh_interior-design_26 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_26.jpg') }
.expertise #columbus_oh_interior-design_27 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_27.jpg') }
.expertise #columbus_oh_interior-design_29 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_29.jpg') }
.expertise #columbus_oh_interior-design_35 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_35.jpg') }
.expertise #columbus_oh_interior-design_36 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_36.jpg') }
.expertise #columbus_oh_interior-design_37 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_37.jpg') }
.expertise #columbus_oh_interior-design_38 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_38.jpg') }
.expertise #columbus_oh_interior-design_40 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_40.jpg') }
.expertise #columbus_oh_interior-design_63 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_63.jpg') }
.expertise #columbus_oh_interior-design_64 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_64.jpg') }
.expertise #columbus_oh_interior-design_65 .provider{ background-image:url('//cdn.expertise.com/d/oh/columbus/interior-design/covers/columbus_oh_interior-design_65.jpg') }
