/**
 * 1.0 - Reset
 */
.theme-color-ff9801 a,
.theme-color-ff9801 blockquote:before,
.theme-color-ff9801 .contact-map .contact-info a:hover,
.theme-color-ff9801 .interests-list i,
.theme-color-ff9801 .input-field.used label,
.theme-color-ff9801 .logo span,
.theme-color-ff9801 #map .map-icon,
.theme-color-ff9801 .nav-wrap .btn-mobile-nav,
.theme-color-ff9801 .page-404 h2 span,
.theme-color-ff9801 .post-box .post-title a:hover,
.theme-color-ff9801 .post-single .post-title a:hover,
.theme-color-ff9801 .post-comments .section-title,
.theme-color-ff9801 .ref-box .person-speech:before,
.theme-color-ff9801 .timeline-box .date,
.theme-color-ff9801 .widget-title,
.theme-color-ff9801 .widget_meta ul li a:hover,
.theme-color-ff9801 .widget_archive ul li a:hover,
.theme-color-ff9801 .widget_nav_menu ul li a:hover,
.theme-color-ff9801 .widget_categories ul li a:hover,
.theme-color-ff9801 .widget_recent_entries ul li a:hover,
.theme-color-ff9801 .widget_recent_comments ul li a:hover,
.theme-color-ff9801 .widget_search .search-form:before,
.theme-color-ff9801 .widget-popuplar-posts .post-title a:hover,
.theme-color-ff9801 .widget-recent-posts .post-title a:hover {
  color: #ff9801;
}
.theme-color-ff9801 ins,
.theme-color-ff9801 mark,
.theme-color-ff9801 .btn-primary,
.theme-color-ff9801 .btn-primary-outer,
.theme-color-ff9801 .btn-sidebar-close,
.theme-color-ff9801 .calendar-busy .calendar-body td .current-day,
.theme-color-ff9801 .calendar-busy .calendar-today .date,
.theme-color-ff9801 .filter .active:after,
.theme-color-ff9801 .filter-bar .filter-bar-line,
.theme-color-ff9801 .input-field .line:before,
.theme-color-ff9801 .input-field .line:after,
.theme-color-ff9801 .mobile-nav,
.theme-color-ff9801 .nav > ul > li > a > span,
.theme-color-ff9801 .post-datetime,
.theme-color-ff9801 .profile-social,
.theme-color-ff9801 .profile-preword span,
.theme-color-ff9801 .progress-bar .bar-fill,
.theme-color-ff9801 .progress-bar .bar-line:after,
.theme-color-ff9801 .price-box.box-primary .btn,
.theme-color-ff9801 .price-box.box-primary .price-box-top,
.theme-color-ff9801 .pagination .page-numbers.current,
.theme-color-ff9801 .pagination .page-numbers.current:hover,
.theme-color-ff9801 .pagination .page-numbers:active,
.theme-color-ff9801 .pagination .page-numbers.next:active,
.theme-color-ff9801 .pagination .page-numbers.prev:active,
.theme-color-ff9801 .timeline-bar,
.theme-color-ff9801 .timeline-box .dot,
.theme-color-ff9801 .timeline-box-compact .date span,
.theme-color-ff9801 .widget_tag_cloud a:hover {
  background-color: #ff9801;
}

