﻿@charset "UTF-8";
/*
@import this file directly into your existing Scss files to use these mixins
*/
/*****Shared**********/
.page-login {
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap; /*align-items: center;*/
  height: 100vh;
  justify-content: center;
  margin: 0 auto 100px;
  height: auto;
}
.page-login .tab-container .tab-item {
  padding: 0 40px;
  cursor: pointer;
  text-align: center;
}
.page-login .tab-container .tab-item.active {
  color: white;
  background: #c40000;
  border-radius: 5px;
}
.page-login #loginPage {
  width: 100%;
}
.page-login #sign-in, .page-login #sign-up, .page-login #forgot-password, .page-login .activation-code, .page-login #sign-up-success, .page-login .change-password {
  padding: 10px;
  background: white;
  box-shadow: 0 3px 4px gainsboro;
  border-radius: 5px;
}
.page-login #sign-in, .page-login #forgot-password, .page-login .activation-code, .page-login #sign-up-success, .page-login .change-password {
  max-width: 500px;
  margin: 50px auto;
}
.page-login #sign-up {
  max-width: 900px;
  margin: 50px auto;
}
.page-login .main-title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.custom-list {
  display: flex;
  flex-wrap: wrap;
}
.custom-list label {
  flex: 0 0 22%;
}
.custom-list label .info-icon {
  cursor: pointer;
  font-size: 1.4em;
  vertical-align: sub;
  margin-right: 5px;
  color: #c40000;
  transition: 0.3s all;
}
.custom-list label .info-icon:hover {
  color: black;
}
.custom-list .custom-list-item {
  flex: 1;
  text-align: center;
  border: 1px solid #bdbdbd;
  margin: 5px;
}
.custom-list .custom-list-item.custom-list-item-active {
  background: rgba(194, 0, 0, 0.1);
  border-color: #c20000;
  border-width: 2px;
}
.custom-list .custom-hint {
  margin-right: 21%;
  flex: 0 0 80%;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-container label {
  flex: 0 0 22%;
}
.flex-container label .info-icon {
  cursor: pointer;
  font-size: 1.4em;
  vertical-align: sub;
  margin-right: 5px;
  color: #c40000;
  transition: 0.3s all;
}
.flex-container label .info-icon:hover {
  color: black;
}
.flex-container .flex-item {
  flex: 1;
  text-align: center;
  margin: 5px;
  position: relative;
}
.flex-container .flex-item .custom-input {
  text-align: right;
}
.flex-container .flex-item .custom-input input {
  border-radius: 0;
}
.flex-container .flex-item textarea {
  border-radius: 0;
}

.note-list {
  margin: 10px 20.5% 10px 0.5%;
}
.note-list .alert {
  margin: 0;
}
.note-list .alert p {
  font-size: 1.1em;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .custom-list label {
    flex: 0 0 100%;
  }
  .custom-list .custom-list-item {
    flex: 1 0 23%;
  }
  .flex-container label {
    flex: 0 0 100%;
  }
  .flex-container .flex-3 {
    flex: 3;
  }
  .flex-container .btn {
    font-size: 0.9em;
    margin-bottom: 5px;
  }
}
@media (max-width: 550px) {
  .flex-container {
    align-items: center;
  }
  .custom-list .custom-list-item {
    flex: 1 0 45%;
  }
}
.custom-panel .nav-wrapper .nav .active {
  background: #c40000;
  color: white;
}
.custom-panel .nav-wrapper .nav a:hover {
  background: #d00303;
  color: white;
}

.price-text {
  color: #c40000;
  font-weight: bold;
  font-size: 1.1em;
}
.price-text.price-size {
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .user-panel.modal .modal-content .modal-body {
    padding: 0 !important;
  }
  .user-panel.modal .modal-content .modal-body > .header {
    height: 70px;
    border-radius: 0 !important;
    position: relative !important;
  }
  .user-panel.modal .modal-content .modal-body > .header .nav-wrapper {
    overflow-x: auto;
    margin-right: 57px;
  }
  .user-panel.modal .modal-content .modal-body > .header .nav-wrapper .nav {
    white-space: nowrap;
  }
  .user-panel.modal .modal-content .modal-body > .header .nav-wrapper .nav a {
    font-size: 0.8em;
    display: inline-block;
    line-height: 2.3em;
  }
  .user-panel.modal .modal-content .modal-body > .header .nav-wrapper .nav a.active {
    font-weight: bold;
  }
  .user-panel.modal .modal-content .modal-body > .header .nav-wrapper .nav a:last-child {
    margin-left: 20px;
  }
  .user-panel.modal .modal-content .modal-body > .header .nav-wrapper .nav button.close-modal {
    position: fixed;
    left: auto;
    right: 20px !important;
    top: 20px !important;
  }
  .user-panel.modal .modal-content .modal-body .after-header {
    display: none;
  }
  .user-panel.modal .modal-content .modal-body .content {
    min-height: 100vh !important;
    margin-top: 0 !important;
    padding-top: 60px !important;
  }
  .user-panel.modal .modal-content .modal-body .content .section {
    margin: 10px 20px;
    height: 100% !important;
  }
  .user-panel.modal .modal-content .modal-body .content .liked-items .list .list-item .title {
    padding: 5px 10px;
  }
}
.breadcrumb-w {
  background: #f5f5f5;
  height: 40px;
}

.sitemap {
  list-style: none;
  line-height: 3.5rem;
  display: inline-block;
  font-weight: 300;
  font-size: 1.2rem;
  color: #a2a2a2;
  font-weight: 500;
}
.sitemap a {
  color: #a2a2a2;
}
.sitemap > li {
  display: inline-block;
}
.sitemap > li:after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.sitemap > li:last-child {
  color: #c40000;
}
.sitemap > li:last-child a {
  color: #c40000;
}
.sitemap > li:last-child:after {
  display: none;
}

@media (max-width: 480px) {
  .sitemap {
    line-height: 3.5rem;
  }
}
/*
@import this file directly into your existing Scss files to use these mixins
*/
.comment {
  background: #f2f2f2;
}
.comment .modal-dialog {
  width: 630px;
  max-width: fit-content;
}
.comment .modal-dialog .close {
  font-size: 3rem;
}
.comment .modal-dialog .modal-content {
  height: 320px;
  border-radius: 0;
  box-shadow: none;
}
.comment .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.comment .modal-dialog .modal-content .modal-body {
  font-size: 1.6rem;
  color: #c40000;
}
.comment .modal-dialog .modal-content .modal-body:before {
  content: "";
  width: 76px;
  height: 113px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1959px no-repeat;
}
.comment .modal-dialog .modal-content .modal-footer {
  display: none;
}

.comments {
  padding: 50px 0;
}
.comments #comment-form-wrapper #cancel-comment {
  display: none;
}
.comments .title {
  font-size: 2.5rem;
  font-weight: 500;
}
.comments .form-title {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 5px;
  display: block;
}
.comments label {
  font-weight: normal;
  color: #616161;
  font-size: 1.6rem;
}
.comments input[type=text], .comments input[type=email], .comments #comment-captcha, .comments textarea {
  background: #f5f5f5;
  border: none;
  box-shadow: none;
  border-radius: 7px;
  font-size: 1.2rem;
}
.comments textarea {
  min-height: 145px;
}
.comments .user-info {
  background: #fff;
  border-radius: 7px;
  margin-left: -15px;
  padding: 20px;
}
.comments .user-comment {
  background: #fff;
  border-radius: 7px;
  padding: 20px;
}
.comments .alert-dismissible {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comments #comment-form #comment-captcha {
  margin-bottom: 1rem;
}
.comments #comment-form .more-btn {
  width: 150px;
  height: 35px;
  border: none;
}
.comments #comment-form .form-group.recommend {
  float: right;
  display: none;
}
.comments #comment-form .form-group.recommend .checkbox {
  margin: 0;
}
.comments #comment-form .form-group.recommend .checkbox label {
  font-size: 1.3rem;
  padding-right: 0;
}
.comments #comment-form #cancel-comment {
  background: #a2a2a2;
}
.comments #comment-form .buttons-row {
  text-align: left;
}
.comments #comment-form-wrapper .title {
  font-size: 1.21em;
  margin-top: 15px;
  margin-bottom: 0px;
}
.comments #comment-form-wrapper label.control-label {
  color: #acacac;
}
.comments #comment-form-wrapper #comment-captcha-image {
  display: block;
  border-radius: 8px;
  max-width: 100%;
}

