/*----------------------------------------
[Table of contents]

1. Bootstrap Framework Styles
2. Theme Custom Fonts
3. Template Styles
   3.1 Header
   3.2 Footer
   3.3 Content
		3.3.1 Preloader
		3.3.2 Typography
		3.3.3 Buttons
		3.3.4 Forms
		3.3.5 Social
		3.3.6 Badges
		3.3.7 Modal
		3.3.8 Slider
		3.3.9 Testimonials
		3.3.10 Breadcrumbs
		3.3.11 Gallery
		3.3.12 Search
		3.3.13 Services Block
		3.3.14 Tags
		3.3.15 Calendar
		3.3.16 Circle Icon Block
		3.3.17 Category Block
		3.3.18 Person Block
		3.3.19 Text Icon Block
		3.3.20 Video
		3.3.21 Pricing
		3.3.22 Maintenance Tips
		3.3.23 Blog
		3.3.24 Package Block
		3.3.25 Text Banner Light
		3.3.26 Advantages
		3.3.27 Banner Block
		3.3.28 Contact Info
		3.3.29 Shop
		3.3.30 Dropdown Form
4. Animation
5. Plugins Custom Styles 

---------------------------------------*/
/*-------------------------------------*/
/*--- 1. Bootstrap Framework Styles ---*/
/*-------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease-in-out 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease-in-out 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease-in-out 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease-in-out 1s 0s ease;
  transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease-in-out 1s 0s ease;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #f0f0f0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f0f0f0;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #f0f0f0;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 10px;
}
.table-bordered {
  border: 1px solid #f0f0f0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f0f0f0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fdfdfd;
}
.table-hover > tbody > tr:hover {
  background-color: #fdfdfd;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #fdfdfd;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #f0f0f0;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f0f0f0;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #727272;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s 0s ease;
  -moz-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s 0s ease;
  -ms-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s 0s ease;
  -o-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s 0s ease;
  transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s 0s ease;
  font-size: 1em;
  line-height: 1.214em;
  color: #727272;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.header--transparent .form-control {
  color: #fff;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  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;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #84cd81;
  border-color: #72c66f;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #60bf5c;
  border-color: #4ab146;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #84cd81;
  border-color: #72c66f;
}
.btn-success .badge {
  color: #84cd81;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition:  opacity 1s 0s ease, 0.15s 1s 0s ease, linear 1s 0s ease;
  -moz-transition:  opacity 1s 0s ease, 0.15s 1s 0s ease, linear 1s 0s ease;
  -ms-transition:  opacity 1s 0s ease, 0.15s 1s 0s ease, linear 1s 0s ease;
  -o-transition:  opacity 1s 0s ease, 0.15s 1s 0s ease, linear 1s 0s ease;
  transition:  opacity 1s 0s ease, 0.15s 1s 0s ease, linear 1s 0s ease;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #727272;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #000000;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e8e8e8 #e8e8e8 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    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;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .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.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .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: 992px) {
  .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: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #F3D614;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ffffff;
}
.breadcrumb > .active {
  color: #ffffff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000000;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #84cd81;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #60bf5c;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #000000;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition:  width 1s 0s ease, 0.6s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  width 1s 0s ease, 0.6s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  width 1s 0s ease, 0.6s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  width 1s 0s ease, 0.6s 1s 0s ease, ease 1s 0s ease;
  transition:  width 1s 0s ease, 0.6s 1s 0s ease, ease 1s 0s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #84cd81;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #f0f0f0;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.content.boxed:before,
.content.boxed:after,
body.boxed *:not(.aside-column) > .content:before,
body.boxed *:not(.aside-column) > .content:after,
.content.fullwidth:before,
.content.fullwidth:after,
body.fullwidth *:not(.aside-column) > .content:before,
body.fullwidth *:not(.aside-column) > .content:after,
.content.fullwidth .container:before,
.content.fullwidth .container:after,
body.fullwidth *:not(.aside-column) > .content .container:before,
body.fullwidth *:not(.aside-column) > .content .container:after,
.breadcrumbs--full:before,
.breadcrumbs--full:after,
body.fullwidth .breadcrumbs:before,
body.fullwidth .breadcrumbs:after,
.breadcrumbs--full .container:before,
.breadcrumbs--full .container:after,
body.fullwidth .breadcrumbs .container:before,
body.fullwidth .breadcrumbs .container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
.content.boxed:after,
body.boxed *:not(.aside-column) > .content:after,
.content.fullwidth:after,
body.fullwidth *:not(.aside-column) > .content:after,
.content.fullwidth .container:after,
body.fullwidth *:not(.aside-column) > .content .container:after,
.breadcrumbs--full:after,
body.fullwidth .breadcrumbs:after,
.breadcrumbs--full .container:after,
body.fullwidth .breadcrumbs .container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.vertical-align {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.image-scale {
  position: relative;
  overflow: hidden;
}
.image-scale:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  border: 4px solid transparent;
  -webkit-transition: border 0.6s ease-in-out;
  -o-transition: border 0.6s ease-in-out;
  transition: border 0.6s ease-in-out;
  -webkit-transition:  border 0.6s ease-in-out 1s 0s ease;
  -moz-transition:  border 0.6s ease-in-out 1s 0s ease;
  -ms-transition:  border 0.6s ease-in-out 1s 0s ease;
  -o-transition:  border 0.6s ease-in-out 1s 0s ease;
  transition:  border 0.6s ease-in-out 1s 0s ease;
}
.image-scale:hover:after {
  border: 4px solid #F3D614;
}
.image-scale > a {
  display: block;
  overflow: hidden;
}
.image-scale img {
  -webkit-transition: transform 0.6s ease-in-out 0.05s;
  -o-transition: transform 0.6s ease-in-out 0.05s;
  transition: transform 0.6s ease-in-out 0.05s;
  -webkit-transition:  transform 0.6s ease-in-out 0.05s 1s 0s ease;
  -moz-transition:  transform 0.6s ease-in-out 0.05s 1s 0s ease;
  -ms-transition:  transform 0.6s ease-in-out 0.05s 1s 0s ease;
  -o-transition:  transform 0.6s ease-in-out 0.05s 1s 0s ease;
  transition:  transform 0.6s ease-in-out 0.05s 1s 0s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  vertical-align: middle;
  max-width: 100%;
}
.image-scale:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
  transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
}
.vert-wrap {
  display: table;
  height: 100%;
  width: 100%;
}
.vert {
  display: table-cell;
  vertical-align: middle;
}
.no-select {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
/*-------------------------------------*/
/*------- 2. Theme Custom Fonts -------*/
/*-------------------------------------*/
/*-------------------------------------*/
/*---------- 3. Theme Styles ----------*/
/*-------------------------------------*/
/*------3.0 Custom Helper Classes------*/
.font-yellow {
  color: #F3D614 !important;
}
/*-------------------------------------*/
/*------------- 3.1 Header ------------*/
/*-------------------------------------*/
.dropdown-wd {
  margin-top: 0;
  padding: 25px 30px;
  border-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-wd > li > a {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  padding: 5px 0;
  line-height: 20px;
  text-decoration: none;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 500;
  background: transparent !important;
}
.dropdown-wd > li > a:hover {
  background: transparent !important;
  color: #F3D614;
}
@media (max-width: 991px) {
  .dropdown-wd {
    margin-top: 0;
  }
}
.dropdown-menu > li > a:after,
.submenu > li > a:after {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -8px;
  content: "\e900";
  font-family: 'lawn';
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #F3D614;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-menu > li > a:only-child:after,
.submenu > li > a:only-child:after {
  content: '';
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #F3D614;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #F3D614;
}
.header {
  position: relative;
  width: 100%;
  color: #000000;
  min-height: 70px;
  z-index: 10001;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
  .header {
    min-height: 43px;
  }
}
.header .navbar-header {
  position: relative;
  float: none;
}
@media (max-width: 991px) {
  .header .navbar-header {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }
}
.header .caret {
  border: 0;
  position: absolute;
  margin: -18px 0 0 -5px;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .header .caret {
    margin-top: -14px;
  }
}
@media (max-width: 991px) {
  .header .caret {
    top: 22px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .header li.open .caret {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
}
.header .social-links ul li a {
  font-size: 31px;
}
.logo {
  float: left;
  display: block;
  margin-top: 7px;
}
.logo img {
  max-width: 100%;
}
.logo img.logo-mobile {
  display: none;
}
@media (max-width: 991px) {
  .logo img {
    height: 60px;
  }
  .logo img.logo-default {
    display: none !important;
  }
  .logo img.logo-mobile {
    display: block !important;
  }
}
.header--transparent .stuck .logo img.logo-default {
  display: block;
}
.header--transparent .stuck .logo img.logo-transparent {
  display: none;
}
@media (max-width: 991px) {
  .logo {
    display: table;
    float: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    position: relative;
  }
}
.navbar {
  min-height: 43px;
}
.no-touch .navbar {
  -webkit-transition:  padding 200ms 0s ease;
  -moz-transition:  padding 200ms 0s ease;
  -ms-transition:  padding 200ms 0s ease;
  -o-transition:  padding 200ms 0s ease;
  transition:  padding 200ms 0s ease;
}
.header--sticky .navbar.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
@media (min-width: 768px) {
  .boxed .header--sticky .navbar.stuck,
  body.boxed .header--sticky .navbar.stuck {
    width: auto;
  }
}
.navbar #slidemenu {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #3d3d3d;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar #slidemenu {
    float: none !important;
  }
}
.navbar #slidemenu.stuck {
  left: 0;
}
.navbar #slidemenu .slidemenu-close {
  display: none;
}
.navbar .navbar-toggle {
  position: absolute;
  float: none;
  bottom: -5px;
  right: 0;
  color: #3d3d3d;
  font-size: 30px;
}
.navbar .navbar-nav {
  margin-left: -10px;
  margin-right: -10px;
}
.navbar.navbar-wd {
  background-color: #fff;
  padding: 26px 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-wd {
    padding: 13px 0;
  }
}
.navbar.navbar-wd .container {
  position: relative;
}
@media (max-width: 991px) {
  .navbar.navbar-wd {
    background-color: #ffffff !important;
    padding: 0;
    margin: 0;
  }
  .navbar.navbar-wd .container {
    width: 100%;
    padding: 0 15px;
  }
}
.header--transparent .navbar.navbar-wd {
  background-color: transparent;
  -webkit-transition:  all 200ms 0s ease-out;
  -moz-transition:  all 200ms 0s ease-out;
  -ms-transition:  all 200ms 0s ease-out;
  -o-transition:  all 200ms 0s ease-out;
  transition:  all 200ms 0s ease-out;
}
@media (min-width: 992px) {
  .navbar.navbar-wd.stuck.stuck--smaller {
    padding: 8.66666667px 0 13.66666667px;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-wd.stuck {
    background-color: #3d3d3d;
    padding: 0;
    margin: 0;
  }
  .navbar.navbar-wd.stuck .container {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-wd.stuck {
    padding: 8.66666667px 0 13.66666667px;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-wd .navbar-collapse {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-wd .navbar-collapse {
    display: inline-block !important;
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-wd .navbar-collapse {
    display: block !important;
    margin: 15px -15px 0;
    padding: 10px 0 0;
    clear: both;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-wd .dropdown-menu {
    margin-top: 0;
    padding: 25px 30px;
    border-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  }
  .navbar.navbar-wd .dropdown-menu > li > a {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 0;
    line-height: 20px;
    text-decoration: none;
    color: #3d3d3d;
    text-transform: uppercase;
    font-weight: 500;
    background: transparent !important;
  }
  .navbar.navbar-wd .dropdown-menu > li > a:hover {
    background: transparent !important;
    color: #F3D614;
  }
  .navbar.navbar-wd .dropdown-menu li {
    position: relative;
    z-index: 1;
  }
  .navbar.navbar-wd .dropdown-menu li:hover {
    z-index: 2;
  }
  .navbar.navbar-wd .dropdown-menu li:hover > a {
    background-color: #f5f5f5;
  }
  .navbar.navbar-wd .dropdown-menu li:hover > ul.submenu {
    display: block;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu {
    display: none;
    position: absolute;
    left: 90%;
    background: #ffffff;
    list-style: none;
    margin: -56px 0 0 0;
    padding: 25px 30px;
    min-width: 180px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu li > a {
    position: relative;
    display: block;
    padding: 5px 0;
    line-height: 20px;
    text-decoration: none;
    color: #3d3d3d;
    text-transform: uppercase;
    font-weight: 500;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu li > a:hover {
    background: transparent;
    color: #F3D614;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .navbar.navbar-wd .dropdown-menu {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-wd .dropdown-menu ul.submenu {
    margin: 0;
    padding: 10px 25px 0 45px;
    list-style: none;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu ul {
    padding: 10px 25px 0 25px;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu ul li {
    opacity: 0.7;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu li {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.navbar.navbar-wd .nav {
  text-align: center;
}
@media (min-width: 1200px) {
  .navbar.navbar-wd .nav {
    padding: 3px 0 0 0;
    width: 780px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar.navbar-wd .nav {
    width: 580px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-wd .nav {
    width: 100%;
    margin-top: 10px;
    margin-left: -25px !important;
    margin-right: -25px !important;
    padding: 0 15px;
    text-align: left;
  }
}
.navbar.navbar-wd .nav > li {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.navbar.navbar-wd .nav > li.active > a {
  color: #F3D614;
}
.navbar.navbar-wd .nav > li > a {
  display: block;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.navbar.navbar-wd .nav > li > a:focus,
.navbar.navbar-wd .nav > li > a:hover,
.navbar.navbar-wd .nav > li > a:active {
  color: #F3D614;
}
.navbar.navbar-wd .nav > li > a span.link-name {
  display: block;
  padding: 9px 12px 20px;
}
.navbar.navbar-wd .nav > li > a:hover {
  color: #F3D614;
}
.navbar.navbar-wd .nav .open > a,
.navbar.navbar-wd .nav .open > a:focus,
.navbar.navbar-wd .nav .open > a:hover {
  background-color: transparent;
  color: #F3D614;
}
@media (max-width: 991px) {
  #slidemenu {
    background: #5c5c5c;
    left: -100%;
    width: 80%;
    height: 105vh;
    min-width: 0;
    position: absolute;
    padding-left: 0;
    z-index: 2000;
    top: 0;
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #slidemenu .slidemenu-close {
    position: absolute;
    display: block !important;
    z-index: 2001;
    right: 0;
    top: 3px;
    width: 40px;
    height: 40px;
    vertical-align: text-top;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    background-color: #5c5c5c;
    color: #fff;
    cursor: pointer;
  }
  #slidemenu .navbar-nav {
    width: 100%;
    position: relative;
    float: none;
    margin: 0;
  }
  #slidemenu .navbar-nav > li {
    float: none;
    display: block;
    width: 100%;
    position: relative !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #767676;
    text-align: left;
  }
  #slidemenu .navbar-nav > li a {
    position: relative;
    color: #fff;
  }
  #slidemenu .navbar-nav > li a .badge {
    top: 5px;
    border-radius: 3px;
    margin: 0 10px;
    background-color: #F3D614;
    font-size: 10px;
    line-height: 16px;
    vertical-align: top;
  }
  #slidemenu .navbar-nav > li a:focus {
    background-color: transparent !important;
  }
  #slidemenu .navbar-nav > li a:hover {
    background-color: transparent !important;
  }
  #slidemenu .navbar-nav > li a:after {
    right: 8px;
  }
  #slidemenu .navbar-nav > li > a > span.link-name {
    padding: 14px 25px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
  }
  #slidemenu .navbar-nav > li.open > a {
    background-color: #000 !important;
    color: #fff;
  }
  .navbar-toggle {
    display: block;
  }
}
/* header--max */
@media (min-width: 1200px) {
  .header--max {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .header--max .navbar-header {
    float: none;
    text-align: center;
    padding: 0 0 45px;
    -webkit-transition:  padding 200ms 0s ease;
    -moz-transition:  padding 200ms 0s ease;
    -ms-transition:  padding 200ms 0s ease;
    -o-transition:  padding 200ms 0s ease;
    transition:  padding 200ms 0s ease;
  }
}
.header--max #slidemenu.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #F3D614;
  z-index: 1000;
}
.header--max #slidemenu.stuck .badge {
  background-color: #212121;
  color: #ffffff;
}
.header--max #slidemenu.stuck .nav .open > a,
.header--max #slidemenu.stuck .nav .open > a:focus,
.header--max #slidemenu.stuck .nav .open > a:hover,
.header--max #slidemenu.stuck .nav .active > a {
  color: #000000;
}
@media (max-width: 991px) {
  .header #slidemenu.stuck {
    left: -100%;
  }
}
@media (min-width: 768px) {
  .header--max .logo {
    float: none;
    display: inline-block;
  }
}
.navbar .slogan {
  margin-top: 65px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1199px) {
  .navbar .slogan {
    margin-top: 39px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .navbar .slogan {
    margin-top: 36px;
    font-size: 16px;
    line-height: 22px;
  }
}
.navbar .social-links {
  display: inline-block;
  padding: 65px 0 0 0;
  text-align: right;
  float: right;
}
@media (max-width: 991px) {
  .navbar .social-links {
    padding-top: 40px;
  }
}
.navbar .phone {
  margin-top: 65px;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .navbar .phone {
    margin-top: 34px;
  }
}
.navbar .phone .phone-number {
  font-size: 26px;
  padding: 0 7px;
}
.navbar .phone .phone-sm {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .navbar .row {
    margin: 0;
  }
  .navbar [class*="col-"] {
    position: static;
    float: none;
    padding: 0;
  }
  .navbar .social-links {
    padding: 0;
    text-align: right;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .navbar .social-links ul li a {
    font-size: 24px;
    line-height: 35px;
  }
  .navbar .phone {
    display: none;
  }
}
.header--max .navbar.navbar-wd {
  padding: 0;
}
.header--max .navbar.navbar-wd .nav {
  margin: 0 auto !important;
  float: none;
  width: auto;
  text-align: left;
}
@media (min-width: 992px) {
  .navbar.navbar-wd.stuck.stuck--smaller {
    padding: 0;
  }
}
.navbar #slidemenu {
  padding: 7px 0 0;
}
@media (max-width: 1199px) {
  .navbar #slidemenu {
    padding: 0;
  }
}
/*
Navbar "hovernav" dropdown menu - this works only for screen sizes larger than phones.
The Bootstrap CSS is unchanged.
*/
@media (min-width: 992px) {
  .navbar-nav .hovernav.open:hover {
    z-index: 100;
  }
  .navbar-nav .hovernav.open:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1199px) {
  .navbar.navbar-wd .nav > li > a span.link-name {
    display: block;
    padding: 16px 18px;
  }
  .navbar.navbar-wd .nav > li > a span.link-name:first-child {
    margin-left: -18px;
  }
  .header--max .navbar-header {
    padding: 0 0 15px;
  }
}
@media (min-width: 1200px) {
  header .container {
    width: 1170px;
  }
}
/* header mobile info */
@media (min-width: 992px) {
  .header-info-mobile,
  .header-info-toggle {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .header-info-mobile {
    display: none;
    padding: 16px;
    background-color: #eeeeee;
    color: #292929;
  }
  .header-info-mobile,
  .header-info-mobile p {
    font-size: 16px;
    line-height: 24px;
  }
  .header-info-mobile p {
    padding-left: 40px;
    position: relative;
    margin-bottom: 12px;
  }
  .header-info-mobile p > [class*='icon-'] {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 22px;
    color: #F3D614;
  }
  .header-info-mobile p + .social-links {
    margin-top: 15px;
  }
  .header-info-mobile .social-links {
    margin-left: 40px;
  }
  .header-info-mobile-inside {
    position: relative;
    top: -50px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition:  0.2s 1s 0s ease;
    -moz-transition:  0.2s 1s 0s ease;
    -ms-transition:  0.2s 1s 0s ease;
    -o-transition:  0.2s 1s 0s ease;
    transition:  0.2s 1s 0s ease;
  }
  .header-info-mobile.open .header-info-mobile-inside {
    top: 0;
    opacity: 1;
  }
  .header-info-toggle {
    display: block;
    background: #3d3d3d;
    height: 40px;
    width: 100%;
    color: #fff;
    cursor: pointer;
  }
  .header-info-toggle .btn--wd {
    position: relative;
    float: right;
    right: 10px;
    top: 6px;
    padding: 3px 10px !important;
    text-decoration: none !important;
  }
  .header-info-toggle [class*='icon-'] {
    display: block;
    position: relative;
    float: left;
    top: 0;
    font-size: 14px;
    line-height: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition:  0.5s 1s 0s ease;
    -moz-transition:  0.5s 1s 0s ease;
    -ms-transition:  0.5s 1s 0s ease;
    -o-transition:  0.5s 1s 0s ease;
    transition:  0.5s 1s 0s ease;
    padding: 0 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* note that you have @transform here */
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-info-toggle [class*='icon-']:hover {
    color: #F3D614;
  }
  .header-info-toggle.open [class*='icon-'] {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* note that you have @transform here */
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.sticky-wrapper {
  height: auto !important;
}
/*-------------------------------------*/
/*------------ 3.2 Footer -------------*/
/*-------------------------------------*/
.footer {
  /* position: relative; */
  background-color: #fff;
  color: #2b2b2b;
  z-index: 50;
}
.footer .logo--footer {
  float: none;
  margin-bottom: 15px;
  display: block;
}
.footer .logo--footer img {
  max-width: 100%;
}
.footer .estimate-form .btn {
  margin-top: 5px;
  height: 47px;
  padding: 7px 15px;
}
@media (max-width: 479px) {
  .footer .estimate-form .btn {
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .footer .estimate-form .col-form-1 {
    width: calc(50% - 90px);
  }
  .footer .estimate-form .col-form-2 {
    width: 180px;
  }
  .footer .estimate-form .estimate-form .btn {
    width: 100%;
  }
}
.footer__top {
  background: url(../images/under-footer.png) 0 bottom repeat-x #f0f0f0;
  padding-top: 45px;
  min-height: 400px;
}
.footer__top .select-wrapper,
.footer__top input {
  margin: 5px 0 15px;
}
@media (max-width: 1199px) {
  .footer__top {
    padding-bottom: 275px;
  }
}
@media (max-width: 767px) {
  .footer__top {
    padding-bottom: 135px;
    padding-top: 25px;
    background-size: auto 210px;
  }
}
.footer__top .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  padding-top: 38px;
  text-transform: none;
}
@media (max-width: 1199px) {
  .footer__top .title {
    margin-bottom: 15px;
    text-align: center;
  }
}
.footer__column-links {
  position: relative;
  background: #3d3d3d;
  background-attachment: fixed;
  color: #c5c5c5;
  padding: 55px 0 40px;
}
.footer__column-links a:not(.btn) {
  color: #c5c5c5;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
}
.footer__column-links a:not(.btn):hover {
  color: #F3D614;
}
.footer__column-links .v-links-list li {
  color: #c5c5c5;
}
.footer__column-links .v-links-list li.icon:before {
  color: #fff;
}
.footer__column-links .title {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  position: relative;
  padding-bottom: 36px;
}
.footer__column-links .title:after {
  content: '';
  display: block;
  margin: 25px 0 0;
  width: 40px;
  height: 1px;
  background-color: #F3D614;
}
.footer__column-links p {
  font-size: 1.067em;
}
.footer__bottom {
  position: relative;
  background-color: #3d3d3d;
  color: #c5c5c5;
  padding: 20px 0 55px;
  font-size: 0.933em;
  font-weight: 300;
  line-height: 1.5em;
}
.footer__bottom a {
  color: #c5c5c5;
}
.footer__bottom a:hover {
  color: #F3D614;
}
@media (max-width: 767px) {
  .footer__bottom .container > div {
    width: 100%;
    float: none !important;
    text-align: center;
    margin-bottom: 6px;
  }
}
.footer__bottom .social-links {
  text-align: right;
  margin-top: -10px;
}
.footer__bottom .social-links ul li a:hover {
  color: #ffffff;
}
.footer__bottom .phone {
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  font-weight: 500;
  color: #ffffff;
}
.footer__bottom .phone .phone-number {
  font-size: 26px;
  padding: 0 14px;
}
.footer__bottom .phone .phone-sm {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer__bottom .copyright {
  font-size: 16px;
  color: #e1e1e1;
  padding-top: 25px;
  text-align: left;
}
@media (max-width: 991px) {
  .footer__bottom .copyright {
    text-align: center;
    padding-top: 0;
  }
  .footer__bottom .pull-left,
  .footer__bottom .pull-right {
    float: none !important;
    width: 100%;
    text-align: center;
  }
  .footer__bottom .social-links {
    margin-top: 0;
  }
  .footer__bottom .phone,
  .footer__bottom .social-links {
    text-align: center;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    padding-top: 40px;
  }
  .footer__bottom .phone,
  .footer__bottom .social-links {
    padding-bottom: 25px;
  }
}
.back-to-top {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 10000;
  opacity: 0;
  transition: .2s;
  -webkit-transition:  all 300ms ease-out 0s;
  -moz-transition:  all 300ms ease-out 0s;
  -ms-transition:  all 300ms ease-out 0s;
  -o-transition:  all 300ms ease-out 0s;
  transition:  all 300ms ease-out 0s;
}
.back-to-top a {
  display: block;
  background-color: #F3D614;
  width: 59px;
  height: 59px;
  line-height: 60px;
  text-align: center;
  color: #3d3d3d !important;
  font-size: 42px;
  text-decoration: none;
}
.back-to-top:hover span {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  -webkit-animation: scroll-ani-to-top 800ms linear infinite;
  -moz-animation: scroll-ani-to-top 800ms linear infinite;
  animation: scroll-ani-to-top 800ms linear infinite;
}
.back-to-top.visible {
  opacity: 1;
}
@media (max-width: 1199px) {
  .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
  }
}
@media (max-width: 991px) {
  .footer__bottom > .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  .footer__bottom > .container > *:nth-child(1) {
    order: 1;
  }
  .footer__bottom > .container > *:nth-child(2) {
    order: 0;
  }
  .footer__bottom > .container > *:nth-child(3) {
    order: 2;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer__column-links {
    padding: 0;
  }
  .footer__column-links img {
    max-width: 180px;
    margin: 0 auto 50px;
  }
  .footer__column-links .container {
    position: relative;
    top: -85px;
    margin-bottom: -50px;
  }
}
@media (max-width: 767px) {
  .footer__column-links {
    position: static;
    padding: 30px 0 0;
  }
  .footer__column-links img {
    max-width: 180px;
    margin: 0 auto 20px;
  }
  .footer__bottom {
    padding-bottom: 30px;
  }
  .back-to-top {
    bottom: 40px;
  }
  .footer__column-links .title {
    padding-bottom: 15px;
  }
  .footer__column-links .title:after {
    display: none;
  }
  .mobile-collapse {
    width: 100%;
    border: 0;
  }
  .mobile-collapse__content {
    display: none;
    padding-bottom: 15px;
  }
  .open > .mobile-collapse__content {
    display: block;
  }
  .mobile-collapse .v-links-list ul {
    padding: 10px 0 10px 10px;
  }
  .mobile-collapse__title {
    cursor: pointer;
    padding: 16px 10px;
    margin-top: 0 !important;
    position: relative;
  }
  .mobile-collapse__title:before {
    position: absolute;
    display: block;
    top: 12px;
    right: 10px;
    font-family: 'lawn';
    font-size: 28px;
    content: "\e90c";
    line-height: 1em;
    color: #F3D614;
  }
  .open > .mobile-collapse__title:before {
    content: "\e90d";
    right: 8.5px;
  }
}
/*-------------------------------------*/
/*------------ 3.3 Content ------------*/
/*-------------------------------------*/
.outer {
  width: 100%;
  display: inline-block;
}
.page-content {
  position: relative;
  z-index: 10000;
}
body:not(.boxed) .page-content--fill {
  background: #f4f4f5;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.parallax,
.image-bg {
  background: url(../images/parallax-bg.jpg) 50% 50% no-repeat fixed;
}
.touch .parallax,
.touch .image-bg {
  background-attachment: scroll;
  background-repeat: repeat;
  background-size: cover;
  background-position: center 0 !important;
}
.title-outer {
  padding-top: 85px;
}
.title-outer.top-null {
  margin-top: 0 !important;
  padding-top: 0;
}
.title-outer.bottom-null {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
#pageContent > #slider.content {
  padding-top: 0;
  padding-bottom: 0 !important;
}
.content {
  padding-top: 85px;
}
@media (max-width: 767px) {
  .content {
    padding-top: 42.5px;
  }
}
#pageContent > .content:last-child,
#pageContent > .content:last-of-type {
  padding-bottom: 55.25px;
}
.content.top-padding {
  padding-top: 55.25px !important;
}
.content.top-null {
  margin-top: 0 !important;
  padding-top: 0;
}
.content.top-pad-null {
  padding-top: 0 !important;
}
.content.bottom-null {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.content--fill {
  background-color: #f4f4f5 !important;
  padding-top: 85px !important;
  padding-bottom: 75px !important;
  margin-top: 85px;
}
@media (max-width: 767px) {
  .content--fill {
    padding-top: 42.5px !important;
  }
}
.content--fill.top-pad-null {
  padding-top: 0 !important;
}
.content--fill--light {
  background: url(../images/block-bg.png) repeat;
}
.content--parallax {
  background: url(../images/parallax-bg.jpg) 50% 50% no-repeat fixed;
  padding-top: 75px !important;
  padding-bottom: 75px !important;
  margin-top: 85px;
}
@media (max-width: 767px) {
  .content--parallax {
    padding-top: 52.5px !important;
    padding-bottom: 37.5px !important;
  }
}
.touch .content--parallax {
  background-attachment: scroll;
  background-repeat: repeat;
  background-size: cover;
  background-position: center 0 !important;
}
.content--parallax--short {
  padding: 60px 0 50px !important;
}
.content--parallax--high {
  padding: 75px 0 !important;
}
@media (min-width: 768px) {
  .content--parallax--high {
    padding: 112.5px 0 !important;
  }
}
@media (min-width: 992px) {
  .content--parallax--high {
    padding: 150px 0 !important;
  }
}
@media (min-width: 1200px) {
  .content--parallax--high {
    padding: 172.5px 0 !important;
  }
}
.content.boxed,
body.boxed *:not(.aside-column) > .content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .content.boxed,
  body.boxed *:not(.aside-column) > .content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .content.boxed,
  body.boxed *:not(.aside-column) > .content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .content.boxed,
  body.boxed *:not(.aside-column) > .content {
    width: 1140px;
  }
}
.content.boxed > .navbar-header,
body.boxed *:not(.aside-column) > .content > .navbar-header,
.content.boxed > .navbar-collapse,
body.boxed *:not(.aside-column) > .content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .content.boxed > .navbar-header,
  body.boxed *:not(.aside-column) > .content > .navbar-header,
  .content.boxed > .navbar-collapse,
  body.boxed *:not(.aside-column) > .content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.content.boxed .hide-outer-animation,
body.boxed *:not(.aside-column) > .content .hide-outer-animation {
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: -25px;
}
.content.fullwidth,
body.fullwidth *:not(.aside-column) > .content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.content.fullwidth > .navbar-header,
body.fullwidth *:not(.aside-column) > .content > .navbar-header,
.content.fullwidth > .navbar-collapse,
body.fullwidth *:not(.aside-column) > .content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .content.fullwidth > .navbar-header,
  body.fullwidth *:not(.aside-column) > .content > .navbar-header,
  .content.fullwidth > .navbar-collapse,
  body.fullwidth *:not(.aside-column) > .content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.content.fullwidth .container,
body.fullwidth *:not(.aside-column) > .content .container {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.content.fullwidth .container > .navbar-header,
body.fullwidth *:not(.aside-column) > .content .container > .navbar-header,
.content.fullwidth .container > .navbar-collapse,
body.fullwidth *:not(.aside-column) > .content .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .content.fullwidth .container > .navbar-header,
  body.fullwidth *:not(.aside-column) > .content .container > .navbar-header,
  .content.fullwidth .container > .navbar-collapse,
  body.fullwidth *:not(.aside-column) > .content .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
body.fullwidth .content .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.slider {
  padding-bottom: 85px;
}
@media (max-width: 1199px) {
  .aside-column {
    margin-bottom: 35px;
  }
}
.aside-column .container {
  width: 100% !important;
}
.social-item {
  text-align: center;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .social-item {
    max-width: 340px;
  }
}
.social-item .img-responsive {
  display: inline-block;
}
@media (min-width: 1770px) {
  body.wide {
    width: 100%;
  }
  body.wide .container,
  body.wide .header__dropdowns-container {
    width: 1770px;
  }
}
.page-bot {
  background: url(../images/block-bg.png) repeat;
}
#pluginIdTFPU_2 {
  display: none;
}
/*---------- 3.3.1 Preloader ----------*/
#loader-wrapper,
#modalLoader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: #fff;
}
#loader-wrapper.loader-off {
  display: none !important;
}
#loader {
  display: block;
  margin: -37px 0 0 -50px;
  width: 75px;
  height: 100px;
  position: relative;
  top: 50%;
  left: 50%;
}
.spinner {
  top: 50%;
  left: 50%;
  z-index: 1;
  height: 30px;
  width: 30px;
  margin-left: -15px;
  margin-top: -40px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
}
.spinner span {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: block;
  position: absolute;
  opacity: 0.7;
}
.spinner .ball-1 {
  z-index: 4;
  background-color: #F3D614;
  left: -20px;
  -webkit-transform: translate(50%, 50%) scale(0.5);
  -webkit-animation: animateSway 2s infinite ease-in-out, animateScale 2s infinite ease-in-out;
  animation: animateSway 2s infinite ease-in-out, animateScale 2s infinite ease-in-out;
}
.spinner .ball-2 {
  z-index: 3;
  background-color: #527d06;
  left: -20px;
  -webkit-transform: translate(50%, 50%) scale(0.5);
  -webkit-animation: animateSway 2s infinite ease-in-out 500ms, animateScale 2s infinite ease-in-out 500ms;
  animation: animateSway 2s infinite ease-in-out 500ms, animateScale 2s infinite ease-in-out 500ms;
}
.spinner .ball-3 {
  z-index: 2;
  background-color: #3d3d3d;
  left: -20px;
  -webkit-transform: translate(50%, 50%) scale(0.5);
  -webkit-animation: animateSway 2s infinite ease-in-out 1s, animateScale 2s infinite ease-in-out 1s;
  animation: animateSway 2s infinite ease-in-out 1s, animateScale 2s infinite ease-in-out 1s;
}
.spinner .ball-4 {
  z-index: 1;
  background-color: #e97b05;
  left: -20px;
  -webkit-transform: translate(50%, 50%) scale(0.5);
  -webkit-animation: animateSway 2s infinite ease-in-out 1.5s, animateScale 2s infinite ease-in-out 1.5s;
  animation: animateSway 2s infinite ease-in-out 1.5s, animateScale 2s infinite ease-in-out 1.5s;
}
@-webkit-keyframes animateSway {
  0% {
    left: -20px;
  }
  50% {
    left: 20px;
  }
  100% {
    left: -20px;
  }
}
@keyframes animateSway {
  0% {
    left: -20px;
  }
  50% {
    left: 20px;
  }
  100% {
    left: -20px;
  }
}
@-webkit-keyframes animateScale {
  0% {
    -webkit-transform: translate(50%, 50%) scale(0.5);
    z-index: -1;
  }
  25% {
    -webkit-transform: translate(50%, 50%) scale(1);
    z-index: 1;
  }
  50% {
    -webkit-transform: translate(50%, 50%) scale(0.5);
    z-index: -1;
  }
  75% {
    -webkit-transform: translate(50%, 50%) scale(0.25);
    z-index: -2;
  }
  100% {
    -webkit-transform: translate(50%, 50%) scale(0.5);
    z-index: -1;
  }
}
@keyframes animateScale {
  0% {
    transform: translate(50%, 50%) scale(0.5);
    z-index: -1;
  }
  25% {
    transform: translate(50%, 50%) scale(1);
    z-index: 1;
  }
  50% {
    transform: translate(50%, 50%) scale(0.5);
    z-index: -1;
  }
  75% {
    transform: translate(50%, 50%) scale(0.25);
    z-index: -2;
  }
  100% {
    transform: translate(50%, 50%) scale(0.5);
    z-index: -1;
  }
}
.loaded #loader,
.touch #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper,
.touch #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
/* mower loader */
#loader.mower-loader {
  width: 300px;
  height: 200px;
  margin-left: -150px;
  margin-top: -100px;
}
#loader .mower {
  text-align: center;
}
#loader .grass {
  background: url(../images/grass.png) repeat-x 0 0;
  background-size: 100% 30px;
  width: 300px;
  height: 50px;
  margin-top: -30px;
  -webkit-animation: movegrass 5s linear infinite;
  animation: movegrass 5s linear infinite;
}
@-webkit-keyframes movegrass {
  to {
    background-position: -300px 0;
  }
}
@keyframes movegrass {
  to {
    background-position: -300px 0;
  }
}
#loader .text {
  width: 100%;
  background: #F3D614;
  margin-top: -22px;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
/*--------- Tree Preloader ------------*/
svg {
  display:block;
  width:258px;
  height:258px;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.tree {
  fill: #F3D614;
}

.circle-mask {
  transform-origin: 50% 90%;
  animation: scale 5s infinite ease-out;
}

@keyframes scale {
  0%, 100% {
    transform: scale(0.0);
  }
  7%, 90% {
    transform: scale(0.4);
  }
  50% {
    transform: scale(1);
  }
}

/*--------- 3.3.2 Typography ----------*/
body {
  font-family: 'Ubuntu', sans-serif;
  color: #000000;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.5em;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
a {
  color: #000000;
}
a:hover,
a:focus,
a:active {
  color: #000000;
  outline: none;
}
a:focus,
a:active {
  text-decoration: none;
}
a.custom-color {
  color: #F3D614;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover,
a.underline:focus,
a.underline:active {
  text-decoration: none;
}
p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #000000;
}
.custom-color {
  color: #F3D614;
}
.color-light {
  color: #4d4d4d;
}
.color-facebook {
  color: #526ac4 !important;
}
.color-facebook:hover {
  color: #526ac4 !important;
}
.color-twitter {
  color: #00e4ff !important;
}
.color-twitter:hover {
  color: #00e4ff !important;
}
.color-linkedin {
  color: #0077b5 !important;
}
.color-linkedin:hover {
  color: #0077b5 !important;
}
.text-uppercase {
  text-transform: uppercase;
}
label {
  font-weight: normal;
}
label.label--top {
  display: block;
}
.label {
  padding: .3em .8em .3em;
}
.info-text {
  font-size: 1.125em;
  line-height: 1.555em;
  font-weight: 300;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .info-text {
    margin-bottom: 20px;
  }
  .info-text,
  .info-text.text-center {
    text-align: left;
  }
}
.text-center > img {
  display: inline-block;
}
@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2em;
  padding: 0 0 45px;
  margin: 0;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2em;
  padding: 0 0 45px 0;
  margin: 0;
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2.white {
  color: #ffffff;
}
h2.white:after {
  background-color: #ffffff !important;
}
h1.lined,
h2.lined {
  position: relative;
  padding-bottom: 50px;
}
h1.lined:after,
h2.lined:after {
  content: '';
  display: block;
  margin: 35px 0 0;
  width: 68px;
  height: 2px;
  background-color: #F3D614;
}
@media (max-width: 991px) {
  h1.lined,
  h2.lined {
    padding-bottom: 30px;
  }
  h1.lined:after,
  h2.lined:after {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  h1.lined,
  h2.lined {
    padding-bottom: 40px;
  }
}
h1.text-center.lined:after,
h2.text-center.lined:after {
  margin: 35px auto 0;
}
@media (max-width: 991px) {
  h1.text-center.lined:after,
  h2.text-center.lined:after {
    margin-top: 25px;
  }
}
h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 2em;
  padding: 0 0 1.5em;
  margin: 0;
}
h4 {
  font-weight: 300;
  font-size: 1.467em;
  padding: 0 0 0.5em;
  margin: 0;
}
@media (max-width: 991px) {
  h4 {
    text-align: center;
  }
}
h5 {
  font-weight: normal;
  font-size: 1.2em;
  padding: 0 0 0.8em;
  margin: 0;
}
h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  padding: 0 0 0.25em;
  margin: 0;
}
h1 .icon,
h2 .icon,
h3 .icon,
h4 .icon,
h5 .icon,
h6 .icon {
  vertical-align: bottom;
  display: inline-block;
  padding-right: 5px;
}
.h-pad-sm {
  padding-bottom: 20px;
}
.h-pad-xs {
  padding-bottom: 5px;
}
.divider {
  height: 75px;
  clear: both;
}
.divider--lg {
  height: 112.5px;
}
.divider--md {
  height: 50.025px;
}
.divider--sm {
  height: 35.025px;
}
.divider--xs {
  height: 20.025px;
}
.divider--xxs {
  height: 7.5px;
}
@media (max-width: 991px) {
  .divider {
    height: 55px;
    clear: both;
  }
  .divider--lg {
    height: 82.5px;
  }
  .divider--md {
    height: 49.5px;
  }
  .divider--sm {
    height: 38.5px;
  }
  .divider--xs {
    height: 33px;
  }
  .divider--xxs {
    height: 27.5px;
  }
}
.img-center {
  display: inline-block;
}
.img-left {
  float: left;
  margin: 0 30px 15px 0;
}
.img-right {
  float: right;
  margin: 0 0 15px 30px;
}
.img-round {
  border-radius: 50%;
}
.back-link {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 15px;
  color: #F3D614;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
}
@media (max-width: 767px) {
  .back-link {
    top: -40px;
  }
}
.h-links-list ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.h-links-list li {
  display: inline-block;
  padding: 0 16px 0 0;
}
.v-links-list ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.v-links-list li {
  padding: 0 0 4px;
  font-weight: 300;
}
.v-links-list li.icon {
  padding: 0 0 4px 22px;
  vertical-align: middle;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}
.v-links-list li.icon:before {
  position: absolute;
  font-size: 1em;
  left: 0;
}
.circle-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.circle-list li {
  position: relative;
  font-size: 16px;
  line-height: 1.25em;
  padding: 4px 0 4px 23px;
  border-bottom: 1px solid #f3f3f3;
}
.circle-list li:last-child {
  border: 0;
}
.circle-list li a {
  text-decoration: none;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  -webkit-transition:  padding 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  padding 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  padding 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  padding 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  transition:  padding 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
}
.circle-list li:hover a {
  color: #F3D614;
  padding-left: 7px;
}
.circle-list li:after {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: "•";
  font-size: 1.5em;
}
.circle-list li:before {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  font-family: 'Sportclub';
  content: '\e602';
  font-size: 12px;
}
.circle-list li:after,
.circle-list li:before {
  color: #F3D614;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
}
.circle-list li:hover:after,
.circle-list li:hover:before {
  color: #000000;
}
.marker-list {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.marker-list > li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}
.marker-list > li:after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "•";
  font-size: 22px;
  color: #F3D614;
}
.marker-list-sm {
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
.marker-list-sm > li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 24px;
}
.marker-list-sm > li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "•";
  font-size: 26px;
  color: #F3D614;
}
.circle-list {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.circle-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.circle-list li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "•";
  font-size: 1.5em;
}
.simple-list {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.simple-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.simple-list li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "»";
}
.simple-list ul {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}
.simple-list ul li:after {
  content: "•";
  font-size: 1em;
}
.decimal-list {
  margin: 15px 0 15px 25px;
  padding: 0;
  list-style: decimal outside;
}
.decimal-list li {
  padding-left: 0;
  margin-bottom: 5px;
  text-indent: 0;
}
.decimal-list ul {
  margin: 5px 0 5px 17px;
  padding: 0;
  list-style: decimal outside;
}
.table.text-center td,
.table.text-center th {
  text-align: center;
}
.table.table-clear {
  margin: 15px 0;
}
.table.table-clear td,
.table.table-clear th {
  border: 0 !important;
  padding: 6px !important;
  font-size: 16px;
  color: #7d7d7d;
}
#map {
  width: 100%;
  height: 490px;
  margin: 0 0 -5px;
  border: 0;
  overflow: hidden;
}
.address {
  color: #212121;
}
.dropcap {
  display: block;
  float: left;
  font-size: 2.833em;
  line-height: 1em;
  margin: 0 5px 0 0;
}
.testimonial {
  display: table;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  background-color: #f8f8f8;
}
.testimonial__author {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 28px;
  background: #eeeeee;
}
.testimonial__author__image {
  margin-bottom: 4px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial__author__image {
    margin: 15px 0 4px;
  }
}
.testimonial__author__image img {
  min-width: 100px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.testimonial__author__name {
  text-align: center;
  font-size: 0.857em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial__author__name {
    margin: 0 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial__author {
    display: table-row;
    text-align: center;
  }
}
.testimonial__text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 20px 20px 15px 65px;
  overflow: hidden;
  background: url(../images/quote.png) no-repeat 10px 0 transparent;
}
.btns-preview .btn {
  margin: 0 8px 10px 0;
  display: inline-block;
  vertical-align: bottom;
}
ul.sitemap {
  margin: 0;
  padding: 0;
}
ul.sitemap li {
  list-style: none !important;
  margin-bottom: 10px;
}
ul.sitemap ul li {
  line-height: 20px;
  vertical-align: top;
  position: relative;
  font-weight: bold;
}
ul.sitemap ul li a {
  text-decoration: none;
  display: inline-block;
}
ul.sitemap ul li a:hover {
  color: #F3D614;
}
ul.sitemap ul ul {
  margin-top: 30px;
}
ul.sitemap ul ul li {
  position: relative;
  font-weight: normal;
}
ul.sitemap ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 100%;
  border-left: 1px #ccc solid;
  position: absolute;
  top: -20px;
}
ul.sitemap ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 30px;
  border-bottom: 1px #ccc solid;
  position: absolute;
  top: -20px;
}
ul.sitemap ul ul li a {
  margin-left: 3.75rem;
}
.pagination {
  margin: 20px 0 30px;
}
.pagination > li > a,
.pagination > li > span {
  padding: 0 15px;
  min-width: 47px;
  font-size: 16px;
  line-height: 51px;
  font-weight: 700;
  color: #363636;
  background-color: #fff;
  border: 0;
  margin: 0 7px 0 0;
  text-align: center;
  border-radius: 6px !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #dbebb8;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #F3D614;
}
.marker-list-arrow {
  list-style: none;
  margin: 0;
  padding: 0;
}
.marker-list-arrow > li {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  padding: 8px 0;
  padding-left: 22px;
  border-bottom: 1px solid #e7e7e7;
}
.marker-list-arrow > li:first-child {
  border-top: 1px solid #e7e7e7;
}
.marker-list-arrow > li:after {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  font-family: 'lawn';
  content: "\e922";
  font-size: 8px;
  color: #F3D614;
}
.nav-tabs {
  border-bottom: 1px solid #d8d8d8;
}
.nav-tabs > li {
  margin: 0 20px;
}
@media (max-width: 479px) {
  .nav-tabs > li {
    width: 100%;
    margin: 0;
  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0;
}
.nav-tabs > li > a {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  border: none;
  color: #292929;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition:  0.2s 1s 0s ease;
  -moz-transition:  0.2s 1s 0s ease;
  -ms-transition:  0.2s 1s 0s ease;
  -o-transition:  0.2s 1s 0s ease;
  transition:  0.2s 1s 0s ease;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  border: none;
  color: #F3D614 !important;
  background: transparent !important;
}
.nav-tabs > li > a::after {
  content: "";
  background: #F3D614;
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition:  0.2s 1s 0s ease;
  -moz-transition:  0.2s 1s 0s ease;
  -ms-transition:  0.2s 1s 0s ease;
  -o-transition:  0.2s 1s 0s ease;
  transition:  0.2s 1s 0s ease;
  transform: scale(0);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #F3D614 none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 15px 0;
}
.tab-content {
  padding: 20px;
}
@media (max-width: 479px) {
  .tab-content {
    padding: 0;
  }
}
.tab-services .tab-content {
  position: relative;
}
.tab-services .tab-content > .tab-pane {
  display: block;
  position: absolute;
  width: calc(100% + 30px);
  top: -10000px;
}
.tab-services .tab-content > .active {
  position: relative;
  top: 0;
}
.nav-pills {
  margin: 70px 0 47px;
  text-align: center;
}
.nav-pills > li {
  display: inline-block;
  float: none;
  margin: 0 3px 10px 3px;
}
.nav-pills > li > a {
  display: block;
  border-radius: 0;
  padding: 0 18px;
  min-width: 50px;
  border: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 53px;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #F3D614;
  border-color: #F3D614;
  color: #383838;
}
/*----------- 3.3.3 Buttons -----------*/
button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:active,
.btn:active,
button.active,
.btn.active {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.pull-right,
.btn.pull-right {
  margin-right: 10px;
}
.btn--wd {
  padding: 12px 22px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.125em;
  line-height: 1.278em;
  font-weight: 500;
  height: 53px;
  background-color: #F3D614;
  color: #ffffff;
  border-radius: 6px;
  vertical-align: top;
  border: 2px solid #F3D614;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition:  all 1s 0s ease, 300ms 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 300ms 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 300ms 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 300ms 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 300ms 1s 0s ease, ease 1s 0s ease;
  text-decoration: none;
}
.btn--wd,
.btn--wd.active,
.btn--wd:active,
.btn--wd.focus,
.btn--wd:focus {
  background-color: #F3D614;
  color: #ffffff;
}
.btn--wd:hover {
  background: #ffffff;
  color: #F3D614;
}
.btn--wd span {
  position: relative;
  top: 0;
  left: 0;
}
.btn--wd.btn--full {
  width: 100%;
}
.btn--wd.btn--with-icon .icon {
  padding-right: 5px;
}
.btn--wd.btn--xs {
  padding: 5px 10px;
  font-size: 0.923em;
  height: auto;
}
.btn--wd.btn--sm {
  padding: 8px 16px;
  height: auto;
  font-size: 13px;
}
.btn--wd.btn--sm .icon {
  font-size: 12px;
}
.btn--wd.btn--sm-1 {
  padding: 12px 24px;
  height: auto;
  font-size: 14px;
}
.btn--wd.btn--sm-1 .icon {
  font-size: 14px;
}
.btn--wd.btn--md {
  padding: 15px 20px;
  font-size: 1.2em;
  height: auto;
}
.btn--wd.btn--md .icon {
  font-size: 12px;
}
.btn--wd.btn--lg {
  padding: 15px 20px;
  font-size: 1.55em;
  height: auto;
}
.btn--wd.btn--xl {
  padding: 19px 30px;
  font-size: 1.7em;
  height: auto;
}
.btn--wd.btn--xxl {
  padding: 23px 30px;
  font-size: 1.75em;
  height: auto;
}
.btn .icon {
  padding-right: 10px;
  vertical-align: sub;
  font-size: 24px;
}
.btn--invert,
.btn--invert:active,
.btn--invert.focus,
.btn--invert:focus {
  background-color: #ffffff;
  color: #4d4d4d;
  /* border-color: transparent; */
}
.btn--invert:hover {
  background-color: #F3D614;
  color: #ffffff;
}
.btn--round {
  border-radius: 999em;
  width: 60px;
  height: 60px;
  padding: 0;
  line-height: 65px;
  font-size: 32px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: #F3D614;
  color: #ffffff;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.btn--round:hover,
.btn--round:active,
.btn--round.focus,
.btn--round:focus {
  background-color: #ffffff;
  color: #F3D614;
  padding: 0;
}
.btn--round:hover {
  text-decoration: none;
}
.btn--round--lg {
  width: 81px;
  height: 81px;
  line-height: 85px;
  font-size: 24px;
}
.btn--round--sm {
  width: 41px;
  height: 41px;
  line-height: 42px;
  font-size: 14px;
}
/*------------ 3.3.4 Forms ------------*/
.input--wd {
  appearance: none;
  padding: 15px 15px 16px;
  font-size: 15px;
  line-height: 1em;
  height: 47px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 3px;
  color: #727272;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.input--wd:hover,
.input--wd:focus,
.input--wd.focus {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}
.input--wd.input--full {
  width: 100%;
}
.textarea--wd {
  appearance: none;
  padding: 15px 15px 16px;
  font-size: 15px;
  line-height: 1em;
  height: 47px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 3px;
  color: #727272;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  min-height: 235px;
  height: auto;
}
.textarea--wd:hover,
.textarea--wd:focus,
.textarea--wd.focus {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}
.textarea--wd.input--full {
  width: 100%;
}
.contact-form {
  margin-bottom: 15px;
  margin-top: 20px;
}
.contact-form .input--wd,
.contact-form .textarea--wd {
  margin-bottom: 15px;
  border: 1px solid #dbdbdb;
  padding: 16px 15px 17px;
  height: 50px;
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.input-wrapper {
  position: relative;
}
label {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 8px;
}
.placeholder {
  font-size: 1em;
  line-height: 1.214em;
  color: #727272;
}
.header--transparent .placeholder {
  color: #fff;
}
input::-webkit-input-placeholder {
  font-size: 1em;
  line-height: 1.214em;
  color: #727272;
}
input::-webkit-input-placeholder::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input::-webkit-input-placeholder:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder::-webkit-input-placeholder {
  color: #999;
}
.header--transparent input::-webkit-input-placeholder {
  color: #fff;
}
input::-moz-placeholder {
  font-size: 1em;
  line-height: 1.214em;
  color: #727272;
}
input::-moz-placeholder::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input::-moz-placeholder:-ms-input-placeholder {
  color: #999;
}
input::-moz-placeholder::-webkit-input-placeholder {
  color: #999;
}
.header--transparent input::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder {
  font-size: 1em;
  line-height: 1.214em;
  color: #727272;
}
input:-ms-input-placeholder::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input:-ms-input-placeholder:-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder::-webkit-input-placeholder {
  color: #999;
}
.header--transparent input:-ms-input-placeholder {
  color: #fff;
}
input:-moz-placeholder {
  font-size: 1em;
  line-height: 1.214em;
  color: #727272;
}
input:-moz-placeholder::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input:-moz-placeholder:-ms-input-placeholder {
  color: #999;
}
input:-moz-placeholder::-webkit-input-placeholder {
  color: #999;
}
.header--transparent input:-moz-placeholder {
  color: #fff;
}
.select-wrapper {
  position: relative;
  display: inline-block;
}
.select-wrapper.select--full {
  width: 100%;
}
.select-wrapper.select--full select {
  width: 100%;
}
.select-wrapper:after {
  content: " ";
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  position: absolute;
  right: 12px;
  transition: all 0.3s linear;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: scale(0.9999);
}
@-moz-document url-prefix() {
  .select-wrapper:after {
    margin-top: -2px;
  }
}
.select--wd::-ms-expand {
  display: none;
}
.select--wd {
  appearance: none;
  padding: 15px 15px 16px;
  font-size: 15px;
  line-height: 1em;
  height: 47px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 3px;
  color: #727272;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.select--wd:hover,
.select--wd:focus,
.select--wd.focus {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}
.select--wd.input--full {
  width: 100%;
}
.select--wd--sm {
  padding: 6px 20px 6px 10px;
  height: 34px;
  line-height: 1.385em;
}
.select--wd--xs {
  padding: 2px 20px 2px 5px;
  height: 24px;
}
.select--wd--lg {
  padding: 5px 20px 5px 12px;
  height: 40px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
  width: 100%;
}
.checkbox-group {
  position: relative;
}
.checkbox-group input[type=checkbox] {
  display: none;
}
.checkbox-group label {
  padding-left: 25px;
  cursor: pointer;
}
.checkbox-group label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: 0.3s;
}
.checkbox-group label .box {
  border-width: 1px;
  border-style: solid;
  border-color: #717171;
  height: 16px;
  width: 16px;
  z-index: 9;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: 0.2s;
}
.checkbox-group label .check {
  top: 0;
  left: 4px;
  width: 8px;
  height: 11px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 10;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: 0.3s;
}
input[type=checkbox]:checked ~ label .box {
  background: #F3D614;
  border-color: #F3D614;
}
input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.radio {
  display: block;
  cursor: pointer;
  margin: 0 0 8px;
}
.radio:hover .inner {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: .5;
}
.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio input:checked + .outer {
  border-width: 1px;
  border-style: solid;
  border-color: #F3D614;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #F3D614;
}
.radio .outer {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin: 0 9px 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #717171;
  border-radius: 50%;
  background-color: #fff;
}
.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #F3D614;
  opacity: 0;
}
.required {
  color: red;
}
input.input--wd,
textarea.textarea--wd,
.select-wrapper select.input--wd,
.select-wrapper select.select--wd {
  -webkit-appearance: none;
  -moz-appearance: none;
}
form label.error {
  display: block;
  color: #ff0000;
  font-size: 12px !important;
  margin-top: -15px;
  opacity: 1 !important;
}
#success,
#error,
#subscribeSuccess,
#subscribeError {
  display: none;
  height: 70px;
}
#subscribeSuccess,
#subscribeError {
  height: 30px;
}
#success span,
#error span,
#subscribeSuccess span,
#subscribeError span {
  display: block;
}
#success span p,
#error span p,
#subscribeSuccess span p,
#subscribeError span p {
  margin-top: 15px;
}
#success span p,
#subscribeSuccess span p {
  color: #2990d6;
}
#error span p,
#subscribeError span p {
  color: #c0392b;
}
.successform,
.errorform {
  display: none;
  height: 70px;
}
.successform span,
.errorform span {
  display: block;
}
.successform span p,
.errorform span p {
  margin-top: 15px;
}
.successform span p {
  color: #2990d6;
}
.errorform span p {
  color: #c0392b;
}
/*----------- 3.3.5 Social ------------*/
.social-links ul {
  margin: 0;
  padding: 0;
}
.social-links ul li {
  display: inline-block;
  margin-right: 8px;
  list-style: none;
  text-align: center;
}
.social-links ul li a {
  font-size: 43px;
  color: #F3D614;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition:  color 300ms 0s ease;
  -moz-transition:  color 300ms 0s ease;
  -ms-transition:  color 300ms 0s ease;
  -o-transition:  color 300ms 0s ease;
  transition:  color 300ms 0s ease;
}
.social-links ul li a:hover {
  color: #3d3d3d;
}
.social-links.lg ul li {
  margin: 0 5px 8px 0;
}
.social-links.lg ul li a {
  font-size: 48px;
}
/*----------- 3.3.6 Badges ------------*/
.badge.badge--menu {
  position: absolute;
  padding: 0;
  right: -5px;
  top: -5px;
  width: 17px;
  height: 17px;
  line-height: 18px;
  background-color: #F3D614;
  color: #000000;
  text-align: center;
}
.badge.badge--squared {
  border-radius: 3px;
  padding: 4px 7px;
  margin-left: 12px;
  vertical-align: bottom;
  background-color: #F3D614;
  color: #000000;
}
.badge.badge--color-alt {
  background-color: #3d3d3d !important;
  color: #fff !important;
}
/*----------- 3.3.7 Modal ------------*/
body.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important;
}
.modal {
  z-index: 10003;
  text-align: center;
  padding: 0 !important;
}
.modal.quick-view .modal-dialog {
  width: 940px;
  max-width: 90%;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
}
.modal .modal-content {
  padding: 35px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0;
}
.modal button.close {
  margin: -20px -5px 0 0;
  font-size: 14px;
  color: #000;
  opacity: 1;
}
.modal--bg .modal-dialog {
  width: auto !important;
  max-width: 678px;
  position: relative;
  padding: 0;
}
.modal--bg .modal-header {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  border: 0;
  padding: 14px;
}
.modal--bg .modal-header button.close {
  margin: 0;
  font-size: 20px;
  color: #000;
  opacity: 1;
}
.modal--bg .modal-content {
  text-align: center;
  background: transparent;
  border: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .modal--bg .modal-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 75px;
  }
}
@media (max-width: 991px) {
  .modal--bg .modal-content {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .modal--bg .modal-content {
    padding: 45px 15px;
    background: url('../images/newsletter-bg.jpg') no-repeat right 0;
  }
}
.modal--bg .modal-content h1,
.modal--bg .modal-content h2,
.modal--bg .modal-content h3 {
  padding-bottom: 15px;
}
.modal--bg .modal-content input {
  max-width: 400px;
  margin: 25px 0 20px 0;
  padding: 11px 15px;
  height: 44px;
}
.modal--bg .modal-body {
  padding: 0;
}
.modal--bg .modal-footer {
  border: 0;
}
.modal--bg .popup-dont-show {
  position: absolute;
  bottom: 40px;
  left: 20px;
  text-align: left;
  color: #3b3434;
  font-size: 10px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .modal--bg .modal-bg-image {
    display: none;
  }
}
.modal-backdrop {
  z-index: 10002;
}
.overlay {
  z-index: 10002;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
}
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  font-size: 40px;
  color: #fff;
  background: transparent;
  outline: none;
  z-index: 100;
}
.overlay__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.overlay .input-group {
  width: 100%;
}
.overlay .btn--wd {
  background: transparent;
  color: #F3D614;
}
.overlay .btn--wd:hover {
  background: #F3D614;
  color: #ffffff;
}
.overlay .input-group input {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  height: 49px;
  background: transparent;
  border: 0;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .overlay .input-group input {
    font-size: 25px;
    line-height: 36px;
  }
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
body.modal-open {
  overflow: hidden !important;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*----------- 3.3.8 Slider ------------*/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  opacity: 0;
  height: 2000px;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-caption {
  margin-top: -120px;
  width: 100%;
}
@media (max-width: 1199px) {
  .tp-caption {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .tp-caption {
    margin-top: 0;
  }
}
.tp-caption--wd-1 {
  margin-bottom: .1em;
  padding: 0 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 52px !important;
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
}
@media (max-width: 1199px) {
  .tp-caption--wd-1 {
    font-size: 36px !important;
    margin-bottom: .15em;
  }
}
@media (max-width: 991px) {
  .tp-caption--wd-1 {
    font-size: 26px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-caption--wd-1 {
    font-size: 22px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .tp-caption--wd-1 {
    font-size: 17px !important;
  }
}
.tp-caption--wd-2 {
  margin-bottom: .1em;
  padding: 0 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 52px !important;
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
}
@media (max-width: 1199px) {
  .tp-caption--wd-2 {
    font-size: 36px !important;
    margin-bottom: .15em;
  }
}
@media (max-width: 991px) {
  .tp-caption--wd-2 {
    font-size: 26px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-caption--wd-2 {
    font-size: 22px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .tp-caption--wd-2 {
    font-size: 17px !important;
  }
}
.tp-caption--wd-3 {
  margin-bottom: 1.5em;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px !important;
  line-height: 1em;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  white-space: normal;
}
@media (max-width: 1199px) {
  .tp-caption--wd-3 {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .tp-caption--wd-3 {
    display: none;
  }
}
.tp-caption .linkbtn {
  display: inline-block;
  color: #fff;
  background: #F3D614;
  border: 2px solid #F3D614 !important;
  border-radius: 0.5em !important;
  padding: 0.73em 1.2em !important;
  font-size: 19px !important;
  line-height: 1em;
  font-weight: 600;
  height: auto !important;
  text-transform: uppercase;
}
.tp-caption .linkbtn:hover {
  background-color: #fff;
  color: #F3D614;
}
@media (max-width: 1199px) {
  .tp-caption .linkbtn {
    font-size: 17px !important;
  }
}
@media (max-width: 991px) {
  .tp-caption .linkbtn {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  .tp-caption .linkbtn {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .tp-caption .linkbtn {
    font-size: 14px !important;
    padding: 0.5em 1em !important;
  }
}
.tp-caption.linkbtn:hover {
  color: #F3D614;
  background: #fff;
}
/*----------- 3.3.9 Testimonials ------------*/
.testimonials__item {
  margin-bottom: 18px;
}
.testimonials__item__meta {
  position: relative;
  padding: 0 0 0 100px;
  margin-top: -25px;
  min-height: 87px;
}
.testimonials__item__username {
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  margin: 12px 0 0 75px;
  color: #000000;
}
.testimonials__item__userpic {
  position: absolute;
  top: 0;
  left: 10px;
  width: 87px;
  text-align: center;
}
.testimonials__item__userpic img {
  width: 87px;
  border-radius: 50%;
  margin: 0 auto;
  border: 6px solid #f7f7f7;
}
.testimonials__item__rating {
  font-size: 11px;
  color: #F3D614;
  padding-top: 30px;
}
.testimonials__item__rating .icon {
  margin: 0 1px;
}
.testimonials__item__text {
  background: url(../images/quote.png) no-repeat right bottom #f2f2f3;
  color: #4b4b4b;
  padding: 18px 25px 10px;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
.testimonials .slick-slide > div:last-child > .testimonials__item {
  margin-bottom: 0;
}
.testimonials__item.white .testimonials__item__text {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .testimonials__item {
    margin-bottom: 0;
    text-align: center;
  }
  .testimonials__item__meta {
    background: url(../images/quote.png) no-repeat right top transparent;
    padding: 0;
    margin-top: 0;
    min-height: none;
  }
  .testimonials__item__username {
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    margin: 12px 0 0 0;
  }
  .testimonials__item__userpic {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .testimonials__item__userpic img {
    width: 87px;
    border-radius: 50%;
    margin: 0 auto;
    border: 0;
  }
  .testimonials__item__rating {
    padding-top: 10px;
  }
  .testimonials__item__text {
    background: transparent !important;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
}
.testimonial-row {
  position: relative;
  margin: 0 125px;
  padding: 40px 0 25px;
  border-top: 1px solid #F3D614;
  background: transparent;
  font-weight: 400;
}
.testimonial-row:first-child {
  border-top: 0;
}
@media (max-width: 767px) {
  .testimonial-row {
    margin: 0 55px;
  }
}
.testimonial-row:after {
  content: '“';
  position: absolute;
  top: 70px;
  left: -65px;
  font-size: 100px;
  color: #F3D614;
}
@media (max-width: 767px) {
  .testimonial-row:after {
    left: -50px;
  }
}
.testimonial-row-author {
  margin-top: 25px;
  font-style: italic;
  text-align: right;
}
.testimonial-row-text {
  margin-top: 20px;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 24px;
}
.more-loader {
  display: none;
}
.more-loader.visible {
  display: block;
  text-align: center;
  padding-bottom: 25px;
}
.testimonials-style2-row {
  margin-bottom: 60px;
}
.testimonials-style2 {
  margin-bottom: 25px;
}
.testimonials-style2-inside {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  background-color: #F3D614;
}
@media (max-width: 1199px) {
  .testimonials-style2-inside {
    max-width: 535px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .testimonials-style2-inside {
    flex-direction: column;
    max-width: 290px;
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonials-style2:nth-child(2n) .testimonials-style2-inside {
  background-color: #fff;
}
.testimonials-style2:nth-child(2n) .testimonials-style2-inside,
.testimonials-style2:nth-child(2n) .testimonials-style2-inside p {
  color: #000;
}
.testimonials-style2,
.testimonials-style2 p {
  color: #fff;
}
.testimonials-style2__photo {
  min-width: 199px;
}
@media (max-width: 767px) {
  .testimonials-style2__photo img {
    max-width: 82px;
    margin: -52px auto 0;
  }
}
.testimonials-style2__photo img {
  width: 100%;
}
.testimonials-style2__text {
  padding: 25px 28px;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.testimonials-style2__text > *:last-child {
  width: 100%;
  margin-top: auto;
  line-height: 20px;
}
.testimonials-style2__author {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
.testimonials-style2__post {
  font-size: 15px;
  font-weight: 300;
}
.testimonials-style2-row .slick-dots {
  bottom: -30px;
}
/*----------- 3.3.10 Breadcrumbs ------------*/
.breadcrumbs {
  background-color: #F3D614;
  margin-bottom: 0;
}
.breadcrumbs--boxed,
body.boxed .breadcrumbs {
  background-color: #F3D614;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs--boxed .container,
body.boxed .breadcrumbs .container {
  background-color: #F3D614;
}
.breadcrumbs--full,
body.fullwidth .breadcrumbs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs--full > .navbar-header,
body.fullwidth .breadcrumbs > .navbar-header,
.breadcrumbs--full > .navbar-collapse,
body.fullwidth .breadcrumbs > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .breadcrumbs--full > .navbar-header,
  body.fullwidth .breadcrumbs > .navbar-header,
  .breadcrumbs--full > .navbar-collapse,
  body.fullwidth .breadcrumbs > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.breadcrumbs--full .container,
body.fullwidth .breadcrumbs .container {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumbs--full .container > .navbar-header,
body.fullwidth .breadcrumbs .container > .navbar-header,
.breadcrumbs--full .container > .navbar-collapse,
body.fullwidth .breadcrumbs .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .breadcrumbs--full .container > .navbar-header,
  body.fullwidth .breadcrumbs .container > .navbar-header,
  .breadcrumbs--full .container > .navbar-collapse,
  body.fullwidth .breadcrumbs .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.breadcrumbs .breadcrumb.breadcrumb--wd {
  display: inline-block;
  padding: 20px 0;
  border-radius: 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .breadcrumbs .breadcrumb.breadcrumb--wd {
    padding: 10px 0;
  }
}
.breadcrumbs .breadcrumb.breadcrumb--wd a {
  color: #ffffff;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumb.breadcrumb--wd > li {
  display: inline-block;
}
.breadcrumbs .breadcrumb.breadcrumb--wd > li + li:before {
  content: "\00BB";
  padding: 0 15px;
  color: #ffffff;
}
.breadcrumbs .breadcrumb.breadcrumb--wd > .active {
  color: #ffffff;
}
/*----------- 3.3.11 Gallery ------------*/
.gallery__item {
  position: relative;
  float: left;
  width: 19.99%;
  background: #fff;
}
.gallery__item img {
  width: calc(100% + 1px);
}
.gallery__item.doubleW {
  width: 39.99%;
}
.gallery__item .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  font-size: 20px;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.gallery__item .btn span.icon {
  display: block;
  line-height: 58px;
  padding: 0;
}
@media (max-width: 991px) {
  .gallery.gallery-isotope.gallery-isotope-sm-limited > * {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: opacity .3s;
  }
  .gallery.gallery-isotope.gallery-isotope-sm-limited > *:nth-child(-n+4),
  .gallery.gallery-isotope.gallery-isotope-sm-limited.all-showed > * {
    visibility: visible;
    max-height: none;
    opacity: 1;
  }
}
.gallery.gallery-isotope {
  overflow: visible;
}
.gallery__item:hover .btn {
  opacity: 1;
}
.filters-by-category ul {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.filters-by-category ul li {
  display: inline-block;
  line-height: 1em;
  margin: 0 8px 10px;
}
@media (max-width: 767px) {
  .filters-by-category ul li {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.filters-by-category ul li a {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  padding: 10px 15px;
  color: #434343;
  background-color: transparent;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
}
.filters-by-category ul li a:hover,
.filters-by-category ul li a.selected {
  background-color: #F3D614;
  border-color: #F3D614;
  color: #fff;
}
@media (max-width: 1199px) {
  .gallery__item {
    width: 25%;
  }
  .gallery__item.doubleW {
    width: 50%;
  }
  .filters-by-category ul {
    margin: 0 0 25px;
  }
  .filters-by-category ul li {
    margin: 0 5px 6px;
  }
  .filters-by-category ul li a {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .gallery__item {
    width: 50%;
  }
  .gallery__item.doubleW {
    width: 50%;
  }
  .filters-by-category ul {
    margin: 0 0 15px;
  }
  .filters-by-category ul li {
    margin: 0 4px 4px;
  }
  .filters-by-category ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 25px;
  }
}
/*----------- 3.3.12 Search ------------*/
.header__search {
  position: absolute;
  bottom: -98px;
  right: 0;
  z-index: 1;
  margin: 0 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .header__search {
    bottom: -64px;
  }
}
.header__search a {
  text-decoration: none !important;
}
.header__search a:hover {
  color: #F3D614;
}
.header__search .icon {
  font-size: 20px;
  padding: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header__search {
    width: auto;
    margin: 0;
    bottom: -3px;
    right: 10px;
  }
  .header__search .icon {
    font-size: 25px;
    padding: 10px;
    color: #3d3d3d;
  }
}
.modal--search input {
  margin-bottom: 15px;
  background-color: transparent;
}
/*----------- 3.3.13 Tags ------------*/
.tag {
  display: block;
  border: 0;
  font-size: 14px;
  line-height: 32px;
  padding: 0 14px;
  text-decoration: none;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #6d6d6d;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
}
.tag:hover {
  background-color: #F3D614;
  color: #fff;
}
.tags-list {
  position: relative;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.tags-list li {
  display: inline-block;
  padding: 0;
  margin-bottom: 5px;
  margin-right: 2px;
}
.tags-list li a {
  display: block;
  border: 0;
  font-size: 14px;
  line-height: 32px;
  padding: 0 14px;
  text-decoration: none;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #6d6d6d;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
}
.tags-list li a:hover {
  background-color: #F3D614;
  color: #fff;
}
/*----------- 3.3.14 Calendar ------------*/
.calendar {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.calendar__header {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 12px;
  font-style: italic;
}
.calendar__footer {
  font-size: 15px;
  padding: 10px 0 0;
}
.calendar table {
  background: #fff;
  border-collapse: collapse;
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  max-width: 350px;
}
.calendar th,
.calendar td {
  border: 1px solid #f7f7f7;
  color: #6d6d6d;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease 1s 0s ease;
}
.calendar th:hover,
.calendar td:hover {
  background-color: #f5f5f5;
}
.calendar th {
  background-color: #efefef;
}
.calendar tr:first-child td {
  color: #222;
  font-weight: 700;
  padding-bottom: 10px;
}
.calendar .selected,
.calendar .selected:hover {
  background-color: #F3D614;
  color: #fff;
}
/*----------- 3.3.15 Services Block ------------*/
.services-block {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .services-block {
    margin-bottom: 90px;
  }
}
.services-block .service {
  position: relative;
  display: inline-block;
  width: 33.333%;
  margin: 0 -4px 0 0;
  overflow: hidden;
  vertical-align: top;
  color: #838383;
  text-decoration: none;
}
.services-block .caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 25px;
  text-align: center;
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
}
.services-block .service-image img {
  width: 100%;
}
.services-block .service-icon {
  font-size: 90px;
  line-height: 90px;
  height: 90px;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .services-block .service-icon {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
  }
}
.services-block .service-icon .first {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -45px;
  font-size: 90px;
  line-height: 1;
  transform: none;
  height: 90px;
  width: 90px;
}
@media (max-width: 1199px) {
  .services-block .service-icon .first {
    width: 70px;
    margin: 0 0 0 -35px;
  }
}
.services-block .service.hovered .service-icon .first {
  left: 50%;
  -webkit-animation: iconmove 0.75s 1;
  -moz-animation: iconmove 0.75s 1;
  animation: iconmove 0.75s 1;
}
.services-block .service-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .services-block .service-title {
    font-size: 26px;
    line-height: 34px;
  }
}
.services-block .service.dark .service-icon {
  color: #000000;
}
.services-block .service.light {
  color: #ffffff;
}
.services-block .service.light .service-title {
  color: #ffffff;
}
.services-block .service.color {
  color: #F3D614;
}
.services-block .service.color .service-title {
  color: #F3D614;
}
@media (min-width: 1200px) {
  .services-block {
    margin-top: -150px;
    position: relative;
    z-index: 100;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-block {
    margin-top: -120px;
    position: relative;
    z-index: 100;
  }
}
@media (max-width: 991px) {
  .services-block {
    margin-top: -67px;
    position: relative;
    z-index: 100;
  }
  .services-block .service-image,
  .services-block .caption {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .services-block .caption {
    font-size: 14px;
    line-height: 16px;
  }
  .services-block .service-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .services-block {
    margin-top: -20px;
    margin-bottom: 80px;
    text-align: center;
  }
  .services-block .slick-dots {
    bottom: -50px;
  }
  .services-block .service-image,
  .services-block .caption {
    max-width: 191px;
    margin-left: calc(50% - 95px);
  }
  .services-block .caption {
    font-size: 12px;
    line-height: 16px;
  }
  .services-block .service-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .services-block .image-scale:after {
    left: 0;
  }
}
@-webkit-keyframes iconmove {
  0% {
    left: 50%;
    opacity: 1;
  }
  50% {
    left: 110%;
    opacity: 0;
  }
  51% {
    left: -10%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
@-moz-keyframes iconmove {
  0% {
    left: 50%;
    opacity: 1;
  }
  50% {
    left: 110%;
    opacity: 0;
  }
  51% {
    left: -10%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
@keyframes iconmove {
  0% {
    left: 50%;
    opacity: 1;
  }
  50% {
    left: 110%;
    opacity: 0;
  }
  51% {
    left: -10%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
/*----------- 3.3.17 Circle Icon Block ------------*/
.iconcircle-wrap {
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .iconcircle-wrap {
    padding: 25px 0 80px;
  }
  .iconcircle-wrap .slick-dots {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .iconcircle-wrap {
    padding: 15px 0 50px;
  }
  .iconcircle-wrap .slick-dots {
    bottom: -10px;
  }
}
.iconcircle {
  position: relative;
  width: 20%;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  text-align: center;
}
@media (max-width: 991px) {
  .iconcircle {
    width: 33.333%;
    margin-bottom: 10px;
  }
}
.iconcircle__icon {
  text-align: center;
  margin-bottom: 22px;
}
.iconcircle__icon span {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  line-height: 175px;
  font-size: 65px;
  background-color: #F3D614;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
}
@media (max-width: 1199px) {
  .iconcircle__icon span {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  .iconcircle__icon span {
    width: 150px;
    height: 150px;
  }
}
.iconcircle__icon span .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -40px;
  width: 80px;
  text-align: center;
}
.iconcircle__title {
  padding: 0 15px;
  font-size: 1.125em;
  line-height: 1.444em;
  font-weight: 500;
  color: #ffffff;
}
.iconcircle.hovered .iconcircle__icon .icon {
  left: 50%;
  -webkit-animation: iconmove-left 0.5s 1;
  -moz-animation: iconmove-left 0.5s 1;
  animation: iconmove-left 0.5s 1;
}
@-webkit-keyframes iconmove-left {
  0% {
    left: 50%;
    opacity: 1;
  }
  50% {
    left: -10%;
    opacity: 0;
  }
  51% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
@-moz-keyframes iconmove-left {
  0% {
    left: 50%;
    opacity: 1;
  }
  50% {
    left: -10%;
    opacity: 0;
  }
  51% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
@keyframes iconmove-left {
  0% {
    left: 50%;
    opacity: 1;
  }
  50% {
    left: -10%;
    opacity: 0;
  }
  51% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
/*----------- 3.3.18 Category Block ------------*/
.category {
  text-align: center;
}
.category__image {
  margin: 0 auto 10px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 5px solid transparent;
  text-decoration: none !important;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
}
.category__image figure {
  position: relative;
  display: block;
}
.category__image img {
  border-radius: 50%;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
}
.category:hover .category__image {
  border-color: #F3D614;
}
.category:hover .category__image img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.category__title {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 500;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
}
.category__title:hover {
  color: #F3D614;
}
.category__text {
  max-width: 320px;
  margin: 0 auto 45px;
}
.category__price {
  color: #4b4b4b;
  padding-top: 10px;
}
.category__price span {
  font-size: 30px;
  color: #000000;
}
.category__links .btn {
  margin: 0 10px;
}
.category__links i.icon-write {
  margin-left: 8px;
}
.category.row {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .category:not(.last) {
    margin-bottom: 25px;
  }
  .category.row {
    margin-bottom: 0;
  }
}
/*----------- 3.3.19 Person Block ------------*/
.person {
  margin-top: 15px;
  text-align: center;
}
.person__image {
  margin-bottom: 22px;
}
.person__image img {
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid transparent;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.75s 1s 0s ease, ease 1s 0s ease;
}
.person:hover .person__image img {
  display: block;
  position: relative;
  background: #F3D614;
  border-color: #F3D614;
}
.person__title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  color: #000000;
}
.person__position {
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  color: #3d3d3d;
}
.person__text {
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .person:not(.last) {
    margin-bottom: 25px;
  }
}
/*----------- 3.3.20 Text Icon Block ------------*/
.text-icon {
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .text-icon {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.text-icon__icon {
  position: absolute;
  top: 0;
  width: 100px;
  text-align: center;
}
.text-icon__icon .icon {
  font-size: 64px;
  color: #F3D614;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
}
@media (max-width: 767px) {
  .text-icon__icon {
    width: 100%;
    position: relative;
  }
}
.text-icon__info {
  padding: 0 0 0 100px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .text-icon__info {
    padding: 15px 0 0 0;
  }
}
.text-icon__title {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.375em;
  font-weight: 700;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
}
@media (max-width: 767px) {
  .text-icon__title {
    text-align: center;
  }
}
.text-icon.last {
  margin-bottom: 0;
}
.text-icon:hover .text-icon__icon .icon {
  color: #212121;
}
.text-icon:hover .text-icon__title {
  color: #F3D614;
}
/*----------- 3.3.21 Video ------------*/
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-responsive iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*----------- 3.3.22 Pricing ------------*/
.price-info {
  font-size: 18px;
  line-height: 28px;
  color: #3d3d3d;
  font-weight: 400;
}
.price-table {
  border: 0;
  font-weight: 400;
}
.price-table img {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
}
.price-table th {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.price-table td:first-child {
  width: 80px;
}
.price-table td:ntn-child(3) {
  width: 225px;
}
.price-table td:ntn-child(4) {
  width: 225px;
}
.price-table td {
  background: transparent !important;
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
  vertical-align: middle !important;
  font-size: 18px;
  line-height: 22px;
  color: #3d3d3d;
  font-family: 'Ubuntu', sans-serif;
}
.price-table .icon {
  font-size: 22px;
}
.price-table .icon.color {
  color: #F3D614;
}
.price-table tr.actions td {
  padding-top: 45px;
  border-bottom: 0;
}
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
.price-title,
.price-title-color {
  display: block;
  position: relative;
  width: 187px;
  border: 2px solid #3d3d3d;
  border-radius: 6px;
  padding: 10px 10px 10px 80px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #3d3d3d;
  white-space: normal !important;
}
.price-title .icon,
.price-title-color .icon {
  position: absolute;
  width: 84px;
  top: 10px;
  left: 0;
  font-size: 42px;
  text-align: center;
}
.price-title-color {
  border-color: #F3D614;
  color: #F3D614;
}
@media (max-width: 1199px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
  .price-table tr.actions td {
    padding-top: 15px;
  }
  .price-table tr.actions:last-child td {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .price-table .actions .btn {
    font-size: 15px;
    height: auto;
    padding: 10px;
    max-width: 290px;
    white-space: inherit;
  }
  .price-title,
  .price-title-color {
    padding: 8px 8px 8px 60px;
    font-size: 16px;
    line-height: 20px;
    width: auto;
  }
  .price-title .icon,
  .price-title-color .icon {
    font-size: 30px;
    width: 60px;
  }
  .st-head-row:not(.st-head-row-main) {
    font-weight: normal;
    padding-left: 64px !important;
    position: relative;
    height: 65px;
    vertical-align: middle !important;
  }
  .st-head-row:not(.st-head-row-main) img {
    width: 50px;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .actions .st-head-row {
    padding-left: 0 !important;
    height: auto;
  }
}
.price-box {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  color: #3d3d3d;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .price-box {
    margin-bottom: 15px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
.price-box .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100px;
  color: #000000;
}
@media (max-width: 991px) and (min-width: 768px) {
  .price-box .title {
    font-size: 14px;
    line-height: 17px;
  }
}
.price-box .text {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}
.price-box .price {
  font-size: 38px;
  line-height: 40px;
  font-weight: 300;
  color: #F3D614;
}
@media (max-width: 991px) and (min-width: 768px) {
  .price-box .price {
    font-size: 28px;
    line-height: 30px;
  }
}
/*----------- 3.3.23 Maintenance Tips ------------*/
.panel-group {
  margin-top: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .panel-group {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.faq-item {
  font-family: 'Ubuntu', sans-serif;
}
.faq-item .panel {
  margin-bottom: 40px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-item .panel-heading {
  position: relative;
  min-height: 57px;
  padding: 0;
  background: transparent;
}
.faq-item .panel-heading .panel-title {
  text-align: left !important;
}
.faq-item .panel-heading .panel-title > a {
  display: block;
  position: relative;
  padding: 14px 0 14px 80px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-transform: none;
  color: #000000;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  transition:  color 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
}
.faq-item .panel-heading .panel-title > a:hover {
  color: #F3D614;
}
.faq-item .panel-heading a,
.faq-item .panel-heading a:hover {
  text-decoration: none;
  -webkit-transition: all 0.25 ease;
  -o-transition: all 0.25 ease;
  transition: all 0.25 ease;
  -webkit-transition:  all 1s 0s ease, 0.25 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.25 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.25 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.25 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.25 1s 0s ease, ease 1s 0s ease;
}
.faq-item .panel-heading a > span.caret-toggle {
  border-radius: 999em;
  width: 60px;
  height: 60px;
  padding: 0;
  line-height: 65px;
  font-size: 32px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: #F3D614;
  color: #ffffff;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
}
.faq-item .panel-heading a > span.caret-toggle:hover,
.faq-item .panel-heading a > span.caret-toggle:active,
.faq-item .panel-heading a > span.caret-toggle.focus,
.faq-item .panel-heading a > span.caret-toggle:focus {
  background-color: #ffffff;
  color: #F3D614;
  padding: 0;
}
.faq-item .panel-heading a > span.caret-toggle:hover {
  text-decoration: none;
}
.faq-item .panel-heading a > span.caret-toggle--lg {
  width: 81px;
  height: 81px;
  line-height: 85px;
  font-size: 24px;
}
.faq-item .panel-heading a > span.caret-toggle--sm {
  width: 41px;
  height: 41px;
  line-height: 42px;
  font-size: 14px;
}
.faq-item .panel-heading a > span.caret-toggle > i {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  padding: 0;
}
.faq-item .panel-heading a:not(.collapsed) > span.opened {
  display: none;
}
.faq-item .panel-heading a.collapsed > span.closed {
  display: none;
}
.faq-item .panel-collapse {
  margin-top: 10px;
  background: transparent;
}
.faq-item .panel-body {
  color: #4b4b4b;
  border: 0;
  padding: 0 0 0 80px;
}
.faq-item .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
/*----------- 3.3.24 Blog ------------*/
.blog-preview {
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .blog-preview {
    margin-bottom: 15px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-preview .blog-preview-image img {
  width: 100%;
}
.blog-preview .blog-preview-text {
  background-color: #fff;
  padding: 30px 32px 15px;
}
@media (max-width: 767px) {
  .blog-preview .blog-preview-text {
    padding: 20px 20px 10px;
  }
}
.blog-preview .blog-preview-text > *:not(:first-child) {
  margin-top: 15px;
}
.blog-preview .blog-post-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
.blog-preview .blog-preview-date {
  font-size: 14px;
  color: #3a3a3a;
}
.blog-preview .blog-preview-teaser {
  font-size: 16px;
  line-height: 26px;
  color: #3a3a3a;
}
@media (max-width: 767px) {
  .blog-preview .blog-preview-teaser {
    font-size: 15px;
    line-height: 20px;
  }
}
.blog-preview .blog-preview-link {
  margin-top: 0 !important;
}
.blog-preview .blog-preview-link a {
  color: #F3D614;
  text-decoration: none;
  font-size: 12px;
}
.blog-preview .blog-preview-link a:hover {
  color: #000;
}
.blog-post {
  margin-bottom: 30px;
  background-color: #fff;
}
.blog-post .post-content {
  padding: 42px 25px 25px 95px;
  position: relative;
}
.blog-post .post-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
  width: 100%;
  height: auto;
  border: 0;
}
.blog-post .post-quote {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 40px 75px;
  text-align: center;
}
@media (max-width: 767px) {
  .blog-post .post-quote {
    padding: 20px 35px;
  }
}
.blog-post .post-quote p {
  font-size: 16px;
  line-height: 24px;
  color: #6d6d6d;
  font-style: italic;
  font-weight: 400;
}
.blog-post .post-quote:after {
  content: '“';
  display: block;
  position: absolute;
  top: 45px;
  left: 50px;
  color: #f0f0f0;
  font-size: 140px;
  line-height: 1em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .blog-post .post-quote:after {
    font-size: 80px;
  }
}
.blog-post .post-quote .quote-author {
  margin-bottom: 14px;
  margin-top: 10px;
  color: #F3D614;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.blog-post .post-quote .quote-author:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}
.blog-post .post-quote .quote-author span {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 15px;
}
.blog-post .post-image {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}
.blog-post .post-image.bg-quote {
  background: url(../images/blog/blog-post-img-4.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 42px;
}
.blog-post .post-image.bg {
  background: url(../images/blog/blog-post-img-5.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 15px;
}
.blog-post .post-image img {
  width: 100%;
}
.blog-post .post-image .post-link-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.blog-post .post-image .post-link {
  font-size: 42px;
  line-height: 1em;
  color: #fff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transition:  all 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
}
@media (max-width: 767px) {
  .blog-post .post-image .post-link {
    font-size: 4vw;
  }
}
.blog-post .post-image .post-link:hover {
  color: #F3D614;
  text-decoration: none;
}
.blog-post .post-date {
  position: absolute;
  background: #F3D614;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  padding: 6px 0;
}
.blog-post .post-date .day {
  display: block;
  font-size: 36px;
  line-height: 1em;
  font-weight: bold;
}
.blog-post .post-date .month {
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.blog-post .post-title {
  margin-bottom: 8px;
  padding: 0;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.blog-post .post-meta {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  color: #c2c2c2;
  font-size: 12px;
}
.blog-post .post-meta i.icon,
.blog-post .post-meta span {
  display: inline-block;
  vertical-align: middle;
}
.blog-post .post-meta i.icon {
  font-size: 20px;
  padding-right: 7px;
}
.blog-post .post-meta:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .blog-post .post-meta {
    padding-right: 10px;
  }
}
.blog-post .post-teaser,
.blog-post .post-teaser p {
  color: #6d6d6d;
}
.blog-post .post-author {
  font-size: 12px;
  font-style: italic;
  margin: 0 0 15px;
}
.blog-post .post-author img {
  margin-right: 20px;
  border-radius: 50%;
}
.blog-post.single {
  margin-bottom: 0;
}
.blog-post.single .post-content {
  padding-top: 32px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .blog-post.single .post-content {
    padding-left: 25px;
  }
}
.blog-post.single .post-title {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-post.single .post-title {
    padding-left: 75px;
  }
}
.blog-post.single .post-teaser {
  padding-left: 90px;
}
@media (max-width: 767px) {
  .blog-post.single .post-teaser {
    padding-left: 0;
  }
}
.blog-post.single .post-teaser h4 {
  font-weight: bold;
  color: #000;
  padding: 10px 0 30px;
}
.blog-post.single .post-teaser ul:not(.tags-list) {
  margin: 0 0 45px;
  padding: 0 0 0 30px;
}
.blog-post.single .post-teaser ul:not(.tags-list) li {
  margin-bottom: 10px;
}
.blog-post.single .post-author {
  position: absolute;
  width: 120px;
  text-align: center;
  left: 0;
  font-size: 14px;
  line-height: 19px;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 767px) {
  .blog-post.single .post-author {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
}
.blog-post.single .post-author:after {
  content: '“';
  display: block;
  position: absolute;
  top: -20px;
  right: -50px;
  color: #f0f0f0;
  font-size: 140px;
  line-height: 1em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .blog-post.single .post-author:after {
    font-size: 80px;
    right: 0;
  }
}
.blog-post.single .post-author img {
  margin: 0 auto 10px;
  display: inline-block;
  clear: both;
}
.post-carousel {
  overflow: hidden;
}
.post-carousel .slick-prev,
.post-carousel .slick-next,
.post-carousel .slick-prev:focus,
.post-carousel .slick-next:focus {
  width: 64px;
  height: 64px;
  padding: 0;
  margin-top: -32px;
  background-color: #3d3d3d;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transition:  all 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
}
.post-carousel .slick-prev:hover,
.post-carousel .slick-next:hover {
  background-color: #F3D614;
}
.post-carousel .slick-prev:hover:before,
.post-carousel .slick-next:hover:before {
  color: #3d3d3d;
}
.post-carousel .slick-prev {
  left: 0;
}
.post-carousel .slick-next {
  right: 0;
}
.post-carousel .slick-prev:before {
  margin-left: -5px;
}
.post-carousel .slick-next:before {
  margin-left: 3px;
}
.post-carousel .slick-prev:before,
.post-carousel .slick-next:before {
  color: #F3D614;
  font-size: 42px;
  line-height: 62px;
}
.post-preview {
  margin-top: 30px;
  margin-bottom: 35px;
  background-color: transparent;
}
.post-preview .wrapper {
  overflow: hidden;
}
.post-preview .post-date-sm,
.post-preview .post-author-sm {
  font-size: 12px;
  font-weight: 300;
  color: #404040;
}
.post-preview .post-author-sm {
  font-style: italic;
}
.post-preview .post-image {
  margin-bottom: 0;
  float: left;
  width: calc(50% - 15px);
}
.post-preview .post-content {
  padding: 0;
  float: right;
  width: 50%;
}
.post-preview .post-meta {
  margin-bottom: 15px;
  font-size: 13px;
}
.post-preview .post-title {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
  text-transform: none;
}
.view-more-post {
  margin-bottom: 30px;
}
.side-block {
  margin-bottom: 45px;
}
.side-block h4 {
  margin-bottom: 10px;
  padding: 0;
  font-size: 22px;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  text-transform: none;
}
.side-block:last-child {
  border-bottom: 0;
}
.comments {
  padding-top: 15px;
}
.comments .comment {
  margin: 10px 0 40px;
}
.comments .comment .userpic {
  width: 95px;
  height: 95px;
  float: left;
  margin: 0 25px 0 0;
}
.comments .comment .userpic img {
  width: 100%;
}
.comments .comment p {
  margin-bottom: 18px;
}
.comments .comment .meta {
  font-weight: 400;
  margin-bottom: 7px;
}
.comments .comment .text {
  overflow: hidden;
}
.comments .comment .text p {
  font-size: 16px;
  line-height: 24px;
  color: #6d6d6d;
}
.comments .comment .text .date {
  padding: 0 0 0 20px;
  font-size: 12px;
}
.comments .comment.replay {
  margin-left: 80px;
}
.comment-form .form-group {
  margin-bottom: 8px;
}
.comment-form input[type=text],
.comment-form textarea {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding: 5px 0;
  margin-bottom: 0;
  height: 38px;
}
.comment-form textarea {
  padding: 12px 0;
  overflow: hidden;
}
.blog-isotope {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 10px;
  overflow: visible;
}
.blog-isotope .blog-post {
  position: relative;
  float: left;
  width: 33%;
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-isotope .blog-post {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .blog-isotope .blog-post {
    width: 100%;
  }
}
.blog-isotope .blog-post.doubleW {
  width: 66%;
}
@media (min-width: 768px) {
  .blog-isotope .blog-post.doubleW {
    overflow: hidden;
  }
  .blog-isotope .blog-post.doubleW .post-image,
  .blog-isotope .blog-post.doubleW .post-content {
    display: block;
    float: left;
    width: 50%;
  }
  .blog-isotope .blog-post .post-author {
    padding-left: 70px;
  }
  .blog-isotope .blog-post .post-content {
    padding: 20px;
  }
  .blog-isotope .blog-post .post-meta {
    margin-bottom: 0;
    font-size: 12px;
  }
  .blog-isotope .blog-post .post-title {
    padding-top: 15px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: none;
  }
  .blog-isotope .blog-post .btn {
    padding: 10px 18px;
    font-size: 12px;
    line-height: 20px;
    height: 43px;
    border-radius: 6px;
  }
  .blog-isotope .blog-post .post-link {
    font-size: 22px;
  }
  .blog-isotope .blog-post .quote {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.2em;
    padding-left: 88px;
  }
  .blog-isotope .blog-post .post-image.bg-quote,
  .blog-isotope .blog-post .post-image.bg {
    padding: 0;
    margin-bottom: -6px;
    background-image: none;
  }
  .blog-isotope .blog-post .post-quote {
    padding: 0 25px 25px;
  }
  .blog-isotope .blog-post .post-quote:after {
    right: 10px;
    top: -90px;
    left: auto;
  }
  .blog-isotope .blog-post .post-carousel {
    overflow: hidden;
  }
  .blog-isotope .blog-post .post-carousel .slick-prev,
  .blog-isotope .blog-post .post-carousel .slick-next,
  .blog-isotope .blog-post .post-carousel .slick-prev:focus,
  .blog-isotope .blog-post .post-carousel .slick-next:focus {
    width: 43px;
    height: 43px;
    margin-top: -21px;
  }
  .blog-isotope .blog-post .post-carousel .slick-prev:before {
    margin-left: -3px;
  }
  .blog-isotope .blog-post .post-carousel .slick-next:before {
    margin-left: 2px;
  }
  .blog-isotope .blog-post .post-carousel .slick-prev:before,
  .blog-isotope .blog-post .post-carousel .slick-next:before {
    color: #F3D614;
    font-size: 32px;
    line-height: 40px;
  }
  .blog-isotope .blog-post .post-carousel .slick-prev:hover:before,
  .blog-isotope .blog-post .post-carousel .slick-next:hover:before {
    color: #3d3d3d;
  }
}
/*----------- 3.3.25 Package Block ------------*/
.package {
  position: relative;
  background-color: #1e260b;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  .package {
    margin-bottom: 15px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
.package .package-image img {
  width: 100%;
  opacity: .6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
}
.package:hover .package-image img {
  opacity: .8;
}
.package .package-ribbon-wrapper {
  width: 155px;
  height: 110px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  left: -2px;
}
.package .package-ribbon {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .5px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  z-index: 1;
  padding: 8px 0;
  top: 26px;
  left: -34px;
  width: 155px;
  background-color: #ff640a;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.package .package-caption {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px 25px 25px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .package .package-caption {
    padding: 30px 15px 15px;
  }
}
@media (max-width: 767px) {
  .package .package-caption {
    padding: 40px 15px 15px;
  }
}
.package .package-caption .vert > *:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .package .package-caption .vert > *:not(:first-child) {
    margin-top: 5px;
  }
}
.package .package-caption:after {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  content: '';
  border: 1px solid #fff;
  opacity: .5;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
}
.package .package-caption:hover:after {
  box-shadow: 0 0 0 6px #fff;
}
.package .package-title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) and (min-width: 768px) {
  .package .package-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.package .package-text-1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #F3D614;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  margin-top: 8px !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  .package .package-text-1 {
    font-size: 15px;
    line-height: 20px;
  }
}
.package .package-text-2 {
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}
.package .btn {
  margin-top: 10px !important;
  padding: 11px 22px;
  height: 50px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .package .btn {
    height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.package-carousel {
  z-index: 1;
}
.package-carousel .slick-track {
  padding-top: 2px;
}
.package-carousel .slick-list {
  z-index: 1;
}
.package-carousel .slick-slide {
  opacity: 0;
  transition: .5s;
}
.package-carousel .slick-slide.slick-active {
  opacity: 1;
}
.package-carousel .slick-list.visible {
  overflow: visible;
}
.slick-slide.above {
  z-index: 10000;
}
/*----------- 3.3.25 Text Banner Light ------------*/
.text-banner-light {
  color: #fff;
  text-align: center;
  padding: 25px 0;
}
.text-banner-light h3 {
  font-size: 32px;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-weight: 700;
}
.text-banner-light p {
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
/*----------- 3.3.26 Advantages ------------*/
.advantages-block {
  margin-bottom: 35px;
  background-color: #fff;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.advantages-block [class*='col-'] {
  margin: 30px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .advantages-block [class*='col-'] span {
    display: block;
    position: relative;
    padding-left: 46px;
  }
}
@media (max-width: 767px) {
  .advantages-block [class*='col-'] {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.advantages-block i.icon {
  font-size: 31px;
  padding-right: 15px;
  color: #F3D614;
  vertical-align: sub;
}
@media (max-width: 991px) and (min-width: 768px) {
  .advantages-block i.icon {
    position: absolute;
    left: 0;
    top: -4px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .advantages-block {
    text-align: left;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .advantages-block {
    text-align: left;
    padding: 0 15px;
    font-size: 18px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .advantages-block i.icon {
    padding-right: 10px;
    font-size: 26px;
  }
  .advantages-block [class*='col-'] {
    margin: 15px 0;
  }
}
/*----------- 3.3.27 Banner Block ------------*/
.bnr-block {
  display: block;
  text-decoration: none;
  position: relative;
  background-color: #1e260b;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  .bnr-block {
    margin-bottom: 15px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .bnr-block {
    margin-bottom: 15px;
  }
}
.bnr-block .bnr-block-image img {
  width: 100%;
  opacity: .9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.3s 1s 0s ease, ease 1s 0s ease;
}
.bnr-block:hover .bnr-block-image img {
  opacity: 1;
}
.bnr-block .bnr-block-caption {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 25px;
  -webkit-backface-visibility: hidden;
}
.bnr-block .bnr-block-caption .vert {
  vertical-align: bottom;
}
.bnr-block .bnr-block-caption .vert > *:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .bnr-block .bnr-block-caption .vert > *:not(:first-child) {
    margin-top: 5px;
  }
}
.bnr-block .bnr-block-caption:after {
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  content: '';
  border: 1px solid #fff;
  opacity: .5;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
}
.bnr-block .bnr-block-caption:hover:after {
  box-shadow: 0 0 0 6px #fff;
}
.bnr-block .bnr-block-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) and (min-width: 768px) {
  .bnr-block .bnr-block-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.bnr-block .bnr-block-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) and (min-width: 768px) {
  .bnr-block .bnr-block-text {
    font-size: 15px;
    line-height: 20px;
  }
}
/*----------- 3.3.28 Contact Info Block ------------*/
.contact-info {
  position: relative;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  background-color: #F3D614;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-info {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-info:after {
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  content: '';
  border: 1px solid #fff;
  opacity: .5;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
  transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease 1s 0s ease;
}
.contact-info:hover:after {
  box-shadow: 0 0 0 10px #fff;
}
.contact-info p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.contact-info .with-icon p {
  padding-left: 50px;
}
.contact-info .contact-info-title {
  font-size: 22px;
  line-height: 26px;
}
.contact-info .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0;
  justify-content: space-between;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .contact-info .row {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .contact-info .row {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 35px;
  }
}
@media (max-width: 600px) {
  .contact-info .row {
    justify-content: center;
  }
}
.contact-info [class*='col'] {
  margin: 20px 0 25px;
  padding: 0 15px 0 25px;
  position: relative;
}
.contact-info [class*='col']:not(:last-child):not(.noline):after {
  position: absolute;
  top: 0;
  right: -25px;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: .5;
}
@media (max-width: 991px) {
  .contact-info [class*='col']:not(:last-child):not(.noline):after {
    display: none;
  }
}
.contact-info [class*='col']:first-child {
  padding-left: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .contact-info [class*='col'] {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 991px) {
  .contact-info [class*='col'] {
    padding: 0 10px;
  }
  .contact-info [class*='col']:nth-child(2) {
    order: 2;
    padding-top: 12px;
  }
  .contact-info [class*='col']:last-child {
    order: 1;
  }
  .contact-info [class*='col'].with-icon {
    flex: 50%;
  }
}
@media (max-width: 767px) {
  .contact-info [class*='col'] {
    flex: 100%;
    max-width: 280px;
    margin: 20px 0 10px;
  }
  .contact-info [class*='col']:not(.with-icon):not(:last-child) {
    padding-left: 50px;
  }
  .contact-info [class*='col']:last-child {
    padding: 0;
    margin: 0;
  }
  .contact-info [class*='col']:nth-child(2) {
    margin: 15px 0 30px;
    padding-top: 0;
  }
}
.contact-info .contact-info-title i.icon {
  width: 50px;
  font-size: 31px;
  padding-right: 15px;
  color: #fff;
  vertical-align: sub;
}
.contact-info .btn {
  font-size: 18px;
  padding: 17px 30px;
  width: 100%;
  margin-top: 8px;
}
.contact-info .btn:hover,
.contact-info .btn:focus {
  background: #fff !important;
  color: #4d4d4d !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/*----------- 3.3.29 Shop ------------*/
.column-filters {
  margin-bottom: 35px;
}
.column-filters-inside {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.column-filters .side-block {
  border-bottom: 1px solid #ebebeb;
  padding: 25px 20px;
  margin-bottom: 0;
}
.column-filters .side-block:last-child {
  border-bottom: 0;
}
.column-filters .side-block > h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 25px;
}
.column-filters .category-list {
  margin-top: 20px;
}
.column-center {
  margin-bottom: 35px;
}
/*range slider*/
.noUi-horizontal {
  height: 6px;
}
.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -7.5px;
  top: -5px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #F3D614;
  border-radius: 50%;
  cursor: pointer;
}
.noUi-target {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background-color: #c7c7c7;
  margin-bottom: 24px;
}
.noUi-origin {
  border-radius: 0;
  box-shadow: none;
}
.noUi-connect {
  background-color: #545454;
  border: 0;
  border-radius: 0;
  height: 6px;
  -webkit-transition: background-color 450ms;
  transition: background-color 450ms;
}
.noUi-handle:before,
.noUi-handle:after {
  display: none;
  border: 0;
  border-radius: 0;
  -webkit-transition: background-color 450ms;
  transition: background-color 450ms;
}
.range {
  margin-top: 35px;
}
.range p {
  color: #444444;
  font-size: 15px;
  line-height: 20px;
}
.prd-sm {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.prd-sm:not(: last-child) {
  margin-bottom: 20px;
}
.prd-sm-img {
  min-width: 88px;
}
.prd-sm-delete {
  position: absolute;
  top: 0;
  right: -4px;
  cursor: pointer;
  font-size: 12px;
  color: #F3D614;
}
.prd-sm-delete:hover {
  opacity: .5;
}
.prd-sm-info {
  padding: 0 15px;
}
.prd-sm-info h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}
.prd-sm-info h3 a {
  text-decoration: none;
}
.prd-sm-info h3 a:hover {
  color: #F3D614;
}
.prd-sm-info .price {
  font-size: 18px;
  margin-top: auto;
  font-weight: 500;
}
.header-cart-dropdown .prd-sm-info {
  padding-right: 30px;
}
.prd-grid:not(.prd-carousel) {
  margin: -45px -15px 0;
}
.prd-grid.prd-carousel {
  margin: -15px 0 0;
  overflow: hidden;
}
.prd-grid:not(.prd-carousel) .prd {
  width: calc(33.333% - 30px);
  float: left;
}
.prd {
  margin: 35px 15px 25px;
}
.prd-img img {
  width: 100%;
}
.prd-info {
  padding: 0 15px;
  text-align: center;
}
.prd-info h3 {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  text-transform: none;
  color: #292929;
}
.prd-info h3 a {
  text-decoration: none;
}
.prd-info h3 a:hover {
  text-decoration: underline;
}
.prd-info .price {
  font-size: 26px;
  margin-top: 15px;
  font-weight: 500;
  color: #363636;
}
.prd-info .btn {
  min-width: 0;
  margin-top: 20px;
  height: 45px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  padding: 10px 15px;
}
.prd-info .btn [class*='icon-'] {
  font-size: 18px;
  padding-right: 10px;
  vertical-align: sub;
}
.prd .rating + .price {
  margin-top: 10px;
}
.rating i {
  font-size: 10px;
  padding: 0 1px;
  color: #F3D614;
}
.rating-4 i:nth-child(5) {
  color: #c2c2c2;
}
.rating-3 i:nth-last-child(-n+2) {
  color: #c2c2c2;
}
.rating-2 i:nth-last-child(-n+3) {
  color: #c2c2c2;
}
.rating-1 i:nth-last-child(-n+4) {
  color: #c2c2c2;
}
.rating-0 i {
  color: #c2c2c2;
}
.rating-text {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 15px;
  font-size: 14px;
}
h5 > .rating {
  margin-right: 15px;
}
@media (min-width: 1199px) {
  .prd-grid:not(.prd-carousel) .prd:nth-child(3n) {
    margin-right: 0;
  }
  .prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 480px) {
  .prd-grid:not(.prd-carousel) .prd {
    width: calc(50% - 30px);
  }
  .prd-grid:not(.prd-carousel) .prd:nth-child(2n) {
    margin-right: 0;
  }
  .prd-grid:not(.prd-carousel) .prd:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 479px) {
  .prd-grid {
    margin-right: 0;
    margin-left: 0;
  }
  .prd-grid:not(.prd-carousel) .prd {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.product-card img {
  width: 100%;
}
.prd-carousel .slick-prev:before,
.prd-carousel .slick-next:before {
  font-size: 32px;
  line-height: 32px;
  color: #000;
}
.prd-carousel .slick-next {
  right: -50px;
}
.prd-carousel .slick-prev {
  left: -50px;
}
.filters-row {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
  margin-bottom: 10px;
  border-top: 1px solid #dcdcdc;
  color: #000;
}
.filters-row-left {
  float: left;
}
.filters-row-right {
  float: right;
  text-align: right;
}
.filters-row .form-inline {
  display: inline-block;
}
.filters-row .form-inline:not(: first-child) {
  margin-left: 3vw;
}
.filters-row .form-inline select {
  background-color: #fff;
  height: 35px;
  border-radius: 5px;
  border: 0;
  padding: 0 30px 0 10px;
  outline: none !important;
  color: #7c7c7c;
  box-shadow: none;
}
.simple-pagination {
  display: inline-block;
  color: #444;
}
.simple-pagination span,
.simple-pagination a {
  display: inline-block;
  vertical-align: top;
  color: #444;
  padding: 2px 5px;
  text-decoration: none;
}
.simple-pagination a.active {
  color: #F3D614;
}
.product-block .rating i {
  font-size: 12px;
}
.product-block-info > *:not(: first-child):not(span) {
  margin-top: 21px;
}
.product-previews {
  float: left;
  width: 106px;
}
@media (max-width: 480px) {
  .product-previews {
    width: 80px;
  }
}
.product-previews img {
  width: 100%;
}
.product-previews-item {
  display: block;
  margin-bottom: 11px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition:  0.2s 1s 0s ease;
  -moz-transition:  0.2s 1s 0s ease;
  -ms-transition:  0.2s 1s 0s ease;
  -o-transition:  0.2s 1s 0s ease;
  transition:  0.2s 1s 0s ease;
}
.product-previews-item:hover {
  opacity: .7;
}
.product-block-gallery {
  margin-bottom: 30px;
  overflow: hidden;
}
.product-block-mainimage {
  float: right;
  width: calc(100% - 127px);
}
@media (max-width: 480px) {
  .product-block-mainimage {
    width: calc(100% - 100px);
  }
}
.product-block-mainimage img {
  width: 100%;
}
.product-block-title {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-block-price {
  font-size: 32px;
  line-height: 36px;
  color: #363636;
  font-weight: 500;
}
.product-block-price-comment {
  font-size: 14px;
  margin-top: 0 !important;
}
.btn.product-block-add-to-cart {
  line-height: 30px;
  font-size: 20px;
  padding: 18px 25px;
}
.btn.product-block-add-to-cart i.icon {
  font-size: 24px;
  padding-right: 10px;
  vertical-align: sub;
}
@media (max-width: 480px) {
  .btn.product-block-add-to-cart {
    width: 100%;
  }
}
.product-block-description {
  padding: 45px 0px 35px;
}
.product-block-actions {
  margin-top: 40px !important;
}
.qty-count {
  height: 70px;
  background-color: #efefef;
  display: inline-block;
  border-radius: 5px;
  margin-right: 25px;
}
.count-add,
.count-input,
.count-reduce {
  float: left;
  margin-right: -1px;
  position: relative;
  z-index: 0;
}
.count-add,
.count-reduce {
  height: 70px;
  width: 30px;
  text-align: center;
  line-height: 70px;
  color: #565656;
  font-size: 20px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.count-add:hover,
.count-reduce:hover {
  color: #000;
  cursor: pointer;
}
.count-input {
  width: 57px;
  height: 70px;
  line-height: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
}
.zoomWrapper {
  position: relative;
}
.zoomContainer {
  z-index: 100;
}
@media (max-width: 767px) {
  .zoomContainer {
    display: none;
  }
}
.zoomLens {
  border: 1px solid #b0b0b0 !important;
}
.zoomWindowContainer > * {
  border: 2px solid #b0b0b0 !important;
}
ul.category-list {
  margin: 35px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  list-style: none;
}
ul.category-list li {
  padding: 0 0 12px 23px;
  position: relative;
}
ul.category-list li a {
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  -webkit-transition:  color 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  color 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  color 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  -o-transition:  color 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
  transition:  color 1s 0s ease, 200ms 1s 0s ease, ease 1s 0s ease;
}
ul.category-list li a:hover {
  text-decoration: underline;
}
ul.category-list li:after {
  content: '\e922';
  font-family: 'lawn';
  color: #F3D614;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
}
ul.category-list li span {
  color: #b1b1b1;
}
@media (max-width: 991px) {
  .header .col-sm-1:last-child {
    position: static;
  }
}
.header-cart {
  position: relative;
  display: inline-block;
  float: right;
  vertical-align: top;
  padding-left: 15px;
  margin-top: 60px;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1199px) {
  .header-cart {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .header-cart {
    position: absolute;
    right: 82px;
    top: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header-cart {
    position: absolute;
    margin: 0;
    right: 75px;
    top: 29px;
  }
}
.header-cart a.icon {
  font-size: 40px;
  color: #3d3d3d;
  text-decoration: none;
}
@media (max-width: 991px) {
  .header-cart a.icon {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .header-cart a.icon {
    font-size: 30px;
  }
}
.header-cart .badge {
  width: 19px;
  height: 19px;
  padding: 0;
  line-height: 19px;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  right: -4px;
  top: -2px;
  background-color: #F3D614;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition:  0.2s 1s 0s ease;
  -moz-transition:  0.2s 1s 0s ease;
  -ms-transition:  0.2s 1s 0s ease;
  -o-transition:  0.2s 1s 0s ease;
  transition:  0.2s 1s 0s ease;
}
.header-cart:hover a.icon,
.header-cart.opened a.icon {
  color: #F3D614;
}
.header-cart:hover .badge,
.header-cart.opened .badge {
  background-color: #3d3d3d;
}
.header-cart-dropdown {
  position: absolute;
  z-index: 1;
  right: -20px;
  top: -5000px;
  width: 350px;
  padding: 35px 32px 25px;
  background: #fff;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  transform: translateX(20px);
  text-align: left;
}
@media (max-width: 479px) {
  .header-cart-dropdown {
    width: 270px;
    padding: 15px 15px;
  }
}
.header-cart-dropdown .header-cart-total {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
  overflow: hidden;
}
.header-cart.opened .header-cart-dropdown {
  transform: translateX(0);
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -webkit-transition:  opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s 1s 0s ease;
  -moz-transition:  opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s 1s 0s ease;
  -ms-transition:  opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s 1s 0s ease;
  -o-transition:  opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s 1s 0s ease;
  transition:  opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s 1s 0s ease;
  opacity: 1;
  visibility: visible;
  top: 100%;
}
@media (min-width: 1200px) {
  .navbar-header .col-lg-4 {
    width: 30% !important;
  }
  .navbar-header .col-lg-2 {
    width: 20% !important;
  }
}
/*----------- 3.3.30 Dropdown Form ------------*/
.form-popup-wrap {
  display: inline-block;
  position: relative;
  z-index: 99999;
}
.form-popup-wrap.text-icon-sm {
  width: 100%;
}
.form-popup {
  position: fixed;
  top: 60px;
  z-index: 100;
  width: 500px;
  height: 500px;
  left: 50%;
  margin-left: -250px;
  padding: 1%;
  background: #fff;
  border: 2px solid #F3D614;
  border-radius: 10px;
  visibility: hidden;
  bottom: -45px;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
  -webkit-transition:  bottom 1s 0s ease, 0.2s 1s 0s ease;
  -moz-transition:  bottom 1s 0s ease, 0.2s 1s 0s ease;
  -ms-transition:  bottom 1s 0s ease, 0.2s 1s 0s ease;
  -o-transition:  bottom 1s 0s ease, 0.2s 1s 0s ease;
  transition:  bottom 1s 0s ease, 0.2s 1s 0s ease;
  opacity: 0;
}
.form-popup.opened {
  opacity: 1;
  bottom: -15px;
  visibility: visible;
  z-index: 99999;
}
@media (max-width: 1399px) {
  .form-popup {
    width: 380px;
    margin-left: -190px;
  }
}
@media (max-width: 767px) {
  .form-popup {
    width: 300px;
    margin-left: -150px;
  }
}
.form-popup .form-popup-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #333;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  transition: .2s;
  cursor: pointer;
}
.form-popup .form-popup-close:hover {
  opacity: 1;
}
@media (max-width: 1399px) and (min-width: 600px) {
  .form-popup--right {
    width: 380px;
    margin-left: 0;
    left: auto;
    right: 0;
  }
  .form-popup--right .quote-form:after,
  .form-popup--right .quote-form::before {
    left: auto;
    right: 82px;
  }
}
.quote-form {
  width: 100%;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
  border-top: 4px solid #F3D614;
  position: absolute;
  z-index: 1;
  font-size: 16px;
}
@media (max-width: 767px) {
  .quote-form {
    padding: 20px;
  }
}
.quote-form h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 0;
  color: #000;
}
.quote-form:after,
.quote-form::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.quote-form::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.quote-form::before {
  border-color: rgba(37, 37, 37, 0);
  border-bottom-color: #F3D614;
  border-width: 15px;
  margin-left: -15px;
}
.quote-form .form-inline {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .quote-form .form-inline {
    margin-bottom: 10px;
  }
}
.quote-form .form-inline .form-inline {
  margin-right: -20px;
  width: 50%;
}
@media (max-width: 767px) {
  .quote-form .form-inline .form-inline {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.quote-form .form-inline > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  width: calc(50% - 5px);
}
.quote-form .form-inline > *:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .quote-form .form-inline > * {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.quote-form .form-inline > *:only-child {
  width: 100%;
}
@media (max-width: 767px) {
  .quote-form .form-inline > *:only-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.quote-form .form-inline label {
  width: 100% !important;
}
.quote-form .form-inline .form-control {
  width: 100%;
}
.quote-form textarea {
  height: 100px;
  min-height: 0;
  color: #2b2b2b;
}
.quote-form .placeholder {
  color: #727272;
}
.quote-form input::-webkit-input-placeholder,
.quote-form textarea::-webkit-input-placeholder {
  color: #727272;
}
.quote-form input::-moz-placeholder,
.quote-form textarea::-moz-placeholder {
  color: #727272;
}
.quote-form input:-ms-input-placeholder,
.quote-form textarea:-ms-input-placeholder {
  color: #727272;
}
.quote-form input:-moz-placeholder,
.quote-form textarea:-moz-placeholder {
  color: #727272;
}
.quote-form .input--wd,
.quote-form .select--wd {
  border: 1px solid #dbdbdb !important;
}
.quote-form .select--wd {
  color: #727272;
  padding: 0 50px 0 15px;
  margin-right: 0 !important;
}
.quote-form label.error {
  margin-top: 5px;
  text-align: left;
}
.form-modal {
  position: relative;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
  display: none;
}
.form-modal .quote-form {
  position: relative;
}
.form-modal .quote-form:after,
.form-modal .quote-form:before {
  display: none;
}
.mfp-content .form-modal {
  display: block;
}
/*-------------------------------------*/
/*----------- 4. Animation -------------*/
/*-------------------------------------*/
.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .animation {
    opacity: 0;
    opacity: 1\9;
  }
}
@-webkit-keyframes slideDown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
.slideDown {
  overflow: hidden;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.hover-squared {
  position: relative;
  /*	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
*/
}
.hover-squared .caption::before,
.hover-squared .caption::after {
  pointer-events: none;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.hover-squared .caption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.hover-squared .caption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.hover-squared:hover .caption::before,
.hover-squared:hover .caption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal-backdrop {
  -webkit-backface-visibility: hidden;
}
.modal-backdrop.zoom,
.modal-backdrop.newspaper,
.modal-backdrop.move-horizontal,
.modal-backdrop.move-from-top,
.modal-backdrop.unfold-3d,
.modal-backdrop.zoom-out {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.modal-backdrop.unfold-3d {
  perspective: 500;
}
.modal.zoom .modal-dialog {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease-in-out 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease-in-out 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease-in-out 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease-in-out 1s 0s ease;
  transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease-in-out 1s 0s ease;
  transform: scale(0.6);
}
.modal.in .modal-dialog {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition:  all 1s 0s ease, 0.4s 1s 0s ease, ease-in-out 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.4s 1s 0s ease, ease-in-out 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.4s 1s 0s ease, ease-in-out 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.4s 1s 0s ease, ease-in-out 1s 0s ease;
  transition:  all 1s 0s ease, 0.4s 1s 0s ease, ease-in-out 1s 0s ease;
  transform: scale(1);
}
.modal.fade.newspaper .modal-dialog,
.modal.newspaper .modal-dialog {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.modal.fade.newspaper.in .modal-dialog,
.modal.in .modal-dialog {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.modal.move-horizontal .modal-dialog {
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-50px);
}
.modal.in .modal-dialog {
  opacity: 1;
  transform: translateX(0);
}
.modal.move-from-top .modal-dialog {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(-100px);
}
.modal.in .modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
.modal.unfold-3d .modal-dialog {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.modal.in .modal-dialog {
  opacity: 1;
  transform: rotateY(0deg);
}
.modal.fade.zoom-out .modal-dialog,
.modal.zoom-out .modal-dialog {
  opacity: 0;
  transition: all 0.5s;
  transform: scale(1.3);
}
.modal.fade.zoom-out.in .modal-dialog,
.modal.in .modal-dialog {
  opacity: 1;
  transform: scale(1);
}
.csstransforms3d .modal.unfold-3d .modal-dialog {
  transform: none;
  transform-origin: 50% 100%;
  transform: scale(0.7) rotate3d(-1, 1, 0, -60deg);
}
.csstransforms3d .modal.in .modal-dialog {
  transform: scale(1) rotate3d(-1, 1, 0, 0deg);
}
@-webkit-keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 75%;
  }
}
@-moz-keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 75%;
  }
}
@keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 75%;
  }
}
@-webkit-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@-moz-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(1);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(1.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.8);
    opacity: 0.0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.8);
    opacity: 0.0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.0;
  }
  25% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.8);
    opacity: 0.0;
  }
}
/*-------------------------------------*/
/*------ 5. Plugins Custom Styles ------*/
/*-------------------------------------*/
.slick-dots li button:before {
  opacity: 1;
  color: #000000;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #F3D614;
}
.nav-mobile .slick-prev,
.nav-mobile .slick-next {
  top: 50% !important;
  width: 22px !important;
  height: 50px !important;
  margin-top: -25px !important;
  background: rgba(0, 0, 0, 0.1);
}
.nav-mobile .slick-next {
  right: 0 !important;
}
.nav-mobile .slick-prev {
  left: 0 !important;
}
#slider .tp-leftarrow.default,
#slider .tp-rightarrow.default {
  background-image: url(../images/slider-arrow-prev.png);
  width: 95px;
  height: 118px;
  position: relative;
}
#slider .tp-leftarrow.default:after,
#slider .tp-rightarrow.default:after {
  display: none;
}
#slider .tp-leftarrow.default:hover,
#slider .tp-rightarrow.default:hover {
  opacity: 0.5;
}
#slider .tp-rightarrow.default {
  background-image: url(../images/slider-arrow-next.png);
}
@media (max-width: 1199px) {
  #slider .tp-leftarrow.default,
  #slider .tp-rightarrow.default {
    background-size: 100% 100%;
    width: 45px;
    height: 50px;
  }
}

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