/* Variables */
/* Mixins */
.transition3 {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.transition25 {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.transition2 {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
/*--------------------------*/
/*
/*   1. General Styles
/*
/*--------------------------*/
.row {
  margin-right: -14px;
  margin-left: -14px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 14px;
  padding-left: 14px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.h1,
h1 {
  font-size: 32px;
}
.h2,
h2 {
  font-size: 24px;
}
.h3,
h3 {
  font-size: 18px;
}
.h4,
h4 {
  font-size: 16px;
}
.h5,
h5 {
  font-size: 15px;
}
.h6,
h6 {
  font-size: 14px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 13px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  display: inline-block;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  font-family: 'Work Sans';
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 3px;
  letter-spacing: -0.5px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.btn i {
  vertical-align: middle;
  color: inherit;
  font-size: inherit;
}
.btn i.left {
  margin-right: 5px;
}
.btn i.right {
  margin-left: 5px;
}
.btn-underline {
  background-color: transparent;
  border-bottom: 2px solid #ff5b54;
  border-top: 2px solid transparent;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
  padding: 6px 3px;
  position: relative;
  z-index: 1;
  color: #ff5b54;
  font-weight: 600;
}
.btn-underline:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #ff5b54;
  z-index: -1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.btn-underline:hover,
.btn-underline:focus,
.btn-underline:active,
.btn-underline:active:focus {
  outline: none;
  background-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #ff5b54;
  color: #fff;
}
.btn-underline:hover:after,
.btn-underline:focus:after,
.btn-underline:active:after,
.btn-underline:active:focus:after {
  height: 100%;
}
.dark .btn-underline:hover,
.dark .btn-underline:focus,
.dark .btn-underline:active,
.dark .btn-underline:active:focus {
  color: #222;
}
.wpcf7 .btn-underline {
  margin-top: -40px;
}
.wpcf7 img.ajax-loader {
  margin-bottom: 0;
  margin-top: -20px;
}
.wpcf7 p {
  margin-bottom: 0;
}
.btn-xs {
  padding: 5px 8px;
  font-size: 11px;
  line-height: 1.5;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.btn-lg {
  padding: 13px 20px;
  font-size: 15px;
  line-height: 1.3333333;
}
.btn-default {
  color: #666;
  background-color: #eee;
  border-color: #eee;
}
.btn-default:hover {
  color: #fff;
  background-color: #ff5b54;
  border-color: #ff5b54;
}
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
  color: #fff;
  background-color: #ff5b54;
  border-color: #ff5b54;
  outline: none;
}
.btn-primary {
  color: #fff;
  background-color: #ff5b54;
  border-color: #ff5b54;
}
.btn-primary:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
  outline: none;
}
.btn-success {
  color: #fff;
  background-color: #90b891;
  border-color: #90b891;
}
.btn-success:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
  outline: none;
}
.btn-info {
  color: #fff;
  background-color: #82aecc;
  border-color: #82aecc;
}
.btn-info:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
  outline: none;
}
.btn-warning {
  color: #fff;
  background-color: #f66a2c;
  border-color: #f66a2c;
}
.btn-warning:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
  outline: none;
}
.btn-danger {
  color: #fff;
  background-color: #f62c2c;
  border-color: #f62c2c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
  outline: none;
}
.btn-disabled {
  color: #666;
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.form-control,
.wpcf7-text,
.wpcf7-form-control,
input[type='text'],
select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 13px;
  font-size: 13px;
  font-family: 'Open Sans';
  line-height: 1;
  color: #555;
  background-color: #eee;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder,
.wpcf7-text::-webkit-input-placeholder,
.wpcf7-form-control::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  padding-top: 3px;
  font-family: 'Open Sans';
}
.form-control:-moz-placeholder,
.wpcf7-text:-moz-placeholder,
.wpcf7-form-control:-moz-placeholder,
input[type='text']:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  padding-top: 3px;
  font-family: 'Open Sans';
}
.form-control::-moz-placeholder,
.wpcf7-text::-moz-placeholder,
.wpcf7-form-control::-moz-placeholder,
input[type='text']::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  padding-top: 3px;
  font-family: 'Open Sans';
}
.form-control:-ms-input-placeholder,
.wpcf7-text:-ms-input-placeholder,
.wpcf7-form-control:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
select:-ms-input-placeholder {
  padding-top: 3px;
  font-family: 'Open Sans';
}
.col1 {
  margin-bottom: 10px;
}
.wpcf7-form .col2 {
  margin-bottom: 10px;
}
.wpcf7-form .col2 > .wpcf7-form-control-wrap {
  display: inline-block;
  width: 50%;
}
.wpcf7-form .col2 > .wpcf7-form-control-wrap:first-child {
  padding-right: 4px;
}
.wpcf7-form .col2 > .wpcf7-form-control-wrap:last-child {
  padding-left: 4px;
}
.wpcf7-form-control-wrap .wpcf7-text,
.wpcf7-form-control-wrap .wpcf7-form-control {
  padding: 0 13px;
}
.wpcf7-form-control-wrap .wpcf7-textarea {
  height: 130px;
  padding: 13px;
  resize: none;
}
.dark div.wpcf7-response-output {
  color: rgba(255, 255, 255, 0.5);
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}
select {
  padding: 5px;
}
.form-control:focus,
input[type='text']:focus,
.wpcf7-form-control:focus,
select:focus,
button:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-btn .btn {
  border-radius: 0;
  border: none;
  height: 38px;
  width: 38px;
  padding: 0;
  text-align: center;
  background-color: #eee;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.input-group-btn .btn:hover {
  background-color: #ff5b54;
  color: #fff;
  border: none;
}
.input-group-btn .btn:focus {
  border-color: none;
  outline: 0;
}
.alert {
  position: relative;
  padding: 20px;
  margin-bottom: 28px;
  border: none;
  border-radius: 3px;
}
.alert p,
.alert span {
  color: #fff;
}
.alert a {
  color: #ff5b54;
}
.alert a:hover {
  color: #fff;
}
.alert.alert-success {
  color: #fff;
  background-color: #90b891;
}
.alert.alert-success > *:first-child:before {
  content: '\f058';
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.alert.alert-info {
  color: #fff;
  background-color: #82aecc;
}
.alert.alert-info > *:first-child:before {
  content: '\f05a';
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.alert.alert-warning {
  color: #fff;
  background-color: #f66a2c;
}
.alert.alert-warning > *:first-child:before {
  content: '\f057';
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.alert.alert-danger {
  color: #fff;
  background-color: #f62c2c;
}
.alert.alert-danger > *:first-child:before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.alert.alert-dismissable .close {
  position: absolute;
  right: 20px;
  top: 23px;
}
.nav-tabs {
  border-bottom: 0px;
  background-color: #eee;
  clear: both;
  overflow: hidden;
}
.nav-tabs li {
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs li h6 {
  margin-bottom: 0;
}
.nav-tabs li h6 a {
  display: block;
  line-height: 1;
  padding: 15px 20px;
  color: #666;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.nav-tabs li h6 a:hover {
  background-color: #ddd;
}
.nav-tabs li.active a {
  background-color: #ff5b54;
  color: #fff;
}
.nav-tabs li.active a:hover {
  background-color: #ff5b54;
  color: #fff;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 28px;
}
.tab-content .tab-pane *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.panel-group .panel.panel-default .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
}
.panel-group .panel.panel-default .panel-heading h6 {
  margin-bottom: 0;
  display: block;
}
.panel-group .panel.panel-default .panel-heading h6 a {
  display: block;
  line-height: 1;
  padding: 15px 20px;
  background-color: #ff5b54;
  color: #fff;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.panel-group .panel.panel-default .panel-heading h6 a:hover {
  background-color: #ff5b54;
  color: #fff;
}
.panel-group .panel.panel-default .panel-heading h6 a.collapsed {
  background-color: #eee;
  color: #666;
}
.panel-group .panel.panel-default .panel-heading h6 a.collapsed:hover {
  background-color: #ddd;
}
.panel-group .panel.panel-default:last-child .panel-collapse {
  border-bottom: 1px solid #ddd;
}
.panel-group .panel .panel-collapse {
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
}
.panel-group .panel .panel-collapse .panel-body {
  padding: 28px;
  border-top: none;
}
.panel-group .panel .panel-collapse .panel-body *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
blockquote {
  padding: 0 20px;
  margin: 28px 0 28px 10px;
  border-left: 3px solid #ff5b54;
  color: #ff5b54;
}
blockquote p,
blockquote li,
blockquote div,
blockquote a {
  color: #ff5b54;
  font-style: italic;
}