﻿/*@import '../images/icons.sprite.scss';*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
}

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

blockquote, q {
  quotes: none;
}

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

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

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

canvas {
  direction: ltr;
}

textarea {
  direction: rtl;
  text-align: right;
}

:focus {
  outline: none !important;
}

svg {
  fill: currentColor;
}

i {
  font-style: normal;
}

img {
  vertical-align: middle;
}

a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

*:focus {
  outline: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

* a {
  text-decoration: none;
  color: inherit;
}

/*
@import this file directly into your existing Scss files to use these mixins
*/
.light {
  font-family: IranSansWeb;
  font-weight: 300;
}

.medium {
  font-family: IranSansWeb;
  font-weight: 500;
}

.bold {
  font-family: IranSansWeb;
  font-weight: bold;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  color: inherit;
}

.number {
  display: inline-block;
  direction: ltr;
  font-family: serif;
  font-size: 0.9em;
}

.error, .field-validation-error {
  color: red;
  font-size: 1.2rem;
  display: block;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.text-container {
  transform: rotate(-0.1deg);
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.align-top {
  vertical-align: top;
}

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

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

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

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

.dt {
  display: table;
}
.dt .dtc {
  display: table-cell;
}

.v-center {
  /*@include v-center();*/
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.no-wrap {
  white-space: nowrap;
}

.line-through {
  text-decoration: line-through;
}

.caution {
  color: red;
}

.caution-wrapper {
  border: 1px solid red;
  padding: 5px;
}

.bullet {
  margin-right: 5px;
  border: solid 1px #eeae39;
  direction: rtl;
  vertical-align: middle;
}

.wrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

.captcha-text {
  font-family: monospace;
}

.dropdown-menu > li > a label {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-menu > li > a.radio, .dropdown-menu > li > a.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
}

.dropdown-menu > li > [type=radio], .dropdown-menu > li > [type=checkbox] {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  margin-top: 9px;
}

.dropdown-menu .divider {
  margin: 2px 0;
}

.dropdown-menu [type=checkbox] + label {
  display: block;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-menu [type=checkbox] + label:hover, .dropdown-menu [type=checkbox]:checked + label {
  background: #333e97;
  color: white;
}

.rtl-placeholder[value=""] {
  direction: rtl;
}

.rtl-placeholder {
  direction: ltr;
}

.footer .stuff-tags.well {
  min-height: 20px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

[v-cloak] {
  display: none !important;
}

.autocomplete-suggestions {
  text-align: right;
  max-height: 345px;
}

.autocomplete-suggestion {
  max-width: 270px;
}

.alert.validation-summary-valid {
  display: none;
}

.btn-success.inverse {
  background: white;
  color: #5bb85c;
  font-weight: 500;
}

.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}

.show-mobile {
  display: none;
}

/*.inner-page, .html-page { padding-top: 80px; }*/
/***Icons***/
.icon-phone-svg {
  display: inline-block;
  width: 60px;
  height: 60px;
  stroke-width: 0;
  stroke: currentColor;
  fill: #f43434;
  vertical-align: middle;
}

.wave {
  animation: waveIn 1.2s infinite ease-out;
  transform-origin: 50% 50%;
}

.wave-sm {
  animation-delay: 0.3s;
}

.wave-md {
  animation-delay: 0.45s;
}

.wave-lg {
  animation-delay: 0.6s;
}

@keyframes waveIn {
  from {
    opacity: 0;
    transform: scale(0.3) translate(-20px, 10px);
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.icons-video:before {
  content: "";
  /*@include icons-video;*/
}

.icons-travel:before {
  content: "";
  /*@include icons-travel;*/
}

.icons-picture:before {
  content: "";
  /*@include icons-picture;*/
}

.icons-food:before {
  content: "";
  /*@include icons-food;*/
}

.icons-play-audio:before {
  content: "";
  /*@include icons-play-audio;*/
}

.icons-cast:before {
  content: "";
  /*@include icons-cast;*/
}

.icons-address:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1307px no-repeat;
}

.icons-comment:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1357px no-repeat;
}

.icons-download-mp3 {
  width: 85px;
  height: 68px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1407px no-repeat;
}

.icons-h-phone {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1531px no-repeat;
}

.icons-h-cer {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1577px no-repeat;
}

.icons-h-email {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1623px no-repeat;
}

.icons-h-man {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1669px no-repeat;
}

.icons-h-loc {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1715px no-repeat;
}

.icons-h-mob {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1761px no-repeat;
}

.icons-date {
  width: 17px;
  height: 18px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1807px no-repeat;
}

.icons-writer {
  width: 18px;
  height: 17px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1835px no-repeat;
}

.icons-visa:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1862px no-repeat;
}

.icons-travel-time:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1912px no-repeat;
}

.icons-h-website {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -2425px no-repeat;
}

.icons-narrator {
  width: 10px;
  height: 20px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -2471px no-repeat;
}

.icons-hotel-restaurants {
  width: 85px;
  height: 85px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -2501px no-repeat;
}

.icons-hotel-restaurants-s {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -2596px no-repeat;
}

.icons-hotel-hotel-facilities {
  width: 85px;
  height: 85px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -2648px no-repeat;
}

.icons-hotel-hotel-facilities-s {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -2743px no-repeat;
}

.icons-hotel-room-facilities {
  width: 85px;
  height: 85px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -2795px no-repeat;
}

.icons-hotel-room-facilities-s {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -2890px no-repeat;
}

.icons-hotel-sports-facilities {
  width: 85px;
  height: 85px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -2942px no-repeat;
}

.icons-hotel-sports-facilities-s {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -3037px no-repeat;
}

.icons-hotel-salons {
  width: 85px;
  height: 85px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -4261px no-repeat;
}

.icons-hotel-salons-s {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -4356px no-repeat;
}

.icons-hotel-other-facilities {
  width: 85px;
  height: 85px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -3089px no-repeat;
}

.icons-hotel-other-facilities-s {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -3184px no-repeat;
}

.icons-alert {
  width: 84px;
  height: 75px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -3236px no-repeat;
}

.icons-filtering {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -3321px no-repeat;
}

.icons-filter-btn {
  width: 27px;
  height: 28px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -3361px no-repeat;
}

.icons-register {
  width: 21px;
  height: 25px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -621px no-repeat;
}

.icons-scroll-arrow {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -3845px no-repeat;
}

.icons-cm-modal {
  width: 76px;
  height: 113px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -4138px no-repeat;
}

/***Animations***/
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*********Search***************/
.search-results .search-result {
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 0;
  margin-bottom: 5px;
}
.search-results .search-result:last-child {
  border-bottom: none;
}

/*****Buttons****/
.btn-secondary {
  color: white;
  background-color: #0e76bc;
  border-color: #0e76bc;
}

.mobile-btn {
  position: absolute;
  font-size: 1.2rem;
  left: 0;
  bottom: -30px;
  font-weight: 500;
  display: none;
}
.mobile-btn i {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 5px;
}

.mobile-btn:hover {
  color: #0e76bc;
}

/***Internal Pages Title and Search*/
.search-form {
  padding: 40px 0;
}
.search-form .list-page-title {
  float: right;
}
.search-form .list-page-title h1 {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 1rem 0;
}
.search-form .form-inline {
  display: inline-block;
  width: 340px;
  max-width: calc(100% - 250px);
}
.search-form .form-inline .search-box {
  position: relative;
  padding-right: 20px;
}
.search-form .form-inline .search-box:after {
  content: "";
  background: url("/Images/go.png") -160px -83px;
  width: 31px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 2px;
}
.search-form .form-inline .search-box input {
  background: #f43434;
  height: 38px;
  border: none;
  color: #fff;
  width: 100%;
  padding: 0 20px;
  /*box-shadow: 0px 1px 13px #959393;*/
}
.search-form .form-inline .search-box input::-webkit-input-placeholder {
  color: #fff;
}
.search-form .share {
  float: left;
  display: none;
}

/***Detail Page****/
.detail-page .main-image {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  display: none;
}
.detail-page .main-image .aspect-ratio {
  width: 100%;
  padding: 20% 0;
  position: relative;
}
.detail-page .main-image .image-w {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.detail-page .main-image .image-w:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3em;
}
.detail-page .main-image .image-w > * {
  display: inline-block;
  vertical-align: middle;
}
.detail-page .main-image img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.detail-page .header {
  /*text-align: center;*/
  /*margin: -10px auto 0 auto; padding: 0 25px;*/
  width: 100%;
  z-index: 2;
  position: relative;
  background: #fff;
}
.detail-page .header .main-title {
  /*width: 545px;*/
  background: #fff;
  margin: 0 auto 20px;
  /*text-align: center; display: inline-block; padding: 15px 20px 5px 20px; max-width: 52%;*/
}
.detail-page .header .main-title h1 {
  margin: 0;
  font-size: 2.3rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.detail-page .header a {
  display: inline-block;
  margin: 15px 30px 0 30px;
  color: #a2a2a2;
  font-size: 1.3rem;
  font-weight: 500;
}
.detail-page .header em {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 7px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
.detail-page .header .date, .detail-page .header .country-latin-name {
  color: #a2a2a2;
  font-size: 1.3rem;
  letter-spacing: 1px;
  float: right;
}
.detail-page .header .rate {
  float: left;
}
.detail-page .dscp {
  /* padding: 20px 45px 45px 45px;*/
  color: #747474;
  font-size: 1.5rem;
  background: #fff;
  text-align: justify;
}
.detail-page .dscp video {
  width: 100%;
  height: auto;
  margin: 5px 0;
}
.detail-page .dscp img {
  width: 100%;
  margin: 5px 0;
  display: block;
  cursor: pointer;
}
.detail-page .dscp h2, .detail-page .dscp h3 {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #0e76bc;
}
.detail-page .publish-info {
  background: #f5f6f8;
  color: #747474;
  display: none;
}
.detail-page .publish-info .top {
  border-bottom: 1px solid #e1e1e1;
  padding: 17px 90px;
  font-size: 1.3rem;
}
.detail-page .publish-info .top span {
  display: inline-block;
  margin-left: 15px;
}
.detail-page .publish-info .top .view-count:before {
  content: "";
  vertical-align: middle;
  margin-left: 5px;
  width: 25px;
  height: 10px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -987px no-repeat;
}
.detail-page .publish-info .top .like {
  cursor: pointer;
}
.detail-page .publish-info .top .like:before {
  content: "";
  vertical-align: middle;
  margin-left: 5px;
  width: 23px;
  height: 11px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -296px no-repeat;
}
.detail-page .publish-info .top .like.liked:before {
  width: 23px;
  height: 11px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -317px no-repeat;
}
.detail-page .publish-info .top .source, .detail-page .publish-info .top .share {
  float: left;
  font-size: 1.2rem;
}
.detail-page .publish-info .top .share, .detail-page .publish-info .top .share-btn {
  margin-left: 0;
  border: none;
}
.detail-page .publish-info .top .share {
  margin-top: -5px;
}
.detail-page .publish-info .bottom {
  padding: 50px 90px;
  font-size: 1.3rem;
}
.detail-page .publish-info .bottom span {
  display: block;
}
.detail-page .publish-info .bottom span.publisher-name {
  color: #0e76bc;
  display: inline-block;
  margin-top: 30px;
}
.detail-page .publish-info .bottom span.publisher-name:after {
  content: "";
  border-bottom: 1px dashed #000;
  display: block;
  width: 140px;
  margin: 3px 0;
}
.detail-page .publish-info .bottom span.publisher-certificate {
  font-weight: 500;
}
.detail-page .publish-info .bottom .publisher-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 7px solid #fff;
  float: right;
  margin-left: 15px;
  box-sizing: content-box;
}
.detail-page .publish-info .bottom .about-publisher .summary {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.detail-page .related {
  float: left;
  display: inline-block;
  vertical-align: top;
  background: #f5f5f5;
  position: relative;
  margin-right: 15px;
  padding: 15px 0;
}
.detail-page .related:after {
  content: "";
  width: 7px;
  position: absolute;
  background: #00a680;
  height: 95%;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.detail-page .related .related-title {
  padding: 5px;
  border-bottom: 1px solid #0e76bc;
  text-align: right;
  font-weight: bold;
  padding-right: 20px;
}
.detail-page .related .posts .post {
  margin-bottom: 5px;
}
.detail-page .related .posts .post a.title {
  position: relative;
  padding: 5px 50px 5px 10px;
  display: block;
  font-size: 0.8em;
}
.detail-page .related .posts .post a.title:before {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url("/Images/link-pic-AnchorText.png");
  content: "";
  border: none;
}
.detail-page .related .posts .post img {
  display: none;
}

/***List Header****/
.results-header {
  background: #f7f6f6;
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #fff;
  color: #0e76bc;
  font-size: 1.14em;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  display: none;
}
.results-header ul li {
  position: relative;
  border-right: 2px solid white;
  border-left: none !important;
  margin: 0 !important;
  text-align: right !important;
  padding: 0 !important;
  padding-right: 25px !important;
}
.results-header ul li:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: white;
  background-image: url("/Images/go.png");
  border-radius: 50%;
  position: absolute;
  right: -15px;
  z-index: 2;
  top: 6px;
}
.results-header ul li.title {
  font-weight: normal !important;
}

/****SideBarNav****/
.side-bar-nav-container {
  padding: 0;
}

nav.side-bar-nav {
  background: white;
  font-size: 1em;
  z-index: 10 !important;
}
nav.side-bar-nav ul {
  list-style: none;
}
nav.side-bar-nav ul li {
  border-bottom: 2px solid #fbfbfb;
  margin-bottom: 3px;
}
nav.side-bar-nav ul li h2 {
  margin: 0;
  font-size: 1em;
  color: #1d1d1d;
}
nav.side-bar-nav ul li a {
  text-align: right;
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
  overflow: hidden;
}
nav.side-bar-nav ul li a:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  z-index: 2;
  position: relative;
}
nav.side-bar-nav ul li a:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  transition: all 0.3s ease;
}
nav.side-bar-nav ul li:hover a {
  background: #ffcc00;
  width: calc(100% + 8px);
  transform: translateX(8px);
}
nav.side-bar-nav ul li:hover a:before {
  filter: grayscale(10) brightness(100);
}
nav.side-bar-nav ul li:hover a:after {
  background: #0e76bc;
}

.side-bar-nav ul li.iran a:before {
  background-image: url("/Images/go.png");
  background-position: -33px -157px;
}
.side-bar-nav ul li.jahan a:before {
  background-image: url("/Images/go.png");
  background-position: -76px -157px;
}
.side-bar-nav ul li.safar a:before {
  background-image: url("/Images/go.png");
  background-position: -120px -157px;
}
.side-bar-nav ul li.akhbar a:before {
  background-image: url("/Images/go.png");
  background-position: -166px -157px;
}
.side-bar-nav ul li.tazeh a:before {
  background-image: url("/Images/go.png");
  background-position: -205px -157px;
}
.side-bar-nav ul li.bayad a:before {
  background-image: url("/Images/go.png");
  background-position: -254px -156px;
}
.side-bar-nav ul li.jashnvareh a:before {
  background-image: url("/Images/go.png");
  background-position: -293px -157px;
}
.side-bar-nav ul li.etelaat a:before {
  background-image: url("/Images/go.png");
  background-position: -36px -190px;
}
.side-bar-nav ul li.barnameh a:before {
  background-image: url("/Images/go.png");
  background-position: -71px -190px;
}
.side-bar-nav ul li.behtarin a:before {
  background-image: url("/Images/go.png");
  background-position: -109px -193px;
}
.side-bar-nav ul li.ghaza a:before {
  background-image: url("/Images/go.png");
  background-position: -149px -192px;
}
.side-bar-nav ul li.soghati a:before {
  background-image: url("/Images/go.png");
  background-position: -194px -192px;
}
.side-bar-nav ul li.photography a:before {
  background-image: url("/Images/go.png");
  background-position: -229px -340px;
}
.side-bar-nav ul li.nowruz a:before {
  background-image: url("/Images/go.png");
  background-position: -219px -266px;
}
.side-bar-nav ul li.jazebeh a:before {
  background-image: url("/Images/go.png");
  background-position: -238px -194px;
}
.side-bar-nav ul li.hamayesh a:before {
  background-image: url("/Images/go.png");
  background-position: -288px -194px;
}
.side-bar-nav ul li.naghshe a:before {
  background-image: url("/Images/go.png");
  background-position: -32px -227px;
}
.side-bar-nav ul li.video a:before {
  background-image: url("/Images/go.png");
  background-position: -71px -231px;
}
.side-bar-nav ul li.porsesh a:before {
  background-image: url("/Images/go.png");
  background-position: -116px -229px;
}
.side-bar-nav ul li.dubai a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: 0px -316px !important;
}
.side-bar-nav ul li.turkey a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -40px -316px !important;
}
.side-bar-nav ul li.china a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -80px -316px !important;
}
.side-bar-nav ul li.thailand a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -120px -316px !important;
}
.side-bar-nav ul li.india a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -160px -316px !important;
}
.side-bar-nav ul li.malaysia a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -200px -316px !important;
}
.side-bar-nav ul li.bali a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -240px -316px !important;
}
.side-bar-nav ul li.europe a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -280px -316px !important;
}
.side-bar-nav ul li.russia a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -320px -316px !important;
}
.side-bar-nav ul li.bulgaria a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -360px -316px !important;
}
.side-bar-nav ul li.armenia a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -400px -316px !important;
}
.side-bar-nav ul li.foreignnorouz a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -440px -316px !important;
}
.side-bar-nav ul li.maldives a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: 0px -356px !important;
}
.side-bar-nav ul li.georgia a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -40px -356px !important;
}
.side-bar-nav ul li.southkorea a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -80px -356px !important;
}
.side-bar-nav ul li.africa a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -120px -356px !important;
}
.side-bar-nav ul li.srilanka a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -160px -356px !important;
}
.side-bar-nav ul li.baku a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -200px -356px !important;
}
.side-bar-nav ul li.serbia a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -240px -356px !important;
}
.side-bar-nav ul li.cyprus a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -280px -356px !important;
}
.side-bar-nav ul li.croatia a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -320px -356px !important;
}
.side-bar-nav ul li.hungary a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -360px -356px !important;
}
.side-bar-nav ul li.usa a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -400px -356px !important;
}
.side-bar-nav ul li.other-c a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -440px -356px !important;
}
.side-bar-nav ul li.mashhad a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -447px -397px !important;
}
.side-bar-nav ul li.yazd a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -317px -395px !important;
}
.side-bar-nav ul li.qeshm a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -372px -395px !important;
}
.side-bar-nav ul li.kish a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -412px -395px !important;
}
.side-bar-nav ul li.north a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -205px -438px !important;
}
.side-bar-nav ul li.nature a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -155px -438px !important;
}
.side-bar-nav ul li.tehran a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -61px -438px !important;
}
.side-bar-nav ul li.shahr-e-kord a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -113px -438px !important;
}
.side-bar-nav ul li.kermanshah a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -282px -398px !important;
}
.side-bar-nav ul li.esfahan a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -2px -438px !important;
}
.side-bar-nav ul li.shiraz a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -246px -395px !important;
}
.side-bar-nav ul li.norouz-interior a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -439px -356px !important;
}
.side-bar-nav ul li.swiss a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -401px -437px !important;
}
.side-bar-nav ul li.iraq a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -323px -438px !important;
}
.side-bar-nav ul li.australia a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -454px -438px !important;
}
.side-bar-nav ul li.singapore a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -501px -487px !important;
}
.side-bar-nav ul li.azerbaijan a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -552px -487px !important;
}
.side-bar-nav ul li.last-tour a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -916px -807px !important;
}
.side-bar-nav ul li.foreignnorouz a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -698px -859px !important;
}
.side-bar-nav ul li.qatar a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -306px -860px !important;
}
.side-bar-nav ul li.oman a:before {
  background-image: url("/Images/MainIcons.png");
  background-position: -351px -861px !important;
}

