.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/fontawesome.woff2') format('woff2'), url('../fonts/fontawesome.woff') format('woff'), url('../fonts/fontawesome.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-phone:before {
  content: "\f095";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-heart:before {
  content: "\f004";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
}
.no-touch .btn:hover:before,
.no-touch .btn:focus:before,
.no-touch .btn:active:before {
  width: 100%;
}
.btn-default {
  background-color: #1c0a00;
  border-color: #1c0a00;
  color: #fff;
}
.btn-default:before {
  background-color: #3f1701;
}
.btn-default:hover {
  color: #fff;
}
.no-touch .btn-default:hover {
  background-color: #3f1701;
}
.btn-red {
  background-color: #f7281e;
  border-color: #f7281e;
  color: #fff;
}
.btn-red:before {
  background-color: #fc5048;
}
.btn-red:hover {
  color: #fff;
}
.no-touch .btn-red:hover {
  border-color: #fc5048;
}
.btn-border {
  border-radius: 0;
  border: 0;
  background-color: #21b8f7;
  color: #fff;
  text-transform: uppercase;
}
.btn-border:after {
  content: '';
  position: absolute;
  left: .3rem;
  top: .3rem;
  right: .3rem;
  bottom: .3rem;
  border: 1px solid #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  color: #fff;
}
.btn-border:hover:after,
.btn-border:focus:after,
.btn-border:active:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.btn-md {
  padding: 1.5rem 3.7rem;
}
.btn-lg {
  padding: 2rem 4rem;
  font-size: 1.8rem;
}
.btn-primary {
  border-color: #21b8f7;
  background-color: #21b8f7;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #5accfc;
  color: #fff;
}
.btn-primary:before {
  background-color: #5accfc;
}
.btn-warning {
  border-color: #fc9f04;
  background-color: #e7a331;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  border-color: #fc9f04;
  color: #fff;
}
.btn-warning:before {
  background-color: #fc9f04;
}
.btn-warning2 {
  border-radius: 0;
  background-color: #fc8f00;
  border-color: #fc8f00;
  color: #fff;
}
.btn-warning2:hover,
.btn-warning2:focus,
.btn-warning2:active {
  border-color: #fc9f04;
  background-color: #fc9f04;
  color: #fff;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group-inline {
  position: relative;
  z-index: 1;
  padding-right: 7rem;
}
.form-group-inline .btn-send {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  min-width: 6rem;
}
.form-control {
  border: 1px solid #c1c1c1;
  border-radius: .2rem;
  padding: 12px 15px;
  width: 100%;
  font-size: 1.4rem;
  background-color: #fff;
  color: #7a7a7a;
  outline: none;
  -webkit-appearance: none;
}
.contact-info {
  margin-bottom: 60px;
}
.contact-info h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.4rem;
}
.contact-info p {
  margin-bottom: 10px;
}
.contact-info p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.contact-map iframe {
  width: 100%;
  border: 0;
}
.form-contact {
  margin-bottom: 30px;
}
.form-contact fieldset {
  padding: 0;
  border: 0;
}
.form-contact legend {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
}
.form-contact .form-group {
  margin-bottom: 20px;
}
.form-contact .form-group__capcha {
  text-align: right;
}
.form-contact .form-group__capcha label {
  padding-top: 10px;
}
.form-contact .form-group__capcha label,
.form-contact .form-group__capcha .form-control {
  display: inline-block;
  vertical-align: top;
}
.form-contact .form-group__capcha .form-control {
  margin: 0 15px;
  width: 100px;
}
.form-contact .form-group__capcha .form-control--textarea {
  height: 92px;
}
.form-contact .form-control {
  border: 0;
  padding: 0;
  width: 100%;
  min-width: 150px;
  background: url(../images/line2.png) left bottom repeat;
  color: #9a9a9a;
  line-height: 3rem;
  outline: none;
}
.form-contact textarea.form-control {
  height: 90px;
}
.form-contact .btn-submit {
  text-transform: uppercase;
  font-size: 2.4rem;
  border-radius: 0;
  padding: 5px 15px;
}
select {
  padding: .5rem 1rem;
  border: 1px solid #c1c1c1;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
.social-icon {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: url('../images/socials-icons-f.png') 0 0 no-repeat;
  font-size: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social-icon-facebook {
  background-position: 0 0;
}
.social-icon-google-plus {
  background-position: -41px 0;
}
.social-icon-twitter {
  background-position: -124px 0;
}
.social-icon-ins {
  background-position: -81px 0;
}
.social-icon-youtube {
  background-position: -166px 0;
}
.wa-icon {
  background: url('../images/socials-icons.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 20px;
  height: 16px;
}
.wa-icon--facebook {
  background-position: 0 0;
}
.wa-icon--facebook:hover {
  background-position: 0 -19px;
}
.wa-icon--goolge-plus {
  background-position: -34px 0;
}
.wa-icon--goolge-plus:hover {
  background-position: -34px -19px;
}
.wa-icon--ins {
  background-position: -72px 0;
}
.wa-icon--ins:hover {
  background-position: -72px -19px;
}
.wa-icon--twitter {
  background-position: -107px 0;
}
.wa-icon--twitter:hover {
  background-position: -107px -19px;
}
.wa-icon--youtube {
  background-position: -146px 0;
}
.wa-icon--youtube:hover {
  background-position: -146px -19px;
}
a {
  text-decoration: none;
  color: #21b8f7;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #078dc4;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-white {
  color: #fff;
}
.orange {
  color: #ef5c09;
}
.blue {
  color: #5aa7fb;
}
.red {
  color: red;
}
.table {
  border-collapse: collapse;
  border: 1px solid #fff;
  background-color: #f1f1f1;
}
.table td,
.table th {
  padding: .8rem 1rem;
  border: 1px solid #fff;
}
.table thead td,
.table thead th {
  background-color: #21b8f7;
  color: #fff;
  text-align: left;
}
.table tbody tr:nth-child(2n +1) td {
  background-color: #e3e3e3;
}
.owl-carousel .owl-controls {
  padding-top: 20px;
  text-align: right;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 33px;
  background: url(../images/owl-controls.png) 0 0 no-repeat;
  font-size: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.no-touch .owl-carousel .owl-controls .owl-prev:hover,
.no-touch .owl-carousel .owl-controls .owl-next:hover {
  opacity: .8;
}
.owl-carousel .owl-controls .owl-prev {
  margin-right: 15px;
}
.owl-carousel .owl-controls .owl-next {
  background-position: right top;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .pull-left {
    float: left;
  }
  .pull-left-img {
    margin-right: 20px;
    max-width: 30%;
  }
  img.pull-left {
    margin-right: 20px;
  }
  .pull-right {
    float: right;
  }
  .pull-right-img {
    margin-left: 20px;
    max-width: 30%;
  }
  img.pull-right {
    margin-left: 20px;
  }
}
html {
  font-size: 10px;
}
body {
  background: #fff;
  color: #1e1e1e;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1024px;
}
main {
  margin: 30px 0;
}
.home main {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .main-with-aside {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .main__left {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .main__right {
    float: none;
    padding-left: 0;
  }
}
.main__left {
  border-right: 1px solid #c1c1c1;
}
.box-mid {
  padding-left: 15px;
  overflow: hidden;
}
.box-mid__header {
  margin-bottom: 20px;
  padding: 5px 15px;
  background-color: #000;
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.more {
  text-align: center;
}
.primary-title {
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Baloo Bhaina', cursive;
  font-size: 3.6rem;
  color: #000;
}
.page-banner {
  position: relative;
  padding: 190px 0 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.page-banner__title {
  display: inline-block;
  margin: 0;
  font-size: 6rem;
  text-transform: uppercase;
  color: #fff;
}
.image-full {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-banner {
    padding: 200px 0 30px;
  }
  .page-banner__title {
    font-size: 3rem;
  }
}
/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(200%);
    -moz-transform: translateZ(-500px) translateX(200%);
    -o-transform: translateZ(-500px) translateX(200%);
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(200%);
    -moz-transform: translateZ(-500px) translateX(200%);
    -o-transform: translateZ(-500px) translateX(200%);
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(200%);
    -moz-transform: translateZ(-500px) translateX(200%);
    -o-transform: translateZ(-500px) translateX(200%);
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media print {
  body {
    margin: 0;
    background: transparent;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    box-shadow: none;
    text-shadow: none;
  }
  img,
  fieldset {
    border: 0;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.0em;
  }
  h6 {
    font-size: 0.9em;
  }
  ol,
  ul {
    list-style-type: none;
  }
  ol li,
  ul li {
    list-style-type: disc;
  }
  dt {
    font-weight: bold;
  }
  a,
  a:visited {
    color: #000;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  input,
  select,
  textarea {
    border: 1px solid #000;
  }
  input {
    padding: 1px 0;
  }
  select {
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: normal;
  }
  img {
    max-width: 100%;
  }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  div {
    text-align: left;
  }
  caption {
    display: none;
  }
  table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-collapse: separate;
    border-spacing: 0;
  }
  table th,
  table td {
    padding: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
}
.toolbar {
  padding: 8px 0;
  background-color: #21b8f7;
}
.toolbar__inner {
  padding-left: 400px;
}
.toolbar__info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toolbar__info li {
  display: inline-block;
  margin-right: 5rem;
}
.toolbar__info li:last-child {
  margin-right: 0;
}
.toolbar__info li a {
  color: #fff;
}
.toolbar__info li a:hover {
  color: #fff;
}
.toolbar__info li .fa {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 1.6rem;
  color: #fff;
}
.toolbar__social {
  text-align: right;
}
.toolbar__social .social li a {
  color: #fff;
}
.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.social li .fa {
  font-size: 0;
}
.social li .fa:before {
  font-size: 1.4rem;
}
.language__label {
  margin-right: 5px;
  font-weight: bold;
}
.language__select {
  border: 1px solid #c1c1c1;
  color: #1b1b1b;
}
.header {
  position: absolute;
  z-index: 999;
  top: 35px;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.64);
}
.header__inner {
  position: relative;
  z-index: 2;
}
.header__inner .logo {
  position: absolute;
  top: -35px;
  left: -15px;
  z-index: 1000;
}
.logo {
  display: inline-block;
}
.logo-link {
  display: inline-block;
}
.logo-link img {
  display: block;
}
nav {
  position: relative;
  z-index: 999;
  padding: 22px 135px 22px 400px;
}
nav ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
nav ul > li {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
}
nav ul > li a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 0;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav ul > li a:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #298ab2;
  opacity: 0;
  -ms-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav ul > li a:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -5px;
  content: "\f0d7";
  font: normal normal normal 14px/1 'fontawesome';
  opacity: 0;
  color: #298ab2;
  -ms-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.no-touch nav ul > li a:hover,
.no-touch nav ul > li a:focus {
  color: #298ab2;
}
.no-touch nav ul > li a:hover:after,
.no-touch nav ul > li a:focus:after,
.no-touch nav ul > li a:hover:before,
.no-touch nav ul > li a:focus:before {
  opacity: 1;
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
nav ul > li.active a {
  color: #298ab2;
}
nav ul > li.active a:after,
nav ul > li.active a:before {
  opacity: 1;
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
nav .btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  text-transform: uppercase;
}
.flexMenuToggle {
  display: none ;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background: none;
  background: #21b8f7;
  border-radius: 2px;
  border: 0;
  padding: 2px 4px;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle .icon-bar {
  background: #fff;
  height: 4px;
  width: 32px;
  display: block;
}
.flexMenuToggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.flexMenuToggle .icon-bar:first-child,
.flexMenuToggle .icon-bar:nth-child(3) {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle:focus,
.flexMenuToggle:active {
  outline: none;
}
.flexMenuToggle.active .icon-bar:first-child {
  transform: rotate(45deg) translate(6px, 8px);
}
.flexMenuToggle.active .icon-bar:nth-child(2) {
  visibility: hidden;
}
.flexMenuToggle.active .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -9px);
}
@media only screen and (max-width: 1199px) {
  nav {
    padding-left: 350px;
    padding-right: 0;
  }
  nav ul > li {
    padding-left: 20px;
  }
  nav .btn {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .toolbar__inner {
    padding-left: 290px;
  }
  .header__inner .logo {
    width: 300px;
  }
  nav {
    padding-left: 235px;
  }
}
@media only screen and (max-width: 767px) {
  .flexMenuToggle {
    display: block;
  }
  .toolbar__inner {
    padding-left: 0;
  }
  nav {
    display: none;
  }
  .header__inner .logo {
    top: 0;
    left: 50%;
    -ms-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    -o-transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
    max-width: 70%;
  }
}
footer {
  background-color: #000;
  padding: 15px 0;
  color: #fff;
}
footer .copyright {
  text-align: center;
  text-transform: uppercase;
}
.banner-block {
  position: relative;
}
.banner-block .carousel-control {
  z-index: 2;
}
.banner-block .carousel-control.left {
  left: 10px;
}
.banner-block .carousel-control.right {
  right: 10px;
}
.banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__inner {
  padding: 150px 0 100px;
}
.banner__caption {
  max-width: 870px;
  margin: auto;
  text-align: center;
}
.banner__caption h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 9rem;
}
.banner__text {
  font-size: 1.8rem;
  color: #fff;
}
.banner__text span {
  display: block;
}
.banner__btn {
  text-transform: uppercase;
}
.no-touch .banner__caption h2,
.no-touch .banner__buttons,
.no-touch .banner__text {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.no-touch .banner__text {
  -ms-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
.no-touch .banner__caption h2,
.no-touch .banner__buttons {
  -ms-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.no-touch .item.active .banner__caption h2,
.no-touch .item.active .banner__buttons,
.no-touch .item.active .banner__text {
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .banner__inner {
    padding-bottom: 50px;
  }
  .banner__caption h2 {
    font-size: 3rem;
  }
}
.about-block {
  padding: 70px 0;
  background: url('../images/partern-bg.jpg') repeat;
}
.about-block__title {
  margin-bottom: 0;
}
.about-box {
  margin-top: 100px;
  margin-bottom: 30px;
}
.about-box__img {
  width: 45%;
  float: left;
  position: relative;
  z-index: 2;
  -ms-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
}
.about-box__img img {
  display: block;
  width: 100%;
}
.about-box__content {
  position: relative;
  z-index: 1;
  left: -70px;
  overflow: hidden;
  padding: 40px 40px 40px 110px;
  background-color: #21b8f7;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .about-box {
    margin-top: 0;
    padding: 20px;
    background-color: #21b8f7;
  }
  .about-box__img {
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .about-box__content {
    left: 0;
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block {
    padding: 30px 0;
  }
  .about-block__img {
    text-align: center;
  }
  .about-box__img,
  .about-box__content {
    float: none;
    width: auto;
  }
  .about-box__img {
    margin-bottom: 15px;
  }
  .about-box__content {
    padding-left: 0;
  }
}
.product-block {
  padding: 70px 0 30px;
  background: url('../images/our-product-bg.jpg') center no-repeat;
  background-size: cover;
}
.product-block__title {
  margin-bottom: 70px;
  text-align: center;
  color: #fff;
}
.product-focus {
  float: left;
  width: 50%;
  margin-bottom: 70px;
  padding: 0 30px;
}
.product-focus:nth-child(2n+1) {
  clear: left;
}
.product-focus__inner {
  position: relative;
  z-index: 1;
}
.product-focus__inner:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transform: translate(15px, 15px);
  -moz-transform: translate(15px, 15px);
  -o-transform: translate(15px, 15px);
  -webkit-transform: translate(15px, 15px);
  transform: translate(15px, 15px);
}
.product-focus__content {
  padding: 10px 20px;
  overflow: hidden;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -o-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.product-focus__img {
  display: block;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transform: translate(-15px, -15px);
  -moz-transform: translate(-15px, -15px);
  -o-transform: translate(-15px, -15px);
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.product-focus__img img {
  display: block;
  width: 100%;
}
.product-focus__title {
  float: left;
  margin: 0;
  font-size: 2.4rem;
  font-family: 'Baloo Bhaina', cursive;
  font-weight: normal;
}
.product-focus__title a {
  color: #000;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-focus__title a:hover {
  color: #21b8f7;
}
.product-focus__link {
  display: inline-block;
  float: right;
  padding: 8px 0;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-focus__link:hover {
  color: #21b8f7;
}
.no-touch .product-focus:hover .product-focus__inner:after {
  background-color: rgba(0, 0, 0, 0.6);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.no-touch .product-focus:hover .product-focus__img {
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.no-touch .product-focus:hover .product-focus__content {
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.no-touch .product-focus:hover .product-focus__title a {
  color: #fff;
}
.no-touch .product-focus:hover .product-focus__link {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .product-block {
    padding: 30px 0 0;
  }
  .product-block__title {
    margin-bottom: 30px;
  }
  .product-focus {
    float: none;
    width: auto;
  }
}
.mobile-app {
  padding: 100px 0 50px;
  background: url('../images/partern-bg.jpg') repeat;
}
@media only screen and (max-width: 767px) {
  .mobile-app {
    padding: 30px 0;
  }
  .mobile-app__img {
    margin-bottom: 20px;
    text-align: center;
  }
}
.gallery {
  margin-bottom: 3rem;
}
.gallery-list {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-list:before,
.gallery-list:after {
  display: table;
  content: "";
}
.gallery-list:after {
  clear: both;
}
.gallery-column {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.gallery-column:nth-child(4n+1) {
  clear: left;
}
.gallery__img {
  display: block;
  border: 1px solid #c1c1c1;
  background-color: #e9e9e9;
  padding: 4px;
  overflow: hidden;
}
.gallery__img img {
  display: block;
  width: 100%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.no-touch .gallery__img:hover img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery__title {
  margin: 1.5rem 0 0;
}
.gallery__title a {
  color: #1e1e1e;
}
.no-touch .gallery__title a:hover {
  color: #5aa7fb;
}
.options {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #c1c1c1;
}
.options__select {
  padding: .9rem 1rem;
  border: 1px solid #c1c1c1;
  border-radius: .2rem;
  background-color: #fff;
  color: #1e1e1e;
  cursor: pointer;
}
.options__select-category {
  margin-right: 3rem;
}
.options__label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media only screen and (max-width: 991px) {
  .gallery-column {
    width: 33.33%;
  }
  .gallery-column:nth-child(4n+1) {
    clear: none;
  }
  .gallery-column:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-column {
    width: 50%;
  }
  .gallery-column:nth-child(3n+1) {
    clear: none;
  }
  .gallery-column:nth-child(2n+1) {
    clear: left;
  }
}
.news-row {
  border-bottom: 1px solid #c1c1c1;
}
.news-row:first-child .news-item {
  padding-top: 0;
}
.news-item {
  padding: 3rem 0;
}
.news-item-img {
  margin-bottom: 1rem;
}
.news-item-img img {
  display: block;
  width: 100%;
}
.news-item-title {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  color: #1e1e1e;
}
.news-item-title a {
  color: #1e1e1e;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-item-title a:hover {
  color: #21b8f7;
}
.news-meta {
  margin-bottom: 1rem;
}
.news-meta:before,
.news-meta:after {
  display: table;
  content: "";
}
.news-meta:after {
  clear: both;
}
.news-meta .date {
  float: left;
}
.news-meta .share {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.news-meta .share li {
  display: inline-block;
  padding-left: 1rem;
  font-size: 1.8rem;
}
.news-meta .share li a {
  color: #a9a9a9;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-meta .share li a:hover {
  color: #ef5c09;
}
.news-desc {
  margin-bottom: 10px;
}
.news-detail-title {
  font-size: 1.8rem;
}
.detail-image {
  margin-bottom: 1rem;
}
.detail-image img {
  width: 100%;
}
.comment {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #c1c1c1;
}
.comment-title {
  text-transform: uppercase;
  font-size: 1.8rem;
}
.page-news-content .news-title,
.page-news-content .news-meta {
  margin-bottom: 10px;
}
.page-news-content .news-image-detail {
  margin-bottom: 20px;
}
.page-news-content .news-image-detail img {
  width: 100%;
}
.social-share {
  padding: 15px 0;
}
@media only screen and (max-width: 991px) {
  .news-right {
    overflow: visible;
  }
}
.form-group--comment,
.comment-item {
  overflow: hidden;
}
.form-group--comment .avatar,
.comment-item .avatar {
  float: left;
  width: 5.7rem;
  height: 5.3rem;
  margin-right: 2rem;
}
.form-group--comment .comment-right,
.comment-item .comment-right {
  overflow: hidden;
}
.form-group--comment .comment-right .form-control,
.comment-item .comment-right .form-control {
  font-style: italic;
  border-radius: 0;
}
.form-group--action {
  text-align: right;
}
.form-group--action .btn-submit {
  border-radius: 0;
  text-transform: uppercase;
}
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list > li > ul {
  list-style: none;
  padding-left: 8rem;
}
.comment-item {
  margin-bottom: 2.5rem;
}
.comment-item .name {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.comment-item .comment-meta ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.comment-item .comment-meta ul li {
  display: inline-block;
  vertical-align: top;
}
.comment-item .comment-meta ul li + li:before {
  content: '|';
  display: inline-block;
  vertical-align: top;
  margin: 0 .5rem;
}
.comment-item .comment-meta ul li a {
  color: #1e1e1e;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.comment-item .comment-meta ul li a:hover {
  color: #21b8f7;
}
.box-comment .load-more {
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .form-group--comment .avatar,
  .comment-item .avatar {
    width: 4rem;
    height: 3.7rem;
    margin-right: 1rem;
  }
  .box-comment .load-more,
  .comment-list > li > ul {
    padding-left: 5rem;
  }
}
.bottom {
  padding: 40px 0;
  background: url('../images/bottom-partern.jpg') repeat;
  color: #fff;
}
.bottom-block {
  margin-bottom: 25px;
}
.bottom-block__title {
  font-family: 'Baloo Bhaina', cursive;
  font-size: 2.8rem;
}
.bottom-block__info {
  padding-left: 0;
  list-style: none;
}
.bottom-block__info li {
  margin-bottom: 25px;
}
.bottom-block__social .social li a {
  color: #21b8f7;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bottom-block__social .social li a:before {
  font-size: 2.4rem;
}
.bottom-block__social .social li a:hover {
  color: #fff;
}
.bottom-block__menu {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
}
.bottom-block__menu li {
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  padding-right: 15px;
}
.bottom-block__menu li:nth-child(2n+1) {
  clear: left;
}
.bottom-block__menu li a {
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bottom-block__menu li a:hover {
  color: #21b8f7;
}
.bottom-block__facebook {
  margin-top: 40px;
}
.bottom-block__facebook .bottom-block__title {
  margin-bottom: 15px;
}
.bottom-block__facebook p {
  margin-bottom: 0;
}
.bottom-block__form .bottom-block__title {
  margin-bottom: 15px;
}
.bottom-block__form .form-control {
  border-radius: 4px;
  border-color: #323232;
  background-color: #323232;
  color: #9a9a9a;
}
.bottom-block__form .form-control--textarea {
  height: 105px;
}
.bottom-block__form .form-group--capcha {
  position: relative;
  text-align: right;
}
.bottom-block__form .form-group--capcha .form-control {
  width: 70px;
  margin: 0 10px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .col--last {
    clear: left;
  }
  .bottom-block__title {
    margin-bottom: 10px;
  }
  .bottom-block--last {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .bottom-block__menu li {
    float: none;
    width: auto;
    padding-right: 0;
  }
}
.box-mid__header {
  margin-bottom: 20px;
  padding: 5px 15px;
  background-color: #000;
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.box-mid {
  overflow: hidden;
}
.product-list {
  margin-left: -20px;
  margin-right: -20px;
}
.product-list .product-item {
  float: left;
  width: 33.33%;
  padding: 0 25px;
}
.product-list .product-item:nth-child(3n+1) {
  clear: left;
}
.product-item {
  margin-bottom: 50px;
  text-align: center;
}
.product-item__inner {
  display: block;
  padding: 5px;
  color: #1e1e1e;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.no-touch .product-item__inner:hover {
  color: #1e1e1e;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
}
.product-item__title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
.product-item__img {
  text-align: center;
  overflow: hidden;
}
.product-item__img img {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.product-item__inner:hover .product-item__img img {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*detail*/
.product-view__imgmain {
  height: 400px;
  line-height: 400px;
  overflow: hidden;
  text-align: center;
}
.product-view__imgmain  img {
  display: block;
  margin: auto;
  max-height: 100%;
}
.product-view__img__list {
  list-style: none;
  margin: 0 -15px;
}
.product-view__img__list li {
  display: block;
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  padding: 0 15px;
}
.product-view__img__list li a {
  display: block;
}
.product-view__name {
  font-size: 24px;
  text-transform: uppercase;
}
.product-view__price {
  font-size: 24px;
  font-weight: bold;
}
.product-view__size {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.product-view__size dt {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.product-view__size dd {
  display: block;
  margin-left: 0;
}
.product-view__size dd ul {
  list-style: none;
  padding-left: 0;
}
.product-view__size dd ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  padding: 10px 5px;
  border: 1px solid #ccc;
}
.product-view__size dd ul li:hover {
  color: #fff;
  background-color: #21b8f7;
}
.product-view__color {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.product-view__color dt {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.product-view__color dd {
  display: block;
  margin-left: 0;
}
.product-view__color dd ul {
  list-style: none;
  padding-left: 0;
}
.product-view__color dd ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px 0;
}
.product-view__color dd ul li span {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
}
.product-view__color dd ul li span.blue {
  background-color: #21b8f7;
}
.product-view__color dd ul li span.light-blue {
  background-color: #21eaf7;
}
.product-view__color dd ul li span.orange {
  background-color: #d37a1a;
}
.product-view__color dd ul li span.yellow {
  background-color: #cfc01a;
}
.product-view__color dd ul li span.red {
  background-color: #f72121;
}
.product-view__color dd ul li span.black {
  background-color: #000;
}
.product-view__color dd ul li span.gray {
  background-color: #565656;
}
.product-view__desc {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.product-view__desc h3 {
  font-size: 18px;
}
.product-view__desc ul,
.product-view__desc ol {
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  .product-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-list .product-item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .product-list .product-item:nth-child(3n+1) {
    clear: none;
  }
  .product-list .product-item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 480px) {
  .product-list {
    margin: 0;
  }
  .product-list .product-item {
    margin-bottom: 20px;
    float: none;
    width: auto;
    padding: 0;
  }
}
.mainsite,
.block-mainnav-mobile,
.fxmenu-touch {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.showmenu .wrapper,
body.hidemenu .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* mainsite */
.mainsite {
  position: relative;
  left: 0;
  z-index: 1000;
}
body.showmenu .mainsite:before {
  content: '';
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* block-mainnav */
body.showmenu .mainsite .flexMenuToggle {
  left: 280px;
}
body.showmenu.hidemenu .mainsite .flexMenuToggle {
  left: 15px;
}
.block-mainnav-mobile {
  width: 280px;
  z-index: 10000;
  position: absolute  ;
  margin: 0 ;
  padding: 0;
  background: #2c2c2c;
  left: -28rem;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.showmenu .block-mainnav-mobile {
  left: 0;
}
body.hidemenu .block-mainnav-mobile {
  left: -28rem;
}
/*item*/
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu > ul {
  padding: 0;
}
.mobile-menuul li {
  display: block;
}
.mobile-menu > ul > li {
  border-bottom: 1px solid #575757;
  padding-left: 0;
}
.mobile-menu ul li a {
  color: #fff;
  display: block;
  padding: 5px 12px;
  font-size: 15px;
}
.mobile-menu > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 22px;
  line-height: 30px;
}
.mobile-menu ul li li a {
  padding-left: 25px;
}
.mobile-menu ul li li li a {
  padding-left: 50px;
}
.mobile-menu ul li a:hover {
  background: #21b8f7;
  text-decoration: none;
}
.mobile-menu ul .active > a {
  background: #21b8f7;
}
@media (max-width: 767px) {
  .mobile-menu > ul > li > a {
    font-size: 16px;
  }
}
aside {
  position: relative;
  z-index: 99;
  padding-right: 15px;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.box {
  margin-bottom: 30px;
}
.box__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
.box__categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box__categories li {
  position: relative;
}
.box__categories li a {
  display: block;
  padding: 10px 0;
  color: #1e1e1e;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box__categories li a.active {
  color: #21b8f7;
}
.no-touch .box__categories li a:hover {
  color: #21b8f7;
}
.box__categories li .menu-icon {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.box__categories li .menu-icon.active:before {
  content: "\f0d8";
}
.box__categories li .menu-icon:before {
  content: "\f0d7";
}
.box__categories > li {
  border-bottom: 1px solid #c1c1c1;
}
.box__categories > li.active > a,
.box__categories > li.active .menu-icon {
  color: #5aa7fb;
}
.box__categories ul {
  display: none;
  list-style: none;
  padding: 0 0 10px 15px;
}
.box__categories ul li a {
  position: relative;
  padding: 5px 0;
}
.no-touch .box__categories ul li a:hover {
  color: #5aa7fb;
}
.box__categories ul li a.active {
  color: #000;
  font-weight: bold;
}
.box__categories ul li a.active:before {
  content: "\f111";
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 6px/1 'fontawesome';
}
@media (min-width: 768px) {
  .box--categories .box__content {
    display: block !important;
    height: auto !important;
  }
}
.footer-pagination {
  padding-top: 20px;
  text-align: center;
}
.pagination {
  display: inline-block;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-bottom: 5px;
}
.pagination li a,
.pagination li span {
  display: inline-block;
  padding: .4rem 1.5rem;
  border: 1px solid #c1c1c1;
  font-size: 1.4rem;
  color: #a9a9a9;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a.active,
.pagination li span.active {
  border-color: #21b8f7;
  background-color: #21b8f7;
  color: #fff;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (max-width: 991px) {
  .owl-carousel .owl-controls .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-controls .owl-next {
    right: 0;
  }
  .owl-carousel.block-content {
    padding-left: 35px;
    padding-right: 35px;
  }
  .list-products .p-item {
    width: 50%;
  }
  .list-products .p-item :nth-child(3n+1) {
    clear: none;
  }
  .list-products .p-item :nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .inner-slider {
    padding: 50px 0;
  }
  .inner-slider .banner-img {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: center;
  }
  .inner-slider .banner-img img {
    margin: auto;
  }
  .inner-slider .heading-1 {
    font-size: 2.813rem;
  }
  .about-img {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .list-products .p-item {
    float: none;
    width: auto;
  }
  .list-products .p-item :nth-child(2n+1) {
    clear: none;
  }
}