#comments {
  position: relative;
}
#comments #comment-form-wrapper #cancel-comment {
  display: initial;
}
#comments .alert-dismissible {
  margin-top: 5px;
  margin-bottom: 5px;
}
#comments h4:before {
  content: "\f007";
  width: 34px;
  text-align: center;
  height: 28px;
  display: inline-block;
  right: 0;
  bottom: 2px;
  font-family: FontAwesome;
  color: #c40000;
  border: none;
}
#comments .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#comments .comment-list .avatar {
  display: inline-block;
  margin-left: 5px;
}
#comments .comment-list .avatar img {
  border-radius: 50%;
  border: 1px solid #e1e1e1;
}
#comments .comment-list .top-comment img {
  width: 60px;
  height: 60px;
}
#comments .comment-list .top-comment .comment-writer {
  font-size: 1.3rem;
  color: #a2a2a2;
}
#comments .comment-list .top-comment .comment-writer .display-name {
  color: #c40000;
  font-size: 1.4rem;
  font-weight: 500;
  border-left: 1px solid #e1e1e1;
  margin-left: 10px;
  padding-left: 15px;
  line-height: 17px;
  display: inline-block;
}
#comments .comment-list .top-comment .comment-writer .purchased-this {
  margin-right: 10px;
  color: #31ab46;
}
#comments .comment-list .top-comment .actions {
  background: #fff;
  text-align: left;
  margin-top: -17px;
}
#comments .comment-list .top-comment .actions #comment-form-wrapper {
  padding-top: 20px;
}
#comments .comment-list .top-comment .actions .your-comment {
  display: inline-block;
  float: right;
  margin-left: 15px;
}
#comments .comment-list .top-comment .actions .points {
  display: inline-block;
  background: #fff;
  color: #a0a0a0;
}
#comments .comment-list .top-comment .actions .points > div {
  cursor: pointer;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
