@font-face {
  font-family: 'MONSERRAT';
  src: url('../fonts/MONSERRAT.eot');
  src: url('../fonts/MONSERRAT.eot') format('embedded-opentype'), url('../fonts/MONSERRAT.woff') format('woff'), url('../fonts/MONSERRAT.ttf.html') format('truetype'), url('../fonts/MONSERRAT.svg.html') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MONSERRAT';
  src: url('../fonts/MONSERRAT-Bold.eot');
  src: url('../fonts/MONSERRAT-Bold.eot') format('embedded-opentype'), url('../fonts/MONSERRAT-Bold.woff') format('woff'), url('../fonts/MONSERRAT-Bold.ttf.html') format('truetype'), url('../fonts/MONSERRAT-Bold.svg.html') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MONSERRAT';
  src: url('../fonts/MONSERRAT-Light.eot');
  src: url('../fonts/MONSERRAT-Light.eot') format('embedded-opentype'), url('../fonts/MONSERRAT-Light.woff') format('woff'), url('../fonts/MONSERRAT-Light.ttf.html') format('truetype'), url('../fonts/MONSERRAT-Light.svg.html') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'MONSERRAT';
  src: url('../fonts/MONSERRAT.eot');
  src: url('../fonts/MONSERRAT.eot') format('embedded-opentype'), url('../fonts/MONSERRAT.woff') format('woff'), url('../fonts/MONSERRAT.ttf.html') format('truetype'), url('../fonts/MONSERRAT.svg.html') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MONSERRAT';
  src: url('../fonts/MONSERRAT-Bold.eot');
  src: url('../fonts/MONSERRAT-Bold.eot') format('embedded-opentype'), url('../fonts/MONSERRAT-Bold.woff') format('woff'), url('../fonts/MONSERRAT-Bold.ttf.html') format('truetype'), url('../fonts/MONSERRAT-Bold.svg.html') format('svg');
  font-weight: bold;
  font-style: normal;
}
html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
body {
  font-family: MONSERRAT, Arial, sans-serif;
  line-height: 22.2px;
  font-size: 15px;
  font-weight: normal;
  color: #606060;
  background-image: url(../img/logoob.png);
  background-repeat:repeat;
  overflow-x: hidden;
  overflow-y: auto;
}
.body img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .container, #text {
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
margin-right: auto;
  }
.container{
background-color:#fff;
  }
#text {
    padding-left: 30px;
padding-right: 30px;
text-align: justify;
margin-top: 0px;
margin-bottom: -8px;
  }
}
#text ol{
margin-bottom: 0px;
}
body {
  border-top: 5px solid #666;
}
#logo {
  margin-top: 4px;
}
.header {
  margin: 30px 0 28px 0;
}
.header-widget {
  margin-top: 8px;
  margin-bottom: 0;
  float: right;
  padding-left: 0;
}
.header-widget li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding-right: 25px;
  line-height: 24px;
  position: relative;
}
.header-widget li:after {
  position: absolute;
  height: 48px;
  content: "";
  display: inline-block;
  width: 1px;
  background-color: #e0e0e0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.header-widget li:last-child:after {
  display: none;
}
.header-widget li i {
  float: left;
  display: inline-block;
  color: #666;
  font-size: 34px;
  width: 35px;
  position: relative;
  margin-top: 8px;
  margin-right: 18px;
  text-align: center;
}
.header-widget li .widget-content {
  float: left;
}
.header-widget li span.title {
  display: block;
  color: #133056;
}
.header-widget li span.data {
  color: #808080;
}
.header-widget li:last-child {
  margin-right: 0;
  padding-right: 1px;
  margin-bottom:5%;
}
#footer a.button {
  margin-top: 12px;
}
#footer a.button:hover {
  background-color: #fff;
  color: #333;
}
.text-widget span {
  color: #ddd;
}
.text-widget span.address {
  display: block;
  margin-bottom: 10px;
}
ul.footer-links {
  margin: 0 0 15px 0;
  padding: 0;
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}
.footer-links li {
  position: relative;
  list-style: none;
}
.footer-links li a {
  padding: 0 0 7px 13px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #aaa;
  line-height: 21px;
}
.footer-links li a:hover {
  padding-left: 16px;
  color: #fff !important;
}
.footer-links li:before {
  font-size: 12px;
  content: "\25CF";
  position: absolute;
  left: 0;
  top: 0px;
  padding: 0 7px 0 0;
  color: #ddd;
}
.copyrights {
  text-align: center;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}
