/* General */
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  background: #f0ebeb; }

h1,
h2, .title2,
h3, .title3,
h4, .title4,
h5, .title5,
h6, .title6 {
  font-family: 'Roboto', sans-serif;
  color: #000;
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase; }

h1 {
  font-size: 30px; }

h2, .title2 {
  font-size: 25px; }

h3, .title3 {
  font-size: 23px; }

h4, .title4 {
  font-size: 21px; }

h5, .title5 {
  font-size: 18px; }

h6, .title6 {
  font-size: 16px; }

.sub-title {
  margin-bottom: 1rem; }

.clear {
  clear: both; }

a {
  color: #cc0000;
  text-decoration: underline; }

a:hover {
  color: #000;
  text-decoration: none; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center; }

.whitebg {
  background: #fff; }

.radius {
  border-radius: 10px; }

.breadcrumbs {
  margin-bottom: 15px;
  font-size: 14px; }

.notebox {
  margin: 15px 0 0; }

.pagination {
  clear: both;
  margin: 20px 0 20px 0; }

.pagination ul {
  display: block; }

.pagination ul li {
  margin: 0;
  padding: 0; }

.pagination li:first-child a {
  border-radius: 5px 0 0 5px; }

.pagination a {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  margin: 0 2px 1px 0 !important;
  padding: 0;
  background: #dce4e5;
  -webkit-transition: all .1s;
  transition: all .1s;
  line-height: 34px;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  border: none !important; }

.pagination a:hover {
  background: #111;
  color: #FFF; }

.pagination li.active a {
  background: #111;
  color: #FFF; }

.pagination a::before {
  display: none !important; }

.alignleft {
  float: left;
  margin: 15px 25px 10px 0; }

.alignright {
  float: right;
  margin: 15px 0 10px 25px; }

.aligncenter {
  display: block;
  margin: 25px auto; }

.addlarge .btn {
  padding: 10px;
  text-align: center;
  display: inline-block !important;
  background: #222;
  color: #fff;
  margin: 15px 0 0 !important;
  font-size: 16px; }

.flex-wrapper, .f_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.red_more {
  display: block;
  position: relative;
  width: 100% !important;
  margin: 20% auto !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 45px 0 15px; }
  .red_more:after {
    margin: 0 !important;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.add_post {
  margin-bottom: 2rem; }

/* Header */
.header {
  padding: 10px 0 15px 0; }

.header .logo img {
  width: 120px;
  height: auto; }

.header .city {
  margin: 25px 0 0;
  width: 150px;
  float: right; }

.header a.add_a {
  float: right;
  display: block;
  padding: 10px 10px 8px 10px;
  margin: 15px 0 0;
  background: #fa364a;
  text-align: center;
  width: 220px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 15px; }

.header a.add_a:hover {
  background: #111; }

/* Search */
.search-form {
  position: absolute;
  width: 270px;
  right: 10px;
  top: 9px; }

.search-form input {
  border: none; }

.search-form button {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 22px;
  height: 23px;
  background: url(../images/aserch.png) no-repeat !important;
  font-size: 20px;
  color: #000;
  background: none;
  border: none;
  z-index: 10; }

/* Main-nav */
.nav {
  background: #fa364a;
  position: relative;
  margin-bottom: 1rem; }

.nav ul {
  margin: 0 0 0 10px;
  padding: 0; }

.nav li {
  display: inline-block; }

.nav li a {
  display: inline-block;
  padding: 15px 15px 15px 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px; }

.nav li a:hover, .nav .current-menu-item a, .nav .current-category-ancestor a, .current-page-ancestor a {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000 !important; }

.sub-menu {
  display: none;
  position: absolute;
  margin-left: 0px !important;
  padding: 20px;
  width: 150px;
  background: #000;
  z-index: 15; }

.sub-menu li a {
  width: 150px; }

.nav li:hover .sub-menu {
  display: block !important; }

.sub {
  display: none;
  position: absolute;
  right: 20%;
  padding: 20px;
  width: 370px;
  background: #000;
  z-index: 15; }

.sub li {
  display: block; }

.active_m {
  display: block; }

/* Masonry */
.masonry {
  margin-bottom: 25px; }

.masonry .item_box, .content_single, .through_b {
  position: relative;
  margin-bottom: 25px;
  padding: 20px;
  background: #fff;
  border-left: 5px solid #fa364a; }

.masonry .item_yelloy {
  border-left: 5px solid #ffc0cb; }

.masonry .item_box:before, .content_single:before, .through_b:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg); }

.through_b {
  padding: 0; }

.header .through_b {
  margin: 12px 0 0 0; }

.through_b img {
  width: 100%;
  height: auto;
  border-radius: 10px; }

.masonry .item_box:hover {
  background: #f0f0f0; }

.masonry .item_box .trumb {
  position: relative; }

.masonry .item_box .title4 {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-decoration: none;
  line-height: 1.1em;
  color: #fa364a; }

.masonry .item_box .title4:hover {
  color: #000;
  text-decoration: underline; }

.masonry .item_box .trumb img, .content_single .trumb img {
  width: 100%;
  height: auto; }

.masonry .item_box .b_links {
  border-top: 1px solid #eee;
  padding-top: 15px; }

.masonry .item_box .b_links span, .masonry .item_box .b_links a {
  display: inline-block;
  margin-right: 25px; }

.masonry .item_box .b_links a.cat {
  padding: 2px 2px 2px 25px;
  background: url(../images/cat-icons.png) no-repeat; }

.masonry .item_box .b_links span.time {
  padding: 2px 2px 2px 25px;
  background: url(../images/time-icons.png) no-repeat; }

.item_box .metro, .item_box .rayon {
  padding: 2px 2px 2px 25px;
  margin: 10px 0;
  color: #fa364a;
  font-weight: 500; }

.item_box .metro {
  background: url(../images/metro-icons.png) no-repeat; }

.item_box .rayon {
  background: url(../images/rayon-icons.png) no-repeat; }

.item_box .rayon a, .item_box .metro a {
  color: #000; }

.content_single .metro, .content_single .rayon {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0; }

.masonry .item_box .btm {
  margin: 20px 0 0;
  display: inline-block;
  padding: 8px 30px;
  background: #fa364a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px; }

.masonry .item_box .btm:hover {
  background: #000; }

/* Sidebar */
.a-filter {
  padding: 15px;
  background: #fff;
  min-height: 500px; }
  .a-filter input[type=file] {
    width: 100%; }

.a-filter .title4, .a-filter .title3, .popup-filter .title3 {
  line-height: 1.2em; }

.a-filter .red {
  color: #fa364a; }

.sel {
  display: inline-block;
  margin: 0 15px 20px 0;
  padding: 8px 20px 7px 35px;
  border: 1px solid #fa364a;
  background: #fff;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  text-transform: uppercase; }

.sel:hover {
  color: #fff;
  background: #fa364a; }

.sel .fa {
  margin-left: 20px; }

.sub-category-list, .h-r-menu ul {
  padding: 0 0 0 20px; }

.sub-category-list li {
  display: block; }

.h-r-menu li {
  display: block; }

.sub-category-list li a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 2px 0;
  background: #f0f0f0;
  color: #111;
  text-decoration: none; }

.sub-category-list li a:hover, .sub-category-list .active a {
  background: #fa364a;
  color: #fff; }

.a-filter .title6 {
  margin-left: 10px;
  font-weight: 500; }

.popup-filter {
  margin: 25px 0;
  padding: 20px;
  /*background:#fa364a;*/
  background: #222; }

.popup-filter .white {
  color: #fff; }

/* Single */
.content_single span.paramets {
  display: block; }

.content_single span.paramets strong {
  display: inline-block;
  width: 100px;
  padding-right: 15px; }

.content_single .phone, .content_single .showphone, .content_single .showphone1, .content_single .showphone2, .b_links .phone,.b_links .showphone,.b_links .showphone1,.b_links .showphone2{
  clear: both;
  margin: 20px 0 15px 0;
  padding: 8px 5px;
  color: #fff;
  border: 1px solid #fa364a;
  background: #fa364a;
  border-radius: 10px;
  font-size: 15px;
  font-family: Arial;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  max-width: 65%; }

.content_single .showphone a,.content_single .showphone1 a,.content_single .showphone2 a, .b_links .showphone a, .b_links .showphone1 a, .b_links .showphone2 a {
  color: #fff;
  text-decoration: none; }

.content_single .phone:hover, .content_single .showphone:hover, .content_single .showphone1:hover, .content_single .showphone2:hover,
.content_single .phone, .b_links .phone:hover, .b_links .showphone:hover, .b_links .showphone1:hover, .b_links .showphone2:hover,
.b_links .phone a, .b_links .phone {
  color: #fff;
  background: #f91d34; }

.content_single .phone .fa-mobile, .content_single .showphone .fa-mobile, .content_single .showphone1 .fa-mobile, .content_single .showphone2 .fa-mobile, .b_links .phone .fa-mobile, .b_links .showphone .fa-mobile, .b_links .showphone1 .fa-mobile, .b_links .showphone2 .fa-mobile {
  font-size: 29px;
  position: absolute;
  margin: -4px 0 0 -22px;
  color: #000; }

.content_single .phone, .b_links .phone, .none {
  display: none; }

.content_single .line {
  display: inline-block; }

.content_single .title4 {
  margin-bottom: 10px;
  padding-bottom: 0; }

.content_single .dp p {
  margin-bottom: 2px; }

.content_single .dp hr {
  margin: 10px 0;
  padding: 0; }

.owl-buttons {
  overflow: hidden; }

.owl-buttons .owl-prev, .owl-buttons .owl-next {
  display: block;
  width: 50px;
  margin: 5px;
  font-size: 18px;
  color: #000 !important; }

.owl-buttons .owl-prev {
  float: left;
  margin-left: 30px; }

.owl-buttons .owl-next {
  float: right; }

.owl-carousel img {
  width: 99%;
  height: auto;
  margin-right: 1%; }

/* Forms */
.formArea input[type=text], .formArea input[type=email], .formArea textarea {
  width: 100%;
  margin: 10px 0;
  padding: 5px; }

.formArea textarea {
  height: 150px;
  margin-bottom: 20px; }

.wpcf7-not-valid-tip {
  display: none !important;
  font-size: 15px !important;
  line-height: 1.1em !important; }

.wpcf7-validation-errors {
  color: #fff !important;
  border: 2px solid #cc0000 !important;
  font-size: 15px !important;
  line-height: 1.1em !important;
  position: absolute !important;
  margin: 0 !important;
  background: #cc0000 !important;
  z-index: 10 !important;
  margin: 5px 0 0 0 !important; }

.wpcf7-mail-sent-ok {
  border: 2px solid #67953c !important;
  font-size: 15px !important;
  line-height: 1.1em !important;
  position: absolute !important;
  background: #67953c !important;
  z-index: 10 !important;
  margin: -5px 0 0 0 !important; }

.wpcf7-not-valid {
  border: 2px solid #cc0000 !important; }

#send {
  margin-top: 15px !important; }

.f_home {
  max-width: 100vh;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translateX(-50%);
      -ms-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%); }

.f_home a {
  display: block;
  min-width: 15%;
  margin:0 5px 0 0 !important;
  padding: 2px 10px 4px 10px;
  background: #111;
  color: #fff;
  text-decoration: none; }

.f_home a:hover {
  background: #555; }

.f_home .red {
  background: #fa364a; }

.side_baner {
  margin: 1rem 0; 
      overflow: hidden;
    background: #111;}
.baner-content{
	max-width: 100%;
	overflow-y: auto;
	border: 1px solid #996666;
}
.contact_form {
  padding: 30px 25px;
  background: #111;
  margin-bottom: 25px; }

.contact_form input[type=text], .contact_form input[type=email], .contact_form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 7px;
  border: none; }

.contact_form textarea {
  height: 85px;
  margin-bottom: 25px; }

.contact_form .btn {
  float: right;
  margin-right: 15px; }

.contact_form .message {
  display: none;
  margin: 0 0 0 20px;
  color: #fff; }

.global_search input {
  width: 100%;
  border: 1px solid #cbcbcb; }

/* Modals */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 100;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  display: none;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  max-height: 100vh;
  overflow-y: auto;
  background: #fff;
  padding: 20px 40px 24px; }

.reveal-modal iframe {
  height: 500px; }

.reveal-modal img {
  width: 100%;
  height: auto; }

.reveal-modal.small {
  width: 200px; }

.reveal-modal.medium {
  width: 370px;
  background: #fff;
  z-index: 150;
  padding: 35px; }

.reveal-modal.large {
  width: 640px;
  background: #fff;
  z-index: 150;
  padding: 35px; }

.reveal-modal.xlarge {
  max-width: 100%;
  background: #fff;
  z-index: 150;
  padding: 35px; }

.reveal-modal .box-scroll {
  overflow-y: scroll;
  height: 530px;
  padding: 15px 35px 15px 15px; }

.reveal-modal .close-reveal-modal {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 39px;
  cursor: pointer; }
  .reveal-modal .close-reveal-modal:after {
    display: block;
    content: "\f00d";
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: 'FontAwesome';
    font-size: 2rem;
    text-align: center;
    color: #000; }

.reveal-modal.xlarge .city-list {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4; }

.reveal-modal.xlarge .items {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  overflow-y: scroll;
  height: 400px; }

.reveal-modal.addlarge {
  width: 900px;
  background: #fff;
  z-index: 150;
  padding: 35px;
  overflow-y: auto; }

/* Footer */
#fix a {
  position: fixed;
  top: 50%;
  left: -40px;
  padding: 5px 20px;
  color: #fff !important;
  background: #111;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 9999 !important;
  text-decoration: none !important; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: black url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

.footer {
  background: #fff;
  padding: 15px 0;
  border-top: 5px solid #fa364a; }

.footer .warning {
  text-decoration: none; }

.footer .warning .fa {
  font-size: 18px; }
.pagination {
	width: 100%;
	margin: 28px 0 58px 0;
	padding: 0;
	float: right;
	text-align: center;
}
.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination ul li {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	display: inline;
}
.pagination ul li a {
	margin: 0;
	padding: 5px 12px;
	border-radius: 3px;
	border: 1px solid #c9c9c9;
	font-size: 15px;
}
.pagination ul li a:hover, a.select, .pagination .active a {
	border: 1px solid #00bee0;
}
.pagination .active a {
	cursor: default;
}
/* Media */
@media only screen and (min-width: 1201px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; }
  #menu-icon1 {
    display: none; }
  .menu-2 {
    display: block !important; }
  .masonry .col-md-4:nth-child(3n+1) {
    clear: both; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }

@media only screen and (max-width: 1200px) {
  #menu-icon1 {
    display: block;
    color: #fff;
    height: 36px;
    background: url(../images/icon-menu2.png) no-repeat 10px top;
    padding: 3px 0 0 45px;
    cursor: pointer;
    display: block;
    /* show menu icon */
    margin: 10px auto 5px auto;
    text-transform: uppercase;
    font-size: 16px; }
  .menu-2 {
    display: none; }
  .menu-2 {
    position: absolute;
    padding: 5px 5px 15px 5px !important;
    background: #222;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 5px 0 0 !important;
    z-index: 20;
    width: 300px; }
  .menu-2 li {
    display: block !important;
    margin: 2px 0;
    text-align: center; }
  .menu-2 li:first-child {
    margin-top: 15px; }
  .masthead .topmenu li a {
    padding: 5px 5px 15px 5px;
    margin: 0 5x -10px 5px;
    font-size: 16px; }
  .input_text_min, .input_text_max {
    display: none; }
  .sub {
    right: 0;
    z-index: 20; }
  .sub-menu {
    position: static;
    display: block;
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .reveal-modal.xlarge {
    min-width: 800px; } }

@media only screen and (max-width: 991px) {
  .masonry .item_box .trumb {
    margin-bottom: 20px; }
  .reveal-modal.xlarge {
    width: 100%; }
  .through_b {
    padding: .5rem;
    text-align: center; }
    .through_b img {
      width: auto;
      max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    width: 50%;
    height: auto; }
  .cd-top {
    right: 20px;
    bottom: 20px; }
  .reveal-modal,
  .reveal-modal.small,
  .reveal-modal.medium,
  .reveal-modal.large,
  .reveal-modal.xlarge {
    min-width: 320px !important;
    max-width: 100% !important; } }

@media only screen and (max-width: 767px) {
  .logo {
    display: block;
    text-align: center; }
  .header a.add_a {
    float: left; }
  .masonry .item_box .trumb, .content_single .trumb {
    text-align: center; }
    .masonry .item_box .trumb img, .content_single .trumb img {
      width: auto;
      max-width: 100%; }
  .reveal-modal.xlarge .city-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
    .reveal-modal.xlarge .city-list a {
      display: block; }
    .reveal-modal.xlarge .city-list br {
      display: none; }
  .f_home {
    display: none; } }

@media only screen and (max-width: 550px) {
  .header a.add_a,
  .header .city {
    width: 100%;
    text-align: center; }
  .alignleft, .alignright, .aligncenter {
    float: none;
    width: 100%;
    margin: 20px 0; }
  .search-form {
    width: 220px !important; }
  .f_home {
    display: none; }
  .f_page {
    display: block;
    left: 0;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    top: 50%;
    -webkit-transform: rotate(-90deg) translateX(-50%);
        -ms-transform: rotate(-90deg) translateX(-50%);
            transform: rotate(-90deg) translateX(-50%); }
  .reveal-modal.large {
    width: 340px; }
  .formArea input[type=text], .formArea input[type=email], .formArea textarea {
    width: 90%;
    margin: 10px 10px;
    padding: 5px; }
  .sub {
    left: 50%;
    top: 800px;
    width: 310px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .red_more {
    margin: 20px auto !important; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .item_box > .row > .col-sm-4 {
    width: 33.33333%; }
  .item_box > .row > .col-sm-8 {
    width: 66.66666%; } }

@media only screen and (max-width: 575px) {
  .reveal-modal.xlarge .city-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; }
    .reveal-modal.xlarge .city-list a {
      display: inline-block;
      width: 49%;
      margin-bottom: .5rem; }
  .content_single .phone, .content_single .showphone, .content_single .showphone1, .content_single .showphone2 {
    max-width: 100%; } }
