@charset "UTF-8";
.star-rating:before, .star-rating__select:before, .checkbox span:after, .radio span:after, .search-submit:after, .comment-metadata .edit-link .comment-edit-link:before, .comment-reply-link:before,
.comment-edit-link:before, .breadcrumbs ul a:after,
.breadcrumbs ol a:after, .blogs__img a:after, .blogs__img span:after, .bx-blog__media[data-blog-type="video"] .bx-blog__link:after, .bx-gallery__hover:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #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 {
  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;
  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; }
  .navbar {
    display: none; }
  .btn > .caret, button > .caret,
  input[type="submit"] > .caret,
  .dropup > .btn > .caret,
  .dropup > button > .caret,
  .dropup >
  input[type="submit"] > .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; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Glegoo', sans-serif;
  font-size: 14px;
  line-height: 1.857;
  color: #717171;
  background-color: white; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: black;
  text-decoration: none; }
  a:hover, a:focus {
    color: #fe5252;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 4px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.857;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text: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, .widget_about_me .about-me__title, .h4, .bx-gallery__hover--text-inside .bx-gallery__title, .h5, .bx-gallery__title, .h6 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: black; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small, .widget_about_me .about-me__title small,
  .h3 .small, .widget_about_me .about-me__title .small, .h4 small, .bx-gallery__hover--text-inside .bx-gallery__title small,
  .h4 .small, .bx-gallery__hover--text-inside .bx-gallery__title .small, .h5 small, .bx-gallery__title small,
  .h5 .small, .bx-gallery__title .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3, .widget_about_me .about-me__title {
  margin-top: 25px;
  margin-bottom: 12.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small, .widget_about_me .about-me__title small,
  .h3 .small, .widget_about_me .about-me__title .small {
    font-size: 65%; }

h4, .h4, .bx-gallery__hover--text-inside .bx-gallery__title,
h5, .h5, .bx-gallery__title,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  h4 small,
  h4 .small, .h4 small, .bx-gallery__hover--text-inside .bx-gallery__title small,
  .h4 .small, .bx-gallery__hover--text-inside .bx-gallery__title .small,
  h5 small,
  h5 .small, .h5 small, .bx-gallery__title small,
  .h5 .small, .bx-gallery__title .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 60px; }

h2, .h2 {
  font-size: 40px; }

h3, .h3, .widget_about_me .about-me__title {
  font-size: 30px; }

h4, .h4, .bx-gallery__hover--text-inside .bx-gallery__title {
  font-size: 20px; }

h5, .h5, .bx-gallery__title {
  font-size: 18px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 12.5px; }

.lead {
  margin-bottom: 25px;
  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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .widget_rss ul, .widget_rss ol,
.widget_nav_menu ul,
.widget_nav_menu ol,
.widget_archive ul,
.widget_archive ol,
.widget_categories ul,
.widget_categories ol,
.widget_links ul,
.widget_links ol,
.widget_meta ul,
.widget_meta ol,
.widget_pages ul,
.widget_pages ol,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_recent_entries ul,
.widget_recent_entries ol {
  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: 25px; }

dt,
dd {
  line-height: 1.857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@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%; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  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.857;
    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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.857; }

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: 2px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  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: 12px;
  margin: 0 0 12.5px;
  font-size: 13px;
  line-height: 1.857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }
  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; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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, .main-layout .widget-area, .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, .main-layout .content-area, .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, .main-layout .page-builder, .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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .main-layout .widget-area, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .main-layout .content-area, .col-md-10, .col-md-11, .col-md-12, .main-layout .page-builder {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3, .main-layout .widget-area {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9, .main-layout .content-area {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12, .main-layout .page-builder {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9, .main-layout.sidebar-left .widget-area {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3, .main-layout.sidebar-left .content-area {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: white; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: 18.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .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: 25px;
  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"] {
  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.857;
  color: black; }

.form-control, select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[name="value"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.857;
  color: black;
  background-color: #fff;
  background-image: none;
  border: 1px solid black;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[name="value"]:focus {
    border-color: #fe5252;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 82, 82, 0.6); }
  .form-control::-moz-placeholder, select::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[name="value"]::-moz-placeholder {
    color: black;
    opacity: 1; }
  .form-control:-ms-input-placeholder, select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[name="value"]:-ms-input-placeholder {
    color: black; }
  .form-control::-webkit-input-placeholder, select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[name="value"]::-webkit-input-placeholder {
    color: black; }
  .form-control::-ms-expand, select::-ms-expand,
  textarea::-ms-expand,
  input[type="text"]::-ms-expand,
  input[type="email"]::-ms-expand,
  input[type="url"]::-ms-expand,
  input[type="password"]::-ms-expand,
  input[type="search"]::-ms-expand,
  input[type="number"]::-ms-expand,
  input[name="value"]::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], select[disabled],
  textarea[disabled],
  input[disabled][type="text"],
  input[disabled][type="email"],
  input[disabled][type="url"],
  input[disabled][type="password"],
  input[disabled][type="search"],
  input[disabled][type="number"],
  input[disabled][name="value"], .form-control[readonly], select[readonly],
  textarea[readonly],
  input[readonly][type="text"],
  input[readonly][type="email"],
  input[readonly][type="url"],
  input[readonly][type="password"],
  input[readonly][type="search"],
  input[readonly][type="number"],
  input[readonly][name="value"],
  fieldset[disabled] .form-control,
  fieldset[disabled] select,
  fieldset[disabled]
  textarea,
  fieldset[disabled]
  input[type="text"],
  fieldset[disabled]
  input[type="email"],
  fieldset[disabled]
  input[type="url"],
  fieldset[disabled]
  input[type="password"],
  fieldset[disabled]
  input[type="search"],
  fieldset[disabled]
  input[type="number"],
  fieldset[disabled]
  input[name="value"] {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], select[disabled],
  textarea[disabled],
  input[disabled][type="text"],
  input[disabled][type="email"],
  input[disabled][type="url"],
  input[disabled][type="password"],
  input[disabled][type="search"],
  input[disabled][type="number"],
  input[disabled][name="value"],
  fieldset[disabled] .form-control,
  fieldset[disabled] select,
  fieldset[disabled]
  textarea,
  fieldset[disabled]
  input[type="text"],
  fieldset[disabled]
  input[type="email"],
  fieldset[disabled]
  input[type="url"],
  fieldset[disabled]
  input[type="password"],
  fieldset[disabled]
  input[type="search"],
  fieldset[disabled]
  input[type="number"],
  fieldset[disabled]
  input[name="value"] {
    cursor: not-allowed; }

textarea.form-control,
textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="date"][type="text"],
  input[type="date"][type="email"],
  input[type="date"][type="url"],
  input[type="date"][type="password"],
  input[type="date"][type="search"],
  input[type="date"][type="number"],
  input[type="date"][name="value"],
  input[type="time"].form-control,
  input[type="time"][type="text"],
  input[type="time"][type="email"],
  input[type="time"][type="url"],
  input[type="time"][type="password"],
  input[type="time"][type="search"],
  input[type="time"][type="number"],
  input[type="time"][name="value"],
  input[type="datetime-local"].form-control,
  input[type="datetime-local"][type="text"],
  input[type="datetime-local"][type="email"],
  input[type="datetime-local"][type="url"],
  input[type="datetime-local"][type="password"],
  input[type="datetime-local"][type="search"],
  input[type="datetime-local"][type="number"],
  input[type="datetime-local"][name="value"],
  input[type="month"].form-control,
  input[type="month"][type="text"],
  input[type="month"][type="email"],
  input[type="month"][type="url"],
  input[type="month"][type="password"],
  input[type="month"][type="search"],
  input[type="month"][type="number"],
  input[type="month"][name="value"] {
    line-height: 40px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm >
  input[type="date"][type="text"], .input-group-sm >
  input[type="date"][type="email"], .input-group-sm >
  input[type="date"][type="url"], .input-group-sm >
  input[type="date"][type="password"], .input-group-sm >
  input[type="date"][type="search"], .input-group-sm >
  input[type="date"][type="number"], .input-group-sm >
  input[type="date"][name="value"],
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn >
  input[type="date"][type="submit"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm >
  input[type="time"][type="text"],
  .input-group-sm >
  input[type="time"][type="email"],
  .input-group-sm >
  input[type="time"][type="url"],
  .input-group-sm >
  input[type="time"][type="password"],
  .input-group-sm >
  input[type="time"][type="search"],
  .input-group-sm >
  input[type="time"][type="number"],
  .input-group-sm >
  input[type="time"][name="value"],
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn >
  input[type="time"][type="submit"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm >
  input[type="datetime-local"][type="text"],
  .input-group-sm >
  input[type="datetime-local"][type="email"],
  .input-group-sm >
  input[type="datetime-local"][type="url"],
  .input-group-sm >
  input[type="datetime-local"][type="password"],
  .input-group-sm >
  input[type="datetime-local"][type="search"],
  .input-group-sm >
  input[type="datetime-local"][type="number"],
  .input-group-sm >
  input[type="datetime-local"][name="value"],
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn >
  input[type="datetime-local"][type="submit"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm >
  input[type="month"][type="text"],
  .input-group-sm >
  input[type="month"][type="email"],
  .input-group-sm >
  input[type="month"][type="url"],
  .input-group-sm >
  input[type="month"][type="password"],
  .input-group-sm >
  input[type="month"][type="search"],
  .input-group-sm >
  input[type="month"][type="number"],
  .input-group-sm >
  input[type="month"][name="value"],
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn >
  input[type="month"][type="submit"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg >
  input[type="date"][type="text"], .input-group-lg >
  input[type="date"][type="email"], .input-group-lg >
  input[type="date"][type="url"], .input-group-lg >
  input[type="date"][type="password"], .input-group-lg >
  input[type="date"][type="search"], .input-group-lg >
  input[type="date"][type="number"], .input-group-lg >
  input[type="date"][name="value"],
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn >
  input[type="date"][type="submit"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg >
  input[type="time"][type="text"],
  .input-group-lg >
  input[type="time"][type="email"],
  .input-group-lg >
  input[type="time"][type="url"],
  .input-group-lg >
  input[type="time"][type="password"],
  .input-group-lg >
  input[type="time"][type="search"],
  .input-group-lg >
  input[type="time"][type="number"],
  .input-group-lg >
  input[type="time"][name="value"],
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn >
  input[type="time"][type="submit"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg >
  input[type="datetime-local"][type="text"],
  .input-group-lg >
  input[type="datetime-local"][type="email"],
  .input-group-lg >
  input[type="datetime-local"][type="url"],
  .input-group-lg >
  input[type="datetime-local"][type="password"],
  .input-group-lg >
  input[type="datetime-local"][type="search"],
  .input-group-lg >
  input[type="datetime-local"][type="number"],
  .input-group-lg >
  input[type="datetime-local"][name="value"],
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn >
  input[type="datetime-local"][type="submit"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg >
  input[type="month"][type="text"],
  .input-group-lg >
  input[type="month"][type="email"],
  .input-group-lg >
  input[type="month"][type="url"],
  .input-group-lg >
  input[type="month"][type="password"],
  .input-group-lg >
  input[type="month"][type="search"],
  .input-group-lg >
  input[type="month"][type="number"],
  .input-group-lg >
  input[type="month"][name="value"],
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn >
  input[type="month"][type="submit"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 40px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 25px;
    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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 39px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > select.form-control-static, .input-group-lg >
  textarea.form-control-static, .input-group-lg >
  input.form-control-static[type="text"], .input-group-lg >
  input.form-control-static[type="email"], .input-group-lg >
  input.form-control-static[type="url"], .input-group-lg >
  input.form-control-static[type="password"], .input-group-lg >
  input.form-control-static[type="search"], .input-group-lg >
  input.form-control-static[type="number"], .input-group-lg >
  input.form-control-static[name="value"],
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > button.form-control-static,
  .input-group-lg > .input-group-btn >
  input.form-control-static[type="submit"], .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > select.form-control-static, .input-group-sm >
  textarea.form-control-static, .input-group-sm >
  input.form-control-static[type="text"], .input-group-sm >
  input.form-control-static[type="email"], .input-group-sm >
  input.form-control-static[type="url"], .input-group-sm >
  input.form-control-static[type="password"], .input-group-sm >
  input.form-control-static[type="search"], .input-group-sm >
  input.form-control-static[type="number"], .input-group-sm >
  input.form-control-static[name="value"],
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > button.form-control-static,
  .input-group-sm > .input-group-btn >
  input.form-control-static[type="submit"] {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > select, .input-group-sm >
textarea, .input-group-sm >
input[type="text"], .input-group-sm >
input[type="email"], .input-group-sm >
input[type="url"], .input-group-sm >
input[type="password"], .input-group-sm >
input[type="search"], .input-group-sm >
input[type="number"], .input-group-sm >
input[name="value"],
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > button,
.input-group-sm > .input-group-btn >
input[type="submit"] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm >
textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple],
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control, .form-group-sm select, .form-group-sm
textarea, .form-group-sm
input[type="text"], .form-group-sm
input[type="email"], .form-group-sm
input[type="url"], .form-group-sm
input[type="password"], .form-group-sm
input[type="search"], .form-group-sm
input[type="number"], .form-group-sm
input[name="value"] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control, .form-group-sm select {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm
textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > select, .input-group-lg >
textarea, .input-group-lg >
input[type="text"], .input-group-lg >
input[type="email"], .input-group-lg >
input[type="url"], .input-group-lg >
input[type="password"], .input-group-lg >
input[type="search"], .input-group-lg >
input[type="number"], .input-group-lg >
input[name="value"],
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > button,
.input-group-lg > .input-group-btn >
input[type="submit"] {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg >
textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple],
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control, .form-group-lg select, .form-group-lg
textarea, .form-group-lg
input[type="text"], .form-group-lg
input[type="email"], .form-group-lg
input[type="url"], .form-group-lg
input[type="password"], .form-group-lg
input[type="search"], .form-group-lg
input[type="number"], .form-group-lg
input[name="value"] {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px; }

.form-group-lg select.form-control, .form-group-lg select {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg
textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback select, .has-feedback
  textarea, .has-feedback
  input[type="text"], .has-feedback
  input[type="email"], .has-feedback
  input[type="url"], .has-feedback
  input[type="password"], .has-feedback
  input[type="search"], .has-feedback
  input[type="number"], .has-feedback
  input[name="value"] {
    padding-right: 50px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > select + .form-control-feedback, .input-group-lg >
textarea + .form-control-feedback, .input-group-lg >
input[type="text"] + .form-control-feedback, .input-group-lg >
input[type="email"] + .form-control-feedback, .input-group-lg >
input[type="url"] + .form-control-feedback, .input-group-lg >
input[type="password"] + .form-control-feedback, .input-group-lg >
input[type="search"] + .form-control-feedback, .input-group-lg >
input[type="number"] + .form-control-feedback, .input-group-lg >
input[name="value"] + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > button + .form-control-feedback,
.input-group-lg > .input-group-btn >
input[type="submit"] + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg select + .form-control-feedback,
.form-group-lg
textarea + .form-control-feedback,
.form-group-lg
input[type="text"] + .form-control-feedback,
.form-group-lg
input[type="email"] + .form-control-feedback,
.form-group-lg
input[type="url"] + .form-control-feedback,
.form-group-lg
input[type="password"] + .form-control-feedback,
.form-group-lg
input[type="search"] + .form-control-feedback,
.form-group-lg
input[type="number"] + .form-control-feedback,
.form-group-lg
input[name="value"] + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > select + .form-control-feedback, .input-group-sm >
textarea + .form-control-feedback, .input-group-sm >
input[type="text"] + .form-control-feedback, .input-group-sm >
input[type="email"] + .form-control-feedback, .input-group-sm >
input[type="url"] + .form-control-feedback, .input-group-sm >
input[type="password"] + .form-control-feedback, .input-group-sm >
input[type="search"] + .form-control-feedback, .input-group-sm >
input[type="number"] + .form-control-feedback, .input-group-sm >
input[name="value"] + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > button + .form-control-feedback,
.input-group-sm > .input-group-btn >
input[type="submit"] + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm select + .form-control-feedback,
.form-group-sm
textarea + .form-control-feedback,
.form-group-sm
input[type="text"] + .form-control-feedback,
.form-group-sm
input[type="email"] + .form-control-feedback,
.form-group-sm
input[type="url"] + .form-control-feedback,
.form-group-sm
input[type="password"] + .form-control-feedback,
.form-group-sm
input[type="search"] + .form-control-feedback,
.form-group-sm
input[type="number"] + .form-control-feedback,
.form-group-sm
input[name="value"] + .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, .has-success select, .has-success
textarea, .has-success
input[type="text"], .has-success
input[type="email"], .has-success
input[type="url"], .has-success
input[type="password"], .has-success
input[type="search"], .has-success
input[type="number"], .has-success
input[name="value"] {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success select:focus, .has-success
  textarea:focus, .has-success
  input[type="text"]:focus, .has-success
  input[type="email"]:focus, .has-success
  input[type="url"]:focus, .has-success
  input[type="password"]:focus, .has-success
  input[type="search"]:focus, .has-success
  input[type="number"]:focus, .has-success
  input[name="value"]:focus {
    border-color: #2b542c;
    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, .has-warning select, .has-warning
textarea, .has-warning
input[type="text"], .has-warning
input[type="email"], .has-warning
input[type="url"], .has-warning
input[type="password"], .has-warning
input[type="search"], .has-warning
input[type="number"], .has-warning
input[name="value"] {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning select:focus, .has-warning
  textarea:focus, .has-warning
  input[type="text"]:focus, .has-warning
  input[type="email"]:focus, .has-warning
  input[type="url"]:focus, .has-warning
  input[type="password"]:focus, .has-warning
  input[type="search"]:focus, .has-warning
  input[type="number"]:focus, .has-warning
  input[name="value"]:focus {
    border-color: #66512c;
    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, .has-error select, .has-error
textarea, .has-error
input[type="text"], .has-error
input[type="email"], .has-error
input[type="url"], .has-error
input[type="password"], .has-error
input[type="search"], .has-error
input[type="number"], .has-error
input[name="value"] {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error select:focus, .has-error
  textarea:focus, .has-error
  input[type="text"]:focus, .has-error
  input[type="email"]:focus, .has-error
  input[type="url"]:focus, .has-error
  input[type="password"]:focus, .has-error
  input[type="search"]:focus, .has-error
  input[type="number"]:focus, .has-error
  input[name="value"]:focus {
    border-color: #843534;
    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: 30px; }

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label.screen-reader-text ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b1b1b1; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline select, .form-inline
  textarea, .form-inline
  input[type="text"], .form-inline
  input[type="email"], .form-inline
  input[type="url"], .form-inline
  input[type="password"], .form-inline
  input[type="search"], .form-inline
  input[type="number"], .form-inline
  input[name="value"] {
    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,
    .form-inline .input-group select,
    .form-inline .input-group
    textarea,
    .form-inline .input-group
    input[type="text"],
    .form-inline .input-group
    input[type="email"],
    .form-inline .input-group
    input[type="url"],
    .form-inline .input-group
    input[type="password"],
    .form-inline .input-group
    input[type="search"],
    .form-inline .input-group
    input[type="number"],
    .form-inline .input-group
    input[name="value"] {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > select, .form-inline .input-group >
  textarea, .form-inline .input-group >
  input[type="text"], .form-inline .input-group >
  input[type="email"], .form-inline .input-group >
  input[type="url"], .form-inline .input-group >
  input[type="password"], .form-inline .input-group >
  input[type="search"], .form-inline .input-group >
  input[type="number"], .form-inline .input-group >
  input[name="value"] {
    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: 32px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, button,
input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, button:focus,
  input[type="submit"]:focus, .btn.focus, button.focus,
  input.focus[type="submit"], .btn:active:focus, button:active:focus,
  input[type="submit"]:active:focus, .btn:active.focus, button:active.focus,
  input[type="submit"]:active.focus, .btn.active:focus, button.active:focus,
  input.active[type="submit"]:focus, .btn.active.focus, button.active.focus,
  input.active.focus[type="submit"] {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, button:hover,
  input[type="submit"]:hover, .btn:focus, button:focus,
  input[type="submit"]:focus, .btn.focus, button.focus,
  input.focus[type="submit"] {
    color: black;
    text-decoration: none; }
  .btn:active, button:active,
  input[type="submit"]:active, .btn.active, button.active,
  input.active[type="submit"] {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, button.disabled,
  input.disabled[type="submit"], .btn[disabled], button[disabled],
  input[disabled][type="submit"],
  fieldset[disabled] .btn,
  fieldset[disabled] button,
  fieldset[disabled]
  input[type="submit"] {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default, button,
input[type="submit"] {
  color: black;
  background-color: transparent;
  border-color: black; }
  .btn-default.btn-outline, button.btn-outline,
  input.btn-outline[type="submit"] {
    color: transparent;
    background-color: transparent; }
  .btn-default:focus, button:focus,
  input[type="submit"]:focus, .btn-default.focus, button.focus,
  input.focus[type="submit"] {
    color: black;
    background-color: rgba(26, 26, 26, 0);
    border-color: #404040; }
  .btn-default:hover, button:hover,
  input[type="submit"]:hover {
    color: black;
    background-color: rgba(26, 26, 26, 0);
    border-color: #1f1f1f; }
  .btn-default:active, button:active,
  input[type="submit"]:active, .btn-default.active, button.active,
  input.active[type="submit"],
  .open > .btn-default.dropdown-toggle,
  .open > button.dropdown-toggle,
  .open >
  input.dropdown-toggle[type="submit"] {
    color: black;
    background-color: rgba(26, 26, 26, 0);
    border-color: #1f1f1f; }
    .btn-default:active:hover, button:active:hover,
    input[type="submit"]:active:hover, .btn-default:active:focus, button:active:focus,
    input[type="submit"]:active:focus, .btn-default:active.focus, button:active.focus,
    input[type="submit"]:active.focus, .btn-default.active:hover, button.active:hover,
    input.active[type="submit"]:hover, .btn-default.active:focus, button.active:focus,
    input.active[type="submit"]:focus, .btn-default.active.focus, button.active.focus,
    input.active.focus[type="submit"],
    .open > .btn-default.dropdown-toggle:hover,
    .open > button.dropdown-toggle:hover,
    .open >
    input.dropdown-toggle[type="submit"]:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > button.dropdown-toggle:focus,
    .open >
    input.dropdown-toggle[type="submit"]:focus,
    .open > .btn-default.dropdown-toggle.focus,
    .open > button.dropdown-toggle.focus,
    .open >
    input.dropdown-toggle.focus[type="submit"] {
      color: black;
      background-color: rgba(43, 43, 43, 0);
      border-color: #404040; }
  .btn-default:active, button:active,
  input[type="submit"]:active, .btn-default.active, button.active,
  input.active[type="submit"],
  .open > .btn-default.dropdown-toggle,
  .open > button.dropdown-toggle,
  .open >
  input.dropdown-toggle[type="submit"] {
    background-image: none; }
  .btn-default.disabled:hover, button.disabled:hover,
  input.disabled[type="submit"]:hover, .btn-default.disabled:focus, button.disabled:focus,
  input.disabled[type="submit"]:focus, .btn-default.disabled.focus, button.disabled.focus,
  input.disabled.focus[type="submit"], .btn-default[disabled]:hover, button[disabled]:hover,
  input[disabled][type="submit"]:hover, .btn-default[disabled]:focus, button[disabled]:focus,
  input[disabled][type="submit"]:focus, .btn-default[disabled].focus, button[disabled].focus,
  input[disabled].focus[type="submit"],
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] button:hover,
  fieldset[disabled]
  input[type="submit"]:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] button:focus,
  fieldset[disabled]
  input[type="submit"]:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] button.focus,
  fieldset[disabled]
  input.focus[type="submit"] {
    background-color: transparent;
    border-color: black; }
  .btn-default .badge, button .badge,
  input[type="submit"] .badge {
    color: transparent;
    background-color: black; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary.btn-outline {
    color: #337ab7;
    background-color: transparent; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #5094ce;
    border-color: #78acd9; }
  .btn-primary:hover {
    color: #fff;
    background-color: #5094ce;
    border-color: #448ccb; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5094ce;
    border-color: #448ccb; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #6ca5d6;
      border-color: #78acd9; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success.btn-outline {
    color: #5cb85c;
    background-color: transparent; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #80c780;
    border-color: #a3d7a3; }
  .btn-success:hover {
    color: #fff;
    background-color: #80c780;
    border-color: #75c375; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #80c780;
    border-color: #75c375; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #98d298;
      border-color: #a3d7a3; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info.btn-outline {
    color: #5bc0de;
    background-color: transparent; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #85d0e7;
    border-color: #b0e1ef; }
  .btn-info:hover {
    color: #fff;
    background-color: #85d0e7;
    border-color: #79cbe4; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #85d0e7;
    border-color: #79cbe4; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #a3dced;
      border-color: #b0e1ef; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    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.btn-outline {
    color: #f0ad4e;
    background-color: transparent; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #f4c37d;
    border-color: #f8d9ac; }
  .btn-warning:hover {
    color: #fff;
    background-color: #f4c37d;
    border-color: #f3bc6f; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f4c37d;
    border-color: #f3bc6f; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #f7d29e;
      border-color: #f8d9ac; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    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.btn-outline {
    color: #d9534f;
    background-color: transparent; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #e27c79;
    border-color: #eba5a3; }
  .btn-danger:hover {
    color: #fff;
    background-color: #e27c79;
    border-color: #df706c; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e27c79;
    border-color: #df706c; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #e89996;
      border-color: #eba5a3; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: black;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #fe5252;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button, .btn-group-lg >
input[type="submit"] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > button, .btn-group-sm >
input[type="submit"] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > button, .btn-group-xs >
input[type="submit"] {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.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;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  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: white;
  border: 1px solid #ccc;
  border: 1px solid transparent;
  border-radius: 2px;
  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: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.857;
    color: black;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #fe5252; }

.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.857;
  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 dashed;
  border-bottom: 4px solid \9;
  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 {
    right: 0;
    left: auto; }
  .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 > button, .btn-group >
  input[type="submit"],
  .btn-group-vertical > .btn,
  .btn-group-vertical > button,
  .btn-group-vertical >
  input[type="submit"] {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > button:hover, .btn-group >
    input[type="submit"]:hover, .btn-group > .btn:focus, .btn-group > button:focus, .btn-group >
    input[type="submit"]:focus, .btn-group > .btn:active, .btn-group > button:active, .btn-group >
    input[type="submit"]:active, .btn-group > .btn.active, .btn-group > button.active, .btn-group >
    input.active[type="submit"],
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > button:hover,
    .btn-group-vertical >
    input[type="submit"]:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > button:focus,
    .btn-group-vertical >
    input[type="submit"]:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > button:active,
    .btn-group-vertical >
    input[type="submit"]:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > button.active,
    .btn-group-vertical >
    input.active[type="submit"] {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group button + .btn, .btn-group
input[type="submit"] + .btn, .btn-group .btn + button, .btn-group button + button, .btn-group
input[type="submit"] + button, .btn-group .btn +
input[type="submit"], .btn-group button +
input[type="submit"], .btn-group
input[type="submit"] +
input[type="submit"],
.btn-group .btn + .btn-group,
.btn-group button + .btn-group,
.btn-group
input[type="submit"] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + button,
.btn-group .btn-group +
input[type="submit"],
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar button, .btn-toolbar
  input[type="submit"],
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > button, .btn-toolbar >
  input[type="submit"],
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group >
input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > button:first-child, .btn-group >
input[type="submit"]:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group >
  input[type="submit"]: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 > button:last-child:not(:first-child), .btn-group >
input[type="submit"]: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, .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .btn-group > .btn-group:not(:first-child):not(:last-child) >
input[type="submit"] {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .btn-group > .btn-group:first-child:not(:last-child) >
input[type="submit"]: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, .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .btn-group > .btn-group:last-child:not(:first-child) >
input[type="submit"]: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, .btn-group > button + .dropdown-toggle, .btn-group >
input[type="submit"] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > button + .dropdown-toggle, .btn-group-lg.btn-group >
input[type="submit"] + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret, button .caret,
input[type="submit"] .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > button .caret, .btn-group-lg >
input[type="submit"] .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > button .caret, .dropup .btn-group-lg >
input[type="submit"] .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > button, .btn-group-vertical >
input[type="submit"],
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > button,
.btn-group-vertical > .btn-group >
input[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > button, .btn-group-vertical > .btn-group >
input[type="submit"] {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > button + .btn, .btn-group-vertical >
input[type="submit"] + .btn, .btn-group-vertical > .btn + button, .btn-group-vertical > button + button, .btn-group-vertical >
input[type="submit"] + button, .btn-group-vertical > .btn +
input[type="submit"], .btn-group-vertical > button +
input[type="submit"], .btn-group-vertical >
input[type="submit"] +
input[type="submit"],
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > button + .btn-group,
.btn-group-vertical >
input[type="submit"] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + button,
.btn-group-vertical > .btn-group +
input[type="submit"],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > button:not(:first-child):not(:last-child), .btn-group-vertical >
input[type="submit"]:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > button:first-child:not(:last-child), .btn-group-vertical >
input[type="submit"]:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > button:last-child:not(:first-child), .btn-group-vertical >
input[type="submit"]:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) >
input[type="submit"] {
  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) > button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) >
input[type="submit"]: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, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) >
input[type="submit"]: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 > button, .btn-group-justified >
  input[type="submit"],
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group
  input[type="submit"] {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > button input[type="radio"], [data-toggle="buttons"] >
input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > button input[type="checkbox"],
[data-toggle="buttons"] >
input[type="submit"] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > button input[type="radio"],
[data-toggle="buttons"] > .btn-group >
input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group >
input[type="submit"] 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, .input-group select, .input-group
  textarea, .input-group
  input[type="text"], .input-group
  input[type="email"], .input-group
  input[type="url"], .input-group
  input[type="password"], .input-group
  input[type="search"], .input-group
  input[type="number"], .input-group
  input[name="value"] {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group select:focus, .input-group
    textarea:focus, .input-group
    input[type="text"]:focus, .input-group
    input[type="email"]:focus, .input-group
    input[type="url"]:focus, .input-group
    input[type="password"]:focus, .input-group
    input[type="search"]:focus, .input-group
    input[type="number"]:focus, .input-group
    input[name="value"]:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group select,
.input-group
textarea,
.input-group
input[type="text"],
.input-group
input[type="email"],
.input-group
input[type="url"],
.input-group
input[type="password"],
.input-group
input[type="search"],
.input-group
input[type="number"],
.input-group
input[name="value"] {
  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),
  .input-group select:not(:first-child):not(:last-child),
  .input-group
  textarea:not(:first-child):not(:last-child),
  .input-group
  input[type="text"]:not(:first-child):not(:last-child),
  .input-group
  input[type="email"]:not(:first-child):not(:last-child),
  .input-group
  input[type="url"]:not(:first-child):not(:last-child),
  .input-group
  input[type="password"]:not(:first-child):not(:last-child),
  .input-group
  input[type="search"]:not(:first-child):not(:last-child),
  .input-group
  input[type="number"]:not(:first-child):not(:last-child),
  .input-group
  input[name="value"]: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: black;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid black;
  border-radius: 2px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > button.input-group-addon,
  .input-group-sm > .input-group-btn >
  input.input-group-addon[type="submit"] {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > button.input-group-addon,
  .input-group-lg > .input-group-btn >
  input.input-group-addon[type="submit"] {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group select:first-child, .input-group
textarea:first-child, .input-group
input[type="text"]:first-child, .input-group
input[type="email"]:first-child, .input-group
input[type="url"]:first-child, .input-group
input[type="password"]:first-child, .input-group
input[type="search"]:first-child, .input-group
input[type="number"]:first-child, .input-group
input[name="value"]:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > button,
.input-group-btn:first-child >
input[type="submit"],
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > button,
.input-group-btn:first-child > .btn-group >
input[type="submit"],
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child >
input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > button,
.input-group-btn:last-child > .btn-group:not(:last-child) >
input[type="submit"] {
  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 select:last-child, .input-group
textarea:last-child, .input-group
input[type="text"]:last-child, .input-group
input[type="email"]:last-child, .input-group
input[type="url"]:last-child, .input-group
input[type="password"]:last-child, .input-group
input[type="search"]:last-child, .input-group
input[type="number"]:last-child, .input-group
input[name="value"]:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > button,
.input-group-btn:last-child >
input[type="submit"],
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > button,
.input-group-btn:last-child > .btn-group >
input[type="submit"],
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > button:not(:first-child),
.input-group-btn:first-child >
input[type="submit"]:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > button,
.input-group-btn:first-child > .btn-group:not(:first-child) >
input[type="submit"] {
  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, .input-group-btn > button, .input-group-btn >
  input[type="submit"] {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > button + .btn, .input-group-btn >
    input[type="submit"] + .btn, .input-group-btn > .btn + button, .input-group-btn > button + button, .input-group-btn >
    input[type="submit"] + button, .input-group-btn > .btn +
    input[type="submit"], .input-group-btn > button +
    input[type="submit"], .input-group-btn >
    input[type="submit"] +
    input[type="submit"] {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > button:hover, .input-group-btn >
    input[type="submit"]:hover, .input-group-btn > .btn:focus, .input-group-btn > button:focus, .input-group-btn >
    input[type="submit"]:focus, .input-group-btn > .btn:active, .input-group-btn > button:active, .input-group-btn >
    input[type="submit"]:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > button, .input-group-btn:first-child >
  input[type="submit"],
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > button, .input-group-btn:last-child >
  input[type="submit"],
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a: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: black; }
  .nav .nav-divider {
    height: 1px;
    margin: 11.5px 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.857;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #717171;
      background-color: white;
      border: 1px solid white;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 2px; }
  .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, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 2px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 2px 2px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: white; } }

.tab-content {
  background: white;
  color: #717171; }
  .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: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@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:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .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: 12.5px 15px;
  font-size: 18px;
  line-height: 25px;
  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: 2px; }
  .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: 6.25px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px; }
  @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: 25px; }
        .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: 12.5px;
          padding-bottom: 12.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form select, .navbar-form
    textarea, .navbar-form
    input[type="text"], .navbar-form
    input[type="email"], .navbar-form
    input[type="url"], .navbar-form
    input[type="password"], .navbar-form
    input[type="search"], .navbar-form
    input[type="number"], .navbar-form
    input[name="value"] {
      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,
      .navbar-form .input-group select,
      .navbar-form .input-group
      textarea,
      .navbar-form .input-group
      input[type="text"],
      .navbar-form .input-group
      input[type="email"],
      .navbar-form .input-group
      input[type="url"],
      .navbar-form .input-group
      input[type="password"],
      .navbar-form .input-group
      input[type="search"],
      .navbar-form .input-group
      input[type="number"],
      .navbar-form .input-group
      input[name="value"] {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .input-group > select, .navbar-form .input-group >
    textarea, .navbar-form .input-group >
    input[type="text"], .navbar-form .input-group >
    input[type="email"], .navbar-form .input-group >
    input[type="url"], .navbar-form .input-group >
    input[type="password"], .navbar-form .input-group >
    input[type="search"], .navbar-form .input-group >
    input[type="number"], .navbar-form .input-group >
    input[name="value"] {
      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;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > button.navbar-btn, .btn-group-sm >
  input.navbar-btn[type="submit"] {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > button.navbar-btn, .btn-group-xs >
  input.navbar-btn[type="submit"] {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  @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: transparent;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: black; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #fe5252;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #717171; }
  .navbar-default .navbar-nav > li > a {
    color: #717171; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #fe5252;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fe5252;
    background-color: transparent; }
  .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: #fe5252; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #fe5252;
      border-color: #fe5252; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: white; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: white; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fe5252; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #717171; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fe5252;
        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: #fe5252;
      background-color: transparent; }
    .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: #717171; }
    .navbar-default .navbar-link:hover {
      color: #fe5252; }
  .navbar-default .btn-link {
    color: #717171; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #fe5252; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .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: #090909; }
  .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: #090909;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #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: #090909; }
    .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, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 2px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.857;
      text-decoration: none;
      color: #c2c2c2;
      background-color: #fff;
      border: 1px solid #c2c2c2;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: black;
    background-color: transparent;
    border-color: black; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: black;
    background-color: transparent;
    border-color: black;
    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;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #c2c2c2;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: transparent; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.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; }
  .label:empty {
    display: none; }
  .btn .label, button .label,
  input[type="submit"] .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.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: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.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: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, button .badge,
  input[type="submit"] .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > button .badge, .btn-group-xs >
  input[type="submit"] .badge,
  .btn-group-xs > .btn .badge,
  .btn-group-xs > button .badge,
  .btn-group-xs >
  input[type="submit"] .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: black;
    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; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.857;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #717171; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: black; }

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .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: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 2px;
  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: 25px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s 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: 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;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .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: 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: 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: 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: 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); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .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: 1px;
  border-bottom-left-radius: 1px; }

.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: 1px;
    border-top-left-radius: 1px; }
  .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: 1px;
    border-bottom-left-radius: 1px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.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: 1px;
  border-top-left-radius: 1px; }
  .panel > .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 > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: 1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
  .panel > .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 > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: 1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .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: 25px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px; }
    .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; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 4px; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.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%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-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: 4px;
  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.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer button + .btn, .modal-footer
  input[type="submit"] + .btn, .modal-footer .btn + button, .modal-footer button + button, .modal-footer
  input[type="submit"] + button, .modal-footer .btn +
  input[type="submit"], .modal-footer button +
  input[type="submit"], .modal-footer
  input[type="submit"] +
  input[type="submit"] {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group button + .btn, .modal-footer .btn-group
  input[type="submit"] + .btn, .modal-footer .btn-group .btn + button, .modal-footer .btn-group button + button, .modal-footer .btn-group
  input[type="submit"] + button, .modal-footer .btn-group .btn +
  input[type="submit"], .modal-footer .btn-group button +
  input[type="submit"], .modal-footer .btn-group
  input[type="submit"] +
  input[type="submit"] {
    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 {
    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: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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;
  background-color: #000;
  border-radius: 2px; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption button, .carousel-caption
  input[type="submit"] {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .craft-digital__item:before, .clearfix:after, .craft-digital__item:after {
  content: " ";
  display: table; }

.clearfix:after, .craft-digital__item:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.parallax {
  overflow: hidden;
  position: relative; }
  .parallax > * {
    z-index: 10;
    position: relative; }

.parallax-ready {
  background-image: none !important; }

.parallax-mirror {
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-position: 50% 0;
  background-image: inherit;
  background-color: transparent;
  background-attachment: scroll; }

.main-layout {
  margin-left: -15px;
  margin-right: -15px; }
  .main-layout:before, .main-layout:after {
    content: " ";
    display: table; }
  .main-layout:after {
    clear: both; }
  .main-layout.sidebar-none .content-area {
    float: none;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto; }
  .main-layout.sidebar-none .widget-area {
    display: none; }

@media (min-width: 520px) and (max-width: 767px) {
  .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12 {
    float: left; }
  .col-ss-1 {
    width: 8.33333%; }
  .col-ss-2 {
    width: 16.66667%; }
  .col-ss-3 {
    width: 25%; }
  .col-ss-4 {
    width: 33.33333%; }
  .col-ss-5 {
    width: 41.66667%; }
  .col-ss-6 {
    width: 50%; }
  .col-ss-7 {
    width: 58.33333%; }
  .col-ss-8 {
    width: 66.66667%; }
  .col-ss-9 {
    width: 75%; }
  .col-ss-10 {
    width: 83.33333%; }
  .col-ss-11 {
    width: 91.66667%; }
  .col-ss-12 {
    width: 100%; }
  .col-ss-pull-0 {
    right: auto; }
  .col-ss-pull-1 {
    right: 8.33333%; }
  .col-ss-pull-2 {
    right: 16.66667%; }
  .col-ss-pull-3 {
    right: 25%; }
  .col-ss-pull-4 {
    right: 33.33333%; }
  .col-ss-pull-5 {
    right: 41.66667%; }
  .col-ss-pull-6 {
    right: 50%; }
  .col-ss-pull-7 {
    right: 58.33333%; }
  .col-ss-pull-8 {
    right: 66.66667%; }
  .col-ss-pull-9 {
    right: 75%; }
  .col-ss-pull-10 {
    right: 83.33333%; }
  .col-ss-pull-11 {
    right: 91.66667%; }
  .col-ss-pull-12 {
    right: 100%; }
  .col-ss-push-0 {
    left: auto; }
  .col-ss-push-1 {
    left: 8.33333%; }
  .col-ss-push-2 {
    left: 16.66667%; }
  .col-ss-push-3 {
    left: 25%; }
  .col-ss-push-4 {
    left: 33.33333%; }
  .col-ss-push-5 {
    left: 41.66667%; }
  .col-ss-push-6 {
    left: 50%; }
  .col-ss-push-7 {
    left: 58.33333%; }
  .col-ss-push-8 {
    left: 66.66667%; }
  .col-ss-push-9 {
    left: 75%; }
  .col-ss-push-10 {
    left: 83.33333%; }
  .col-ss-push-11 {
    left: 91.66667%; }
  .col-ss-push-12 {
    left: 100%; }
  .col-ss-offset-0 {
    margin-left: 0%; }
  .col-ss-offset-1 {
    margin-left: 8.33333%; }
  .col-ss-offset-2 {
    margin-left: 16.66667%; }
  .col-ss-offset-3 {
    margin-left: 25%; }
  .col-ss-offset-4 {
    margin-left: 33.33333%; }
  .col-ss-offset-5 {
    margin-left: 41.66667%; }
  .col-ss-offset-6 {
    margin-left: 50%; }
  .col-ss-offset-7 {
    margin-left: 58.33333%; }
  .col-ss-offset-8 {
    margin-left: 66.66667%; }
  .col-ss-offset-9 {
    margin-left: 75%; }
  .col-ss-offset-10 {
    margin-left: 83.33333%; }
  .col-ss-offset-11 {
    margin-left: 91.66667%; }
  .col-ss-offset-12 {
    margin-left: 100%; } }

.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .widget_about_me .about-me__title, .h4, .bx-gallery__hover--text-inside .bx-gallery__title, .h5, .bx-gallery__title, .h6 {
  margin-top: 0; }

/* Widgets as list  */
.widget_rss ul, .widget_rss ol,
.widget_nav_menu ul,
.widget_nav_menu ol,
.widget_archive ul,
.widget_archive ol,
.widget_categories ul,
.widget_categories ol,
.widget_links ul,
.widget_links ol,
.widget_meta ul,
.widget_meta ol,
.widget_pages ul,
.widget_pages ol,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_recent_entries ul,
.widget_recent_entries ol {
  margin-bottom: 0; }
  .widget_rss ul li, .widget_rss ol li,
  .widget_nav_menu ul li,
  .widget_nav_menu ol li,
  .widget_archive ul li,
  .widget_archive ol li,
  .widget_categories ul li,
  .widget_categories ol li,
  .widget_links ul li,
  .widget_links ol li,
  .widget_meta ul li,
  .widget_meta ol li,
  .widget_pages ul li,
  .widget_pages ol li,
  .widget_recent_comments ul li,
  .widget_recent_comments ol li,
  .widget_recent_entries ul li,
  .widget_recent_entries ol li {
    position: relative; }
    .widget_rss ul li > a, .widget_rss ol li > a,
    .widget_nav_menu ul li > a,
    .widget_nav_menu ol li > a,
    .widget_archive ul li > a,
    .widget_archive ol li > a,
    .widget_categories ul li > a,
    .widget_categories ol li > a,
    .widget_links ul li > a,
    .widget_links ol li > a,
    .widget_meta ul li > a,
    .widget_meta ol li > a,
    .widget_pages ul li > a,
    .widget_pages ol li > a,
    .widget_recent_comments ul li > a,
    .widget_recent_comments ol li > a,
    .widget_recent_entries ul li > a,
    .widget_recent_entries ol li > a {
      display: inline-block;
      padding-right: 5px; }
    .widget_rss ul li:not(:last-child), .widget_rss ol li:not(:last-child),
    .widget_nav_menu ul li:not(:last-child),
    .widget_nav_menu ol li:not(:last-child),
    .widget_archive ul li:not(:last-child),
    .widget_archive ol li:not(:last-child),
    .widget_categories ul li:not(:last-child),
    .widget_categories ol li:not(:last-child),
    .widget_links ul li:not(:last-child),
    .widget_links ol li:not(:last-child),
    .widget_meta ul li:not(:last-child),
    .widget_meta ol li:not(:last-child),
    .widget_pages ul li:not(:last-child),
    .widget_pages ol li:not(:last-child),
    .widget_recent_comments ul li:not(:last-child),
    .widget_recent_comments ol li:not(:last-child),
    .widget_recent_entries ul li:not(:last-child),
    .widget_recent_entries ol li:not(:last-child) {
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #ccc; }
    .widget_rss ul li > a:hover, .widget_rss ol li > a:hover,
    .widget_nav_menu ul li > a:hover,
    .widget_nav_menu ol li > a:hover,
    .widget_archive ul li > a:hover,
    .widget_archive ol li > a:hover,
    .widget_categories ul li > a:hover,
    .widget_categories ol li > a:hover,
    .widget_links ul li > a:hover,
    .widget_links ol li > a:hover,
    .widget_meta ul li > a:hover,
    .widget_meta ol li > a:hover,
    .widget_pages ul li > a:hover,
    .widget_pages ol li > a:hover,
    .widget_recent_comments ul li > a:hover,
    .widget_recent_comments ol li > a:hover,
    .widget_recent_entries ul li > a:hover,
    .widget_recent_entries ol li > a:hover {
      text-decoration: underline; }
  .widget_rss ul ul, .widget_rss ul ol, .widget_rss ol ul, .widget_rss ol ol,
  .widget_nav_menu ul ul,
  .widget_nav_menu ul ol,
  .widget_nav_menu ol ul,
  .widget_nav_menu ol ol,
  .widget_archive ul ul,
  .widget_archive ul ol,
  .widget_archive ol ul,
  .widget_archive ol ol,
  .widget_categories ul ul,
  .widget_categories ul ol,
  .widget_categories ol ul,
  .widget_categories ol ol,
  .widget_links ul ul,
  .widget_links ul ol,
  .widget_links ol ul,
  .widget_links ol ol,
  .widget_meta ul ul,
  .widget_meta ul ol,
  .widget_meta ol ul,
  .widget_meta ol ol,
  .widget_pages ul ul,
  .widget_pages ul ol,
  .widget_pages ol ul,
  .widget_pages ol ol,
  .widget_recent_comments ul ul,
  .widget_recent_comments ul ol,
  .widget_recent_comments ol ul,
  .widget_recent_comments ol ol,
  .widget_recent_entries ul ul,
  .widget_recent_entries ul ol,
  .widget_recent_entries ol ul,
  .widget_recent_entries ol ol {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
    padding-left: 20px; }
  .widget_rss ul li.current-cat > a, .widget_rss ol li.current-cat > a,
  .widget_nav_menu ul li.current-cat > a,
  .widget_nav_menu ol li.current-cat > a,
  .widget_archive ul li.current-cat > a,
  .widget_archive ol li.current-cat > a,
  .widget_categories ul li.current-cat > a,
  .widget_categories ol li.current-cat > a,
  .widget_links ul li.current-cat > a,
  .widget_links ol li.current-cat > a,
  .widget_meta ul li.current-cat > a,
  .widget_meta ol li.current-cat > a,
  .widget_pages ul li.current-cat > a,
  .widget_pages ol li.current-cat > a,
  .widget_recent_comments ul li.current-cat > a,
  .widget_recent_comments ol li.current-cat > a,
  .widget_recent_entries ul li.current-cat > a,
  .widget_recent_entries ol li.current-cat > a {
    color: #fe5252; }

/* Widget nav-menu fixed */
.widget_nav_menu .menu ul {
  opacity: 1;
  visibility: visible;
  position: static;
  padding-left: 15px;
  display: none; }

/* Widget calendar */
.widget_calendar table {
  margin: 0;
  width: 100%;
  position: relative; }
  .widget_calendar table td,
  .widget_calendar table th {
    padding: 0;
    line-height: 3;
    text-align: center; }
  .widget_calendar table caption {
    color: #a9a9a9;
    padding-top: 0;
    padding-bottom: 12px;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #ccc; }
  .widget_calendar table thead tr th {
    color: #a9a9a9;
    font-weight: 400; }
  .widget_calendar table tbody tr td {
    font-size: 12px; }
  .widget_calendar table tbody a {
    color: black;
    font-weight: 700;
    display: block;
    background-color: #f0f0f0; }
    .widget_calendar table tbody a:hover, .widget_calendar table tbody a:focus {
      background-color: #d7d7d7; }
  .widget_calendar table tfoot {
    height: 0;
    display: inline-block;
    overflow: hidden; }
  .widget_calendar table tfoot a {
    top: 7px;
    position: absolute;
    line-height: 1; }
  .widget_calendar table #prev a {
    left: 0; }
  .widget_calendar table #next a {
    right: 0; }
  .widget_calendar table #today,
  .widget_calendar table #today a {
    color: white;
    background-color: #fe5252; }
    .widget_calendar table #today:hover, .widget_calendar table #today:focus,
    .widget_calendar table #today a:hover,
    .widget_calendar table #today a:focus {
      color: white;
      background-color: #e90101; }

/* Widget tagcloud */
.widget_tagcloud a {
  display: inline-block;
  padding: 10px 16px;
  margin: 0 5px 10px 0;
  border: 1px solid #e0e0e0;
  color: #717171;
  font-size: 14px !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .widget_tagcloud a:hover {
    background: #fe5252;
    color: white;
    border-color: #fe5252; }

@font-face {
  font-family: "Cricle-Studio";
  src: url("../fonts/Cricle-Studio.eot");
  src: url("../fonts/Cricle-Studio.eot?#iefix") format("eot"), url("../fonts/Cricle-Studio.woff") format("woff"), url("../fonts/Cricle-Studio.ttf") format("truetype"), url("../fonts/Cricle-Studio.svg#Cricle-Studio") format("svg"); }

.cs:before, .features-home__img .cs-icon, .post-page__next:before {
  font-family: "Cricle-Studio";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.cs-arrow-down:before {
  content: "\E001"; }

.cs-arrow-left:before, .features-home__img .cs-icon:before, .post-page__next:before {
  content: "\E002"; }

.cs-arrow-right:before, .features-home__item:nth-child(2n+1) .features-home__img .cs-icon:before {
  content: "\E003"; }

.cs-arrow-up:before {
  content: "\E004"; }

.cs-compass:before {
  content: "\E005"; }

.cs-engineering:before {
  content: "\E006"; }

.cs-water:before {
  content: "\E007"; }

@font-face {
  font-family: 'simple-line-icons';
  src: url("../fonts/Simple-Line-Icons.eot?v=2.3.2");
  src: url("../fonts/Simple-Line-Icons.eot?v=2.3.2#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.3.2") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.3.2") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.3.2") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.3.2#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.icon-login:before {
  content: "\e066"; }

.icon-logout:before {
  content: "\e065"; }

.icon-emotsmile:before {
  content: "\e021"; }

.icon-phone:before {
  content: "\e600"; }

.icon-call-end:before {
  content: "\e048"; }

.icon-call-in:before {
  content: "\e047"; }

.icon-call-out:before {
  content: "\e046"; }

.icon-map:before {
  content: "\e033"; }

.icon-location-pin:before {
  content: "\e096"; }

.icon-direction:before {
  content: "\e042"; }

.icon-directions:before {
  content: "\e041"; }

.icon-compass:before {
  content: "\e045"; }

.icon-layers:before {
  content: "\e034"; }

.icon-menu:before {
  content: "\e601"; }

.icon-list:before {
  content: "\e067"; }

.icon-options-vertical:before {
  content: "\e602"; }

.icon-options:before {
  content: "\e603"; }

.icon-arrow-down:before {
  content: "\e604"; }

.icon-arrow-left:before {
  content: "\e605"; }

.icon-arrow-right:before {
  content: "\e606"; }

.icon-arrow-up:before {
  content: "\e607"; }

.icon-arrow-up-circle:before {
  content: "\e078"; }

.icon-arrow-left-circle:before {
  content: "\e07a"; }

.icon-arrow-right-circle:before {
  content: "\e079"; }

.icon-arrow-down-circle:before {
  content: "\e07b"; }

.icon-check:before {
  content: "\e080"; }

.icon-clock:before {
  content: "\e081"; }

.icon-plus:before {
  content: "\e095"; }

.icon-minus:before {
  content: "\e615"; }

.icon-close:before {
  content: "\e082"; }

.icon-exclamation:before {
  content: "\e617"; }

.icon-organization:before {
  content: "\e616"; }

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

.icon-screen-smartphone:before {
  content: "\e010"; }

.icon-screen-desktop:before {
  content: "\e011"; }

.icon-plane:before {
  content: "\e012"; }

.icon-notebook:before {
  content: "\e013"; }

.icon-mustache:before {
  content: "\e014"; }

.icon-mouse:before {
  content: "\e015"; }

.icon-magnet:before {
  content: "\e016"; }

.icon-energy:before {
  content: "\e020"; }

.icon-disc:before {
  content: "\e022"; }

.icon-cursor:before {
  content: "\e06e"; }

.icon-cursor-move:before {
  content: "\e023"; }

.icon-crop:before {
  content: "\e024"; }

.icon-chemistry:before {
  content: "\e026"; }

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

.icon-shield:before {
  content: "\e00e"; }

.icon-screen-tablet:before {
  content: "\e00f"; }

.icon-magic-wand:before {
  content: "\e017"; }

.icon-hourglass:before {
  content: "\e018"; }

.icon-graduation:before {
  content: "\e019"; }

.icon-ghost:before {
  content: "\e01a"; }

.icon-game-controller:before {
  content: "\e01b"; }

.icon-fire:before {
  content: "\e01c"; }

.icon-eyeglass:before {
  content: "\e01d"; }

.icon-envelope-open:before {
  content: "\e01e"; }

.icon-envelope-letter:before {
  content: "\e01f"; }

.icon-bell:before {
  content: "\e027"; }

.icon-badge:before {
  content: "\e028"; }

.icon-anchor:before {
  content: "\e029"; }

.icon-wallet:before {
  content: "\e02a"; }

.icon-vector:before {
  content: "\e02b"; }

.icon-speech:before {
  content: "\e02c"; }

.icon-puzzle:before {
  content: "\e02d"; }

.icon-printer:before {
  content: "\e02e"; }

.icon-present:before {
  content: "\e02f"; }

.icon-playlist:before {
  content: "\e030"; }

.icon-pin:before {
  content: "\e031"; }

.icon-picture:before {
  content: "\e032"; }

.icon-handbag:before {
  content: "\e035"; }

.icon-globe-alt:before {
  content: "\e036"; }

.icon-globe:before {
  content: "\e037"; }

.icon-folder-alt:before {
  content: "\e039"; }

.icon-folder:before {
  content: "\e089"; }

.icon-film:before {
  content: "\e03a"; }

.icon-feed:before {
  content: "\e03b"; }

.icon-drop:before {
  content: "\e03e"; }

.icon-drawer:before {
  content: "\e03f"; }

.icon-docs:before {
  content: "\e040"; }

.icon-doc:before {
  content: "\e085"; }

.icon-diamond:before {
  content: "\e043"; }

.icon-cup:before {
  content: "\e044"; }

.icon-calculator:before {
  content: "\e049"; }

.icon-bubbles:before {
  content: "\e04a"; }

.icon-briefcase:before {
  content: "\e04b"; }

.icon-book-open:before {
  content: "\e04c"; }

.icon-basket-loaded:before {
  content: "\e04d"; }

.icon-basket:before {
  content: "\e04e"; }

.icon-bag:before {
  content: "\e04f"; }

.icon-action-undo:before {
  content: "\e050"; }

.icon-action-redo:before {
  content: "\e051"; }

.icon-wrench:before {
  content: "\e052"; }

.icon-umbrella:before {
  content: "\e053"; }

.icon-trash:before {
  content: "\e054"; }

.icon-tag:before {
  content: "\e055"; }

.icon-support:before {
  content: "\e056"; }

.icon-frame:before {
  content: "\e038"; }

.icon-size-fullscreen:before {
  content: "\e057"; }

.icon-size-actual:before {
  content: "\e058"; }

.icon-shuffle:before {
  content: "\e059"; }

.icon-share-alt:before {
  content: "\e05a"; }

.icon-share:before {
  content: "\e05b"; }

.icon-rocket:before {
  content: "\e05c"; }

.icon-question:before {
  content: "\e05d"; }

.icon-pie-chart:before {
  content: "\e05e"; }

.icon-pencil:before {
  content: "\e05f"; }

.icon-note:before {
  content: "\e060"; }

.icon-loop:before {
  content: "\e064"; }

.icon-home:before {
  content: "\e069"; }

.icon-grid:before {
  content: "\e06a"; }

.icon-graph:before {
  content: "\e06b"; }

.icon-microphone:before {
  content: "\e063"; }

.icon-music-tone-alt:before {
  content: "\e061"; }

.icon-music-tone:before {
  content: "\e062"; }

.icon-earphones-alt:before {
  content: "\e03c"; }

.icon-earphones:before {
  content: "\e03d"; }

.icon-equalizer:before {
  content: "\e06c"; }

.icon-like:before {
  content: "\e068"; }

.icon-dislike:before {
  content: "\e06d"; }

.icon-control-start:before {
  content: "\e06f"; }

.icon-control-rewind:before {
  content: "\e070"; }

.icon-control-play:before {
  content: "\e071"; }

.icon-control-pause:before {
  content: "\e072"; }

.icon-control-forward:before {
  content: "\e073"; }

.icon-control-end:before {
  content: "\e074"; }

.icon-volume-1:before {
  content: "\e09f"; }

.icon-volume-2:before {
  content: "\e0a0"; }

.icon-volume-off:before {
  content: "\e0a1"; }

.icon-calendar:before {
  content: "\e075"; }

.icon-bulb:before {
  content: "\e076"; }

.icon-chart:before {
  content: "\e077"; }

.icon-ban:before {
  content: "\e07c"; }

.icon-bubble:before {
  content: "\e07d"; }

.icon-camrecorder:before {
  content: "\e07e"; }

.icon-camera:before {
  content: "\e07f"; }

.icon-cloud-download:before {
  content: "\e083"; }

.icon-cloud-upload:before {
  content: "\e084"; }

.icon-envelope:before {
  content: "\e086"; }

.icon-eye:before {
  content: "\e087"; }

.icon-flag:before {
  content: "\e088"; }

.icon-heart:before {
  content: "\e08a"; }

.icon-info:before {
  content: "\e08b"; }

.icon-key:before {
  content: "\e08c"; }

.icon-link:before {
  content: "\e08d"; }

.icon-lock:before {
  content: "\e08e"; }

.icon-lock-open:before {
  content: "\e08f"; }

.icon-magnifier:before {
  content: "\e090"; }

.icon-magnifier-add:before {
  content: "\e091"; }

.icon-magnifier-remove:before {
  content: "\e092"; }

.icon-paper-clip:before {
  content: "\e093"; }

.icon-paper-plane:before {
  content: "\e094"; }

.icon-power:before {
  content: "\e097"; }

.icon-refresh:before {
  content: "\e098"; }

.icon-reload:before {
  content: "\e099"; }

.icon-settings:before {
  content: "\e09a"; }

.icon-star:before {
  content: "\e09b"; }

.icon-symbol-female:before {
  content: "\e09c"; }

.icon-symbol-male:before {
  content: "\e09d"; }

.icon-target:before {
  content: "\e09e"; }

.icon-credit-card:before {
  content: "\e025"; }

.icon-paypal:before {
  content: "\e608"; }

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

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

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

.icon-social-instagram:before {
  content: "\e609"; }

.icon-social-linkedin:before {
  content: "\e60a"; }

.icon-social-pinterest:before {
  content: "\e60b"; }

.icon-social-github:before {
  content: "\e60c"; }

.icon-social-google:before {
  content: "\e60d"; }

.icon-social-reddit:before {
  content: "\e60e"; }

.icon-social-skype:before {
  content: "\e60f"; }

.icon-social-dribbble:before {
  content: "\e00d"; }

.icon-social-behance:before {
  content: "\e610"; }

.icon-social-foursqare:before {
  content: "\e611"; }

.icon-social-soundcloud:before {
  content: "\e612"; }

.icon-social-spotify:before {
  content: "\e613"; }

.icon-social-stumbleupon:before {
  content: "\e614"; }

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

.icon-social-dropbox:before {
  content: "\e00c"; }

html, body {
  position: relative;
  height: 100vh; }

body {
  overflow-x: hidden; }
  body.overHide {
    overflow: hidden; }
  body.admin-bar .navbar.affix,
  body.admin-bar .navbar.affix-header,
  body.admin-bar .navbar.affix-top {
    margin-top: 45px; }
    @media (min-width: 768px) {
      body.admin-bar .navbar.affix,
      body.admin-bar .navbar.affix-header,
      body.admin-bar .navbar.affix-top {
        margin-top: 32px; } }
  @media (max-width: 767px) {
    body.admin-bar #wpadminbar {
      position: fixed; }
    body.admin-bar .navbar.affix-top {
      margin-top: 45px; } }
  @media (max-width: 767px) and (min-width: 768px) {
    body.admin-bar .navbar.affix-top {
      margin-top: 32px; } }

iframe {
  border: none; }

#page {
  height: 100vh; }

#page-container {
  position: relative;
  height: 100%; }
  #page-container > .vertical-site .vertical-site__item--top {
    top: 30px; }
    #page-container > .vertical-site .vertical-site__item--top.fadeIn {
      top: -100px; }
  #page-container > .vertical-site .vertical-site__item--right {
    right: -140px; }
    @media (min-width: 1200px) {
      #page-container > .vertical-site .vertical-site__item--right {
        right: -60px; } }

.site-container {
  position: relative; }

#page-info {
  position: relative;
  z-index: 5; }

.sidebar-left .vertical-site__item--left {
  left: auto !important;
  right: -160px; }

#go_top {
  position: fixed;
  bottom: 50px;
  right: -45px;
  z-index: 99;
  width: 45px;
  height: 45px;
  font-size: 18px;
  text-align: center;
  background: black;
  color: #fff;
  cursor: pointer;
  border-radius: 3px 0 0 3px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  #go_top:before {
    font-family: "Cricle-Studio";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\E004";
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  #go_top:hover {
    background: #333333; }

.main-layout {
  margin-bottom: 50px; }
  .main-layout.sidebar-left .date-published {
    left: auto;
    right: -150px; }

.tp-caption.boxshadow, .boxshadow {
  box-shadow: none !important; }

.star-rating {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .star-rating:before {
    color: #337ab7;
    content: ""; }

.star-rating__select {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .star-rating__select:before {
    color: #337ab7;
    content: ""; }
  .star-rating__select * {
    font-size: 0; }

.checkbox input, .radio input {
  display: none; }
  .checkbox input:checked ~ span:before, .radio input:checked ~ span:before {
    background: #888888; }
  .checkbox input:checked ~ span:after, .radio input:checked ~ span:after {
    content: "\f00c"; }

.checkbox label, .radio label {
  padding: 0; }

.checkbox span, .radio span {
  position: relative; }
  .checkbox span:before, .radio span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: #c3c3c3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .checkbox span:after, .radio span:after {
    content: "";
    color: white;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 55%;
    left: 5px;
    position: absolute; }
  .checkbox span:hover:before, .radio span:hover:before {
    background: #888888; }

.checkbox input:checked ~ span:after {
  content: "\f00c"; }

.checkbox span:before {
  border-radius: 2px; }

.radio input:checked ~ span:after {
  content: "\f111"; }

.radio span:before {
  border-radius: 100%; }

.bx-content {
  position: relative;
  background: white; }

.bx-content__header {
  position: relative;
  z-index: 2; }
  @media (max-width: 1459px) {
    .bx-content__header[class*="vc_custom"] {
      margin: 0 !important; } }
  @media (max-width: 991px) {
    .bx-content__header[class*="vc_custom"] .bx-content__title {
      text-align: left;
      padding: 0; } }
  .bx-content__header .bx-content__title {
    font-size: 32px; }
    @media (min-width: 1200px) {
      .bx-content__header .bx-content__title {
        font-size: 40px; } }

@media (min-width: 1200px) and (max-width: 1459px) {
  .bx-content__header .bx-content__title {
    width: 1170px;
    padding: 0 15px;
    margin: auto; } }

.bx-content__header--overlay {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.bx-content__info {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: auto; }
  @media (min-width: 1460px) {
    .bx-content__info {
      width: 1460px; } }

@media (min-width: 1460px) {
  .bx-content__vline {
    display: block;
    width: 1px;
    background: #e6e6e6;
    z-index: 2;
    top: 0;
    bottom: 0;
    position: absolute; } }

.bx-content__vline--left {
  left: 220px; }

.bx-content__vline--right {
  right: 220px; }

.bx-content__title {
  position: relative;
  padding: 0 15px; }
  @media (min-width: 992px) {
    .bx-content__title {
      padding: 0; } }
  .bx-content__title:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    background: #fe5252; }

[class*="bx-content__title--line"]:after {
  display: none; }

@media (min-width: 992px) {
  [class*="bx-content__title--line"]:after {
    display: block; }
  .bx-content__title--line-bottom:after {
    width: 100%;
    margin-top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .bx-content__title--line-bottom.fadeIn:after {
    width: 64px; }
  .bx-content__title--line-left {
    margin-left: 25px; }
    .bx-content__title--line-left:after {
      width: 112px;
      left: 275px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all .8s ease;
      transition: all .8s ease;
      opacity: 0;
      visibility: hidden; }
    .bx-content__title--line-left.fadeIn:after {
      left: -137px;
      opacity: 1;
      visibility: visible; }
  .bx-content__title--line-right {
    margin-right: 25px; }
    .bx-content__title--line-right:after {
      width: 112px;
      right: 275px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all .8s ease;
      transition: all .8s ease;
      opacity: 0;
      visibility: hidden; }
    .bx-content__title--line-right.fadeIn:after {
      right: -137px;
      opacity: 1;
      visibility: visible; }
  .bx-content__title--line-top:after {
    width: 250px;
    top: -25px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 0;
    visibility: hidden; }
  .bx-content__title--line-top.fadeIn:after {
    width: 150px;
    opacity: 1;
    visibility: visible; } }

.navbar--bg-black {
  position: relative; }
  .navbar--bg-black:before {
    content: "";
    z-index: 1 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(47, 51, 57, 0.94);
    z-index: 5; }
  .navbar--bg-black * {
    color: white; }
  .navbar--bg-black .bx-content__vline {
    background: white;
    opacity: .15; }

.navbar--bg-white {
  background: white; }

.arrow-scroll {
  position: relative;
  -webkit-animation: arrow_move 2s infinite;
          animation: arrow_move 2s infinite; }

@-webkit-keyframes arrow_move {
  0% {
    top: 0px; }
  50% {
    top: 20px; }
  100% {
    top: 0px; } }

@keyframes arrow_move {
  0% {
    top: 0px; }
  50% {
    top: 20px; }
  100% {
    top: 0px; } }

[data-cols="1"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="1"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="1"] > * {
    width: 33.33333%; } }
  @media (min-width: 992px) {
    [data-cols="1"] > * {
      width: 8.33333%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="1"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="1"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="1"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="1"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }

[data-cols="2"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="2"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="2"] > * {
    width: 33.33333%; } }
  @media (min-width: 992px) {
    [data-cols="2"] > * {
      width: 16.66667%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="2"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="2"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="2"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="2"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }

[data-cols="3"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="3"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="3"] > * {
    width: 33.33333%; } }
  @media (min-width: 992px) {
    [data-cols="3"] > * {
      width: 25%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="3"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="3"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="3"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="3"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }

[data-cols="4"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="4"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="4"] > * {
    width: 33.33333%; } }
  @media (min-width: 992px) {
    [data-cols="4"] > * {
      width: 33.33333%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="4"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="4"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="4"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="4"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }

[data-cols="5"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="5"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="5"] > * {
    width: 33.33333%; } }
  @media (min-width: 992px) {
    [data-cols="5"] > * {
      width: 41.66667%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="5"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="5"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="5"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="5"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }

[data-cols="6"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="6"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="6"] > * {
    width: 30%; } }
  @media (min-width: 992px) {
    [data-cols="6"] > * {
      width: 50%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="6"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="6"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="6"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="6"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }



[data-cols="7"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="7"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="7"] > * {
    width: 33.33333%; } }
  @media (min-width: 992px) {
    [data-cols="7"] > * {
      width: 58.33333%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="7"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="7"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="7"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="7"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }

[data-cols="8"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="8"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="8"] > * {
    width: 33.33333%; } }
  @media (min-width: 992px) {
    [data-cols="8"] > * {
      width: 66.66667%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="8"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="8"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="8"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="8"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }

[data-cols="9"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="9"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="9"] > * {
    width: 33.33333%; } }
  @media (min-width: 992px) {
    [data-cols="9"] > * {
      width: 75%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="9"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="9"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="9"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="9"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }

[data-cols="10"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="10"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="10"] > * {
    width: 33.33333%; } }
  @media (min-width: 992px) {
    [data-cols="10"] > * {
      width: 83.33333%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="10"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="10"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="10"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="10"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }

[data-cols="11"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="11"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="11"] > * {
    width: 33.33333%; } }
  @media (min-width: 992px) {
    [data-cols="11"] > * {
      width: 91.66667%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="11"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="11"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="11"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="11"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }

[data-cols="12"] > * {
  float: left;
  width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="12"] > * {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="12"] > * {
    width: 33.33333%; } }
  @media (min-width: 992px) {
    [data-cols="12"] > * {
      width: 100%; } }

@media (min-width: 480px) and (max-width: 767px) {
  [data-cols="12"] > *[class*="--clearfix"]:nth-of-type(2n+1) {
    clear: left; }
  [data-cols="12"] > *[class*="--clearfix"]:nth-of-type(2n+2) {
    clear: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-cols="12"] > *[class*="--clearfix"]:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="12"] > *[class*="--clearfix"]:nth-of-type(3n+3) {
    clear: right; } }

#header .navbar {
  min-height: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media (min-width: 992px) {
    #header .navbar {
      background: #f8f8f8; } }
  #header .navbar.affix-top .awemenu-logo-scroll {
    opacity: 0;
    visibility: hidden; }
  #header .navbar.affix, #header .navbar.affix-header {
    background: white !important;
    color: white;
    min-height: 75px !important; }
    #header .navbar.affix .awemenu-logo-scroll, #header .navbar.affix-header .awemenu-logo-scroll {
      opacity: 1;
      visibility: visible; }
    #header .navbar.affix .awemenu-logo-fixed, #header .navbar.affix-header .awemenu-logo-fixed {
      opacity: 0;
      visibility: hidden; }
    #header .navbar.affix a, #header .navbar.affix-header a {
      color: white; }
      #header .navbar.affix a:hover, #header .navbar.affix-header a:hover {
        color: #fe5252; }
    #header .navbar.affix .navbar-toggle, #header .navbar.affix-header .navbar-toggle {
      top: 10px; }
    #header .navbar.affix .navbar-brand--text, #header .navbar.affix-header .navbar-brand--text {
      top: 27px; }
    #header .navbar.affix .navbar-brand--image, #header .navbar.affix-header .navbar-brand--image {
      top: 15px; }
    #header .navbar.affix .site_logo_fixed, #header .navbar.affix-header .site_logo_fixed {
      opacity: 0;
      visibility: hidden; }
    #header .navbar.affix .site_logo_scroll, #header .navbar.affix-header .site_logo_scroll {
      opacity: 1;
      visibility: visible; }
    #header .navbar.affix.affix--bg-black, #header .navbar.affix-header.affix--bg-black {
      background: black;
      color: white; }
      #header .navbar.affix.affix--bg-black a, #header .navbar.affix-header.affix--bg-black a {
        color: white; }
      #header .navbar.affix.affix--bg-black .site_logo_fixed, #header .navbar.affix-header.affix--bg-black .site_logo_fixed {
        opacity: 0;
        visibility: hidden; }
      #header .navbar.affix.affix--bg-black .site_logo_scroll, #header .navbar.affix-header.affix--bg-black .site_logo_scroll {
        opacity: 1;
        visibility: visible; }
    #header .navbar.affix.affix--bg-white, #header .navbar.affix-header.affix--bg-white {
      background: white !important;
      color: black; }
      #header .navbar.affix.affix--bg-white a, #header .navbar.affix-header.affix--bg-white a {
        color: black; }
      #header .navbar.affix.affix--bg-white .site_logo_fixed, #header .navbar.affix-header.affix--bg-white .site_logo_fixed {
        opacity: 0;
        visibility: hidden; }
      #header .navbar.affix.affix--bg-white .site_logo_scroll, #header .navbar.affix-header.affix--bg-white .site_logo_scroll {
        opacity: 1;
        visibility: visible; }
  #header .navbar.affix-header {
    z-index: 999; }
  #header .navbar.navbar-single {
    color: white; }
    #header .navbar.navbar-single a {
      color: white; }
  #header .navbar[data-spy="affix"] {
    z-index: 999;
    background: none;
    min-height: 125px;
    top: 0;
    left: 0;
    right: 0;
    position: fixed; }
  #header .navbar:not([data-spy="affix"]) .awemenu-logo-scroll {
    opacity: 0;
    visibility: hidden; }

#header .navbar-header {
  float: none; }

#header .navbar-brand {
  position: absolute;
  z-index: 10;
  top: 18px;
  font-size: 20px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: black;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 1200px) {
    #header .navbar-brand {
      top: 80px; } }
  #header .navbar-brand > * {
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease; }

#header .navbar-brand--text {
  top: 30px; }
  @media (min-width: 1200px) {
    #header .navbar-brand--text {
      top: 80px; } }
  #header .navbar-brand--text .logo-label {
    position: absolute;
    left: -50px;
    font-size: 60px;
    cursor: pointer; }
  #header .navbar-brand--text .logo-span {
    position: absolute;
    left: 190px;
    letter-spacing: 7px; }

#header .navbar-brand--image {
  left: -100%; }
  #header .navbar-brand--image .site_logo_scroll {
    opacity: 0;
    visibility: hidden; }

.fadeIn .navbar-toggle {
  right: 25px !important;
  opacity: 1 !important;
  visibility: visible !important; }
  @media (min-width: 1200px) {
    .fadeIn .navbar-toggle {
      right: 84px !important; } }

.fadeIn .navbar-brand {
  opacity: 1 !important;
  visibility: visible !important; }

.fadeIn .navbar-brand--text .logo-label {
  left: 20px !important; }
  @media (min-width: 1200px) {
    .fadeIn .navbar-brand--text .logo-label {
      left: 88px !important; } }

.fadeIn .navbar-brand--text .logo-span {
  height: 25px;
  left: 70px !important;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .fadeIn .navbar-brand--text .logo-span {
      width: 650px;
      left: 140px !important; } }

.fadeIn .navbar-brand--image {
  left: 20px !important; }
  @media (min-width: 1200px) {
    .fadeIn .navbar-brand--image {
      left: 90px !important; } }
  .fadeIn .navbar-brand--image img {
    max-width: 200px;
    height: 45px; }

#footer {
  background: #f4f4f4; }

.footer-wrap {
  padding: 80px 0; }
  .footer-wrap a {
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }

.footer__logo {
  margin-bottom: 60px; }

.footer__logo--white {
  display: none; }

.footer__socials {
  margin-bottom: 50px; }

.footer__icon {
  display: inline-block;
  font-size: 30px;
  line-height: 0.867;
  margin: 0 15px; }
  @media (min-width: 1200px) {
    .footer__icon {
      margin: 0 40px; } }

.footer__copyright {
  font-size: 12px;
  margin-bottom: 0; }
  .footer__copyright a {
    color: #717171; }
    .footer__copyright a:hover {
      color: #fe5252;
      text-decoration: underline; }

.sidebar {
  display: none; }
  @media (min-width: 992px) {
    .sidebar {
      display: block; } }
  .sidebar .widget + .widget {
    margin-top: 55px; }
  .sidebar .widget-title {
    font-size: 20px;
    margin-bottom: 25px; }
    .sidebar .widget-title:before {
      content: "";
      display: inline-block;
      height: 3px;
      width: 20px;
      background: #fe5252;
      vertical-align: middle;
      margin-right: 10px; }
  .sidebar ul, .sidebar ol {
    padding: 0; }
    .sidebar ul li, .sidebar ol li {
      padding-left: 0; }
      .sidebar ul li:before, .sidebar ol li:before {
        display: none; }
  .sidebar input[type="search"],
  .sidebar input[type="text"],
  .sidebar input[type="email"] {
    border: 1px solid #e0e0e0;
    color: black;
    font-size: 12px;
    font-weight: 400;
    padding: 25px 50px 25px 25px !important;
    width: 100%;
    border-radius: 0; }
    .sidebar input[type="search"]::-moz-placeholder,
    .sidebar input[type="text"]::-moz-placeholder,
    .sidebar input[type="email"]::-moz-placeholder {
      color: #717171;
      opacity: 1; }
    .sidebar input[type="search"]:-ms-input-placeholder,
    .sidebar input[type="text"]:-ms-input-placeholder,
    .sidebar input[type="email"]:-ms-input-placeholder {
      color: #717171; }
    .sidebar input[type="search"]::-webkit-input-placeholder,
    .sidebar input[type="text"]::-webkit-input-placeholder,
    .sidebar input[type="email"]::-webkit-input-placeholder {
      color: #717171; }

.search-form {
  position: relative;
  z-index: 5; }
  .search-form label {
    display: block; }

.search-submit {
  display: block;
  border: none;
  z-index: 10;
  background: none !important;
  color: #666;
  padding: 6px 17px 6px 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .search-submit:after {
    font-size: 16px;
    content: ""; }
  .search-submit:hover {
    color: black; }

.subscibe-form label {
  display: block; }

.subscibe-form input[type="email"] {
  background: #efefef;
  border-color: #efefef;
  margin-bottom: 10px;
  padding-right: 25px !important; }
  .subscibe-form input[type="email"]:focus {
    background: white;
    border-color: #e0e0e0; }

.subscibe-submit {
  background: black;
  color: white;
  padding: 6px 15px; }

.widget_instagram .inst-item {
  display: inline-block;
  margin: 0 5px 8px 0; }
  .widget_instagram .inst-item a {
    position: relative;
    display: block;
    font-size: 0; }
    .widget_instagram .inst-item a:after {
      content: "";
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background-color: rgba(254, 82, 82, 0.7);
      z-index: 5;
      opacity: 0;
      visibility: hidden; }
    .widget_instagram .inst-item a:hover:after {
      opacity: 1;
      visibility: visible; }
  .widget_instagram .inst-item:nth-child(3n+3) {
    margin-right: 0; }

@media (min-width: 992px) {
  .widget_instagram img {
    width: 64px;
    height: 64px; } }

@media (min-width: 1200px) {
  .widget_instagram img {
    width: 81px;
    height: 81px; } }

.widget_instagram .inst-follow {
  font-size: 12px; }
  .widget_instagram .inst-follow a:hover {
    color: #3ed8c4 !important; }

.widget_categories li {
  border-color: #efefef !important; }

.widget_categories a:hover {
  text-decoration: none !important; }

.widget_recent_entries li {
  border-color: #efefef !important; }

.widget_recent_entries a:hover {
  text-decoration: none !important; }

.widget_recent_entries .post-meta {
  margin-bottom: 0;
  font-size: 12px; }
  .widget_recent_entries .post-meta a {
    color: #fe5252;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .widget_recent_entries .post-meta a:hover {
      color: #3ed8c4; }

.widget_about_me .about-me {
  text-align: center; }

.widget_about_me .about-me__title {
  text-transform: none;
  margin-bottom: 20px; }

.widget_about_me .about-me__avatar {
  float: none;
  margin: 0 20px 25px; }
  .widget_about_me .about-me__avatar img {
    width: auto;
    height: auto;
    max-width: 100%; }

.about-me {
  margin-bottom: 25px;
  background: #efefef; }

.about-me__title {
  margin-bottom: 25px; }
  .about-me__title:before {
    content: "";
    width: 20px;
    height: 3px;
    margin-right: 10px;
    background: #fe5252;
    display: inline-block;
    vertical-align: middle; }

.about-me__avatar {
  float: left;
  margin-right: 15px; }
  @media (min-width: 480px) {
    .about-me__avatar {
      margin-right: 30px; } }
  .about-me__avatar img {
    width: 85px;
    height: 85px; }
    @media (min-width: 480px) {
      .about-me__avatar img {
        width: 110px;
        height: 110px; } }
    @media (min-width: 768px) {
      .about-me__avatar img {
        width: 260px;
        height: 260px; } }

.about-me__info {
  padding: 30px; }
  @media (min-width: 768px) {
    .about-me__info {
      padding-left: 0; } }
  .about-me__info a {
    color: #a9a9a9;
    font-weight: 700; }
    .about-me__info a:hover {
      color: #fe5252;
      text-decoration: underline; }

.error-404 {
  position: relative;
  height: 100vh;
  text-align: center;
  background-color: #2f2f2f; }
  .error-404:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5; }
  .error-404 p {
    color: white; }
    .error-404 p.h3, .error-404 .widget_about_me p.about-me__title, .widget_about_me .error-404 p.about-me__title {
      font-size: 18px; }
      @media (min-width: 768px) {
        .error-404 p.h3, .error-404 .widget_about_me p.about-me__title, .widget_about_me .error-404 p.about-me__title {
          font-size: 30px; } }
  .error-404 .font-second {
    margin-bottom: 30px; }
  .error-404 .btn, .error-404 button, .error-404
  input[type="submit"] {
    color: #717171;
    border: none !important;
    background: none !important;
    top: 0;
    right: 0;
    position: absolute; }
    .error-404 .btn:hover, .error-404 button:hover, .error-404
    input[type="submit"]:hover, .error-404 .btn:active, .error-404 button:active, .error-404
    input[type="submit"]:active, .error-404 .btn:active:focus, .error-404 button:active:focus, .error-404
    input[type="submit"]:active:focus {
      color: #fe5252;
      outline: none; }
  .error-404 input[type="search"],
  .error-404 input[type="text"] {
    padding: 6px 40px 6px 20px;
    background: white;
    font-size: 14px; }
  .error-404 a {
    color: #fe5252; }
    .error-404 a:hover {
      text-decoration: underline; }

.error-wrap {
  min-width: 300px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .error-wrap p {
    position: relative; }

.error-404__title {
  font-size: 100px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .error-404__title {
      font-size: 200px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.slick-slider:hover .slick-prev {
  left: -64px; }
  [dir="rtl"] .slick-slider:hover .slick-prev {
    right: -64px; }

.slick-slider:hover .slick-next {
  right: -64px; }
  [dir="rtl"] .slick-slider:hover .slick-next {
    left: -64px; }

.slick-list {
  z-index: 9; }
  .slick-loading .slick-list {
    background: #fff slick-image-url("../img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-arrow {
  z-index: 8;
  opacity: 0;
  visibility: hidden; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #fe5252;
  color: white;
  top: 190px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 1px solid #fe5252;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: #fe6b6b; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    display: block;
    font-family: "Cricle-Studio";
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 64px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 64px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 64px; }
  [dir="rtl"] .slick-next {
    left: 64px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 60px; }

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li:before {
      display: none; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        font-size: 48px;
        text-align: center;
        color: #e9e9e9;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #fe5252;
      opacity: 1; }

a {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  a:hover, a:active, a:focus {
    outline: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
  height: auto; }

.contact-us-color b {
  color: #fe5252; }

.black {
  color: black !important; }

.white {
  color: white !important; }

.w-full {
  width: 100% !important; }

.w-880 {
  width: 100% !important; }
  @media (min-width: 1200px) {
    .w-880 {
      width: 880px !important; } }

.w-840 {
  width: 100% !important; }
  @media (min-width: 1200px) {
    .w-840 {
      width: 840px !important; } }

.w-810 {
  width: 100% !important; }
  @media (min-width: 1200px) {
    .w-810 {
      width: 810px !important; } }

.w-790 {
  width: 100% !important; }
  @media (min-width: 1200px) {
    .w-790 {
      width: 790px !important; } }

.w-785 {
  width: 100% !important; }
  @media (min-width: 1200px) {
    .w-785 {
      width: 785px !important; } }

.w-780 {
  width: 100% !important; }
  @media (min-width: 1200px) {
    .w-780 {
      width: 780px !important; } }

.primary-color {
  color: #fe5252 !important; }

.font-second {
  font-family: "Anton", sans-serif !important; }

.mfp-close {
  display: inline-block !important;
  width: auto !important;
  padding: 0 !important; }
  .mfp-close:hover, .mfp-close:active, .mfp-close:active:hover, .mfp-close:focus {
    background: none; }

.screen-reader-text,
.sr-only,
.screen-reader-text,
.says {
  display: none; }

.pagination,
ul.page-numbers {
  margin: 0 0 50px 0;
  padding: 0; }
  .pagination li,
  ul.page-numbers li {
    display: inline-block;
    padding: 0;
    margin-right: 5px; }
    .pagination li:before,
    ul.page-numbers li:before {
      display: none; }
    .pagination li a, .pagination li span,
    ul.page-numbers li a,
    ul.page-numbers li span {
      width: 40px;
      height: 40px;
      line-height: 27px;
      border-radius: 100% !important;
      text-align: center;
      border: 2px solid #c2c2c2;
      font-weight: 700;
      position: relative;
      float: left;
      padding: 6px 12px;
      text-decoration: none;
      color: #c2c2c2;
      background-color: #fff; }
      .pagination li a:hover, .pagination li a.current, .pagination li span:hover, .pagination li span.current,
      ul.page-numbers li a:hover,
      ul.page-numbers li a.current,
      ul.page-numbers li span:hover,
      ul.page-numbers li span.current {
        z-index: 3;
        color: black !important;
        background-color: transparent;
        border-color: black; }
    .pagination li .pagination__icon,
    ul.page-numbers li .pagination__icon {
      font-size: 10px;
      vertical-align: text-bottom;
      cursor: pointer; }

.vc_page-title__name {
  position: relative !important;
  top: 0 !important;
  display: inline-block !important; }

.vc_page-title__underline {
  margin-bottom: 60px !important; }

@media (min-width: 768px) {
  .vc_page-title__name {
    font-size: 100px !important; } }

@media (min-width: 1460px) {
  .vc_page-title__name {
    font-size: 200px !important; } }

@media (max-width: 1199px) {
  .vc_page-title__name[class*="vc_custom"] {
    margin-left: 80px !important; } }

@media (max-width: 991px) {
  .vc_page-title__name[class*="vc_custom"] {
    margin-left: 50px !important; } }

@media (max-width: 767px) {
  .vc_page-title__name[class*="vc_custom"] {
    margin-left: auto !important; } }

.vc_page-title__small.vc_page-title__name {
  font-size: 36px !important; }
  @media (min-width: 768px) {
    .vc_page-title__small.vc_page-title__name {
      font-size: 100px !important; } }
  @media (min-width: 1460px) {
    .vc_page-title__small.vc_page-title__name {
      font-size: 100px !important; } }

.vc_page-title__portfolio {
  margin-left: 145px !important;
  margin-top: -410px !important; }

.icon_fix {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  font-size: 90px; }

.vc_row,
.wpb_column {
  position: relative;
  z-index: 2; }

@media (max-width: 767px) {
  .single-at_portfolio .vc_row {
    margin: auto !important; } }

.embed-responsive-audio .wp-audio-shortcode {
  margin-top: -30px; }

.mb-0 {
  margin-bottom: 0px !important; }
  @media (min-width: 992px) {
    .mb-0 {
      margin-bottom: 0px !important; } }

.mb-20 {
  margin-bottom: 10px !important; }
  @media (min-width: 992px) {
    .mb-20 {
      margin-bottom: 20px !important; } }

.mb-25 {
  margin-bottom: 12.5px !important; }
  @media (min-width: 992px) {
    .mb-25 {
      margin-bottom: 25px !important; } }

.mb-30 {
  margin-bottom: 15px !important; }
  @media (min-width: 992px) {
    .mb-30 {
      margin-bottom: 30px !important; } }

.mb-35 {
  margin-bottom: 17.5px !important; }
  @media (min-width: 992px) {
    .mb-35 {
      margin-bottom: 35px !important; } }

.mb-40 {
  margin-bottom: 20px !important; }
  @media (min-width: 992px) {
    .mb-40 {
      margin-bottom: 40px !important; } }

.mb-50 {
  margin-bottom: 25px !important; }
  @media (min-width: 992px) {
    .mb-50 {
      margin-bottom: 50px !important; } }

.mb-60 {
  margin-bottom: 30px !important; }
  @media (min-width: 992px) {
    .mb-60 {
      margin-bottom: 60px !important; } }

.mb-70 {
  margin-bottom: 35px !important; }
  @media (min-width: 992px) {
    .mb-70 {
      margin-bottom: 70px !important; } }

.mb-80 {
  margin-bottom: 40px !important; }
  @media (min-width: 992px) {
    .mb-80 {
      margin-bottom: 80px !important; } }

.mb-95 {
  margin-bottom: 47.5px !important; }
  @media (min-width: 992px) {
    .mb-95 {
      margin-bottom: 95px !important; } }

.mb-100 {
  margin-bottom: 50px !important; }
  @media (min-width: 992px) {
    .mb-100 {
      margin-bottom: 100px !important; } }

.mb-130 {
  margin-bottom: 65px !important; }
  @media (min-width: 992px) {
    .mb-130 {
      margin-bottom: 130px !important; } }

.pt-0 {
  padding-top: 0px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.pb-170 {
  padding-bottom: 170px !important; }

.pl-0 {
  padding: 0px !important; }

.pr-0 {
  padding: 0px !important; }

.btn, button,
input[type="submit"] {
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .btn:hover, button:hover,
  input[type="submit"]:hover, .btn:focus, button:focus,
  input[type="submit"]:focus, .btn:active, button:active,
  input[type="submit"]:active, .btn:active:hover, button:active:hover,
  input[type="submit"]:active:hover {
    box-shadow: none;
    outline: none; }

.btn-default, button,
input[type="submit"] {
  background: white;
  padding: 6px 25px;
  border-width: 2px; }
  .btn-default:hover, button:hover,
  input[type="submit"]:hover, .btn-default:active, button:active,
  input[type="submit"]:active, .btn-default:active:hover, button:active:hover,
  input[type="submit"]:active:hover, .btn-default:focus, button:focus,
  input[type="submit"]:focus {
    background: #fe5252;
    border-color: #fe5252;
    color: white; }

select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[name="value"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0; }

input[type="reset"], input[type="reset"]:hover,
button[type="reset"], button[type="reset"]:hover {
  text-decoration: underline; }

input[type=number] {
  -moz-appearance: textfield; }

textarea {
  min-height: 250px;
  padding-top: 25px;
  padding-bottom: 10px; }

.form-control, select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[name="value"] {
  font-size: 20px;
  font-weight: 600;
  outline: none;
  resize: none;
  padding: 6px 0;
  margin-bottom: 20px;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid black;
  background-color: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .form-control:focus, select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[name="value"]:focus {
    box-shadow: none; }
    .form-control:focus::-moz-placeholder, select:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder,
    input[type="text"]:focus::-moz-placeholder,
    input[type="email"]:focus::-moz-placeholder,
    input[type="url"]:focus::-moz-placeholder,
    input[type="password"]:focus::-moz-placeholder,
    input[type="search"]:focus::-moz-placeholder,
    input[type="number"]:focus::-moz-placeholder,
    input[name="value"]:focus::-moz-placeholder {
      color: #ccc;
      opacity: 1; }
    .form-control:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    input[type="text"]:focus:-ms-input-placeholder,
    input[type="email"]:focus:-ms-input-placeholder,
    input[type="url"]:focus:-ms-input-placeholder,
    input[type="password"]:focus:-ms-input-placeholder,
    input[type="search"]:focus:-ms-input-placeholder,
    input[type="number"]:focus:-ms-input-placeholder,
    input[name="value"]:focus:-ms-input-placeholder {
      color: #ccc; }
    .form-control:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    input[type="text"]:focus::-webkit-input-placeholder,
    input[type="email"]:focus::-webkit-input-placeholder,
    input[type="url"]:focus::-webkit-input-placeholder,
    input[type="password"]:focus::-webkit-input-placeholder,
    input[type="search"]:focus::-webkit-input-placeholder,
    input[type="number"]:focus::-webkit-input-placeholder,
    input[name="value"]:focus::-webkit-input-placeholder {
      color: #ccc; }

.navbar-toggle {
  position: absolute;
  z-index: 999;
  top: 15px;
  right: -80px;
  height: 50px;
  width: 50px;
  margin: 0 !important;
  display: block;
  border-radius: 50%;
  background: #fe5252;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 1200px) {
    .navbar-toggle {
      top: 61px;
      width: 54px;
      height: 54px; } }

  .navbar-toggle .icon-bar {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 23px;
    margin-left: auto;
    margin-right: auto; }
  .navbar-toggle.on .icon-bar {
    width: 30px; }
  .navbar-toggle.on .bar-1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 22px;
    left: 10px;
    position: absolute; }
    @media (min-width: 1200px) {
      .navbar-toggle.on .bar-1 {
        top: 25px;
        left: 12px; 
      } }
  .navbar-toggle.on .bar-2 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 19px;
    right: 10px;
    position: absolute; }
    @media (min-width: 1200px) {
      .navbar-toggle.on .bar-2 {
        top: 21px;
        right: 12px; } }
  .navbar-toggle.on .bar-3 {
    opacity: 0;
    visibility: hidden; }

.navigation {
  z-index: 99;
  width: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed; }
  .navigation:before {
    content: "";
    background: #fe5252;
    width:100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .navigation .container {
    position: relative;
    height: 100%;
        /*test*/
    width: 90%;
    overflow: hidden;
    overflow-y: auto; }



  .navigation.on .navigation__breadcrumb {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible; 

  }
  .navigation .footer-wrap {
    border-top: 1px solid black;
    /*modified*/
    margin-top: 80px;
    padding: 30px 0;
    color: white; }
    @media (min-width: 768px) {
      .navigation .footer-wrap {
        border: none;
        margin-top: 150px; } }
  .navigation .footer__logo--white {
    display: inline-block; }
  .navigation .footer__socials a {
    color: white; }
    .navigation .footer__socials a:hover {
      color: black; }
  .navigation .footer__copyright a {
    color: white; }
    .navigation .footer__copyright a:hover {
      color: black; }

.navigation__breadcrumb {
  display: block;
  color: black !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 120px 0 20px;
  font-size: 14px !important;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 992px) {
    .navigation__breadcrumb {
      display: inline-block;
      margin: 150px 0 20px;
      font-size: 20px !important; } }
  .navigation__breadcrumb:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: black; }
  .navigation__breadcrumb span {
    margin-right: 5px;
    display: block;
    border-top: 1px dotted black;
    padding: 5px 0; }
    @media (min-width: 992px) {
      .navigation__breadcrumb span {
        display: inline-block;
        border: none;
        padding: 0; } }

.navbar-nav {
  position: relative;
  width: 500px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-left: 0;
  opacity: 0;
  visibility: hidden; }
  .navbar-nav.on {
    opacity: 1;
    visibility: visible; 
      width:50%;
  }
@media (max-width:1025px){
    .navbar-nav.on {
      width:41%;
  }
}
.navbar-nav__item {
  position: static !important;
  width: 100%;
  padding: 0; }
  .navbar-nav__item:before {
    display: none; }
  .navbar-nav__item.on > .navbar-child {
    display: block; }

.navbar-nav__link {
  display: inline-block !important;
  padding: 10px 0 !important;
  /*modified*/
  font-size: 16px;
  font-family: "Anton", sans-serif;
  color: white;
  background: none !important;
  line-height: 1.5 !important; }
  @media (min-width: 992px) {
    .navbar-nav__link {
         /*modified*/
      font-size: 20px; } }
  @media (min-width: 1460px) {
    .navbar-nav__link {
        /*modified*/
      font-size: 24px; } }
  .navbar-nav__link:hover {
    color: black; }

.navbar-child {
  display: none;
  width: 400px;
  position: absolute;
  top: 0;
  /*modified*/
  left: 100%;
  padding: 0;
  list-style: none;
  -webkit-transition: all .8s ease;
  transition: all .8s ease; }

/*
 * COMMENTS
 * ========================================
 */
.comments-title, .comments__title {
  margin-bottom: 40px; }
  .comments-title:before, .comments__title:before {
    content: "";
    width: 20px;
    height: 3px;
    margin-right: 10px;
    background: #fe5252;
    display: inline-block;
    vertical-align: middle; }

.comment-list,
.children {
  list-style: none;
  padding: 0;
  margin: 0; }

.comment .comment-respond {
  margin-top: 30px; }
  .comment .comment-respond .comments-title {
    margin-bottom: 20px; }

.comment-body {
  position: relative;
  padding: 1.75em 0;
  border-bottom: 1px solid #e3e3e3; }

.comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: top;
  width: 40px;
  height: 40px; }
  @media (min-width: 480px) {
    .comment-author .avatar {
      width: 60px;
      height: 60px;
      margin-right: 20px; } }
  @media (min-width: 768px) {
    .comment-author .avatar {
      width: 140px;
      height: 140px;
      margin-right: 30px; } }

.comment-author .fn {
  font-size: 18px; }

.comment-metadata {
  font-size: 12px;
  margin-bottom: 10px; }
  .comment-metadata a {
    color: #b3b3b3; }
    .comment-metadata a:hover {
      color: #fe5252; }
  .comment-metadata .edit-link {
    left: 135px;
    bottom: 24px;
    position: absolute; }
    @media (min-width: 768px) {
      .comment-metadata .edit-link {
        left: 255px;
        bottom: 25px;
        position: absolute; } }
    .comment-metadata .edit-link .comment-edit-link:before {
      margin-right: 5px;
      content: ""; }

.comment-content, .reply {
  padding-left: 50px; }
  @media (min-width: 480px) {
    .comment-content, .reply {
      padding-left: 70px; } }
  @media (min-width: 768px) {
    .comment-content, .reply {
      padding-left: 170px; } }

.comment-reply-link,
.comment-edit-link {
  margin-left: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  color: black !important; }
  .comment-reply-link:before,
  .comment-edit-link:before {
    margin-right: 5px;
    content: ""; }
  .comment-reply-link:hover,
  .comment-edit-link:hover {
    color: #fe5252 !important; }

.children {
  padding-left: 0; }
  @media (min-width: 480px) {
    .children {
      padding-left: 50px; } }
  @media (min-width: 768px) {
    .children {
      padding-left: 170px; } }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  font-weight: 400;
  font-size: 14px; }
  .comment-form input[type="text"]::-moz-placeholder,
  .comment-form input[type="email"]::-moz-placeholder,
  .comment-form textarea::-moz-placeholder {
    color: #717171;
    opacity: 1; }
  .comment-form input[type="text"]:-ms-input-placeholder,
  .comment-form input[type="email"]:-ms-input-placeholder,
  .comment-form textarea:-ms-input-placeholder {
    color: #717171; }
  .comment-form input[type="text"]::-webkit-input-placeholder,
  .comment-form input[type="email"]::-webkit-input-placeholder,
  .comment-form textarea::-webkit-input-placeholder {
    color: #717171; }

/*
 * COUNT NUMBER
 * ========================================
 */
.count-number {
  display: none;
  font-family: "Anton", sans-serif; }
  @media (min-width: 1460px) {
    .count-number {
      display: block;
      z-index: 3;
      font-size: 100px;
      line-height: 0.8;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; } }

.count-number__item {
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden; }

.count-number__item--left {
  left: 45px; }

.count-number__item--right {
  right: 75px; }

.count-number__item--vcenter {
  top: 50%;
  margin-top: 30px; }
  .count-number__item--vcenter.fadeIn {
    margin-top: -50px;
    opacity: 1;
    visibility: visible; }

.count-number__item--rotate {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  .count-number__item--rotate:after {
    content: "-"; }

/*
 * CRICLE
 * ========================================
 */
.cricle {
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .cricle.parallax-item {
    display: none; }
    @media (min-width: 768px) {
      .cricle.parallax-item {
        display: block; } }
    .cricle.parallax-item .parallax-mirror {
      background-size: auto;
      background-repeat: no-repeat;
      background-position: 0 0; }

.cricle__item {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 1200px) {
    .cricle__item {
      display: block; } }
  .cricle__item.fadeIn {
    opacity: 1;
    visibility: visible; }

.cricle__item--top {
  top: 0; }

.cricle__item--bottom {
  bottom: 0; }

.cricle__item--left {
  left: 0; }

.cricle__item--right {
  right: 0; }

.cricle__item--center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.cricle__item--center-box {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/*
 * VERTICAL SITE
 * ========================================
 */
.vertical-site {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  @media (min-width: 1200px) {
    .vertical-site {
      display: block; } }

.vertical-site__item {
  letter-spacing: 5px;
  line-height: 2.5;
  font-size: 14px;
  font-weight: 600;
  min-width: 400px;
  color: #a9a9a9;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9;
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  .vertical-site__item.fadeIn {
    opacity: 1;
    visibility: visible; }

.vertical-site__item--left {
  left: -85px;
  bottom: 30%; }
  .vertical-site__item--left.fadeIn {
    bottom: 50%; }

.vertical-site__item--right {
  right: -85px;
  bottom: 30%; }
  .vertical-site__item--right.fadeIn {
    bottom: 50%; }

/*
 * PAGE TITLE
 * ========================================
 */
.header-content {
  position: relative;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .header-content {
      margin-bottom: 0; } }

.page-title {
  position: relative;
  height: 100%;
  margin: 0 !important; }
  @media (min-width: 768px) {
    .page-title {
      height: 350px;
      background: #f8f8f8; } }
  @media (min-width: 1460px) {
    .page-title {
      height: 545px; } }
  .page-title.none-child {
    height: 150px !important; }
  .page-title .vertical-site__item--left {
    left: -85px; }
  .page-title .cricle {
    overflow: hidden; }
  .page-title .cricle__item {
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .page-title .cricle__item img {
      max-width: 70%; }
      @media (min-width: 1460px) {
        .page-title .cricle__item img {
          max-width: 100%; } }
  .page-title .page-title__name {
    line-height: .8; }

.page-title__name {
  font-size: 72px;
  font-weight: 500;
  color: white;
  line-height: .8;
  z-index: 9;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  top: 295px;
  left: -100%;
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 768px) {
    .page-title__name {
      font-size: 120px;
      z-index: 4;
      color: black; } }
  @media (min-width: 1460px) {
    .page-title__name {
      font-size: 200px;
      top: 375px; } }
  .page-title__name:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #fe5252;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    right: -100%;
    bottom: -30px;
    position: absolute;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 768px) {
      .page-title__name:after {
        bottom: -60px; } }

@media (max-width: 1459px) {
  .page-title__name[class*="vc_custom"] {
    margin-top: 260px !important; } }

.page-title__people {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-align: center;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 1200px) {
    .page-title__people {
      z-index: 8; } }
  .page-title__people img {
    height: 100%;
    width: auto;
    max-width: none !important; }
    @media (min-width: 768px) {
      .page-title__people img {
        height: 98%;
        right: 0;
        bottom: 0;
        position: absolute; } }
  .page-title__people.fix-mobile {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .page-title__people.fix-mobile:after {
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 8; }
      @media (min-width: 1200px) {
        .page-title__people.fix-mobile:after {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.78);
          z-index: 8; } }

.page-title-single .page-title__people {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.page-title-single .page-title__name {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: relative; }

.page-title-single .page-title__info {
  z-index: 4;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  left: 0;
  bottom: 95px;
  position: absolute; }

.page-title-single .page-title__name {
  color: white;
  font-size: 70px;
  top: auto;
  bottom: auto;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .page-title-single .page-title__name {
      font-size: 100px; } }
  .page-title-single .page-title__name:after {
    bottom: -40px; }

.page-title-single .page-title__category {
  font-size: 18px;
  letter-spacing: 4px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 0;
  visibility: hidden; }

.page-title-single .arrow-scroll {
  font-size: 26px;
  color: white; }

.page-title--home {
  height: 100%; }
  .page-title--home .cricle__item--top {
    top: -100%; }
  .page-title--home .cricle__item--right {
    right: -20px; }
    @media (min-width: 1460px) {
      .page-title--home .cricle__item--right {
        right: 250px; } }
  .page-title--home .cricle__item--bottom {
    bottom: -100%; }
  .page-title--home .cricle__item--left {
    left: 373px; }
  .page-title--home .vertical-site__item--bottom {
    bottom: 0; }
  @media (min-width: 768px) {
    .page-title--home .page-title__people img {
      margin-right: 65px; } }
  @media (min-width: 992px) {
    .page-title--home .page-title__people img {
      margin-right: 115px; } }
  @media (min-width: 1460px) {
    .page-title--home .page-title__people img {
      margin-right: 195px; } }
  .page-title--home .page-title__name {
    line-height: .75; }
    @media (min-width: 768px) {
      .page-title--home .page-title__name {
        top: 370px; } }

.page-title--about .cricle__item--top {
  top: -100%; }

.page-title--about .cricle__item--right {
  right: 0; }
  @media (min-width: 1460px) {
    .page-title--about .cricle__item--right {
      right: 302px; } }

.page-title--about .cricle__item--bottom {
  bottom: -100%; }

.page-title--about .cricle__item--left {
  left: 400px; }
  @media (min-width: 1460px) {
    .page-title--about .cricle__item--left {
      left: 537px; } }

.page-title--about .vertical-site__item--bottom {
  bottom: 0; }

@media (min-width: 768px) {
  .page-title--about .page-title__people img {
    margin-right: 65px;
    height: 80%; } }

@media (min-width: 992px) {
  .page-title--about .page-title__people img {
    margin-right: 210px; } }

@media (min-width: 1460px) {
  .page-title--about .page-title__people img {
    margin-right: 345px; } }

.page-title--contact .cricle {
  z-index: 9; }

.page-title--contact .cricle__item--left {
  left: 292px; }

.page-title--contact .cricle__item--top {
  top: -100%; }

.page-title--contact .cricle__item--right {
  right: 85px; }
  @media (min-width: 1460px) {
    .page-title--contact .cricle__item--right {
      right: 310px; } }

.page-title--contact .cricle__item--bottom {
  bottom: -100%; }

.page-title--contact .page-title__people img{
    width:100% !important;
    height: auto !important;
}

.page-title--services .cricle {
  z-index: 9; }

.page-title--services .cricle__item--left {
  left: 229px; }

.page-title--services .cricle__item--top {
  top: -100%; }

.page-title--services .cricle__item--right {
  right: 60px; }
  @media (min-width: 1460px) {
    .page-title--services .cricle__item--right {
      right: 252px; } }

.page-title--services .cricle__item--bottom {
  bottom: -100%; }

.page-title--portfolio .cricle {
  z-index: 9; }

.page-title--portfolio .cricle__item--left {
  left: 292px; }

.page-title--portfolio .cricle__item--top {
  top: -100%; }

.page-title--portfolio .cricle__item--right {
  right: 125px; }
  @media (min-width: 1460px) {
    .page-title--portfolio .cricle__item--right {
      right: 310px; } }

.page-title--portfolio .cricle__item--bottom {
  bottom: -100%; }

@media (min-width: 768px) {
  .page-title--portfolio .page-title__people img {
    margin-right: 180px;
    height: 80%; } }

@media (min-width: 992px) {
  .page-title--portfolio .page-title__people img {
    margin-right: 275px; } }

@media (min-width: 1460px) {
  .page-title--portfolio .page-title__people img {
    margin-right: 377px; } }

.page-title--single-project,
.page-title--single-project-2 {
  height: 100%; }
  .page-title--single-project .cricle,
  .page-title--single-project-2 .cricle {
    z-index: 3; }
  .page-title--single-project .cricle__item--top,
  .page-title--single-project-2 .cricle__item--top {
    top: -100%; }
  .page-title--single-project .cricle__item--bottom,
  .page-title--single-project-2 .cricle__item--bottom {
    bottom: -100%; }
  .page-title--single-project .page-title__people:after,
  .page-title--single-project-2 .page-title__people:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5; }
  .page-title--single-project .page-title__people img,
  .page-title--single-project-2 .page-title__people img {
    max-width: 100%;
    height: 100%; }
    @media (min-width: 1460px) {
      .page-title--single-project .page-title__people img,
      .page-title--single-project-2 .page-title__people img {
        width: 100%; } }

.page-title--single-project .cricle__item--left {
  left: 292px; }

.page-title--single-project .cricle__item--right {
  right: 237px; }

.page-title--single-project-2 .cricle__item--left {
  left: 265px; }

.page-title--single-project-2 .cricle__item--right {
  right: 165px; }

.page-title--single-project-2 .page-title__people:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 1; }

.fadeIn .page-title .cricle__item {
  opacity: 1;
  visibility: visible; }

.fadeIn .page-title__name {
  left: 30px;
  opacity: 1;
  visibility: visible; }
  @media (min-width: 1200px) {
    .fadeIn .page-title__name {
      left: 217px; } }
  .fadeIn .page-title__name:after {
    right: 0;
    opacity: 1;
    visibility: visible; }

.fadeIn .page-title__people {
  opacity: 1;
  visibility: visible; }

.fadeIn .page-title .vertical-site__item {
  opacity: 1;
  visibility: visible; }

.fadeIn .page-title .vertical-site__item--bottom {
  bottom: 200px; }
  @media (min-width: 1460px) {
    .fadeIn .page-title .vertical-site__item--bottom {
      bottom: 280px; } }

.fadeIn .page-title--home .cricle__item--top {
  top: 0; }

.fadeIn .page-title--home .cricle__item--bottom {
  bottom: -20%; }

.fadeIn .page-title--home .vertical-site__item--bottom {
  bottom: 350px; }
  @media (min-width: 1460px) {
    .fadeIn .page-title--home .vertical-site__item--bottom {
      bottom: 400px; } }

.fadeIn .page-title--about .cricle__item--top {
  top: 0; }

.fadeIn .page-title--about .cricle__item--bottom {
  bottom: -175px; }
  @media (min-width: 1460px) {
    .fadeIn .page-title--about .cricle__item--bottom {
      bottom: -251px; } }

.fadeIn .page-title--contact .cricle__item--top {
  top: 0; }

.fadeIn .page-title--contact .cricle__item--bottom {
  bottom: -37px; }

.fadeIn .page-title--services .cricle__item--top {
  top: 0; }

.fadeIn .page-title--services .cricle__item--bottom {
  bottom: -150px; }
  @media (min-width: 1460px) {
    .fadeIn .page-title--services .cricle__item--bottom {
      bottom: -200px; } }

.fadeIn .page-title--portfolio .cricle__item--top {
  top: 0; }

.fadeIn .page-title--portfolio .cricle__item--bottom {
  bottom: -25px; }
  @media (min-width: 1460px) {
    .fadeIn .page-title--portfolio .cricle__item--bottom {
      bottom: -37px; } }

.fadeIn .page-title--single-project .cricle__item--top {
  top: 0; }

.fadeIn .page-title--single-project .cricle__item--bottom {
  bottom: 0; }

.fadeIn .page-title--single-project-2 .cricle__item--top {
  top: 0; }

.fadeIn .page-title--single-project-2 .cricle__item--bottom {
  bottom: 0; }

.fadeIn .page-title-single .vertical-site__item--bottom {
  bottom: 50%; }

.fadeIn .page-title-single .page-title__info {
  left: 30px; }
  @media (min-width: 768px) {
    .fadeIn .page-title-single .page-title__info {
      left: 80px; } }
  @media (min-width: 1200px) {
    .fadeIn .page-title-single .page-title__info {
      left: 374px; } }

.fadeIn .page-title-single .page-title__name {
  left: auto; }

.fadeIn .page-title-single .page-title__category {
  opacity: 1;
  visibility: visible; }

/*
 * BREADCRUMB
 * ========================================
 */
.breadcrumbs {
  position: relative;
  z-index: 9;
  margin: auto !important; }
  @media (min-width: 768px) {
    .breadcrumbs {
      text-align: right; } }
  @media (min-width: 1200px) {
    .breadcrumbs {
      width: 1170px; } }
  @media (min-width: 1460px) {
    .breadcrumbs {
      width: 1460px; } }

.trail-items {
  padding: 0 15px !important; }
  @media (min-width: 768px) {
    .trail-items {
      padding: 0 30px !important;
      top: 10px;
      right: 30px;
      position: absolute; } }
  .trail-items:before {
    display: none;
    content: "";
    width: 50px;
    height: 3px;
    background: #fe5252;
    margin-top: -1.5px;
    top: 50%;
    right: -25px;
    position: absolute; }
    @media (min-width: 768px) {
      .trail-items:before {
        display: block; } }

.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  .breadcrumbs ul:after,
  .breadcrumbs ol:after {
    content: "";
    display: block;
    clear: both; }
  .breadcrumbs ul li,
  .breadcrumbs ol li {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px; }
    @media (min-width: 520px) {
      .breadcrumbs ul li,
      .breadcrumbs ol li {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .breadcrumbs ul li,
      .breadcrumbs ol li {
        font-size: 18px; } }
  .breadcrumbs ul li > a, .breadcrumbs ul li > span,
  .breadcrumbs ol li > a,
  .breadcrumbs ol li > span {
    display: inline-block;
    padding: 5px 8px 5px 5px; }
  .breadcrumbs ul a:after,
  .breadcrumbs ol a:after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    color: black;
    content: ""; }

/*
 * SHARE
 * ========================================
 */
.share {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 350px;
  z-index: 99;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
  right: -65px;
  position: absolute; }
  @media (min-width: 992px) {
    .share {
      display: block;
      opacity: 0;
      visibility: hidden; } }
  .share.fadeIn {
    top: -83px;
    opacity: 1;
    visibility: visible; }
  .share ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .share li {
    display: inline-block;
    padding-left: 0;
    margin-right: 7px; }
    .share li:before {
      display: none; }
    .share li:first-child:after {
      content: "";
      display: inline-block;
      width: 45px;
      height: 3px;
      margin-bottom: 3px;
      background: #fe5252; }
    .share li:first-child a {
      color: #717171; }
      .share li:first-child a:hover {
        color: #fe5252; }
    .share li a {
      font-size: 20px;
      color: white !important;
      display: inline-block;
      margin: 0 5px; }
      .share li a:hover {
        color: #fe5252 !important; }
  .share > li + li:before {
    display: none; }

/*
 * HOME
 * ========================================
 */
.about-home {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden; }
  .about-home.fadeIn {
    opacity: 1;
    visibility: visible; }
  .about-home .bx-content__title {
    width: 100%;
    padding: 0; }
  .about-home .bx-content__info {
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .about-home .bx-content__info {
        width: 810px;
        padding: 0; } }
  .about-home .desc {
    font-size: 20px;
    color: #333;
    line-height: 1.75; }

.blogs-home {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden; }
  .blogs-home.fadeIn {
    opacity: 1;
    visibility: visible; }
  .blogs-home .bx-content__header {
    height: 540px; }
  .blogs-home .bx-content__title--line-left:after {
    background: white; }
  .blogs-home .blogs-home__container {
    margin-top: -190px; }

.bx-contacts {
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  padding-bottom: 100px;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 992px) {
    .bx-contacts {
      padding-bottom: 150px; } }
  .bx-contacts.fadeIn {
    opacity: 1;
    visibility: visible; }
  .bx-contacts .cricle__item {
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  .bx-contacts .cricle__item--left {
    left: 537px; }
  .bx-contacts .cricle__item--top {
    top: -100%; }
    .bx-contacts .cricle__item--top.fadeIn {
      top: -217px; }
  .bx-contacts .cricle__item--right {
    right: -100%; }
    .bx-contacts .cricle__item--right.fadeIn {
      right: 0; }
  .bx-contacts .bx-content__wrap {
    position: relative;
    background: #fff url(../img/pattern.png) repeat;
    padding: 80px 0; }
    @media (min-width: 992px) {
      .bx-contacts .bx-content__wrap {
        padding-top: 150px;
        padding-bottom: 0; } }
  @media (max-width: 767px) {
    .bx-contacts .extras_vc-map-wrapper > div {
      width: 111% !important;
      height: 480px !important; } }

.bx-contacts__map {
  display: none; }
  @media (min-width: 992px) {
    .bx-contacts__map {
      display: block;
      width: 43%;
      float: left;
      padding-top: 250px; } }

.bx-contacts__mapimg {
  position: relative;
  margin-bottom: -126px; }
  .bx-contacts__mapimg .vertical-site__item {
    text-align: right; }
  .bx-contacts__mapimg .vertical-site__item--left {
    left: -225px; }
  .bx-contacts__mapimg .vertical-site__item--top {
    top: 248px; }
  .bx-contacts__mapimg .bx-content__title--line-right {
    margin-right: 0; }
    .bx-contacts__mapimg .bx-content__title--line-right:after {
      width: 50px; }
    .bx-contacts__mapimg .bx-content__title--line-right.fadeIn:after {
      right: -65px; }
  .bx-contacts__mapimg .mail-address {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    min-width: 500px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500;
    top: 240px;
    left: -275px;
    position: absolute; }
    .bx-contacts__mapimg .mail-address a {
      color: #717171; }
      .bx-contacts__mapimg .mail-address a:hover {
        color: #fe5252; }
      .bx-contacts__mapimg .mail-address a:after {
        content: "";
        display: inline-block;
        height: 3px;
        width: 50px;
        background: #fe5252;
        margin-bottom: 3px;
        margin-left: 8px; }

.bx-contacts__media {
  display: none;
  width: 40%;
  float: left;
  padding: 0;
  text-align: center; }
  @media (min-width: 1200px) {
    .bx-contacts__media {
      display: block; } }

.bx-contacts__img {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  width: 456px;
  height: 456px;
  overflow: hidden; }
  .bx-contacts__img:before {
    display: none;
    content: "";
    z-index: 1;
    background: url(../img/cricle_20.png) no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .bx-contacts__img .services-home__icon {
    font-size: 180px;
    height: 270px; }

.bx-contacts__icon {
  z-index: 1;
  color: white;
  font-size: 160px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.bx-contacts__form {
  width: 100%;
  float: right; }
  @media (min-width: 992px) {
    .bx-contacts__form {
      width: 48%;
      padding: 170px 0; } }

.bx-contacts__title {
  display: none;
  font-size: 20px;
  padding-left: 90px;
  margin-left: 0;
  letter-spacing: 5px; }
  @media (min-width: 1200px) {
    .bx-contacts__title {
      display: block; } }
  .bx-contacts__title.bx-content__title--line-left:after {
    width: 68px; }
  .bx-contacts__title.fadeIn.bx-content__title--line-left:after {
    left: 0; }

.features-home {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  opacity: 0;
  visibility: hidden; }
  .features-home.fadeIn {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1199px) {
    .features-home .cricle {
      display: none; } }
  .features-home .cricle__item {
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease; }
    .features-home .cricle__item:nth-child(2).cricle__item--bottom {
      bottom: 356px; }
    .features-home .cricle__item:nth-child(3).cricle__item--right {
      right: 0; }
    .features-home .cricle__item:nth-child(3).cricle__item--bottom {
      bottom: -104px; }
  .features-home .cricle__item--top {
    top: -133px; }
  .features-home .cricle__item--right {
    right: 397px; }
  .features-home .cricle__item--left {
    left: 25px; }
  .features-home .parallax-right.parallax-top .parallax-mirror {
    background-position: 75% 10%; }
  .features-home .parallax-left.parallax-bottom .parallax-mirror {
    background-position: 0% 52%; }
  .features-home .parallax-right.parallax-bottom .parallax-mirror {
    background-position: 100% 70%; }
  .features-home .view {
    padding-top: 70px; }
  @media (min-width: 992px) {
    .features-home .vertical-site {
      display: block !important; } }

.features-home__item {
  position: relative;
  padding: 40px 0 0; }
  @media (min-width: 992px) {
    .features-home__item {
      padding: 120px 0 40px; } }
  .features-home__item + .features-home__item {
    padding: 40px 0; }
  .features-home__item:nth-child(2n+1) .features-home__img {
    float: right; }
    .features-home__item:nth-child(2n+1) .features-home__img:after {
      right: 0; }
    .features-home__item:nth-child(2n+1) .features-home__img .cs-icon {
      left: auto;
      right: 0; }
  .features-home__item:nth-child(2n+1) .features-home__info {
    right: auto;
    text-align: left; }
  .features-home__item:nth-child(2n+1) .bx-content__title--line-top:after {
    right: auto; }
  .features-home__item:nth-child(2n+1) .vertical-site__item--right {
    left: -220px;
    right: auto; }

.features-home__img {
  float: left;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 992px) {
    .features-home__img {
      width: 845px;
      height: 576px;
      margin-bottom: 0; } }
  .features-home__img img {
    width: 100%;
    height: 100%; }
  .features-home__img:after {
    content: "";
    display: block;
    background: white;
    width: 100%;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    top: 0;
    bottom: 0;
    position: absolute; }
  .features-home__img.fadeIn {
    opacity: 1;
    visibility: visible; }
    .features-home__img.fadeIn:after {
      width: 0; }
  .features-home__img .vertical-site__item--right {
    right: -220px; }
  .features-home__img .vertical-site__item--bottom {
    bottom: 252px; }
  .features-home__img .bx-content__title--line-left {
    margin: 0; }
    .features-home__img .bx-content__title--line-left:after {
      width: 50px; }
    .features-home__img .bx-content__title--line-left.fadeIn:after {
      left: -70px; }
  .features-home__img .cs-icon {
    z-index: 4;
    display: block;
    width: 64px;
    height: 64px;
    background: white;
    font-size: 21px;
    left: 0;
    bottom: 0;
    position: absolute; }
    .features-home__img .cs-icon:before {
      top: 50%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .features-home__img .cs-icon:hover {
      background: #fe5252;
      color: white; }
    .features-home__img .cs-icon:hover ~ .features-home__img--bg {
      opacity: 1;
      visibility: visible; }

.features-home__img--bg {
  z-index: 3 !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  opacity: 0;
  visibility: hidden; }

@media (min-width: 992px) {
  .features-home__info {
    position: absolute;
    z-index: 4;
    right: 0;
    text-align: right;
    min-width: 540px; } }

.features-home__title {
  font-size: 20px;
  color: black;
  padding: 0;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .features-home__title {
      font-size: 40px;
      font-weight: 600;
      line-height: 0.875;
      margin-bottom: 12.5px; } }
  .features-home__title.bx-content__title:after {
    height: 6px; }
  .features-home__title.bx-content__title--line-top:after {
    right: 0; }
  .features-home__title a {
    display: inline-block;
    color: black; }
  .features-home__title:hover.bx-content__title--line-top:after {
    width: 250px; }

.features-home__category {
  font-size: 12px;
  color: #d3d3d3;
  font-weight: 600; }
  @media (min-width: 992px) {
    .features-home__category {
      font-size: 20px;
      line-height: 1.749; } }

.services-home {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden; }
  .services-home.fadeIn {
    opacity: 1;
    visibility: visible; }

.services-home__info {
  margin: auto; }
  @media (min-width: 1400px) {
    .services-home__info {
      width: 1200px; } }
  .services-home__info a {
    display: block; }

.services-home__item {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  margin-bottom: 40px;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 1200px) {
    .services-home__item {
      margin-bottom: 0; } }
  .services-home__item.fadeIn {
    opacity: 1;
    visibility: visible; }
    .services-home__item.fadeIn .services-home__img {
      -webkit-transform: rotateY(0);
              transform: rotateY(0); }
  .services-home__item:hover .services-home__img {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg); }

.services-home__img {
  position: relative;
  margin-bottom: 30px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transition: all .8s ease;
  transition: all .8s ease; }

.services-home__icon {
  font-size: 90px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.services-home__name {
  font-size: 24px;
  line-height: 0.874;
  font-weight: 600; }
  @media (min-width: 992px) {
    .services-home__name {
      font-size: 40px; } }

/*
 * ABOUT
 * ========================================
 */
.our-history {
  padding: 80px 0 0; }
  @media (min-width: 1200px) {
    .our-history {
      padding: 245px 0 0; } }
  .our-history .vertical-site {
    display: none; }
    @media (min-width: 1460px) {
      .our-history .vertical-site {
        display: block; } }
  .our-history .bx-content__title {
    text-align: left; }
    @media (min-width: 992px) {
      .our-history .bx-content__title {
        text-align: right; } }

.our-history__header {
  font-weight: 400;
  font-family: "Anton", sans-serif;
  line-height: 1.375;
  font-size: 28px;
  letter-spacing: 3px;}
  @media (min-width: 1200px) {
    .our-history__header {
      font-size: 40px; } }

.our-history__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6; }

.our-history__item + .our-history__item {
  padding-top: 75px; }

.text-right .our-history__title {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: right; }
  @media (min-width: 992px) {
    .text-right .our-history__title {
      padding-right: 95px;
      text-align: right !important; } }

.text-right .bx-content__title--line-left:after {
  left: auto !important;
  right: 0 !important; }

.our-history__title {
  font-size: 16px;
  font-weight: 600;
  color: black;
  letter-spacing: 5px;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0;
  text-align: left; }
  @media (min-width: 992px) {
    .our-history__title {
      padding-left: 95px;
      font-size: 20px;
      text-align: left !important; } }
  .our-history__title.bx-content__title--line-left:after {
    width: 68px;
    left: 0; }

.our-history__desc p:not(:last-child) {
  margin-bottom: 30px; }

.our-history__img {
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .our-history__img {
      margin: 30px 0; } }
  .our-history__img img {
    width: 100%;
    border-radius: 100%; }

.our-history__circle {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.bx-process {
  overflow: hidden; }
  .bx-process .vertical-site {
    z-index: -1; }
  .bx-process .cricle__item {
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
  .bx-process .cricle__item--top {
    top: 40px; }
  .bx-process .cricle__item--right {
    right: -100%; }
    .bx-process .cricle__item--right.fadeIn {
      right: 0; }
  .bx-process .cricle__item--left {
    left: 167px; }
  .bx-process .cricle__item--bottom {
    bottom: -100%; }
    .bx-process .cricle__item--bottom.fadeIn {
      bottom: -249px; }
  .bx-process .parallax-right .parallax-mirror {
    background-position: 100% 65%; }
  .bx-process .parallax-left .parallax-mirror {
    background-position: 10% 110%; }
  .bx-process .vertical-site__item--right {
    right: -220px; }
  .bx-process .vertical-site__item--bottom {
    bottom: 257px; }
  .bx-process .btn, .bx-process button, .bx-process
  input[type="submit"] {
    border-color: white;
    color: white; }

.bx-process__wrap {
  position: relative;
  z-index: 2; }
  .bx-process__wrap [class*="bx-content__title--line"]:after {
    display: none; }
    @media (min-width: 1200px) {
      .bx-process__wrap [class*="bx-content__title--line"]:after {
        display: block; } }
  .bx-process__wrap .bx-content__title--line-left:after {
    width: 50px; }
  .bx-process__wrap .fadeIn.bx-content__title--line-left:after {
    left: -75px; }

.bx-process__slick .slick-arrow {
  display: none !important;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.64);
  color: black;
  z-index: 999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  border: none; }
  @media (min-width: 992px) {
    .bx-process__slick .slick-arrow {
      display: block !important; } }
  .bx-process__slick .slick-arrow:hover {
    background: #fe5252;
    color: white; }
  .bx-process__slick .slick-arrow.slick-prev {
    left: 0; }
  .bx-process__slick .slick-arrow.slick-next {
    right: auto;
    left: 64px; }

.bx-process__item {
  background: white;
  margin: 0 15px; }
  @media (min-width: 992px) {
    .bx-process__item {
      margin: 0; } }

.bx-process__media {
  position: relative; }
  .bx-process__media img {
    width: 100%; }

.bx-process__info {
  padding: 30px 15px; }
  @media (min-width: 1200px) {
    .bx-process__info {
      padding: 60px 40px 30px 10px; } }

.bx-process__count {
  font-size: 100px;
  font-family: "Anton", sans-serif;
  line-height: 0.55;
  vertical-align: text-bottom;
  display: block;
  text-align: center; }
  @media (min-width: 992px) {
    .bx-process__count {
      display: inline-block;
      text-align: left; } }

.bx-process__title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 5px;
  margin-top: 50px;
  text-align: center; }
  @media (min-width: 992px) {
    .bx-process__title {
      display: inline-block;
      margin-top: 0;
      text-align: left; } }
  @media (min-width: 1200px) {
    .bx-process__title {
      padding-left: 65px; } }
  .bx-process__title.bx-content__title--line-left:after {
    background: #dddddd; }
  .bx-process__title.fadeIn.bx-content__title--line-left:after {
    left: -10px; }

.bx-process__desc {
  color: #333; }
  @media (max-width: 767px) {
    .bx-process__desc {
      display: -webkit-box;
      height: 95px;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; } }

.testimonial .bx-content__title {
  font-size: 32px; }

.testimonial .vertical-site {
  display: none; }
  @media (min-width: 1460px) {
    .testimonial .vertical-site {
      display: block; } }

.testimonital__slick {
  width: 100%;
  margin: auto; }
  @media (min-width: 1200px) {
    .testimonital__slick {
      width: 945px; } }
  .testimonital__slick .slick-arrow {
    color: black;
    background: none;
    border: none;
    z-index: 99;
    top: 70%;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 768px) {
      .testimonital__slick .slick-arrow {
        top: 60%; } }
    .testimonital__slick .slick-arrow:active {
      background: none; }
  .testimonital__slick .slick-prev {
    left: 0; }
    @media (min-width: 768px) {
      .testimonital__slick .slick-prev {
        left: 280px; } }
  .testimonital__slick .slick-next {
    right: 0; }
    @media (min-width: 768px) {
      .testimonital__slick .slick-next {
        right: 280px; } }
  .testimonital__slick:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }
  .testimonital__slick:hover .slick-prev {
    left: 0; }
    @media (min-width: 768px) {
      .testimonital__slick:hover .slick-prev {
        left: 200px; } }
    @media (min-width: 992px) {
      .testimonital__slick:hover .slick-prev {
        left: 250px; } }
  .testimonital__slick:hover .slick-next {
    right: 0; }
    @media (min-width: 768px) {
      .testimonital__slick:hover .slick-next {
        right: 200px; } }
    @media (min-width: 992px) {
      .testimonital__slick:hover .slick-next {
        right: 250px; } }

.testimonital__info {
  font-family: "Anton", sans-serif;
  line-height: 1.538; }
  .testimonital__info .bx-content__title {
    font-size: 18px !important; }
    @media (min-width: 1200px) {
      .testimonital__info .bx-content__title {
        font-size: 26px !important; } }

.testimonital__img {
  position: relative;
  width: 178px;
  height: 178px;
  display: inline-block;
  overflow: hidden; }
  .testimonital__img:after {
    content: "";
    background: url(../img/cricle_15.png) no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .testimonital__img img {
    width: 100%;
    border-radius: 100%; }

.testimonital__name {
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 5px;
  color: black; }

.our-teams {
  background: url(../img/pattern.png) repeat; }
  .our-teams .vertical-site {
    display: none; }
    @media (min-width: 1460px) {
      .our-teams .vertical-site {
        display: block; } }
  .our-teams .bx-content__header {
    height: 580px; }
    @media (min-width: 1200px) {
      .our-teams .bx-content__header {
        height: 670px; } }
  .our-teams .our-history__header {
    width: 880px; }
  .our-teams .slick-arrow:after {
    background: #3ed8c4 !important; }
  .our-teams .vertical-site {
    z-index: 3; }
  .our-teams .blogs__item {
    padding: 0 15px;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .our-teams .blogs__item {
        padding: 0;
        margin-bottom: 70px; } }
  .our-teams .blogs__img a:after,
  .our-teams .blogs__img span:after {
    display: none; }
  .our-teams .blogs__name a:hover,
  .our-teams .blogs__name span:hover {
    color: black; }

.our-clients {
  background: url(../img/pattern.png) repeat; }
  .our-clients .vertical-site {
    display: none; }
    @media (min-width: 1460px) {
      .our-clients .vertical-site {
        display: block; } }
  .our-clients .vertical-site__item--center.fadeIn {
    bottom: 50%; }
  .our-clients .vertical-site__item--left {
    left: -85px; }
  .our-clients .cricle__item {
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
  .our-clients .cricle__item--top {
    top: -140px; }
  .our-clients .cricle__item--bottom {
    bottom: 42px; }
  .our-clients .cricle__item--left {
    left: -100%; }
    .our-clients .cricle__item--left.fadeIn {
      left: 0; }
  .our-clients .cricle__item--right {
    right: -100%; }
    .our-clients .cricle__item--right.fadeIn {
      right: 0; }

.our-clients__slick .slick-arrow {
  color: black;
  background: none;
  border: none;
  top: 50%;
  z-index: 9;
  opacity: 1;
  visibility: visible; }
  @media (min-width: 768px) {
    .our-clients__slick .slick-arrow {
      opacity: 0;
      visibility: hidden; } }
  .our-clients__slick .slick-arrow:active {
    background: none; }

.our-clients__slick .slick-prev {
  left: 0; }

.our-clients__slick .slick-next {
  right: 0; }

.our-clients__slick:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.our-clients__slick:hover .slick-prev {
  left: 0; }
  @media (min-width: 768px) {
    .our-clients__slick:hover .slick-prev {
      left: -20px; } }
  @media (min-width: 992px) {
    .our-clients__slick:hover .slick-prev {
      left: -40px; } }
  @media (min-width: 1200px) {
    .our-clients__slick:hover .slick-prev {
      left: -64px; } }

.our-clients__slick:hover .slick-next {
  right: 0; }
  @media (min-width: 768px) {
    .our-clients__slick:hover .slick-next {
      right: -20px; } }
  @media (min-width: 992px) {
    .our-clients__slick:hover .slick-next {
      right: -40px; } }
  @media (min-width: 1200px) {
    .our-clients__slick:hover .slick-next {
      right: -64px; } }

.our-clients__item {
  float: left;
  width: 20%;
  text-align: center; }
  .our-clients__item a {
    display: block;
    font-size: 0;
    text-align: center; }
  .our-clients__item img {
    display: inline-block; }

.contact-abouts {
  padding: 200px 0 225px;
  min-height: 555px; }
  .contact-abouts:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1; }
  .contact-abouts .our-history__header {
    padding: 0 30px; }
  .contact-abouts .btn, .contact-abouts button, .contact-abouts
  input[type="submit"] {
    border-color: white;
    color: white; }

/*
 * BLOGS
 * ========================================
 */
.blogs {
  position: relative; }

.blogs__item {
  margin-bottom: 50px; }
  .blogs__item:hover .blogs__img a:before,
  .blogs__item:hover .blogs__img a:after,
  .blogs__item:hover .blogs__img span:before,
  .blogs__item:hover .blogs__img span:after {
    opacity: 1;
    visibility: visible; }
  .blogs__item:hover .blogs__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .blogs__item:hover .blogs__name a,
  .blogs__item:hover .blogs__name span {
    color: #fe5252; }

.blogs__img {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: white; }
  .blogs__img:before {
    content: "";
    position: relative;
    display: block;
    padding-top: 100%; }
  .blogs__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .blogs__img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .blogs__img a, .blogs__img span {
    display: block; }
    .blogs__img a:before, .blogs__img a:after, .blogs__img span:before, .blogs__img span:after {
      content: "";
      -webkit-transition: all .25s ease;
      transition: all .25s ease;
      opacity: 0;
      visibility: hidden; }
    .blogs__img a:before, .blogs__img span:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 2; }
    .blogs__img a:after, .blogs__img span:after {
      color: white;
      z-index: 3;
      font-size: 36px;
      top: 50%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: ""; }

.blogs__info {
  padding-top: 35px; }

.blogs__name {
  position: relative;
  padding-left: 55px; }
  .blogs__name:before {
    content: "";
    position: absolute;
    margin-top: 15px;
    left: 0;
    width: 45px;
    height: 3px;
    background: #fe5252; }
  .blogs__name a, .blogs__name span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.591;
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }

.blogs__meta {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #a7a7a7 !important;
  letter-spacing: 3px;
  line-height: 2.917; }

.blogs__desc {
  padding-top: 20px; }

.bx-blog {
  padding: 50px 0 0; }
  @media (min-width: 768px) {
    .bx-blog {
      padding: 130px 0 0; } }

.bx-blog__item,
.post {
  position: relative; }
  .bx-blog__item .bx-content__title--line-right:after,
  .post .bx-content__title--line-right:after {
    width: 50px; }

.bx-blog__item:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 50px;
  padding-bottom: 50px; }

@media (min-width: 992px) {
  .bx-blog__item:hover .bx-blog__media img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

.bx-blog__item:hover .bx-blog__media[data-blog-type="image"] .bx-blog__link:after {
  right: 0;
  opacity: 1;
  visibility: visible; }

.bx-blog__item:hover .bx-blog__media[data-blog-type="slider"] .slick-arrow {
  bottom: 0;
  opacity: 1;
  visibility: visible; }

.bx-blog__item:hover .bx-blog__link:before {
  opacity: 1;
  visibility: visible; }

.date-published {
  display: none;
  padding-bottom: 15px;
  color: #717171;
  min-width: 250px;
  font-weight: 500;
  letter-spacing: 3px;
  -webkit-transition: top .8s ease;
  transition: top .8s ease; }
  @media (min-width: 769px) {
    .date-published {
      text-align: right;
      padding-bottom: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      top: 200px;
      left: -150px;
      position: absolute;
      opacity: 0;
      visibility: hidden; }
      .date-published:after {
        content: "";
        display: inline-block;
        height: 3px;
        width: 50px;
        background: #fe5252;
        margin-bottom: 3px;
        margin-left: 8px; }
      .date-published.fadeIn {
        top: 115px;
        opacity: 1;
        visibility: visible; } }
  .date-published:hover {
    color: #fe5252; }
  .date-published.updated {
    display: block; }

.bx-blog__media {
  position: relative;
  overflow: hidden; }
  .bx-blog__media img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .bx-blog__media[data-blog-type="slider"] .slick-arrow {
    z-index: 10;
    top: auto;
    bottom: 0;
    width: 64px;
    height: 64px;
    background: white;
    border: none;
    color: black;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
    visibility: visible; }
    @media (min-width: 992px) {
      .bx-blog__media[data-blog-type="slider"] .slick-arrow {
        bottom: -64px;
        opacity: 0;
        visibility: hidden; } }
    .bx-blog__media[data-blog-type="slider"] .slick-arrow:before {
      line-height: 64px; }
    .bx-blog__media[data-blog-type="slider"] .slick-arrow:hover {
      background: #fe5252;
      color: white; }
  .bx-blog__media[data-blog-type="slider"] .slick-prev {
    right: 64px;
    left: auto; }
  .bx-blog__media[data-blog-type="slider"] .slick-next {
    right: 0; }
  .bx-blog__media[data-blog-type="video"] {
    position: relative; }
    .bx-blog__media[data-blog-type="video"].open {
      height: 480px; }
      .bx-blog__media[data-blog-type="video"].open .bx-blog__embed-video {
        z-index: 9; }
    .bx-blog__media[data-blog-type="video"] .bx-blog__link {
      cursor: pointer; }
    .bx-blog__media[data-blog-type="video"] .bx-blog__link:after {
      z-index: 5;
      display: block;
      font-size: 28px;
      color: white;
      width: 98px;
      height: 98px;
      line-height: 98px;
      text-align: center;
      background: rgba(255, 255, 255, 0.35);
      border-radius: 100%;
      content: "";
      top: 50%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .bx-blog__media[data-blog-type="slider"]:hover .slick-arrow {
    bottom: 0; }

.bx-blog__embed-video {
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .bx-blog__embed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.bx-blog__no-thumbnail iframe {
  width: 100%;
  height: 480px; }

.bx-blog__link {
  position: relative;
  display: block;
  overflow: hidden; }
  .bx-blog__link:before, .bx-blog__link:after {
    display: none; }
    @media (min-width: 1200px) {
      .bx-blog__link:before, .bx-blog__link:after {
        display: block; } }
  .bx-blog__link:before {
    content: "";
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    opacity: 0;
    visibility: hidden; }

.bx-blog__name {
  margin: 30px 0 15px; }
  @media (max-width: 1199px) {
    .bx-blog__name {
      font-size: 20px; } }

.bx-blog__desc {
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .bx-blog__desc {
      margin-bottom: 50px; } }

.bx-blog__button > a {
  width: 100%; }
  @media (min-width: 992px) {
    .bx-blog__button > a {
      width: auto; } }

.bx-blog__share {
  margin: 20px 0 0;
  margin-right: -10px;
  text-align: center;
  width: 100%;
  font-size: 16px; }
  @media (min-width: 992px) {
    .bx-blog__share {
      text-align: right;
      width: auto;
      margin-top: 5px; } }
  .bx-blog__share a {
    display: inline-block;
    padding: 0 10px; }

.bx-blog__tags label {
  color: black;
  margin-right: 3px; }

.bx-blog__tags a {
  color: #ababab; }
  .bx-blog__tags a:not(:last-child):after {
    content: ","; }
  .bx-blog__tags a:hover {
    color: #fe5252; }

.post-page {
  margin-top: -50px;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7; }

.post-page a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px; }

.post-page__next:before {
  margin-right: 8px;
  font-size: 9px;
  font-weight: 700; }

.post-page__prev:after {
  content: "\E003";
  font-family: "Cricle-Studio";
  margin-left: 8px;
  font-size: 9px;
  font-weight: 700; }

.post iframe {
  width: 100%; }

.post .entry-title {
  font-weight: 400; }

.post .entry-content {
  margin-bottom: 50px; }

.post.format-video .entry-media-oembed {
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.sidebar-none .bx-blog__media img {
  width: 100%; 

}

.entry-media {
  text-align: center; }

.embed-responsive-audio {
  padding-top: 25%; }

.blog__img{
    background-color:white;
}
/*
 * CONTACTS
 * ========================================
 */
.get-in-touch .cricle__item {
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.get-in-touch .cricle__item--top {
  top: 550px; }

.get-in-touch .cricle__item--right {
  right: -100%; }
  .get-in-touch .cricle__item--right.fadeIn {
    right: 0; }

.get-in-touch .bx-content__header {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .get-in-touch .bx-content__header {
      margin-bottom: 92px; } }

.get-in-touch .bx-contacts__form {
  padding: 0;
  width: 100%; }
  @media (min-width: 1200px) {
    .get-in-touch .bx-contacts__form {
      width: 49%; } }

.contacts-info {
  padding: 0 0 120px; }
  .contacts-info .cricle__item {
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .contacts-info .cricle__item--bottom {
    bottom: 135px; }
  .contacts-info .cricle__item--left {
    left: -100%; }
    .contacts-info .cricle__item--left.fadeIn {
      left: 0; }

.info-commpany__item {
  width: 100%;
  float: left;
  padding-right: 0; }
  .info-commpany__item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7; }
    @media (min-width: 992px) {
      .info-commpany__item:not(:last-child) {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; } }
  @media (min-width: 992px) {
    .info-commpany__item {
      padding-right: 80px;
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; } }

.info-company__office {
  margin-left: 0;
  margin-bottom: 27px;
  padding-left: 45px;
  letter-spacing: 4px;
  font-size: 12px;
  line-height: 1.75; }
  @media (min-width: 1200px) {
    .info-company__office {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .info-company__office {
      padding-left: 87px; } }
  .info-company__office.bx-content__title--line-left:after {
    width: 68px; }
  .info-company__office.fadeIn.bx-content__title--line-left:after {
    left: 0; }

[class*="bx-content__title--line"]:after {
  display: none; }
  @media (min-width: 1200px) {
    [class*="bx-content__title--line"]:after {
      display: block; } }

.info-company__address,
.info-company__phone,
.info-company__email {
  font-weight: 500;
  font-size: 18px;
  color: black;
  line-height: 2.222; }

.info-company__address--short {
  font-size: 22px;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 45px;
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .info-company__address--short {
      font-size: 40px;
      margin-bottom: 17px; } }

@media (max-width: 767px) {
  .info-company__address--short,
  .info-company__office {
    padding: 0; } }

.info-company__icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px; }

/*
 * SERVICES
 * ========================================
 */
.craft-digital {
  padding: 100px 0; }
  @media (min-width: 1200px) {
    .craft-digital {
      padding: 245px 0 100px; } }
  .craft-digital .vertical-site__item--left {
    left: -85px; }
  .craft-digital .fadeIn.vertical-site__item--center {
    bottom: 50%; }

.craft-digital__item {
  background: #f8f8f8; }
  .craft-digital__item:nth-child(2n+1) .craft-digital__media {
    float: right; }
    .craft-digital__item:nth-child(2n+1) .craft-digital__media:before {
      border-right: none;
      border-left: 25px solid #f8f8f8;
      top: 50%;
      left: 0;
      position: absolute; }
  .craft-digital__item:nth-child(2n+1) .craft-digital__info {
    float: left; }

.craft-digital__media {
  position: relative;
  float: left;
  width: 100%; }
  @media (min-width: 992px) {
    .craft-digital__media {
      width: 50%; } }
  .craft-digital__media:before {
    display: none;
    content: "";
    border: 25px solid transparent;
    border-right: 25px solid #f8f8f8;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    top: 50%;
    right: 0;
    position: absolute; }
    @media (min-width: 992px) {
      .craft-digital__media:before {
        display: block; } }

.craft-digital__info {
  float: right;
  width: 100%;
  padding: 15px; }
  @media (min-width: 1025px) {
    .craft-digital__info {
      width: 50%;
      padding: 45px; } }
      /*modified on 19/09/2018*/
       @media (min-width: 997px) and (max-width:1024px) {
    .craft-digital__info {
      width: 50%;
      font-size:12px;
      padding: 15px; } }
  .craft-digital__info ul, .craft-digital__info ol {
    list-style: none;
    padding: 0;
    margin: 0;
    color: black;
    font-weight: 600;
    line-height: 2.857; }
    .craft-digital__info ul li, .craft-digital__info ol li {
      position: relative;
      padding-left: 20px; }
      .craft-digital__info ul li:before, .craft-digital__info ol li:before {
        content: "";
        z-index: 1;
        width: 7px;
        height: 7px;
        background: #fe5252;
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%;
        left: 0;
        position: absolute; }

.craft-digital__img {
  position: relative;
  padding-bottom: 100%; }
  .craft-digital__img:before {
    background-size: cover !important; }
  .craft-digital__img .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }

.craft-degital__icon {
  z-index: 2;
  font-size: 170px;
  color: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute; }

.craft-digital__img--bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.craft-digital__title {
  letter-spacing: 4px;
  padding: 0;
  line-height: 1.75; }
  @media (min-width: 1200px) {
    .craft-digital__title {
      padding-left: 90px; } }
  .craft-digital__title.bx-content__title {
    margin-left: 0; }
  .craft-digital__title.bx-content__title--line-left:after {
    width: 68px; }
  .craft-digital__title.fadeIn.bx-content__title--line-left:after {
    left: 0; }

.craft-digital__areas {
  letter-spacing: 3px;
  font-weight: 600;
  color: #a0a0a0;
  line-height: 2.5; }

.craft-digital__content {
  overflow: auto;
  height: 370px; }

.inside-out {
  position: relative;
  height: 450px; }
  @media (min-width: 1200px) {
    .inside-out {
      height: 875px; } }
  .inside-out.navbar--bg-black:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.46);
    z-index: 1; }
  .inside-out [class*="bx-content__title--line"]:after {
    display: block !important; }
  .inside-out .bx-content__title--line-bottom:after {
    width: 300px; }
  .inside-out .fadeIn.bx-content__title--line-bottom:after {
    width: 68px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  @media (max-width: 1199px) {
    .inside-out .cricle__item--center-box {
      display: block;
      width: 400px; } }
  @media (max-width: 767px) {
    .inside-out .cricle__item--center-box {
      width: 300px; } }
  .inside-out .vertical-site {
    display: none; }
    @media (min-width: 1460px) {
      .inside-out .vertical-site {
        display: block; } }
  .inside-out .vertical-site__item--right {
    right: -85px; }
  .inside-out .fadeIn.vertical-site__item--center {
    bottom: 50%; }
  .inside-out .bx-content__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 4px; }
  .inside-out .bx-content__info {
    width: 100%;
    padding: 0 15px;
    z-index: 10;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (min-width: 1200px) {
      .inside-out .bx-content__info {
        width: 945px;
        padding: 0; } }
  .inside-out a {
    display: inline-block;
    font-size: 26px; }

.planning {
  padding: 100px 0;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .planning {
      padding: 190px 0 90px; } }
  .planning .vertical-site {
    display: none; }
    @media (min-width: 1460px) {
      .planning .vertical-site {
        display: block; } }
  .planning .vertical-site__item--left {
    left: -85px; }
  .planning .vertical-site__item--center.fadeIn {
    bottom: 50%; }
  .planning .cricle__item {
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
  .planning .cricle__item--top {
    top: 208px; }
  .planning .cricle__item--bottom {
    bottom: -100%; }
    .planning .cricle__item--bottom.fadeIn {
      bottom: -295px; }
  .planning .cricle__item--left {
    left: 44px; }
  .planning .cricle__item--right {
    right: -100%; }
    .planning .cricle__item--right.fadeIn {
      right: 0; }

.planning__item {
  position: relative; }
  @media (min-width: 992px) {
    .planning__item {
      padding: 50px 0; } }
  .planning__item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6; }
  .planning__item + .planning__item {
    padding: 30px 0; }
    @media (min-width: 992px) {
      .planning__item + .planning__item {
        padding: 100px 0 85px; } }
  .planning__item .count-number {
    display: none;
    z-index: -1;
    color: black; }
    @media (min-width: 992px) {
      .planning__item .count-number {
        display: block;
        font-size: 72px; } }
    @media (min-width: 1200px) {
      .planning__item .count-number {
        font-size: 200px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .planning__item .count-number__item {
    margin-top: -70px !important;
    opacity: 1;
    visibility: visible; } }
  .planning__item .count-number__item--right {
    right: 95px; }
    @media (min-width: 1200px) {
      .planning__item .count-number__item--right {
        right: 165px; } }
  .planning__item .count-number__item--vcenter.fadeIn {
    margin-top: -200px; }
    @media (min-width: 1460px) {
      .planning__item .count-number__item--vcenter.fadeIn {
        margin-top: -100px; } }
  .planning__item:nth-child(2n+2) .count-number {
    color: #fe5252; }
  .planning__item:nth-child(2n+2) .count-number__item--right {
    right: auto;
    left: 85px; }
  .planning__item:nth-child(2n+2) .planning__title {
    text-align: right;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      .planning__item:nth-child(2n+2) .planning__title {
        padding-right: 95px; } }
  .planning__item:nth-child(2n+2) .planning_desc {
    float: right;
    text-align: right; }
  .planning__item:nth-child(2n+2) .bx-content__title--line-left:after {
    left: auto;
    right: 275px; }
  .planning__item:nth-child(2n+2) .fadeIn.bx-content__title--line-left:after {
    left: auto;
    right: 0; }
  .planning__item .bx-content__title--line-left:after {
    width: 68px; }
  .planning__item .fadeIn.bx-content__title--line-left:after {
    left: 0;
    margin-top: -19px; }

.planning__title {
  margin-left: 0;
  padding: 0;
  line-height: 1.75;
  letter-spacing: 4px;
  margin-bottom: 28px; }
  @media (min-width: 992px) {
    .planning__title {
      padding-left: 95px; } }

.planning_desc {
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .planning_desc {
      width: 638px; } }

/*
 * GALLERY
 * ========================================
 */
.bx-gallery {
  padding: 50px 0; }

.bx-gallery__container:after {
  content: "";
  display: block;
  clear: both; }

.bx-filters {
  margin-bottom: 60px;
  font-weight: 700; }
  .bx-filters a {
    display: block;
    padding: 10px 20px;
    letter-spacing: 4px; }
    @media (min-width: 768px) {
      .bx-filters a {
        display: inline-block; } }
  .bx-filters .count {
    display: inline-block;
    vertical-align: top;
    color: #999;
    font-size: 10px;
    letter-spacing: 1px; }
  .bx-filters .current {
    color: #fe5252; }

[data-gap="5"] {
  margin: calc(-5px / 2); }
  [data-gap="5"] .bx-gallery__item {
    padding: calc(5px / 2); }

[data-gap="10"] {
  margin: calc(-10px / 2); }
  [data-gap="10"] .bx-gallery__item {
    padding: calc(10px / 2); }

[data-gap="15"] {
  margin: calc(-15px / 2); }
  [data-gap="15"] .bx-gallery__item {
    padding: calc(15px / 2); }

[data-gap="30"] {
  margin: calc(-30px / 2); }
  [data-gap="30"] .bx-gallery__item {
    padding: calc(30px / 2); }

@media (min-width: 992px) {
  [data-cols="3"] .bx-gallery__item--clearfix:nth-of-type(4n+1) {
    clear: left; }
  [data-cols="3"] .bx-gallery__item--clearfix:nth-of-type(4n+4) {
    clear: right; } }

@media (min-width: 992px) {
  [data-cols="4"] .bx-gallery__item--clearfix:nth-of-type(3n+1) {
    clear: left; }
  [data-cols="4"] .bx-gallery__item--clearfix:nth-of-type(3n+3) {
    clear: right; } }

.bx-gallery__item.bx-gallery__item--w2 {
  width: 100%; }
  @media (min-width: 480px) {
    .bx-gallery__item.bx-gallery__item--w2 {
      width: 50%; } }
  @media (min-width: 768px) {
    .bx-gallery__item.bx-gallery__item--w2 {
      width: 66.6667%; } }
  @media (min-width: 992px) {
    .bx-gallery__item.bx-gallery__item--w2 {
      width: 50%; } }

.bx-gallery__media {
  background: transparent; }

.bx-gallery__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 100%; }
  .bx-gallery__img > a,
  .bx-gallery__img > [data-hover="hoverdir"] {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .bx-gallery__img img {
    height: 100%;
    width: 100%; }

.bx-gallery__hover {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%; }
  .bx-gallery__hover:after {
    color: #fff;
    font-size: 24px;
    z-index: 6;
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.is-loading,
.is-broken {
  min-height: 150px; }
  .is-loading img,
  .is-broken img {
    opacity: 0; }
  .is-loading a:before,
  .is-loading a:after,
  .is-broken a:before,
  .is-broken a:after {
    visibility: hidden !important; }

.is-loading {
  background: black url("../img/loading.gif") no-repeat center; }

.is-broken {
  background: #be3730 url("../img/broken.png") no-repeat center; }

.bx-gallery__info {
  position: relative;
  padding: 15px 0; }

.bx-gallery__title {
  line-height: 1.3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.bx-gallery__author:before {
  content: '\2014 \00A0'; }

.bx-gallery__hover--text-inside {
  text-align: center; }
  .bx-gallery__hover--text-inside:after {
    display: none; }
  .bx-gallery__hover--text-inside .bx-gallery__info {
    color: #bcbcbc;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50% !important;
    left: 0;
    right: 0;
    position: absolute; }
  .bx-gallery__hover--text-inside .bx-gallery__title {
    color: #fff;
    line-height: 1.5; }
    .bx-gallery__hover--text-inside .bx-gallery__title:hover {
      color: #337ab7; }
  .bx-gallery__hover--text-inside .bx-gallery__author:after {
    content: '\2014 \00A0';
    margin-left: 3px; }

.bx-gallery__likeit {
  position: absolute;
  bottom: 25px;
  right: 0;
  padding-left: 25px;
  color: black; }
  @media (min-width: 992px) {
    .bx-gallery__likeit {
      top: 5px;
      bottom: auto; } }
  .bx-gallery__likeit:hover {
    color: red; }
  .bx-gallery__likeit .icon-heart {
    position: absolute;
    left: 0;
    bottom: -10px;
    font-size: 20px; }

/*
 * PORTFOLIO
 * ========================================
 */
.portfolio,
.portfolio-standart {
  padding: 30px 0 0;
  overflow: hidden; }
  .portfolio .cricle,
  .portfolio-standart .cricle {
    z-index: 0; }
  .portfolio .cricle__item,
  .portfolio-standart .cricle__item {
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
  .portfolio .cricle__item--right,
  .portfolio-standart .cricle__item--right {
    right: -100%; }
    .portfolio .cricle__item--right.fadeIn,
    .portfolio-standart .cricle__item--right.fadeIn {
      right: 0; }
  .portfolio .cricle__item--left,
  .portfolio-standart .cricle__item--left {
    left: 89px; }
  .portfolio .cricle__item--bottom,
  .portfolio-standart .cricle__item--bottom {
    bottom: -168px;
    opacity: 1;
    visibility: visible; }
  .portfolio .bx-gallery,
  .portfolio-standart .bx-gallery {
    padding: 22px 0 50px; }
  .portfolio .bx-gallery__container,
  .portfolio-standart .bx-gallery__container {
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }

.portfolio-cricle {
  padding-bottom: 80px; }
  .portfolio-cricle .cricle__item--bottom {
    bottom: -168px;
    opacity: 1;
    visibility: visible; }
  .portfolio-cricle .bx-gallery__media {
    padding: 0 35px; }
  .portfolio-cricle .bx-gallery__img {
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 35px; }
  .portfolio-cricle .blogs__name {
    padding: 0; }
    .portfolio-cricle .blogs__name:before {
      left: 50%;
      top: -35px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.portfolio-fullwidth {
  padding-bottom: 0; }
  .portfolio-fullwidth.bx-gallery {
    padding: 0;
    position: relative;
    z-index: 9; }
  .portfolio-fullwidth .bx-gallery__img {
    margin-bottom: 0; }
  .portfolio-fullwidth .bx-gallery__info {
    color: white !important; }
  .portfolio-fullwidth .blogs__name {
    padding: 0; }
    .portfolio-fullwidth .blogs__name:before {
      left: 50%;
      top: -35px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .portfolio-fullwidth .blogs__name span {
      color: white; }
  .portfolio-fullwidth .blogs__meta {
    color: #ccc !important; }
  .portfolio-fullwidth .bx-gallery__likeit {
    color: white;
    top: -70px;
    right: auto;
    left: 50%;
    -webkit-transform: translatex(-20%);
            transform: translatex(-20%); }
  .portfolio-fullwidth .info a {
    color: white; }
    .portfolio-fullwidth .info a:hover {
      color: #fe5252; }

.portfolio-masonry .cricle__item--bottom {
  bottom: -168px;
  opacity: 1;
  visibility: visible; }

@media (min-width: 768px) {
  .portfolio-masonry .bx-gallery__item--width2 {
    width: 66.5%; } }

@media (min-width: 992px) {
  .portfolio-masonry .bx-gallery__item--width2 {
    width: 58.33333%; } }

.portfolio-masonry .bx-gallery__item--width2 .bx-gallery__img {
  padding-bottom: 100%; }
  @media (min-width: 768px) {
    .portfolio-masonry .bx-gallery__item--width2 .bx-gallery__img {
      padding-bottom: 150%; } }
  @media (min-width: 992px) {
    .portfolio-masonry .bx-gallery__item--width2 .bx-gallery__img {
      padding-bottom: 165.8%; } }
  @media (min-width: 1200px) {
    .portfolio-masonry .bx-gallery__item--width2 .bx-gallery__img {
      padding-bottom: 161.5%; } }

.portfolio-masonry .bx-gallery__item--width2 img {
  height: auto; }
  @media (min-width: 768px) {
    .portfolio-masonry .bx-gallery__item--width2 img {
      height: 100%; } }

.portfolio-standart .blogs__name,
.portfolio-cricle .blogs__name {
  height: 108px;
  overflow: hidden; }

/*
 * SINGLE PROJECT
 * ========================================
 */
.image-banner {
  padding: 50px 15px 0; }
  @media (min-width: 768px) {
    .image-banner {
      padding: 50px 0 0; } }

.image-banner--gray {
  background: #ebebeb; }

@media (min-width: 992px) {
  .single-project .bx-content__title--line-left {
    padding: 0;
    padding-left: 90px; } }

.single-project .bx-content__title--line-left:after {
  width: 68px; }

.single-project .bx-content__title--line-left.fadeIn.bx-content__title--line-left:after {
  left: 0; }

@media (min-width: 992px) {
  .single-project .bx-content__title--line-right {
    padding: 0;
    padding-right: 90px; } }

.single-project .bx-content__title--line-right:after {
  width: 68px; }

.single-project .bx-content__title--line-right.fadeIn.bx-content__title--line-right:after {
  right: 0; }

.single-project__item:not(:last-child) {
  border-bottom: 1px solid #e7e7e7; }

@media (min-width: 992px) {
  .single-project [class*="bx-content__title--line"]:after,
  .text-left [class*="bx-content__title--line"]:after,
  .text-right [class*="bx-content__title--line"]:after {
    display: block; } }

@media (min-width: 992px) {
  .text-left .bx-content__title--line-left {
    padding: 0;
    padding-left: 90px; } }

.text-left .bx-content__title--line-left:after {
  width: 68px; }

.text-left .bx-content__title--line-left.fadeIn.bx-content__title--line-left:after {
  left: 0; }

.text-right .single-project__item {
  text-align: left; }
  @media (min-width: 992px) {
    .text-right .single-project__item {
      text-align: right; } }

@media (min-width: 992px) {
  .text-right .bx-content__title--line-left {
    padding: 0;
    padding-right: 90px; } }

.text-right .bx-content__title--line-left:after {
  width: 68px; }

.text-right .bx-content__title--line-left.fadeIn.bx-content__title--line-left:after {
  right: 0;
  left: auto; }

.single-project__title {
  margin: 0;
  padding: 0; }

.single-project__media {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .single-project__media {
      margin-bottom: 0; } }

.single-project__media img {
  width: 100%; }

.single-project-2 .single-project__item {
  padding: 100px 0; }

.single-project-2 .bx-content__title--line-bottom:after {
  margin-top: 5px; }

.single-project-2 .fadeIn.bx-content__title--line-bottom:after {
  width: 100%; }

.highlight {
  padding: 90px 0 150px; }

.highlight__item {
  text-align: center; }
  .highlight__item:hover .highlight__img img {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg); }

.highlight__img {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden; }
  .highlight__img img {
    border-radius: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

.highlight__icon {
  color: white;
  font-size: 60px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.highlight__name {
  font-size: 26px; }

.single-pager {
  position: relative; }
  @media (min-width: 1460px) {
    .single-pager {
      border-top: 1px solid #e7e7e7;
      margin: 0 -100%; } }
  .single-pager p {
    margin: 0; }

.single-pager__vline {
  display: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
  bottom: 0;
  position: absolute; }
  .single-pager__vline:before {
    content: "";
    width: 1px;
    background: #e7e7e7;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  @media (min-width: 480px) {
    .single-pager__vline {
      display: block; } }

.single-pager__icon {
  z-index: 2;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  background: white;
  border: 2px solid black;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.single-pager__item {
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .single-pager__item {
      width: 50%;
      padding: auto; } }
  .single-pager__item:not(:last-child) {
    border-bottom: 1px solid #e7e7e7; }
    @media (min-width: 480px) {
      .single-pager__item:not(:last-child) {
        border: none; } }
  .single-pager__item .single-pager__button,
  .single-pager__item .single-pager__name {
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .single-pager__item a {
    display: block;
    padding: 40px 0; }
    .single-pager__item a:hover {
      background: white;
      color: #fe5252; }
      .single-pager__item a:hover .single-pager__button,
      .single-pager__item a:hover .single-pager__name {
        color: #fe5252; }
      .single-pager__item a:hover .single-pager__button--next:before {
        margin-left: -10px;
        margin-right: 20px; }
      .single-pager__item a:hover .single-pager__button--prev:after {
        margin-left: 20px;
        margin-right: -10px; }
  .single-pager__item .pull-left,
  .single-pager__item .pull-right {
    width: 100%; }
    @media (min-width: 480px) {
      .single-pager__item .pull-left,
      .single-pager__item .pull-right {
        width: auto; } }
    @media (min-width: 1200px) {
      .single-pager__item .pull-left,
      .single-pager__item .pull-right {
        width: 550px; } }
  .single-pager__item .pull-left p {
    padding-right: 0; }
  .single-pager__item .pull-right p {
    padding-left: 0; }

.single-pager__button {
  color: #7a7a7a;
  vertical-align: text-top;
  letter-spacing: 3px; }
  .single-pager__button .cs, .single-pager__button .post-page__next:before {
    font-size: 11px;
    margin-right: 5px; }

.single-pager__name {
  font-family: "Anton", sans-serif;
  font-size: 20px;
  color: black; }
  @media (min-width: 992px) {
    .single-pager__name {
      font-size: 26px; } }

.single-pager__button--next:before, .single-pager__button--next:after,
.single-pager__button--prev:before,
.single-pager__button--prev:after {
  font-family: "Cricle-Studio";
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.single-pager__button--next:before {
  content: "\E002";
  margin-right: 10px; }

.single-pager__button--prev:after {
  content: "\E003";
  margin-left: 10px; }

.single-pager__item--next p,
.single-pager__item--prev p {
  padding: 0 30px; }
  @media (min-width: 992px) {
    .single-pager__item--next p,
    .single-pager__item--prev p {
      padding: 0 130px; } }

.single-pager__item--prev {
  text-align: right; }

.sport-single {
  display: table;
  width: 100%; }

.sport-single__item {
  float: left;
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center; }
  @media (min-width: 992px) {
    .sport-single__item {
      width: 33.333%;
      height: 525px; } }

.sport-single_item--center {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.sport-single__item:not(:last-child) {
  border-bottom: 1px solid #e7e7e7; }
  @media (min-width: 992px) {
    .sport-single__item:not(:last-child) {
      border: none;
      border-right: 1px solid #e7e7e7; } }

.sport-single__name {
  font-weight: 600;
  font-size: 35px; }

.craft-single {
  padding: 90px 0 150px; }

/* Text meant only for screen readers. */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.gallery {
  margin-bottom: 1.5em; }
  .gallery:after {
    content: "";
    display: block;
    clear: both; }

.gallery-item {
  float: left;
  display: block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 3px; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.bypostauthor {
  visibility: visible; }

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



@media screen and (min-width: 992px) {
nav.on {
width:40% !important;
max-width:40% !important;
}
ul.navbar-child{
    margin-left: 50px;
}
}
@media screen and (min-width: 1240px) {
nav.on {
 max-width:30% !important;
 width: 30% !important;
}
}
@media screen and (max-width: 700px) {
nav.on {
 width:100% !important;
}
}
@media (min-width: 701px) and (max-width: 991px){
nav.on {
 width: 30% !important;
}
}