#comments .comment-list .top-comment .actions .points i {
  font-size: 2rem;
  vertical-align: middle;
}
#comments .comment-list .top-comment .actions .points .vote-count {
  font-size: 1.4rem;
  line-height: 0;
  direction: ltr;
}
#comments .comment-list .top-comment .actions .points .vote-count:before {
  content: "(";
  font-size: 1.2rem;
  margin: 0 2px;
}
#comments .comment-list .top-comment .actions .points .vote-count:after {
  content: ")";
  font-size: 1.2rem;
  margin: 0 2px;
}
#comments .comment-list .top-comment .actions .likes {
  display: inline-block;
  float: right;
  margin-right: 15px;
}
#comments .comment-list .top-comment .actions .likes .action-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-left: 5px;
}
#comments .comment-list .top-comment .actions .likes .action-btn .icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  display: inline-block;
  float: left;
}
#comments .comment-list .top-comment .actions .likes .action-btn .icon.like {
  background-image: url("/Images/Like.png");
  display: block;
}
#comments .comment-list .top-comment .actions .likes .action-btn .icon.liked {
  background-image: url("/Images/Like-hover.png");
  display: none;
}
#comments .comment-list .top-comment .actions .likes .action-btn.liked .icon.like {
  display: none;
}
#comments .comment-list .top-comment .actions .likes .action-btn.liked .icon.liked {
  display: block;
}
#comments .comment-list .top-comment .actions .likes .count {
  margin-top: -2px;
  float: left;
}
#comments .comment-list .top-comment .actions > button {
  background: #fff;
  border: none;
  color: #c40000;
  margin-left: -5px;
  padding-left: 10px;
  padding-right: 10px; /*border-left: 1px solid #e1e1e1;line-height:20px;*/
}
#comments .comment-list .top-comment .actions > button i {
  vertical-align: sub;
  margin-right: 5px;
}
#comments .comment-list .top-comment .comment-text {
  font-size: 1.3rem;
  margin-right: 65px;
  width: calc(100% - 65px);
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-top: -10px;
}
#comments .comment-list .comment-body {
  clear: both;
}
#comments .comment-list .comment-body > .sub-comment-container {
  padding: 20px;
  padding-right: 0;
  position: relative;
  margin-right: 20px;
  width: calc(100% - 20px);
}
#comments .comment-list .comment-body > .sub-comment-container:before {
  content: "";
  width: 64px;
  height: 52px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1897px no-repeat;
  position: absolute;
  top: -31px;
  right: 0;
}
#comments .comment-list .comment-body .sub-comment-container {
  list-style: none;
  display: block;
  background: #f5f5f5;
  margin-bottom: 20px;
  border-radius: 7px;
  margin-top: 20px;
}
#comments .comment-list .comment-body .sub-comment-container.empty {
  margin: 0;
  padding: 0;
}
#comments .comment-list .comment-body .sub-comment-container.empty:before {
  display: none;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment {
  padding-right: 20px; /*&:last-child .comment-text { border-bottom: none }*/
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment img {
  width: 30px;
  height: 30px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .comment-text {
  font-size: 1.3rem;
  margin-right: 40px;
  width: calc(100% - 40px);
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative; /*&:before {
	content: '';
	@include icons-cm-arrow;
	position: absolute;
	bottom: -1px;
	right: 0;
}*/
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .display-name {
  font-size: 1.2rem;
  font-weight: bold;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .date {
  color: #a0a0a0;
  font-size: 1.2rem;
  float: left;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment {
  color: #15A98F;
  font-size: 1.3rem;
  float: left;
  padding: 0;
  border-left: 1px solid #e1e1e1;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 20px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment i {
  vertical-align: sub;
  margin-right: 5px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment textarea {
  background: #fff;
  margin-top: 20px;
}
#comments .comment-content {
  width: 100%;
  padding: 0;
  display: inline-block;
  color: #646267;
}
#comments .comment-content .alert.recommend {
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 5px;
  display: none;
}
#comments .comment-content .flat-btn {
  padding: 5px 10px;
  font-size: 0.8em;
  margin-top: 10px;
  display: inline-block;
}
#comments .comment-content .add-sub-comment {
  float: left;
}

@media (max-width: 991px) {
  .comments .user-info {
    margin-left: 0;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .form-horizontal {
    padding: 15px;
  }
}
@media (max-width: 550px) {
  #comments .comment-list .comment-body > .sub-comment-container {
    margin-right: 0;
    width: 100%;
  }
  #comments .comment-list .comment-body > .sub-comment-container:before {
    top: -25px;
  }
  .comments {
    padding: 20px 0;
  }
  .comments .avatar {
    display: none !important;
  }
  .comments .comment-text {
    width: 100% !important;
    margin-right: 0 !important;
    font-size: 1.2rem !important;
    margin-top: 0px !important;
  }
  .comments .sub-comment {
    padding-right: 15px !important;
  }
  .comments .title {
    color: #15A98F !important;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .comments #comment-form .form-group.recommend {
    float: none;
  }
  .comments #comment-form .buttons-row {
    text-align: right !important;
  }
  .comments #comment-form .more-btn {
    margin-bottom: 5px;
    width: 120px !important;
  }
  .comments .top-comment .actions {
    text-align: right !important;
  }
  .comments .top-comment .actions .points {
    padding-left: 10px;
  }
  .comments .top-comment .actions .points i {
    font-size: 1.3rem !important;
  }
  .comments .top-comment .actions button {
    padding-right: 0 !important;
    font-size: 1.2rem;
  }
}
/*@media(max-width:480px) {
	.comments {
		#comment-form-wrapper { padding: 15px; }
	}
	#comments {
		.comment-list { padding: 15px; }
	}
}*/
/*@import '../images/icons/icons.sprite.scss';*/
.blog-search .search-container {
  width: 500px;
  position: relative;
}
.blog-search .search-container input {
  height: 40px;
}
.blog-search .search-container .search-result-container {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40px;
  text-align: right;
  background: #fff;
  border: 1px solid gainsboro;
  border-radius: 4px;
  z-index: 10;
  padding: 5px;
  max-height: 150px;
  overflow: auto;
}
.blog-search .search-container .search-result-container a {
  display: block;
  color: #3f3f3f;
  border-bottom: 1px solid #eaeaea;
}
.blog-search .search-container .search-result-container a .title {
  font-size: 1.2em;
  display: inline-block;
}
.blog-search .search-container .search-result-container a .search-category {
  font-size: 1.1em;
  display: inline-block;
  color: #939393;
}
.blog-search .search-container .search-result-container .not-found {
  margin: 0;
  font-size: 1.2em;
}