.theme-color-ff9801 .profile-list .button-available {
  background-color: #00c851;
}
.button-not-available {
  background-color: red;
}
.button-not-available:after {
  content: "Not Available";
}
.button-available:after {
  content: "Available";
}
.theme-color-ff9801
  .mejs-container
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current,
.theme-color-ff9801
  .mejs-container
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current {
  background: #ff9801;
}
.theme-color-ff9801 .timeline-box-inner,
.theme-color-ff9801 .price-box.box-primary .btn,
.theme-color-ff9801 .widget_search .search-form,
.theme-color-ff9801 .widget_tag_cloud a:hover {
  border-color: #ff9801;
}
.theme-color-ff9801 .page-404 h2 span:before,
.theme-color-ff9801 .profile-preword span:before,
.theme-color-ff9801 .timeline-box-compact .date span:before {
  border-left-color: #ff9801;
}
.theme-color-ff9801 .price-box.box-primary .price-box-top:before {
  border-top-color: #ff9801;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

*:hover,
*:focus,
*:active {
  outline: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

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

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a img {
  border: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}

a:hover {
  text-decoration: underline;
}

/**
 * 2.0 - General
 */
/**
 * 2.1 - Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 25px 0;
  line-height: 1.1;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 25px 0;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #737881;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
}

blockquote:before {
  content: "\e61c";
  position: static;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

blockquote p {
  margin-bottom: 20px;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  padding-top: 20px;
  margin-top: 25px;
  position: relative;
  display: block;
}

blockquote cite:before {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -32px;
}

blockquote cite,
blockquote small {
  color: #303030;
  font-size: 14px;
  font-weight: 600;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/**
 * 2.2 - Elements
 */
hr {
  background-color: #bfbfbf;
  border: 0;
  height: 1px;
  margin-top: 0;
  margin-bottom: 25px;
}

ul,
ol {
  margin: 0 0 25px 20px;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 25px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 10px;
}

table,
th,
td {
  border: 1px solid #e5e5e5;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 25px 0;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 5px 10px;
  vertical-align: top;
}

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

figure {
  margin: 0;
}

del {
  opacity: 0.5;
}

/**
 * 2.3 - Helper Classes
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.hidden {
  display: none !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.valign-outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: table;
  position: static;
}

.valign-middle {
  top: 50%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: static;
}

.valign-inner {
  position: relative;
  top: -50%;
}

/**
 * 2.4 - Icons
 */
.rsicon,
blockquote:before,
.ref-box .person-speech:before,
.widget_search .search-form:before {
  display: inline-block;
  vertical-align: middle;
}

blockquote:before,
.ref-box .person-speech:before,
.widget_search .search-form:before {
  font-family: "icomoon";
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * 3.0 - Form
 */
button,
input[type="submit"] {
  cursor: pointer;
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.42857143;
  width: 100%;
  display: block;
  padding: 6px 12px;
  background: transparent;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

select,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  height: 34px;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  color: #333;
}

:-moz-placeholder {
  color: #333;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
}

.input-field {
  position: relative;
  margin-bottom: 30px;
}

.input-field input,
.input-field textarea {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
}

.input-field label {
  top: 10px;
  left: 0;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.15s ease all;
  -moz-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

.input-field .line {
  position: relative;
  display: block;
  width: 100%;
}

.input-field .line:before,
.input-field .line:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.15s ease all;
  -moz-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

.input-field .line:before {
  left: 50%;
}

.input-field .line:after {
  right: 50%;
}

.input-field input:focus,
.input-field textarea:focus {
  outline: none;
}

.input-field.used label {
  top: -15px;
  font-size: 11px;
}

.input-field.used .line:before,
.input-field.used .line:after {
  width: 50%;
}

.input-field.error label {
  color: #c00 !important;
}
.input-field.error input,
.input-field.error textarea {
  border-bottom: 1px solid #c00 !important;
}
.input-field.error .line:before,
.input-field.error .line:after {
  background-color: #c00 !important;
}

/**
 * 4.0 - Grid
 */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row {
  *zoom: 1;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-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,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1025px) {
  .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%;
  }
}
/**
 * 5.0 - WP Editor
 */
/**
 * 5.1 - Alignments
 */
.alignleft {
  display: inline;
  /* float: left; */
}

.alignright {
  display: inline;
  /* float: right; */
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/**
 * 5.2 - Caption
 */
.wp-caption {
  background: transparent;
  border: none;
  color: #707070;
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 28px 0;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.wp-caption.alignleft {
  margin: 7px 28px 21px 0;
}

.wp-caption.alignright {
  margin: 7px 0 21px 28px;
}

.wp-caption.aligncenter {
  margin: 7px auto;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.1;
  padding: 10px 0;
  text-align: center;
}

/**
 * 5.3 -  Galleries
 */
.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.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-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 6.0 - Components
 */
/**
 * 6.1 - Buttons
 */
.btn {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 6px 12px;
  margin-bottom: 0;
  background-image: none;
}

.btn,
.btn-outer {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.17);
}

.btn-outer .btn {
  box-shadow: none;
}

.btn:hover,
.btn:focus,
.btn-outer:hover,
.btn-outer:focus {
  opacity: 0.95;
  text-decoration: none;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outer {
  display: inline-block;
}

.btn-outer .btn {
  background: transparent !important;
}

.btn-outer:hover .btn,
.btn-outer:focus .btn {
  opacity: 1;
  box-shadow: none;
}

.btn-lg {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  min-width: 130px;
}

.btn-border {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #3d4451 !important;
  border: 1px solid #cbcdcf;
  background: transparent;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
}

.btn-scroll-top {
  z-index: 10;
  bottom: 35px;
  right: 40px;
  position: fixed;
  width: 40px;
  height: 40px;
  display: none;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d2d2d2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-scroll-top:hover {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.btn-scroll-top .rsicon {
  color: #c8c8c8;
  color: rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  line-height: 38px;
}

@media (max-width: 1180px) {
  .btn-scroll-top {
    right: 15px;
    bottom: 15px;
  }
}
/**
 * 6.2 - Ripple
 */
.ripple {
  overflow: hidden;
  position: relative;
  user-select: none;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: white;
}
.ripple.instructables {
  float: right;
}
.ripple.instructables > img:hover {
  size: 110%;
  transition: 0.2s ease-in-out;
}

.ripple-effect {
  margin: 0;
  padding: 0;
  position: absolute;
  user-select: none;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/**
 * 6.3 - Social
 */
.social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.social li {
  display: inline-block;
  margin: 5px 15px;
}
.social li a {
  width: 45px;
  height: 45px;
  position: relative;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: -webkit-transition, background-color 0.25s linear 0s;
  -moz-transition: -moz-transition, background-color 0.25s linear 0s;
  transition: transition, background-color 0.25s linear 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.social li a:hover {
  text-decoration: none;
  color: #d4d4d5;
}
.social li a,
.social li a .rsicon {
  line-height: 45;
}
.social li a {
  color: #35363b;
  font-size: 20px;
  line-height: 45px;
  display: block;
}

@media (max-width: 767px) {
  .social li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .social li a {
    width: 35px;
    height: 35px;
  }
  .social li a,
  .social li a .rsicon {
    line-height: 35px;
  }
  .social li a .rsicon {
    font-size: 17px;
  }
}

/**
 * Icons List
 */
.rs-icons-list {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
.rs-icons-list li {
  float: left;
  width: 16.6666%;
  float: left;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.rs-icon {
  font-size: 42px;
  display: block;
  margin-bottom: 5px;
}

.rs-icon-class {
  font-size: 11px;
  display: block;
}

@media (max-width: 992px) {
  .rs-icons-list li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .rs-icons-list li {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .rs-icons-list li {
    width: 50%;
  }
}
/**
 * 7.0 - Containers
 */
body {
  color: #3d4451;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #efefef;
}

.wrapper {
  opacity: 1;
  visibility: visible;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 400ms ease-out;
  -moz-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}

.mobile.lock-scroll,
.mobile.lock-scroll body,
.mobile.lock-scroll .wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.content {
  z-index: 2;
  position: relative;
}

.container {
  width: 100%;
  max-width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.section {
  padding-top: 70px;
}

.section-box {
  padding: 40px 50px;
}

.section-title {
  color: #3d4451;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.section-txt-btn {
  padding-top: 10px;
  top: 20px;
  text-align: center;
}

.grid-box,
.post-box,
.price-box,
.section-box,
.calendar-busy,
.timeline-box-inner,
.sidebar-default .profile-photo img {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

@media (max-width: 992px) {
  .section-box {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 50px;
  }

  .section-box {
    padding: 30px 20px;
  }

  .section-title {
    font-size: 30px;
  }
}

/**
 * 11.2 - Section About
 */
.section-about {
  padding-top: 40px;
  position: relative;
}
.section-about .section-box {
  padding: 0;
}
.section-about .profile {
  padding: 57px 50px 15px 50px;
}
.section-about .profile-photo {
  margin-right: 10%;
  margin-bottom: 10px;
}
.section-about .profile-info {
  color: #3d4451;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dedede;
}
.section-about .profile-title {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 5px;
}
.section-about .profile-title span {
  font-weight: 300;
}
.section-about .profile-position {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
}

.profile-photo img {
  border-radius: 50%;
  width: 100%;
  display: block;
}

.profile-preword {
  margin-bottom: 28px;
}
.profile-preword span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  padding: 7px 12px;
  text-transform: uppercase;
  position: relative;
}
.profile-preword span:before {
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 5px;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent;
}

.profile-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-list li {
  margin-bottom: 13px;
}
.profile-list .title {
  display: block;
  width: 120px;
  float: left;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.profile-list .cont {
  display: block;
  margin-left: 125px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #9da0a7;
}
.profile-list .cont a {
  color: #eaeaea;
}
.profile-list .cont.profile-vacation {
  font-size: 14px;
}
.profile-list .button-available,
.button-not-available {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  padding: 5px 8px;
  display: inline-block;
  position: relative;
  top: -2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.profile-list .rsicon {
  margin-right: 10px;
  vertical-align: baseline;
}

.profile-social {
  padding: 15px 0;
}

@media (max-width: 992px) {
  .section-about .profile {
    padding: 50px 40px 15px 40px;
  }
  .section-about .profile-photo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-about {
    padding-top: 0;
  }
  .section-about .profile {
    padding: 30px 20px 15px 20px;
  }

  .profile-list .title,
  .profile-list .cont {
    width: 100%;
    float: none;
    line-height: 1.2;
  }
  .profile-list .title {
    margin-bottom: 3px;
  }
  .profile-list .cont {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .section-about .row > div {
    width: 100%;
  }
  .section-about .profile-title {
    font-size: 28px;
  }
}
/**
 * 11.3 - Section Skills
 */
.section-skills .section-box {
  padding-bottom: 50px;
}

.progress-bar {
  position: relative;
  margin-bottom: 40px;
}
.progress-bar .bar-data {
  font-size: 14px;
  line-height: 1.1;
  padding-right: 40px;
}
.progress-bar .bar-value {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.progress-bar .bar-title {
  display: block;
  margin-bottom: 5px;
}
.progress-bar .bar-fill {
  width: 0;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: width 400ms ease-out 100ms;
  -moz-transition: width 400ms ease-out 100ms;
  transition: width 400ms ease-out 100ms;
}
.progress-bar .bar-line {
  height: 5px;
  position: relative;
}
.progress-bar .bar-line:after {
  content: "";
  opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .section-skills .section-box .row:last-child .progress-bar {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-skills .section-box {
    padding-bottom: 35px;
  }
  .section-skills
    .section-box
    .row:last-child
    .col-sm-6:last-child
    .progress-bar {
    margin-bottom: 0;
  }
}

/**
 * 14.0 - Footer
 */
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-social {
  padding: 30px 0;
}
.footer-social .social li a .rsicon {
  color: #d7d7d7;
  -webkit-transition: -webkit-transition, color 0.25s linear 0s;
  -moz-transition: -moz-transition, color 0.25s linear 0s;
  transition: transition, color 0.25s linear 0s;
}
.footer-social .social li a:hover .rsicon {
  color: #6e6e6e;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer p {
  text-align: center;
  width: 50%;
  margin: auto;
}
/**
 * 15.0 - Theme dark
 */
.theme-skin-dark body {
  color: #9c9c9c;
  background-color: #27292e;
}
.theme-skin-dark hr {
  background-color: #302f32;
}
.theme-skin-dark table,
.theme-skin-dark th,
.theme-skin-dark td {
  border-color: #515056;
}
.theme-skin-dark .section-title {
  color: #7c7d82;
}
.theme-skin-dark .grid-box,
.theme-skin-dark .post-box,
.theme-skin-dark .price-box,
.theme-skin-dark .section-box,
.theme-skin-dark .calendar-busy,
.theme-skin-dark .timeline-box-inner {
  background-color: #35363b;
}
.theme-skin-dark #preloader {
  background-color: #35363b;
}
.theme-skin-dark ::-webkit-input-placeholder {
  color: #8f9094;
}
.theme-skin-dark :-moz-placeholder {
  color: #8f9094;
}
.theme-skin-dark ::-moz-placeholder {
  color: #8f9094;
  opacity: 1;
}
.theme-skin-dark :-ms-input-placeholder {
  color: #8f9094;
}
.theme-skin-dark select,
.theme-skin-dark textarea,
.theme-skin-dark input[type="tel"],
.theme-skin-dark input[type="text"],
.theme-skin-dark input[type="email"],
.theme-skin-dark input[type="search"],
.theme-skin-dark input[type="password"] {
  color: #9c9c9c;
  border-color: #56565e;
}
.theme-skin-dark .input-field input,
.theme-skin-dark .input-field textarea {
  border-bottom-color: #1f2125;
}
.theme-skin-dark .input-field label {
  color: #9c9c9c;
}
.theme-skin-dark .section-box .input-field input,
.theme-skin-dark .section-box .input-field textarea {
  border-bottom-color: #474d56;
}
.theme-skin-dark .section-box .input-field label {
  color: #9c9c9c;
}
.theme-skin-dark blockquote cite:before {
  background-color: #4d4c51;
}
.theme-skin-dark blockquote cite,
.theme-skin-dark blockquote small {
  color: #99999b;
}
.theme-skin-dark .btn-border {
  color: #9d9ea2 !important;
  border-color: #474d56;
}
.theme-skin-dark .btn-primary {
  color: #35363b;
}
.theme-skin-dark .ripple-effect {
  background-color: rgba(255, 255, 255, 0.15);
}
.theme-skin-dark .btn-scroll-top {
  border: 1px solid #2b2e35;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
}
.theme-skin-dark .btn-scroll-top:hover {
  background-color: #2e3035;
}
.theme-skin-dark .btn-scroll-top .rsicon {
  color: #2b2e35;
  color: rgba(0, 0, 0, 0.2);
}
.theme-skin-dark .rs-icons-list li {
  border-color: #35363b;
}
.theme-skin-dark .social li a .rsicon {
  color: #27292e;
}
.theme-skin-dark .mejs-container .mejs-controls {
  background-color: #1b1b1d;
}
.theme-skin-dark .mejs-container .mejs-controls:before,
.theme-skin-dark .mejs-container .mejs-controls:after {
  background-color: #27292e;
}
.theme-skin-dark .mejs-container .mejs-controls .mejs-playpause-button {
  border-left: 1px solid #27292e;
  border-right: 1px solid #27292e;
}
.theme-skin-dark .mejs-container .mejs-controls .mejs-volume-button {
  border-left: 1px solid #27292e;
}
.theme-skin-dark .mejs-container .mejs-controls .mejs-fullscreen-button,
.theme-skin-dark .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  border-right: 1px solid #27292e;
}
.theme-skin-dark .mejs-container .mejs-controls .mejs-time {
  color: #4e4e50;
}
.theme-skin-dark
  .mejs-container
  .mejs-controls
  .mejs-time-rail
  .mejs-time-total {
  background-color: #3b3c40;
}
.theme-skin-dark
  .mejs-container
  .mejs-controls
  .mejs-time-rail
  .mejs-time-loaded {
  background-color: #737780;
}
.theme-skin-dark .btn-sidebar-close .rsicon {
  color: #35363b;
}
.theme-skin-dark .sidebar-fixed {
  background-color: #2d2d35;
}
.theme-skin-dark .widget-profile,
.theme-skin-dark .widget-recent-posts li,
.theme-skin-dark .widget-popuplar-posts li,
.theme-skin-dark .widget_meta ul li,
.theme-skin-dark .widget_archive ul li,
.theme-skin-dark .widget_nav_menu ul li,
.theme-skin-dark .widget_categories ul li,
.theme-skin-dark .widget_recent_entries ul li,
.theme-skin-dark .widget_recent_comments ul li,
.theme-skin-dark .widget_calendar thead th,
.theme-skin-dark .widget_calendar tfoot td {
  border-color: #1f2125;
}
.theme-skin-dark .widget_meta ul li,
.theme-skin-dark .widget_archive ul li,
.theme-skin-dark .widget_nav_menu ul li,
.theme-skin-dark .widget_categories ul li,
.theme-skin-dark .widget_recent_entries ul li,
.theme-skin-dark .widget_recent_comments ul li {
  color: #57575f;
}
.theme-skin-dark .widget_meta ul li a,
.theme-skin-dark .widget_archive ul li a,
.theme-skin-dark .widget_nav_menu ul li a,
.theme-skin-dark .widget_categories ul li a,
.theme-skin-dark .widget_recent_entries ul li a,
.theme-skin-dark .widget_recent_comments ul li a {
  color: #9d9ea2;
}
.theme-skin-dark .widget_calendar caption {
  color: #97989c;
}
.theme-skin-dark .widget_calendar td {
  color: #57585d;
}
.theme-skin-dark .widget_tag_cloud a {
  color: #56565e;
  border-color: #56565e;
}
.theme-skin-dark .widget_tag_cloud a:hover {
  color: #201f27 !important;
}
.theme-skin-dark .widget-profile .profile-title,
.theme-skin-dark .widget-profile .profile-position {
  color: #d4d4d5;
}
.theme-skin-dark .head-bar,
.theme-skin-dark .header-has-img .head-sticky.head-bar {
  background-color: #27292e;
}
.theme-skin-dark .nav-wrap .nav > ul > li > a,
.theme-skin-dark .header-has-img .head-sticky .nav-wrap .nav > ul > li > a {
  color: #9a9da2;
}
.theme-skin-dark .nav-wrap .btn-mobile-nav,
.theme-skin-dark .nav-wrap .btn-sidebar-open,
.theme-skin-dark .header-has-img .head-sticky .nav-wrap .btn-mobile-nav,
.theme-skin-dark .header-has-img .head-sticky .nav-wrap .btn-sidebar-open {
  border-color: #4d4c51;
}
.theme-skin-dark .nav-wrap .btn-mobile-nav .rsicon,
.theme-skin-dark .nav-wrap .btn-sidebar-open .rsicon,
.theme-skin-dark .header-has-img .head-sticky .nav-wrap .btn-mobile-nav .rsicon,
.theme-skin-dark
  .header-has-img
  .head-sticky
  .nav-wrap
  .btn-sidebar-open
  .rsicon {
  color: #9a9da2;
}
.theme-skin-dark .nav-wrap .nav > ul > li ul {
  background-color: #212026;
}
.theme-skin-dark .nav-wrap .nav > ul > li ul a {
  color: #fff;
}
.theme-skin-dark .nav-wrap .nav > ul > li ul a:hover {
  background-color: #27292e;
}
.theme-skin-dark .header-has-img .head-bar {
  background-color: transparent;
}
.theme-skin-dark .header-has-img .nav-wrap .nav > ul > li > a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.theme-skin-dark .header-has-img .nav-wrap .btn-mobile-nav,
.theme-skin-dark .header-has-img .nav-wrap .btn-sidebar-open {
  border-color: #4f5159;
}
.theme-skin-dark .header-has-img .nav-wrap .btn-mobile-nav .rsicon,
.theme-skin-dark .header-has-img .nav-wrap .btn-sidebar-open .rsicon {
  color: #fff;
}
.theme-skin-dark .profile-preword span,
.theme-skin-dark .timeline-box-compact .date span,
.theme-skin-dark .profile-list .button-available,
.button-not-available {
  color: #27292e;
}
.theme-skin-dark .section-about .profile-info {
  color: #d4d4d5;
  border-color: #47494c;
}
.theme-skin-dark .profile-list .title {
  color: #d4d4d5;
}
.theme-skin-dark .profile-list .cont {
  color: #84898e;
}
.theme-skin-dark .section-txt-btn {
  color: #ffffff;
}
.theme-skin-dark .profile-line {
  background-color: #222227;
}
.theme-skin-dark .interests-list li {
  border-color: #47494c;
}
.theme-skin-dark .interests-list li span {
  background-color: #222227;
}
.theme-skin-dark .filter-bar {
  background-color: #1f1f23;
}
.theme-skin-dark .filter button {
  color: #9a9b9d;
}
.theme-skin-dark .grid-more .ajax-loader {
  background: url("img/ajax-loader-dark.gif");
}
.theme-skin-dark .timeline-box-left .timeline-box-inner .arrow:before {
  border-left-color: #35363b;
}
.theme-skin-dark .timeline-box-right .timeline-box-inner .arrow:before {
  border-right-color: #35363b;
}
.theme-skin-dark .timeline-box,
.theme-skin-dark .timeline-box h4 {
  color: #7f8082;
}
.theme-skin-dark .timeline-box h3 {
  color: #bbbbbb;
}
.theme-skin-dark .ref-box .person-speech {
  border-bottom-color: #474d56;
}
.theme-skin-dark .ref-slider-nav .slider-prev a,
.theme-skin-dark .ref-slider-nav .slider-next a {
  border-color: #474d56;
}
.theme-skin-dark .ref-slider-nav .slider-prev a .rsicon,
.theme-skin-dark .ref-slider-nav .slider-next a .rsicon {
  color: #919296;
}
.theme-skin-dark .ref-box .person-name {
  color: #c7c8ca;
}
.theme-skin-dark .ref-box .person-title {
  color: #525458;
}
.theme-skin-dark .calendar-busy .calendar-nav .rsicon {
  color: #525458;
}
.theme-skin-dark .calendar-busy .calendar-nav .active-date {
  color: #d4d4d5;
}
.theme-skin-dark .calendar-busy .calendar-body th {
  color: #525458;
}
.theme-skin-dark .calendar-busy .calendar-body td {
  color: #9c9c9c;
}
.theme-skin-dark .calendar-busy .calendar-body td .busy-day {
  color: #d4d4d5;
  background-color: #474d56 !important;
}
.theme-skin-dark .calendar-busy .calendar-busy-note {
  color: #9c9c9c;
  border-top-color: #474d56;
}
.theme-skin-dark .calendar-busy .calendar-busy-note:before {
  background-color: #474d56;
}
.theme-skin-dark .contact-form h3 {
  color: #d4d4d5;
}
.theme-skin-dark .contact-map .contact-info dt {
  color: #d4d4d5;
}
.theme-skin-dark .contact-map .contact-info dd {
  color: #757677;
}
.theme-skin-dark .price-box-top {
  background-color: #474d56;
}
.theme-skin-dark .price-box-top:before {
  border-top-color: #474d56;
}
.theme-skin-dark .price-box-content h3 {
  color: #c7c8ca;
}
.theme-skin-dark .post-tag a,
.theme-skin-dark .post-info a,
.theme-skin-dark .post-info .rsicon {
  color: #9c9c9c !important;
}
.theme-skin-dark .post-title {
  color: #d4d4d5;
}
.theme-skin-dark .post-box .post-media.no-media,
.theme-skin-dark .post-single .post-audio-wrap {
  background-color: #2e3035;
}
.theme-skin-dark .post-pagination .post-next {
  border-color: #302f32;
}
.theme-skin-dark .comment-list .comment-meta:after {
  background-color: #4d4c51;
}
.theme-skin-dark .comment-list .comment-meta .name {
  color: #99989d;
}
.theme-skin-dark .comment-list .comment-meta .date {
  color: #605e65;
}
.theme-skin-dark .pagination .page-numbers {
  color: #9c9c9c;
}
.theme-skin-dark .pagination .page-numbers:hover,
.theme-skin-dark .pagination .page-numbers.next:hover,
.theme-skin-dark .pagination .page-numbers.prev:hover {
  background-color: #35363b;
}
.theme-skin-dark .page-404 {
  color: #fff;
}
.theme-skin-dark .page-404 h2 {
  color: #5d5e62;
}
.theme-skin-dark .footer-social .social li a .rsicon {
  color: #1c1c1f;
}

/**
 * 16.0 Extra Features 
 */
.d-none {
  display: none !important;
}