.social-icons.fixed h4 {
  font-size: 18px !important;
}
.copyrights a {
  color: #ddd;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 50%;
}
.opacity-75 {
  opacity: .75;
}
.opacity-50 {
  opacity: .5;
}
.opacity-25 {
  opacity: .25;
}
.pr {
  position: relative;
}
.mr0 {
  margin: 0 !important;
}
.m0a {
  margin: 0 auto;
}
.fw {
  width: 100%;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
}
.inline img {
  display: block;
  width: 100%;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.va-middle {
  vertical-align: middle;
}
.va-top {
  vertical-align: top;
}
.va-bottom {
  vertical-align: bottom;
}
.space-top-half {
  margin-top: 12px !important;
}
.space-top {
  margin-top: 24px !important;
}
.space-top-2x {
  margin-top: 48px !important;
}
.space-top-3x {
  margin-top: 72px !important;
}
.space-bottom-half {
  margin-bottom: 12px !important;
}
.space-bottom {
  margin-bottom: 24px !important;
}
.space-bottom-2x {
  margin-bottom: 48px !important;
}
.space-bottom-3x {
  margin-bottom: 72px !important;
}
.padding-top-half {
  padding-top: 12px !important;
}
.padding-top {
  padding-top: 24px !important;
}
.padding-top-2x {
  padding-top: 48px !important;
}
.padding-top-3x {
  padding-top: 72px !important;
}
.padding-bottom-half {
  padding-bottom: 12px !important;
}
.padding-bottom {
  padding-bottom: 24px !important;
}
.padding-bottom-2x {
  padding-bottom: 96px !important;
}
.padding-bottom-3x {
  padding-bottom: 72px !important;
}
@media screen and (max-width: 767px) {
  .space-top {
    margin-top: 16px !important;
  }
  .space-top-2x {
    margin-top: 36px !important;
  }
  .space-top-3x {
    margin-top: 48px !important;
  }
  .space-bottom {
    margin-bottom: 16px !important;
  }
  .space-bottom-2x {
    margin-bottom: 36px !important;
  }
  .space-bottom-3x {
    margin-bottom: 48px !important;
  }
  .padding-top {
    padding-top: 16px !important;
  }
  .padding-top-2x {
    padding-top: 36px !important;
  }
  .padding-top-3x {
    padding-top: 48px !important;
  }
  .padding-bottom {
    padding-bottom: 16px !important;
  }
  .padding-bottom-2x {
    padding-bottom: 36px !important;
  }
  .padding-bottom-3x {
    padding-bottom: 48px !important;
  }
  .row{
   margin-right:0px;
}
}
.space-top-none {
  margin-top: 0 !important;
}
.space-bottom-none {
  margin-bottom: 0 !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
.page-edit .edit-link {
  display: inline-block;
  margin-top: 24px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .tablet-center {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-center {
    text-align: center !important;
  }
}
.lead {
  line-height: 25.16px;
  font-size: 17px;
}
.text-sm,
small,
.small {
  line-height: 19.24px;
  font-size: 13px;
}
.text-xs {
  line-height: 16.28px;
  font-size: 11px;
}
.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-notransform {
  text-transform: none;
}
.text-crossed {
  text-decoration: line-through;
}
.text-bold {
  font-weight: 600;
}
.text-semibold {
  font-weight: 500;
}
.text-normal {
  font-weight: normal;
}
.text-thin {
  font-weight: 300;
}
a {
  color: #0081DB;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #0081DB;
  text-decoration: none;
}
a:focus {
  color: #0081DB;
  outline: none;
}
a.link-title {
  color: #606060;
  text-decoration: none;
}
a.link-title:hover {
  color: #999;
}
svg {
  max-width: 100%;
}
.display-inline {
  display: inline-block !important;
  vertical-align: middle;
}
.display-inline img {
  display: block;
  width: 100%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #ededed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
::selection {
  color: #606060;
  background: #ededed;
}
::-moz-selection {
  color: #606060;
  background: #ededed;
}
kbd {
  background-color: #606060;
  border-radius: 0;
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.container-fluid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #133056;
  margin-top: 0;
  font-weight: 600;
  font-family: MONSERRAT, Helvetica, Arial, sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
}
h1,
.h1 {
  margin-bottom: 8px;
}
h2,
.h2 {
  margin-bottom: 24px;
}
h3,
.h3 {
  margin-bottom: 20px;
}
h4 {
  margin-bottom: 17px;
}
h5,
h6,
.h5,
.h6 {
  margin-bottom: 12px;
}
h1,
.h1 {
  line-height: 55.5px;
  font-size: 37.5px;
  font-weight: 600;
  font-style: normal;
}
h2,
.h2 {
  line-height: 41.625px;
  font-size: 28.125px;
  font-weight: 600;
  font-style: normal;
}
h3,
.h3 {
  line-height: 36.075px;
  font-size: 24.375px;
  font-weight: 600;
  font-style: normal;
}
h4,
.h4 {
  line-height: 24.605px;
  font-size: 16.625px;
  font-weight: 600;
  font-style: normal;
}
.h4{
display: table-cell;
    vertical-align: middle;
}
h5,
.h5 {
  line-height: 24.975px;
  font-size: 16.875px;
  font-weight: 600;
  font-style: normal;
}
h6,
.h6 {
  line-height: 22.2px;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
}
h1.h2 {
  margin-bottom: 12px;
}
p {
  margin: 0 0 24px;
}
.text-gray {
  color: #999 !important;
}
.text-light,
.text-white {
  color: #fff !important;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff !important;
}
.text-light a,
.text-white a {
  color: #f7f7f7 !important;
}
.text-default {
  color: #ededed;
}
a.text-default:hover {
  color: #d4d4d4;
}
.text-primary {
  color: #0081DB;
}
a.text-primary:hover {
  color: #4dbdda;
}
.text-success {
  color: #a7c04d;
}
a.text-success:hover {
  color: #8aa139;
}
.text-info {
  color: #93c4ef;
}
a.text-info:hover {
  color: #67ace8;
}
.text-warning {
  color: #ffce2b;
}
a.text-warning:hover {
  color: #f7be00;
}
.text-danger {
  color: #ef0568;
}
a.text-danger:hover {
  color: #bd0452;
}
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  color: #fff;
}
.bg-default {
  background-color: #f8f8f8;
}
a.bg-default:hover,
a.bg-default:focus {
  background-color: #d4d4d4;
}
.bg-primary {
  background-color: #0081DB;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0069ad;
}
.bg-success {
  background-color: #a7c04d;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #8aa139;
}
.bg-info {
  background-color: #93c4ef;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #67ace8;
}
.bg-warning {
  background-color: #ffce2b;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7be00;
}
.bg-danger {
  background-color: #ef0568;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #bd0452;
}
ul,
ol {
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.8;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-featured {
  list-style: none;
  padding: 0;
}
.list-featured li {
  position: relative;
  padding-left: 14px;
}
.list-featured li:before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 12px;
  background-color: #0081DB;
}
.list-featured.text-light li {
  color: #fff;
}
.list-featured.text-light li:before {
  background-color: #fff;
}
.text-light .featured-list li {
  color: #fff;
}
.text-light .featured-list li:before {
  background-color: #fff;
}
.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: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  color: #606060;
  font-weight: bold;
}
dd {
  margin-left: 0;
  margin-bottom: 15px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  line-height: 19.24px;
  font-size: 13px;
}
blockquote {
  position: relative;
  padding: 12px 0 12px 25px;
  margin: 0;
  margin-bottom: 24px;
  line-height: 25.16px;
  font-size: 17px;
  text-transform: none;
  font-style: normal;
  color: #333;
  font-weight: 300;
  border-left: 5px solid #ededed;
}
blockquote cite {
  display: block;
  line-height: 19.24px;
  font-size: 13px;
  color: #999;
  font-weight: normal;
  font-style: normal;
  margin-top: 9px;
}
blockquote cite:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #999;
  margin-right: 9px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote.light-skin {
  color: #fff;
}
blockquote.light-skin cite {
  color: #fff;
  opacity: .8;
}
blockquote.blockquote-reverse {
  text-align: right;
  padding: 12px 25px 12px 0;
  border-left: none;
  border-right: 5px solid #ededed;
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
.well {
  border: none;
  box-shadow: none;
}
.form-element .inputtext, .form-element .inputtextarea {
  display: block;
  width: 100%;
  height: 53px;
  line-height: 19.24px;
  font-size: 13px;
  color: #606060;
  border: 1px solid #e0e0e0;
  text-transform: none;
  border-radius: 0px;
  background-color: #fff;
  padding: 12px 18px;
  margin-bottom: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-element .inputtext:focus, .form-element .inputtextarea:focus {
  border-color: #0081DB;
  outline: none;
}
.form-element .inputtext::-moz-placeholder, .form-element .inputtextarea::-moz-placeholder {
  color: #606060;
  opacity: 1;
}
.form-element .inputtext:-ms-input-placeholder, .form-element .inputtextarea:-ms-input-placeholder {
  color: #606060;
}
.form-element .inputtext::-webkit-input-placeholder, .form-element .inputtextarea::-webkit-input-placeholder {
  color: #606060;
}
.form-element .inputtext.placeholder, .form-element .inputtextarea.placeholder {
  color: #606060;
}
.form-element .inputtextarea {
  height: 100px !important;
  padding: 13px 16px !important;
  max-width: 100%;
}
.form-group {
  margin-bottom: 24px;
}
.form-element {
  position: relative;
  margin-bottom: 24px;
}
.form-element > i {
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 20px;
}
.form-group .form-control,
.form-element .inputtext, .form-element .inputtextarea {
  margin-bottom: 0;
}
.body label {
  display: block;
  color: #223a5e;
  line-height: 19.24px;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 500;
}
select.form-control::-ms-expand {
  display: none;
}
select option {
  color: #606060;
}
.form-control-sm {
  height: 36px;
}
.form-element:before {
  position: absolute;
  display: block;
  font-family: 'Simple-Line-Icons';
  font-size: 20px;
  top: 50%;
  right: 14px;
  line-height: 1;
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form-element.error .inputtext, .form-element.error .inputtextarea {
  border-color: #ef0568;
  padding-right: 40px;
}
.form-element.error:before {
  content: "\e9af";
  color: #ef0568;
  opacity: 1;
}
.form-element.error:focus {
  border-color: #ef0568;
}
.form-element.valid .inputtext, .form-element.valid .inputtextarea {
  border-color: #a7c04d;
  padding-right: 40px;
}
.form-element.valid:before {
  content: "\e9b0";
  color: #a7c04d;
  opacity: 1;
}
.form-element.valid:focus {
  border-color: #a7c04d;
}
.form-element.form-select:before {
  content: "\e9a6";
  font-size: 22px;
  margin-top: -11px;
  color: #606060;
  opacity: 1;
}
div.waitwindowlocalshadow, div.waitwindowlocal {
    display: none !important;
}
.status-message {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 25.16px;
  font-size: 17px;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 25px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.status-message.error {
  color: #ef0568;
  border-color: #ef0568;
}
.status-message.success {
  color: #a7c04d;
  border-color: #a7c04d;
}
.back-btn {
  line-height: 34px !important;
  border: 1px solid #ef0568 !important;
  background-color: transparent !important;
  color: #ef0568 !important;
  margin-top: 20px !important;
}
.back-btn:hover {
  background-color: #ef0568 !important;
  color: #fff !important;
}
.done-btn {
  line-height: 34px !important;
  border: 1px solid #a7c04d !important;
  background-color: transparent !important;
  color: #a7c04d !important;
  margin-top: 20px !important;
}
.done-btn:hover {
  background-color: #a7c04d !important;
  color: #fff !important;
}
.ajax-form {
  position: relative;
}
.ajax-form .contact-form {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ajax-form.validated .contact-form {
  visibility: hidden;
  opacity: 0;
}
.ajax-form.validated .status-message {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.contact-form.container {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.form-control + .checkbox,
.form-control + .checkbox-inline,
.form-control + .radio,
.form-control + .radio-inline {
  margin-top: 20px;
}
.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
  position: relative;
  display: table;
  width: auto;
  font-size: 14px;
  color: #606060;
  text-transform: none;
  font-weight: normal;
  cursor: default;
  padding-left: 25px;
  margin-bottom: 12px;
  margin-left: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.disabled,
.radio.disabled,
.checkbox-inline.disabled,
.radio-inline.disabled {
  color: #cecece;
  cursor: not-allowed;
}
.text-light.checkbox,
.text-light.radio,
.text-light.checkbox-inline,
.text-light.radio-inline,
.text-light .checkbox,
.text-light .radio,
.text-light .checkbox-inline,
.text-light .radio-inline {
  color: #fff;
}
label.hover {
  cursor: pointer;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
  margin-right: 18px;
}
.text-right .checkbox-inline,
.text-right .radio-inline {
  margin-left: 15px;
  margin-right: 0;
}
.text-center .checkbox-inline,
.text-center .radio-inline {
  margin-left: 10px;
  margin-right: 10px;
}
.icheckbox,
.iradio {
  position: absolute;
  z-index: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  left: 0;
  top: 3px;
  border: 2px solid #ededed;
  border-radius: 1px;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.icheckbox.disabled,
.iradio.disabled {
  border-color: #ededed;
  cursor: not-allowed;
}
.icheckbox:before {
  position: absolute;
  display: block;
  font-family: 'Simple-Line-Icons';
  content: "\e9b0";
  color: #fff;
  line-height: 1;
  top: -2px;
  left: -1px;
}
.icheckbox.checked {
  border-color: #0081DB;
  background-color: #0081DB;
}
.icheckbox.checked.disabled {
  opacity: .6;
}
.iradio {
  border-radius: 50%;
}
.iradio.checked {
  border-width: 4px;
  border-color: #0081DB;
}
.iradio.checked.disabled {
  opacity: .6;
}
.count-input {
  position: relative;
  width: 100px;
  margin: 10px 0;
}
.count-input input {
  width: 100%;
  height: 36px;
  border: 2px solid #ededed;
  border-radius: 4px;
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.count-input input:focus {
  outline: none;
}
.count-input .incr-btn {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #606060;
  font-weight: 300;
  text-align: center;
  line-height: 33px;
  text-decoration: none;
  top: 0;
  right: 0;
}
.count-input .incr-btn:first-child {
  right: auto;
  left: 0;
}
.checkout-form.container {
  width: 100% !important;
  padding: 0;
}
.subscribe-form {
  position: relative;
  display: block;
  width: 100%;
}
.subscribe-form .form-element .inputtext, .subscribe-form .form-element .inputtextarea {
  margin-bottom: 0;
}
.search-box {
  position: relative;
  width: 100%;
}
.search-box .form-element .inputtext, .search-box .form-element .inputtextarea {
  padding-right: 38px;
  margin-bottom: 0;
}
.search-box button[type=submit] {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 20px;
  line-height: 1;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-top: -11px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.search-box button[type=submit]:focus {
  outline: none;
}
.search-box button[type=submit]:hover {
  color: #999;
}
.color-select {
  min-width: 100px;
}
.main-area{
margin-bottom: 0px !important;
}
.main-area caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #999;
  text-align: left;
}
.main-area th {
  text-align: left;
}
.main-area table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.main-area table > thead > tr > th,
.main-area table > thead > tr > td,
.main-area table > tbody > tr > th,
.main-area table > tbody > tr > td,
.main-area table > tfoot > tr > th,
.main-area table > tfoot > tr > td {
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #ededed;
}
.main-area table > thead > tr > th,
.main-area table > thead > tr > td {
  border-bottom-width: 2px !important;
}
.main-area table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ededed;
}
.main-area table > caption + thead > tr:first-child > th,
.main-area table > caption + thead > tr:first-child > td,
.main-area table > colgroup + thead > tr:first-child > th,
.main-area table > colgroup + thead > tr:first-child > td,
.main-area table > thead:first-child > tr:first-child > th,
.main-area table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.main-area table > tbody + tbody {
  border-top: 2px solid #ededed;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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 {
    border: 0;
  }
  .table-responsive > table > thead > tr > th:first-child,
  .table-responsive > table > thead > tr > td:first-child,
  .table-responsive > table > tbody > tr > th:first-child,
  .table-responsive > table > tbody > tr > td:first-child,
  .table-responsive > table > tfoot > tr > th:first-child,
  .table-responsive > table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > table > thead > tr > th:last-child,
  .table-responsive > table > thead > tr > td:last-child,
  .table-responsive > table > tbody > tr > th:last-child,
  .table-responsive > table > tbody > tr > td:last-child,
  .table-responsive > table > tfoot > tr > th:last-child,
  .table-responsive > table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > table > tbody > tr:last-child > th,
  .table-responsive > table > tbody > tr:last-child > td,
  .table-responsive > table > tfoot > tr:last-child > th,
  .table-responsive > table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.table-no-border > thead > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > tfoot > tr > td {
  border-bottom: 0;
}
.btn,
.back-btn,
.done-btn,
.search-btn {
  width:197px;
  display: inline-block;
  height: 48px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  color: #223a5e;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 0;
  padding: 0 22px;
  margin: 10px 0;
  margin-right: 8px;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #cce2ee;
}
.btn:hover,
.back-btn:hover,
.done-btn:hover,
.search-btn:hover {
  background-color: #0f73be;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.btn:focus,
.back-btn:focus,
.done-btn:focus,
.search-btn:focus {
  text-decoration: none;
  outline: none;
}
.btn:active,
.back-btn:active,
.done-btn:active,
.search-btn:active,
.btn.active,
.active.back-btn,
.active.done-btn,
.active.search-btn {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.disabled.back-btn,
.disabled.done-btn,
.disabled.search-btn,
.btn[disabled],
[disabled].back-btn,
[disabled].done-btn,
[disabled].search-btn {
  cursor: not-allowed;
  background-color: #ededed !important;
}
.btn.disabled:hover,
.disabled.back-btn:hover,
.disabled.done-btn:hover,
.disabled.search-btn:hover,
.btn[disabled]:hover,
[disabled].back-btn:hover,
[disabled].done-btn:hover,
[disabled].search-btn:hover {
  background-color: #ededed !important;
}
.btn i,
.back-btn i,
.done-btn i,
.search-btn i,
.btn i:before,
.back-btn i:before,
.done-btn i:before,
.search-btn i:before {
  display: inline-block;
  line-height: 1.5;
  font-size: 18px;
}
a.btn.disabled,
a.disabled.back-btn,
a.disabled.done-btn,
a.disabled.search-btn,
fieldset[disabled] a.btn,
fieldset[disabled] a.back-btn,
fieldset[disabled] a.done-btn,
fieldset[disabled] a.search-btn {
  opacity: .5;
  pointer-events: none;
  pointer: not-allowed;
}
.label-primary {
  background-color: #0081DB;
}
.label-success {
  background-color: #a7c04d;
}
.label-info {
  background-color: #93c4ef;
}
.label-warning {
  background-color: #ffce2b;
}
.label-danger {
  background-color: #ef0568;
}
.label-default {
  background-color: #666;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  color: #fff;
}
.btn-primary {
  background-color: #0081db;
}
.btn-primary:hover {
  background-color: #0069ad;
}
.btn-success {
  background-color: #a7c04d;
}
.btn-success:hover {
  background-color: #8ea53a;
}
.btn-info {
  background-color: #93c4ef;
}
.btn-info:hover {
  background-color: #6baee9;
}
.btn-warning {
  background-color: #ffce2b;
}
.btn-warning:hover {
  background-color: #fcc200;
}
.btn-danger {
  background-color: #ef0568;
}
.btn-danger:hover {
  background-color: #c20454;
}
.btn-light {
  background-color: #fff;
  color: #333;
}
.btn-light:hover {
  background-color: #e8e8e8;
}
.btn-light:hover {
  color: #333;
}
.btn-default:focus {
  color: #fff;
}
.btn-ghost,
.search-btn {
  background-color: transparent;
  color: #ededed;
  border-color: #ededed;
}
.btn-ghost:hover,
.search-btn:hover {
  color: #fff;
  background-color: #ededed;
}
.btn-ghost.btn-default,
.btn-default.search-btn {
  background-color: transparent;
  color: #ededed;
  border-color: #ededed;
}
.btn-ghost.btn-default:hover,
.btn-default.search-btn:hover {
  color: #fff;
  background-color: #ededed;
}
.btn-ghost.btn-primary,
.btn-primary.search-btn {
  background-color: #fff;
  color: #f85b74;
  border-color: #f85b74;
  width:197px;
}
.btn-ghost.btn-primary:hover,
.btn-primary.search-btn:hover {
  color: #fff;
  background-color: #f85b74;
}
.btn-ghost.btn-success,
.btn-success.search-btn {
  background-color: transparent;
  color: #a7c04d;
  border-color: #a7c04d;
}
.btn-ghost.btn-success:hover,
.btn-success.search-btn:hover {
  color: #fff;
  background-color: #a7c04d;
}
.btn-ghost.btn-info,
.btn-info.search-btn {
  background-color: transparent;
  color: #93c4ef;
  border-color: #93c4ef;
}
.btn-ghost.btn-info:hover,
.btn-info.search-btn:hover {
  color: #fff;
  background-color: #93c4ef;
}
.btn-ghost.btn-warning,
.btn-warning.search-btn {
  background-color: transparent;
  color: #ffce2b;
  border-color: #ffce2b;
}
.btn-ghost.btn-warning:hover,
.btn-warning.search-btn:hover {
  color: #fff;
  background-color: #ffce2b;
}
.btn-ghost.btn-danger,
.btn-danger.search-btn {
  background-color: transparent;
  color: #ef0568;
  border-color: #ef0568;
}
.btn-ghost.btn-danger:hover,
.btn-danger.search-btn:hover {
  color: #fff;
  background-color: #ef0568;
}
.btn-ghost.btn-light,
.btn-light.search-btn {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ghost.btn-light:hover,
.btn-light.search-btn:hover {
  color: #fff;
  background-color: #fff;
}
.btn-ghost.btn-light:hover,
.btn-light.search-btn:hover {
  color: #333;
}
.btn-ghost,
.search-btn,
.btn-ghost.btn-default,
.btn-default.search-btn {
  color: #606060;
}
.btn-ghost:hover,
.search-btn:hover,
.btn-ghost.btn-default:hover,
.btn-default.search-btn:hover {
  color: #606060;
}
.btn-sm,
.back-btn,
.done-btn {
  height: 36px;
  font-size: 12px;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 0px;
}
.btn-sm.btn-ghost,
.btn-ghost.back-btn,
.back-btn.search-btn,
.btn-ghost.done-btn,
.done-btn.search-btn,
.btn-sm.search-btn {
  font-weight: normal;
}
.btn-link {
  background-color: transparent;
}
.btn-link:hover {
  color: #999;
  background-color: transparent;
}
.btn-square {
  border-radius: 0;
}
.btn-pill {
  border-radius: 24px;
}
.btn-pill.btn-sm,
.btn-pill.back-btn,
.btn-pill.done-btn {
  border-radius: 18px;
}
.btn-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.btn-icon-left {
  padding-left: 18px;
}
.btn-icon-left i {
  margin-right: 7px;
}
.btn-icon-left.btn-sm,
.btn-icon-left.back-btn,
.btn-icon-left.done-btn {
  padding-left: 12px;
}
.btn-icon-left.btn-sm i,
.btn-icon-left.back-btn i,
.btn-icon-left.done-btn i {
  margin-right: 5px;
}
.btn-icon-right {
  padding-right: 18px;
}
.btn-icon-right i {
  margin-left: 7px;
}
.btn-icon-right.btn-sm,
.btn-icon-right.back-btn,
.btn-icon-right.done-btn {
  padding-right: 12px;
}
.btn-icon-right.btn-sm i,
.btn-icon-right.back-btn i,
.btn-icon-right.done-btn i {
  margin-left: 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
}
.btn-block + .btn-block {
  margin-top: 20px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.phones {
  margin-bottom: 5px;
  color: #606060;
  text-align: right;
}
.phones:before {
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e090";
  margin-right: 5px;
}
.phones-list {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.phones-list .phone {
  text-decoration: none;
  cursor: default;
  font-weight: 400;
  color: inherit;
}
.zakaz-zvonok a {
  line-height: 16.28px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1px;
}
header .phones:before {
  margin-right: 2px;
  font-size: 12px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle;
}
header .phones {
  padding: 15px 0px 10px 0px;
  margin: 0;
}
header .zakaz-zvonok {
  line-height: 13px;
}
@media (max-width: 1100px) {
  header .phone {
    line-height: 16.28px;
    font-size: 11px;
  }
 body .send-button{
 bottom: 0px;
}
}
@media (max-width: 992px) {
  header .phones:before {
    display: none;
  }
}
@media (max-width: 768px) {
  header .phones {
    padding: 12px 0px 10px 0px;
  }
  .phones-list {
    margin-bottom: 6px;
  }
  .modal-body{
margin-bottom:25%;
  }
}
@media (max-width: 400px) {
  .phones-wrap {
    padding: 0 5px;
  }

}
.modal-body p {
  margin: 0 0 10px;
}
.modal-header {
  padding: 0 0 30px 0;
  margin: 10px 0 35px 0;
}
.modal-header .close {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 2px;
  right: 0;
  background: #0081DB;
  opacity: 1;
  color: white;
  text-shadow: none;
}
.modal-header h4,
.modal-header .h4 {
  line-height: 28.12px;
  font-size: 19px;
  margin-bottom: 5px;
}
.modal-body {
  padding: 0;
}
.modal-footer {
  padding: 26px 0 0 0;
position:relative;
}
.modal-content {
  padding: 30px 45px 35px 45px;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.modal-backdrop {
  background: rgba(0,0,0,0.53);
}
.modal {
  text-align: center;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .sidebar-wrap+div {
    padding-left: 25px;
  }
}
.lightboxOverlay {
  background-color: white;
}
header .search {
  display: none;
  -webkit-animation: slideUp 0.4s;
  -o-animation: slideUp 0.4s;
  animation: slideUp 0.4s;
  position: absolute;
  right: -2px;
  top: 100%;
  width: 100%;
  list-style: none;
  margin: 0;
  margin-top: -2px;
  padding: 12px 0;
  text-align: left;
  background-color: #ffffff;
  cursor: default;
  z-index: 9;
}
header .search .search-input {
  margin: 0;
  border: none;
  box-shadow: none;
  font-weight: 300;
  padding: 0 70px 0 23px;
  font-size: 17px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #logo img {
    margin: 5px auto;
  }
}
.header-widget .with-btn a {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header-widget {
    text-align: center;
    margin-top:20%;
  }
  .header-widget li {
    padding: 20px 0 0 0;
  }
  .header-widget li:after {
    display: none;
  }
  #logo {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
  }
  #logo img {
    margin: 0 auto;
  }
  .header {
    position: relative;
  }
  .burger {
    position: absolute !important;
    right: 15px;
    top: 0;
  }
  .navbar {
    min-height: 0;
  }
}
.period {
  margin-bottom: 8px;
  line-height: 19.24px;
  font-size: 13px;
  line-height: 1;
  color: #606060;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
}
.drop-caps:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}
.drop-caps.secundary:first-child:first-letter {
  background-color: #ccc;
  color: white;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}
.image {
  position: relative;
  opacity: 1;
  transition: all 0.4s;
  overflow: hidden;
}
.image img {
  transition: all .4s;
}
.image:not(.secondImage):hover img {
  transform: scale(1.05);
}
img.hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
}
.image.secondImage:hover img.hoverImage {
  opacity: 1;
  filter: alpha(opacity=100);
}
.image.secondImage:hover img.defaultImage {
  opacity: 0;
  filter: alpha(opacity=0);
}
span.zoom {
  background: rgba(204,204,204,0.51);
  border-radius: 100%;
  line-height: 21px;
  color: white;
  display: block;
  height: 30px;
  padding: 6px;
  position: absolute;
  text-align: center;
  width: 30px;
  right: 25px;
  bottom: 10px;
  transition: all .25s ease;
}
span.zoom i {
  font-size: 14px;
  left: 0;
  position: relative;
  top: -2px;
  font-weight: bold;
}
.image:hover span.zoom {
  background: rgba(0,0,0,0.5);
}
.cart-btn.addItem {
  -webkit-animation: 0.3s tremor linear 1;
  animation: 0.3s tremor linear 1;
}
@-webkit-keyframes tremor {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  66% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes tremor {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(10deg);
  }
  66% {
    transform: rotate(-10deg);
  }
}
a.file {
  display: inline-block;
  padding: 0.7em 0 0.7em 40px;
  position: relative;
}
a.file:before {
  content: "";
  display: inline-block;
  height: 26px;
  width: 30px;
  position: absolute;
  top: 0.3em;
  left: 5px;
  z-index: 3;
  background: url(../img/files.png) top left no-repeat;
}
a.file[href$=".pdf"]:before,
a.pdf:before {
  background-position: -30px 0;
}
a.file[href$=".jpg"]:before,
a.jpg:before a.file[href$=".gif"]:before,
a.gif:before a.file[href$=".png"]:before,
a.png:before {
  background-position: -60px 0;
}
a.file[href$=".doc"]:before,
a.doc:before a.file[href$=".docx"]:before,
a.docx:before a.file[href$=".rtf"]:before,
a.rtf:before {
  background-position: -90px 0;
}
a.file[href$=".xls"]:before,
a.xls:before a.file[href$=".xlsx"]:before,
a.xlsx:before a.file[href$=".csv"]:before,
a.csv:before {
  background-position: -120px 0;
}
a.file[href$=".zip"]:before,
a.zip:before {
  background-position: -150px 0;
}
a.file[href$=".rar"]:before,
a.rar:before a.file[href$=".tar"]:before,
a.tar:before {
  background-position: -180px 0;
}
#footer {
  background-color: #223a5c;
  color: #cce2ee;
}
#footer .h5 {
  margin-bottom: 12px;
  color: white;
}
#footer .h5 a {
  color: white;
}
body .main-area > .main-area-chl {
  padding-bottom: 0px;
  min-height: 10vh;
}
a.ntd:hover,
a.ntd:focus,
a.ntd:active {
  color: #999;
  text-decoration: none;
}
a.ntd {
  color: inherit;
  text-decoration: none;
}
.breadcrumb {
  padding: 0;
  line-height: 19.24px;
  font-size: 13px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow-x: auto;
}
.breadcrumb .bx-breadcrumb-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.breadcrumb .bx-breadcrumb-item > .number {
  margin-bottom: 10px;
  display: inline-block;
}
.breadcrumb .bx-breadcrumb-item.drop:hover .dropdown-menu {
  display: block;
  -webkit-animation: slideUp 0.4s;
  -o-animation: slideUp 0.4s;
  animation: slideUp 0.4s;
}
.breadcrumb > li + li:before {
  padding: 0 15px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb a {
  text-transform: uppercase;
  color: black;
}
.breadcrumb span {
  text-transform: uppercase;
}
.page-top-wrapper.bg-default {
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
  }
}
form input[readonly] {
  cursor: no-drop;
}
form .uploader {
  position: relative;
}
form .input__label-content--uploader {
  color: #696969;
  font-weight: bold;
  font-smoothing: antialiased;
  font-size: 0.85em;
}
form input[type="file"] {
  z-index: 10;
  opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}
form .action {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0;
}
form .hover .action {
  background-color: #D8D8D8 !important;
  color: #3E3E3E !important;
  transition: all 0.3s ease;
}
form .filename {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  font-size: 13px;
  color: #494642;
  position: relative;
  top: 3px;
  padding: 15px;
  padding-left: 184px;
  text-overflow: ellipsis;
}
.text-center .btn,
.text-center .back-btn,
.text-center .done-btn,
.text-center .search-btn {
  margin-left: 5px;
  margin-right: 5px;
}
.text-center .btn.btn-block,
.text-center .btn-block.back-btn,
.text-center .btn-block.done-btn,
.text-center .btn-block.search-btn {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .mobile-center {
    text-align: center !important;
  }
  .mobile-center .btn,
  .mobile-center .back-btn,
  .mobile-center .done-btn,
  .mobile-center .search-btn {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mobile-center .btn.btn-block,
  .mobile-center .btn-block.back-btn,
  .mobile-center .btn-block.done-btn,
  .mobile-center .btn-block.search-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.text-right .btn,
.text-right .back-btn,
.text-right .done-btn,
.text-right .search-btn {
  margin-left: 10px;
  margin-right: 0;
}
.text-right .btn.btn-block,
.text-right .btn-block.back-btn,
.text-right .btn-block.done-btn,
.text-right .btn-block.search-btn {
  margin-left: 0;
}
.scroll-to-top-btn {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: #606060;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  right: 20px;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #ededed;
  border-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.scroll-to-top-btn.visible {
  visibility: visible;
  opacity: .7;
}
.scroll-to-top-btn > i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.scroll-to-top-btn:hover {
  color: #999;
}
@media screen and (max-width: 480px) {
  .scroll-to-top-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 38px;
  }
}
.load-more-btn {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  font-weight: normal;
  color: #606060;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.load-more-btn:hover,
.load-more-btn:focus {
  color: #999;
  text-decoration: none;
}
.social-signup-btn {
  position: relative;
  display: block;
  width: 240px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding-left: 66px;
  margin-bottom: 12px;
}
.social-signup-btn > i {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.12);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.social-signup-btn > i:before {
  line-height: 48px;
}
.social-signup-btn > i.socicon-googleplus {
  font-size: 18px;
}
.social-signup-btn > span {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.social-signup-btn:focus,
.social-signup-btn:active {
  color: #fff;
  text-decoration: none;
}
.social-signup-btn:hover {
  color: #fff;
}
.social-signup-btn:hover > i {
  width: 100%;
}
.social-signup-btn:hover > span {
  opacity: 0;
}
.social-signup-btn.ssb-facebook {
  background-color: #3b5998;
}
.social-signup-btn.ssb-google {
  background-color: #dd4b39;
}
.social-signup-btn.ssb-twitter {
  background-color: #55acee;
}
.search-btn {
  width: 36px;
  height: 36px;
  line-height: 34px;
  color: #999;
  padding: 0;
  text-align: center;
  margin: 0;
  margin-left: 20px;
}
.search-btn > i::before {
  font-size: 20px;
  margin-top: -3px;
}
.search-btn:hover,
.search-btn.active {
  background-color: transparent;
  color: #606060;
}
.search-btn:focus {
  color: #606060;
}
.social-icons {
  list-style: none;
  text-align: center;
  padding: 0px 0 0 10px;
  margin: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.social-icons i {
  padding: 0;
}
.social-icons li {
  float: left;
  margin-right: 8px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li a {
  font-size: 18px;
  text-decoration: none;
}
.social-icons li a:hover,
.social-icons li a:active {
  text-decoration: none;
}
.navbar {
  position: relative;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .navbar {
    padding: 0 !important;
  }
  .navbar > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.navbar-sticky {
    position: fixed;
    z-index: 9900;
  }
  .navbar.navbar-sticky + * {
    margin-top: 80px;
  }
}
.site-logo {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  color: #606060;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  padding: 23px 0 0 0;
  width: 100%;
}
.site-logo span {
  font-weight: normal;
}
.site-logo:hover,
.site-logo:focus,
.site-logo:active {
  color: #606060;
  text-decoration: none;
}
.site-logo img {
  width: 100%;
  max-width: 115px;
}
.site-logo.visible-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-logo {
    z-index: 20;
  }
  .site-logo.visible-desktop {
    display: none;
  }
  .site-logo.visible-mobile {
    display: inline-block;
  }
  .site-logo img {
    max-width: 42px;
  }
}
.cart-btn {
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  margin-top: 13px;
}
.cart-btn > a {
  font-size: 24px;
  color: #606060;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 11px 0;
}
.cart-btn > a > i {
  position: relative;
  display: inline-block;
  font-style: normal;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: transform 0.3s, opacity 0.15s;
  -o-transition: transform 0.3s, opacity 0.15s;
  transition: transform 0.3s, opacity 0.15s;
}
.cart-btn > a:hover {
  color: #999;
}
.cart-btn:hover > a {
  color: #999;
}
.cart-btn .count {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #0081DB;
  top: -2px;
  right: -17px;
}
.cart-btn.mobile-menu-toggle {
  display: none;
}
a.mobile-menu-toggle:after,
.cart-btn.mobile-menu-toggle:after {
  display: block;
  font-family: 'Simple-Line-Icons';
  content: "\e9a6";
  margin-top: -24px;
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.7);
  -moz-transform: translateY(20px) scale(0.7);
  -ms-transform: translateY(20px) scale(0.7);
  -o-transform: translateY(20px) scale(0.7);
  transform: translateY(20px) scale(0.7);
  -webkit-transition: transform 0.3s, opacity 0.15s;
  -o-transition: transform 0.3s, opacity 0.15s;
  transition: transform 0.3s, opacity 0.15s;
}
a.mobile-menu-toggle.active > i,
.cart-btn.mobile-menu-toggle.active > i {
  opacity: 0;
  -webkit-transform: translateY(-20px) scale(0.7);
  -moz-transform: translateY(-20px) scale(0.7);
  -ms-transform: translateY(-20px) scale(0.7);
  -o-transform: translateY(-20px) scale(0.7);
  transform: translateY(-20px) scale(0.7);
}
a.mobile-menu-toggle.active:after,
.cart-btn.mobile-menu-toggle.active:after {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.body .cart-dropdown {
  display: none;
  position: absolute;
  width: 270px;
  right: -2px;
  top: 100%;
  list-style: none;
  margin: 0;
  margin-top: -14px;
  padding: 25px 20px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ededed;
  cursor: default;
  z-index: 99;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  max-height: 476px;
  overflow-y: auto;
}
.cart-dropdown .cart-item {
  position: relative;
  display: table;
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.cart-dropdown .cart-item .item-thumb {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  padding-right: 15px;
}
.cart-dropdown .cart-item .item-thumb > img {
  width: 100%;
}
.cart-dropdown .cart-item .item-details {
  display: table-cell;
  vertical-align: top;
}
.cart-dropdown .cart-item .item-title {
  line-height: 19.24px;
  font-size: 13px;
  font-weight: normal;
  padding-right: 20px;
  margin-bottom: 6px;
}
.cart-dropdown .cart-item .item-title > a {
  color: #606060;
  text-decoration: none;
}
.cart-dropdown .cart-item .item-title > a:hover {
  color: #a6a6a6;
  text-decoration: none;
}
.cart-dropdown .cart-item .item-title > a:focus {
  color: #a6a6a6;
  text-decoration: none;
}
.cart-dropdown .cart-item .item-quantity {
  line-height: 19.24px;
  font-size: 13px;
  color: #777;
}
.cart-dropdown .cart-item .item-quantity input {
  border: none;
  outline: none;
  background: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 10%;
  max-width: 228px;
  resize: horizontal;
}
.cart-dropdown .cart-item .item-quantity i {
  cursor: pointer;
}
.cart-dropdown .cart-item .item-price {
  line-height: 19.24px;
  font-size: 13px;
  color: #999;
  margin-bottom: 0;
}
.cart-dropdown .cart-item .close-btn {
  position: absolute;
  top: -3px;
  right: -4px;
  line-height: 25.16px;
  font-size: 17px;
}
.cart-dropdown .cart-item .close-btn:hover {
  color: #ef0568;
}
.cart-dropdown .cart-item.deleted {
  opacity: 0;
  height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: .25s all ease;
}
.cart-dropdown .cart-subtotal {
  display: table;
  width: 100%;
}
.cart-dropdown .cart-subtotal .column {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.cart-dropdown .cart-subtotal span {
  display: block;
  line-height: 19.24px;
  font-size: 13px;
  color: #999;
}
.cart-dropdown .cart-subtotal .amount {
  line-height: 19.24px;
  font-size: 13px;
  color: #606060;
  font-weight: 500;
  text-align: right;
}
.cart-btn:hover .cart-dropdown {
  display: block;
  -webkit-animation: slideUp 0.4s;
  -o-animation: slideUp 0.4s;
  animation: slideUp 0.4s;
}
.main-navigation {
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-right: 170px;
  padding-left: 260px;
}
.main-navigation > .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation > .menu li > a {
  display: block;
  color: #606060;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.main-navigation > .menu > li {
  display: inline-block;
  position: relative;
}
.main-navigation > .menu > li > a {
  line-height: 78px;
  padding-right: 30px;
}
.main-navigation > .menu > li.current-menu-item > a,
.main-navigation > .menu > li.current_page_item > a,
.main-navigation > .menu > li.current-menu-ancestor > a,
.main-navigation > .menu > li.current-menu-parent > a,
.main-navigation > .menu > li:hover > a,
.main-navigation > .menu > li.active > a {
  color: #a6a6a6;
}
.main-navigation > .menu > li .sub-menu {
  display: none;
  position: absolute;
  width: 240px;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  margin-top: -14px;
  padding: 20px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ededed;
}
.main-navigation > .menu > li .sub-menu > li {
  margin-top: 8px;
}
.main-navigation > .menu > li .sub-menu > li:first-child {
  margin-top: 0;
}
.main-navigation > .menu > li .sub-menu > li > a {
  font-size: 12px;
}
.main-navigation > .menu > li .sub-menu > li.current-menu-item > a,
.main-navigation > .menu > li .sub-menu > li.current_page_item > a,
.main-navigation > .menu > li .sub-menu > li.current-menu-ancestor > a,
.main-navigation > .menu > li .sub-menu > li.current-menu-parent > a,
.main-navigation > .menu > li .sub-menu > li:hover > a {
  color: #a6a6a6;
}
.main-navigation > .menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Simple-Line-Icons';
  content: "\e9a6";
  font-size: 1.2em;
  margin-left: 1px;
  margin-top: -2px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.main-navigation > .menu > li:hover .sub-menu {
  display: block;
  -webkit-animation: slideUp 0.4s;
  -o-animation: slideUp 0.4s;
  animation: slideUp 0.4s;
}
.main-navigation.text-center > .menu > li > a {
  padding-right: 15px;
  padding-left: 15px;
}
.main-navigation.text-right > .menu > li > a {
  padding-right: 0;
  padding-left: 30px;
}
.mobile-menu-toggle > i {
  position: relative;
  display: inline-block;
  font-style: normal;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: transform 0.3s, opacity 0.15s;
  -o-transition: transform 0.3s, opacity 0.15s;
  transition: transform 0.3s, opacity 0.15s;
}
.mobile-menu-toggle:after {
  display: block;
  font-family: 'Simple-Line-Icons';
  content: "\e9a6";
  margin-top: -24px;
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.7);
  -moz-transform: translateY(20px) scale(0.7);
  -ms-transform: translateY(20px) scale(0.7);
  -o-transform: translateY(20px) scale(0.7);
  transform: translateY(20px) scale(0.7);
  -webkit-transition: transform 0.3s, opacity 0.15s;
  -o-transition: transform 0.3s, opacity 0.15s;
  transition: transform 0.3s, opacity 0.15s;
}
.mobile-menu-toggle.active > i {
  opacity: 0;
  -webkit-transform: translateY(-20px) scale(0.7);
  -moz-transform: translateY(-20px) scale(0.7);
  -ms-transform: translateY(-20px) scale(0.7);
  -o-transform: translateY(-20px) scale(0.7);
  transform: translateY(-20px) scale(0.7);
}
.mobile-menu-toggle.active:after {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
@media screen and (max-width: 1070px) {
  a.mobile-menu-toggle {
    display: table-cell;
  }
  .cart-btn:hover .cart-dropdown {
    display: none;
  }
  .main-navigation {
    position: fixed;
    width: 100%;
    height: calc(100% - 80px);
    top: 80px;
    left: 0;
    background-color: #ffffff;
    padding: 0;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .main-navigation > .menu {
    padding: 20px 0;
  }
  .main-navigation > .menu > li {
    display: block;
  }
  .main-navigation > .menu > li > a {
    line-height: 1.5;
    padding: 12px 15px;
  }
  .main-navigation > .menu > li .sub-menu {
    display: block;
    position: relative;
    width: 100%;
    max-height: 0;
    left: 0;
    top: 0;
    margin: 0;
    margin-top: 0;
    padding: 0;
    text-align: center;
    background-color: #f5f5f5;
    border: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .main-navigation > .menu > li .sub-menu > li {
    margin-top: 0;
  }
  .main-navigation > .menu > li .sub-menu > li > a {
    padding: 6px 15px;
  }
  .main-navigation > .menu > li:hover .sub-menu {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
  .main-navigation > .menu > li.menu-item-has-children.active > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-navigation > .menu > li.menu-item-has-children.active .sub-menu {
    max-height: 600px;
    padding: 20px 0;
  }
  .main-navigation.open {
    visibility: visible;
    opacity: 1;
  }
  .main-navigation.open > .menu {
    display: block;
    -webkit-animation: slideUpLong 0.5s;
    -o-animation: slideUpLong 0.5s;
    animation: slideUpLong 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .toolbar {
    right: 20px;
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,15px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes slideUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0,15px,0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,15px,0);
    -moz-transform: translate3d(0,15px,0);
    -ms-transform: translate3d(0,15px,0);
    -o-transform: translate3d(0,15px,0);
    transform: translate3d(0,15px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes slideUpLong {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,25px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes slideUpLong {
  from {
    opacity: 0;
    -moz-transform: translate3d(0,25px,0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
  }
}
@keyframes slideUpLong {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,25px,0);
    -moz-transform: translate3d(0,25px,0);
    -ms-transform: translate3d(0,25px,0);
    -o-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.blog-post-meta {
  display: table;
  width: 100%;
  color: #999;
  font-size: 14px;
}
.blog-post-meta .column {
  display: table-cell;
  vertical-align: top;
  margin-right: 15px;
}
.blog-post-meta .column:last-child {
  text-align: right;
  margin-right: 0;
}
.blog-post-meta a:not(.read-more) {
  color: #999;
  text-decoration: none;
}
.blog-post-meta a:not(.read-more):hover,
.blog-post-meta a:not(.read-more):focus,
.blog-post-meta a:not(.read-more):active {
  color: #606060;
  text-decoration: none;
}
.blog-post-meta i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.blog-post-meta .divider {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 11px;
  background-color: rgba(153,153,153,0.5);
  margin: 0 8px;
}
.blog-post-title,
.blog-post-title > a {
  color: #606060;
  line-height: 31.08px;
  font-size: 21px;
  text-decoration: none;
  margin-bottom: 12px;
}
.blog-post-title:hover,
.blog-post-title > a:hover {
  color: #999;
  text-decoration: none;
}
.blog-post-open {
  overflow-y: hidden;
}
body.blog-post-open .body,
body.blog-post-open #main-footer,
body.modal-open .body,
body.modal-open #main-footer,
body.modal-open .single-post-wrap.open {
  opacity: .6;
  transition: color .20s linear;
}
.blog-post-open.hasScrollbar,
.modal-open.hasScrollbar {
  padding-right: 16px;
}
.modal-open.hasScrollbar .navbar-sticky,
.blog-post-open.hasScrollbar .navbar-sticky {
  width: calc(100% - 16px);
}
.close-btn {
  display: block;
  position: fixed;
  top: 8px;
  right: 20px;
  color: #606060;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.close-btn:hover {
  color: #999;
}
.single-post-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9905;
  cursor: default;
}
.single-post-backdrop.active {
  display: block;
}
.single-post-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1049;
  background-color: #ffffff;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.17);
  box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.17);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.single-post-wrap > .inner {
  padding: 70px 40px 50px 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0,30px,0);
  -moz-transform: translate3d(0,30px,0);
  -ms-transform: translate3d(0,30px,0);
  -o-transform: translate3d(0,30px,0);
  transform: translate3d(0,30px,0);
  -webkit-transition: all 0.4s 0.5s;
  -o-transition: all 0.4s 0.5s;
  transition: all 0.4s 0.5s;
}
.single-post-wrap > .inner.loaded {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.single-post-wrap .preloader {
  opacity: 0;
  -webkit-transform: translate3d(0,30px,0);
  -moz-transform: translate3d(0,30px,0);
  -ms-transform: translate3d(0,30px,0);
  -o-transform: translate3d(0,30px,0);
  transform: translate3d(0,30px,0);
  -webkit-transition: all 0.4s 0.25s;
  -o-transition: all 0.4s 0.25s;
  transition: all 0.4s 0.25s;
}
.single-post-wrap .preloader.active {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-wrap.open {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .single-post-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .single-post-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .single-post-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 820px) {
  .single-post-wrap {
    width: 100%;
  }
}
.post-share {
  font-size: 14px;
}
.b-share > a {
  padding-top: 0 !important;
}
.share > .text {
  vertical-align: middle;
}
.catalog.tabs .col-md-3 .shop-item .shop-thumbnail {
  min-height: 150px;
}
.image .item-link {
  position: absolute;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.shop-item {
  width: 100%;
  margin-bottom: 24px;
}
.shop-item .shop-thumbnail {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
.shop-item .shop-thumbnail > img {
  display: block;
  width: auto;
  margin: auto;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.shop-item .shop-item-details {
  display: table;
  width: 100%;
  padding-top: 24px;
}
.shop-item .shop-item-details .shop-item-title {
  line-height: 25.16px;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.1;
}
.shop-item .shop-item-details .shop-item-title > a {
  color: #999;
  text-decoration: none;
}
.shop-item .shop-item-details .shop-item-price {
  line-height: 25.16px;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  min-height: 48px;
}
.shop-item .shop-item-details .shop-item-price .old-price {
  line-height: 19.24px;
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}
.shop-item .shop-item-tools {
  z-index: 4;
  text-align: right;
  margin: 12px 0 0;
}
.shop-item .shop-item-tools .add-to-cart {
  margin: 0;
}
.shop-item .shop-item-tools .add-to-cart i:before {
  line-height: 1.3;
  font-size: 24px;
}
.shop-item .shop-item-tools .add-to-whishlist {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  color: #999;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
}
.shop-item:hover .shop-thumbnail > img {
  opacity: .5;
}
.bx-touch .shop-item .shop-item-tools {
  visibility: hidden;
  display: none;
}
.shop-label {
  position: absolute;
  z-index: 1;
  display: block;
  height: 24px;
  line-height: 24px;
  top: 20px;
  left: 0px;
  white-space: nowrap;
  font-size: 12px;
  background-color: #fff;
  color: #606060;
  border-radius: 12px;
  padding: 0 14px;
}
.shop-label-new {
  background-color: #0081DB;
  color: #fff;
}
.add-to-cart {
  position: relative;
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 36px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.add-to-cart em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-style: normal;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.add-to-cart svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.add-to-cart.is-added em {
  color: transparent;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0s;
  -o-transition: transform 0s;
  transition: transform 0s;
}
.add-to-cart.is-added svg {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: transform 0s;
  -o-transition: transform 0s;
  transition: transform 0s;
}
.item-rating {
  display: block;
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 20px;
}
.item-rating:before,
.item-rating:after {
  content: " ";
  display: table;
}
.item-rating:after {
  clear: both;
}
.item-rating i {
  display: block;
  float: left;
  font-size: 13px;
  line-height: 1;
}
.shop-bar {
  display: table;
  width: 100%;
  padding-bottom: 36px;
}
.shop-bar > .column {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.shop-bar > .column:first-child {
  padding-right: 20px;
}
.shop-bar .search-box {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .shop-bar > .column {
    display: block;
    width: 100%;
  }
  .shop-bar > .column:first-child {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.filters-bar {
  display: table;
  width: 100%;
  padding-bottom: 28px;
}
.filters-bar > .column {
  display: table-cell;
  vertical-align: middle;
}
.filters-bar > .column:last-child {
  width: 200px;
  text-align: right;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .filters-bar > .column {
    display: block;
    width: 100%;
    text-align: center;
  }
  .filters-bar > .column:last-child {
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }
  .filters-bar .nav-filters > li {
    margin-left: 11px;
    margin-right: 11px;
  }
}
.filters-toggle {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.filters-toggle > i {
  font-size: 1.2em;
  margin-top: -2px;
}
.filters-toggle:hover,
.filters-toggle.active {
  color: #606060;
}
.filters-toggle:focus {
  color: #606060;
  text-decoration: none;
}
.filters {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}
.filters .filters-pane {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 16px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.filters .filters-pane.open {
  visibility: visible;
  opacity: 1;
}
.filters .widget,
.filters .widget:first-child {
  padding-top: 0;
}
.sidebar {
  width: 100%;
  max-width: 300px;
}
.bx-filter-section .widget-title {
  margin-bottom: 0px;
  cursor: pointer;
}
.bx-filter-section .bx-active .widget-title {
  margin-bottom: 16px;
}
.widget-title {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.widget-title small {
  display: block;
  color: #999;
  font-size: 12px;
  text-transform: none;
  margin-top: 20px;
}
.widget {
  padding: 20px 0;
  border-bottom: 2px solid #ededed;
}
.widget:first-child {
  padding-top: 15px;
}
.widget:last-child {
  border-bottom: 0;
}
.widget > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.widget > ul > li {
  margin-bottom: 5px;
}
.widget > ul > li:last-child {
  margin-bottom: 0;
}
.widget > ul > li > a {
  color: #999;
  text-decoration: none;
}
.widget > ul > li > a:hover {
  color: #606060;
}
.widget > ul > li > a > i {
  font-size: 15px;
  margin-right: 2px;
}
.widget > ul > li.divider {
  overflow: hidden;
  background-color: #000000;
  height: 0;
  padding: 0;
  border-width: 0;
  border-bottom: 2px solid #ededed;
}
.widget > ul > li.active > a {
  color: #fff;
}
.widget a .color {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
  margin-top: -2px;
}
.widget.widget-categories:first-child {
  padding-top: 0;
}
.widget.widget-categories a {
  display: block;
}
.widget.widget-categories > ul > li {
  margin-top: 1px;
  transition: background-color 70ms ease-out 0s;
  -webkit-transition: background-color ease-out 70ms;
  -moz-transition: background-color ease-out 70ms;
  -o-transition: background-color ease-out 70ms;
  background: #f7f7f7;
}
.widget.widget-categories > ul > li > a {
  line-height: 16px;
  padding: 11px 19px 12px;
}
.widget.widget-categories > ul > li.active {
  background: #0081DB;
}
.widget.widget-categories .submenu a {
  line-height: 16px;
  height: inherit;
  font-size: 12px;
  padding: 3px 10px;
}
.widget.widget-categories .submenu li:first-child {
  padding-top: 8px;
}
.widget.widget-categories .submenu li:last-child {
  padding-bottom: 8px;
}
.widget.wiget-filter:not(.bx-active) .bx-filter-parameters-box-container {
  display: none;
  opacity: 0;
  height: 0;
}
.services-list {
  padding: 0;
}
.services-list li {
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.services-list li a {
  color: #fff;
  padding: 19px 26px;
  width: 100%;
  display: inline-block;
  background-color: #f6f6f6;
  color: #333;
  font-size: 14px;
  -wekbit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.services-list li a.active:after,
.services-list li a:hover:after {
  color: #fff;
}
.services-list li.child a:after {
  content: "\e9a5";
  font-family: 'Simple-Line-Icons';
  position: absolute;
  right: 25px;
  font-size: 18px;
  color: #888;
  -wekbit-transition: all 0.3s;
  transition: all 0.3s;
}
.services-list li.child:hover a:after {
  color: white;
}
.services-list li.active a,
.services-list li:hover a {
  background-color: #0181db;
  color: #fff;
}
.widget-tags a {
  display: inline-block;
  cursor: pointer;
  height: 30px;
  color: #999;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  border: 2px solid #ededed;
  border-radius: 15px;
  padding: 0 12px;
  margin: 0 2px 8px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget-tags a:hover,
.widget-tags a.active {
  color: #606060;
  border-color: #606060;
}
.shop-item-price_old {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: -3px;
  display: block;
}
.shop-item-price_cur {
  margin: 12px 0 0;
  line-height: 25.16px;
  font-size: 17px;
  white-space: nowrap;
}
.shop-item-price_old + .shop-item-price_cur {
  margin: 0;
}
.sidebar-toggle,
.sidebar-close {
  display: none;
}
@media screen and (max-width: 767px) {
  .sidebar {
    position: fixed;
    height: 100%;
    z-index: 99910;
    top: 0;
    left: -300px;
    padding: 30px 24px;
    background-color: #ffffff;
    overflow-y: auto;
    -ms-overflow-style: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
    -webkit-transition: left 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s, box-shadow 0.3s 0.3s;
    -o-transition: left 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s, box-shadow 0.3s 0.3s;
    transition: left 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s, box-shadow 0.3s 0.3s;
  }
  .sidebar.open {
    left: 0;
    -webkit-box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.15);
  }
  .sidebar.sidebar-right {
    left: auto;
    right: -300px;
    -webkit-transition: right 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s, box-shadow 0.3s 0.3s;
    -o-transition: right 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s, box-shadow 0.3s 0.3s;
    transition: right 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s, box-shadow 0.3s 0.3s;
  }
  .sidebar.sidebar-right.open {
    left: auto;
    right: 0;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    z-index: 9895;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 0;
    line-height: 48px;
    color: #606060;
    font-size: 24px;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .sidebar-toggle:hover {
    color: #999;
  }
  .sidebar-toggle.sidebar-toggle-right {
    left: auto;
    right: 0;
  }
  .sidebar-toggle.sidebar-open {
    left: -48px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
  }
  .sidebar-toggle.sidebar-open.sidebar-toggle-right {
    left: auto;
    right: -48px;
  }
  .sidebar-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 15px;
    color: #606060;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sidebar-close:hover {
    color: #999;
  }
  .sidebar::-webkit-scrollbar {
    display: none;
  }
  .shop-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  width: 100%;
  height: 100%;
}
.fw-section {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fw-section .container,
.fw-section .container-fluid {
  position: relative;
  z-index: 5;
}
.fw-section .overlay {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fw-section.bg-gray {
  background-color: #f5f5f5;
}
.category-link {
  display: table;
  padding: 0 15px;
  margin: 0 auto 30px auto;
  color: #606060;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.category-link > img {
  display: block;
  width: 100%;
  max-width: 220px;
  margin-bottom: 12px;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.category-link:hover {
  color: #999;
}
.category-link:hover > img {
  opacity: .5;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.category-link:focus,
.category-link:active {
  color: #606060;
  text-decoration: none;
}
.category-tile {
  display: block;
  min-height: 250px;
  background-color: #f5f5f5;
  text-decoration: none;
  margin-bottom: 30px;
}
.category-tile > .inner {
  display: table;
  width: 100%;
  padding: 48px;
}
.category-tile > .inner > .column {
  display: table-cell;
  width: 50%;
}
.category-tile > .inner > .column:first-child {
  padding-right: 24px;
}
.category-tile > .inner > .column:last-child {
  vertical-align: middle;
  text-align: center;
}
.category-tile .category-thumb {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.category-tile .category-thumb > img {
  display: block;
  width: 100%;
}
.category-tile:hover,
.category-tile:focus {
  text-decoration: none;
}
.category-tile:hover .category-thumb {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 570px) {
  .category-tile > .inner > .column {
    display: block;
    width: 100%;
    text-align: center;
  }
  .category-tile > .inner > .column:first-child {
    padding-right: 0;
  }
}
.google-map {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .google-map {
    height: 400px !important;
  }
  .category-link {
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .google-map {
    height: 300px !important;
  }
}
.info-box {
  width: 100%;
  padding: 40px 25px;
  background-color: #f5f5f5;
}
.quotation {
  display: table;
  width: 100%;
}
.quotation .quotation-author,
.quotation blockquote {
  display: table-cell;
  vertical-align: top;
}
.quotation .quotation-author {
  padding-right: 24px;
}
.quotation .quotation-author-ava {
  width: 74px;
}
.quotation .quotation-author-ava > img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.feature {
  margin-bottom: 30px;
}
.feature .feature-icon {
  display: inline-block;
  font-size: 60px;
  color: #7b7b7b;
  margin-bottom: 16px;
}
.feature .feature-title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 8px;
}
.feature .feature-text {
  color: #c4c4c4;
  font-size: 14px;
}
.brand {
  display: block;
  text-decoration: none;
  margin-bottom: 48px;
}
.brand .brand-logo {
  display: inline-block;
  max-width: 150px;
  margin-bottom: 12px;
}
.brand .brand-logo > img {
  display: block;
  width: 100%;
}
.brand .brand-text {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
}
.brand:hover,
.brand:focus {
  color: #999;
  text-decoration: none;
}
.video-popup-btn {
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
  border-radius: 50%;
  color: #606060;
  border: 1px solid #606060;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.video-popup-btn > i {
  font-size: 44px;
  line-height: 108px;
}
.video-popup-btn:focus,
.video-popup-btn:active,
.video-popup-btn:hover {
  outline: none;
  color: #999;
  border-color: #999;
}
.video-popup-btn.light-skin {
  color: #fff;
  border-color: #fff;
  opacity: 1;
}
.video-popup-btn.light-skin:focus,
.video-popup-btn.light-skin:active,
.video-popup-btn.light-skin:hover {
  color: #fff;
  border-color: #fff;
  opacity: .5;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  white-space: nowrap;
  font-size: 12px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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 10px;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 0;
}
.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: #333;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333;
}
.nav-tabs {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border: none;
  border-bottom: 2px solid #ededed;
}
.nav-tabs > li {
  float: none;
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
}
.nav-tabs > li > a {
  position: relative;
  z-index: 0;
  display: block;
  color: #999;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  padding: 18px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  text-decoration: none;
  outline: none;
}
.nav-tabs > li > a:hover {
  color: #606060;
  background: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #606060;
  background: none;
  border: none;
  cursor: default;
  border-bottom: 2px solid #606060;
}
.tab-content {
  padding-top: 36px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.transition.fade {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.transition.fade.in {
  opacity: 1;
}
.transition.scale.fade {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.transition.scaledown.fade {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.transition.scale.fade.in,
.transition.scaledown.fade.in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.transition.left.fade {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
.transition.right.fade {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}
.transition.left.fade.in,
.transition.right.fade.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.transition.top.fade {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.transition.bottom.fade {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.transition.top.fade.in,
.transition.bottom.fade.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.transition.flip.fade {
  -webkit-transform: rotateY(-90deg) scale(1.1);
  -moz-transform: rotateY(-90deg) scale(1.1);
  -ms-transform: rotateY(-90deg) scale(1.1);
  -o-transform: rotateY(-90deg) scale(1.1);
  transform: rotateY(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.transition.flip.fade.in {
  -webkit-transform: rotateY(0deg) scale(1);
  -moz-transform: rotateY(0deg) scale(1);
  -ms-transform: rotateY(0deg) scale(1);
  -o-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.nav-filters {
  display: block;
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.nav-filters > li {
  display: inline-block;
  margin: 0 22px 10px 0;
}
.nav-filters > li > a {
  color: #999;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
}
.nav-filters > li sup {
  color: #999;
}
.nav-filters > li > a:hover,
.nav-filters > li.active > a {
  color: #606060;
}
.nav-filters > li.active > a {
  border-bottom-color: #606060;
}
.text-center .nav-filters > li,
.text-center.nav-filters > li {
  margin-left: 11px;
  margin-right: 11px;
}
.text-right .nav-filters > li,
.text-right.nav-filters > li {
  margin-left: 22px;
  margin-right: 0;
}
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-color: #ddd;
}
.panel > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: #ddd;
}
.panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-body {
  padding: 0 20px 20px 0;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  border-bottom: none;
  border-radius: 0;
}
.panel-heading .panel-title {
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 18px 0;
  margin: 0;
  border-radius: 0;
}
.panel-heading > a {
  position: relative;
  color: #606060;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.panel-heading > a:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Simple-Line-Icons';
  font-size: 19px;
  content: "\e9a6";
  margin-top: -2px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.panel-heading .panel-title.collapsed {
  color: #999;
}
.panel-heading .panel-title.collapsed:hover {
  color: #606060;
  background-color: transparent;
}
.panel-heading .panel-title.collapsed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-group {
  margin-bottom: 16px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-group .panel-heading {
  border-bottom: 0;
  padding: 10px 15px 10px 0px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: none;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease, visibility 0.35s ease;
  -o-transition: height 0.35s ease, visibility 0.35s ease;
  transition: height 0.35s ease, visibility 0.35s ease;
}
.pagination {
  font-size: 14px;
  padding-top: 12px;
}
.pagination .page-numbers {
  display: inline-block;
  color: #606060;
  margin: 0 24px 12px 0;
}
.pagination .page-numbers a {
  display: inline-block;
  padding: 4px 10px 4px 4px;
}
.pagination .page-numbers span {
  display: inline-block;
  padding: 4px 10px 4px 4px;
}
.pagination .page-numbers > a {
  color: #606060;
  text-decoration: none;
}
.pagination .page-numbers > a:hover {
  color: rgba(96,96,96,0.55);
}
.pagination .page-numbers .active {
  color: rgba(96,96,96,0.55);
  cursor: default;
}
.pagination .pager {
  display: inline-block;
}
.pagination .pager a {
  display: inline-block;
  color: #606060;
  text-decoration: none;
}
.pagination .pager a:hover {
  color: rgba(96,96,96,0.55);
}
.pagination .pager span {
  display: inline-block;
  margin: 0 10px;
  color: #999;
  opacity: .5;
}
.page-nav {
  display: block;
  position: absolute;
  top: 50%;
  color: #999;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: -11px;
}
.page-nav.page-prev {
  left: 30px;
}
.page-nav.page-next {
  right: 30px;
}
.page-nav .page-preview {
  display: block;
  position: absolute;
  width: 80px;
  top: -80px;
  opacity: 0;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.page-nav:hover,
.page-nav:focus {
  color: #606060;
  text-decoration: none;
}
.page-nav:hover .page-preview {
  opacity: 1;
  -webkit-transition: all 0.3s 0.15s;
  -o-transition: all 0.3s 0.15s;
  transition: all 0.3s 0.15s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 890px) {
  .page-nav {
    display: none;
  }
}
#main-footer {
  background: #f0f0f0;
}
#main-footer > .container {
  padding: 0 !important;
}
.footer {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer .column {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  background-color: #f5f5f5;
  padding: 45px 25px;
}
.footer .column:nth-of-type(even) {
  background-color: #f0f0f0;
}
.footer .copyright {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
  margin-top: -5px;
}
.footer .cards {
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}
.footer .subscribe-form {
  max-width: 365px;
  margin: 0 auto;
}
.footer .subscribe-form .form-control {
  border-color: #fff;
}
.footer .subscribe-form .form-control:focus {
  border-color: #0081DB;
}
.footer button[type='submit'] {
  position: absolute;
  display: block;
  font-size: 20px;
  border: none;
  background: none;
  top: 50%;
  margin-top: -19px;
  right: 7px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer button[type='submit']:focus {
  outline: none;
}
.footer button[type='submit']:hover {
  color: #0081DB;
}
@media screen and (max-width: 991px) {
  .footer .column {
    display: block;
    width: 100%;
    padding: 45px 15px;
  }
}
#bx-composite-banner {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
.dropdown-menu li:hover {
  background-color: #0069ad;
}
.dropdown-menu li:hover a {
  color: #ffffff;
}
li.dropdown ul li a:hover,
.overlay,
.menu ul .sfHover a,
.cart-counter,
.menu-responsive,
.project-category figure,
.see-all,
.option-set li a:hover,
.option-set li a.selected,
#testimonials:after,
#backtotop a:hover,
.service-alt a.img-hover:after,
a.sidebar-btn,
.sidebar-textbox.color,
#price-range .ui-widget-header,
.comment-by a.reply:hover,
#small-dialog .mfp-close,
.mfp-close:hover,
input[type="button"],
a.button,
.owl-prev:hover,
.owl-next:hover,
a.button.dark:hover,
table.basic-table th,
.plan.color-2 .plan-price,
.plan.color-2 a.button,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
.info-banner-fw,
.pagination ul li a.current-page,
.pagination .current,
.pagination ul li a:hover,
.services-list li a.active,
.services-list li a:hover,
.pagination-next-prev ul li a:hover,
mark.color {
  background-color: #f85b74 !important;
}
a,
.header-widget li i,
.menu > li a.current.with-ul:after,
.color,
.menu > li.sfHover .with-ul:after,
.featured-service i,
.stage i,
.stage span,
#breadcrumbs ul li a:hover,
.details li a:hover,
.meta-tags span a:hover,
.image-edge-content h4,
.headline span.color,
.menu > li a.current,
.menu > li a:hover,
.menu > li.sfHover a,
a.button.border,
.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before,
.tabs-nav li a:hover,
.close-search a:hover,
.info-banner-fw a:hover,
.menu  li.search a:hover,
.tabs-nav li.active a {
  color: #0081DB;
}
body,
.menu > li a.current,
.menu > li a:hover,
.menu > li.sfHover a,
.mega,
.dropdown ul,
#price-range .ui-slider .ui-slider-handle,
a.button.border,
a.button.border:hover,
.tabs-nav li a:hover,
.tabs-nav li.active a,
.custom-caption,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
  border-color: #0081DB !important;
}
.fullWidthFromContainer {
  left: 0;
  width: 100%;
}
.projects-container .projects .overlay {
  background: rgba(0,129,219,0.8);
}

.stage{
position:relative;
}

.stage:hover{
opacity:1 !important;
}

.stage span{
color:#133056;
font-size:16px;
margin:10px;
visibility:hidden;
padding: 12px;
position: absolute;
top:24px;
left:0px;
}

.stage:hover span{
visibility: visible;
}
.stage:hover i,
.stage:hover h4{
visibility: hidden;
}


@media (min-width: 1200px){
.hero-slider {
    width: 1200px;
margin: 0 auto;
}
}

@media (min-width: 1300px){
.hero-slider {
    width: 1270px;
margin: 0 auto;
}
}

.hero-slider .jarallax {
    min-height: 380px !important;
}

@media (min-width: 992px){
.col-md-2 {
    width: 20% !important;
}
}

.slogan{
clear:both;
    color: #0081DB;
    font-weight: bold;
font-size: 18px;
padding-top:28px;
margin-bottom:-28px;
}

.waves-button-input{
font-style: normal !important;
text-transform: uppercase;
}

#presentation iframe{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    display: block;
} 

#price table-old  {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    display: block;
    background-color: rgb(227, 227, 229);
    border-width: 3px 0px 0px;
    border-top: 3px solid #0081db;
    color: black;
    box-shadow: rgba(212, 215, 216, 0.34) -3px 1px 3px 1px;
}

.light-blue-bg{
background: #cce2ee;
}

#price-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    background: white;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
padding: 24px;
}

#price-table .th {
font-size: 14px;
font-weight: bold;
color: #133056;
padding: 10px 20px;
    vertical-align: middle;
}
#price-table .td {
color: #223a5e;
border-top: 1px solid #e8edff;
padding: 10px 15px;
font-weight:bold;
}
#contacts .fa{
 color:#0081DB;
 margin-right:5px;
 margin-top:9px;
 margin-left:30px;
}
#contacts {
min-width:45%;
max-width:70%;
text-align:left;
}
#contacts p {
text-align:justify;
}
.clearfix{
 clear:both;
}

#price-table, #contact, #presentation iframe, #features{
width: 70% !important;
max-width: 800px; 
padding-left:15px;
padding-right:15px;
margin: 0 auto;
}

#contact {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    padding: 24px;
background: #fff;
}
.globe{
margin-left:29%;
}
.knopka{
text-align:center;
}
#presentation{margin-top: -56px;}
#feature2{margin-top: -24px;}

#price-inner .bootstrap-touchspin-down, #price-inner .bootstrap-touchspin-up  {
width: auto !important;
padding: 0px 16px !important;
height: auto !important;
margin: 0px !important;
}
#price-inner .multiselect{width: 424px;}
#price-inner #calc-number{width: 48px; text-align: center; height: 100%;}
#calc-summa{width: 90px; display: inline-block;}

.bootstrap-touchspin{width: 136px; height: 36px;}
.form-control{
color:#223a5e;
}

.testimonials-slider li:before {
    content: "\f2c0";
    color: #fff;
    font-family: FontAwesome;
    font-size: 16em;
    display: inline-block;
    line-height: 1.6em;
vertical-align: top;
}

.testimonials-slider li p {
    width: 70%;
display: inline-block;
}
/*
#contact h2:after {
font-family: FontAwesome;
content: "   \f1e4";
}

#presentation h2:after {
font-family: FontAwesome;
content: "   \f167";
}

#price-table h2:before {
font-family: FontAwesome;
content: "\f2b5   ";
}

#contacts h2:before {
font-family: FontAwesome;
content: "\f2c2   ";
}
*/

.fake_pillow{display: none;}

@media screen and (max-width:767px){
.slogan {margin-bottom:28px; position:absolute;}
.header {margin: 0 0 0 0;}
a.featured-service {width:90%;}
.row{text-align:left;margin-left:0px;}
div.copyrights {padding:10% 1% 10% 0%;}
#presentation iframe, #features, #map iframe {width:100% !important; background-color:#fff;}
#price-table, #contact {width:80% !important;}
.globe{margin-left:5%;text-align:left;}
#contacts p {text-align:left;}
a.featured-service {padding:3px 10px;}
#feature2 .row{margin-left:5%;}
.row feature {text-align:center;}
body{margin-top:0px;}
#price-inner .multiselect-native-select{display: none;}
.hero-slider{width: 375px;}
.hero-slider .slick-list{padding: 0 !important;}
#price-inner .calc .col-md-7{display: none !important;}
.hero-slider .descr{max-width: 100% !important; background-image: none !important;}
.testimonials-slider li:before{display: none !important;}
.testimonials-slider li p{width: 100% !important; padding-left: 0px !important; padding-right: 0px !important;
padding-top: 6px; padding-bottom: 6px;}
.testimonials-slider .slick-dots {bottom: 0px;}
#contacts {max-width: 100%;}
#info #text{padding-left: 12px; padding-right: 12px;}
#map > ymaps {width: 100% !important;}
.stage h4 {height: auto !important;}
.stage {margin-top: 16px !important;}
a.featured-service {padding: 25px 25px !important;}
a.featured-service p{height: auto !important; padding-bottom: 6px;}
#feature1 #map{float: none !important; margin-bottom:5%; width:100% !important;}
.hero-slider .slick-dots {bottom: -40px;}
.steps {margin-top: -12px;}
.body > .container{padding-left: 0px;}
#testimonials .col-md-12{padding-left: 0px;}
#testimonials .slides{padding-left: 0px;}
[name="SIMPLE_FORM_11"] select{display: block; width: 100%;}
[name="SIMPLE_FORM_11"] .col-md-12{padding-left: 0px; padding-right: 0px;}
[name="SIMPLE_FORM_11"] .row{margin-right: 0px;}
[name="SIMPLE_FORM_11"] br{display: none ;}
[name="SIMPLE_FORM_11"] .modal-body{margin-bottom: 0px;}
.modal{max-width: 93.5%; box-sizing: border-box;}
body{border-top: 0 !important; }
}





.with-btn a,
.with-btn a::before,
.with-btn a::after,
.with-btn a span,
.with-btn a span::before,
.with-btn a span::after
{
  transition: all ease .5s;
}

.with-btn a{
  position: relative;
  display: inline-block;
  padding: 0.3em;
  margin: 1em;
  border: solid 1px;
  text-transform: uppercase;
  cursor: pointer;
line-height: 2.9;
}

.with-btn a:hover
{
  box-shadow: 0 0 5em .5em rgba(50,50,150,0.5);
}

.with-btn a span
{
  display: inline-block;
  width: 100%;
  padding: 0.6em 2em;
}

.with-btn a:hover span
{
  background-color: #fff;
  color: #112;
}

.with-btn a::before,
.with-btn a::after,
.with-btn a span::before,
.with-btn a span::after
{
  content: '';
  position: absolute;
  border: 1px;
}

.with-btn a::before,
.with-btn a span::before
{
  border-style: solid none;  
}

.with-btn a::before,
.with-btn a span::after{      
  left: 0;
  top: -0.4em;
  width: 100%; 
  height: calc(100% + 0.8em);
}

.with-btn a::after,
.with-btn a span::after
{
  border-style: none solid;   
}

.with-btn a::after,
.with-btn a span::before
{
  top: 0;
  left: -0.4em;
  height: 100%;
  width: calc(100% + 0.8em); 
}

.with-btn a:hover::after,
.with-btn a:hover span::after
{
  transform: scaleY(0);
}

.with-btn a:hover::before,
.with-btn a:hover span::before
{
  transform: scaleX(0);
}

.with-btn a:hover span::after,
.with-btn a:hover span::before
{
  opacity: 0;
}





body .send-button {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes icon-animation {
  0% {
    transform: rotate(0deg) scale(1);
  }
  33% {
    transform: rotate(-120deg) scale(4);
  }
  66% {
    transform: rotate(-240deg) scale(4);
  }
  100% {
    transform: rotate(-360deg) scale(1);
  }
}
@keyframes input-shadow {
  0% {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  }
  40% {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: none;
  }
  70% {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  }
}
.icon-wrapper-animation {
  animation: icon-animation 1.5s linear;
  transition: color 0.6s ease;
  color: #66bb6a;
}

.clicked {
  transform: translate(-50%, calc(-50% + 1px)) !important;
  transition: transform 0.15s ease;
  animation: input-shadow 0.15s ease;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.clicked > .text {
  transform: translateY(1px);
  transition: transform 0.15s ease-out;
}


body .send-button input.btn-ghost.btn-primary {
  background-color: #f85b74;
  width: 250px;
  height: 45px;
  border-radius: 2px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  user-select: none;
  transition: transform 0.15s;
  text-shadow: 1px 2px 1px rgba(77, 9, 36, 0.6);
color:white;
border-color: transparent !important; 
}

.ion-paper-airplane:before {
    content: "\f1d8";
font-family: FontAwesome;
}

.modal-footer{
    height: 75px;
}

body .send-button .icon-wrapper {
  position: absolute;
  right: -65px;
  bottom: -10px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  line-height: 45px;
  color: #f8bbd0;
}
body .send-button .icon-wrapper [class*="icon-"] {
  position: absolute;
  left: 100px;
  bottom: 20px;
  transition: color 0.6s ease;
}
body .send-button .icon-wrapper .icon-1 {
  transform: rotate(15deg);
  font-size: 23px;
  font-size: 2.3rem;
  opacity: 1;
}
body .send-button .icon-wrapper .icon-2 {
  opacity: 0;
  font-size: 25px;
  font-size: 2.5rem;
}


.hero-slider .descr{
    border-color: #f85b74;
border: solid 1px;
border-width: 1px !important;
height: 290px;
top: calc(90% - 290px) !important;
background-image: url(../img/ornament.png);
background-position: 99.6% 50%;
background-repeat: no-repeat;
background-size: auto 98%;
}

.hero-slider .descr::before {
    content: '';
    position: absolute;
    border: 1px;
    left: 0;
    top: -0.4em;
    width: 100%;
    height: calc(100% + 0.8em);
border-top:5px solid #62a4d4;
border-bottom:5px solid #62a4d4;
}

.hero-slider .descr::after {
    content: '';
    position: absolute;
    border: 1px;
/*border-left:1px solid #0f73be;*/
/*border-right:1px solid #0f73be;*/
top: 0;
    left: -0.4em;
    height: 100%;
    width: calc(100% + 0.8em);

}

#slider > .slider{
content: '';
display:table;
clear: both;
}

.slick-slider {
    position: relative !important;
}

.hero-slider .slick-dots {
    position: absolute!important;
}

.ui-resizable-e {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    margin-right: 16px;
margin-left: 16px;
right:-20px !important;
}

#map {float: right !important;}
#map iframe{width: 100% !important;}

.stage:hover {
    box-shadow: 0 0 5em 0.5em rgba(50,50,150,0.5);
    border-radius:3px;
}

.send-button .icon-wrapper:hover{
cursor: pointer;
}

#features .col-md-4:nth-child(0) .stage{opacity: 0.3 }
.testimonials-slider ul,
.testimonials-slider .slides{margin-bottom: 0;}

 body .send-button .icon-wrapper{
      display:none;
}

/*кнопка Наверх*/
.top .fa {
color:#f85b74;
width:88px; 
height:118px;
position:fixed;
bottom:20px;
right:50px;
}

#footer .container {
background-color:#223a5c;
}

@media screen and (min-width: 767px)  and (max-width:1024px) {
   .header {
      text-align:center;
    }
  .header-widget li:last-child {
     margin-top:3%;
    }
  .slogan {
     padding-top:0px;
    }
  .globe{
     margin-left:4%;
  }
  #map{
    width:50%;
  }
   #map > ymaps{
    width:345px !important;
    height: 740px !important;
    padding-top:48px;
   }
 #contacts {
    max-width:50%;
    padding-bottom:48px !important;
   }
 #contact .modal-body{
    margin-bottom:0%;
}
  .dropdown-menu{
    width:100%;
}
   .row{
   margin-right:0px;
}
.bootstrap-touchspin{
  margin-left:10%;
}
    #presentation iframe{
         height:350px !important;
}
    .slick-slider{
        width:1000px;
}
 body .send-button .icon-wrapper{
      display:none;
}
}
@media screen and (max-width: 767px) {
    #presentation iframe{
         height:200px !important;
}
  body .send-button .icon-wrapper{
      display:none;
}
}
/*для всех мобильных устройств*/
@media screen and (max-width: 1023px) {
    #info #text{
       padding-right:15px;
       padding-left:25px;
}
}