.blog.list .blog-posts .blog {
  text-align: right;
  margin-bottom: 40px;
  position: relative;
  background: #fff;
}
.blog.list .blog-posts .blog .img-w {
  margin-bottom: 20px;
}
.blog.list .blog-posts .blog .img-w img {
  width: 100%; /*border-radius: 7px;*/
}
.blog.list .blog-posts .blog .details {
  padding: 0 20px;
}
.blog.list .blog-posts .blog .details .title {
  font-weight: 500;
  font-size: 1.8rem;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog.list .blog-posts .blog .details .summary {
  font-size: 1.2rem;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
  color: #616161;
  min-height: 92px;
  text-align: justify;
}
.blog.list .blog-posts .blog .details .footer {
  border: 1px solid #e1e1e1;
  font-size: 1.2rem;
  border-radius: 7px;
  height: 26px;
  line-height: 24px;
  padding: 0 10px;
  display: none;
}
.blog.list .blog-posts .blog .details .footer i {
  vertical-align: middle;
  margin-left: 5px;
}
.blog.list .blog-posts .blog .details .footer .date {
  float: left;
}
.blog.list .blog-posts .blog .details .mobile-btn {
  display: block;
}
.blog.list .related-blogposts .post {
  margin-bottom: 20px;
}
.blog.list .related-blogposts .post .img-w img {
  width: 100%;
}
.blog.list .related-blogposts .post .title {
  font-size: 0.9em;
}

.blog.detail {
  position: relative; /*.breadcrumb-w { background: #f1f1f1;
	.sitemap { color: #a3a3a3;
		a { color: #a3a3a3;
			&.home { background: url(/images/home-primary.png) no-repeat; }
		}
		li:last-child { color: $primary; }
	}
}*/
  /*#thumbs { position: relative; width: 98%; direction: ltr;
  	.item { margin-top: 24px; color: #444; border-radius: 8px; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2); display: block; overflow: hidden; text-align: center; margin-bottom: 15px;
  		.image-wrapper { position: relative;
  			img { width: 100%; }
  			.image-hover { opacity: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); transition: all 0.3s; display: table-cell; vertical-align: middle;
  				.text { color: white; bottom: 2%; position: absolute; width: 100%; font-size: 1.3em; text-align: center;
  					.icon { font-size: 4em; }
  				}
  			}
  			&:hover {
  				.image-hover { opacity: 1; }
  			}
  		}
  		.title { font-size: 1.3em; font-family: IranSansWeb; font-weight: bold; margin: 10px 0 20px 0; }
  	}
  }
  #thumbs .bottom-slider-blog .owl-item .item { display: inline-block; height: 160px; vertical-align: central; width: 100%; text-align: center; }

  .tags { text-align: center; margin: 2rem 0; }
  .comments { padding: 1.5rem; border-radius: 0.5rem; background: white; margin-top: 2rem; }*/
}
.blog.detail .header .rate {
  float: right;
}

.c-blog-search {
  height: 300px;
  padding-top: 150px;
}
.c-blog-search .search-container {
  width: 500px;
  position: relative;
  display: block;
  max-width: 100%;
}
.c-blog-search .search-container input {
  height: 60px;
  border: none;
  padding: 0px 50px 0 50px;
  border-radius: 7px !important;
  width: 100%;
  float: none;
}
.c-blog-search .search-container .search-result-container {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 60px;
  text-align: right;
  background: #fff;
  border: 1px solid gainsboro;
  border-radius: 4px;
  z-index: 10;
  padding: 5px;
  max-height: 150px;
  overflow: auto;
}
.c-blog-search .search-container .search-result-container a {
  display: block;
  color: #3f3f3f;
  border-bottom: 1px solid #eaeaea;
}
.c-blog-search .search-container .search-result-container a .title {
  font-size: 1.2em;
  display: inline-block;
}
.c-blog-search .search-container .search-result-container a .search-category {
  font-size: 1.1em;
  display: inline-block;
  color: #939393;
}
.c-blog-search .search-container .search-result-container .not-found {
  margin: 0;
  font-size: 1.2em;
}
.c-blog-search .search-container .search-btn {
  position: relative;
}
.c-blog-search .search-container .search-btn .icon {
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  position: absolute;
  border: none;
  border-radius: 4px 0px 0px 4px;
  right: 15px;
  top: 16px;
  z-index: 11;
}
.c-blog-search .search-container .search-btn .microphone {
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  position: absolute;
  border: none;
  border-radius: 4px 0px 0px 4px;
  left: 20px;
  top: 15px;
  z-index: 10;
}
.c-blog-search .search-container .dscp {
  font-size: 1.3rem;
  color: #616161;
  margin: 20px 50px 15px 15px;
}

.blog-category {
  padding-top: 3rem;
}
.blog-category .last-post-component {
  margin-bottom: 50px;
}
.blog-category .last-post-component .item {
  padding: 0;
  margin-bottom: 50px;
}
.blog-category .last-post-component .item img {
  width: 100%;
}
.blog-category .last-post-component .item .main-title {
  width: 345px;
  height: 80px;
  position: relative;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 15px 20px 5px 20px;
  box-shadow: 0px 1px 13px #959393;
  margin-top: -40px;
  z-index: 3;
}
.blog-category .last-post-component .item .main-title h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.blog-category .last-post-component .item .main-title .date {
  color: #a2a2a2;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.blog-category .more-btn {
  margin: 0 auto;
  width: 105px;
  height: 35px;
  display: block;
  line-height: 35px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .blog.list .blog-posts .blog { /*padding: 7px; border-radius: 7px; border: 1px solid rgb(225, 225, 225);*/
    background: #fff;
  }
  .blog.list .blog-posts .blog .img-w img {
    height: auto;
    border-radius: 0;
  }
  .blog.list .blog-posts .blog .details { /*padding: 0 5px*/ }
  .blog.list .blog-posts .blog .mobile-btn {
    display: block;
  }
}
@media (max-width: 550px) {
  .blog.list .blog-posts .blog .details .title {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .blog.list .blog-posts .blog .details .summary {
    font-size: 1.2rem;
    line-height: 20px;
    min-height: auto;
  }
  .c-blog-search {
    height: auto;
    background-image: none !important;
    padding-top: 15px;
  }
  .c-blog-search .search-container i {
    filter: brightness(100);
  }
  .c-blog-search .search-container input {
    background: #15A98F;
    height: 45px;
    color: #fff;
  }
  .c-blog-search .search-container input::-webkit-input-placeholder {
    color: #fff;
  }
  .c-blog-search .search-container .search-btn .icon {
    top: 10px;
  }
  .c-blog-search .search-container .search-btn .microphone {
    left: 15px;
    top: 9px;
  }
  .blog.detail .categoris {
    display: none;
  }
  .blog.detail .page-content { /*margin-top:10px;*/ }
}
.page-title {
  line-height: 2.8rem;
}
.page-title:before {
  content: " ";
  display: table;
}
.page-title:after {
  content: " ";
  clear: both;
  display: table;
}
.page-title h1 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: inline-block;
}
.page-title .rate {
  float: left;
  margin-top: 3.3rem;
  direction: ltr;
}

body.embassy.list { /*.embassysList { padding: 0px !important }*/ }
body.embassy.list .content-wrapper {
  background: #f2f2f2;
}
body.embassy.list h1 {
  margin-top: 15px;
  margin-bottom: 0;
}
body.embassy.list .search-form {
  padding-top: 15px;
}

.embassy-list .embassy {
  min-height: 45px;
  line-height: 3em;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 10px;
  right: 0px;
  position: relative;
  height: 90px;
}
.embassy-list .embassy:hover {
  right: -7px;
  box-shadow: 1px 1px 1px #000;
  box-shadow: 0px 0px 9px 1px #d2cfcf;
}
.embassy-list .embassy:hover .link-box {
  background: #f43434;
}
.embassy-list .embassy .link {
  text-decoration: none !important;
}
.embassy-list .embassy .link-box {
  position: absolute;
  left: 0;
  width: 16px;
  top: 0;
  bottom: 0;
  background: #c40000;
  color: #fff;
  padding-right: 7px;
  font-size: 15px;
  line-height: 90px;
  transition: all 0.3s ease;
}
.embassy-list .embassy .link-box i {
  text-shadow: 0 0 0 #000;
  margin-top: 5px;
}
.embassy-list .embassy-row {
  height: 100%;
  position: relative;
  padding-right: 15px;
}
.embassy-list .embassy-row .title {
  text-align: right;
  width: 34%;
  padding-top: 25px;
  padding-right: 35px !important;
  font-size: 16px;
  text-shadow: 0 0 0 #000;
}
.embassy-list .embassy-row .tel {
  width: 66%;
  padding-top: 14px;
  padding-right: 25px;
  font-size: 1.3rem;
  padding-left: 15px;
  line-height: 28px;
}
.embassy-list .embassy-row .tel i {
  color: #000;
  margin-left: 10px;
}
.embassy-list .embassy-row li {
  position: relative;
  border-left: 2px solid #f1f1f1;
  height: 100%;
  display: block;
  vertical-align: middle;
  text-align: right;
  float: right;
}
.embassy-list .embassy-row li:nth-last-child(1) {
  border-left: none;
}
.embassy-list .embassy-row li:nth-last-child(1) span {
  padding-right: 4px;
}
.embassy-list .results-header {
  display: block;
}
.embassy-list .results-header ul.embassy-row li.title {
  width: 34%;
}
.embassy-list .results-header ul.embassy-row li.title:before {
  background-position: -70px -126px;
}
.embassy-list .results-header ul.embassy-row li.tel {
  font-size: 16px;
  line-height: 40px;
}
.embassy-list .results-header ul.embassy-row li.tel:before {
  background-position: -202px -126px;
}

body.embassy.detail .data .item {
  font-size: 1em;
  padding: 10px 0;
  background: #f1f1f1;
  margin-bottom: 10px;
}
body.embassy.detail .data .item .label {
  color: #808080;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  float: right;
  vertical-align: baseline;
  padding-right: 25px;
  line-height: 1.7em;
}
body.embassy.detail .data .item .label:before {
  padding: 3px;
  border-radius: 50%;
  width: 30px;
  content: "";
  height: 30px;
  display: inline-block;
  right: 3px;
  top: 10px;
  position: absolute;
  background: #fff;
  font-family: FontAwesome;
  color: #c40000;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-size: 16px;
}
body.embassy.detail .data .item .label.tel:before {
  content: "\f095";
}
body.embassy.detail .data .item .label.fax:before {
  content: "\f095";
}
body.embassy.detail .data .item .label.email:before {
  content: "@";
}
body.embassy.detail .data .item .label.hours:before {
  content: "\f017";
}
body.embassy.detail .data .item .label.address:before {
  content: "\f041";
}
body.embassy.detail .data .item .label.post:before {
  content: "\f0e0";
}
body.embassy.detail .data .item .label.calendar:before {
  content: "\f073";
}
body.embassy.detail .data .item .label.website:before {
  content: "\f0ac";
}
body.embassy.detail .data .item .value {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.3em;
  font-size: 1.1em;
}

@media (max-width: 550px) {
  body.embassy.list h1 {
    display: none;
  }
  body.embassy.list .search-form {
    padding-top: 60px;
  }
  body.embassy.list .search-form .form-inline {
    padding: 0;
  }
  .embassy-list .results-header {
    display: none;
  }
  .embassy-list .embassy {
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    height: auto;
  }
  .embassy-list .embassy .embassy-row {
    padding: 0 15px;
  }
  .embassy-list .embassy .embassy-row li {
    width: 100%;
    float: none;
    line-height: 3rem;
    height: auto;
  }
  .embassy-list .embassy .embassy-row li.title {
    padding: 5px 0 !important;
    border-bottom: 1px solid #e1e1e1;
    border-left: none;
  }
  .embassy-list .embassy .embassy-row li.tel {
    padding: 5px 0 15px 0;
  }
  .embassy-list .embassy .link-box {
    border-radius: 5px;
    width: 80px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    left: 15px;
    top: 8px;
    padding: 0;
  }
  .embassy-list .embassy .link-box i {
    margin-top: 0;
  }
  .embassy-list .embassy .link-box i:before {
    content: "نمایش";
    font-family: IRANSansWeb;
    font-size: 1.4rem;
  }
}
.stuff.list .page-content {
  background: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.faq.list .content-wrapper {
  padding-bottom: 30px;
}
.faq.list .questions-and-answers {
  margin: 10px;
  margin-top: 0px;
}
.faq.list .questions-and-answers .item {
  margin-top: 15px;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.faq.list .questions-and-answers .item .question-w .question {
  margin-top: 0;
  display: block;
}
.faq.list .questions-and-answers .item .question-w i {
  color: #c40000 !important;
  line-height: 1em;
  margin-left: 5px;
}
.faq.list .questions-and-answers .item .answer {
  color: black !important;
}
.faq.list .questions-and-answers .item .answer i {
  color: rgb(1, 140, 127);
  line-height: 1em;
  margin-left: 5px;
}
.faq.list .questions-and-answers .item + .item {
  text-align: justify;
}

.html-page .page-title {
  line-height: 2.8rem;
}
.html-page .page-title:before {
  content: " ";
  display: table;
}
.html-page .page-title:after {
  content: " ";
  clear: both;
  display: table;
}
.html-page .page-title h1 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: inline-block;
}
.html-page .page-title .rate {
  float: left;
  margin-top: 3.3rem;
  direction: ltr;
}
.html-page .questions-and-answers {
  margin: 10px;
  margin-top: 0px;
}
.html-page .questions-and-answers .item {
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
}
.html-page .questions-and-answers .item .question-w .question {
  margin-top: 1rem;
  display: block;
  color: #910000 !important;
}
.html-page .questions-and-answers .item .question-w i {
  color: orange !important;
  line-height: 1em;
  margin-left: 5px;
}
.html-page .questions-and-answers .item .answer {
  color: black !important;
}
.html-page .questions-and-answers .item .answer i {
  color: rgb(1, 140, 127);
  line-height: 1em;
  margin-left: 5px;
}
.html-page .questions-and-answers .item + .item {
  border-top: dotted 1px silver;
  text-align: justify;
}
@media (max-width: 480px) {
  .html-page .page-title h1 {
    float: right;
    width: 100%;
  }
  .html-page .page-title .rate {
    float: right;
    margin-top: 0rem;
    direction: rtl;
  }
}

.tag .label-primary {
  background: #01a6a0;
}
.tag .label-primary:hover {
  background: #01a6a0;
}
.tag .label-primary:focus {
  background: #01a6a0;
}
.tag .page-title {
  line-height: 2.9rem;
}
.tag .page-title:before {
  content: " ";
  display: table;
}
.tag .page-title:after {
  content: " ";
  clear: both;
  display: table;
}
.tag .page-title h1 {
  position: relative;
}
.tag .page-title h1:before {
  content: "";
  background: url(/Images/title-tour-icon.png) no-repeat;
  display: inline-block;
  width: 54px;
  height: 13px;
  margin-left: 5px;
}
.tag.list .items {
  margin-top: 10px;
}
.tag.list .items .item {
  min-height: 70px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 10px;
  right: 0px;
  color: #c40000;
  display: block;
}
.tag.list .items .item:hover {
  right: -7px;
  box-shadow: 1px 1px 1px #000;
  box-shadow: 0px 0px 9px 1px #d2cfcf;
}
.tag.list .items .item img {
  width: 20%;
  display: inline-block;
}
.tag.list .items .item .title {
  text-align: right;
  padding: 20px 10px;
  display: inline-block;
}
.tag.list .items .item .link {
  font-size: 1em;
  position: absolute;
  top: 24px;
  left: 35px;
  opacity: 0;
  transition: all 0.3s;
}
.tag.list .items .item .link:after {
  content: "";
  width: 13px;
  height: 20px;
  background-image: url(/images/MainIcons.png);
  background-position: 258px 248px;
  position: absolute;
  left: -15px;
  top: 4px;
}
.tag.list .items .item:hover .link {
  opacity: 1;
}

@media (max-width: 992px) {
  .tag.list .items .item {
    height: 50px;
  }
  .tag.list .items .item img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .tag.list .items .item {
    float: right;
    width: 100% !important;
  }
  .tag.list .items .item img {
    display: none;
  }
}
.pager {
  font-size: 1.3rem;
}

.pagination {
  font-size: 1.3rem;
}
.pagination .prev, .pagination .next {
  border-bottom: none;
}
.pagination .prev a, .pagination .next a {
  width: 12px;
  height: 19px; /*padding: 17px 10px;*/
}
.pagination .next {
  display: inline;
}
.pagination .next a {
  background: url(/Images/left-arrow.svg) center center no-repeat;
  width: auto;
}
.pagination .prev {
  display: inline;
  padding-left: 17px;
}
.pagination .prev a {
  background: url(/Images/right-arrow.svg) center center no-repeat;
  width: auto;
}
.pagination li {
  display: inline-block;
  border-bottom: 2px solid #ededed;
  margin: 0 2px;
}
.pagination li a {
  color: #444444;
  border: none;
  font-size: 1.3rem;
  line-height: 1.2em;
  border-radius: 0;
  background: transparent;
  padding: 8px !important;
}
.pagination li a:hover, .pagination li a:focus {
  background: transparent;
}
.pagination li.active { /*border-bottom: 2px solid $primary;*/ }
.pagination li.active a {
  background: none;
  color: #c40000;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}
.pagination li.active a:hover {
  background: none;
  color: inherit;
}
.pagination li span {
  padding: 8px !important;
}
.pagination .disabled span {
  background-color: transparent;
}
.pagination .disabled span:hover {
  background-color: transparent;
}
.pagination .disabled span:focus {
  background-color: transparent;
}
.pagination .disabled a {
  background-color: transparent;
}
.pagination .disabled a:hover {
  background-color: transparent;
}
.pagination .disabled a:focus {
  background-color: transparent;
}

/*****Shared**********/
/********Contact-Us**********/
.contact-us .noPadding {
  padding: 0px;
  margin: 0px;
}
.contact-us .comment-captcha {
  margin-top: 4rem;
}
.contact-us .contact-submit {
  margin-top: 3rem;
  padding: 0;
}
.contact-us .btn {
  border-radius: 0;
  border: 1px solid #dddddd;
  border-radius: 7px;
  width: 180px;
  max-width: 100%;
  background: #c40000;
}
.contact-us .btn:hover {
  background: #f43434;
}
.contact-us .btn:focus {
  background: #f43434;
}
.contact-us .page-title {
  line-height: 2.8rem;
}
.contact-us .page-title:before {
  content: " ";
  display: table;
}
.contact-us .page-title:after {
  content: " ";
  clear: both;
  display: table;
}
.contact-us .page-title h1 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.contact-us .page-title .rate {
  float: left;
  margin-top: 3.3rem;
  direction: ltr;
}
.contact-us .page-content img {
  margin: auto;
  margin-top: 35px;
}
.contact-us .contact-form .title {
  font-size: 1.71em;
  margin-top: 15px;
  margin-bottom: 40px;
}
.contact-us .contact-form label.control-label {
  color: black;
  padding-top: 0;
}
.contact-us .contact-form img {
  display: block;
  height: 48px;
}
.contact-us .contact-form textarea {
  height: 100px;
}
.contact-us .contact-form select {
  height: 3.801rem;
}
.contact-us .contact-data address {
  margin-top: 20px;
}
.contact-us .contact-data address svg {
  color: #c40000;
}

/*****Shared**********/
/********Gallery**********/
.gallery.list .gallery-item {
  margin-bottom: 15px;
}
.gallery.list .gallery-item h2 {
  position: absolute;
  bottom: 30px;
  line-height: 35px;
  background: #c40000;
  color: #fff;
  right: 0;
  left: 0;
  width: 80%;
  text-align: center;
  transition: all 0.3s ease;
  margin: 0;
  font-size: 1.6rem;
}
.gallery.list .gallery-item:hover h2 {
  bottom: 50px;
}
.gallery.list .gallery-item img {
  width: 100%;
}

.gallery .gridrow {
  display: block;
  background: #EEE;
  z-index: 0;
  position: relative;
  width: 100%;
}
.gallery .gridrow:after {
  content: "";
  display: block;
  clear: both;
}
.gallery .gridrow .grid-item {
  float: right;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gallery .gridrow .grid-item a {
  display: block;
  position: relative;
  height: 100%;
}
.gallery .gridrow .grid-item a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  will-change: border;
  z-index: 10;
  border-width: 0.5rem;
}
.gallery .gridrow .grid-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  will-change: border;
  z-index: 10;
  margin: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));
  clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));
  border-width: 2px;
}
.gallery .gridrow .grid-item a span {
  position: absolute;
  bottom: 36px;
  display: inline-block;
  text-align: center;
  background: #c40000;
  color: #fff;
  left: 0;
  right: 0;
  width: 113px;
  margin: 0 auto;
  max-height: 0px;
  overflow: hidden;
  transition: 1s all;
}
.gallery .gridrow .grid-item a:hover:after {
  margin: 2rem;
}
.gallery .gridrow .grid-item img {
  height: 100%;
  min-width: 100%;
}
.gallery .gridrow .grid-item:hover span {
  max-height: 100px;
}
.gallery .gridrow .grid-item.grid-item-height1 {
  width: 33%;
  height: 200px;
}
.gallery .gridrow .grid-item.grid-item-height2 {
  width: 17%;
  height: 200px;
}
.gallery .gridrow .grid-item.grid-item-height3 {
  width: 17%;
  height: 400px;
  margin-top: -200px;
}
.gallery .gridrow .grid-item.grid-item-height4 {
  width: 33%;
  height: 200px;
}
.gallery .gridrow .grid-item.grid-item-double {
  width: 17%;
  height: 200px;
}
.gallery .gridrow.grid1 .grid-item-height3 {
  height: 400px;
  grid-area: 3/3/1;
}
.gallery .gridrow.grid1 .grid-item-height3 img {
  width: auto;
  height: 100%;
}
.gallery .gridrow.grid2 .grid-item-height3 {
  height: 400px;
  grid-area: 3/2/1;
}
.gallery .gridrow.grid2 .grid-item-height3 img {
  width: auto;
  height: 100%;
}