/***Actions****/
.action-box {
  top: -60px;
  position: absolute;
  left: 0;
  min-width: 300px;
}
.action-box .rate {
  float: left;
  direction: ltr;
}
.action-box .share-box {
  float: left;
  margin-left: 20px;
}

.share-box {
  display: inline-block;
  position: relative;
}
.share-box .share-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
  display: inline-block;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.share-box .share-btn:before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1485px no-repeat;
}
.share-box .button {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  padding: 0 10px;
}
.share-box .button:before {
  content: "";
  width: 14px;
  height: 16px;
  background: url("/images/share.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
.share-box .button:hover {
  background-color: #0e76bc;
  color: white;
}
.share-box .button:hover:before {
  filter: grayscale(10) brightness(100);
}
.share-box .links {
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  left: 0px;
  width: 130px;
  background: #fff;
  text-align: center;
  background: #f2f2f2;
  line-height: 17px;
  border-radius: 7px;
  padding-top: 3px;
  bottom: 50%;
  z-index: 5000;
  border: 1px solid #e1e1e1;
}
.share-box .links.active {
  opacity: 1;
  bottom: 107%;
}
.share-box .links.active a {
  display: inline-block;
}
.share-box .links a {
  display: none;
  padding-right: 3px;
  height: 24px;
  margin: 0;
}
.share-box .links a:before {
  content: "";
  background-image: url("/Images/go.png");
  width: 22px;
  height: 24px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.share-box .links a:hover {
  background-color: #0e76bc;
}
.share-box .links a:hover:before {
  filter: grayscale(10) brightness(100);
}
.share-box .links a.facebook:before {
  background-position: 4px -145px;
}
.share-box .links a.twitter:before {
  background-position: -1px -197px;
}
.share-box .links a.linkedin:before {
  background-position: 0px -47px;
}
.share-box .links a.telegram:before {
  background-position: -2px 4px;
}

/***FAQ****/
.questions-and-answers {
  margin: 10px;
  margin-top: 0px;
}
.questions-and-answers .item {
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
}
.questions-and-answers .item .question-w .question {
  margin-top: 1rem;
  display: block;
  color: #0a588d !important;
}
.questions-and-answers .item .question-w i {
  color: orange !important;
  line-height: 1em;
  margin-left: 5px;
}
.questions-and-answers .item .answer {
  color: black !important;
}
.questions-and-answers .item .answer i {
  color: #018c7f;
  line-height: 1em;
  margin-left: 5px;
}
.questions-and-answers .item + .item {
  border-top: dotted 1px silver;
  text-align: justify;
}

/***Related Items****/
.related-items-title {
  font-weight: 400;
  line-height: 40px;
  position: relative;
  padding-right: 46px;
}
.related-items-title:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("/Images/Right-TD-icon.png");
  background-repeat: no-repeat;
  right: 0;
  background-size: contain;
  background-position: 0px 7px;
}

/***Audio Player****/
.audio-player {
  position: fixed;
  bottom: -91px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  background: #363839;
  width: 100%;
  padding: 10px 20px;
  transition: 0.5s all;
}
.audio-player.active {
  bottom: 0;
}
.audio-player audio {
  vertical-align: middle;
  background: #363839;
  width: 100%;
}
.audio-player .close-audio {
  color: #fff;
  background-color: #363839;
  float: right;
  border-radius: 5px 5px 0 0;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  position: absolute;
  padding: 6px;
  top: -23px;
  right: 53px;
  font-style: normal;
  font-size: 30px;
}
.audio-player .close-audio:before {
  content: "x";
  display: inline-block;
}

/*Register Section*/
.register-section {
  background: url(/UserFiles/register-bg.jpg) center;
  background-attachment: fixed;
  padding: 100px 0;
}
.register-section .register-list {
  margin-top: 100px;
}
.register-section .container {
  width: 900px !important;
}
.register-section .owl-item {
  padding: 10px;
}
.register-section a {
  height: 260px;
  width: 235px;
  margin: 0 auto;
  background: white;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 5px 10px #b5b5b5;
  text-align: center;
  padding: 25px 0;
}
.register-section a span {
  display: block;
  font-size: 1.3em;
  line-height: 30px;
}
.register-section a span.register-icon {
  height: 115px;
  width: 115px;
  border: 1px solid #ededed;
  border-radius: 50%;
  margin: 0 auto 20px;
  line-height: 115px;
  padding-top: 16px;
  position: relative;
}
.register-section a span.register-icon:before {
  content: "";
  height: 75px;
  width: 75px;
  background: #ededed;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  top: calc(50% - 37.5px);
}
.register-section a span.register-icon i {
  position: relative;
  z-index: 2;
}
.register-section a strong {
  display: block;
}

.quick-links {
  position: fixed;
  left: 0;
  top: 60%;
  margin-top: -70px;
  z-index: 10;
  font-weight: bold;
  font-size: 1.5rem;
}
.quick-links .link {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  border-radius: 0 7px 7px 0;
  margin-bottom: 10px;
}
.quick-links .link .icon {
  display: inline-block;
  background: #f43434;
  width: 47px;
  height: 47px;
  vertical-align: middle;
  margin-left: 15px;
  border-radius: 7px;
  box-shadow: 0px 1px 13px #959393;
  transition: all 0.3s ease;
  padding-top: 3px;
  text-align: center;
}
.quick-links .link .icon.jahan:before {
  content: "";
  width: 46px;
  height: 46px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -3986px no-repeat;
  filter: brightness(100);
}
.quick-links .link .icon.europe:before {
  content: "";
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -4042px no-repeat;
  filter: brightness(100);
}
.quick-links .link .icon:hover {
  background: #0e76bc;
}
.quick-links .link:first-child .icon:before {
  content: "";
  width: 46px;
  height: 46px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -4408px no-repeat;
  filter: brightness(100);
}

@media (max-width: 1024px) {
  .detail-page .header {
    width: 100%;
  }
  .detail-page .header a {
    margin: 15px 5px 0 5px;
  }
  .detail-page .dscp {
    padding: 45px 15px;
  }
  .detail-page .publish-info .top {
    padding: 17px 15px;
  }
  .detail-page .publish-info .bottom {
    padding: 30px 15px;
  }

  .quick-links {
    display: none;
  }
}
@media (max-width: 991px) {
  .detail-page .publish-info .bottom {
    padding: 30px 0;
  }
}
@media (max-width: 650px) {
  .detail-page .main-image {
    margin: 0 -15px;
    display: block;
  }
  .detail-page .header {
    padding-top: 30px;
    margin-top: 0;
  }
  .detail-page .header .main-title {
    position: absolute;
    right: 0;
    left: 0;
    max-width: 100%;
    top: -25px;
    height: 58px;
    padding: 10px 20px 10px 20px;
  }
  .detail-page .header .main-title h1 {
    font-size: 1.5rem;
  }
  .detail-page .header .pull-right, .detail-page .header .pull-left {
    float: none !important;
    display: inline-block;
  }
  .detail-page .header em {
    display: none;
  }
  .detail-page .header a {
    background: #e8e8e7;
    border-radius: 7px;
    padding: 2px 10px;
    margin: 20px 0px 0 0px;
    color: #f43434;
  }
}
@media (max-width: 550px) {
  .detail-page .dscp {
    padding: 15px 7px;
    /*border-radius: 7px; border: 1px solid #e1e1e1;*/
    background: #fff;
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .detail-page .publish-info .top .source {
    float: none;
  }

  .search-form {
    position: relative;
    padding: 75px 0 0 0;
    text-align: right;
  }
  .search-form .list-page-title {
    float: none;
    display: inline-block;
  }
  .search-form .list-page-title h1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0e76bc;
  }
  .search-form .form-inline {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
  }
  .search-form .form-inline .search-box {
    padding-right: 0;
  }
  .search-form .share {
    height: 28px;
  }
  .search-form .share .share-box .share-btn {
    transform: scale(0.7);
    background: none;
    border: none;
  }

  .quick-links {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    top: auto;
    background: #fff;
    font-size: 1.4rem;
    text-align: center;
    box-shadow: 0 1px 13px #959393;
  }
  .quick-links .link {
    padding-left: 10px;
    margin: 0;
    display: inline-block;
  }
  .quick-links .link .icon {
    transform: scale(0.8);
    margin-left: 0;
  }
}
.tours-by-country {
  background: #f5f6f8;
}

.thumbnail-nav {
  padding: 30px 0;
  text-align: center;
  white-space: nowrap;
  /*overflow:hidden;*/
}
.thumbnail-nav .item {
  text-align: center;
  padding-top: 10px;
  display: inline-block;
}
.thumbnail-nav .item a.link {
  display: block;
  position: relative;
  width: 170px;
  margin: 0 auto;
}
.thumbnail-nav .item a.link * {
  transition: all 0.3s;
}
.thumbnail-nav .item a.link .icon-wrapper {
  background-color: #0e76bc;
  width: 55px;
  height: 55px;
  display: inline-block;
  position: relative;
  border-radius: 7px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 123px;
  z-index: 10;
}
.thumbnail-nav .item a.link .icon-wrapper:after {
  content: "";
  width: 40px;
  height: 40px;
  margin-top: 3px;
  display: inline-block;
  position: relative;
  filter: grayscale(10) brightness(100);
  background-image: url("/Images/MainIcons.png");
}
.thumbnail-nav .item a.link .icon-wrapper.dubai:after {
  background-position: 0px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.turkey:after {
  background-position: -40px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.china:after {
  background-position: -80px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.india:after {
  background-position: -160px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.armenia:after {
  background-position: -400px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.europe:after {
  background-position: -280px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.thailand:after {
  background-position: -120px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.malaysia:after {
  background-position: -200px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.bali:after {
  background-position: -240px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.russia:after {
  background-position: -320px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.bulgaria:after {
  background-position: -360px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.armenia:after {
  background-position: -400px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.foreignnorouz:after {
  background-position: -440px -316px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.maldives:after {
  background-position: 0px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.georgia:after {
  background-position: -40px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.southkorea:after {
  background-position: -80px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.africa:after {
  background-position: -120px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.srilanka:after {
  background-position: -160px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.baku:after {
  background-position: -200px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.serbia:after {
  background-position: -240px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.cyprus:after {
  background-position: -280px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.croatia:after {
  background-position: -320px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.hungary:after {
  background-position: -360px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.usa:after {
  background-position: -400px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.other-c:after {
  background-position: -440px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.mashhad:after {
  background-position: -447px -397px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.yazd:after {
  background-position: -317px -395px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.qeshm:after {
  background-position: -372px -395px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.kish:after {
  background-position: -412px -395px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.north:after {
  background-position: -205px -438px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.nature:after {
  background-position: -155px -438px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.tehran:after {
  background-position: -61px -438px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.shahr-e-kord:after {
  background-position: -113px -438px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.kermanshah:after {
  background-position: -282px -398px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.esfahan:after {
  background-position: -2px -438px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.shiraz:after {
  background-position: -246px -395px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.norouz-interior:after {
  background-position: -439px -356px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.swiss:after {
  background-position: -399px -428px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.iraq:after {
  background-position: -323px -438px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.cruise-ship:after {
  background-position: -14px -861px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.icons-iranmap:after {
  background: url(/Images/go.png) -33px -157px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.jahan:after {
  background: url(/Images/go.png) -76px -157px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.safar:after {
  background: url(/Images/go.png) -120px -157px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.akhbar:after {
  background: url(/Images/go.png) -166px -157px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.tazeh:after {
  background: url(/Images/go.png) -205px -157px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.bayad:after {
  background: url(/Images/go.png) -254px -156px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.jashnvareh:after {
  background: url(/Images/go.png) -293px -157px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.etelaat:after {
  background: url(/Images/go.png) -36px -190px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.barnameh:after {
  background: url(/Images/go.png) -71px -190px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.behtarin:after {
  background: url(/Images/go.png) -109px -193px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.ghaza:after {
  background: url(/Images/go.png) -149px -192px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.soghati:after {
  background: url(/Images/go.png) -194px -192px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.Photography:after {
  background: url(/Images/go.png) -229px -340px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.nowruz:after {
  background: url(/Images/go.png) -219px -266px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.jazebeh:after {
  background: url(/Images/go.png) -238px -194px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.hamayesh:after {
  background: url(/Images/go.png) -288px -194px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.naghshe:after {
  background: url(/Images/go.png) -32px -227px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.video:after {
  background: url(/Images/go.png) -71px -231px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.porsesh:after {
  background: url(/Images/go.png) -116px -229px !important;
}
.thumbnail-nav .item a.link .icon-wrapper.iran:after {
  background: url(/Images/go.png) -33px -157px !important;
}
.thumbnail-nav .item .title {
  margin: 0;
  font-size: 1.8rem;
  margin-top: 35px;
  font-weight: 500;
}
.thumbnail-nav .item .title strong {
  font-weight: 500;
}
.thumbnail-nav .item img {
  border-radius: 25px;
  transition: all 0.3s;
  box-shadow: 0px 1px 13px #959393;
  position: relative;
  z-index: 1;
}
.thumbnail-nav .item:hover a.link .icon-wrapper {
  background-color: #f43434;
  top: 100px;
}
.thumbnail-nav .owl-controls .owl-prev, .thumbnail-nav .owl-controls .owl-next {
  position: absolute;
  top: calc(50% - 50px);
}
.thumbnail-nav .owl-controls .owl-prev {
  left: -40px;
}
.thumbnail-nav .owl-controls .owl-next {
  right: -40px;
}
.thumbnail-nav .owl-controls i {
  width: 60px;
  height: 60px;
  border: 1.5px solid #b0b0b0;
  display: inline-block;
  border-top: none;
}
.thumbnail-nav .owl-controls i.arrow-left {
  border-right: none;
  transform: rotate(45deg);
}
.thumbnail-nav .owl-controls i.arrow-right {
  border-left: none;
  transform: rotate(-45deg);
}

@media (max-width: 1280px) {
  .thumbnail-nav .owl-controls {
    display: none;
  }
}
@media (max-width: 550px) {
  .inner-page .thumbnail-nav, .travel-agency.list .thumbnail-nav {
    padding: 0;
  }
  .inner-page .thumbnail-nav .owl-stage-outer, .travel-agency.list .thumbnail-nav .owl-stage-outer {
    width: calc(100% + 15px);
    height: 50px;
  }
  .inner-page .thumbnail-nav .item, .travel-agency.list .thumbnail-nav .item {
    min-width: 80px;
  }
  .inner-page .thumbnail-nav .item a.link, .travel-agency.list .thumbnail-nav .item a.link {
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    background: #fff;
    height: 40px;
    min-width: 80px;
    width: auto;
    padding: 0 5px;
  }
  .inner-page .thumbnail-nav .item img, .inner-page .thumbnail-nav .item .icon-wrapper, .travel-agency.list .thumbnail-nav .item img, .travel-agency.list .thumbnail-nav .item .icon-wrapper {
    display: none;
  }
  .inner-page .thumbnail-nav .item .title, .travel-agency.list .thumbnail-nav .item .title {
    margin-top: 10px;
    font-size: 1.35rem;
  }
}
/*
@import this file directly into your existing Scss files to use these mixins
*/
.register {
  background: url(/UserFiles/register-bg.jpg) center top;
  padding: 80px 0 120px 0;
}
.register .register-list {
  margin-top: 100px;
}
.register .container {
  width: 900px !important;
}
.register .owl-item {
  padding: 10px;
}
.register a {
  height: 260px;
  width: 235px;
  margin: 0 auto;
  background: white;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  box-shadow: 0px 1px 9px #d1d1d1;
  text-align: center;
  padding: 25px 0;
}
.register a span {
  display: block;
  font-size: 1.7rem;
  line-height: 30px;
}
.register a span.register-icon {
  height: 115px;
  width: 115px;
  border: 1px solid #ededed;
  border-radius: 50%;
  margin: 0 auto 20px;
  line-height: 115px;
  padding-top: 16px;
  position: relative;
}
.register a span.register-icon:before {
  content: "";
  height: 75px;
  width: 75px;
  background: #ededed;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  top: calc(50% - 37.5px);
  transition: all 0.5s ease;
}
.register a span.register-icon i {
  position: relative;
  z-index: 2;
}
.register a:hover .register-icon:before {
  transform: scale(1.4);
}
.register a strong {
  display: block;
}
.register .icon.agency-register {
  /*@include icons-agency-register;*/
}
.register .icon.tourleader-register {
  /*@include icons-tourleader-register;*/
  filter: grayscale(1);
  opacity: 0.7;
}
.register .icon.user-register {
  /*@include icons-user-register;*/
  filter: grayscale(1);
  opacity: 0.7;
}

@media (max-width: 550px) {
  .register {
    background: none;
    padding: 20px 0 35px 0;
  }
  .register .owl-stage-outer {
    width: calc(100% + 15px);
  }
  .register .owl-item {
    padding: 0;
  }
  .register .register-list {
    margin-top: 0;
  }
  .register a {
    width: 290px;
    height: 160px;
    background: url(/UserFiles/register-bg.jpg) center;
    background-size: 200%;
    border-radius: 7px;
    box-shadow: none;
  }
  .register a span {
    display: inline-block;
    vertical-align: middle;
  }
  .register a span.register-icon {
    background: #fff;
    margin: 0;
    margin-left: 20px;
  }
}
/*
@import this file directly into your existing Scss files to use these mixins
*/
.special-tour {
  background: url(../UserFiles/tour-bg.jpg) center;
  background-attachment: fixed;
  padding: 30px 0 100px 0;
  transition: all 0.2s ease-out;
}
.special-tour .sec-title, .special-tour .sec-des {
  color: white;
}
.special-tour .item {
  width: 270px;
  margin: 0 auto;
  max-width: 100%;
}
.special-tour .tour-box {
  width: 270px;
  max-width: 100%;
  margin: 0 auto;
}
.special-tour .tour-box > a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.special-tour .tour-box img {
  border-radius: 8px;
  transition: all 1.5s ease;
}
.special-tour .tour-box:hover img {
  transform: scale(1.1) rotate(5deg);
}
.special-tour .tour-box:hover .tour-agancy a {
  background: #0e76bc;
  color: #fff;
}
.special-tour .tour-des {
  background: white;
  padding: 15px;
  margin-top: 8px;
}
.special-tour .tour-title {
  position: relative;
}
.special-tour .tour-title .tour-t {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
.special-tour .tour-title span {
  position: absolute;
  left: 0;
  color: #f43434;
  background: #f5f6f8;
  font-size: 1.35rem;
  padding: 0 8px;
  border-radius: 10px;
  top: -7px;
}
.special-tour .tour-agancy {
  margin-top: 10px;
}
.special-tour .tour-agancy .agancy-t, .special-tour .tour-agancy a {
  width: calc(49.5% + 15px);
  background: #f5f6f8;
  height: 35px;
  line-height: 35px;
}
.special-tour .tour-agancy .agancy-t {
  float: right;
  margin: 0;
  margin-right: -15px;
  padding-right: 15px;
  border-radius: 8px 0 0 8px;
  font-size: 1.3rem;
}
.special-tour .tour-agancy a {
  float: left;
  margin-left: -15px;
  padding-left: 15px;
  text-align: left;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.special-tour .tour-info {
  padding: 15px 0;
  font-size: 1.25rem;
  color: #5f5f5f;
  clear: both;
}
.special-tour .tour-info > div {
  width: 47%;
  display: inline-block;
}
.special-tour .tour-info .title {
  text-align: left;
  width: 51%;
}
.special-tour .tour-info span {
  display: block;
}
.special-tour .tour-btn {
  margin: 0 auto;
  display: block;
}

@media (max-width: 550px) {
  .special-tour {
    background: none;
    padding: 0;
    padding-bottom: 10px;
  }
  .special-tour .owl-stage-outer {
    width: calc(100% + 15px);
  }
}
/*
@import this file directly into your existing Scss files to use these mixins
*/
.tour-list-component {
  padding: 30px 0 55px 0;
}
.tour-list-component ul {
  list-style: none;
}
.tour-list-component .title {
  width: 32%;
  padding-right: 40px !important;
}
.tour-list-component .price {
  width: 14%;
}
.tour-list-component .date {
  width: 19%;
}
.tour-list-component .agency {
  width: 17%;
}
.tour-list-component .tell {
  width: 18%;
}
.tour-list-component .tour-list-header {
  background: #f7f6f6;
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #fff;
  color: #0e76bc;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.tour-list-component .tour-list-header ul li {
  float: right;
  height: 43px;
  padding-right: 25px;
  position: relative;
}
.tour-list-component .tour-list-header ul li:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.tour-list-component .tour-list-header ul li:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #ffffff url(../../Images/MainIcons.png);
  border-radius: 50%;
  position: absolute;
  right: -15px;
  z-index: 2;
  top: 6px;
}
.tour-list-component .tour-list-header ul li.title:before {
  background-position: -99px -2px;
  right: 4px;
}
.tour-list-component .tour-list-header ul li.price:before {
  background-position: -130px -4px;
}
.tour-list-component .tour-list-header ul li.date:before {
  background-position: -163px -4px;
}
.tour-list-component .tour-list-header ul li.agency:before {
  background-position: -203px -6px;
}
.tour-list-component .tour-list-header ul li.tell:before {
  background-position: -241px -4px;
}
.tour-list-component .tour-list-header ul li:first-child:after {
  display: none;
}
.tour-list-component .tour-list-body .tour-item {
  clear: both;
  font-size: 1.2rem;
  background: #fff;
  padding-bottom: 1px;
  border-bottom: 10px solid #f1f1f1;
  height: 90px;
  position: relative;
  transition: all 0.3s ease;
  right: 0;
  box-sizing: content-box;
  margin: 0;
}
.tour-list-component .tour-list-body .tour-item:last-child {
  border-bottom: 1px solid #f1f1f1;
}
.tour-list-component .tour-list-body .tour-item span {
  display: block;
}
.tour-list-component .tour-list-body .tour-item .title {
  display: inline-block;
  margin: 0px;
  float: right;
  height: 90px;
  border-left: 2px solid #f1f1f1;
  padding-top: 30px;
  padding-right: 25px;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 500;
}
.tour-list-component .tour-list-body .tour-item .title i {
  font-size: 1.6rem;
  margin-top: 5px;
  font-weight: 600;
}
.tour-list-component .tour-list-body .tour-item > div {
  float: right;
  height: 90px;
  border-left: 2px solid #f1f1f1;
  padding-top: 18px;
  padding-right: 25px;
  position: relative;
  transition: all 0.3s ease;
}
.tour-list-component .tour-list-body .tour-item > div.price {
  word-spacing: 2px;
  padding-right: 0px;
  text-align: center;
  padding-top: 0;
  /*@include v-center;*/
}
.tour-list-component .tour-list-body .tour-item > div.price span {
  font-size: 1.6rem;
  color: #0e76bc;
  font-weight: 600;
}
.tour-list-component .tour-list-body .tour-item > div.price span span {
  display: inline-block;
  font-size: 12px;
  margin-right: 3px;
  color: #666;
  font-weight: 400;
}
.tour-list-component .tour-list-body .tour-item > div.date strong {
  font-size: 1.5rem;
  position: relative;
}
.tour-list-component .tour-list-body .tour-item > div.agency {
  font-size: 1.35rem;
}
.tour-list-component .tour-list-body .tour-item > div.agency span:nth-child(2) {
  position: relative;
}
.tour-list-component .tour-list-body .tour-item > div.agency span:nth-child(2):after {
  content: "";
  right: 0;
  top: 1px;
  display: inline-block;
  float: right;
  height: 29px;
}
.tour-list-component .tour-list-body .tour-item > div.agency span:nth-child(2).tt_0:after {
  background: url(../../Images/MainIcons.png) -370px -6px;
  width: 30px;
}
.tour-list-component .tour-list-body .tour-item > div.agency span:nth-child(2).tt_1::after {
  background: url(../../Images/MainIcons.png) -170px -393px;
  width: 20px;
}
.tour-list-component .tour-list-body .tour-item > div.agency span:nth-child(2).tt_2::after {
  background: url(../../Images/MainIcons.png) -128px -394px;
  width: 22px;
}
.tour-list-component .tour-list-body .tour-item > div.tell {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  border-left: none;
}
.tour-list-component .tour-list-body .tour-item .tour-more {
  font-weight: 400;
}
.tour-list-component .tour-list-body .tour-item .tour-link {
  position: absolute;
  left: 0;
  width: 16px;
  top: 0;
  bottom: 0;
  background: #0e76bc;
  color: #fff;
  padding-right: 7px;
  font-size: 15px;
  line-height: 96px;
  transition: all 0.3s ease;
}
.tour-list-component .tour-list-body .tour-item:hover {
  right: -7px;
  box-shadow: 0px 0px 9px 1px #d2cfcf;
}
.tour-list-component .tour-list-body .tour-item:hover .tour-link {
  background: #f43434;
}
.tour-list-component .tour-list-body .tour-item.open .tour-level-2 {
  display: block;
}
.tour-list-component .tour-list-body .tour-level-2 {
  float: none !important;
  clear: both;
  height: auto !important;
  background: #ededed !important;
  padding: 15px !important;
  display: none;
  font-weight: 300;
  font-size: 1.7rem;
}
.tour-list-component .tour-list-body .tour-level-2 .tour-item {
  color: #0e76bc;
  font-size: 1.7rem;
  padding: 15px 0;
}
.tour-list-component .tour-list-body .tour-level-2 .tour-item > div {
  border-left: 2px dashed #f1f1f1;
}
.tour-list-component .tour-list-body .tour-level-2 .tour-item > div.title {
  width: 36%;
  font-weight: 300;
}
.tour-list-component .tour-list-body .tour-level-2 .tour-item > div.duration {
  width: 10%;
  padding-top: 30px;
}
.tour-list-component .tour-list-body .tour-level-2 .tour-item > div.start-date-and-end-date {
  width: 25%;
  padding-top: 30px;
}
.tour-list-component .tour-list-body .tour-level-2 .tour-item > div.date {
  width: 15%;
  border-left: none;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.tour-list-component .tour-list-body .tour-level-2 .tour-item > div .gray {
  color: #a2a2a2;
  display: inline-block;
  margin: 0 3px;
  font-weight: normal;
}
.tour-list-component .tour-list-body .tour-level-2 .tour-item > div .tour-more {
  float: left;
}

/*
@import this file directly into your existing Scss files to use these mixins
*/
.latest-tours {
  color: #616161;
  padding: 40px 0 70px 0;
}
.latest-tours .sec-title {
  font-size: 2rem;
  text-align: right;
}
.latest-tours .sec-des {
  display: none;
}
.latest-tours h3 {
  color: #2c2c2c;
}
.latest-tours ul {
  column-count: 5;
  font-size: 1.35rem;
  margin-top: 40px;
  line-height: 33px;
}
.latest-tours ul li:before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  background: #0e76bc;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s ease;
  transform: scale(1);
}
.latest-tours ul li:hover:before {
  transform: scale(1.3);
  margin-left: 18px;
  background: #f43434 !important;
}

@media (max-width: 1024px) {
  .latest-tours ul {
    column-count: 4;
  }
}
@media (max-width: 991px) {
  .latest-tours ul {
    column-count: 3;
  }
}
@media (max-width: 650px) {
  .latest-tours ul {
    column-count: 2;
  }
}
/*
@import this file directly into your existing Scss files to use these mixins
*/
.blog-post {
  padding: 40px 0 70px 0;
  background: #fff;
}

.blog-post-component .item {
  border: 1px solid #eeeeee;
  padding: 7px;
  background: #fff;
  margin-bottom: 10px;
}
.blog-post-component .item .image {
  display: block;
  position: relative;
}
.blog-post-component .item .image img {
  width: 100%;
}
.blog-post-component .item .image:before {
  content: "";
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.45);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -30px;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.blog-post-component .item .image:after {
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/Images/MainIcons.png);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -25px;
  z-index: 2;
  transition: all 0.3s ease;
}
.blog-post-component .item .image.default:before {
  display: none;
}
.blog-post-component .item .image.default:after {
  display: none;
}
.blog-post-component .item .image.image:after {
  background-position: -240px -537px;
}
.blog-post-component .item .image.search-places:after {
  background-position: -240px -537px;
}
.blog-post-component .item .image.etelaat:after {
  background-position: -184px -533px;
}
.blog-post-component .item .image.iran:after {
  background-position: -357px -479px;
}
.blog-post-component .item .image.business-trip:after {
  background-position: -421px -533px;
}
.blog-post-component .item .image.barnameh:after {
  background-position: -237px -478px;
}
.blog-post-component .item .image.ghaza:after {
  background-position: -100px -63px;
}
.blog-post-component .item .image.resturant:after {
  background-position: -84px -473px;
}
.blog-post-component .item .image.drink:after {
  background-position: -56px -67px;
}
.blog-post-component .item .image.handicrafts:after {
  background-position: -181px -480px;
}
.blog-post-component .item .image.jazebeh:after {
  background-position: -294px -484px;
}
.blog-post-component .item .image.tourism-places:after {
  background-position: 11px -532px;
}
.blog-post-component .item .image.tourist-attractions:after {
  background-position: -36px -530px;
}
.blog-post-component .item .image.safar:after {
  background-position: -79px -534px;
}
.blog-post-component .item .image.travel-currency:after {
  background-position: -129px -530px;
}
.blog-post-component .item .image.soghati:after {
  background-position: -289px -535px;
}
.blog-post-component .item .image.itinerary:after {
  background-position: -347px -535px;
}
.blog-post-component .item .image.migration:after {
  background-position: 10px -574px;
}
.blog-post-component .item:hover .image:before {
  bottom: 45px;
}
.blog-post-component .item:hover .image:after {
  bottom: 50px;
}
.blog-post-component .item .title {
  display: block;
  text-align: center;
  color: #0e76bc;
  font-size: 13px;
  margin-top: 30px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.blog-post-component .item .summary {
  height: 100px;
  font-size: 12px;
  line-height: 25px;
  text-align: justify;
  padding: 0 10px;
  padding-bottom: 25px;
}
.blog-post-component .item .footer {
  border-top: 1px solid #eaeaea;
  position: relative;
  padding: 10px 10px 5px 10px;
  font-size: 1.2rem;
}
.blog-post-component .item .footer .share {
  display: inline-block;
}
.blog-post-component .item .footer .share.active ul {
  opacity: 1;
  top: -22px;
}
.blog-post-component .item .footer .share .share-btn {
  width: 14px;
  height: 34px;
  display: inline-block;
  background-position: -419px -9px;
  cursor: pointer;
  transition: all 0.3s ease;
  /*&:hover { background-position: -419px -30px; }*/
}
.blog-post-component .item .footer .share .share-btn.icon {
  background: url(/Images/MainIcons.png) -419px 0px;
  display: inline-block;
  vertical-align: middle;
}
.blog-post-component .item .footer .share ul {
  position: absolute;
  top: -10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  height: 25px;
  line-height: 25px;
  right: -3px;
  transition: all 0.3s ease;
  opacity: 0;
}
.blog-post-component .item .footer .share ul li {
  display: inline-block;
  width: 25px;
  text-align: center;
  color: #cacaca;
  border-left: 1px solid #e1e1e1;
  transition: all 0.3s ease;
}
.blog-post-component .item .footer > span {
  margin-right: 25px;
}
.blog-post-component .item .footer .seen:before {
  content: "";
  margin-left: 5px;
  vertical-align: middle;
  /*@include icons-view;*/
}
.blog-post-component .item .footer .like:before {
  content: "";
  margin-left: 5px;
  vertical-align: middle;
  /*@include icons-likes;*/
}
.blog-post-component .item .footer .date {
  float: left;
  margin-top: 5px;
}
.blog-post-component .owl-dots {
  text-align: center;
}
.blog-post-component .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #666;
  display: inline-block;
  border-radius: 50%;
  margin: 10px 3px;
  transition: all 0.3s ease;
}
.blog-post-component .owl-dots .owl-dot.active {
  background: #f43434;
}

@media (max-width: 550px) {
  .blog-post {
    /*padding: 0 7px;*/
    padding: 0;
    background: none;
  }
}
/*
@import this file directly into your existing Scss files to use these mixins
*/
.top-banner-component {
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 550px) {
  .top-banner-component {
    display: none;
  }
}
/*
@import this file directly into your existing Scss files to use these mixins
*/
/*
@import this file directly into your existing Scss files to use these mixins
*/
.hotel-filter-component .hotel-filter-item {
  width: 33.33%;
  float: right;
  padding: 0 15px 5px 15px;
}
.hotel-filter-component .hotel-filter-item h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 30px;
}
.hotel-filter-component .hotel-filter-item label {
  display: block;
  color: #0e76bc;
  font-weight: normal;
  font-size: 1.6rem;
}
.hotel-filter-component .hotel-filter-item input {
  background: #f43434;
  height: 38px;
  border-radius: 7px;
  border: none;
  color: #fff;
}

.hotel-list-component {
  clear: both;
}
.hotel-list-component .hotel {
  min-height: 45px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 10px;
  right: 0px;
  height: 150px;
  overflow: hidden;
}
.hotel-list-component .hotel:hover {
  right: -7px;
  box-shadow: 1px 1px 1px #000;
  box-shadow: 0px 0px 9px 1px #d2cfcf;
}
.hotel-list-component .hotel .link {
  text-decoration: none !important;
}
.hotel-list-component .col-right {
  float: right;
  width: 245px;
}
.hotel-list-component .col-left {
  float: right;
  width: calc(100% - 245px);
  padding: 30px;
}
.hotel-list-component .col-left .top {
  border-bottom: 1px solid #f5f6f8;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.hotel-list-component .col-left .title {
  display: inline-block;
}
.hotel-list-component .col-left .title .english {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0;
}
.hotel-list-component .col-left .title .farsi {
  font-size: 1.4rem;
  color: #15A98F;
  margin: 5px 0;
  font-weight: 400;
}
.hotel-list-component .col-left .pull-left {
  margin-top: -10px;
  text-align: left;
}
.hotel-list-component .col-left .stars {
  font-size: 1.3rem;
}
.hotel-list-component .col-left .stars span {
  margin-left: 10px;
}
.hotel-list-component .col-left .services {
  color: #0e76bc;
  font-size: 1.2rem;
}
.hotel-list-component .col-left i {
  vertical-align: middle;
  opacity: 0.3;
}
.hotel-list-component .col-left .city {
  font-size: 1.6rem;
  font-weight: 500;
}
.hotel-list-component .col-left .city i {
  color: #a2a2a2;
}
.hotel-list-component .col-left .tel {
  font-weight: 500;
  font-size: 1.6rem;
  float: left;
  letter-spacing: 1.5px;
}
.hotel-list-component .col-left .tel i {
  transform: rotateY(180deg);
}
.hotel-list-component .col-left li {
  position: relative;
  border-left: 2px dashed #f1f1f1;
  height: 100%;
  width: 17%;
  display: block;
  vertical-align: middle;
  text-align: right;
  float: right;
  padding-right: 10px;
}
.hotel-list-component .col-left li:nth-last-child(1) {
  border-left: none;
}
.hotel-list-component .col-left li:nth-last-child(1) span {
  padding-right: 4px;
}
.hotel-list-component .col-left li.image {
  margin: 0;
  padding: 5px;
  width: 22%;
}
.hotel-list-component .col-left li.image img {
  width: 100%;
  height: auto;
}
.hotel-list-component .results-header ul.hotel-row li.image:before {
  background-position: -36px -126px;
}
.hotel-list-component .results-header ul.hotel-row li.title:before {
  background-position: -70px -126px;
}
.hotel-list-component .results-header ul.hotel-row li.city:before {
  background-position: -120px -126px;
}
.hotel-list-component .results-header ul.hotel-row li.stars:before {
  background-position: -162px -126px;
}
.hotel-list-component .results-header ul.hotel-row li.tel:before {
  background-position: -202px -126px;
}

@media (max-width: 1200px) {
  .hotel-nav-list-component {
    padding: 0;
  }
}
@media (max-width: 991.5px) {
  .hotel-nav-list-component {
    display: none;
  }

  .hotel-filter-component .hotel-filter-item {
    padding: 0 5px 5px 5px;
  }
}
@media (max-width: 600px) {
  .hotel-filter-component {
    margin-bottom: 10px;
  }
  .hotel-filter-component .hotel-filter-item {
    width: 100%;
    float: none;
    padding: 0;
  }
  .hotel-filter-component .hotel-filter-item h2 {
    margin: 0;
  }

  .hotel-list-component .hotel {
    height: auto;
    margin: 5px -15px 20px -15px;
    overflow: visible;
  }
  .hotel-list-component .col-right {
    float: none;
    width: 100%;
  }
  .hotel-list-component .col-right img {
    width: 100%;
  }
  .hotel-list-component .col-left {
    float: none;
    width: 100%;
    padding: 20px;
  }
  .hotel-list-component .col-left .title .farsi {
    font-size: 1.2rem;
    color: #a2a2a2;
  }
  .hotel-list-component .col-left .stars {
    font-size: 1.1rem;
    margin-top: 28px;
    color: #a2a2a2;
  }
  .hotel-list-component .col-left .city {
    font-size: 1.3rem;
  }
  .hotel-list-component .col-left .tel {
    font-size: 1.4rem;
    direction: rtl;
  }
  .hotel-list-component .more-btn {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
/*
@import this file directly into your existing Scss files to use these mixins
*/
.hotel-nav-list-component, .other-hotel-list-component {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 20px;
}
.hotel-nav-list-component .title, .other-hotel-list-component .title {
  color: #0e76bc;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
.hotel-nav-list-component .hotel, .other-hotel-list-component .hotel {
  background: #fff;
  margin-bottom: 25px;
}
.hotel-nav-list-component .hotel .image, .other-hotel-list-component .hotel .image {
  overflow: hidden;
}
.hotel-nav-list-component .hotel .detail, .other-hotel-list-component .hotel .detail {
  padding: 20px 30px 30px 30px;
  position: relative;
}
.hotel-nav-list-component .hotel .top, .other-hotel-list-component .hotel .top {
  border-bottom: 1px solid #f5f6f8;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.hotel-nav-list-component .hotel .top .english, .other-hotel-list-component .hotel .top .english {
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hotel-nav-list-component .hotel .top .farsi, .other-hotel-list-component .hotel .top .farsi {
  color: #a2a2a2;
  font-size: 1.3rem;
  margin: 0;
  display: inline-block;
}
.hotel-nav-list-component .hotel .top .stars, .other-hotel-list-component .hotel .top .stars {
  float: left;
  font-size: 1.2rem;
  color: #a2a2a2;
}
.hotel-nav-list-component .hotel .top .stars span, .other-hotel-list-component .hotel .top .stars span {
  margin-left: 10px;
}
.hotel-nav-list-component .hotel .city, .other-hotel-list-component .hotel .city {
  color: #616161;
  font-size: 1.4rem;
}
.hotel-nav-list-component .hotel .tel, .other-hotel-list-component .hotel .tel {
  float: left;
  letter-spacing: 0.5px;
}
.hotel-nav-list-component .hotel i, .other-hotel-list-component .hotel i {
  vertical-align: middle;
  opacity: 0.3;
}
.hotel-nav-list-component .hotel .more-btn, .other-hotel-list-component .hotel .more-btn {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -12px;
}

.other-hotel-list-component {
  background: none;
  border: none;
}
.other-hotel-list-component .image img {
  width: 100%;
}

/*
@import this file directly into your existing Scss files to use these mixins
*/
/*#rates {
    .br-widget { white-space: nowrap; display: inline-block; }
    .br-widget a { display: inline-block; width: 55px; height: 12px; background-color: #b3eaee; margin: 1px;
        &.br-selected { background-color: #60d3db; }
        &.br-active, &.br-readonly, &.br-current { background-color: #81dce3; }
    }
}*/
.br-theme-ui-rate .br-widget {
  height: 23px;
  white-space: nowrap;
}
.br-theme-ui-rate .br-widget a {
  text-decoration: none;
  height: 12px;
  width: 13px;
  float: left;
  font-size: 23px;
  margin: 0;
  margin-right: 5px;
  background: url("../images/star.png") no-repeat;
}
.br-theme-ui-rate .br-widget a.br-active, .br-theme-ui-rate .br-widget a.br-selected {
  background: url("../images/star-hover.png") no-repeat;
}
.br-theme-ui-rate .br-widget .br-current-rating {
  display: none;
}
.br-theme-ui-rate .br-readonly a {
  cursor: default;
}

.br-theme-ui-poll .br-widget {
  white-space: nowrap;
  display: inline-block;
}
.br-theme-ui-poll .br-widget a {
  display: inline-block;
  width: 55px;
  height: 12px;
  background-color: #b3eaee;
  margin: 1px;
}
.br-theme-ui-poll .br-widget a.br-active, .br-theme-ui-poll .br-widget a.br-selected {
  background-color: #60d3db;
}
.br-theme-ui-poll .br-widget .br-current-rating {
  text-align: center;
  font-weight: 600;
  display: block;
  color: #27a5ae;
  font-weight: 400;
  min-height: 34px;
}
.br-theme-ui-poll .br-readonly a {
  cursor: default;
}
.br-theme-ui-poll .br-readonly a.br-active, .br-theme-ui-poll .br-readonly a.br-selected {
  background-color: #81dce3;
}
.br-theme-ui-poll .br-readonly .br-current-rating {
  color: #36c7d2;
}

/*
@import this file directly into your existing Scss files to use these mixins
*/
/*
@import this file directly into your existing Scss files to use these mixins
*/
.faqs {
  background: #fafafa;
  padding: 50px 0;
}
.faqs h4 {
  font-size: 2rem;
  font-weight: 500;
}
.faqs .accordions {
  margin-bottom: 10px;
  background: #f5f5f5;
}
.faqs .accordions .accordion {
  cursor: pointer;
  padding: 11px 30px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 14px;
  color: #272727;
  transition: 0.4s;
  background: white;
  border-radius: 7px;
  box-shadow: 1px 1px 0 0 #e2e2e2;
  position: relative;
  margin: 0;
  line-height: 23px;
}
.faqs .accordions .accordion i {
  width: 25px;
  height: 25px;
  border: 1px solid #e2e2e2;
  text-align: center;
  direction: rtl;
  display: inline-block;
  position: absolute;
  bottom: 11px;
  left: 15px;
  border-radius: 5px;
}
.faqs .accordions .accordion i:after {
  content: "\f104";
  font-family: fontawesome;
  border-radius: 7px;
  margin-bottom: 13px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.faqs .accordions.active i:after {
  content: "\f107";
}
.faqs .accordions .accordion::before {
  content: "...";
  width: 19px;
  height: 15px;
  display: inline-block;
  transform: rotate(90deg);
  text-align: right;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 12px;
}
.faqs .accordions .panel {
  padding: 0 18px;
  background-color: #f5f5f5;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0;
  display: none;
}
.faqs .accordions .panel p {
  padding: 20px 18px;
  color: #505050;
  font-size: 13px;
  text-align: justify;
}

@media (max-width: 550px) {
  .faqs {
    padding: 20px 0;
  }
  .faqs h4 {
    color: #15A98F !important;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .faqs .accordions .panel p {
    padding: 20px 0;
  }
}
/*****Shared**********/
/*****Shared**********/
.gallery .gallery-container {
  background-color: #fff;
  padding: 80px 0;
}
.gallery .gallery-container .item {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #fafafa;
  margin-bottom: 20px;
}
.gallery .gallery-container .item .img-wrap {
  text-align: center;
  padding: 15px;
}
.gallery .gallery-container .item .img-wrap a {
  overflow: hidden;
}
.gallery .gallery-container .item .img-wrap a img {
  mix-blend-mode: multiply;
  transition: all 0.3s ease;
}
.gallery .gallery-container .item .txt-wrap {
  position: relative;
  padding: 15px 15px 15px;
}
.gallery .gallery-container .item .txt-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 245px;
  height: 2px;
  margin: 0 auto;
  background-color: #e5e5e5;
}
.gallery .gallery-container .item .txt-wrap h2 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.gallery .gallery-container .item .txt-wrap p {
  display: block;
  font-size: 15px;
  margin: 0;
}
.gallery .gallery-container .item:hover .img-wrap a img {
  transform: scale(1.05);
}
.gallery .gallery-container .item:hover .txt-wrap h2 a {
  color: var(--bs-primar);
}
.gallery .gallery-container .item:hover .more-link a {
  padding: 0 50px;
}
.gallery .gallery-container .item .more-link {
  text-align: center;
  margin-top: 15px;
}
.gallery .gallery-container .item .more-link a {
  line-height: 38px;
  color: #fff;
  background-color: var(--bs-secondary);
  padding: 0 25px;
  border-radius: 5px;
}

.gallery-container #gallery-thumbnails .image-thumbnail {
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
  max-height: 100%;
  transition: 0.3s all;
}
.gallery-container #gallery-thumbnails .image-thumbnail:hover {
  box-shadow: -6px 6px 14px 0px #b5b5b5;
}
.gallery-container #gallery-thumbnails .image-thumbnail img {
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}
.gallery-container .lg-outer .lg-inner {
  direction: ltr;
}
.gallery-container .main-title {
  color: var(--bs-primar);
}
.gallery-container .main-title .border {
  border-bottom: 2px solid var(--bs-primar);
  display: block;
  margin: 20px 0;
  width: 50%;
}

.inline-gallery-container {
  direction: ltr;
  width: 100%;
  padding-bottom: 65%;
  margin: 30px auto;
  display: none;
}

/*****Shared**********/
.download.list {
  /*.item { display: block; margin: 10px; text-align: center; padding: 20px 5px; font-size: 1.8rem;
      .title { line-height: 1; margin-top: 10px; }
      .dscp { color: $blue; }
  }*/
}
.download.list .download-item {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 15px;
}
.download.list .download-item .img-w {
  margin-bottom: 20px;
  height: 250px;
}
.download.list .download-item .img-w img {
  width: 100%;
  border-radius: 7px;
  height: 100%;
  object-fit: cover;
}
.download.list .download-item .details {
  padding: 0 10px;
}
.download.list .download-item .details .title {
  font-weight: 400;
  font-size: 1.6rem;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.download.list .download-item .details .title a {
  white-space: normal;
  line-height: 2;
  font-weight: 600;
}
.download.list .download-item .details .summary {
  font-weight: 500;
  font-size: 1.8rem;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.download.list .download-item .details .summary a {
  white-space: normal;
  line-height: 2;
  font-weight: 600;
}
.download.list .download-item .details .footer {
  font-size: 1.4rem;
}
.download.list .download-item .details .footer i {
  vertical-align: middle;
  margin-left: 5px;
  color: #9fc8e4;
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a {
  text-decoration: none !important;
  color: #0e76bc;
}

[data-valmsg-for] {
  display: block;
  height: 2em;
}

.scroll-off {
  overflow: hidden;
}

.wide-btn {
  width: 220px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 10px;
  box-shadow: 0 4px 5px 0 rgba(43, 107, 180, 0.45);
}

.aparat-icon {
  background-image: url(/images/aparat.svg);
}

.instagram-icon {
  background-image: url(/images/insta.svg);
}

.facebook-icon {
  background-image: url(/images/facebook.svg);
}

.telegram-icon {
  background-image: url(/images/telegram.svg);
}

.linkedin-icon {
  background-image: url(/images/linkedin.svg);
}

.google-plus-icon {
  background-image: url(/images/google.svg);
}

.twitter-icon {
  background-image: url(/images/twitter.svg);
}

.home-page-social-media .title {
  text-align: center;
}
.home-page-social-media .title p {
  font-size: 3.5em !important;
  font-weight: 500;
}
.home-page-social-media .socia-media-container {
  width: 90%;
  margin: 50px auto;
  overflow: hidden;
}
.home-page-social-media .socia-media-container .owl-item .img-container {
  height: 270px;
  position: relative;
  bottom: -60px;
  transition: 1s all;
  cursor: pointer;
  overflow: hidden;
}
.home-page-social-media .socia-media-container .owl-item .img-container img {
  height: 100%;
  object-fit: cover;
}
.home-page-social-media .socia-media-container .owl-item .img-container video {
  height: 100%;
}
.home-page-social-media .socia-media-container .owl-item.size-md .img-container {
  position: relative;
  height: 300px;
  bottom: -30px;
}
.home-page-social-media .socia-media-container .owl-item.size-sm .img-container {
  position: relative;
  height: 270px;
  bottom: -60px;
}
.home-page-social-media .socia-media-container .owl-item.center .img-container {
  height: 330px;
  bottom: 0px;
}

.social-media-modal-background {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.57;
  z-index: 22;
}

.social-media-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 23;
}
.social-media-modal.hide-social-media {
  top: -200%;
  transition: 0.4s all;
  visibility: hidden;
}
.social-media-modal.show-social-media {
  top: 0;
  visibility: visible;
}
.social-media-modal .social-media-container {
  display: table;
  margin: 0 auto;
  height: 100%;
}
.social-media-modal .social-media-container .cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 60vw;
}
.social-media-modal .social-media-container .cell .social-media-cell {
  background: white;
  position: relative;
}
.social-media-modal .social-media-container .cell .social-media-cell .close-social-media-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 16;
  cursor: pointer;
  width: 25px;
}
.social-media-modal .social-media-container .cell .social-media-cell .body {
  padding: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  height: 70vh;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .img-container {
  flex: 3.5;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .img-container video {
  width: 100%;
  height: 100%;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container {
  flex: 2;
  margin: 0 0px 0 15px;
  max-height: 90%;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .btns {
  margin-bottom: 10px;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .btns .next, .social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .btns .prev {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .btns .next img, .social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .btns .prev img {
  width: 10px;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .text-container {
  overflow: auto;
  max-height: 100%;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .text-container .sometext {
  margin-bottom: 5px;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .text-container .sometext img {
  max-width: 80%;
  margin-bottom: 10px;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .text-container .caption {
  font-size: 1em;
  font-weight: 500;
  white-space: pre-wrap;
  margin-top: 20px;
  text-align: right;
  direction: rtl;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .text-container .social {
  margin: auto 0 0;
  flex: 0;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .text-container .social .social-id, .social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .text-container .social .datetime {
  font-size: 1.2em;
  font-weight: 300;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .text-container .social ul {
  padding: 0;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .text-container .social ul li {
  display: inline-block;
  margin: 5px 2px;
  cursor: pointer;
}
.social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .text-container .social ul li a {
  text-decoration: none;
  border: none;
}
.social-media-modal .social-media-container .cell .social-media-cell .body p {
  margin: 0;
}

/****Bootstrap****/
h1 {
  font-weight: 300;
}

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

.col-centered {
  display: inline-block;
  float: none;
}

.nav-pills li a {
  padding: 5px 15px;
  min-width: 140px;
  border-radius: 20.5px;
  border: solid 2px #5592c4;
  background: white;
}
.nav-pills li.active a {
  background: #0e76bc;
  border: solid 2px #0e76bc;
  box-shadow: 0 4px 5px 0 rgba(43, 107, 180, 0.45);
}

.panel-group .panel {
  margin-bottom: 15px;
}

.panel {
  border-radius: 8px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border: none;
}
.panel.panel-default .panel-heading {
  background-color: transparent;
  border: none;
  position: relative;
  padding: 16px;
}
.panel.panel-default .panel-heading .panel-title {
  font-size: 1em;
  font-weight: 500;
  color: #8dc63f;
  font-weight: 500;
}
.panel.panel-default .panel-heading .panel-title a:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 24px;
  width: 18px;
  height: 12px;
  background: url("/Images/up-arrow.svg") center center no-repeat;
  background-size: contain;
}
.panel.panel-default .panel-heading .panel-title a.collapsed:after {
  background: url("/Images/down-arrow.svg") center center no-repeat;
  background-size: contain;
}
.panel.panel-default .panel-collapse .panel-body {
  border-top: none;
  color: #888;
  padding: 0 28px 32px 28px;
}

.btn-default {
  border-radius: 20px;
  height: 40px;
  width: auto;
  border: 1px solid #0e76bc;
  color: #0e76bc;
}
.btn-default:hover {
  color: white;
  background: #0e76bc;
}

.buttons-row .btn + .btn {
  margin-left: 15px;
}

.modal .modal-dialog.modal-md {
  width: 500px;
}
.modal .modal-dialog .modal-content {
  text-align: left;
}
.modal .modal-dialog .modal-content .modal-header {
  min-height: 70px;
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  position: absolute;
  top: 15px;
  left: 0;
  padding-left: 50px;
  padding-top: 10px;
  width: auto;
  display: block;
  word-wrap: unset;
  text-align: left;
  font-size: 1em;
  color: #8dc63f;
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-header .modal-title:after {
  content: "";
  width: 37px;
  height: 9px;
  background: #2b6bb4;
  position: absolute;
  left: 0;
  top: 20px;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  display: block;
  background: url(/images/close.svg) no-repeat center center;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 24px;
  right: 19px;
  margin: 0;
  border: 0;
  z-index: 10;
  opacity: 0.7;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
}

/******General******/
.blue-bg {
  background: rgba(43, 107, 180, 0.1);
  border-radius: 8px;
  margin: 0 -40px;
  padding: 40px;
}

.section-title {
  font-size: 2.14em;
  text-align: center;
  color: #444444;
}
.section-title .sub-section-title {
  color: #0e76bc;
  font-size: 1.16em;
}

/*.slogan {  font-weight: 300; font-size: 2.5em; text-align: center; color: #888888; }*/
.border-right {
  border-left: 1px solid #ededed;
}

.border-left {
  border-right: 1px solid #ededed;
}

.content .inner-page-header .title-wrapper {
  float: left;
}
.content .inner-page-header .title-wrapper h2 {
  font-size: 0.85em;
  font-weight: bold;
  color: #8dc63f;
  margin-top: 22px;
  margin-bottom: 5px;
}
.content .inner-page-header .title-wrapper h1 {
  margin-top: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  white-space: nowrap;
}
.content .inner-page-header .title-wrapper .date {
  color: #9fc8e4;
}
.content .inner-page-header .links-wrapper {
  float: right;
  margin-top: -40px;
  clear: both;
}
.content .header-html {
  background: rgba(43, 107, 180, 0.1);
  padding: 40px 100px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 10px;
}
.content .header-html .text {
  border-top: 1px solid rgba(43, 107, 180, 0.3);
  border-bottom: 1px solid rgba(43, 107, 180, 0.3);
  padding: 10px 0;
  position: relative;
}
.content .header-html .text .title {
  font-weight: bold;
  color: #0e76bc;
  position: absolute;
  top: -15px;
  left: 0;
  background: #e6edf4;
  padding: 0 10px 0 0;
}
.content .header-html .text:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/Images/quote-right.png") no-repeat;
  position: absolute;
  left: -70px;
  bottom: -40px;
}
.content .header-html .text:after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/Images/quote-left.png") no-repeat;
  position: absolute;
  right: -40px;
  top: -15px;
}

.share-btn {
  position: relative;
  padding: 0 16px;
  height: 45px;
  cursor: pointer;
  transition: cubic-bezier(0.65, 1.03, 0.9, 1.02) 0.2s;
  border-radius: 22.5px;
  width: 120px;
  overflow: hidden;
}
.share-btn .title {
  display: inline-block;
  font-size: 0.85em;
  padding: 10px 0;
}
.share-btn .title .share-icon.hover {
  display: none;
}
.share-btn .icons {
  vertical-align: middle;
  display: block;
  left: 120px;
  top: 7px;
  opacity: 0;
  transition: all 1s;
  position: absolute;
}
.share-btn .icons .social-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
.share-btn .icons .icon {
  color: white;
  display: table-cell;
  padding: 3px 10px;
}
.share-btn:hover {
  background-color: #0e76bc;
  width: 362px;
}
.share-btn:hover .title {
  color: white;
  border-right: 1px dashed #fff;
  padding: 10px 10px 10px 0;
}
.share-btn:hover .title .share-icon {
  display: none;
}
.share-btn:hover .title .share-icon.hover {
  display: inline;
}
.share-btn:hover .icons {
  opacity: 1;
}

.dropdown-menu {
  border-radius: 10px;
  padding-top: 0px;
  padding-bottom: 0;
}
.dropdown-menu > li:first-child > a.checkbox {
  border-radius: 10px 10px 0 0;
}
.dropdown-menu > li:last-child > a.checkbox {
  border-radius: 0 0 10px 10px;
}

.modal .login-hint {
  display: none;
}
.modal.show-login-hint .login-hint {
  display: block;
  color: #0e76bc;
  font-size: 1.2em;
  font-weight: bold;
}

#account-modal-content .modal-body {
  margin-top: -90px;
}
#account-modal-content .modal-body .modal-header {
  height: 0;
}
#account-modal-content .modal-body .nav.nav-tabs {
  display: none;
}
#account-modal-content .modal-body .validation-errors {
  margin-bottom: 0;
  text-align: left;
}
#account-modal-content .modal-body .validation-errors ul, #account-modal-content .modal-body .validation-errors li {
  margin: 0;
}
#account-modal-content .modal-body #login-type {
  text-align: center;
}
#account-modal-content .modal-body #login-type .wrapper form {
  margin: 37px 40px 0 40px;
}
#account-modal-content .modal-body #login-type .wrapper form button {
  background: none;
  border: none;
  display: block;
  margin-bottom: 20px;
  text-align: left;
  color: #8dc63f;
  font-size: 1.4em;
  font-weight: 500;
}
#account-modal-content .modal-body #login-type .wrapper form button img {
  width: 176px;
  margin-right: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#account-modal-content .modal-body .tab-pane {
  text-align: center;
}
#account-modal-content .modal-body .tab-pane img {
  width: 176px;
  margin-top: 24px;
}
#account-modal-content .modal-body .tab-pane .username-label {
  text-align: left;
}
#account-modal-content .modal-body .tab-pane form {
  margin: 37px 40px 0 40px;
}
#account-modal-content .modal-body .tab-pane form .form-group {
  margin-bottom: 12px;
}
#account-modal-content .modal-body .tab-pane input {
  text-align: left;
}
#account-modal-content .modal-body .tab-pane input::placeholder {
  direction: ltr;
}
#account-modal-content .modal-body .register {
  padding: 25px 50px 10px 50px;
  border-top: 1px solid #d8d8d8;
  display: inline-block;
  margin-top: 30px;
}
#account-modal-content .modal-body .mobile-login-form .hint {
  font-size: 1.4em;
  margin: 24px 0;
}
#account-modal-content .modal-body .mobile-login-form button[type=submit] {
  margin-top: 20px;
}
#account-modal-content .modal-body .mobile-login-form form {
  margin: 0 80px 0 80px !important;
}
#account-modal-content .modal-body .email-login-form form {
  margin: 37px 80px 0 80px !important;
}
#account-modal-content .modal-body .register-form img {
  width: 123px;
}
#account-modal-content .modal-body .register-form form {
  margin: 37px 80px 18px 80px !important;
}
#account-modal-content .modal-footer {
  text-align: center;
}

/****************/
body.inner {
  background-color: #fcfcfc;
}
body .main-content-wrapper {
  padding-bottom: 140px;
}
body .main-content-wrapper .inner-container {
  margin: 0 auto;
  max-width: 1030px;
  width: 100%;
}
body .main-content-wrapper .inner-container .side-menu-container {
  width: 200px;
  float: left;
  padding-right: 10px;
}
body .main-content-wrapper .inner-container .content-container {
  max-width: 800px;
  float: right;
  width: 100%;
}
body .main-content-wrapper .inner-container.content-only .content-container {
  float: none;
  margin: 0 auto;
  width: 100%;
}
body .mobile-header {
  display: none;
}
body header {
  border-bottom: 1px solid #ededed;
  background: white;
}
body header #logo {
  float: left;
  margin: 10px 0 0 0;
}
body header #logo img {
  height: 60px;
  object-fit: contain;
}
body header .actions {
  padding: 20px 0 20px 0;
  float: right;
}
body header .actions .cart-wrapper {
  border-right: 1px solid #ededed;
  display: inline-block;
  cursor: pointer;
}
body header .actions .cart-wrapper:hover .cart-info {
  display: block;
}
body header .actions .cart-wrapper:hover.icon.cart {
  background: url("/Images/shop-hover.png") no-repeat center center;
}
body header .actions .cart-wrapper .title {
  margin-right: 12px;
}
body header .actions .cart-wrapper .cart-info {
  display: none;
  position: absolute;
  top: 64px;
  right: 49px;
  background: rgba(1, 152, 117, 0.95);
  color: white;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  font-size: 0.7em;
  box-shadow: 0 4px 5px 0 rgba(43, 107, 180, 0.45);
}
body header .actions .cart-wrapper .cart-info .discounted-total {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
body header .actions .cart-wrapper .cart-info .discounted-total:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/Images/discount-white.png") no-repeat;
  background-size: contain;
}
body header .actions .cart-wrapper .cart-info .total {
  position: relative;
  padding-left: 30px;
}
body header .actions .cart-wrapper .cart-info .total:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/Images/factor-white.png") no-repeat;
  background-size: contain;
}
body header .actions .cart-wrapper .cart-info.active {
  display: block;
}
body header .actions .account {
  display: inline-block;
}
body header .actions .icon {
  width: 20px;
  height: 25px;
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
}
body header .actions .icon.search {
  background: url("/Images/search.svg") no-repeat center center;
}
body header .actions .icon.user {
  background: url("/Images/user.svg") no-repeat center center;
}
body header .actions .icon.cart {
  background: url("/Images/shop.svg") no-repeat center center;
}
body header .actions .search-button {
  display: inline;
  border-right: 1px solid #ededed;
  cursor: pointer;
}
body header .nav-container .mobile-logo-wrapper {
  display: none;
}
body header .nav-container .top-menu-container {
  border-bottom: #ccc;
  border-bottom: 1px solid #ededed;
  float: left;
}
body header .nav-container .top-menu-container .top-menu {
  list-style: none;
  padding: 25px 10px 25px 20px;
  font-size: 0.85em;
  margin: 0;
  float: left;
}
body header .nav-container .top-menu-container .top-menu li {
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
}
body header .nav-container .top-menu-container .top-menu li a {
  color: #8dc63f;
}
body header .nav-container .top-menu-container .top-menu li:hover {
  font-weight: bold;
}
body header .nav-container .top-menu-container .top-menu li:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0e76bc;
  right: 0;
  left: 0;
  bottom: -3px;
}
body header .nav-container .top-menu-container .top-menu li:hover a {
  color: #0e76bc;
}
body header .nav-container .main-menu-container {
  clear: both;
}
body header .nav-container .main-menu-container .main-nav {
  position: relative;
}
body header .nav-container .main-menu-container .main-nav > .category {
  display: none;
}
body header .nav-container .main-menu-container .main-nav > .category > div {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 3em;
  cursor: pointer;
  background: #2b6bb4;
  color: white;
}
body header .nav-container .main-menu-container .main-nav .main-menu {
  display: block;
  list-style: none;
  font-size: 1em;
  margin: 0;
  white-space: nowrap;
  text-align: left;
  padding-left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
body header .nav-container .main-menu-container .main-nav .main-menu a {
  color: #8dc63f;
  text-decoration: none;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li > a {
  position: relative;
  line-height: 3.8em;
  padding: 12.4px;
  font-weight: 500;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li > a.has-sub-menu:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  background-image: url("/images/down-arrow.svg");
  background-repeat: no-repeat;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li.active {
  background-color: #f2f2f2;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li.active > a {
  color: #0e76bc !important;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 {
  position: relative;
  transition: all 0.3s;
  padding: 12px;
  width: 100%;
  border-radius: 0 0 16px 16px;
  background-color: #f2f2f2;
  box-shadow: 0 26px 25px 0 rgba(0, 0, 0, 0.35);
  display: none;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 5;
  height: 0;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .sub-menu.level-3 {
  display: list-item !important;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots {
  width: 204px;
  float: left;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul {
  display: block;
  margin: 0;
  padding: 0;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .more-categories {
  list-style: none;
  margin-top: 8px;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .more-categories a {
  color: #0e76bc;
  padding: 5px 12px;
  font-weight: bold;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 {
  display: block;
  font-size: 1em;
  padding: 6px 12px;
  margin-top: 5px;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 > a {
  font-weight: 500;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active {
  background: #0e76bc;
  border-radius: 8px;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active a {
  color: white;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active .level-3-container {
  display: block;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active .level-3-container .categories .category {
  width: 48%;
  text-align: center;
  margin-left: 1.25%;
  padding: 5px 15px;
  float: left;
  color: white;
  background: #0e76bc;
  border-radius: 0 0 8px 8px;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 .level-3-container {
  display: none;
  position: absolute;
  width: 900px;
  border-radius: 8px;
  top: 15px;
  left: 228px;
  background: white;
  height: 410px;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 .level-3-container > ul {
  float: left;
  width: 50%;
  padding: 15px 0 15px 30px;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .items {
  width: 80%;
  background: white;
  float: left;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .items > div {
  float: left;
  width: 50%;
  background: transparent;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 > .category {
  position: absolute;
  height: 100%;
  width: 150px;
  left: 0;
  top: 0;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 > .category > div {
  display: block;
  height: 50%;
  text-align: center;
  cursor: pointer;
  background: #e0e0e0;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 > .category > div:hover {
  background: #4b89d0;
  color: white;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop.active {
  height: 440px;
  display: block;
  opacity: 1;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 a {
  border-bottom: 2px solid transparent;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 .sub-menu.level-3 a:hover {
  color: #0e76bc !important;
  border-bottom: 2px solid #0e76bc;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 {
  display: inline-block;
  vertical-align: top;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 a {
  color: #8dc63f;
  text-decoration: none;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 {
  padding-left: 0;
  list-style: none;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 > li {
  width: 50%;
  float: left;
  list-style: circle;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 > li a {
  line-height: 2.4em;
  font-size: 0.97em;
  font-weight: 500;
  color: #787878;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 .more-categories {
  clear: both;
  float: right;
  list-style: none;
  width: 198px;
}
body header .nav-container .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 .more-categories a {
  color: #0e76bc;
}
body header .nav-container .main-menu-container .main-nav[data-category="0"] .category [data-category="0"] {
  background: #2b6bb4 !important;
  color: white;
}
body header .nav-container .main-menu-container .main-nav[data-category="0"] [data-category-1] {
  display: none;
}
body header .nav-container .main-menu-container .main-nav[data-category="1"] .category [data-category="1"] {
  background: #2b6bb4 !important;
  color: white;
}
body header .nav-container .main-menu-container .main-nav[data-category="1"] [data-category-0] {
  display: none;
}
body footer {
  background: #5592c4;
  color: white;
  padding-top: 50px;
}
body footer .phone-icon {
  width: 20px;
  height: 23.5px;
  background: url(/images/phone.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
body footer .fax-icon {
  width: 20px;
  height: 23.5px;
  background: url(/images/fax.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
body footer .social-icon {
  width: 33px;
  height: 33px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
body footer a {
  color: white;
}
body footer .footer-top {
  border-bottom: 2px solid #0e76bc;
}
body footer .footer-top .footer-column .title {
  font-weight: 300;
  margin-bottom: 8px;
  color: white;
  font-size: 2em;
  line-height: 60px;
}
body footer .footer-top .footer-column .dscp {
  font-size: 1em;
  font-weight: bold;
  line-height: 3em;
}
body footer .footer-top .footer-column .shopping-guide ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.142em;
}
body footer .footer-top .footer-column .shopping-guide ul li {
  line-height: 3em;
}
body footer .footer-top .footer-column .shopping-guide ul li:nth-child(2n+1) {
  clear: both;
}
body footer .footer-top .footer-column .shopping-guide ul li a {
  display: block;
}
body footer .footer-top .footer-column .newsletter .popover {
  color: black;
}
body footer .footer-top .footer-column .newsletter .dscp {
  text-align: justify;
}
body footer .footer-top .footer-column .newsletter .input-w {
  position: relative;
}
body footer .footer-top .footer-column .newsletter .input-w .submit {
  border: none;
  background: url(/images/send-ltr.svg) no-repeat;
  width: 19px;
  height: 16.1px;
  position: absolute;
  top: 14px;
  right: 9px;
}
body footer .footer-top .footer-column .newsletter input {
  width: 100%;
  height: 44px;
  font-size: 1.142em;
  margin: auto;
}
body footer .footer-top .footer-column .social-networks {
  margin-top: 12px;
}
body footer .footer-top .footer-column .social-networks .dscp {
  text-align: center;
}
body footer .footer-top .footer-column .social-networks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.7em;
  margin-top: 15px;
  text-align: center;
}
body footer .footer-top .footer-column .social-networks ul li {
  display: inline-block;
  padding: 0 8px;
}
body footer .footer-top .footer-column .email {
  text-align: right;
}
body footer .footer-top .footer-column .phone-number {
  display: inline-block;
  width: 50%;
  float: right;
  direction: rtl;
  text-align: right;
}
body footer .footer-top .footer-column .phone-number svg {
  margin-left: 10px;
}
body footer .footer-top .footer-column.i3 .address-w {
  position: relative;
  min-height: 4em;
  font-size: 1.142em;
}
body footer .footer-top .footer-column.i3 .address-w .address {
  text-align: justify;
}
body footer .footer-top .footer-column.i3 .address-w .email {
  position: absolute;
  top: 3.4em;
  right: 0;
}
body footer .footer-top .footer-column.i3 .phones-w {
  font-size: 1.142em;
  font-weight: bold;
  line-height: 3em;
}
body footer .footer-middle {
  padding: 20px 0;
}
body footer .footer-middle .title {
  color: #a4d6ff;
  font-size: 2em;
}
body footer .footer-middle .dscp {
  font-size: 1.14em;
}
body footer .footer-middle img {
  padding: 10px;
}
body footer .footer-bottom {
  text-align: center;
}
body footer .footer-bottom .copyright {
  font-size: 0.85em;
  text-align: center;
  border-top: 2px solid #0e76bc;
  padding: 10px 20px;
  margin: 0 auto;
  display: inline-block;
}
body footer .footer-bottom .copyright .brand {
  color: #a4d6ff;
}
body.default .banner-container {
  overflow: hidden;
}
body.default .banner-container #top-banner {
  text-align: center;
  position: relative;
  width: 797px;
  margin: 0 auto;
  padding: 24px 0 5px 0;
  margin-bottom: 46px;
}
body.default .banner-container #top-banner .owl-carousel .owl-stage-outer {
  overflow: visible;
}
body.default .banner-container #top-banner .owl-carousel img {
  width: 100%;
}
body.default .banner-container #top-banner .owl-carousel .control {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  height: 60px;
  padding: 10px;
}
body.default .banner-container #top-banner .owl-carousel .owl-nav {
  margin: 0 5%;
  position: relative;
}
body.default .banner-container #top-banner .owl-carousel .owl-nav > div {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 16px;
  height: 17px;
  top: 7px;
}
body.default .banner-container #top-banner .owl-carousel .owl-nav > div.owl-next {
  right: -18px;
  background: url("/images/previous.svg") center center no-repeat;
  background-size: cover;
}
body.default .banner-container #top-banner .owl-carousel .owl-nav > div.owl-prev {
  left: -18px;
  background: url("/images/next.svg") center center no-repeat;
  background-size: cover;
}
body.default .banner-container #top-banner .owl-carousel .owl-item {
  transform: scale(0.9);
  transition: all 0.3s;
}
body.default .banner-container #top-banner .owl-carousel .owl-item img {
  opacity: 0.25;
  transition: all 0.7s;
  border-radius: 8px;
}
body.default .banner-container #top-banner .owl-carousel .owl-item .caption {
  opacity: 0.25;
  font-size: 1.28em;
  min-height: 60px;
  margin-top: 8px;
}
body.default .banner-container #top-banner .owl-carousel .owl-item.active img {
  opacity: 1;
  bottom: -100px;
  box-shadow: 0 5px 12px #878787;
}
body.default .banner-container #top-banner .owl-carousel .owl-item.center {
  transform: scale(1);
}
body.default .banner-container #top-banner .owl-carousel .owl-item.center .caption {
  font-size: 1.7em;
  opacity: 1;
  text-shadow: none;
  font-weight: 300;
}
body.default .banner-container #top-banner .owl-carousel .owl-item.center .caption a {
  color: #8dc63f;
}
body.default .banner-container #top-banner .owl-dots {
  margin: 14px 5%;
}
body.default .banner-container #top-banner .owl-dots .owl-dot {
  position: relative;
  width: 33%;
  height: 2px;
  background: #ededed;
  float: left;
  transition: all 0.3s;
  cursor: pointer;
}
body.default .banner-container #top-banner .owl-dots .owl-dot span {
  position: absolute;
  top: -33px;
  left: 3px;
  opacity: 0;
  transition: all 0.3s;
  font-weight: bold;
  font-size: 1.42em;
  color: #5592c4;
  width: 100%;
  display: block;
  text-align: left;
}
body.default .banner-container #top-banner .owl-dots .owl-dot.active {
  height: 3px;
  background: #0e76bc;
}
body.default .banner-container #top-banner .owl-dots .owl-dot.active span {
  opacity: 1;
}
body.default .shortcuts {
  padding: 0px 0 0 0;
  background: #ffffff;
}
body.default .shortcuts .items .item {
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #ffffff;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
  margin-bottom: 25px;
}
body.default .shortcuts .items .item:hover {
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2);
}
body.default .shortcuts .items .item img {
  width: 100%;
}
body.default .shortcuts .items .item img.main {
  display: block;
}
body.default .scroller {
  text-align: center;
  padding: 36px 0 20px 0;
}
body.default section.brands {
  padding: 114px 0 144px 0;
  background: #f9f9f9;
}
body.default section.brands .container {
  margin-top: 99px;
}
body.default section.brands .items .item {
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #ffffff;
  text-align: center;
  transition: all 0.3s;
  margin-bottom: 25px;
}
body.default section.brands .items .item:hover {
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2);
}
body.default section.brands .items .item:hover .link {
  opacity: 1;
}
body.default section.brands .items .item img {
  width: 100%;
}
body.default section.brands .items .item .link {
  font-size: 1em;
  position: absolute;
  bottom: 10px;
  right: 30px;
  opacity: 0;
  transition: all 0.3s;
}
body.default section.brands .items .item .link:after {
  content: "";
  width: 10px;
  height: 18px;
  background: url("/images/into-arrow.png") no-repeat center center;
  position: absolute;
  right: -15px;
  top: 4px;
}
body.default .advantages {
  padding: 30px 0;
}
body.default .advantages .items {
  margin-top: 40px;
}
body.default .advantages .items .item {
  text-align: center;
  padding: 30px 13%;
  border-radius: 24px;
  transition: all 0.3s;
  background: #fff;
}
body.default .advantages .items .item:hover {
  background-color: rgba(164, 214, 255, 0.18);
}
body.default .advantages .items .item .title {
  font-size: 1.16em;
  color: #8dc63f;
  margin-top: 30px;
}
body.default .advantages .items .item .summary {
  font-size: 0.85em;
  margin-top: 12px;
}
body.default .customers {
  text-align: center;
  background: rgba(164, 214, 255, 0.05);
  padding: 57px 0;
}
body.default .customers .items {
  margin: 75px 0;
  max-width: 70%;
  display: inline-block;
  padding: 0 20px;
}
body.default .customers .items .item {
  text-align: center;
}
body.default .customers .items .item:hover img.main {
  display: none;
}
body.default .customers .items .item:hover img.hover {
  display: inline-block;
}
body.default .customers .items .item:hover .title {
  opacity: 1;
}
body.default .customers .items .item a {
  color: #8dc63f;
}
body.default .customers .items .item a img {
  width: auto;
  max-width: 100%;
}
body.default .customers .items .item a img.main {
  display: inline-block;
}
body.default .customers .items .item a img.hover {
  display: none;
}
body.default .customers .items .item a .title {
  margin-top: 20px;
  opacity: 0;
  font-size: 1.14em;
  transition: all 0.3s;
}
body.default .customers .owl-nav {
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
}
body.default .customers .owl-nav > div {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 16px;
  height: 17px;
}
body.default .customers .owl-nav > div.owl-next {
  right: -18px;
  background: url("/images/previous.png") center center no-repeat;
}
body.default .customers .owl-nav > div.owl-prev {
  left: -18px;
  background: url("/images/next.png") center center no-repeat;
}
body.default .blog {
  padding: 68px 0;
  background: #f9f9f9;
}
body.default .blog .tab-container {
  width: 90%;
  margin: 50px auto 0;
}
body.default .blog .tab-container .nav-pills {
  margin: 0 auto;
  text-align: center;
}
body.default .blog .tab-container .nav-pills li {
  float: none;
  display: inline-block;
  margin: 0 20px;
}
body.default .blog .tab-container .tab-content {
  position: relative;
}
body.default .blog .tab-container .tab-content .items {
  margin-top: 48px;
  position: relative;
}
body.default .blog .tab-container .tab-content .items .item {
  color: #8dc63f;
  position: relative;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #ffffff;
  text-align: center;
  transition: all 0.3s;
  margin-bottom: 30px;
  overflow: hidden;
  margin: 10px 8px 30px 8px;
  padding-bottom: 30px;
}
body.default .blog .tab-container .tab-content .items .item:hover {
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2);
}
body.default .blog .tab-container .tab-content .items .item .details {
  padding: 16px;
  text-align: left;
}
body.default .blog .tab-container .tab-content .items .item .details img {
  width: 100%;
}
body.default .blog .tab-container .tab-content .items .item .details img.main {
  display: block;
}
body.default .blog .tab-container .tab-content .items .item .details img.hover {
  display: none;
}
body.default .blog .tab-container .tab-content .items .item .details .title {
  font-size: 1.14em;
  min-height: 100px;
}
body.default .blog .tab-container .tab-content .items .item .details .date {
  font-size: 0.71em;
  color: #888;
  position: relative;
  margin-left: 18px;
}
body.default .blog .tab-container .tab-content .items .item .details .date:before {
  content: "";
  background: url("../images/date.png") no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: -3px;
}
body.default .blog .tab-container .tab-content .items .item .details .summary {
  font-size: 0.85em;
  height: 200px;
  overflow: hidden;
}
body.default .blog .tab-container .tab-content .items .item .details .link {
  font-size: 1em;
  position: absolute;
  bottom: 16px;
  right: 35px;
}
body.default .blog .tab-container .tab-content .items .item .details .link:after {
  content: "";
  width: 10px;
  height: 18px;
  background: url("/images/into-arrow.png") no-repeat center center;
  position: absolute;
  right: -15px;
  top: 4px;
}
body.default .blog .tab-container .tab-content .items .owl-nav {
  margin: 0 5%;
  position: relative;
}
body.default .blog .tab-container .tab-content .items .owl-nav > div {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 16px;
  height: 17px;
  top: 7px;
}
body.default .blog .tab-container .tab-content .items .owl-nav > div.owl-next {
  right: -18px;
  background: url("/images/previous.svg") center center no-repeat;
  background-size: cover;
}
body.default .blog .tab-container .tab-content .items .owl-nav > div.owl-prev {
  left: -18px;
  background: url("/images/next.svg") center center no-repeat;
  background-size: cover;
}
body.default .blog .tab-container .tab-content .owl-dots {
  margin: 14px 5%;
}
body.default .blog .tab-container .tab-content .owl-dots .owl-dot {
  position: relative;
  width: 33%;
  height: 2px;
  background: #ededed;
  float: left;
  transition: all 0.3s;
  cursor: pointer;
}
body.default .blog .tab-container .tab-content .owl-dots .owl-dot span {
  position: absolute;
  top: -33px;
  left: 3px;
  opacity: 0;
  transition: all 0.3s;
  font-weight: bold;
  font-size: 1.42em;
  color: #5592c4;
  width: 100%;
  display: block;
  text-align: left;
}
body.default .blog .tab-container .tab-content .owl-dots .owl-dot.active {
  height: 3px;
  background: #0e76bc;
}
body.default .blog .tab-container .tab-content .owl-dots .owl-dot.active span {
  opacity: 1;
}

@media (max-width: 1200px) {
  body.inner .main-content-wrapper {
    margin-top: 77px;
  }
  body.inner .main-content-wrapper .inner-container {
    padding: 0 15px;
  }
  body .menu-overlay {
    z-index: 3;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
  }
  body.nav-is-open .nav-container {
    left: 0 !important;
  }
  body.nav-is-open .menu-overlay {
    display: block;
  }
  body .mobile-header {
    display: block;
    height: 64px;
    position: relative;
    z-index: 3;
    background-color: white;
    border-bottom: 1px solid #ededed;
    position: fixed;
    width: 100%;
  }
  body .mobile-header .actions {
    padding-right: 20px;
  }
  body .mobile-header .nav-toggle-button {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    padding: 20px 30px;
  }
  body .mobile-header .nav-toggle-button.open .toggle-button {
    transform: rotate(-45deg) !important;
  }
  body .mobile-header .nav-toggle-button.open .toggle-button .bar.i-2 {
    opacity: 0;
  }
  body .mobile-header .nav-toggle-button.open .toggle-button .bar.i-1 {
    transform: rotate(90deg) translateX(5px) translateY(-7px);
  }
  body .mobile-header .nav-toggle-button.open .toggle-button .bar.i-3 {
    transform: translateY(-7px) translateX(7px);
  }
  body .mobile-header .nav-toggle-button.open .menu-title {
    opacity: 0;
  }
  body .mobile-header .toggle-button {
    transition: all 0.3s cubic-bezier(0, 0, 0, 1);
    cursor: pointer;
    width: 59px;
    height: 60.5px;
    z-index: 2;
    position: absolute;
    top: 19px;
    left: 7px;
  }
  body .mobile-header .toggle-button .icon {
    margin-top: 8px;
  }
  body .mobile-header .toggle-button .icon .bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #8dc63f;
    transition: all 0.2s ease-in-out;
    margin: 4px auto;
  }
  body .mobile-header .menu-title {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 0.85em;
    font-weight: bold;
    margin-left: 30px;
    color: #8dc63f;
    opacity: 1;
    transition: all 0.3s;
  }
  body .mobile-header .logo {
    margin-top: 14px;
    background: url(/Images/pipe-kala-horizontal-logo.png) top right no-repeat;
    width: 113px;
    height: 33px;
    display: inline-block;
  }
  body header {
    border-bottom: none;
  }
  body header #logo {
    display: none;
  }
  body header > .container {
    padding: 0;
  }
  body header > .container .nav-container {
    position: fixed;
    top: 64px;
    float: none;
    width: 350px !important;
    padding: 0;
    z-index: 10;
    background: #0e76bc;
    box-shadow: 0 26px 25px 0 rgba(0, 0, 0, 0.35);
    left: -420px;
    transition: all 0.3s;
    height: calc(100vh - 64px);
    border-radius: 0 16px 16px 0;
  }
  body header > .container .nav-container .mobile-logo-wrapper {
    padding: 30px;
    text-align: center;
    display: block;
  }
  body header > .container .nav-container .actions {
    display: none;
  }
  body header > .container .nav-container .top-menu-container {
    color: white;
    padding: 0 20px;
    border-bottom: none;
  }
  body header > .container .nav-container .top-menu-container .top-menu {
    padding: 0;
  }
  body header > .container .nav-container .top-menu-container .top-menu li {
    margin: 0 20px 24px 0;
  }
  body header > .container .nav-container .top-menu-container .top-menu li a {
    color: white !important;
  }
  body header > .container .nav-container .top-menu-container .actions {
    display: none;
  }
  body header > .container .nav-container .main-menu-container {
    margin-left: initial;
    background: #f2f2f2;
    height: 100%;
  }
  body header > .container .nav-container .main-menu-container .main-nav {
    height: calc(100vh - 314px);
  }
  body header > .container .nav-container .main-menu-container .main-nav[data-category="0"] .category > div[data-category="0"] {
    background: #f2f2f2 !important;
    color: white;
    color: black;
    font-weight: bold;
  }
  body header > .container .nav-container .main-menu-container .main-nav[data-category="1"] .category > div[data-category="1"] {
    background: #f2f2f2 !important;
    color: white;
    color: black;
    font-weight: bold;
  }
  body header > .container .nav-container .main-menu-container .main-nav > .category {
    display: block;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 {
    height: 100%;
    overflow-y: auto;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ededed;
    position: relative;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .toggle-button {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-left: 20px;
    background: url(/images/plus.svg) center center no-repeat;
    background-size: cover;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item > a {
    padding: 5px 18px;
    line-height: 3.8em;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item > a:after {
    right: 10px;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active {
    background-color: white;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active > a {
    color: #0e76bc;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active > a:after {
    background-image: url(/images/arrow-left-open.png);
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active .toggle-button {
    background: url(/images/minus.svg) center center no-repeat;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active > .sub-menus {
    height: auto;
    opacity: 1;
    display: block;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 {
    position: relative;
    top: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2.desktop {
    display: none !important;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2.active {
    min-height: 0;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 > .category {
    display: none;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 > .more-categories {
    padding: 12px 45px;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 > .more-categories a {
    color: #0e76bc;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 {
    display: block;
    position: relative;
    border-bottom: 1px solid #ededed;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .toggle-button {
    vertical-align: middle;
    position: relative;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    background: url(/images/plus.svg) center center no-repeat;
    background-size: cover;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 > a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    font-weight: 500;
    line-height: 3.8em;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 > a:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 24px;
    background-image: url(/images/arrow-left.png);
    background-repeat: no-repeat;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active > a {
    color: #0e76bc;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active > a:after {
    background-image: url(/images/arrow-down-open.png);
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active .toggle-button {
    background: url(/images/minus.svg) center center no-repeat;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active > .sub-menus.level-3 {
    height: auto;
    opacity: 1;
    display: block;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 {
    display: none;
    height: 0;
    transition: all 0.3s;
    margin-top: 0;
    margin-left: 50px;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3.active {
    display: block;
    height: auto;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 .sub-menu.level-3 {
    border-bottom: 1px solid #ededed;
    width: auto;
    float: none;
    list-style: none;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 .sub-menu.level-3 > a {
    display: block;
    margin: 0 0 0 24px;
  }
  body header > .container .nav-container .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 .more-categories {
    clear: none;
    float: none;
    width: auto;
    padding: 8px 12px;
  }
  body.default .banner-container {
    margin-top: 77px;
  }
  body.default .banner-container #top-banner {
    width: 80%;
  }
  body.default .banner-container #top-banner .owl-carousel .owl-item.center .caption {
    font-size: 1.42em;
    padding: 15px 0;
  }
  body .main-content-wrapper .inner-container .side-menu-container {
    width: 100%;
    float: none;
    padding: 0 8px;
  }
  body .main-content-wrapper .inner-container .content-container {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .social-media-modal .social-media-container .cell {
    width: 80vw;
  }
  .social-media-modal .social-media-container .cell .social-media-cell .body {
    height: 80vh;
  }
}
@media (max-width: 992px) {
  body.default .blog .tab-container .nav-pills li {
    margin: 0 10px;
  }
  body.default .blog .tab-container .nav-pills li a {
    min-width: 100px;
  }
}
@media (max-width: 768px) {
  body .mobile-header .actions .icon {
    margin: 0 8px;
  }
  body.default .banner-container {
    margin-top: 77px;
  }
  body.default .banner-container #top-banner .owl-carousel .owl-item.center .caption {
    font-size: 0.85em;
  }
  body.default .announcements .announcements-bg {
    width: 80%;
    height: 110px;
  }
  body.default .brands {
    padding: 70px 0;
  }
  body.default .brands .items {
    padding: 0 70px;
    margin-top: 35px;
  }
  body.default .advantages .items {
    padding: 0 70px;
  }
  body.default .customers .items {
    max-width: 80%;
  }
  body.default .blog .slogan.light {
    display: none;
  }
  body.default .blog .tab-container {
    width: 100%;
  }
  body.default .blog .tab-container .nav-pills li {
    margin: 0 10px;
  }
  body.default .blog .tab-container .nav-pills li a {
    min-width: 100px;
  }
  body footer {
    padding-top: 0;
  }
  body footer .footer-top {
    border-bottom: none;
    padding: 25px 0;
  }
  body footer .footer-top .title {
    display: inline-block !important;
    margin: 0;
  }
  body footer .footer-top .bold {
    display: inline-block;
    float: right;
  }
  body footer .footer-top .bold .address {
    display: none;
  }
  body footer .footer-top .bold > div {
    display: inline-block;
    padding: 0 20px;
    border-left: 1px solid white;
    float: right;
    width: auto !important;
  }
  body footer .footer-top .bold > div:last-child {
    border-left: none;
  }

  .social-media-modal .social-media-container .cell .social-media-cell .body {
    overflow: auto;
  }
  .social-media-modal .social-media-container .cell .social-media-cell .body .img-container {
    flex: 0 0 100%;
    max-height: 300px;
  }
  .social-media-modal .social-media-container .cell .social-media-cell .body .caption-container {
    flex: 0 0 100%;
    margin: 0;
    margin-top: 20px;
    text-align: center;
  }
  .social-media-modal .social-media-container .cell .social-media-cell .body .caption-container .text-container {
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  body.default .brands .container {
    margin-top: 0;
  }
  body.default .advantages {
    display: none;
  }
  body.default .customers .slogan.light {
    display: none;
  }
  body.default .blog .tab-container {
    width: 100%;
  }
  body.default .blog .tab-container .nav-pills li {
    margin: 0 10px 0 0;
  }
  body.default .blog .tab-container .nav-pills li a {
    min-width: auto;
    background: transparent;
    box-shadow: none;
    border: none;
    color: #5592c4;
    font-size: 1em;
    border-radius: 0;
    padding: 5px;
  }
  body.default .blog .tab-container .nav-pills li.active a {
    font-weight: bold;
    color: #0e76bc;
    border-bottom: 2px solid #0e76bc;
  }
  body.default .blog .tab-container .tab-content .items {
    margin-top: 27px;
  }
}
@media (min-width: 550px) {
  .share-icons-mobile {
    display: none;
  }

  .share-btn-mobile {
    display: none;
  }
}
@media (max-width: 550px) {
  body .modal .modal-dialog.modal-md {
    width: 300px;
  }
  body #account-modal-content .modal-body h2 {
    font-size: 1.3em;
  }
  body #account-modal-content .modal-body img {
    width: 100px !important;
  }
  body #account-modal-content .modal-body #login-type .wrapper form {
    max-width: 350px;
    margin: 40px auto;
  }
  body #account-modal-content .modal-body #login-type .wrapper form button img {
    margin: 10px 20px 10px 0;
  }
  body #account-modal-content .modal-body .tab-pane form {
    margin: 20px !important;
  }
  body #account-modal-content .modal-body .register {
    margin-top: 0;
    padding: 25px 20px 10px 20px;
  }
  body .mobile-header .logo {
    width: 40px;
  }
  body .mobile-header .actions {
    padding: 20px 15px;
  }
  body .mobile-header .actions .account .fullname {
    display: none;
  }
  body .mobile-header .actions .account .btns {
    position: relative;
  }
  body .mobile-header .actions .account .btns .login {
    display: none;
  }
  body .mobile-header .actions .account .btns .divider {
    display: none;
  }
  body .mobile-header .actions .account .btns .register {
    display: none;
  }
  body .share-btn {
    display: none;
  }
  body .share-btn-mobile {
    display: block;
    position: relative;
    padding: 0 16px;
    height: 45px;
    cursor: pointer;
    border-radius: 22.5px;
    width: 120px;
    overflow: hidden;
  }
  body .share-btn-mobile .title {
    display: inline-block;
    font-size: 0.85em;
    padding: 10px 0;
  }
  body .share-icons-mobile {
    display: none;
    position: fixed;
    top: 64px;
    width: 100%;
    padding: 0 15px;
    right: 0;
    left: 0;
  }
  body .share-icons-mobile .wrapper {
    background: #0e76bc;
    border-radius: 0 0 8px 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  body .share-icons-mobile .wrapper button.close {
    display: block;
    background: url(/images/close-white.png) no-repeat center center;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 20px;
    right: 30px;
    margin: 0;
    border: 0;
    z-index: 10;
  }
  body .share-icons-mobile .wrapper .title {
    display: inline-block;
    font-size: 0.85em;
    padding: 10px 0;
    color: white;
    width: 100%;
    border-bottom: 1px solid #a4d6ff;
    padding-bottom: 30px;
  }
  body .share-icons-mobile .wrapper .icons a {
    color: white;
    width: 49%;
    height: 70px;
    display: inline-block;
    margin-top: 25px;
  }
  body .share-icons-mobile .wrapper .icons a svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 411px) {
  body header {
    border-bottom: none;
  }
  body header > .container {
    padding: 0;
  }
  body header > .container .nav-container {
    width: 100% !important;
    border-radius: 0;
    box-shadow: none;
  }
  body header > .container .nav-container .main-menu-container .main-nav {
    height: calc(100vh - 200px);
  }
  body header > .container .nav-container .mobile-logo-wrapper {
    display: none;
  }
  body header > .container .nav-container .top-menu-container {
    padding: 0;
  }
  body header > .container .nav-container .top-menu-container .top-menu li {
    margin: 12px 10px 12px 10px;
  }
  body header > .container .nav-container .top-menu-container .top-menu li a {
    color: white !important;
  }
  body header > .container .nav-container .top-menu-container .actions {
    display: none;
  }
  body .mobile-header {
    display: block;
    height: 64px;
    position: relative;
    z-index: 3;
    background-color: white;
    border-bottom: 1px solid #ededed;
    position: fixed;
    width: 100%;
  }
  body .mobile-header .menu-title {
    font-size: 0.714em;
  }
  body .mobile-header .actions {
    padding: 20px 8px;
  }
  body .main-content-wrapper {
    padding-bottom: 0;
  }
  body .section-title {
    font-size: 1.42em;
  }
  body .blue-bg {
    margin: 0;
  }
  body .mobile-header {
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
  }
  body .mobile-header .nav-toggle-button {
    padding: 20px 15px;
  }
  body .mobile-header .nav-toggle-button .toggle-button {
    left: -2px;
  }
  body .mobile-header .login {
    padding: 20px 10px;
  }
  body footer {
    margin-top: 50px;
    font-size: 0.71em;
  }
  body footer .footer-top {
    padding: 10px 0;
  }
  body footer .footer-top .title {
    font-size: 1.2em;
    width: 100%;
    text-align: center;
  }
  body footer .footer-top .bold {
    float: none;
    text-align: center;
    width: 100%;
  }
  body footer .footer-top .bold .phone-number {
    float: none;
  }
  body footer .footer-top .bold .email {
    text-align: center;
    float: none;
    border-left: none;
    border-right: 1px solid white;
  }
  body.default .banner-container {
    margin-top: 64px;
  }
  body.default .banner-container #top-banner {
    width: 100%;
    padding: 0;
  }
  body.default .banner-container #top-banner .owl-carousel .owl-nav {
    margin: 0 10%;
  }
  body.default .banner-container #top-banner .owl-carousel .owl-nav > div {
    top: -12px;
    width: 24px;
    height: 27px;
  }
  body.default .banner-container #top-banner .owl-carousel .owl-nav > div.owl-prev {
    left: -25px;
  }
  body.default .banner-container #top-banner .owl-carousel .owl-nav > div.owl-next {
    right: -25px;
  }
  body.default .banner-container #top-banner .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  body.default .banner-container #top-banner .owl-carousel .owl-stage-outer .owl-item img {
    border-radius: 0;
    box-shadow: none;
  }
  body.default .banner-container #top-banner .owl-carousel .owl-stage-outer .owl-item .caption {
    font-size: 0.76em;
  }
  body.default .banner-container #top-banner .owl-dots {
    margin: 0 10%;
  }
  body.default .shortcuts {
    padding: 30px 0;
  }
  body.default .shortcuts .items {
    margin-top: 20px;
    padding: 0 50px;
  }
  body.default .shortcuts .items .item-wrapper {
    margin: 0 10px;
  }
  body.default .shortcuts .items .item-wrapper img {
    width: 100%;
  }
  body.default .shortcuts .items .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
  }
  body.default .shortcuts .items .owl-nav > div {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    width: 24px;
    height: 27px;
    margin-top: -30px;
  }
  body.default .shortcuts .items .owl-nav > div.owl-next {
    right: -50px;
    background: url("/images/previous.svg") center center no-repeat;
    background-size: cover;
  }
  body.default .shortcuts .items .owl-nav > div.owl-prev {
    left: -50px;
    background: url("/images/next.svg") center center no-repeat;
    background-size: cover;
  }
  body.default .scroller {
    padding: 0 0 10px;
  }
  body.default .brands {
    padding: 30px 0;
  }
  body.default .brands .items {
    margin-top: 20px;
    padding: 0 50px;
  }
  body.default .brands .items .item-wrapper {
    margin: 0 10px;
  }
  body.default .brands .items .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
  }
  body.default .brands .items .owl-nav > div {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    width: 24px;
    height: 27px;
    margin-top: -30px;
  }
  body.default .brands .items .owl-nav > div.owl-next {
    right: -50px;
    background: url("/images/previous.svg") center center no-repeat;
    background-size: cover;
  }
  body.default .brands .items .owl-nav > div.owl-prev {
    left: -50px;
    background: url("/images/next.svg") center center no-repeat;
    background-size: cover;
  }
  body.default .advantages {
    display: none;
  }
  body.default .customers {
    display: none;
  }
  body.default .blog {
    background: white;
    padding: 20px 0;
  }
  body.default .blog .slogan {
    display: none;
  }
  body.default .blog .tab-container {
    width: 100%;
    margin-top: 20px;
  }
  body.default .blog .tab-container .tab-content .items .item .details .summary {
    display: none;
  }
  body.default .blog .tab-container .tab-content .items .owl-nav {
    bottom: -20px;
  }
  body.default .blog .tab-container .tab-content .items .owl-nav > div {
    width: 24px;
    height: 27px;
    top: -18px;
  }
  body.default .blog .tab-container .tab-content .items .owl-nav > div.owl-prev {
    left: -25px;
  }
  body.default .blog .tab-container .tab-content .items .owl-nav > div.owl-next {
    right: -25px;
  }
  body.default .blog .tab-container .tab-content .owl-dots {
    bottom: -40px;
  }
}
