/*! 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;
}
li,
ul {
  list-style: none;
  padding: 0;
  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: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80% !important;
}
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"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
li,
ul {
  margin: 0;
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    background: 0 0 !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: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #282828;
  background-color: #fff;
  overflow-x: hidden;
  width: 100%;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #336fff;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #0044e6;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #848484;
}
.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 .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%;
}
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: 100%;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.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;
}
.initialism,
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #818286;
}
.text-primary {
  color: #336fff;
}
a.text-primary:hover {
  color: #004bff;
}
.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;
}
.bg-primary {
  background-color: #336fff;
}
a.bg-primary:hover {
  background-color: #004bff;
}
.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 #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled li {
  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;
}
dd,
dt {
  line-height: 1.42857;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #848484;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #848484;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: rgba(0, 0, 0, 0);
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #818286;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #282828;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 14px;
  line-height: 1.42857;
  color: #848484;
}
.captcha,
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #282828;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.captcha:focus,
.form-control:focus {
  border-color: #aaa !important;
  outline: 0;
}
.captcha::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #848484;
  opacity: 1;
}
.captcha:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #848484;
}
.captcha::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #848484;
}
.captcha[disabled],
.captcha[readonly],
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .captcha,
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.captcha[disabled],
.form-control[disabled],
fieldset[disabled] .captcha,
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="datetime-local"],
  input[type="month"],
  input[type="time"] {
    line-height: 42px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > input.input-group-addon[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 33px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > input.input-group-addon[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
  height: 33px;
  line-height: 33px;
}
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 34px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  height: 48px;
  padding: 11px 78px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
  height: 48px;
  line-height: 48px;
}
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 48px;
  padding: 11px 78px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  padding: 11px 78px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
}
.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: #686868;
}
@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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 15.66667px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0 !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #336fff;
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  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;
  opacity: 0.65;
  box-shadow: none;
}
.btn-default {
  font-size: 14px;
  border: 1px solid;
  padding: 9px;
  border-radius: 4px;
  font-family: "Source Sans Pro", sans-serif;
  color: #336fff;
  background-color: #fff;
  border-color: #336fff;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
  color: #336fff;
  background-color: #e6e6e6;
  border-color: #0048f5;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #336fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #336fff;
}
.btn-default:hover {
  background-color: #336fff;
  color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #336fff;
  border-color: #1a5dff;
  border-color: #336fff;
  font-weight: 700;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004bff;
  border-color: #0041db;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #336fff;
  border-color: #1a5dff;
}
.btn-primary .badge {
  color: #336fff;
  background-color: #fff;
}
.btn-primary:hover {
  background-color: #295bd6;
  border-color: #295bd6;
}
.btn-success {
  color: #fff;
  background-color: #767676;
  border-color: #696969;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #4b4b4b;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #767676;
  border-color: #696969;
}
.btn-success .badge {
  color: #767676;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #f00000;
  border-color: #d70000;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd0000;
  border-color: #900;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #f00000;
  border-color: #d70000;
}
.btn-danger .badge {
  color: #f00000;
  background-color: #fff;
}
.btn-link {
  color: #336fff;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #336fff;
  padding: 5px 9px;
  font-size: 13px;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link:focus,
.btn-link:hover {
  color: #fff;
  background-color: #336fff;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #848484;
  text-decoration: none;
}
.btn-lg {
  padding: 11px 78px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #5e5e5e !important;
  border-right: 1px solid #5e5e5e !important;
  border-top: none;
  border-left: none;
  -moz-transform: rotate(45deg) translate(-3px, -4px) !important;
  -ms-transform: rotate(45deg) translate(-3px, -4px) !important;
  transform: rotate(45deg) translate(-3px, -4px) !important;
  -webkit-transform: rotate(45deg) translate(-3px, -4px) !important;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 400;
  line-height: 1.42857;
  color: #282828;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #1b1b1b;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #336fff;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #848484;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  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: 14px;
  line-height: 1.42857;
  color: #848484;
  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 {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #848484;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 11px 78px;
  font-size: 18px;
  border-radius: 3px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  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:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  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:after,
.nav:before {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #848484;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #848484;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #336fff;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #606060;
  background-color: #fff;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #336fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:after,
.navbar-header:before {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.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-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    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-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 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 .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    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: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  margin-bottom: 4px;
}
@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 .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    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;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.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: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: rgba(0, 0, 0, 0);
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #aaa;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-text {
  color: #aaa;
}
.navbar-inverse .navbar-nav > li > a {
  color: #aaa;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #aaa;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: rgba(0, 0, 0, 0);
  }
}
.navbar-inverse .navbar-link {
  color: #aaa;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #aaa;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 2px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  margin: 0;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 13px;
  color: #848484;
}
.breadcrumb > li + li:before {
  content: "\003e";
  color: #848484;
}
.breadcrumb > li a {
  color: inherit;
}
.breadcrumb > li a:hover {
  color: #336fff;
}
.breadcrumb > .active {
  color: #282828;
}
.breadcrumb.style2 {
  padding: 20px 0 10px;
  margin-bottom: 12px;
}
.breadcrumb.style2 > li + li:before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 8px;
  color: #848484;
}
.breadcrumb.style2 a {
  color: #848484;
}
.breadcrumb.style2 .active {
  color: #282828;
}
.breadcrumb.style2 .active::before {
  color: #282828;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }
  td.visible-xs,
  th.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: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.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: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2)
      format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2)
      format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2)
      format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2)
      format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2)
      format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2)
      format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2)
      format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2)
      format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2)
      format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2)
      format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2)
      format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2)
      format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.selectboxit-container {
  position: relative;
  display: block;
  vertical-align: top;
  background: #fff;
}
.selectboxit-container * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: 0;
  white-space: nowrap;
}
.selectboxit-container .selectboxit {
  width: 100% !important;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 0;
}
.selectboxit-arrow-container,
.selectboxit-text {
  height: 46px;
  line-height: 46px;
  display: block;
}
.selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  display: block;
  -webkit-transition: all ease-out 0s;
  -moz-transition: all ease-out 0s;
  transition: all ease-out 0s;
}
.selectboxit-container .selectboxit-options a:hover {
  background-color: #dedede;
}
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit-options .selectboxit-disabled,
.selectboxit.selectboxit-disabled {
  opacity: 0.65;
  box-shadow: none;
  cursor: default;
}
.selectboxit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 100%;
  padding: 0 25px 0 5px;
  color: #848484;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
  float: left;
  width: 100%;
}
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 240px;
  margin: 0;
  padding: 5px;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 999;
  text-align: left;
  box-shadow: none;
  top: 100% !important;
}
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 25px 0 2px;
}
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
.selectboxit-optgroup-header,
.selectboxit-option {
  font-size: 13px !important;
  text-indent: 5px;
  margin: 0;
  display: block !important;
  list-style-type: none;
}
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.selectboxit-optgroup-header {
  color: #282828;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  display: block;
}
.selectboxit-optgroup-header:hover {
  cursor: default;
}
.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.jqueryui .ui-icon {
  background-color: inherit;
}
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #848484;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selectboxit-list {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-image: none;
  font-family: 600;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999;
}
.form-group .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  top: 47%;
  right: 3px;
  left: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #848484;
  pointer-events: none;
}
.form-group .selectboxit-arrow-container,
.form-group .selectboxit-text {
  height: 41px;
  line-height: 41px;
}
.form-group .selectboxit-text {
  padding: 0 25px 0 5px;
}
.form-pst-requirement .form-group > .selectboxit-container .selectboxit {
  border: 1px solid #ccc;
  border-radius: 3px;
}
header {
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 76px;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 480px) {
  header {
    height: 55px !important;
  }
}
.navbar {
  background: #fff;
  z-index: 99999 !important;
}
.top-head .row {
  height: 65px;
}
.site-logo {
  float: left;
  padding-left: 15px;
}
.logo {
  margin: 4px 0 0;
  display: inline-block;
}
.head-right {
  margin: 11px 0 0;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .head-right {
    margin: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .head-right {
    margin: 6px 0;
  }
}
.head-right .right-menu {
  display: inline-block;
  float: right;
  margin-right: 45px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .head-right .right-menu {
    margin-right: 42px;
  }
}
.head-right .right-menu li {
  display: inline-block;
  vertical-align: middle;
}
.head-right .right-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #282828;
  padding: 0 9px;
}
.head-right .right-menu li a::hover {
  color: #336fff;
}
@media screen and (max-width: 1199px) {
  .head-right .right-menu li a {
    padding: 0 5px;
    font-size: 14px;
  }
}
.head-right .right-menu li a.btn-primary {
  padding: 6px 15px;
  border-radius: 4px;
}
.head-right .right-menu li .account,
.head-right .right-menu li .my_account {
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .head-right .right-menu li .account,
  .head-right .right-menu li .my_account {
    padding: 0 0;
  }
}
.head-right .right-menu li .account .dropdown .btn-default,
.head-right .right-menu li .my_account .dropdown .btn-default {
  color: #282828 !important;
  font-size: 13px;
  font-weight: 600;
  border: none !important;
  box-shadow: none;
  text-align: left;
  background-color: transparent !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 9px;
}
.head-right .right-menu li .account .dropdown .btn-default small,
.head-right .right-menu li .my_account .dropdown .btn-default small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  height: 18px;
}
.head-right .right-menu li .account .dropdown .btn-default:active,
.head-right .right-menu li .account .dropdown .btn-default:focus,
.head-right .right-menu li .account .dropdown .btn-default:hover,
.head-right .right-menu li .my_account .dropdown .btn-default:active,
.head-right .right-menu li .my_account .dropdown .btn-default:focus,
.head-right .right-menu li .my_account .dropdown .btn-default:hover {
  background: 0 0;
}
@media screen and (max-width: 1199px) {
  .head-right .right-menu li .account .dropdown .btn-default,
  .head-right .right-menu li .my_account .dropdown .btn-default {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.head-right .right-menu li .account .dropdown .btn-default .caret,
.head-right .right-menu li .my_account .dropdown .btn-default .caret {
  vertical-align: bottom;
  margin-bottom: 2px;
  border-bottom: 1px solid #282828 !important;
  border-right: 1px solid #282828 !important;
}
.head-right .right-menu li .account .dropdown .dropdown-menu,
.head-right .right-menu li .my_account .dropdown .dropdown-menu {
  left: auto;
  right: -14px;
  min-width: 225px;
}
.head-right .right-menu li .account .dropdown .dropdown-menu li,
.head-right .right-menu li .my_account .dropdown .dropdown-menu li {
  display: block;
  position: relative;
}
.head-right .right-menu li .account .dropdown .dropdown-menu li > a,
.head-right .right-menu li .my_account .dropdown .dropdown-menu li > a {
  color: #848484;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
}
.head-right .right-menu li .account .dropdown .dropdown-menu li > a.login,
.head-right .right-menu li .my_account .dropdown .dropdown-menu li > a.login {
  margin-top: 0;
}
.head-right .right-menu li .account .dropdown .dropdown-menu li > a:hover,
.head-right .right-menu li .my_account .dropdown .dropdown-menu li > a:hover {
  background: 0 0;
  color: #282828;
}
.head-right .right-menu li .account .dropdown .dropdown-menu li > a + i,
.head-right .right-menu li .account .dropdown .dropdown-menu li > a + span,
.head-right .right-menu li .my_account .dropdown .dropdown-menu li > a + i,
.head-right .right-menu li .my_account .dropdown .dropdown-menu li > a + span {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  background-color: #336fff;
  border: 1px solid #336fff;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  font-style: normal;
}
.head-right .right-menu li .account .dropdown .dropdown-menu li > a + i.zero,
.head-right .right-menu li .account .dropdown .dropdown-menu li > a + span.zero,
.head-right .right-menu li .my_account .dropdown .dropdown-menu li > a + i.zero,
.head-right
  .right-menu
  li
  .my_account
  .dropdown
  .dropdown-menu
  li
  > a
  + span.zero {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #848484;
}
.head-right .right-menu li .account .dropdown .dropdown-menu li.drop-bottom,
.head-right .right-menu li .my_account .dropdown .dropdown-menu li.drop-bottom {
  padding: 10px 20px 30px 20px;
}
.head-right .right-menu li .account .dropdown .dropdown-menu li.drop-bottom p,
.head-right
  .right-menu
  li
  .my_account
  .dropdown
  .dropdown-menu
  li.drop-bottom
  p {
  color: #848484;
  margin-top: 5px;
  margin-bottom: 0;
  display: inline-block;
}
.head-right
  .right-menu
  li
  .account
  .dropdown
  .dropdown-menu
  li.drop-bottom
  p
  + a,
.head-right
  .right-menu
  li
  .my_account
  .dropdown
  .dropdown-menu
  li.drop-bottom
  p
  + a {
  display: inline-block;
  color: #336fff;
  padding: 0;
  font-weight: 700;
}
.head-right
  .right-menu
  li
  .account
  .dropdown
  .dropdown-menu
  li.drop-bottom
  p
  + a:hover,
.head-right
  .right-menu
  li
  .my_account
  .dropdown
  .dropdown-menu
  li.drop-bottom
  p
  + a:hover {
  color: #295bd6;
  background: 0 0;
}
.head-right
  .right-menu
  li
  .account
  .dropdown
  .dropdown-menu
  li.drop-bottom
  .btn-block,
.head-right
  .right-menu
  li
  .my_account
  .dropdown
  .dropdown-menu
  li.drop-bottom
  .btn-block {
  color: #fff;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.head-right
  .right-menu
  li
  .account
  .dropdown
  .dropdown-menu
  li.drop-bottom
  .btn-block:hover,
.head-right
  .right-menu
  li
  .my_account
  .dropdown
  .dropdown-menu
  li.drop-bottom
  .btn-block:hover {
  background: #295bd6;
  color: #fff;
  border-color: #295bd6;
}
.head-right .right-menu li .account .dropdown .dropdown-menu:before,
.head-right .right-menu li .my_account .dropdown .dropdown-menu:before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #d9d9d9 !important;
  border-right: 1px solid #d9d9d9 !important;
  border-top: none;
  border-left: none;
  -moz-transform: rotate(225deg) !important;
  -ms-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important;
  -webkit-transform: rotate(225deg) !important;
  position: absolute;
  top: -6px;
  right: 20px;
  background-color: #fff;
}
.head-right .right-menu li .account .dropdown.open .btn-default,
.head-right .right-menu li .my_account .dropdown.open .btn-default {
  color: #282828;
  background: 0 0;
}
.head-right .right-menu li .downld-app {
  font-size: 0;
}
.head-right .right-menu li .downld-app:before {
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  width: 17px;
}
.head-right .right-menu li .shop-cart {
  font-size: 0;
  display: block;
  position: relative;
}
.head-right .right-menu li .shop-cart:before {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 25px;
}
.head-right .right-menu li .shop-cart .cart-count {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-color: #2bb673;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 5px;
  font-weight: 400;
}
.sortby {
  display: inline-block;
  float: right;
  margin-right: 48px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .sortby {
    margin-right: 53px;
  }
}
@media screen and (max-width: 768px) {
  .sortby {
    margin-right: 60px;
  }
}
.sortby .dd-drop {
  position: relative;
  display: block;
}
.sortby .dd-drop .selecteD {
  display: block;
  padding: 0 16px 0 0;
  position: relative;
  width: 100%;
}
.sortby .dd-drop .selecteD .selecteD-loc {
  color: #747474;
  display: block;
  height: 100%;
  width: 100%;
}
.sortby .dd-drop .selecteD .selecteD-arrw::before {
  border-color: #777 transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 21px;
}
.sortby .dd-drop .select-options {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dadada;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  right: 0;
  top: 37px;
  width: 155px;
  z-index: 123;
}
.sortby .dd-drop .select-options > li {
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.5;
}
.sortby .dd-drop .select-options > li:last-child {
  border-bottom: 0;
}
.sortby .dd-drop .select-options > li a {
  color: #747474;
  cursor: default;
  display: block;
  padding: 7px 15px;
}
.my_account {
  float: right;
  font: 16px 600;
}
.my_account a {
  padding: 0;
  display: inline-block;
  color: #282828;
}
.my_account figure {
  margin-right: 10px;
  margin-top: 4px;
}
.my_account .dropdown-menu {
  right: auto;
  left: auto;
}
.my_account .dropdown-menu a {
  padding: 4px 20px;
  color: #999;
}
a.nav-expander {
  position: fixed;
  right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  top: 13px;
  z-index: 10000;
  -webkit-transition: all 0.33s ease-in-out 0s;
  -moz-transition: all 0.33s ease-in-out 0s;
  transition: all 0.33s ease-in-out 0s;
  padding: 15px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  a.nav-expander {
    top: 9px;
    right: 15px;
  }
}
@media screen and (max-width: 480px) {
  a.nav-expander {
    top: 4px;
  }
}
a.nav-expander::before {
  content: "\e618";
  font-family: icomoon;
  margin: 0 !important;
  color: #282828;
  vertical-align: sub;
  font-size: 16px;
}
.affix-top a.nav-expander {
  position: fixed;
}
.nav-expanded a.nav-expander {
  position: fixed !important;
  right: 325px;
  width: 35px;
  height: 35px;
  padding: 7px 9px;
  background: #fff;
}
.nav-expanded a.nav-expander::before {
  content: "\e610";
  font-size: 14px;
  color: #848484;
  font-family: icomoon;
  font-weight: 600;
}
.nav-expanded a.nav-expander::before:hover {
  color: #282828;
}
nav.menunav {
  background: #fff;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -325px;
  font-size: 16px;
  top: 0;
  width: 325px;
  padding: 30px;
  z-index: 99999;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  transition: right 0.3s ease-in-out 0s;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  nav.menunav {
    font-size: 14px;
    padding: 10px 16px;
    width: 300px;
    right: -300px;
  }
}
@media screen and (max-width: 480px) {
  nav.menunav {
    font-size: 13px;
    padding: 10px 15px;
    width: 250px;
    right: -250px;
  }
}
nav.menunav .top-menu {
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  nav.menunav .top-menu {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 480px) {
  nav.menunav .top-menu {
    margin-bottom: 8px;
  }
}
nav.menunav .top-menu li {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  nav.menunav .top-menu li {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  nav.menunav .top-menu li {
    margin-bottom: 6px;
  }
}
nav.menunav .top-menu li a {
  font-size: 14px;
  text-transform: capitalize;
  color: #282828;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  nav.menunav .top-menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  nav.menunav .top-menu li a {
    font-size: 13px;
  }
}
nav.menunav .top-menu li a:hover {
  color: #336fff;
}
nav.menunav .top-menu > a {
  font-size: 14px;
  text-transform: capitalize;
  color: #282828;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
  margin-top: 0;
}
nav.menunav .top-menu > a:hover {
  color: #336fff;
}
nav.menunav .top-menu > br {
  display: none;
}
nav.menunav .bottom-menu {
  margin: 10px 0 25px;
}
@media screen and (max-width: 768px) {
  nav.menunav .bottom-menu {
    margin-bottom: 8px;
    padding-bottom: 0;
  }
}
nav.menunav .bottom-menu li {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  nav.menunav .bottom-menu li {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 480px) {
  nav.menunav .bottom-menu li {
    margin-bottom: 5px;
  }
}
nav.menunav .bottom-menu li a {
  font-size: 14px;
  color: #282828;
  text-transform: capitalize;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  nav.menunav .bottom-menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  nav.menunav .bottom-menu li a {
    font-size: 13px;
  }
}
nav.menunav .bottom-menu a {
  font-size: 14px;
  color: #282828;
  text-transform: capitalize;
  font-weight: 600;
}
nav.menunav h3 {
  margin: 0;
  font-size: 16px;
  padding-bottom: 10px;
  color: #282828;
}
@media screen and (max-width: 768px) {
  nav.menunav h3 {
    font-size: 16px;
    margin: 0 0 7px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 480px) {
  nav.menunav h3 {
    font-size: 14px;
    margin: 0 0 5px;
    padding-bottom: 7px;
  }
}
nav.menunav .support-link {
  color: #282828;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  nav.menunav .support-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  nav.menunav .support-link {
    font-size: 13px;
  }
}
nav.menunav .support-link.mail {
  color: #336fff;
  font-size: 14px;
}
nav.menunav span {
  display: block;
  color: #848484;
  font-size: 14px;
}
nav.menunav .support {
  margin: 0;
}
@media screen and (max-width: 768px) {
  nav.menunav .support {
    margin: 0 0 4px;
  }
}
nav.menunav .support li {
  padding: 10px 0 15px;
}
@media screen and (max-width: 768px) {
  nav.menunav .support li {
    padding: 6px 0;
  }
}
nav.menunav .support li .support-mob,
nav.menunav .support li .support-phone {
  display: block;
  font-style: normal;
  font-size: 16px;
  color: #282828;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  nav.menunav .support li .support-mob,
  nav.menunav .support li .support-phone {
    font-size: 15px;
    padding-left: 28px;
  }
}
nav.menunav .support li .support-mob::before,
nav.menunav .support li .support-phone::before {
  display: none;
}
nav.menunav .social {
  margin-bottom: 10px;
  margin-top: 10px;
}
nav.menunav h4 {
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  margin-bottom: 10px;
}
.nav-expanded nav.menunav {
  right: 0;
}
body.nav-expanded {
  margin-left: 0;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  transition: right 0.4s ease-in-out 0s;
  overflow: hidden;
}
body.nav-expanded::after {
  content: "";
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  overflow: hidden;
}
.top-menu a:hover {
  color: #336fff;
}
.site-slct {
  width: 193px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 15px;
  vertical-align: top;
  margin-top: 20px;
}
.site-slct .selectboxit-arrow-container,
.site-slct .selectboxit-text {
  height: 30px;
  line-height: 30px;
  text-indent: 0;
  font-family: 600;
  color: #262626;
}
.site-slct .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #f5f5f5;
}
.cmn-header {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  min-width: 960px;
  height: 75px;
  background: #fff;
  font-family: inherit;
}
.cmn-header + .cmn-wrapper {
  padding-top: 75px;
}
.cmn-header .logo {
  float: left;
  width: 240px;
  margin: 12px 25px 0 0;
}
.cmn-header .country-slct {
  float: left;
  width: 130px;
  margin-top: 20px;
  position: relative;
}
.cmn-header .country-slct select.cstm_slct {
  display: none;
}
.cmn-header .country-slct .dropdown-toggle {
  text-transform: uppercase;
  font-size: 12px;
  color: #7a7a7a;
  font-family: 700;
  padding: 5px 20px 5px 8px;
}
.cmn-header .country-slct .dropdown-toggle .caret {
  top: 3px;
}
.cmn-header .country-slct .cstm_slct .dropdown-toggle {
  border: #ccc 1px solid;
  color: #777;
  line-height: 19px;
  outline: medium none;
  padding: 5px 20px 5px 12px;
  width: 100%;
  background: #fff;
  text-align: left;
  position: relative;
  border-radius: 2px;
}
.cmn-header .country-slct .cstm_slct .dropdown-toggle .caret {
  width: 10px;
  height: 8px;
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 101;
  display: block;
  border-top: 5px solid #ccc;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.cmn-header .country-slct .cstm_slct .dropdown-toggle:focus {
  outline: 0;
}
.cmn-header .country-slct .cstm_slct.open .caret {
  top: 8px;
  border-top: 0;
  border-bottom: 5px solid #ccc;
}
.cmn-header .country-slct .dropdown-menu.inner {
  max-height: 400px !important;
  overflow-x: hidden;
  overflow-y: scroll;
}
.cmn-header .quick-links {
  float: right;
  padding: 25px 0 0 0;
  margin-right: 20px;
}
.cmn-header .quick-links > li {
  float: left;
  padding: 3px 0 4px 16px;
}
.cmn-header .quick-links > li.my-acount {
  position: relative;
}
.cmn-header .quick-links > li.my-acount .text01 {
  position: relative;
  display: block;
  padding-right: 14px;
  font-size: 14px;
  color: #282828;
  font-family: 600;
}
.cmn-header .quick-links > li.my-acount .text01:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  border-top: 5px solid #ccc;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub {
  opacity: 0;
  visibility: hidden;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  right: 0;
  top: 22px;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.cmn-header .quick-links > li.my-acount:hover .my-ac-sub {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub .user {
  border-bottom: 1px solid #eee;
  padding: 10px 12px 8px;
  display: inline-block;
  width: 100%;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub .user a {
  color: #282828;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub .user a:hover {
  color: #336fff;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub .user figure {
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  border-radius: 14px;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub .user figure img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub .user figcaption {
  display: table;
  vertical-align: middle;
  height: 30px;
  margin-left: 38px;
  font-size: 14px;
  color: #282828;
  font-family: 600;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub .user figcaption:hover {
  color: #336fff;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub .user figcaption .name {
  vertical-align: middle;
  display: table-cell;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub ul {
  border-bottom: 1px solid #eee;
  padding: 6px 12px 3px;
  display: inline-block;
  width: 100%;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub ul li {
  padding: 5px 0;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub ul li a {
  font-family: 600;
  font-size: 14px;
  color: #848484;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub ul li a:hover {
  color: #336fff;
}
.cmn-header .quick-links > li.my-acount .my-ac-sub .logout {
  padding: 7px 12px 4px;
  display: inline-block;
}
.cmn-header .quick-links > li.language a span {
  color: #8b8b8b;
  font-size: 12px;
  font-family: 600;
  vertical-align: middle;
}
.cmn-header .quick-links > li.language a i.caret {
  position: relative;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #aaa;
}
.cmn-header .quick-links > li.language a i.caret::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  left: -6px;
  top: -5px;
  position: absolute;
  content: " ";
}
.cmn-header .quick-links > li.language a:hover span {
  color: #ee5128;
}
.cmn-header .quick-links > li.language a:hover .caret {
  border-top-color: #ee5128;
}
.cmn-header .quick-links .basket-cntr {
  position: relative;
}
.cmn-header .quick-links .basket-cntr .cart-count {
  line-height: 16px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 0 2px 0 7px;
}
.cmn-nav {
  float: left;
  padding: 19px 1px 0 16px;
}
.cmn-nav ul {
  margin: 0;
  padding: 0;
}
.cmn-nav ul li {
  list-style-type: none;
  float: left;
  padding: 8px 10px;
  position: relative;
}
.cmn-nav ul li a {
  font-size: 12px;
  color: #707070;
  font-family: 700;
  text-transform: uppercase;
}
.cmn-nav ul li a.active,
.cmn-nav ul li a:active,
.cmn-nav ul li a:focus,
.cmn-nav ul li a:hover {
  color: #336fff;
  text-decoration: none;
  outline: 0;
}
.signIn {
  display: inline-block;
  vertical-align: middle;
}
i.icon-user {
  background-position: 0 -35px;
  height: 22px;
  width: 22px;
  background-image: url(../images/iconsuserright.png);
  display: inline-block;
  vertical-align: middle;
}
.cmn-header .quick-links .basket-cntr .cart-count {
  line-height: 16px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 0 2px 0 7px;
  background-position: 0 0;
  height: 20px;
  width: 25px;
  background-image: url(../images/iconsuserright.png);
  display: inline-block;
}
.cmn-header .quick-links .basket-cntr .cart-count .ajax_cart_product_txt {
  line-height: 12px;
  vertical-align: top;
  font-size: 10px;
}
.affix-top #content-container {
  padding-top: 76px !important;
}
@media screen and (max-width: 768px) {
  .affix-top #content-container {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 480px) {
  .affix-top #content-container {
    padding-top: 55px !important;
  }
}
.user-optns .signIn,
.user-optns .signedIn {
  font-family: 700;
  text-transform: uppercase;
  color: #707070;
  font-size: 12px;
}
.user-optns .signIn .icon,
.user-optns .signedIn .icon {
  margin-right: 5px;
}
.user-optns .signIn .icon + span,
.user-optns .signedIn .icon + span {
  vertical-align: middle;
}
.user-optns .signIn:active,
.user-optns .signIn:focus,
.user-optns .signIn:hover,
.user-optns .signedIn:active,
.user-optns .signedIn:focus,
.user-optns .signedIn:hover {
  color: #336fff;
}
.user-optns .signedIn {
  font-size: 12px;
}
.menunav .account,
.menunav .my_account {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menunav .account,
  .menunav .my_account {
    border: 1px solid #1e88e5;
    border-radius: 3px;
    clear: both;
    display: block;
    float: left;
    margin: 0 0 10px;
    padding: 5px;
    background: #fff;
    color: #1e88e5;
  }
  .menunav .account a,
  .menunav .my_account a {
    color: #1e88e5;
  }
}
.menunav .account .caret,
.menunav .my_account .caret {
  display: inline-block;
  margin-bottom: 0;
}
.menunav .account .dropdown-menu,
.menunav .my_account .dropdown-menu {
  left: 0;
}
@media screen and (max-width: 1024px) {
  .menunav .menu-bar {
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .menunav .menu-bar {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  header .account,
  header .my_account,
  header .post {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nav-expanded a.nav-expander {
    height: 43px !important;
    padding: 10px 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .nav-expanded a.nav-expander::before {
    font-size: 17px !important;
  }
}
footer:after,
footer:before {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer .footer-container {
  background: #fff;
}
footer .footer-container.bg {
  background: rgba(0, 0, 0, 0) url(../images/footerbg.jpg) repeat scroll 0 0;
  border-top: 1px solid #e6e6e6;
}
footer .footer-container .footer-menu h3 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
footer .footer-container .footer-top {
  background: #fafafa;
  padding-top: 25px;
  padding-bottom: 45px;
}
footer .footer-container .footer-top h3 {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  padding: 10px 0;
}
footer .footer-container .footer-top .footer-link li {
  margin-bottom: 5px;
}
footer .footer-container .footer-top a {
  font-size: 13px;
  color: #848484;
  line-height: 1.6;
  word-wrap: break-word;
}
footer .footer-container .footer-top a:hover {
  color: #282828;
}
footer .footer-container .footer-top ul li.col-xs-6 {
  padding: 0;
}
footer .footer-container .footer-top .bx-controls-direction {
  margin-bottom: 15px;
}
footer .footer-container .footer-top .bx-controls-direction a {
  position: static;
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 17px;
}
footer .footer-container .footer-top .bx-controls-direction a.bx-prev {
  background: url(../images/bx-arrow2.png) no-repeat 0 0;
}
footer .footer-container .footer-top .bx-controls-direction a.bx-prev.disabled {
  background-position: 0 bottom;
  opacity: 1;
}
footer .footer-container .footer-top .bx-controls-direction a.bx-next {
  background: url(../images/bx-arrow2.png) no-repeat right 0;
}
footer .footer-container .footer-top .bx-controls-direction a.bx-next.disabled {
  background-position: right bottom;
  opacity: 1;
}
footer .footer-container .footer-middle {
  padding: 30px 30px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-middle {
    padding: 70px 16px 18px;
  }
}
footer .footer-container .footer-middle .footer-menu > li {
  width: 33.33%;
}
footer .footer-container .footer-middle .footer-menu > li:last-child {
  width: 33.3333%;
}
footer .footer-container .footer-middle .footer-menu > li.col-xs-4 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
footer .footer-container .footer-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-container .footer-middle ul.social {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
footer .footer-container .footer-middle ul.social span {
  margin-bottom: 0;
  font-size: 16px;
}
footer .footer-container .footer-middle ul:after,
footer .footer-container .footer-middle ul:before {
  content: " ";
  display: table;
}
footer .footer-container .footer-middle ul:after {
  clear: both;
}
footer .footer-container .footer-middle ul li {
  padding: 0;
  margin-bottom: 10px;
}
footer .footer-container .footer-middle ul li ul li {
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
footer .footer-container .footer-middle ul li ul li:after,
footer .footer-container .footer-middle ul li ul li:before {
  content: " ";
  display: table;
}
footer .footer-container .footer-middle ul li ul li:after {
  clear: both;
}
footer .footer-container .footer-middle ul li ul li a {
  color: #fff;
  font-size: 13px;
}
footer .footer-container .footer-middle ul li ul li a:hover {
  opacity: 0.5;
}
footer .footer-container .footer-middle ul li ul li span {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
  opacity: 1;
  font-weight: 400;
}
footer .footer-container .footer-middle ul li ul li .mail-cont::before {
  height: 14px;
  width: 16px;
}
footer .footer-container .footer-middle ul li ul li .mail-loc::before {
  height: 17px;
  width: 17px;
}
footer .footer-container .footer-middle ul li ul li .comn-disp {
  position: absolute;
}
footer .footer-container .footer-middle ul li ul li .comn-disp.mail-cont {
  line-height: 1;
}
footer .footer-container .footer-middle ul li ul li .comn {
  text-transform: initial;
  font-weight: 400;
  color: #fff;
  margin-right: 10px;
}
footer .footer-container .footer-middle ul li ul li .comn a {
  color: #fff;
  font-weight: 400;
}
footer .footer-container .footer-middle .contacts ul {
  padding-left: 16%;
}
footer .footer-container .footer-middle .contacts ul.app-dwnld {
  margin-top: 30px;
}
footer .footer-container .footer-middle .contacts ul span {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}
footer .footer-container .footer-middle .container .col-xs-12 {
  padding: 0;
}
footer .footer-container .footer-bottom {
  padding: 40px 0;
  margin: 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-container .footer-bottom .col-xs-6 {
  padding: 0;
}
footer .footer-container .footer-bottom h3 {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 600;
}
footer .footer-container .footer-bottom p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}
footer .footer-container .footer-bottom ul {
  margin-bottom: 40px;
}
footer .footer-container .footer-bottom ul li {
  color: #848484;
  font-size: 13px;
  line-height: 22px;
}
footer .footer-container .footer-bottom ul li:first-child {
  border: 0;
}
footer .footer-container .footer-bottom ul li:first-child a {
  margin-left: 0;
  padding: 0;
}
footer .footer-container .footer-bottom ul li a {
  font-size: 13px;
  color: #848484;
  padding: 0;
}
footer .footer-container .footer-bottom ul li a:hover {
  color: #336fff;
}
footer .footer-container .footer-bottom ul li .number {
  font-size: 13px;
  color: #848484;
}
footer .footer-container .footer-bottom ul li .number small {
  font-size: 100%;
  display: inline-block;
  color: #848484;
}
footer .footer-container .footer-bottom ul li .number .support-phone::before {
  font-size: 18px;
  top: -3px !important;
  position: relative;
  color: #848484;
}
footer .footer-container .footer-bottom ul li .number + span {
  display: block;
  color: #848484;
}
footer .footer-container .footer-bottom .footer_home li {
  border-left: 0 !important;
  color: #336fff;
  list-style-type: circle;
  margin: 0 20px;
  font-size: 19px;
  font-size: 15px;
}
footer .footer-container .footer-bottom .footer_home li a {
  display: inline-block;
  padding-left: 0;
}
footer .footer-container .footer-bottom .col-xs-6 {
  padding-right: 50px;
}
footer .footer-container .footer-bottom .container > .row > .col-xs-6 {
  padding-right: 50px;
  padding-left: 0;
}
footer .footer-container .footer-bottom .container > .row .col-xs-3 {
  padding-left: 0;
}
.social-wrap {
  margin-bottom: 25px;
}
.social-wrap:after,
.social-wrap:before {
  content: " ";
  display: table;
}
.social-wrap:after {
  clear: both;
}
.social-wrap li {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  float: left;
}
.social-wrap li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 29px;
  height: 29px;
  margin-right: 5px;
  position: relative;
  vertical-align: top;
  text-align: center;
  border-radius: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-wrap li .ico-list {
  padding: 0;
  font-size: 19px !important;
  color: #fff;
  margin: 0;
}
.social-wrap .linkedin-bg {
  background-color: #0077b5;
}
.social-wrap .fb-bg {
  background-color: #4c6faa;
}
.social-wrap .twitter-bg {
  background-color: #55acee;
}
.footer-copy {
  padding: 12px 15px 15px;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copy p {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
  margin: 0;
  text-transform: uppercase;
}
.sticky-bottom {
  position: fixed;
  z-index: 9999;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 40px;
  background: #f8f8f8;
  border-top: 3px solid #336fff;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.15);
}
.sticky-bottom .sticky-arrow {
  position: absolute;
  top: -40px;
  padding: 0 20px;
  height: 40px;
  background: #336fff;
  right: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 38px;
  cursor: pointer;
}
.sticky-bottom .sticky-arrow::after {
  width: 15px;
  height: 9px;
  margin-left: 5px;
}
.sticky-bottom ._bar {
  padding: 0 10%;
}
.sticky-bottom ._bar > li {
  text-align: center;
  border-left: 1px solid #d9d9d9;
  background: #f8f8f8;
  position: relative;
}
.sticky-bottom ._bar > li > a {
  position: relative;
  display: block;
  padding: 0 10px 0 31px;
  font: 14px 600;
  color: #606060;
  line-height: 39px;
}
.sticky-bottom ._bar > li > a span {
  background: #336fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  position: relative;
  right: 0;
  vertical-align: top;
  top: 8px;
}
.sticky-bottom ._bar > li > a::before {
  position: relative;
  left: -8px;
  margin: 8px 0 0;
  vertical-align: top;
  display: inline-block;
}
.sticky-bottom ._bar > li > a.talk::before {
  width: 27px;
  height: 23px;
}
.sticky-bottom ._bar > li > a.compare {
  padding-left: 40px;
}
.sticky-bottom ._bar > li > a.compare::before {
  width: 35px;
  height: 20px;
  top: -10px !important;
}
.sticky-bottom ._bar > li > a.shortlist::before {
  width: 23px;
  height: 18px;
}
.sticky-bottom ._bar > li > a.email::before {
  width: 24px;
  height: 17px;
}
.sticky-bottom ._bar > li:hover {
  background: #eee;
}
.sticky-bottom ._bar > li:first-child {
  border: 0;
}
.sticky-bottom ._bar > li.showpopup {
  background-color: #d9d9d9;
}
.sticky-bottom ._bar > li.showpopup .pop_up {
  z-index: 20;
  visibility: visible;
  opacity: 1;
  margin-bottom: 5px;
}
.sticky-bottom .pop_up {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 283px;
  border: #f6f6f6 3px solid;
  background-color: #fff;
  z-index: -20;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 20px;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
  text-align: left;
  box-shadow: 0 0 3px #848484;
}
.sticky-bottom .pop_up:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 17px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #7b7b7b;
  margin-top: 3px;
}
.sticky-bottom .pop_up .scroll_wrp {
  position: relative;
}
.sticky-bottom .pop_up .scroll_wrp .vertical-handle {
  right: -19px;
}
.sticky-bottom .pop_up .pop_hd {
  background-color: #ededed;
  height: 37px;
  border-bottom: #e1e1e1 1px solid;
}
.sticky-bottom .pop_up .pop_hd ul {
  display: table;
  width: 100%;
}
.sticky-bottom .pop_up .pop_hd ul li {
  display: table-cell;
  width: 50%;
  text-align: center;
}
.sticky-bottom .pop_up .pop_hd ul li a {
  padding: 5px 8px;
  margin: 3px 0;
  font-size: 14px;
  color: #848484;
  display: block;
  border-right: #d8d8d8 1px solid;
  position: relative;
}
.sticky-bottom .pop_up .pop_hd ul li a .count {
  background: #336fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  position: relative;
  top: -4px;
  margin-left: 4px;
}
.sticky-bottom .pop_up .pop_hd ul li a.active {
  position: relative;
  color: #606060;
}
.sticky-bottom .pop_up .pop_hd ul li a.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #336fff;
}
.sticky-bottom .pop_up .pop_hd ul li:nth-child(2) a {
  border-right: 0;
}
.sticky-bottom .pop_up .pop_hd ul li:last-child a {
  border-right: none;
}
.sticky-bottom .pop_up .pop_hd ul li.fullwidth {
  width: 100%;
}
.sticky-bottom .pop_up .pop_bd {
  min-height: 100px;
  margin: 3px 4% -1px;
  overflow: auto;
  width: 92%;
}
.sticky-bottom .pop_up .pop_bd .pdt-list {
  width: 100%;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li {
  padding: 8px 0;
  border-bottom: #d7d7d7 1px dashed;
  position: relative;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .removeit {
  position: absolute;
  top: 8px;
  right: 4px;
  z-index: 100;
  text-indent: -9999px;
  opacity: 0.7;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .removeit:hover {
  opacity: 1;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .thumb {
  display: block;
  float: left;
  width: 72px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .thumb img {
  max-width: 100%;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .dtl-blk {
  margin-left: 82px;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .dtl-blk .ttl {
  font-size: 14px;
  margin: 0;
  line-height: 18px;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .dtl-blk .ttl a {
  color: #333;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .dtl-blk .ttl a:hover {
  color: #f47d17;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .dtl-blk .location {
  margin: 0;
  color: #908f8f;
  font-size: 13px;
  line-height: 18px;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .dtl-blk .features {
  font-size: 14px;
  color: #606060;
  line-height: 18px;
  margin: 0;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .dtl-blk .features > span {
  padding: 0 6px;
  border-left: #e1e1e1 1px solid;
}
.sticky-bottom
  .pop_up
  .pop_bd
  .pdt-list
  li
  .dtl-blk
  .features
  > span:first-child {
  border-left: 0;
  padding-left: 0;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .dtl-blk .rs::before {
  font-size: 13px;
  color: #848484;
  margin-right: 4px;
}
.sticky-bottom .pop_up .pop_bt {
  padding: 10px 0;
  margin: 0 10px;
  border-top: #d7d7d7 1px dashed;
}
.sticky-bottom .pop_up .pop_bt .btn {
  width: 47%;
  text-align: center;
  padding: 5px;
  float: left;
  font-size: 14px;
}
.sticky-bottom .pop_up .pop_bt .rmv-all {
  background-color: #999;
  color: #fff;
  margin-right: 0;
  border: none;
  margin-left: 6%;
}
.sticky-bottom .pop_up .pop_bt .rmv-all:focus,
.sticky-bottom .pop_up .pop_bt .rmv-all:hover {
  background-color: #606060;
}
.sticky-bottom .pop_up .pop_bt .view_all {
  width: 100%;
}
.sticky-bottom a,
.sticky-bottom a:active,
.sticky-bottom a:focus,
.sticky-bottom a:hover {
  outline: 0;
}
.sticky-bottom .showpopup .pop_hd span.close {
  background: #fff;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  color: #9c9c9c;
  font-size: 14px;
  font-weight: 400;
  height: 19px;
  line-height: 17px;
  opacity: 1;
  position: absolute;
  right: -11px;
  text-align: center;
  top: -16px;
  width: 19px;
}
.sticky-bottom .showpopup .pop_hd span.close:hover {
  color: #336fff;
  border-color: #336fff;
}
.sticky-bottom .showpopup .empty-comapre {
  padding: 25px 0 113px;
  background: url(../images/add-compare.png) no-repeat scroll center 102px;
}
.sticky-bottom .showpopup .empty-comapre h1 {
  color: #6b6b6b;
  font-size: 17px;
  text-align: center;
}
.send_pop_up,
.sucess-pop {
  position: absolute;
  bottom: 100%;
  right: -8px;
  width: 350px;
  border: #f6f6f6 3px solid;
  background-color: #fff;
  z-index: 1000;
  display: none;
  margin-bottom: 5px;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
  text-align: left;
  box-shadow: 0 0 3px #848484;
}
.send_pop_up:after,
.sucess-pop:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 25px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #7b7b7b;
  margin-top: 3px;
}
.send_pop_up .pop_hd,
.sucess-pop .pop_hd {
  background-color: #ededed;
  height: 37px;
  border-bottom: #e1e1e1 1px solid;
}
.send_pop_up .pop_hd ul,
.sucess-pop .pop_hd ul {
  display: table;
  width: 100%;
}
.send_pop_up .pop_hd ul li,
.sucess-pop .pop_hd ul li {
  display: table-cell;
  width: 50%;
  text-align: center;
}
.send_pop_up .pop_hd ul li a,
.sucess-pop .pop_hd ul li a {
  padding: 5px 8px;
  margin: 3px 0;
  font-size: 14px;
  color: #848484;
  display: block;
  position: relative;
}
.send_pop_up .pop_hd ul li a .count,
.sucess-pop .pop_hd ul li a .count {
  background: #336fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  position: relative;
  top: -4px;
  margin-left: 4px;
}
.send_pop_up .pop_hd ul li a.active,
.sucess-pop .pop_hd ul li a.active {
  position: relative;
  color: #606060;
}
.send_pop_up .pop_hd ul li a.active:after,
.sucess-pop .pop_hd ul li a.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #336fff;
}
.send_pop_up .pop_hd ul li.fullwidth,
.sucess-pop .pop_hd ul li.fullwidth {
  width: 100%;
}
.send_pop_up .pop_bd,
.sucess-pop .pop_bd {
  min-height: 100px;
  padding-top: 18px;
  width: 100%;
}
.send_pop_up .pop_bd .form-control01,
.sucess-pop .pop_bd .form-control01 {
  padding: 6px 12px;
  height: 98px;
  border: 1px solid #efefef;
  color: #7c7c7c;
  box-shadow: none;
  background: #fff;
}
.send_pop_up .pop_bd .form-control01 textarea,
.sucess-pop .pop_bd .form-control01 textarea {
  border: 0;
  width: 100%;
  height: 86px;
  resize: none;
}
.send_pop_up .pop_bd .captcha-image.form-control,
.sucess-pop .pop_bd .captcha-image.form-control {
  padding: 0;
}
.send_pop_up .pop_bd .captcha-image img,
.sucess-pop .pop_bd .captcha-image img {
  margin-top: 12px;
  max-width: 75%;
}
.send_pop_up .pop_bd .captcha-image .reload-captcha,
.sucess-pop .pop_bd .captcha-image .reload-captcha {
  margin-right: 0;
  display: inline-block;
}
.send_pop_up .pop_bd .captcha-text .form-control,
.sucess-pop .pop_bd .captcha-text .form-control {
  font-size: 13px !important;
}
.send_pop_up .pop_bt,
.sucess-pop .pop_bt {
  padding: 0 15px 15px !important;
  margin: 0;
  border-top: #d7d7d7 1px dashed;
  width: 47%;
}
.send_pop_up .pop_bt .btn,
.sucess-pop .pop_bt .btn {
  width: 100%;
  text-align: center;
  padding: 5px;
  float: left;
  font-size: 14px;
}
.send_pop_up .pop_bt {
  border-top: none !important;
}
.sucess-pop .vertic {
  display: table;
  width: 100% !important;
}
.sucess-pop .vertic .msg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.sucess-pop .pop_bt {
  padding: 0 0 7px !important;
  text-align: center;
  width: 100%;
  margin: 0 !important;
}
.emailBasket .captcha-text {
  width: 100%;
}
footer .footer-container .footer-top .bx-controls-direction a {
  text-indent: 0;
  opacity: 1;
  line-height: 0;
}
footer .footer-container .footer-top .bx-controls-direction a.bx-next {
  background: 0 0;
  border: 1px solid #ccc;
  margin-left: -1px;
}
footer .footer-container .footer-top .bx-controls-direction a.bx-next::after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f6ae72;
  top: 8px;
  position: relative;
  left: 7px;
  content: "";
}
footer .footer-container .footer-top .bx-controls-direction a.bx-prev {
  background: 0 0;
  border: 1px solid #ccc;
}
footer .footer-container .footer-top .bx-controls-direction a.bx-prev::after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f6ae72;
  top: 8px;
  position: relative;
  left: 5px;
  content: "";
}
footer .footer-container .footer-top .bx-controls-direction a.bx-prev.disabled {
  opacity: 0 !important;
}
footer .footer-container .footer-top .bx-controls-direction a.bx-next.disabled {
  opacity: 0 !important;
}
@media screen and (max-width: 768px) {
  .footer-top {
    padding: 20px 12px 25px;
  }
}
@media screen and (max-width: 480px) {
  .footer-top {
    padding: 20px 9px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top .col-xs-4 {
    padding: 0 4px;
  }
}
@media screen and (max-width: 560px) {
  .footer-top .col-xs-4 {
    padding: 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .footer-top .col-xs-4 {
    padding: 0 8px;
    width: 100%;
    display: inline-block !important;
    float: none !important;
    vertical-align: text-top;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top .col-xs-4 h3 {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .footer-top .col-xs-4 h3 {
    font-size: 13px !important;
    padding-bottom: 3px !important;
    margin: 8px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .footer-top .col-xs-4 .footer-link li {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 480px) {
  .footer-top .col-xs-4 .footer-link li {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .footer-top .col-xs-4 .footer-link li a {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1024px) {
  .footer-middle .footer-menu > .row > .col-xs-3 {
    width: 21%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-middle .footer-menu > .row > .col-xs-3:nth-child(3) {
    width: 37%;
  }
}
@media screen and (max-width: 550px) {
  .footer-middle .footer-menu > .row > .col-xs-3:nth-child(3) {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer-middle .footer-menu > .row > .col-xs-3 {
    width: 50% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer-middle .footer-menu > .row > .col-xs-3 {
    width: 58% !important;
  }
}
@media screen and (max-width: 420px) {
  .footer-middle .footer-menu > .row > .col-xs-3 {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .footer-middle .footer-menu > .row > .col-xs-3:nth-child(2n) {
    width: 42% !important;
  }
}
@media screen and (max-width: 420px) {
  .footer-middle .footer-menu > .row > .col-xs-3:nth-child(2n) {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-container .footer-middle {
    padding: 32px 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-container .footer-bottom {
    padding: 22px 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-bottom li {
    width: 50%;
    list-style: inside;
    margin: 0 !important;
  }
}
@media screen and (max-width: 690px) {
  footer .footer-container .footer-bottom li {
    width: 100%;
    margin: 0 0 0 15px !important;
    list-style: outside;
  }
}
@media screen and (max-width: 480px) {
  .footer-copy {
    padding: 9px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .footer-copy p {
    margin: 0 0 0 15px;
  }
}
.footer-container .container > .row {
  margin: 0;
}
.footer-container .container > .row > .col-xs-3 {
  padding: 0;
}
.ft-contactinfo h3 {
  vertical-align: middle;
  color: #fff;
}
.appartment-footer-top-blk {
  margin: 0;
  background: #fff;
  padding: 15px;
  border: solid 1px #ddd;
}
.appartment-footer-top-blk h4 {
  font-size: 15px;
}
.appartment-footer-top-blk a {
  color: #36383a;
}
.appartment-footer-top-blk a:hover {
  color: #336fff;
}
.faq-wrap-acco {
  border: solid 1px #ddd;
  border-top: 0;
  padding: 14px 28px 35px;
  margin-top: -10px;
}
.faq-wrap-acco h2 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  padding-top: 28px;
  padding-bottom: 23px;
}
.faq-wrap-acco .card {
  border-bottom: solid 1px #ddd;
}
.faq-wrap-acco .card h5 {
  margin: 0;
}
.faq-wrap-acco .btn-faq {
  width: 100%;
  text-align: left;
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #000;
  padding: 12px 0;
  font-weight: 600;
  position: relative;
  padding-left: 18px;
}
.faq-wrap-acco .btn-faq:before {
  content: "\e635";
  font-family: icomoon !important;
  font-size: 9px;
  position: absolute;
  left: 0;
  top: 54%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.faq-wrap-acco .card-body {
  padding-bottom: 20px;
  padding-left: 17px;
}
.faq-wrap-acco .card-header [aria-expanded="true"]:before {
  content: "\e817";
}
.faq-wrap-acco .list {
  border-top: solid 1px #ddd;
}
.custom-radio {
  position: relative;
  display: inline-block;
}
.custom-radio input[type="radio"] {
  display: none;
}
.custom-radio input[type="radio"] + label {
  font-size: 18px;
  padding-left: 40px;
  padding-right: 31px;
  color: #282828;
  font-weight: 400;
}
.custom-radio input[type="radio"] + label::before {
  content: " ";
  width: 30px;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #ccc;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #fff;
}
.custom-radio input[type="radio"]:checked + label::after {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border: 1px solid #336fff;
  display: block;
  background-color: #336fff;
  position: absolute;
  left: 10px;
  top: 10px;
}
.cust-box {
  position: relative;
  margin-top: 8px;
}
.cust-box input[type="checkbox"] {
  left: 2px;
  position: absolute;
  top: -1px;
  z-index: 1;
  opacity: 0;
}
.cust-box .lbl-cus {
  font-size: 14px;
  color: #848484;
  font-weight: 400;
  padding-left: 8px;
}
.cust-box .lbl-cus::before {
  content: " ";
  background-color: #fff;
  border: 1px solid #848484;
  display: block;
  font-size: 13px;
  height: 19px;
  width: 19px;
  position: absolute;
  left: 0;
  border-radius: 3px;
  -webkit-transform: scale(o);
  -moz-transform: scale(o);
  -ms-transform: scale(o);
  transform: scale(o);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cust-box input[type="checkbox"]:checked + .lbl-cus::before {
  content: "\2714";
  text-align: center;
  background-color: #336fff;
  color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: #336fff;
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?ltg6zk);
  src: url(../fonts/icomoon.eot?ltg6zk#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.ttf?ltg6zk) format("truetype"),
    url(../fonts/icomoon.woff?ltg6zk) format("woff"),
    url(../fonts/icomoon.svg?ltg6zk#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-building-maintenance:before {
  content: "\e942";
  color: #818286;
}
.icon-business-center:before {
  content: "\e943";
  color: #818286;
}
.icon-cafeteria-on-terrace:before {
  content: "\e944";
  color: #818286;
}
.icon-retail-outlet:before {
  content: "\e945";
  color: #818286;
}
.icon-BMS:before {
  content: "\e946";
  color: #818286;
}
.icon-boom-barrier:before {
  content: "\e947";
  color: #818286;
}
.icon-rating-star:before {
  content: "\e600";
}
.icon-favorite-selected:before {
  content: "\e601";
}
.icon-favorite:before {
  content: "\e602";
}
.icon-arrow-narrow:before {
  content: "\e603";
}
.icon-search2:before {
  content: "\e604";
}
.icon-share-fill:before {
  content: "\e605";
}
.icon-arrow-fill:before {
  content: "\e606";
}
.icon-mobile:before {
  content: "\e607";
}
.icon-mail-fill:before {
  content: "\e608";
}
.icon-edit-fill:before {
  content: "\e609";
}
.icon-load-more:before {
  content: "\e60a";
}
.icon-location-pin:before {
  content: "\e60b";
}
.icon-down-arrow:before {
  content: "\e60c";
}
.icon-close:before {
  content: "\e60d";
}
.icon-cart-fill:before {
  content: "\e60e";
}
.icon-tick:before {
  content: "\e60f";
}
.icon-close-narrow:before {
  content: "\e610";
}
.icon-preview:before {
  content: "\e611";
}
.icon-open-arrow:before {
  content: "\e612";
}
.icon-no-result:before {
  content: "\e613";
}
.icon-more:before {
  content: "\e614";
}
.icon-customize:before {
  content: "\e615";
}
.icon-cart-narrow:before {
  content: "\e616";
}
.icon-location-pin-narrow:before {
  content: "\e617";
}
.icon-menu:before {
  content: "\e618";
}
.icon-share-narrow:before {
  content: "\e619";
}
.icon-flag-narrow:before {
  content: "\e61a";
}
.icon-unfollow-user:before {
  content: "\e61b";
}
.icon-open-source:before {
  content: "\e61c";
}
.icon-refresh:before {
  content: "\e61d";
}
.icon-add-email-basket:before {
  content: "\e61e";
}
.icon-flag:before {
  content: "\e61f";
}
.icon-notification:before {
  content: "\e620";
}
.icon-more-line:before {
  content: "\e621";
}
.icon-like2:before {
  content: "\e622";
}
.icon-comment:before {
  content: "\e623";
}
.icon-edit:before {
  content: "\e624";
}
.icon-remove:before {
  content: "\e625";
}
.icon-calendar2:before {
  content: "\e626";
}
.icon-search-narrow:before {
  content: "\e627";
}
.icon-circle-close:before {
  content: "\e628";
}
.icon-follow-user:before {
  content: "\e629";
}
.icon-settings:before {
  content: "\e62a";
}
.icon-comment-narrow:before {
  content: "\e62b";
}
.icon-talk-expert:before {
  content: "\e62c";
}
.icon-mail:before {
  content: "\e62d";
}
.icon-email-basket2:before {
  content: "\e62e";
}
.icon-mail-narrow:before {
  content: "\e62f";
}
.icon-user-1:before {
  content: "\e630";
}
.icon-compare:before {
  content: "\e631";
}
.icon-circle-mobile:before {
  content: "\e632";
}
.icon-circle-call:before {
  content: "\e633";
}
.icon-call:before {
  content: "\e634";
}
.icon-plus2:before {
  content: "\e635";
}
.icon-requirement:before {
  content: "\e636";
}
.icon-map:before {
  content: "\e637";
}
.icon-delete:before {
  content: "\e638";
}
.icon-circle-remove:before {
  content: "\e639";
}
.icon-flag-selected:before {
  content: "\e63a";
}
.icon-floor-plan:before {
  content: "\e63b";
}
.icon-power:before {
  content: "\e63c";
}
.icon-bell:before {
  content: "\e63d";
}
.icon-ac:before {
  content: "\e63e";
}
.icon-garden:before {
  content: "\e63f";
}
.icon-intercom:before {
  content: "\e640";
}
.icon-play:before {
  content: "\e641";
}
.icon-water-tank:before {
  content: "\e642";
}
.icon-pool:before {
  content: "\e643";
}
.icon-gym2:before {
  content: "\e644";
}
.icon-community:before {
  content: "\e645";
}
.icon-vasthu:before {
  content: "\e646";
}
.icon-bank2:before {
  content: "\e647";
}
.icon-library:before {
  content: "\e648";
}
.icon-pipe-gas:before {
  content: "\e649";
}
.icon-wifi:before {
  content: "\e64a";
}
.icon-shop:before {
  content: "\e64b";
}
.icon-maintenance:before {
  content: "\e64c";
}
.icon-plant:before {
  content: "\e64d";
}
.icon-waste:before {
  content: "\e64e";
}
.icon-rain:before {
  content: "\e64f";
}
.icon-lift:before {
  content: "\e650";
}
.icon-tennis:before {
  content: "\e651";
}
.icon-indoor-games:before {
  content: "\e652";
}
.icon-basket-ball:before {
  content: "\e653";
}
.icon-car-park:before {
  content: "\e654";
}
.icon-security:before {
  content: "\e655";
}
.icon-terrace:before {
  content: "\e656";
}
.icon-banquet-hall:before {
  content: "\e657";
}
.icon-bar:before {
  content: "\e658";
}
.icon-food2:before {
  content: "\e659";
}
.icon-conference-room:before {
  content: "\e65a";
}
.icon-atm2:before {
  content: "\e65b";
}
.icon-33:before {
  content: "\e65c";
}
.icon-bedroom:before {
  content: "\e65d";
}
.icon-bath:before {
  content: "\e65e";
}
.icon-phone:before {
  content: "\e65f";
}
.icon-pooja-room:before {
  content: "\e660";
}
.icon-servant-room:before {
  content: "\e661";
}
.icon-built-up-area:before {
  content: "\e662";
}
.icon-property-on-floor:before {
  content: "\e663";
}
.icon-balcony:before {
  content: "\e664";
}
.icon-study-room:before {
  content: "\e665";
}
.icon-plot-area:before {
  content: "\e666";
}
.icon-garden2:before {
  content: "\e667";
}
.icon-water-purifier:before {
  content: "\e672";
}
.icon-furnishing:before {
  content: "\e673";
}
.icon-security-person:before {
  content: "\e674";
}
.icon-wash-room:before {
  content: "\e675";
}
.icon-covered-area:before {
  content: "\e67a";
}
.icon-carpet-area:before {
  content: "\e67b";
}
.icon-floors:before {
  content: "\e689";
}
.icon-built-up-area2:before {
  content: "\e68a";
}
.icon-icon-upload:before {
  content: "\e800";
}
.icon-tick-narrow:before {
  content: "\e801";
}
.icon-close-bold:before {
  content: "\e802";
}
.icon-sown-arrow:before {
  content: "\e803";
}
.icon-up-arrow:before {
  content: "\e804";
}
.icon-compare-yes:before {
  content: "\e805";
}
.icon-user-new-icon:before {
  content: "\e806";
}
.icon-fav-love:before {
  content: "\e807";
}
.icon-icon-prev:before {
  content: "\e808";
}
.icon-icon-next:before {
  content: "\e809";
}
.icon-facebook:before {
  content: "\e80a";
}
.icon-linkdin:before {
  content: "\e80b";
}
.icon-calender:before {
  content: "\e80c";
}
.icon-twitter:before {
  content: "\e80d";
}
.icon-icon-loc:before {
  content: "\e80e";
}
.icon-google:before {
  content: "\e80f";
}
.icon-home-icon:before {
  content: "\e810";
}
.icon-icon-loca:before {
  content: "\e811";
}
.icon-icon-search:before {
  content: "\e812";
}
.icon-icon-bino:before {
  content: "\e813";
}
.icon-icon-forward:before {
  content: "\e814";
}
.icon-icon-backward:before {
  content: "\e815";
}
.icon-icon-followme:before {
  content: "\e816";
}
.icon-icon-plus:before {
  content: "\e817";
}
.icon-icon-save:before {
  content: "\e818";
}
.icon-twitter-icon:before {
  content: "\e819";
}
.icon-gplus-icon:before {
  content: "\e81a";
}
.icon-pinterest-icon:before {
  content: "\e81b";
}
.icon-fb-icon:before {
  content: "\e81c";
}
.icon-icon-dislike:before {
  content: "\e81d";
}
.icon-icon-edit-n:before {
  content: "\e81e";
}
.icon-icon-rupee:before {
  content: "\e81f";
}
.icon-arrow-down:before {
  content: "\e820";
}
.icon-arrow-up:before {
  content: "\e821";
}
.icon-arrow-right:before {
  content: "\e822";
}
.icon-arrow-left:before {
  content: "\e823";
}
.icon-icon-play:before {
  content: "\e824";
}
.icon-icon-menus:before {
  content: "\e825";
}
.icon-icon-pause:before {
  content: "\e826";
}
.icon-icon-ar-left:before {
  content: "\e827";
}
.icon-icon-ar-rt:before {
  content: "\e828";
}
.icon-icon-notifiy:before {
  content: "\e829";
}
.icon-back:before {
  content: "\e900";
}
.icon-headset:before {
  content: "\e901";
}
.icon-pharmacy:before {
  content: "\e902";
}
.icon-restaurant:before {
  content: "\e903";
}
.icon-school:before {
  content: "\e904";
}
.icon-share:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}
.icon-add-to-shortlist:before {
  content: "\e907";
}
.icon-atm:before {
  content: "\e908";
}
.icon-bank:before {
  content: "\e909";
}
.icon-bus-station:before {
  content: "\e90a";
}
.icon-Church:before {
  content: "\e90b";
}
.icon-email-basket:before {
  content: "\e90c";
}
.icon-filter:before {
  content: "\e90d";
}
.icon-food:before {
  content: "\e90e";
}
.icon-grid-view:before {
  content: "\e90f";
}
.icon-gym:before {
  content: "\e910";
}
.icon-hospital:before {
  content: "\e911";
}
.icon-like:before {
  content: "\e912";
}
.icon-map-view:before {
  content: "\e913";
}
.icon-icon-list-small:before {
  content: "\e914";
}
.icon-arobics:before {
  content: "\e915";
}
.icon-badminton:before {
  content: "\e916";
}
.icon-barbeque-pit:before {
  content: "\e917";
}
.icon-basketball-tennis:before {
  content: "\e918";
}
.icon-cctv:before {
  content: "\e919";
}
.icon-centralized-ac:before {
  content: "\e91a";
}
.icon-club-house:before {
  content: "\e91b";
}
.icon-cycllining:before {
  content: "\e91c";
}
.icon-day-care-center:before {
  content: "\e91d";
}
.icon-dth-tv:before {
  content: "\e91e";
}
.icon-fire-equipments:before {
  content: "\e91f";
}
.icon-golf:before {
  content: "\e920";
}
.icon-goods-lift:before {
  content: "\e921";
}
.icon-guest-accommodation:before {
  content: "\e922";
}
.icon-visitor-parking:before {
  content: "\e923";
}
.icon-kids-club:before {
  content: "\e924";
}
.icon-laundary-service:before {
  content: "\e925";
}
.icon-learing-center:before {
  content: "\e926";
}
.icon-meditiation-center:before {
  content: "\e927";
}
.icon-multiporpose-hall:before {
  content: "\e928";
}
.icon-paved-compound:before {
  content: "\e929";
}
.icon-recreational-pool:before {
  content: "\e92a";
}
.icon-school2:before {
  content: "\e92b";
}
.icon-sewage:before {
  content: "\e92c";
}
.icon-skateboard:before {
  content: "\e92d";
}
.icon-theater:before {
  content: "\e92e";
}
.icon-waiting:before {
  content: "\e92f";
}
.icon-water-supply:before {
  content: "\e930";
}
.icon-questions-circular-button:before {
  content: "\e931";
}
.icon-smartphone-call:before {
  content: "\e932";
}
.icon-edit-new:before {
  content: "\e933";
}
.icon-user-new:before {
  content: "\e934";
}
.icon-gps:before {
  content: "\e935";
}
.icon-search:before {
  content: "\e936";
}
.icon-location:before {
  content: "\e937";
}
.icon-property:before {
  content: "\e938";
}
.icon-follow-usr:before {
  content: "\e939";
}
.icon-unfollow-usr:before {
  content: "\e93a";
}
.icon-rubbish-bin:before {
  content: "\e93b";
}
.icon-calendar:before {
  content: "\e93c";
}
.icon-emailonbasket:before {
  content: "\e93d";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-clock:before {
  content: "\e93e";
}
.icon-slider-arrow-left:before {
  content: "\e93f";
}
.icon-slider-arrow-right:before {
  content: "\e940";
}
.icon-trending-icon:before {
  content: "\e941";
  color: #fff;
}
@font-face {
  font-family: icomoon-new;
  src: url(../fonts/icomoon-new.eot?wdlmpt);
  src: url(../fonts/icomoon-new.eot?wdlmpt#iefix) format("embedded-opentype"),
    url(../fonts/icomoon-new.ttf?wdlmpt) format("truetype"),
    url(../fonts/icomoon-new.woff?wdlmpt) format("woff"),
    url(../fonts/icomoon-new.svg?wdlmpt#icomoon-new) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" iconsin"],
[class^="iconsin"] {
  font-family: icomoon-new !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconsinplaceholder:before {
  content: "\e900";
}
.iconsinget-directions-button:before {
  content: "\e901";
}
.iconsintelephone:before {
  content: "\e902";
}
.downapp-wrap {
  background: #fff url(../images/downapp-bg.png);
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  background-size: contain;
}
.downapp-wrap .downapp-tab .close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 34px;
  color: #282828;
  opacity: 1;
  font-weight: 100;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.downapp-wrap .downapp-tab .close:hover {
  opacity: 1;
}
.downapp-wrap .downapp-tab .downapp-content {
  padding: 100px 0 165px;
}
.downapp-wrap .downapp-tab .downapp-content .app-content {
  text-align: left;
  width: 44%;
  padding-left: 30px;
  padding-right: 0;
}
.downapp-wrap .downapp-tab .downapp-content .app-content h2 {
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 25px;
  padding-top: 130px;
}
.downapp-wrap .downapp-tab .downapp-content .app-content p {
  color: #848484;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
}
.downapp-wrap .downapp-tab .downapp-content .app-content .app-android {
  margin-left: 15px;
}
.downapp-wrap .downapp-tab .downapp-content .app-content .app-android:before {
  background-position: -16px -675px;
  width: 155px;
  height: 50px;
}
.downapp-wrap .downapp-tab .downapp-content .app-content .app-apple {
  margin: 0;
}
.downapp-wrap .downapp-tab .downapp-content .app-content .app-apple:before {
  background-position: -16px -614px;
  width: 155px;
  height: 50px;
}
.downapp-wrap .downapp-tab .downapp-content .app-slider {
  width: 56%;
  padding-left: 0;
  padding-right: 29px;
}
.downapp-wrap .downapp-tab .downapp-content .app-slider .downapp-slider {
  background-image: url(../images/download-mobile-application.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 662px;
  display: inline-block;
  padding-top: 150px;
}
.downapp-wrap
  .downapp-tab
  .downapp-content
  .app-slider
  .downapp-slider
  .bx-wrapper {
  margin: auto;
}
.downapp-wrap
  .downapp-tab
  .downapp-content
  .app-slider
  .downapp-slider
  .bx-wrapper
  .bx-viewport
  ul
  li {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.downapp-wrap
  .downapp-tab
  .downapp-content
  .app-slider
  .downapp-slider
  .bx-wrapper
  .bx-viewport
  ul
  li
  img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.downapp-wrap
  .downapp-tab
  .downapp-content
  .app-slider
  .downapp-slider
  .bx-wrapper
  .bx-controls
  .bx-pager {
  position: relative;
  bottom: -140px;
}
.downapp-wrap
  .downapp-tab
  .downapp-content
  .app-slider
  .downapp-slider
  .bx-wrapper
  .bx-controls
  .bx-pager
  .bx-pager-item {
  display: inline-block;
  padding: 0 7px;
}
.downapp-wrap
  .downapp-tab
  .downapp-content
  .app-slider
  .downapp-slider
  .bx-wrapper
  .bx-controls
  .bx-pager
  .bx-pager-item
  .bx-pager-link {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #d9d9d9;
  font-size: 0;
  display: inline-block;
  opacity: 0.8;
}
.downapp-wrap
  .downapp-tab
  .downapp-content
  .app-slider
  .downapp-slider
  .bx-wrapper
  .bx-controls
  .bx-pager
  .bx-pager-item
  .bx-pager-link.active {
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .downapp-wrap .downapp-tab .downapp-content {
    padding: 80px 0 140px;
  }
  .downapp-wrap .downapp-tab .downapp-content .app-slider .downapp-slider {
    padding-top: 162px;
  }
  .downapp-wrap
    .downapp-tab
    .downapp-content
    .app-slider
    .downapp-slider
    .bx-wrapper {
    max-width: 217px !important;
  }
  .downapp-wrap .downapp-tab .downapp-content .app-content h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .downapp-wrap .downapp-tab .downapp-content {
    padding: 0 0 80px;
  }
  .downapp-wrap .downapp-tab .downapp-content .app-slider .downapp-slider {
    padding-top: 194px;
  }
  .downapp-wrap
    .downapp-tab
    .downapp-content
    .app-slider
    .downapp-slider
    .bx-wrapper {
    max-width: 177px !important;
  }
  .downapp-wrap
    .downapp-tab
    .downapp-content
    .app-slider
    .downapp-slider
    .bx-wrapper
    .bx-controls
    .bx-pager {
    bottom: -120px;
  }
  .downapp-wrap .downapp-tab .downapp-content .app-content h2 {
    font-size: 30px;
  }
  .downapp-wrap .downapp-tab .downapp-content .app-content p {
    font-size: 16px;
  }
}
#outer {
  display: block;
  -webkit-transition: all ease-out 0s;
  -moz-transition: all ease-out 0s;
  transition: all ease-out 0s;
}
* {
  outline: 0;
}
a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: 0;
}
a:focus {
  outline: 0 !important;
}
.bg-secondary {
  background: #2a2377 !important;
}
.btn-default {
  color: #fff !important;
  background-color: #336fff !important;
  border: 1px solid #336fff !important;
}
.btn-default:hover {
  background-color: #3370ff !important;
  border: 1px solid #3370ff !important;
  box-shadow: 0 9px 20px 0 rgba(51, 111, 255, 0.5);
}
.btn-link {
  background-color: #fff !important;
  border: 1px solid #336fff !important;
  color: #336fff !important;
}
.btn-link:hover {
  background-color: #336fff !important;
  border: 1px solid #336fff !important;
  color: #fff !important;
}
.btn-outline-primary {
  background-color: #336fff !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn-outline-primary:hover {
  background-color: #fff !important;
  color: #336fff !important;
}
.btn-primary,
.hvr-primary-btn {
  color: #fff !important;
  background-color: #336fff !important;
  border: 1px solid #336fff !important;
}
.btn-primary:hover,
.hvr-primary-btn:hover {
  box-shadow: none;
  background-color: #295bd6 !important;
  border: 1px solid #295bd6 !important;
}
.text-white {
  color: #fff !important;
}
h1 {
  font: normal 46px 700;
  color: #282828;
}
h2 {
  font: normal 24px "Source Sans Pro", sans-serif;
  color: #282828;
  margin: 0 !important;
  padding: 35px 0 15px;
  font-weight: 700;
}
h3 {
  font: normal 19px 600;
  color: #000;
}
.text-dark {
  color: #282828;
}
.d-block {
  display: block;
}
.font-base {
  font-size: 15px;
}
.font-large {
  font-size: 16px;
}
.font-weight-bold {
  font-weight: 700;
}
.padding-bottom-half {
  padding-bottom: 5px;
}
.margin-right {
  margin-right: 15px;
}
.mt-2 {
  margin-top: 6px;
}
.bell-red::before {
  width: 15px;
  height: 15px;
}
.pos-rel {
  position: relative;
}
.img-responsive02 {
  width: 100%;
  height: 100%;
}
.tag-img {
  background: rgba(0, 0, 0, 0) url(../images/sprite_tag.png) repeat scroll 0 0;
}
.affix-top #content-container {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .affix-top #content-container {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 480px) {
  .affix-top #content-container {
    padding-top: 55px !important;
  }
}
#content-container {
  min-height: 600px;
}
.cms_area {
  padding-bottom: 30px;
}
.drop-listing {
  font-size: 14px;
  color: #282828;
}
.drop-listing::after {
  height: 7px;
  margin-left: 2px;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 9px;
  font-size: 8px;
  font-weight: 700;
}
.pad-lft-0 {
  padding-left: 0 !important;
  position: inherit;
}
.pad-rgt-0 {
  padding-right: 0 !important;
}
.vertical-handle {
  background-color: #ccc;
  width: 5px;
  border-radius: 10px;
}
.mndry::after {
  color: #c33;
  content: "*";
  font-size: 16px;
  line-height: 0;
  padding-left: 3px;
}
.border-zero {
  border: none !important;
}
.bpfc,
.bpfcaf::after,
.bpfcbf::before,
a.bpfca,
a.bpfch {
  color: #336fff;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arow-down.png) !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.drop::before {
  position: absolute;
  display: inline-block;
  right: 12px;
  top: 19px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #848484;
  pointer-events: none;
}
label.drop {
  position: relative;
}
label.drop::before {
  top: 42px;
}
@media screen and (min-width: 0\0) {
  .drop:before {
    display: none;
  }
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-control.mandatory:focus {
  border-color: #aaa !important;
  outline: 0;
}
.captcha-img {
  background: #eee;
  height: 42px;
  padding: 7px 15px;
  position: relative;
  border-radius: 3px;
}
.captcha-img img {
  max-width: 70%;
  height: 26px;
}
.captcha-img .captcha-btn {
  position: absolute;
  right: 7px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background: #336fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.captcha-img .captcha-btn::before {
  content: "\f021";
  color: #fff !important;
}
.captcha-text {
  position: relative;
}
.form-control.error {
  border: 1px solid #f00000 !important;
  background: rgba(240, 0, 0, 0.05) !important;
  color: #282828;
  outline: 0;
}
.form-control.error:focus {
  border-color: #f00000 !important;
  outline: 0;
}
.form-control.error .select2-choices {
  background: rgba(240, 0, 0, 0.05) !important;
}
.search-common {
  position: relative;
}
.search-common .form-text {
  width: 100%;
  height: 43px;
  border: 1px solid #e3e3e3;
  padding: 0 25px 0 8px;
  border-radius: 4px;
}
.search-common .icon {
  position: absolute;
  right: 2px;
  top: 9px;
  background-color: transparent;
  border: none;
}
.search-common .icon::before {
  content: "\f002";
  color: #adadad;
}
.load-more {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.load-more span.loader {
  font-size: 16px;
  color: #848484;
  border: 1px solid #fff;
  background-color: #fff;
  margin: 0 auto;
  padding: 8px 15px;
  position: relative;
  display: inline-block;
  width: 170px;
  border-radius: 3px;
  box-shadow: 0 2px 4px -1px rgba(30, 30, 30, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.load-more span.loader:hover {
  background-color: #336fff;
  border-color: #336fff;
  color: #fff;
}
.load-more span.loader:hover .icon::before {
  content: url(../images/loader-hover.png);
}
.message_validation {
  position: absolute;
  bottom: 8px;
  left: 10px;
  padding: 3px 10px;
  background: #282828;
  font-size: 11px;
  color: #fff !important;
  z-index: 99;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.message_validation::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #282828;
  top: -5px;
  left: 5px;
  position: absolute;
}
.message_validation.textarea-validation {
  position: relative;
  top: -5px;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.loaderImg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ajax-loader.gif) center center no-repeat;
  z-index: 999999;
  top: 0;
  bottom: 0;
}
.loaderImg.no-img {
  background: rgba(0, 0, 0, 0.3);
}
.thank-you {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px 0 30px;
}
.thank-you h3 {
  color: #336fff !important;
  font-size: 30px !important;
  margin-bottom: 0 !important;
  text-transform: capitalize !important;
  font-family: "Source Sans Pro", sans-serif !important;
}
.thank-you p {
  font-size: 16px;
  color: #000;
}
.min-height {
  min-height: 600px;
}
#popup_container {
  border: 1px solid #fff;
  background-color: #fff;
  min-width: 465px !important;
  width: 465px !important;
  border-radius: 5px;
  text-align: center;
}
#popup_container h1 {
  color: #336fff;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 400;
}
#popup_container #popup_message {
  padding: 0 25px 25px 25px;
  font-size: 15px !important;
}
#popup_container .alertimg {
  width: 120px;
  height: 90px;
  display: block;
  background-image: url(../images/alert.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px auto 0;
}
#popup_container .alertimg.delete {
  background-image: url(../images/delete.svg);
}
#popup_container .alertimg.delete:before {
  display: none;
}
#popup_content {
  color: #848484;
  font-size: 15px;
}
#popup_content .new_form_save {
  font-size: 16px;
  margin: 0 17px 30px;
  background: #336fff;
  border: 1px solid #336fff;
  color: #fff;
  border-radius: 3px;
  padding: 10px 51px;
}
.no-record-found {
  margin: 30px auto;
  text-align: center;
}
.no-record-found .no-record-img {
  display: inline-block;
  vertical-align: middle;
}
.no-record-found .no-record-img::before {
  height: 46px;
  width: 45px;
}
.no-record-found .no-rec-title {
  color: #000;
  display: inline-block;
  margin-left: 13px;
  text-align: left;
  vertical-align: top;
  margin-top: 10px;
  vertical-align: middle;
}
.no-record-found .no-rec-title span {
  color: #848484;
  font-size: 14px;
  display: block;
}
.message_error {
  text-align: center;
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 16px;
  display: block;
  font-family: 600;
  margin: 0 0 10px;
  line-height: 1;
  background-color: #fff;
  color: #eb4848;
  border: 1px solid #fff;
  height: 200px;
}
.message_error:before {
  content: "";
  width: 100px;
  height: 52px;
  border-radius: 0;
  display: block;
  float: none;
  background-image: url(../images/warning.svg);
  background-repeat: no-repeat;
  margin: 20px auto;
  border: none;
}
.message_error .close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
}
.message_error .close:hover {
  opacity: 1;
}
.message_error .notifyClose {
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
}
.message_success {
  text-align: center;
  padding: 25px 30px;
  font-size: 16px;
  display: block;
  font-family: 600;
  line-height: 22px;
  background-color: #fff;
  color: #282828;
  border: 1px solid #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  width: 450px;
  z-index: 100011;
  margin: auto !important;
  border-radius: 5px;
}
.message_success:before {
  content: "";
  width: 100px;
  height: 52px;
  border-radius: 0;
  display: block;
  float: none;
  background-image: url(../images/success.svg);
  background-repeat: no-repeat;
  margin: 20px auto;
  border: none;
}
.message_success .close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
}
.message_success .close:hover {
  opacity: 1;
}
.message_success .notifyClose {
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
}
.message_success.otpMsg {
  padding: 30px !important;
  border: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffff;
  color: #282828;
  margin: auto !important;
  width: 450px;
  height: 230px;
  bottom: 0;
  border-radius: 5px;
}
.message_success.otpMsg span {
  display: inline-block !important;
  padding: 23px 20px !important;
  color: #282828;
  max-width: -webkit-calc(100% - 45px);
  max-width: -moz-calc(100% - 45px);
  max-width: calc(100% - 45px);
  vertical-align: middle;
  border-radius: 5px;
}
.message_success.otpMsg span br {
  display: none;
}
.message_success.otpMsg:before {
  content: "";
  width: 100px;
  height: 52px;
  border-radius: 0;
  display: block;
  float: none;
  background-image: url(../images/success.svg);
  background-repeat: no-repeat;
  margin: 20px auto;
  border: none;
}
.message_success.otpMsg .close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
}
.message_success.otpMsg .close:hover {
  opacity: 1;
}
.message_success.otpMsg .notifyClose {
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
}
.message_error,
.message_error.otpMsg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  border-radius: 5px;
  margin: auto !important;
  width: 450px;
  height: 200px;
  z-index: 100011;
  text-align: center;
}
.message_error span,
.message_error.otpMsg span {
  padding: 23px 20px;
  display: inline-block;
  max-width: -webkit-calc(100% - 45px);
  max-width: -moz-calc(100% - 45px);
  max-width: calc(100% - 45px);
  vertical-align: middle;
  border-radius: 5px;
}
.message_error .close,
.message_error.otpMsg .close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.5;
  padding: 0;
  cursor: pointer;
}
.message_error .close:hover,
.message_error.otpMsg .close:hover {
  opacity: 1;
}
.message_error .notifyClose,
.message_error.otpMsg .notifyClose {
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
}
.message_error.otpMsg:before,
.message_error:before {
  content: "";
  margin: 20px auto;
  border: none;
  width: 100px;
  height: 52px;
  border-radius: 0;
  display: block;
  float: none;
  background-image: url(../images/success.svg);
  background-repeat: no-repeat;
}
.black_overlay.black {
  z-index: 100010;
}
.black_overlay.black,
.loading.home .black_overlay {
  background: #000 none repeat scroll 0 0 !important;
  opacity: 0.6;
}
.black_overlay {
  background: rgba(0, 0, 0, 0) url(../images/overlay.png) repeat scroll 0 0;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.common-alert {
  width: 465px;
  background-color: #fff;
  border-radius: 5px;
  margin: 10px auto;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 28%;
  z-index: 1000001;
  text-align: center;
}
.common-alert h3 {
  color: #336fff;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.common-alert .icon.alert {
  width: 100px;
  height: 52px;
  display: block;
  background-image: url(../images/alert.svg);
  background-repeat: no-repeat;
  margin: 30px auto 0;
}
.common-alert .icon.alert.error {
  background-image: url(../images/warning.svg);
}
.common-alert .icon.alert.sucs {
  background-image: url(../images/success.svg);
}
.common-alert .cls-pop {
  color: #282828;
  font-size: 0;
  padding: 2px 8px;
  position: absolute;
  right: 5px;
  top: 8px;
  cursor: pointer;
}
.common-alert .cls-pop:before {
  content: "\e610";
  font-family: icomoon;
  color: #282828;
  font-size: 13px;
  font-weight: 700;
  width: 20px;
  height: 19px;
  line-height: 18px;
  text-align: center;
}
.common-alert .inner-content {
  background-color: #fff;
  color: #848484;
  font-size: 15px;
  position: relative;
  border-radius: 5px;
}
.common-alert .inner-content h4 {
  text-align: center;
  margin: 0;
  padding: 0;
}
.common-alert .inner-content .inner-alet {
  padding: 15px 25px 30px 25px;
}
.common-alert .inner-content .inner-alet .message_validation {
  bottom: 12px;
  left: 35px;
}
.common-alert .inner-content .inner-alet .form-control {
  display: inline-block;
  width: 65%;
  height: 45px;
  box-shadow: none;
  border-radius: 3px;
  margin-right: 2%;
  float: left;
}
.common-alert .inner-content .inner-alet .btn-primary {
  display: inline-block;
  width: 33%;
  font-size: 16px;
  color: #fff;
  height: 45px;
}
.popup-contact.icon {
  width: 465px;
  position: absolute;
  border-radius: 5px;
  background-color: #fff;
  min-height: auto;
  z-index: 100020;
  text-align: left;
  display: none;
  height: auto;
  padding: 25px 60px 40px;
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
.popup-contact.icon .captcha-image {
  width: 100%;
  padding: 0 !important;
}
.popup-contact.icon .captcha-image img {
  width: 120px;
  height: 100%;
  max-width: inherit;
  padding: 0;
}
.popup-contact.icon .captcha-text {
  width: 100%;
}
.popup-contact.icon .captcha-text input {
  width: 100%;
}
.popup-contact.icon .btn-primary {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 28px;
  font-weight: 700;
}
.popup-contact.icon .form-group {
  margin-bottom: 24px;
}
.popup-contact.icon .form-control {
  height: 46px;
  padding: 8px 15px;
  font-size: 14px;
  box-shadow: none;
}
.popup-contact.icon .close.icon {
  opacity: 1;
}
.popup-contact.icon .close.icon::before {
  content: "\e610";
  font-family: icomoon;
  color: #282828;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 20px;
  font-weight: 700;
  width: 20px;
  height: 19px;
  line-height: 18px;
  text-align: center;
}
.popup-contact.icon h3 {
  color: #282828;
  font-size: 26px;
  margin-top: 0;
  padding-top: 10px;
  text-align: center;
  font-weight: 600;
}
.popup-contact.icon .rslt-apy h3 {
  color: #282828;
  margin-bottom: 0;
  font-size: 30px;
  margin: 0 -10px;
  font-weight: 400;
  padding-bottom: 10px;
}
.popup-contact.icon .rslt-apy .sucs-pop {
  font-size: 16px;
  text-align: center;
  padding: 0;
  line-height: 20px;
}
.popup-contact.icon .rslt-apy .thank-icon {
  width: 120px;
  height: 90px;
  display: block;
  margin: 10px auto;
  background-image: url(../images/thankyou.svg);
  background-repeat: no-repeat;
}
.popup-contact.icon .agrmentPops {
  margin-top: 17px;
  color: #848484;
  font-size: 14px;
  margin-top: 0;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}
.save-error .error-alert::before {
  content: "\f06a";
  color: #fff;
  font-size: 35px;
  left: 13px;
  position: absolute;
  top: 1px;
}
.save-error .inner-content {
  font-size: 17px;
}
.save-error .inner-content .inner-alet {
  padding: 30px;
  padding-top: 0;
  font-size: 15px;
}
.pop_bd .emailBasket .captcha-image {
  width: 100%;
}
.pop_bd .emailBasket .captcha-image img {
  margin: 0;
  padding: 0;
}
.selectboxit-option.selectboxit-disabled {
  display: none;
}
.sticky-bottom {
  border-top: 2px solid #336fff;
}
.sticky-bottom ._bar li a span {
  top: 4px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
}
.sucess-pop .msg-basket-pp-nw {
  width: auto;
  padding-right: 8%;
  font-style: 18px;
}
#preloader {
  background: rgba(255, 255, 255, 0.9) url(../images/pre-loader.gif) no-repeat
    center center;
  height: 100vh;
  position: absolute;
  width: 100vw;
  z-index: 500000;
}
.sucsMsg-contactAgcy {
  margin-top: 70px;
}
.sticky-bottom ._bar > li > a.talk::before {
  content: "\e62c";
  font-family: icomoon;
  font-size: 28px;
  background-image: none;
  color: #919191;
  top: -10px;
}
.sticky-bottom a.compare::before {
  content: "\e631";
  font-family: icomoon;
  font-size: 39px;
  color: #919191;
  background-image: none;
}
.sticky-bottom a.email::before {
  content: "\e62e";
  font-family: icomoon;
  font-size: 24px;
  color: #919191;
  top: -10px !important;
  background-image: none;
}
.sticky-bottom a.shortlist::before {
  content: "\e807";
  font-family: icomoon;
  font-size: 22px;
  color: #919191;
  top: -9px !important;
  background-image: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sticky-bottom a.compare::before {
    top: -18px !important;
  }
  .sticky-bottom a.shortlist::before {
    top: -4px !important;
  }
}
.load-more span.loader .icon::before {
  content: "\e60a";
  font-family: icomoon;
  font-size: 20px;
  top: 5px;
  color: #6c6c6c;
}
.load-more span.loader:hover .icon::before {
  content: "\e60a";
  color: #fff;
}
.reload-captcha::before {
  content: "\e61d" !important;
  font-family: icomoon;
  font-size: 20px;
  background-image: none;
  color: #336fff;
  margin-top: -2px;
}
.support-phone:before {
  font-family: icomoon;
  font-size: 20px;
  content: "\e633";
  color: #336fff;
  background-image: none;
  top: -10px !important;
}
.support-mob:before {
  font-family: icomoon;
  font-size: 21px;
  content: "\e632";
  color: #336fff;
  background-image: none;
  top: -12px !important;
}
.compare-product .compare-close {
  background-image: none;
}
.compare-product .compare-close::before {
  font-family: icomoon;
  font-size: 18px;
  content: "\e628";
  color: #848484;
  text-indent: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.email-basket::before {
  content: "\e90c";
  font-family: icomoon;
  background-image: none;
  font-size: 18px;
  padding-right: 5px;
  color: #787878;
  top: -2px !important;
}
.email-basket-active::before,
.email-basket:hover::before {
  color: #ee5128;
}
.reprt-prb::before {
  content: "\e61f";
  font-family: icomoon;
  background-image: none;
  font-size: 14px;
  padding-right: 3px;
  color: #787878;
}
.reprt-prb.added-report::before,
.reprt-prb:hover:before {
  color: #336fff;
}
.buttons-map .add-whish::before {
  content: "\e602";
  font-family: icomoon;
  background-image: none;
  font-size: 18px;
}
footer .footer-container .footer-middle ul li ul li .mail-cont::before {
  content: "\e62d";
  font-family: icomoon;
  background-image: none;
  font-size: 17px;
  color: #336fff;
}
footer .footer-container .footer-middle ul li ul li .mail-loc::before {
  content: "\e637";
  font-family: icomoon;
  background-image: none;
  font-size: 17px;
  color: #336fff;
}
.sticky-bottom .sticky-arrow::after {
  content: "\e804";
  font-family: icomoon;
  background-image: none;
  font-size: 8px;
}
.sticky-arrow.up:after {
  content: "\e803";
  font-family: icomoon;
  background-image: none;
  font-size: 8px;
}
.rst-srch::before {
  content: "\e60a";
  font-family: icomoon;
  background-image: none;
  font-size: 20px;
  top: 10px !important;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.alrt-srch::before {
  content: "\e620";
  font-family: icomoon;
  background-image: none;
  font-size: 18px;
  top: 12px !important;
  left: 8px !important;
  color: #fff;
}
.lst-prop:before {
  content: "\e825";
  font-family: icomoon;
  background-image: none;
  font-size: 18px;
  font-size: 14px;
  top: 1px !important;
  left: 5px !important;
}
.captcha-img .captcha-btn::before {
  content: "\e60a";
  font-family: icomoon;
}
.list04 li .boxbrdr .detailbox .map-marker::before {
  content: "\e60b" !important;
  font-family: icomoon;
}
.fb {
  background-image: none;
}
.fb::before {
  content: "\e80a";
  font-family: icomoon;
  color: #3b5999;
  font-size: 30px;
}
.twitter {
  background-image: none;
}
.twitter::before {
  content: "\e80d";
  font-family: icomoon;
  color: #20b8ff;
  font-size: 30px;
}
.linked {
  background-image: none;
}
.linked::before {
  content: "\e80b";
  font-family: icomoon;
  color: #0085af;
  font-size: 30px;
}
.gplus {
  background-image: none;
}
.gplus::before {
  content: "\e80f";
  font-family: icomoon;
  color: #de4b39;
  font-size: 30px;
}
.pint {
  background-image: none;
  background-color: #bd081c;
  padding: 5px 7px;
  height: 28px;
  border-radius: 2px;
  vertical-align: super;
  margin-left: -4px;
  margin-right: 2px;
}
.pint::before {
  content: "\e81b";
  font-family: icomoon;
  color: #fff;
  font-size: 18px;
}
.share_lnks a {
  font-size: 0;
}
.share_lnks .twit {
  background-image: none;
}
.share_lnks .twit:before {
  content: "\e80d";
  font-family: icomoon;
  color: #20b8ff;
  font-size: 30px;
}
.share_lnks .fb {
  background-image: none;
}
.share_lnks .fb:before {
  content: "\e80a";
  font-family: icomoon;
  color: #3b5999;
  font-size: 30px;
}
.share_lnks .in {
  background-image: none;
}
.share_lnks .in:before {
  content: "\e80b";
  font-family: icomoon;
  color: #0085af;
  font-size: 30px;
}
.share_lnks .gplus {
  background-image: none;
}
.share_lnks .gplus:before {
  content: "\e80f";
  font-family: icomoon;
  font-size: 30px;
  color: #de4b39;
}
.map-prop {
  background-image: none;
}
.map-prop::before {
  content: "\e60b";
  font-family: icomoon;
  color: #8f9092;
  background-image: none;
  left: 6px !important;
  font-size: 16px;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .removeit {
  background-image: none;
  text-indent: -9999px;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .removeit::before {
  background-image: none;
  content: "\e625";
  font-family: icomoon;
  color: #848484;
  text-indent: 0;
  position: absolute;
  right: 0;
}
.add-whish.addedshort::before {
  content: "\e601";
  font-family: icomoon;
  background-image: none;
  color: #336fff;
}
.comment::before {
  content: "\e623";
  font-family: icomoon;
  background-image: none;
  color: #b1b2af;
  font-size: 18px;
}
.no-record-img::before {
  content: "\e613";
  font-family: icomoon;
}
.no-record-img::before {
  content: "\e613";
  font-family: icomoon;
  color: #336fff;
  font-size: 38px;
}
.drop-down-more .arrow-top-more {
  position: relative;
  background-color: #fff;
  top: -10px;
}
.drop-down-more .arrow-top-more:after,
.drop-down-more .arrow-top-more:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0 !important;
  width: 0 !important;
  position: absolute;
  pointer-events: none;
}
.drop-down-more .arrow-top-more:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.drop-down-more .arrow-top-more:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #c7c7c7;
  border-width: 10px;
  margin-left: -10px;
}
.loaderImg.no-img {
  background: 0 0;
}
.loaderImg.no-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -27px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.select2-focused {
  width: 300px !important;
}
.my_account {
  position: relative;
}
.my_account .dropdown-menu {
  right: 0;
  position: absolute;
  min-width: 193px;
}
.my_account .dropdown-menu li.user-detail {
  padding: 0;
  border-bottom: 1px solid #ececec;
  line-height: 35px;
}
.my_account .dropdown-menu li.user-detail a figure {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 4px;
  margin-top: -4px;
}
.my_account .dropdown-menu li:last-child a {
  color: #336fff;
}
#share_this.active {
  color: #336fff;
}
#share_this.active::before {
  color: #336fff;
}
.search-content
  .search-refine.drp-budjet
  .budget-menu-slide
  .selectboxit-container {
  margin-right: 5px;
  padding-right: 0;
}
.search-content
  .search-refine.drp-budjet
  .budget-menu-slide
  .max-select
  .selectboxit-container {
  margin-left: 5px;
  margin-right: 0;
  padding-right: 0;
}
.search-content
  .search-refine.drp-budjet
  .budget-menu-slide
  ul.selectboxit-options {
  padding: 0;
  position: absolute;
  margin-top: -1px;
  border: solid 1px #ccc;
}
.nav-expander.fxd-icon {
  position: fixed;
}
.nav-expanded .nav-expander.fxd-icon {
  position: absolute;
}
.rslt-apy .sucs-pop {
  font-size: 18px;
  line-height: 24px;
  color: #282828;
  padding: 7px 15px 36px;
}
.rslt-apy .sucs-pop.sucsMsg-contactAgcy {
  padding: 85px 15px;
  text-align: center;
  margin: 0;
}
.rs::before {
  font-size: 18px;
  content: "₹";
  font-weight: 400;
  margin-right: 4px;
}
.result-calc .rs::before {
  font-size: 14px;
}
.product-holder .rs::before {
  color: #fff;
  font-size: 105%;
}
.search-common .icon::before {
  font-family: icomoon;
  content: "\e604" !important;
}
.hot-deals a.bx-next,
.project-gal a.bx-next,
.review a.bx-next {
  background: 0 0;
}
.hot-deals a.bx-next::before,
.project-gal a.bx-next::before,
.review a.bx-next::before {
  content: "\e809";
  text-indent: 0;
  position: absolute;
  right: -3px;
  z-index: 9999;
  top: -17px;
  font-family: icomoon;
  color: #ccc;
  font-size: 70px;
  font-weight: 400;
}
.hot-deals a.bx-prev,
.project-gal a.bx-prev,
.review a.bx-prev {
  background: 0 0;
}
.hot-deals a.bx-prev::before,
.project-gal a.bx-prev::before,
.review a.bx-prev::before {
  content: "\e808";
  text-indent: 0;
  position: absolute;
  right: -3px;
  z-index: 9999;
  top: -17px;
  font-family: icomoon;
  color: #ccc;
  font-size: 70px;
  font-weight: 400;
}
.hot-deals a.disabled::before,
.project-gal a.disabled::before,
.review a.disabled::before {
  opacity: 0.7 !important;
}
.slider-part-list .bx-controls .bx-controls-direction a.bx-next::before,
.slider-part-list .bx-controls .bx-controls-direction a.bx-prev::before {
  content: "\e823";
  font-family: icomoon;
  color: #fff;
  font-size: 26px;
  text-indent: 0;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -17px;
  z-index: 999;
}
.slider-part-list .bx-controls .bx-controls-direction a.bx-next::before {
  position: absolute;
  left: 10px;
  content: "\e809";
}
.slider-part-list .bx-controls .bx-controls-direction a.bx-prev::before {
  content: "\e808";
  left: 6px;
}
.slider-part-list .bx-controls .bx-controls-direction a {
  background-image: none !important;
}
.select2-search-choice-close {
  background: 0 0 !important;
}
.select2-search-choice-close:after {
  font-family: icomoon;
  content: "\e60d";
  font-size: 8px;
  color: #999;
  font-weight: 400;
}
.select2-search-choice-close:hover:after {
  color: #646464;
}
@media (max-width: 1199px) {
  .search-refine.refine-result.text-right > span {
    line-height: 10px;
    white-space: pre-line;
    width: 50px;
    word-break: initial;
    word-wrap: break-word;
  }
}
.breadcrumb.style2 > li + li::before {
  font-family: icomoon;
  content: "\e822";
  margin-right: 3px;
}
.sortitem-bx .icon-more::before {
  font-size: 18px;
}
.save-error .error-alert::before {
  font-family: icomoon;
  content: "\e829";
  font-style: normal;
}
#back-top {
  bottom: 70px;
  position: fixed;
  right: 25px;
  z-index: 999;
}
#back-top a {
  background: 0 0;
  border: 2px solid #9c9c9c;
  border-radius: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  font-size: 10px;
  background-color: #fff;
  color: #9c9c9c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 41px;
  height: 41px;
  display: inline-block;
}
#back-top a span::after {
  content: "\e821";
  font-family: icomoon;
  font-size: 18px;
  left: 9px;
  position: absolute;
  text-indent: 0;
  top: -14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#back-top a:hover {
  background-color: #fff;
  border-color: #336fff;
}
#back-top a:hover span::after {
  color: #336fff;
}
.social .google-plus::after {
  content: "\e80f";
  font-family: icomoon;
  color: #e1584b;
  font-size: 30px;
}
.submit-group .captcha-image {
  width: 25%;
  border: none;
}
.submit-group .mndry::after {
  padding-left: 0;
}
.brdnone .rs::before {
  font-size: 10px;
  font-family: icomoon;
  font-weight: 400;
  color: #6c6c6c;
  top: -1px;
  position: relative;
}
.result-calc .rs::before {
  font-size: 13px;
  top: -1px;
  position: relative;
  font-weight: 700;
}
.sticky-bottom {
  display: none;
}
.sticky-bottom .pop_up .pop_bd .pdt-list li .dtl-blk .rs::before {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.my_account ul.dropdown-menu li:last-child {
  border-top: solid 1px #ebebeb;
}
.message_validation {
  font-size: 12px !important;
}
.post-req .cust-box .lbl-cus::before {
  margin-top: -8px;
}
#div_err_formPostRequirment_validateAgree,
#div_err_formPostRequirmentprojectsTab_projectsTabvalidateAgree,
#div_err_formPostRequirmentpropertyTab_propertyTabvalidateAgree {
  left: 50%;
  margin-bottom: -5px;
  margin-left: -115px;
  position: absolute;
}
#div_err_formPostRequirment_validateAgree::after,
#div_err_formPostRequirmentprojectsTab_projectsTabvalidateAgree::after,
#div_err_formPostRequirmentpropertyTab_propertyTabvalidateAgree::after {
  left: 50% !important;
  margin-left: -2.5px;
}
.load-btn {
  padding: 0 35px;
  height: 35px;
  line-height: 35px;
  color: #848484;
  width: 167px;
  margin: 30px auto 0;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  display: block;
  clear: both;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
}
.load-btn:hover {
  box-shadow: 0 2px 20px -5px rgba(30, 30, 30, 0.3);
  color: #336fff;
}
.captcha,
.form-control {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .reduce.btn-section {
    float: right;
    padding: 0 8px !important;
  }
  .reduce.btn-section .reset-btn,
  .reduce.btn-section .search-btn {
    float: none !important;
    display: inline-block !important;
  }
}
.rslt-apy {
  font-size: 16px;
  color: #848484;
}
.rslt-apy#comSuccess {
  padding: 25% 0;
}
.rslt-apy #successIcon:before {
  content: "";
  width: 100px;
  height: 52px;
  border-radius: 0;
  display: block;
  float: none;
  background-image: url(../images/success.svg);
  background-repeat: no-repeat;
  margin: 20px auto;
  border: none;
}
.rslt-apy #errorIcon:before {
  content: "";
  width: 100px;
  height: 71px;
  border-radius: 0;
  display: block;
  float: none;
  background-image: url(../images/sorry.svg);
  background-repeat: no-repeat;
  margin: 20px auto;
  border: none;
}
.rslt-apy h3 {
  color: #282828;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
}
.rslt-apy .otp {
  margin: 15px 0;
  position: relative;
}
.rslt-apy .otp .form-control {
  border-radius: 2px;
  box-shadow: none;
}
.rslt-apy .otp-bottom button {
  border: none;
  color: #282828;
  background: 0 0;
  text-decoration: underline;
}
.rslt-apy .otp-bottom .confrim-btn-nw {
  margin: 18px 0;
  font-family: 600;
  font-size: 14px;
}
.sucess-pop.email-otp {
  color: #848484;
  font-size: 16px;
  padding: 10px 60px 40px;
}
.sucess-pop.email-otp > .col-sm-12 {
  padding: 0;
}
.sucess-pop.email-otp .otp-head-img {
  width: 120px;
  height: 90px;
  display: block;
  margin: 10px auto;
  background-image: url(../images/sprite.png);
  background-position: -254px -317px;
}
.sucess-pop.email-otp .close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 30px;
  font-weight: 400;
  opacity: 0.5;
}
.sucess-pop.email-otp .close:hover {
  opacity: 1;
}
.sucess-pop.email-otp h3 {
  text-align: center;
  line-height: 37px;
  color: #2bb673;
  margin-bottom: 0;
  font-size: 30px;
  margin: 20px -10px 0;
  font-weight: 400;
}
.sucess-pop.email-otp .otp {
  margin: 15px 0;
  position: relative;
}
.sucess-pop.email-otp .resend-otp {
  font-size: 16px;
  color: #282828;
  background: 0 0;
  border: none;
  text-decoration: underline;
}
.sucess-pop.email-otp .rmv-all {
  background: #999;
  border: none;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.sucess-pop.email-otp .btn {
  float: left !important;
  width: auto !important;
  height: 32px;
  padding: 6px 25px;
}
.sucess-pop.email-otp .otp-bottom {
  margin-bottom: 20px;
}
.OTP-wrap {
  background: 0 0;
}
.OTP-wrap h1.verify-head {
  color: #555;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: 600;
}
.OTP-wrap span {
  color: #555;
  font-size: 16px;
}
.OTP-wrap .otp {
  position: relative;
  width: 533px;
  margin: 20px auto;
}
.OTP-wrap .otp .form-control {
  max-width: 325px;
  height: 42px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-right: 12px;
}
.OTP-wrap .otp .confrim-btn-nw {
  width: 180px;
  height: 40px;
  font-size: 16px;
  font-family: 700;
  display: inline-block;
}
.OTP-wrap .otp-bottom {
  color: #555;
  font-size: 16px;
  margin: 14px auto 38px;
}
.OTP-wrap .otp-bottom button {
  background: 0 0;
  border: none;
  color: #336fff;
  font-size: 16px;
}
.OTP-wrap#otpDivAgntDet .otp {
  width: auto !important;
}
.user-head.pull-right.profile-header {
  float: none !important;
  position: relative;
  overflow: hidden;
}
.user-head.pull-right.profile-header ul {
  float: right;
}
.user-head.pull-right.profile-header ul li:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
#myAccountSection_MyTimeLine #sucsMsg {
  overflow: hidden;
  padding-left: 25px;
}
.download_lnk {
  position: relative;
  display: inline-block;
  padding: 10px 22px 20px 0 !important;
}
.download_lnk a {
  display: inline-block !important;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 6px;
}
.cmn-header .logo-caption,
.header .logo-caption {
  color: #6d6e71;
  font-weight: 600;
  font-size: 13px;
  padding-left: 10px;
  vertical-align: top;
  line-height: 78px;
}
@media (max-width: 1199px) {
  .cmn-header .logo-caption,
  .header .logo-caption {
    display: none;
  }
}
.pad-0 {
  padding: 0;
}
.add-whish::before {
  content: "\e602";
  font-family: icomoon;
  background-image: none;
  font-size: 20px;
  top: 8px;
}
.fix-top-mar {
  margin-top: 78px;
}
.header.affix + .no-record-found {
  margin-top: 120px !important;
}
#contactFormId ::-webkit-input-placeholder {
  color: #282828;
  opacity: 1;
}
#contactFormId ::-moz-placeholder {
  color: #282828;
  opacity: 1;
}
#contactFormId :-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}
#contactFormId ::placeholder {
  color: #282828;
  opacity: 1;
}
#contactFormId :-ms-input-placeholder {
  color: #282828;
}
#contactFormId ::-ms-input-placeholder {
  color: #282828;
}
#contactFormId .intl-tel-input .selected-flag {
  padding: 0;
  width: 40px;
}
#contactFormId .intl-tel-input .iti-arrow {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  border-top: none;
  border-left: none;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: -11px;
  top: 20px;
}
#contactFormId .intl-tel-input .country-list {
  min-width: 214px;
}
#contactFormId .intl-tel-input .country-list .country span {
  font-size: 15px;
}
#contactFormId .intl-tel-input .country-list .flag-box {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#contactFormId .intl-tel-input input {
  padding-left: 64px !important;
}
.popup-contact.icon {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  right: 0;
  bottom: 0;
  margin: auto;
}
.map-price-request {
  color: #1e88e5;
}
@media screen and (max-width: 480px) {
  .post-req {
    padding: 40px 17px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .post-req .form-default.col-xs-11 {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .post-req .form-pst-requirement {
    padding: 0 13px;
  }
}
@media screen and (max-width: 480px) {
  .post-req .form-pst-requirement .form-default .column-sz {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .post-req .form-pst-requirement .form-default .column-sz .column-sz {
    padding: 0 15px;
  }
}
.post-req .form-pst-requirement .form-divider {
  margin: 30px 40%;
}
@media screen and (max-width: 768px) {
  .post-req {
    padding: 40px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .post-req {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .post-req h2 {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 768px) {
  .post-req h4 {
    margin: 18px 0;
  }
}
@media screen and (max-width: 480px) {
  .post-req h4 {
    margin: 15px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .post-req .custom-radio input[type="radio"] + label::before {
    height: 23px !important;
    width: 23px !important;
  }
}
@media screen and (max-width: 480px) {
  .post-req .custom-radio input[type="radio"] + label::before {
    height: 20px !important;
    width: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .post-req .custom-radio input[type="radio"]:checked + label::after {
    height: 9px !important;
    left: 7px !important;
    width: 9px !important;
  }
}
@media screen and (max-width: 480px) {
  .post-req .custom-radio input[type="radio"]:checked + label::after {
    height: 8px !important;
    left: 6px !important;
    width: 8px !important;
    top: 6px !important;
  }
}
@media screen and (max-width: 768px) {
  .post-req .custom-radio input[type="radio"] + label {
    font-size: 16px !important;
    line-height: 22px !important;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 550px) {
  .post-req .custom-radio input[type="radio"] + label {
    font-size: 15px !important;
    line-height: 20px !important;
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .post-req .form-default {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 550px) {
  .post-req .form-default {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .post-req .form-default {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .post-req .form-default .column-sz {
    margin-bottom: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .post-req .form-default .column-sz {
    padding: 0 2px;
  }
}
@media screen and (max-width: 480px) {
  .post-req .form-default .column-sz label {
    font-size: 13px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .post-req .form-default .column-sz .column-sz {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .post-req .form-default .column-sz .column-sz {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-req .chk-box-outer .chkbox-spec input[type="checkbox"] + label {
    padding-top: 2px;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .post-req .cust-box .lbl-cus::before {
    margin-top: -4px;
  }
}
.fix-top-mar {
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  .fix-top-mar {
    margin-top: 66px;
  }
}
@media screen and (max-width: 480px) {
  .fix-top-mar {
    margin-top: 55px;
  }
}
@media screen and (max-width: 550px) {
  .breadcrumb {
    padding: 4px 15px 4px;
  }
}
@media screen and (max-width: 550px) {
  .breadcrumb > li {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .breadcrumb > li {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .breadcrumb > li {
    font-size: 10px;
  }
}
@media screen and (max-width: 380px) {
  .popup-contact.icon {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .sticky-bottom ._bar {
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sticky-bottom ._bar > li > a {
    font-size: 0;
    padding: 0 !important;
    text-align: center;
  }
}
@media screen and (max-width: 1300px) {
  #outer {
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .sticky-bottom ._bar {
    padding: 0 0;
  }
}
@media screen and (max-width: 480px) {
  .sticky-bottom ._bar > li {
    padding: 0 5px;
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .sticky-bottom ._bar > li > a::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 8px auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .sticky-bottom ._bar > li > a span {
    top: 2px;
    font-size: 10px;
    right: -15px;
  }
}
.sticky-bottom .pop_up {
  overflow: unset !important;
}
@media screen and (max-width: 480px) {
  .sticky-bottom .pop_up {
    right: 17px;
  }
}
@media screen and (max-width: 480px) {
  .sticky-bottom .pop_up::after {
    display: none;
  }
}
.rs::before {
  font-family: icomoon;
}
.citydropdown a {
  color: #333;
}
.citydropdown {
  margin-left: 12px;
  margin-top: 30px;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 480px) {
  .citydropdown {
    margin-left: 12px;
    margin-top: 19px;
  }
}
@media screen and (max-width: 400px) {
  .citydropdown {
    margin-left: 5px;
  }
}
.citydropdown > a {
  display: block;
  padding-right: 14px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .citydropdown > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    max-width: 77px;
  }
}
.citydropdown > a::before {
  color: #6d6d6d;
  content: "\e60c";
  font-family: icomoon;
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (max-width: 400px) {
  .head-right .lang {
    margin: 0 47px 0 0;
    min-width: 60px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .post-req .form-pst-requirement {
    width: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb.style2 + .post-req {
    margin-top: -12px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb.style2 + .post-req .form-pst-requirement {
    background: #f5f5f5;
  }
}
.selectboxit .selectboxit-arrow-container {
  max-height: 40px;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  width: 6px !important;
  height: 6px !important;
  border-bottom: 1px solid #5e5e5e !important;
  border-right: 1px solid #5e5e5e !important;
  border-top: none !important;
  border-left: none !important;
  -moz-transform: rotate(45deg) translate(-3px, -4px) !important;
  -ms-transform: rotate(45deg) translate(-3px, -4px) !important;
  transform: rotate(45deg) translate(-3px, -4px) !important;
  -webkit-transform: rotate(45deg) translate(-3px, -4px) !important;
}
.inner-container {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .inner-container {
    max-width: 1000px;
  }
}
.downld-app:before {
  content: "";
  background-image: url(../images/downloader.gif);
  background-repeat: no-repeat;
}
.shop-cart:before {
  content: "";
  background-image: url(../images/sprite.png);
  background-position: -23px -4px;
}
.app-android {
  display: inline-block;
  float: left;
}
.app-apple {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.view-more {
  background-color: #f2f2f2;
  color: #282828;
  padding: 2px 15px 2px 7px;
  border-radius: 0 0 3px;
  position: absolute;
  right: 0;
}
.view-more::before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #5e5e5e !important;
  border-right: 1px solid #5e5e5e !important;
  border-top: none;
  border-left: none;
  -moz-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
  position: absolute;
  right: 7px;
  top: 9px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.view-more:hover {
  background-color: #336fff;
  color: #fff;
}
.view-more:hover:before {
  border-color: #fff !important;
}
.box-style {
  background-color: #fff;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  margin-bottom: 15px;
}
body {
  background-color: #f9f9f9;
}
.comparePop-container {
  position: fixed;
  bottom: 30px;
  left: 60px;
  padding: 10px;
  margin: 0;
  z-index: 10000;
  height: 0;
  opacity: 0;
}
.comparePop-container.active {
  height: auto;
  opacity: 1;
}
.comparePop-container.showpopup {
  border: 2px solid #336fff;
  box-shadow: 0 0 18px -1px rgba(0, 0, 0, 0.3);
}
.comparePop-container a.compare.pop-trigger {
  display: inline-block;
  padding: 8px 16px;
  background-color: #336fff;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  line-height: 20px;
}
.comparePop-container a.compare.pop-trigger span {
  padding: 0 5px;
  font-weight: 700;
  color: #fff;
  background-color: #336fff;
  border-radius: 4px;
  font-size: 13px;
}
.comparePop-container #closeCmpr {
  opacity: 1;
  color: #848484;
  font-weight: 400;
  font-size: 26px;
  line-height: 12px;
}
.comparePop-container #closeCmpr:hover {
  color: #282828;
  opacity: 1;
}
.comparePop-container .pop_up {
  display: none;
}
.comparePop-container .pop_up .pop_hd ul {
  margin-bottom: 20px;
}
.comparePop-container .pop_up .pop_hd ul li {
  display: inline-block;
}
.comparePop-container .pop_up .pop_hd ul li a {
  color: #848484;
  padding: 0 0 5px;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
  border-bottom: 3px solid transparent;
}
.comparePop-container .pop_up .pop_hd ul li a.active {
  color: #282828;
  border-color: #336fff;
}
.comparePop-container .pop_up .pop_hd ul li a small {
  font-size: 13px;
}
.comparePop-container .pop_up .scroll_wrp .pop_bd .pdt-list li {
  display: inline-block;
  width: 200px;
  position: relative;
  padding: 0 5px;
}
.comparePop-container .pop_up .scroll_wrp .pop_bd .pdt-list li > a img {
  width: 100%;
  height: auto;
}
.comparePop-container .pop_up .scroll_wrp .pop_bd .pdt-list li .dtl-blk {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 0 auto;
}
.comparePop-container .pop_up .scroll_wrp .pop_bd .pdt-list li .dtl-blk a {
  color: #fff;
}
.comparePop-container .pop_up .scroll_wrp .pop_bd .pdt-list li .dtl-blk h4 {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.comparePop-container .pop_up .scroll_wrp .pop_bd .pdt-list li .dtl-blk p {
  margin: 0;
  font-size: 13px;
  color: #fff;
}
.comparePop-container .pop_up .scroll_wrp .pop_bd .pdt-list li .removeit {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  line-height: 13px;
  color: #000;
}
.comparePop-container .pop_up .scroll_wrp .pop_bd .pdt-list li .removeit:hover {
  color: #336fff;
  opacity: 1;
}
.comparePop-container .pop_up .pop_bt a.btn {
  float: right;
  padding: 8px 25px;
  line-height: 18px;
  font-weight: 700;
}
.comparePop-container.showpopup .pop_up {
  display: block !important;
}
.comparePop-container.showpopup .pop_up .pop_bd {
  width: 100% !important;
  min-height: 160px;
  min-width: 205px;
}
#compBtns .btn-primary {
  background-color: #336fff;
  border-color: #336fff;
  color: #fff;
}
#compBtns .btn-primary:hover {
  background-color: #295bd6;
  border-color: #295bd6;
}
#compBtns .rmv-all {
  color: #282828;
}
#compBtns .rmv-all:hover {
  color: #295bd6;
}
.emailPop-container {
  position: fixed;
  bottom: 30px;
  right: 60px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  z-index: 9999;
  display: none;
}
.emailPop-container .pop-trigger {
  padding: 3px 14px;
  background-color: #f59f56;
  color: #fff;
  font-size: 0;
  border-radius: 4px;
  display: block;
}
.emailPop-container .pop-trigger small {
  background-color: #336fff;
  font-size: 13px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 6px;
}
.emailPop-container .pop-trigger:before {
  content: "\e62f";
  font-family: icomoon;
  font-size: 24px;
  color: #282828;
}
.emailPop-container .pop_up {
  z-index: 99;
  background-color: #fff;
  display: none;
}
.emailPop-container .pop_up .close {
  opacity: 0.5;
  font-size: 26px;
  line-height: 16px;
}
.emailPop-container .pop_up .close:hover {
  opacity: 1;
}
.emailPop-container .pop_up .pop_hd ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #282828;
}
.emailPop-container .pop_up .scroll_wrp .pop_bd .pdt-list li {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 0 5px;
  vertical-align: middle;
}
.emailPop-container .pop_up .scroll_wrp .pop_bd .pdt-list li > a {
  position: relative;
  display: block;
}
.emailPop-container .pop_up .scroll_wrp .pop_bd .pdt-list li img {
  display: block;
  min-height: 125px;
  max-width: 100%;
}
.emailPop-container .pop_up .scroll_wrp .pop_bd .pdt-list li .dtl-blk {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
.emailPop-container .pop_up .scroll_wrp .pop_bd .pdt-list li .dtl-blk h4 {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.emailPop-container .pop_up .scroll_wrp .pop_bd .pdt-list li .dtl-blk p {
  margin: 0;
  font-size: 13px;
  color: #fff;
}
.emailPop-container .pop_up .scroll_wrp .pop_bd .pdt-list li .removeit {
  font-size: 0;
  position: absolute;
  top: 5px;
  right: 10px;
}
.emailPop-container .pop_up .scroll_wrp .pop_bd .pdt-list li .removeit:before {
  content: "×";
  font-size: 20px;
  color: #000;
  font-family: icomoon;
  line-height: 12px;
}
.emailPop-container .pop_up .pop_bt .rmv-all {
  color: #848484;
  font-weight: 600;
}
.emailPop-container .pop_up .pop_bt .rmv-all:hover {
  color: #336fff;
}
.emailPop-container .pop_up .pop_bt a {
  float: right;
}
.emailPop-container.open {
  background-color: #fff;
  border: 2px solid #336fff;
  border-radius: 4px;
  box-shadow: 0 0 18px -1px rgba(0, 0, 0, 0.3);
}
.emailPop-container.open .pop-trigger {
  display: none;
}
.emailPop-container.open .pop_up {
  display: block !important;
}
.emailPop-container.open .email.pop-trigger {
  display: none !important;
}
.emailPop-container.open.active .email.pop-trigger {
  display: none !important;
}
.emailPop-container.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.emailPop-container.active .email.pop-trigger {
  display: block !important;
}
.comparePop-container.active + .emailPop-container {
  right: 180px;
}
#emailForm.send_pop_up.active {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 465px;
  border-radius: 5px;
  background-color: #fff;
  min-height: auto;
  z-index: 100020;
  padding: 25px 45px 45px;
  border: 1px solid #fff;
  margin: auto;
  height: 380px;
}
#emailForm.send_pop_up.active:after {
  display: none;
}
#emailForm.send_pop_up.active .close {
  float: none;
  right: 15px;
  top: 15px;
  position: absolute;
  opacity: 0.5;
  cursor: pointer;
  color: #282828;
  font-size: 28px;
  font-weight: 400;
  line-height: 14px;
}
#emailForm.send_pop_up.active .close:hover {
  opacity: 1;
}
#emailForm.send_pop_up.active .pop_hd {
  height: auto;
  background: #fff;
  border: none;
}
#emailForm.send_pop_up.active .pop_hd ul li a {
  font-size: 26px;
  color: #282828;
  padding-bottom: 15px;
}
#emailForm.send_pop_up.active .pop_hd ul li a:after {
  display: none;
}
#emailForm.send_pop_up.active .pop_hd ul li a .count {
  top: -3px;
  margin-left: 10px;
}
#emailForm.send_pop_up.active .pop_bd {
  padding-top: 0;
}
#emailForm.send_pop_up.active .pop_bd .form-group .form-control {
  box-shadow: none;
}
#emailForm.send_pop_up.active .pop_bd .form-group .captcha-image {
  border: none;
  padding-top: 7px;
}
#emailForm.send_pop_up.active
  .pop_bd
  .form-group
  .captcha-image
  .reload-captcha {
  vertical-align: middle;
  margin-left: 10px;
}
#emailForm.send_pop_up.active .pop_bt {
  border-top: none;
  float: none !important;
  padding-bottom: 0 !important;
}
#emailForm.send_pop_up.active .pop_bt .btn-primary {
  font-size: 16px;
  color: #fff;
  padding: 8px 28px;
  font-weight: 700;
}
.sucess-pop {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999990;
  border: #fff 1px solid;
  background-color: #fff;
  border-radius: 5px;
  width: 465px;
  max-height: 450px;
  margin: auto;
}
.sucess-pop:after {
  display: none;
}
.sucess-pop .pop_up {
  padding: 25% 0;
}
.sucess-pop .pop_up .pop_bd {
  padding-top: 40px;
}
.sucess-pop .pop_up .pop_bd .msg-basket-pp-nw {
  padding-left: 8%;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 30px;
}
.sucess-pop .pop_up .pop_bd .icon-tick {
  display: block;
  width: 50px;
  font-size: 30px;
  height: 50px;
  margin: 0 auto 15px;
  border: 3px solid #23955e;
  border-radius: 50%;
  line-height: 44px;
  font-weight: 100;
  color: #23955e;
}
.sucess-pop .pop_bt {
  border: none;
}
.sucess-pop .pop_bt .rmv-all {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  width: auto;
  font-size: 0;
  margin: 0;
}
.sucess-pop .pop_bt .rmv-all:before {
  content: "\e610";
  font-family: icomoon;
  color: #282828;
  font-size: 13px;
  font-weight: 700;
  width: 20px;
  height: 19px;
  line-height: 18px;
  text-align: center;
}
.calander-icon:before {
  content: "\e93c";
  font-family: icomoon;
}
#updatesuccessMessageReq .icon-close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 100;
}
#updatesuccessMessageReq p {
  display: inline-block;
}
#otpDiv > .col-sm-12 {
  padding: 0;
}
#otpDiv > .col-sm-12 .confrim-btn-nw {
  margin-top: 20px;
}
#otpDiv .otp-head {
  width: 120px;
  height: 90px;
  display: block;
  margin: 10px auto;
  background-image: url(../images/sprite.png);
  background-position: -254px -317px;
}
.msgoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99998;
}
#otpErrMsgSgnup {
  z-index: 99999;
  position: relative;
}
#otpErrMsgSgnup .message_success {
  text-align: center;
  padding: 25px 30px;
  background-color: #fff;
  color: #282828;
  border: 1px solid #fff;
  height: 200px;
  width: 400px;
}
#otpErrMsgSgnup .message_success:before {
  content: "";
  width: 125px;
  height: 87px;
  border-radius: 0;
  display: block;
  float: none;
  background-image: url(../images/sprite.png);
  background-position: -254px -320px;
  margin: 0 auto 15px;
  border: none;
}
#plnUpgradeMsg {
  z-index: 99999;
  position: relative;
}
.inpop .message_error,
.inpop .message_success {
  position: static;
  width: 100%;
  height: auto;
  padding: 0 !important;
  text-align: left;
}
.inpop .message_error:before,
.inpop .message_success:before {
  display: none;
}
.inpop .message_error span,
.inpop .message_success span {
  padding: 0 !important;
  background-color: #fff;
  border: none;
}
.inpop .message_error .close,
.inpop .message_success .close {
  display: none !important;
}
.inpop .msgoverlay {
  display: none;
}
.inpop .message_success span {
  color: #2bb673;
}
.inpop .message_error {
  background-color: #fff;
  border: none;
  color: #eb4848;
}
.inpop .close,
.inpop .msgoverlay {
  display: none !important;
}
.disabled {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}
.disabled input {
  background-color: #f9f9f9;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}
.container {
  max-width: 1180px;
  width: 100%;
}
#changeSucsMsg,
#enqMsgShow,
#errorImgMsg,
#profileUpdateMsg,
#regPstRqrMessage,
#successImgDet {
  position: relative;
  z-index: 100011;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #ccc;
}
.font-small {
  font-size: 12px;
}
.font-secondary {
  font-family: "Source Sans Pro", sans-serif;
}
.cookies-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  background-color: #222;
  padding: 12px 0;
}
.cookies-container p {
  font-size: 14px;
  margin: 0;
  color: #fff;
  width: 90%;
  padding-top: 3px;
}
.cookies-container .cookies-container .btn {
  margin-left: 20px;
}
.cookies-container .close {
  max-width: 11px;
  position: absolute;
  top: 50%;
  right: 50px;
  color: #fff;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.breadCrumb-li-dropdown {
  position: relative;
  cursor: pointer;
}
.breadCrumb-li-dropdown.active:not(.bhk-dropdown):before {
  display: none !important;
}
.breadCrumb-li-dropdown.active:after {
  font-family: icomoon;
  font-size: 8px;
  content: "\e820";
  font-weight: 700;
  margin: 0 7px;
}
.breadCrumb-li-dropdown:hover .breadCrumb-dropdown {
  visibility: visible;
  opacity: 1;
}
.breadCrumb-li-dropdown .breadCrumb-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -8px;
  z-index: 999;
  min-width: 215px;
  background: #fff;
  border: solid 1px #ddd;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-left: 15px;
  padding: 10px;
  margin-top: 20px;
}
.breadCrumb-li-dropdown .breadCrumb-dropdown li {
  float: none !important;
  padding: 5px 0;
}
.bhk-dropdown ul {
  min-width: 85px !important;
}
@media print {
  body {
    display: none;
  }
}
.post-requirement {
  padding: 5px 10px !important;
}
.mycn {
  font-size: 17px;
  padding-right: 10px;
}
.view-but-on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.proj-loct {
  font-size: 16px !important;
}
.proj-loct .iconsinplaceholder {
  font-size: 17px;
  margin-top: 3px;
  margin-right: 7px;
}
.lining-one span {
  padding-bottom: 6px;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.gutter-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.gutter-10 > [class^="col"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px-0 {
  padding: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.linksin {
  margin-top: 20px;
}
.seo-box h3 {
  font-size: 18px;
  padding-bottom: 10px;
  margin: 0;
  font-weight: 600;
}
.seo-box .discription-height {
  height: 95px !important;
}
.m-0 {
  margin: 0;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 16px;
}
.mb-4 {
  margin-bottom: 22px;
}
.mt-auto {
  margin-top: auto;
}
.p-0 {
  padding: 0;
}
.pt-1,
.py-1 {
  padding-top: 4px;
}
.pb-1,
.py-1 {
  padding-bottom: 4px;
}
.pt-2,
.py-2 {
  padding-top: 8px;
}
.pb-2,
.py-2 {
  padding-bottom: 8px;
}
.submitfeedback-modal {
  position: fixed;
  display: none;
  z-index: 99999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  right: 0;
}
.submitfeedback-modal .modal-content {
  max-width: 470px;
  margin: auto;
  padding: 14px 40px;
  position: relative;
  cursor: pointer;
}
.submitfeedback-modal .modal-content h3 {
  font-size: 20px;
}
.submitfeedback-modal .modal-content .callback-form ul li {
  margin-bottom: 13px;
}
.submitfeedback-modal .modal-content .btn {
  width: 100%;
}
.submitfeedback-modal .hideClose {
  font-size: 35px;
  position: absolute;
  right: 27px;
  top: 14px;
}
.submitfeedback-modal .error {
  color: red;
  padding-bottom: 5px;
}
.submitfeedback-modal #interactiveFormSuccess {
  background: #19773f;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 11px;
}
.menunav .follow-us-head,
.menunav .need-help-head {
  font-size: 16px;
  color: #282828;
  font-weight: 700;
  padding-bottom: 10px;
}
.grecaptcha-badge {
  display: none !important;
}