@media (max-width: 767px) {
  .gallery .gridrow {
    display: block;
    grid-template-columns: none;
  }
  .gallery .gridrow .grid-item {
    width: 50% !important;
    display: inline-block;
    height: 200px !important;
    float: right;
  }
}
@media (max-width: 450px) {
  .gallery.list .gallery-item {
    margin-bottom: 15px;
    width: 100%;
    float: none;
  }
}
.photo.list h1 {
  font-size: 1.5rem;
}
.photo.list .items {
  margin-top: 24px;
}
.photo.list .items .gallery-item {
  color: #444;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
.photo.list .items .gallery-item .image-wrapper {
  position: relative;
}
.photo.list .items .gallery-item .image-wrapper img {
  width: 100%;
}
.photo.list .items .gallery-item .image-wrapper .image-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  display: table-cell;
  vertical-align: middle;
}
.photo.list .items .gallery-item .image-wrapper .image-hover .text {
  color: white;
  top: 30%;
  position: absolute;
  width: 100%;
  font-size: 1.3em;
}
.photo.list .items .gallery-item .image-wrapper .image-hover .text .icon {
  font-size: 4em;
}
.photo.list .items .gallery-item .image-wrapper:hover .image-hover {
  opacity: 1;
}
.photo.list .items .gallery-item .title {
  font-size: 1.3em;
  font-family: IranSansWeb;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

#login-modal-content .logout-form {
  display: inline-block;
}

.alert {
  margin-bottom: 0.4rem;
}

.custom-alert {
  padding: 2px 5px;
}

/*Defaults*/
body {
  font-family: IRANSansWeb;
  text-align: justify;
}

.html-page .page-content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.inner-page .banner {
  position: relative;
}
.inner-page .banner .banner-image {
  width: 100%;
}
.inner-page .banner .ribbon {
  position: absolute;
  width: 15%;
  left: 49.5%;
  top: 31%;
  min-width: 155px;
}
.inner-page .banner .brand-name {
  position: absolute;
  left: 51.5%;
  top: 7vw;
  color: white;
  transform: rotate(-18deg) skewX(-15.5deg);
  font-size: 1vw;
  -sand-transform: rotate(-18deg) skewX(-15.5deg);
}
@media (max-width: 1040px) {
  .inner-page .banner .brand-name {
    font-size: 0.7em;
    top: 7.4vw;
    margin-top: -10px\9 ;
  }
}
.inner-page .banner .diamond-btn {
  padding: 20px 0;
  position: absolute;
  right: 50%;
  bottom: -62px;
  margin-right: -47.5px;
  text-align: center;
  width: 95px;
  height: 95px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -1500px no-repeat;
}
.inner-page .banner .diamond-btn img {
  max-width: 50px;
}

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

.highlight {
  outline: -2px solid rgba(0, 0, 255, 0.5);
  box-shadow: 0 0 9px 3px rgba(0, 0, 255, 0.5);
}

.magnifier {
  background-color: white;
}

#compare-wrapper {
  display: none;
}

/**************** news ****************/
.news.list .news-post img {
  width: 100%;
  height: auto;
}
.news.list .news-post h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
}
.news.list .news-post p {
  font-size: 1.4rem;
  line-height: 25px;
}
.news.list .news-post .date {
  position: absolute;
  top: 15px;
  background: #c40000;
  color: #fff;
  right: 15px;
  line-height: 25px;
  font-size: 1.3rem;
  padding: 0 5px;
}
.news.list .news-post .footer {
  text-align: center;
  margin-top: 15px;
}

/**************** form ****************/
.form-container input, .form-container textarea {
  border: 1px solid #cccccc;
  min-height: 40px;
  border-radius: 5px;
}

.checkbox > input[type=checkbox], .checkbox-inline > input[type=checkbox], .radio > input[type=radio], .radio-inline > input[type=radio] {
  margin-left: 0;
  margin-top: 2px;
}

.checkbox input[type=checkbox] + label, .checkbox-inline input[type=checkbox] + label, .radio input[type=radio] + label, .radio-inline input[type=radio] + label {
  padding-left: 25px;
}

.btn img {
  max-width: 90%;
}

/**************** advertising ****************/
.advertising {
  font-size: 16px;
  padding: 50px 35px !important;
}
.advertising .top-advertising {
  padding: 0px 80px;
}
.advertising h2 {
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 2;
}
.advertising .advertising-icon {
  width: 100%;
  margin: 40px auto;
}
.advertising .advertising-icon > div {
  display: inline-block;
  width: 33%;
}
.advertising .advertising-icon a {
  background: url("../../Images/advertising-icon.png");
  width: 60px;
  height: 60px;
  margin: 20px;
  cursor: pointer;
  background-repeat: no-repeat !important;
  display: inline-block;
}
.advertising .advertising-icon a:first-child {
  margin-right: 0px;
}
.advertising .advertising-icon a:last-child {
  margin-left: 0px;
}
.advertising .advertising-icon a.advertising-hotel {
  background: url(../../Images/advertising-icon.png) -935px 0px;
}
.advertising .advertising-icon a.advertising-agency {
  background: url(../../Images/advertising-icon.png) -830px 0px;
}
.advertising .advertising-icon a.advertising-lider {
  background: url(../../Images/advertising-icon.png) -723px 0px;
}
.advertising .advertising-icon a.advertising-iran {
  background: url(../../Images/advertising-icon.png) -614px 0px;
}
.advertising .advertising-icon a.advertising-findatour {
  background: url(../../Images/advertising-icon.png) -421px 0px;
  width: 156px;
}
.advertising .advertising-icon a.advertising-international {
  background: url(../../Images/advertising-icon.png) -309px 0px;
}
.advertising .advertising-icon a.advertising-Photography {
  background: url(../../Images/advertising-icon.png) -205px 0px;
}
.advertising .advertising-icon a.advertising-blog {
  background: url(../../Images/advertising-icon.png) -102px 0px;
}
.advertising .advertising-icon a.advertising-restaurants {
  background: url(../../Images/advertising-icon.png) 3px 0px;
}
.advertising .advertising-icon a.advertising-social {
  background: url(../../Images/advertising-icon.png) -102px 0px;
}
.advertising .advertising-social {
  width: 75%;
  margin: auto;
}
.advertising .advertising-social > div {
  background: #fff;
  margin: 30px 0px;
  border-radius: 5px;
}
.advertising .advertising-social a {
  width: 125px;
  height: 60px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.advertising .advertising-social a::before {
  content: "";
  background: url("../../Images/advertising-social.jpg");
  width: 50px;
  height: 60px;
  vertical-align: middle;
  display: inline-block;
}
.advertising .advertising-social a.advertising-instagram::before {
  content: "";
  background: url(../../Images/advertising-social.jpg)-591px 0px;
}
.advertising .advertising-social a.advertising-telegram::before {
  content: "";
  background: url(../../Images/advertising-social.jpg)-443px 0px;
}
.advertising .advertising-social a.advertising-facebook::before {
  content: "";
  background: url(../../Images/advertising-social.jpg)-295px 0px;
}
.advertising .advertising-social a.advertising-twitter::before {
  content: "";
  background: url(../../Images/advertising-social.jpg)-146px 0px;
}
.advertising .advertising-social a.advertising-aparat::before {
  content: "";
  background: url(../../Images/advertising-social.jpg) 2px 0px;
}
.advertising .contact-us {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.advertising .contact-us a {
  color: #c40000;
  font-size: 25px;
  font-weight: bold;
  margin-top: 5px;
}
.advertising .contact-us .contact-us-email a {
  font-size: 16px;
}
.advertising .contact-us > div {
  display: inline-block;
  position: relative;
  padding-right: 80px;
  text-align: right;
  width: 32%;
}
.advertising .contact-us > div::before {
  content: "";
  right: 0;
  background: url("../../Images/advertising-contact-us.png") no-repeat;
  display: inline-block;
  width: 75px;
  height: 75px;
  position: absolute;
}
.advertising .contact-us > div.contact-us-mobile {
  padding-right: 60px;
  margin-right: 0px;
}
.advertising .contact-us > div.contact-us-mobile::before {
  background: url(../../Images/advertising-contact-us.png)-168px 1px;
  width: 38px;
}
.advertising .contact-us > div.contact-us-mobile a span:nth-child(1) {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
.advertising .contact-us > div.contact-us-mobile a .call-phone-travel {
  display: none;
}
.advertising .contact-us > div.contact-us-email {
  margin-left: 0px;
}
.advertising .contact-us > div > span {
  display: block;
}
.advertising .contact-us > div.contact-us-phone::before {
  background: url(../../Images/advertising-contact-us.png)-70px 1px;
}
.advertising .contact-us > div.contact-us-email::before {
  background: url(../../Images/advertising-contact-us.png) 0px 1px;
  width: 52px;
}
.advertising .warning {
  font-size: 15px;
}

#form-1598 {
  width: 890px;
  margin: 0 auto;
  max-width: 100%;
}
#form-1598 .form-html {
  margin-bottom: 20px;
}
#form-1598 .form-line {
  padding-right: 15px;
  margin-bottom: 10px;
}
#form-1598 .form-line-column {
  width: 50%;
  float: right;
}
#form-1598 .form-submit-btn {
  width: 50%;
  float: right;
  padding-right: 15px;
}
#form-1598 .form-submit-btn .form-submit-button {
  height: 39px;
  width: 100%;
  line-height: 38px;
  padding: 0;
  color: #fff;
  margin-top: 28px;
}

#longModalContent .modal-content {
  text-align: right;
  position: relative;
}
#longModalContent .modal-content .close {
  position: absolute;
  left: 20px;
  top: 20px;
}

@media (max-width: 1200px) {
  .html-page .page-content {
    padding: 0 15px;
  }
  .advertising .contact-us > div {
    width: 49%;
  }
  .advertising .contact-us > div.contact-us-email {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .advertising {
    padding: 0 15px 15px 15px !important;
  }
  .advertising h2 {
    font-size: 20px;
    margin-top: 0;
    padding-top: 20px;
  }
  .advertising .top-advertising {
    padding: 0;
  }
  .advertising .advertising-social {
    width: 100%;
  }
  .advertising .advertising-social > div {
    text-align: right;
  }
  .advertising .contact-us > div {
    width: 100%;
  }
  .advertising .contact-us > div.contact-us-phone {
    margin-top: 20px;
  }
  .advertising .contact-us > div.contact-us-mobile {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block !important;
    z-index: 4;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 17px !important;
    text-align: right;
    font-weight: normal;
  }
  .advertising .contact-us > div.contact-us-mobile a {
    background: #fbc412;
    display: block;
    padding: 7px 15px 2px 15px;
    position: relative;
    border-radius: 5px;
    line-height: 25px;
    z-index: 2;
    font-weight: normal;
    margin-top: 0;
  }
  .advertising .contact-us > div.contact-us-mobile a span:nth-child(2) {
    display: block;
    color: #000;
    letter-spacing: 1px;
    font-size: 25px;
  }
  .advertising .contact-us > div.contact-us-mobile a .call-phone-travel {
    width: 84px;
    height: 84px;
    background: #f65754;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    float: left;
    position: absolute;
    left: 10px;
    top: -25px;
    line-height: 33px;
    font-weight: normal;
  }
  .advertising .contact-us > div.contact-us-mobile a .call-phone-travel .phone-icon {
    width: 45px;
    height: 45px;
    stroke-width: 0;
    stroke: currentColor;
    fill: #fff;
    margin: 1px 18px;
    margin-bottom: 1px;
    display: block;
    margin-bottom: 0px;
    font-weight: normal;
  }
  .advertising .contact-us > div.contact-us-mobile a .call-phone-travel .call-shadow {
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #fddb6e;
    cursor: pointer;
    box-shadow: 0px 0px 2px 4px #fddb6e;
    animation: pulse 2s infinite;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  .advertising .contact-us > div.contact-us-mobile::before {
    display: none;
  }
}
@media (max-width: 612px) {
  .inner-page .banner {
    display: none !important;
  }
}
@media (max-width: 550px) {
  .advertising {
    background: #fff;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
  }
  #form-1598 {
    padding-bottom: 20px;
  }
  #form-1598 .form-line-column, #form-1598 .form-submit-btn {
    width: 100%;
    float: none;
  }
}
