/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.contacts-list .item .image,
.contacts-list .item .name {
  display: inline-block;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #046294;
}
/*header start*/
.header {
  padding: 22px 0 20px;
}
.header.container {
  background: #4cd9bf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4cd9bf), color-stop(9%, #4cd4bd), color-stop(15%, #4cd4bd), color-stop(49%, #157e9e), color-stop(100%, #046294));
  background: -webkit-linear-gradient(left, #4cd9bf 0%, #4cd4bd 9%, #4cd4bd 15%, #157e9e 49%, #046294 100%);
  background: -webkit-gradient(linear, left top, right top, from(#4cd9bf), color-stop(9%, #4cd4bd), color-stop(15%, #4cd4bd), color-stop(49%, #157e9e), to(#046294));
  background: linear-gradient(to right, #4cd9bf 0%, #4cd4bd 9%, #4cd4bd 15%, #157e9e 49%, #046294 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cd9bf', endColorstr='#046294', GradientType=1);
}
.container {
  margin: 0 auto;
  //overflow: hidden;
}
.homepage #title-search {
  display: none;
}
#title-search {
  display: none;
}
.triggers .row {
    z-index: 55555 !important;
}
.header-menu nav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
/*.header-menu nav ul:before{*/
/*content: '';*/
/*height: 100%;*/
/*width: 20px;*/
/*background: #056ca3;*/
/*display: block;*/
/*position: absolute;*/
/*left: 3px;*/
/*}*/
.header-menu nav ul li {
  -webkit-flex: 0 1 24.44%;
  -ms-flex: 0 1 24.44%;
  -webkit-box-flex: 0;
          flex: 0 1 24.44%;
  text-align: center;
  list-style: none;
  border-top-right-radius: 5px;
  background: #046294;
  background: -webkit-gradient(left top, right top, color-stop(0%, #046294), color-stop(16%, #0577b0), color-stop(100%, #0788c9));
  background: -webkit-linear-gradient(left, #046294 0%, #0577b0 16%, #0788c9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#046294), color-stop(16%, #0577b0), to(#0788c9));
  background: linear-gradient(to right, #046294 0%, #0577b0 16%, #0788c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#046294', endColorstr='#0788c9', GradientType=1);
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  /*transition: background 1s ease 0.5s;*/
}
.header-menu ul li:first-child {
  margin-right: -10px;
  border-radius: 5px;
  background: #056ca3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #056ca3), color-stop(100%, #0788c9));
  background: -webkit-linear-gradient(left, #056ca3 0%, #0788c9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#056ca3), to(#0788c9));
  background: linear-gradient(to right, #056ca3 0%, #0788c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#056ca3', endColorstr='#0788c9', GradientType=1);
  -ms-transform: skew(0deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
}
.header-menu nav ul li:first-child a {
  -ms-transform: skew(0deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
}
.header-menu nav ul li:hover {
  background: #005e99;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #005e99 0%, #0066a5 16%, #0577b0 100%, #076fbf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#005e99), color-stop(16%, #0066a5), color-stop(100%, #0577b0), to(#076fbf));
  background: linear-gradient(to right, #005e99 0%, #0066a5 16%, #0577b0 100%, #076fbf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005e99', endColorstr='#076fbf', GradientType=1);
  /* IE6-9 */
}
.header-menu nav ul li.active {
  background: #055681;
}
.header-menu nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 14px;
  padding: 12px 0 14px;
  text-shadow: 0 1px 0 #046294;
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}
.menu-toggle {
  display: none;
  text-align: right;
  padding: 10px 20px 0 0 ;
}
.menu-toggle i {
  font-size: 23px;
  line-height: 20px;
  color: #fff;
  font-weight: normal;
}
.header .header-group {
  padding: 0 0 0 17px;
}
.header .header-logo img {
  padding-left: 55px;
}
.header .twin {
  padding: 8px 32px 10px 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.header-search {
  position: relative;
}
.header-search .field {
  width: 80%;
  display: inline-block;
  position: relative;
}
.header-search .field input {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  border-radius: 4px;
  border: none;
  padding: 11px 45px 11px 40px;
}
.header-search .field input:focus {
  outline: none;
}
.header-search .field:after {
  content: "\F002";
  font: 14px "FontAwesome";
  color: #046294;
  position: absolute;
  left: 15px;
  bottom: 13px;
  cursor: pointer;
}
.header-search .trapeze {
  position: absolute;
  right: 15px;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4cd9c0), to(#30ae97));
  background-image: -webkit-linear-gradient(top, #4cd9c0, #30ae97);
  background-image: linear-gradient(to bottom, #4cd9c0, #30ae97);
  -ms-transform: skew(-27deg);
  -webkit-transform: skew(-27deg);
  -moz-transform: skew(-27deg);
  -o-transform: skew(-27deg);
}
.header-search .trapeze:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#4cd9c0), to(#007c6a));
  background: -webkit-linear-gradient(top, #4cd9c0 0%, #007c6a 100%);
  background: linear-gradient(to bottom, #4cd9c0 0%, #007c6a 100%);
}
.header-search input.action {
  padding: 12.5px 45px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 1px 0 #25a08a;
  -ms-transform: skew(22deg);
  -webkit-transform: skew(22deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  outline: none;
}
.header-group .weather {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #ffffff;
}
.weather .current {
  line-height: 22px;
}
.header-group .weather .city {
  display: inline-block;
}
.weather .current img {
  max-width: 100%;
  height: auto;
  margin-right: 7px;
}
.header-group .course {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}
.course .dollar {
  margin-right: 3px;
}
.header-group .course .fa-usd {
  color: #fc3d39;
}
.header-group .course .fa-eur {
  color: #00b086;
}
.feedback .fa-envelope-o {
  color: #ffde00;
  font-size: 12px;
}
.feedback {
  margin-bottom: 13px;
}

.feedback a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.login,
.registration {
  display: inline-block;
  z-index: 1;
}
.login a,
.registration a {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.registration a:focus,
.login a:focus {
  outline: none;
}
.login button,
.registration button {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.login button:focus,
.registration button:focus {
  outline: none;
}
.browse,
.save {
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ec500), to(#7ec302));
  background-image: -webkit-linear-gradient(top, #7ec500, #7ec302);
  background-image: linear-gradient(to bottom, #7ec500, #7ec302); 
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  padding: 9px 22px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  outline: none;
}
.browse:hover,
.save:hover,
.payment-btn-action:hover {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#77af13), to(#7ec302));
  background: -webkit-linear-gradient(top, #77af13 0%, #7ec302 100%);
  background: linear-gradient(to bottom, #77af13 0%, #7ec302 100%); 
}
/*header end*/
/*main content start*/
.sidebar {
  padding: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 0 20px 0 #f0f1f2;
  box-shadow: 5px 0 20px 0 #f0f1f2;
  position: relative;
  z-index: 1;
}
.main-left {
  text-align: center;
}
.left-menu ul {
  margin: 0;
  padding: 0;
}
.main-left li {
  background-color: rgba(255, 255, 255, 0.34);
  list-style: none;
  /*background-image: linear-gradient(to bottom, #f9fcff, #d9eeff);*/
  border-radius: 10px;
  /*background-image: linear-gradient(to bottom, #f9fcff, #d9eeff);*/
  -webkit-box-shadow: inset 0 -2px 0 0 #cce2f8, inset 0 2px 0 0 #ffffff;
          box-shadow: inset 0 -2px 0 0 #cce2f8, inset 0 2px 0 0 #ffffff;
  border: solid 1px #e3f1fc;
  background: #eff8ff;
  margin-bottom: 9px;
}
.main-left li:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 40px;
  background: red;
}
.main-left li a {
  background: url('../img/menu-bg.png') no-repeat;
  background-position-y: 28px;
  background-size: contain;
  display: block;
  padding: 17px 0 22px;
  font-size: 14px;
  font-weight: 600;
  color: #0a305a;
  text-decoration: none;
}
.main-left li:hover {
  /*  background: #e5f1fb; */
  -webkit-box-shadow: 0 0 5px #055681;
          box-shadow: 0 0 5px #055681;
}
.main-left li.active {
  /*  background: #e5f1fb;  */
  -webkit-box-shadow: 0 0 5px #055681;
          box-shadow: 0 0 5px #055681;
  /*background: #c8e2f9;*/
}
.main-left li.active a {
  font-weight: bold;
  /*  font-size:16px; */
  /*  background-image: none; */
}
.entrance {
  padding: 0;
}
/*.entrance button {
  width: 100%;
  padding: 14px 0 22px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1443a), to(#d20500));
  background-image: -webkit-linear-gradient(top, #f1443a, #d20500);
  background-image: linear-gradient(to bottom, #f1443a, #d20500);
  -webkit-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.43), inset 0 -2px 0 0 #a80500;
          box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.43), inset 0 -2px 0 0 #a80500;
  border: solid 1px #d20601;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.34);
}
.entrance button:hover {
  background: #e01818;
  background: -webkit-linear-gradient(top, #e01818 0%, #ba0000 100%, #054a87 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e01818), color-stop(100%, #ba0000), to(#054a87));
  background: linear-gradient(to bottom, #e01818 0%, #ba0000 100%, #054a87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e01818', endColorstr='#054a87', GradientType=0);
}*/
.button-primary button,
.button-primary a {
  display: inline-block;
  vertical-align: top;
  height: 40px;
    line-height: 38px;
    border: 1px solid #7ec500;
    border-radius: 3px;
    background: #8ad700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
  overflow: hidden;
}
.button-primary button:hover,
.button-primary a:hover,
.menu-banner-btn-wrap.button-primary.active a  {
  opacity: 1;
    background: #8ad700;
    border-color: #8ad700;
    color: #000;
  text-decoration: none;
}
.entrance.button-primary button,
.menu-banner-btn-wrap.button-primary a{
  width: 100%;
}
.entrance-button-link{
  text-decoration: none !important;
}
.advertising {
  margin: 28px -20px 15px;
  position: sticky;
  top: 81px;
}
.menu-banner-btn-wrap {
  margin-bottom: 10px;
}
/*.advertising .grid .item {
  background-color: #eef9ff;
  height: 370px;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: bold;
  color: #046394;
  text-align: center;
  text-transform: uppercase;
}*/
.advertising .grid .item {
  display: block;
  height: 100%;
  margin-bottom: 10px;
  text-align: center;
  background: #f6f6f6;
  border: 3px solid #8ad700;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1.3;
  color: #3b5e4d;
  font-family: 'CenturySchoolbook';
  text-transform: uppercase;
  overflow: hidden;
}
.advertising .grid .item.banner-self {
  height: 170px;
}
.advertising .grid .item:first-child{
    border-color: #478669;
}
.advertising .grid .item a {
  display: block;
  padding: 23px 0px;
  font-family: 'CenturySchoolbook';
  text-decoration: none;
  color: #3b5d4c;
}
@media(max-width: 1300px) {
  .advertising .grid .item.banner-self {
    height: 165px !important;
  }
}
.advertising .grid .item a b{
  font-weight: normal;
  font-size: 24px;
}
.advertising .grid .item a span{
  display: block;
}
.advertising .item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 1199px) {
.advertising .grid .item{
  font-size: 15px;
}
.advertising .grid .item a {
    padding: 40px 10px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.button-primary button, .button-primary a{
    padding: 0px 5px;
    font-size: 12px;
}
.btn-test-title {
    padding: 0 10px;
}
.advertising .grid .item a b {
    font-size: 22px;
    line-height: 22px;
}
.advertising .grid .item a {
    line-height: 24px;
}
}

.content {
  padding: 20px;
  background: #f9fcff;
  padding-top: 6px;
}
.main-description {
  background: #ffffff;
  -webkit-box-shadow: 5px 0 20px 0 #f0f1f2;
          box-shadow: 5px 0 20px 0 #f0f1f2;
  padding: 20px 25px 29px 13px;
  margin-bottom: 30px;
}
.main-description h1 {
  margin-bottom: 5px;
}
.description {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
}
.description p {
  margin-top: 0;
  margin-bottom: 20px;
}
.description p:last-child {
  margin-bottom: 0;
}
.opportunity {
  margin-bottom: 96px;
}
.opportunity .image {
  text-align: center;
}
.opportunity .grid {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-pack: justify;
}
.opportunity .item {
  height: 232px;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 31.33%;
  -ms-flex: 0 1 31.33%;
  flex: 0 1 31.33%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 5px 0 20px 0 #f0f1f2;
          box-shadow: 5px 0 20px 0 #f0f1f2;
}
.opportunity .item .title {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #046394;
}
.opportunity .item img {
  max-width: 100%;
  height: auto;
}
#footer .social {
  display: none;
}
footer {
  background-color: #046394;
  padding: 20px 0 18px;
}
.footer {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
}
.footer-menu li a,
.social-list li a {
  color: #ffffff;
  line-height: 28px;
}
.social-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-list li + li {
  margin-left: 16px;
}
.footer-copyright p {
  margin: 0;
  line-height: 25px;
}
.footer-phone .title,
.footer-email .title {
  margin: 0 0 6px 0;
}
.footer-social {
  margin-top: 36px;
}
.footer-social .title {
  font-size: 9px;
  margin: 0 0 6px 0;
}
.finish-block {
  display: block;

  top: 411px;
  left: 15px;
  padding-right: 10px;
}
.arrow-right {
  display: none;
  cursor: pointer;
}
/*main content finish*/
/* cabinet start*/
.company {
  margin: 0 -23px;
  padding: 20px 20px 20px 20px;
  background-color: inherit;
  border: 15px solid rgba(0,0,0,0.2);
  text-align: center;
  border-radius: 2px;
}
.company img {
  max-width: 100%;
  height: auto;
}
label, legend {
  display: inline-block !important;
}
.company .image,
.company .headings {
  display: inline-block;
  vertical-align: middle;
}
.company .image {
  /*! margin-right: 26px; */
}
.company .label {
  font-size: 13px;
  font-weight: normal;
  color: #046394;
  padding: 0;
}
.company .score {
  color: #d20601;
  font-weight: bold;
  border-bottom: 1px dashed;
  font-size: 14px;
}
.company .name {
  font-size: 14px;
  font-weight: bold;
  color: #2368a3;
  margin: 0;
  text-transform: uppercase;
}
.company .balance {
  font-size: 12px;
  font-weight: normal;
  color: #046394;
  border-bottom: 1px dotted #046394;
  border-bottom: 1px dotted rgba(4, 99, 148, 0.2);
  padding-bottom: 2px;
}
.company .balance a:hover {
  text-decoration: none;
  color: inherit;
}
.left-menu ul.cabinet-menu {
  margin: 0 -20px 0 -20px;
}
.left-menu .messages-count {
  font-size: 10px;
  font-weight: 800;
  color: #ffffff;
  background-color: #4cd9c0;
  border-radius: 100%;
  padding: 3px 4px 3px 3px;
  margin-left: 30px;
}
.cabinet-content {
  -webkit-box-shadow: 5px 0 20px 0 #f0f1f2;
          box-shadow: 5px 0 20px 0 #f0f1f2;
  background: #fff;
  margin-bottom: 30px;
}
.mobile-layout {
  display: none;
}
.cabinet-menu li {
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #f0f0f0;
  background-position-y: 3px !important;
  background-position-x: 10px !important;
  opacity: 0;
}
.cabinet-menu li:hover {
  background: #c6e4fa;
}
.cabinet-menu li.active {
  border-left: solid 5px #16c451;
  background-color: #f0f8fd;
}
.cabinet-menu li:last-child {
  /*  border: none; */
  margin-bottom: 30px;
}
.cabinet-menu li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 4.29;
  color: #000000;
}
.cabinet-menu li img {
  position: absolute;
  left: -7px;
  top: 7px;
  max-width: 100%;
  height: auto;
  width: 55px;
  filter: brightness(0.2);
}
/*.cabinet-advertising {
  margin-bottom: -20px;
}*/
.cabinet-content .names .col-md-1,
.cabinet-content .names .col-md-2,
.cabinet-content .names.col-md-12,
.cabinet-content .data .col-md-1,
.cabinet-content .data .col-md-2,
.cabinet-content .data.col-md-12 {
  padding-left: 0;
}
.cabinet-content .day-counter-label {
  position: relative;
}
.cabinet-content .day-counter-label .browse {
  position: absolute;
  top: -8px;
  left: -4px;
  padding: 7px 14px;
}
.cabinet-content .views-label .delete {
  font-size: 14px;
  font-weight: normal;
  color: #d20601;
}
.names {
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  color: #000;
  word-wrap: break-word;
}
.data {
  font-size: 12px;
}
.names {
  text-transform: uppercase;
}
.cabinet-content .col-md-2.activity-label {
  padding-right: 8px;
  padding-left: 8px;
  /* word-break: break-all; */
}
.cabinet-content .col-md-2.date-label {
  padding-right: 22px;
}
.views-label,
.check-label {
  text-align: center;
}
.views-label i {
  font-size: 14px;
}
.heading h4 {
  margin: 0;
  line-height: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  display: inline-block;
}
#ReaspektPopupBody {

    z-index: 10000 !important;
}
.heading-stock {
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
  box-shadow: 0 0 20px 0 transparent;
  padding: 0;
  margin-right: 0;
  margin-left: -20px;
  margin-bottom: 20px;
}
.head-panel,
.bottom-panel {
  padding: 14px 17px 14px 20px;
  border-radius: 5px;
}
.form-horizontal .control-label {
    display: inline-block;
}
.head-panel {
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  -webkit-box-shadow: 0 0 20px 0 rgba(221, 222, 223, 0.4);
          box-shadow: 0 0 20px 0 rgba(221, 222, 223, 0.4);
  position: relative;
  z-index: 1;
}
.bottom-panel .alert {
  margin: -10px 0 0 0;
  font-size: 10px;
  font-weight: normal;
  color: #a4a4a4;
}
.vacancy-add {
  text-align: right;
}
.bottom-panel {
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 rgba(221, 222, 223, 0.4);
          box-shadow: 0 0 20px 0 rgba(221, 222, 223, 0.4);
}
.cabinet-content .data,
.cabinet-content .names {
  padding: 12px 10px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cabinet-content .active {
  background: #eff2f5;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eff2f5), color-stop(100%, #e9ebec));
  background: -webkit-linear-gradient(top, #eff2f5 0%, #e9ebec 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#eff2f5), to(#e9ebec));
  background: linear-gradient(to bottom, #eff2f5 0%, #e9ebec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2f5', endColorstr='#e9ebec', GradientType=0);
  color: #0a305a;
}
.cabinet-content input[type="checkbox"]:checked + label::before {
  content: '\f00c';
  display: inline-block;
  font: normal normal normal 8px/1 FontAwesome;
  position: absolute;
  top: 1px;
  left: 26px;
}
.check-label {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.check-label label {
  margin: 0;
}
.cabinet-content input[type=checkbox] {
  display: none;
}
.cabinet-content input[type="checkbox"] + label {
  font: 18px bold;
  color: #444;
  cursor: pointer;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border: solid 1px #bdd5e8;
}
.arrow-toggle {
  margin-left: -26px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  float: inherit;
}
.add-button,
.action-button-default {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff !important;
  padding: 8px 17px;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ec500), to(#7ec302));
  background-image: -webkit-linear-gradient(top, #7ec500, #7ec302);
  background-image: linear-gradient(to bottom, #7ec500, #7ec302);
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  outline: none;
  border: none;
  min-width: 170px;
}
.add-button {
  min-width: 170px;
  float: right;
}
.add-button:hover,
.action-button-default:hover {
  text-decoration: none;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77af13), to(#7ec302));
  background-image: -webkit-linear-gradient(top, #77af13 0%, #7ec302 100%);
  background-image: linear-gradient(to bottom, #77af13 0%, #7ec302 100%);
}
.default-input-site {
  border-radius: 5px;
  border: solid 1px #046394;
  font-size: 12px;
  height: 32px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
/* cabinet finish*/
.btn.sale-account-pay-button.sale-account-pay-glob {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4cd9c0), to(#30ae97));
  background-image: -webkit-linear-gradient(top, #4cd9c0, #30ae97);
  background-image: linear-gradient(to bottom, #4cd9c0, #30ae97);
}
.btn.sale-account-pay-button.sale-account-pay-glob:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#29d8b8), to(#00997c));
  background-image: -webkit-linear-gradient(top, #29d8b8 0%, #00997c 100%);
  background-image: linear-gradient(to bottom, #29d8b8 0%, #00997c 100%);
}
/*enter form start*/
.registration-modal h4 {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 rgba(221, 222, 223, 0.4);
          box-shadow: 0 0 20px 0 rgba(221, 222, 223, 0.4);
}
.send .main-button-pay,
.main-button {
  border-radius: 100px;
/*
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ec500), to(#7ec302));
  background-image: -webkit-linear-gradient(top, #7ec500, #7ec302);
  background-image: linear-gradient(to bottom, #7ec500, #7ec302);*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ec500), to(#7ec302));
  background-image: -webkit-linear-gradient(top, #7ec500, #7ec302);
  background-image: linear-gradient(to bottom, #7ec500, #7ec302);
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 0;
  text-transform: uppercase;
  border: none;
}
.send .main-button-pay,
.main-button:focus {
  outline: none;
}
.send .main-button-pay,
.main-button:hover {
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77af13), to(#7ec302));
  background-image: -webkit-linear-gradient(top, #77af13 0%, #7ec302 100%);
  background-image: linear-gradient(to bottom, #77af13 0%, #7ec302 100%); 
}
.enter-modal .forget {
  color: #046394;
  line-height: 16px;
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  width: 49%;
  text-align: right;
}
.enter-modal .checkbox {
  line-height: 16px;
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  width: 49%;
}
.enter-modal .form-group label {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
}
.enter-modal .form-control {
  border-radius: 5px;
  border: solid 1px #046394;
}
.enter-modal .modal-body {
  padding: 15px 25px;
}
.enter-modal .modal-header {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 rgba(221, 222, 223, 0.4);
          box-shadow: 0 0 20px 0 rgba(221, 222, 223, 0.4);
}
.enter-modal .checkbox > label {
  position: relative;
}
.enter-modal input[type=checkbox],
.glober-registration input[type=checkbox] {
  display: none;
}
.enter-modal input[type="checkbox"] + label.remember,
input[type="checkbox"] + label.registration-agree {
  font: 18px bold;
  color: #444;
  cursor: pointer;
  width: 14px;
  height: 14px;
  min-height: 14px;
  padding: 0;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #046394;
  margin-right: 5px;
}
.enter-modal .checkbox label {
  padding-left: 0;
  vertical-align: middle;
}
.enter-modal input[type="checkbox"]:checked + label.remember:before {
  content: '\f00c';
  display: inline-block;
  font: normal normal normal 8px/1 FontAwesome;
  position: absolute;
  top: 2px;
  left: 2px;
}
label.registration-agree {
  position: relative;
}
input[type="checkbox"]:checked + label.registration-agree:before {
  content: '\f00c';
  display: inline-block;
  font: normal normal normal 8px/1 FontAwesome;
  position: absolute;
  top: 2px;
  left: 2px;
}
input[type="checkbox"] + label.registration-agree {
  top: inherit;
  bottom: -2px;
  left: 0;
}
.enter-modal .close {
  opacity: 1;
  color: #000000;
}
.enter-modal .modal-dialog {
  width: 360px;
  margin: 150px auto;
}
.close:focus {
  outline: none;
}
/*enter form end*/
/*registration form start*/
.registration-advertising {
  margin-top: 0;
  margin-bottom: 0;
}
.registration-nav {
  display: none;
}
.glober-registration {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 0 20px 0 #f0f1f2;
  box-shadow: 5px 0 20px 0 #f0f1f2;
  padding: 20px 30px 20px 20px;
}
.glober-registration h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  margin-top: 0;
}
.glober-registration .form-horizontal .form-group {
  margin: 0 0 15px 0;
}
.liked {
  display: none;
}
.glober-registration .control-label {
  text-align: left;
}
.alert span.necessarily {
  position: relative;
  top: -4px;
}
.required-field label + span.necessarily {
  position: relative;
  top: 0;
}
span.necessarily:after {
  content: '*';
  padding-left: 5px;
  color: #ff4c1e;
}
.glober-registration label + span.necessarily:after {
  content: '*';
  padding-left: 5px;
  color: #ff4c1e;
}
.glober-registration .required-field {
  position: relative;
  padding-left: 0;
}
.glober-registration .checkbox {
  padding: 10px 0 0 0 ;
}
.glober-registration .checkbox span {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.6;
  color: #000000;
  padding-left: 5px;
  display: inline-block;
}
.glober-registration .form-group label {

    font-size: 12px;
    font-weight: normal;
    line-height: 1.67;
    color: #000000;
    display: inline-block;

}
.glober-registration .form-group:last-child {
  margin-bottom: 0;
}
.glober-registration .form-control {
  border-radius: 5px;
  border: solid 1px #046394;
}
/*registration form end*/
/*registration-ooo form start*/
.entity select,
.settings select,
.sel ect-sphere select,
.vacancy-create-content select,
.summary-create-content select,
.glober-registration select,
.controls-top sel ect {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #000;
  border-radius: 5px;
  border: solid 1px #046394;
  background: url(../img/list-icon.jpg) no-repeat transparent 94% center;
  background-position-x: 94%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.summary-create-content .checkbox {
  margin-top: 30px;
}
select::-ms-expand {
  display: none;
}
.entity select:focus,
.settings select:focus {
  outline: none;
}
.settings sel ect {
  color: #000;
}
.entity .logo-add {
  width: 130px;
  height: 130px;
  background-color: #eef9ff;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  color: #046394;
  position: relative;
}
.form-group.alignment {
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.alignment .logo-add a:after {
  content: "\f1c5";
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 40%;
  left: 45%;
}
.alignment .logo-add img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
/*registration-ooo form end*/
/*registration modal start*/
.choose .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.choose .grid span {
  display: block;
}
.choose .modal-body {
  padding: 20px;
}
.choose .modal-dialog {
  width: 700px;
}
.choose .grid .item {
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 0 #25a08a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ec500), to(#7ec302));
  background-image: -webkit-linear-gradient(top, #7ec500, #7ec302);
  background-image: linear-gradient(to bottom, #7ec500, #7ec302);
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}
.choose .item a {
  display: block;
  padding: 53px;
  color: #ffffff;
  text-decoration: none;
}
#ModalBan .item a {
  display: block;
  padding: 30px;
  color: #ffffff;
  text-decoration: none;
}
#ModalBan .item p {
  font-size: 16px;
  font-family: "Roboto Thin";
  padding: 0 0;
  margin: 0 0;
  color: #ffffff;
  text-decoration: none;
}
.choose .item a {
  color: #ffffff;
  text-decoration: none;
}
.auth-btns {
  padding: 30px;
  text-align: center;
}
.auth-btns .button-primary {
  display: inline-block;
}
.auth-btns .auth-btn {
  margin-right: 10px;
}
/*registration modal end*/
/*vacancies start*/
.heading-h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
}
.vacancies .item {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  padding: 19px;
  margin-bottom: 20px;
}
.vacancys-heading {
  margin-bottom: 20px;
}
.vacancies .vacancy-name {
  margin: -20px;
  padding: 19px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
}
.vacancies .salary {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #4cd9c0;
}
.vacancies .description {
  margin-bottom: 10px;
}
.vacancies .name {
  font-size: 14px;
  font-weight: 600;
  color: #046394;
  float: left;
}
.vacancies .vacancy-content {
  padding: 40px 0 0 0 ;
  overflow: hidden;
  width: 100%;
}
.vacancy-content .browse {
  float: right;
}
.vacancies .main-button {
  padding: 9px 0;
}
.location,
.vacancy-company,
.views-count,
.day-count-down {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  color: #000000;
  display: inline-block;
}
.vacancies .counters {
  display: inline-block;
  margin-top: 10px;
}
.location,
.vacancy-company,
.views-count {
  position: relative;
  padding-right: 8px;
}
.location:after,
.vacancy-company:after,
.views-count:after {
  content: '';
  display: none;
  width: 1px;
  background: #000000;
  height: 10px;
  position: absolute;
  top: 5px;
  right: 1px;
}
/*vacancies end*/
/*pay/refill start*/
.pay {
  padding: 0 20px 30px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  background: #ffffff;
}
.pay-heading {
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  padding: 20px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
}
.pay-content {
  margin-left: -30px;
  border-bottom: 1px solid #eef9ff;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.pay-heading .heading-h1 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.sum {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #000000;
  margin-bottom: 40px;
}
.sum span {
  display: block;
  font-size: 20px;
  line-height: 18px;
}
.copy-btn {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #046394;
  padding: 7px 20px 9px 20px;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eef9ff), to(#bde5fa));
  background-image: -webkit-linear-gradient(top, #eef9ff, #bde5fa);
  background-image: linear-gradient(to bottom, #eef9ff, #bde5fa);
}
.copy-btn:hover {
  text-decoration: none;
}
.pay-process {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #000000;
  margin-bottom: 15px;
}
.pay .grid {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.pay .item {
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  margin-bottom: 10px;
}
.pay .item img {
  max-width: 100%;
  height: auto;
}
.print-score,
.print-document {
  font-size: 10px;
  font-weight: normal;
  color: #046394;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #046394;
}
.print-score a,
.print-document a {
  text-decoration: none;
}
.print-score {
  margin-right: 20px;
}
.print {
  text-align: center;
}
.refill-count {
  margin-top: 15px;
}
.refill-count input {
  border-radius: 5px;
  border: solid 1px #046394;
  padding: 4px;
  padding-left: 10px;
}
.refill-count input:-moz-placeholder {
  color: #000;
}
.refill-count input::-webkit-input-placeholder {
  color: #000;
}
.refill-count input:focus {
  outline: none;
}
.pay-mobile {
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), to(#fefefe));
  background-image: -webkit-linear-gradient(bottom, #eeeeee, #fefefe);
  background-image: linear-gradient(to top, #eeeeee, #fefefe);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.29);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.29);
  border: solid 1px #bdbdbd;
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 9px;
  font-weight: bold;
  color: #046394;
  margin-top: 10px;
  display: inline-block;
}
/* pay/refill end*/
/*offers start*/
.offers {
  padding: 0 20px 30px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  background: #ffffff;
}
.offers .heading-h1 {
  font-size: 14px;
  display: inline-block;
}
.offers-head-count {
  color: #7f8c8d;
  font-size: 14px;
  font-weight: 600;
}
.search-panel {
  margin-bottom: 25px;
}
.offer-search input {
  border-radius: 5px;
  border: solid 1px #046394;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
  padding: 6px 27px;
  width: 100%;
}
.offer-search:after {
  content: "\F002";
  font: 14px "FontAwesome";
  color: #046294;
  position: absolute;
  left: 24px;
  bottom: 11px;
  cursor: pointer;
}
.offer-search input:-moz-placeholder {
  color: #000;
}
.offer-search input::-webkit-input-placeholder {
  color: #000;
}
.offers select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border-radius: 5px;
  border: solid 1px #046394;
  background: url(../img/select-arrow.png) no-repeat transparent right center;
  background-position-x: 94%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.offers select:focus {
  outline: none;
}
.offers-content {
  margin-left: -30px;
  margin-bottom: 40px;
}
.offers .group .main-button {
  padding: 9px 0;
}
.offer-products {
  padding-left: 20px;
}
.offer-products .image {
  text-align: center;
}
.offer-products h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 20px 0;
}
.offer-products .image {
  height: 60px;
}
.offer-products .image img {
  max-width: 100%;
  height: auto;
}
.list-heading {
  color: #046394;
  display: block;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.5;
  position: relative;
}
.list-heading:last-child {
  border-bottom: none;
}
.offer-active .list-heading {
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #046394;
  color: #fff;
}
.square {
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #046394;
  width: 13px;
  height: 13px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.square:after {
  content: "\f067";
  display: inline-block;
  font: normal normal normal 6px/1 FontAwesome;
  position: absolute;
  top: 3px;
  left: 3px;
  font-weight: bold;
}
.offer-active .square {
  color: #046394;
}
#offcanvasNavbar {
 display: none; 
}
.offer-active .list li {
  border-bottom: none;
  margin: 8px 0;
}
.offer-active .list li:last-child {
  border-bottom: none;
}
.offer-active .square:after {
  content: "\f068";
}
.offer-products .grid .item {
  border-radius: 5px;
  border: solid 1px #f0f8fd;
  border-bottom: none;
}
.offer-products .grid .item:last-child {
  border-bottom: solid 1px #f0f8fd;
}
.offer-products .list {
  padding: 10px 0 7px 20px;
  display: none;
}
.offer-active .list {
  background-color: #f0f8fd;
  display: block;
}
.offer-checkbox {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.5;
  color: #000000;
  border-bottom: solid 1px #f0f8fd;
}
.offer-active .offer-checkbox {
  border-bottom: none;
}
.offer-products input[type=checkbox] {
  display: none;
}
.offer-check {
  font: 18px bold;
  color: #444;
  cursor: pointer;
  width: 13px;
  height: 13px;
  padding: 0;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #046394;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
.offers input[type="checkbox"]:checked + label.offer-check:after {
  content: '\f00c';
  display: inline-block;
  font: normal normal normal 7px/1 FontAwesome;
  position: absolute;
  top: 2px;
  left: 2px;
}
.overall-search {
  text-align: center;
  padding-top: 20px;
  clear: both;
}
.overall-search .main-button {
  display: inline-block;
  padding: 12px 50px;
  width: auto;
}
/*offers end*/
/*advertising-add || advertising-main start*/
.advertising-add {
  padding: 0 20px 30px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  background: #ffffff;
}
.advertising-add-heading {
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  padding: 20px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
}
.advertising-add-heading .heading-h1 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.big-picture {
  width: 300px;
  height: 240px;
  background-color: #eef9ff;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.big-picture img {
  max-width: 100%;
  height: 240px;
}
.thumbnail {
  padding-left: 0;
}
.thumbnail .item {
  width: 100%;
  height: 52px;
  background-color: #eef9ff;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: normal;
  color: #046394;
  position: relative;
}
.advertising-add-content .image-add {
  padding-right: 20px;
}
.thumbnail .item a:after {
  content: "\00A0 \00A0 \00A0 \00A0 \00A0 \00A0 \f1c5";
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 40%;
  left: 20%;
}
.thumbnail .item img {
  max-width: 100%;
  height: 52px;
  position: relative;
  z-index: 1;
}
.image-add-button a {
  display: inline-block;
  padding: 8px 16px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#046294), to(#0787c9));
  background-image: -webkit-linear-gradient(bottom, #046294, #0787c9);
  background-image: linear-gradient(to top, #046294, #0787c9);
  text-transform: uppercase;
}
.advertising-add .image-add-button {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
}
.image-add-button:hover {
  text-decoration: none;
  color: #ffffff;
}
.image-add-button:focus {
  text-decoration: none;
  color: #ffffff;
  outline: none;
}
.honors .grid {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-pack: justify;
}
.honors .grid .item {
  height: 165px;
  background-color: #eef9ff;
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 31.33%;
  -ms-flex: 0 1 31.33%;
  flex: 0 1 31.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.honors img {
  max-width: 100%;
  height: 165px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}
.honors .item a {
  font-size: 10px;
  font-weight: bold;
  color: #046394;
  text-decoration: none;
  text-align: center;
}
.extra {
  margin: 30px 0;
}
.extra h4 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #000000;
  margin: 0 0 10px 0;
}
.extra textarea {
  resize: none;
  outline: none;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #046394;
  margin-bottom: 10px;
  padding: 5px;
  text-indent: 5px;
}
.notice {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  margin-bottom: 30px;
}
.notice input[type=checkbox] {
  display: none;
}
.notice input[type="checkbox"] + label {
  cursor: pointer;
  width: 14px;
  height: 14px;
  min-height: 14px;
  padding: 0;
  border-radius: 3px;
  border: solid 1px #046394;
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
.notice input[type="checkbox"]:checked + label:before {
  content: '\f00c';
  display: inline-block;
  font: normal normal normal 8px/1 FontAwesome;
  position: absolute;
  top: 2px;
  left: 2px;
}
.controls .main-button,
.controls .save {
  display: inline-block;
  width: auto;
  padding: 13px 50px;
  border: none;
}
.settings {
  padding-left: 0;
  padding-right: 0px;
}
.settings .cheat {
  padding-left: 12px;
}
.controls .main-button {
  margin-right: 20px;
}
.settings .form-group {
  margin-bottom: 10px;
}
.settings .form-group:before {
  content: " ";
  display: table;
}
.settings .form-group:after {
  clear: both;
  content: " ";
  display: table;
}
.settings .form-control {
  border-radius: 5px;
  border: solid 1px #046394;
  font-size: 12px;
  height: 32px;
}
.settings input:-moz-placeholder {
  color: #000;
}
.settings input::-webkit-input-placeholder {
  color: #000;
}
.settings h4 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #000000;
  margin: 5px 0 10px;
}
.add-field {
  margin-left: 15px;
  display: inline-block;
  border-bottom: 1px dotted #046394;
  border-bottom: 1px dotted rgba(4, 99, 148, 0.2);
}
.add-field a {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #046394;
}
.add-field a:hover {
  text-decoration: none;
}
.upload {
  margin: 0 0 15px 15px;
}
.upload h4,
.upload a {
  display: inline-block;
}
.upload h4 {
  margin-right: 50px;
}
.advertising-radio input[type=radio] {
  display: none;
}
.advertising-radio label {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  color: #000000;
  cursor: pointer;
  margin-bottom: 0;
}
.advertising-radio input[type=radio] + label {
  cursor: pointer;
  width: 14px;
  height: 14px;
  min-height: 14px;
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  border: solid 1px #046394;
  margin-right: 5px;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.advertising-radio input[type="radio"]:checked + label:before {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 6px/1 FontAwesome;
  position: absolute;
  top: 3px;
  left: 3px;
  color: #046394;
}
@-moz-document url-prefix() {
  .advertising-radio input[type=radio] + label {
    width: 16px;
    height: 16px;
  }
  .advertising-radio input[type="radio"]:checked + label::before {
    top: 3px;
    left: 4px;
    font-size: 7px;
  }
}
.advertising-radio .form-group {
  position: relative;
  margin-bottom: 10px;
}
.preview {
  margin-left: 15px;
  margin-top: 30px;
  float: right;
  font-size: 10px;
  font-weight: bold;
  color: #046394;
  border-bottom: 1px dotted #046394;
  border-bottom: 1px dotted rgba(4, 99, 148, 0.2);
  text-transform: uppercase;
}
.preview a:hover {
  text-decoration: none;
}
.offers-result .vote,
.my-liked .vote {
  position: inherit;
}
.vote {
  position: absolute;
  bottom: 0;
  left: 0;
}
.vote a:hover {
  text-decoration: none;
}
.vote span {
  font-size: 10px;
  font-weight: normal;
  color: #000000;
}
.vote .up,
.vote .down {
  display: inline-block;
  font-size: 12px;
}
.vote .up i,
.vote .down i {
  font-weight: bold;
  cursor: pointer;
}
.vote .up a {
  color: #00c139;
}
.vote .up {
  margin-right: 10px;
}
.vote .down a {
  color: #d20601;
}
.advertising-main .heading-h1 {
  margin-top: 5px;
  margin-left: -15px;
}
.advertising-main .liked {
  position: relative;
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #ffde00;
  text-align: right;
  padding-top: 5px;
  border-bottom: 1px dotted #046394;
  border-bottom: 1px dotted rgba(4, 99, 148, 0.2);
}
.advertising-main .liked:before {
  content: "\f005";
  position: absolute;
  left: -16px;
  top: 9px;
  font: normal normal normal 12px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.advertising-main .liked a {
  color: #046394;
}
.advertising-main .liked a:hover {
  text-decoration: none;
}
.advertising-main .main-button {
  width: auto;
  padding: 8px 0;
}
.advertising-main .image-add {
  margin-bottom: 20px;
}
.advertising-info {
  padding-left: 0;
}
.advertising-info .description {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
}
.advertising-info a {
  border-bottom: 1px dotted #046394;
  border-bottom: 1px dotted rgba(4, 99, 148, 0.2);
}
.advertising-info a:hover {
  text-decoration: none;
}
.advertising-info h4 {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  color: #000000;
}
.advertising-info {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
}
.advertising-add-content .border {
  width: 95%;
  margin-left: 30px;
  height: 1px;
  background: #046394;
  background: rgba(4, 99, 148, 0.2);
  margin-bottom: 20px;
  margin-top: 5px;
}
.contacts .item span {
  display: block;
}
.contacts .item {
  margin-bottom: 8px;
}
.contacts .item:last-child {
  margin-bottom: 0;
}
.advertising-info .contacts,
.advertising-info .description,
.advertising-info .prices,
.advertising-info .activity,
.advertising-info .activity-type {
  margin-bottom: 15px;
}
.controls .callback .main-button {
  padding: 8px 16px;
  margin-right: 0;
}
.controls {
  position: relative;
  text-align: right;
}
/*advertising-add || advertising-main end*/
/*reviews start*/
.reviews {
  padding: 0 20px 30px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  background: #ffffff;
}
.reviews-heading {
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  padding: 18px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.reviews-heading .main-button {
  padding: 7px 17px;
}
.reviews-heading .heading-h1 {
  font-size: 12px;
  line-height: 27px;
  margin-left: -15px;
}
.reviews-content p {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
}
.reviews-content .item {
  margin-bottom: 55px;
  margin-left: -15px;
}
.reviews-content .item:last-child {
  margin-bottom: 0;
}
.reviews-content .name {
  font-size: 12px;
  font-weight: normal;
  color: #046394;
  margin-bottom: 5px;
}
.reviews-content .name span {
  display: block;
}
.vote-star {
  overflow: hidden;
}
.vote-star ul li {
  float: left;
}
.vote-star li a {
  font-size: 12px;
  font-weight: normal;
  color: #ffde00;
  margin: 0 4px;
}
.vote-star li a:first-child {
  margin-left: 0;
}
.vote-star li a:hover {
  text-decoration: none;
}
/*reviews end*/
/*messages start*/
.messages .heading-h1 i {
  display: none;
  position: absolute;
  left: 20px;
  top: 17px;
}
.messages {
  background: #ffffff;
}
.messages-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.messages-heading {
  margin-bottom: 20px;
}
.all-contacts {
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  background: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 32%;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
}
.all-contacts .image {
  height: 30px;
  width: 30px;
}
.all-contacts .text {
  display: none;
}
.chat {
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  background: #ffffff;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 2 1 48%;
  -ms-flex: 2 1 48%;
  flex: 2 1 48%;
  text-align: center;
}
.contacts-search {
  margin-bottom: 17px;
}
.contacts-search {
  position: relative;
}
.contacts-search .action input,
.modal-search .action input {
  border: none;
  background: transparent;
  width: 14px;
  height: 20px;
  color: #fff;
  padding: 0;
}
.contacts-search .action input:focus,
.contacts-search input.field {
  outline: none;
}
.contacts-search input.field {
  width: 100%;
  border-radius: 100px;
  border: solid 1px #046294;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.67;
}
.contacts-search .action:after,
.modal-search .action:after {
  content: "\F002";
  font: 14px "FontAwesome";
  color: #046294;
  position: absolute;
  right: 0;
  bottom: 4px;
  cursor: pointer;
}
.contacts-search .action,
.modal-search .action {
  position: absolute;
  right: 20px;
  top: 10px;
}
.contacts-search input:-moz-placeholder {
  color: #000 !important;
}
.contacts-search input::-webkit-input-placeholder {
  color: #000 !important;
}
.contacts-list {
  margin-left: -20px;
  margin-right: -20px;
}
.contacts-list .item {
  padding: 10px 20px 10px 21px;
  border-bottom: 1px solid #d8edf9;
}
.contacts-list .item .image,
.contacts-list .item .description {
  display: inline-block;
}
.contacts-list .item.active {
  background-color: #d8edf9;
  border-bottom: none;
}
.contacts-list .item.active a {
  color: #000000;
}
.contacts-list .name a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #046394;
}
.contacts-list .name a:hover {
  text-decoration: none;
}
.previous a {
  font-size: 10px;
  font-weight: bold;
  color: #046394;
  text-transform: uppercase;
}
.previous a:hover {
  text-decoration: none;
}
.previous {
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #046394;
  border-bottom: 1px solid rgba(4, 99, 148, 0.2);
}
.chat .item {
  text-align: left;
  margin-bottom: 15px;
}
.chat .image img {
  max-width: 100%;
  height: auto;
}
.chat .date {
  font-size: 10px;
  font-weight: 600;
  line-height: 2;
  color: #000000;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.chat .contact-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #046394;
}
.chat .text {
  font-size: 10px;
  font-weight: normal;
  line-height: 2;
  color: #000000;
}
.chat .message-body {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.chat .message-body {
  margin-bottom: 10px;
}
.chat .message-body:last-child {
  margin-bottom: 0;
}
.chat .description {
  -webkit-box-flex: 1;
  -webkit-flex: 2 1 48%;
  -ms-flex: 2 1 48%;
  flex: 2 1 48%;
  padding-left: 10px;
}
.chat .image {
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 12%;
  -ms-flex: 0 1 12%;
  flex: 0 1 12%;
}
.chat .circle {
  border-radius: 100%;
}
.write textarea {
  width: 100%;
  resize: none;
  padding: 5px 12px;
  min-height: 100px;
  border-radius: 5px;
  border: solid 1px #d8edf9;
  font-size: 10px;
  font-weight: normal;
  line-height: 2;
  color: #000000;
}
textarea::-webkit-input-placeholder {
  color: #000;
}
textarea:-moz-placeholder {
  color: #000;
}
.send {
  float: right;
  margin-top: 10px;
}
.remove {
  float: left;
  margin-top: 10px;
}
.send input,
.remove input {
  width: 100%;
  display: block;
  border-radius: 100px;
  //background: transparent;
  //background-image: -webkit-gradient(linear, left top, left bottom, from(#eef9ff), to(#bde5fa));
  //background-image: -webkit-linear-gradient(top, #eef9ff, #bde5fa);
  //background-image: linear-gradient(to bottom, #eef9ff, #bde5fa);
  border: none;
  font-size: 10px;
  font-weight: bold;
  //color: #046394;
  text-transform: uppercase;
  padding: 8px 20px;
}
.send input:hover,
.remove input:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #77af13), to(#7ec302));
  background: -webkit-linear-gradient(top, #77af13 1%, #7ec302 100%);
  background: linear-gradient(to bottom, #77af13 1%, #7ec302 100%);
}
/*messages end*/
/*ad-create start*/
.ad-create {
  padding: 0 20px 20px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  background: #ffffff;
  margin-bottom: 100px;
}
.ad-create-heading {
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  padding: 20px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 30px;
}
.ad-create-heading .heading-h1 {
  font-size: 14px;
  font-weight: 600;
}
.ad-create-content {
  overflow: hidden;
}
.select-location {
  margin-bottom: 20px;
}
.select-location .browse {
  display: inline-block;
  padding: 8px 29px;
  margin-right: 20px;
}
.select-category,
.select-sphere {
  margin-left: -15px;
}
.select-category {
  margin-bottom: 20px;
}
.select-category .item {
  font-size: 10px;
  font-weight: bold;
  position: relative;
}
.select-category .item a {
  border-radius: 100px;
  border: solid 1px #bde4fa;
  padding: 13px 10px;
  width: 88%;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #046394;
  text-transform: uppercase;
}
.select-category .item a:hover {
  text-decoration: none;
}
.select-category span.choose {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
  margin-top: 10px;
  display: block;
}
.select-category .item i {
  margin-right: 5px;
  display: none;
}
.select-category .current a {
  border: solid 1px #4cd9c0;
  color: #4cd9c0;
}
.select-category .current i {
  display: inline-block;
}
.select-sphere {
  padding-top: 19px;
  margin-bottom: 20px;
  border-top: 1px solid #eef9ff;
}
.select-sphere select {
  color: #000;
  background-position-x: 97%;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
}
.select-sphere select:focus,
.text-field textarea:focus {
  outline: none;
}
.text-field {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef9ff;
}
.text-field h4 {
  margin: 0 0 10px 0;
}
.text-field textarea {
  width: 100%;
  resize: none;
  padding: 5px 12px;
  min-height: 100px;
  border-radius: 5px;
  border: solid 1px #046394;
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
  color: #000000;
}
.ad-create .send {
  float: left;
}
.ad-create .main-button {
  padding: 13px 39px;
}
/*ad-create finish*/
/*city choose modal start*/
.enter-modal.select .modal-dialog {
  width: 700px;
}
.select .modal-body {
  padding: 20px;
}
.modal-search {
  position: relative;
  margin-bottom: 30px;
}
.modal-search input {
  width: 100%;
  border-radius: 100px;
  border: solid 1px #046294;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
  padding: 8px 20px;
}
.modal-search input:focus,
.modal-search input:active {
  outline: none;
}
.modal-search input:-moz-placeholder {
  color: #000 ;
}
.modal-search input::-webkit-input-placeholder {
  color: #000 ;
  font-weight: normal;
}
.modal-search .action {
  top: 9px;
}
.modal-search .action input:focus {
  outline: none;
}
.city-list .grid {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.city-list.country .grid {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.city-list .item {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.5;
  color: #000000;
  margin-bottom: 3px;
}
.city-list .letter {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #000000;
}
.main-pc-header {
  position: fixed;
  width: 100%;
  top: 54px;
}
.city-list input[type="checkbox"]:checked + label:before {
  content: '\f00c';
  display: inline-block;
  font: normal normal normal 8px/1 FontAwesome;
  position: absolute;
  top: 2px;
  left: 2px;
}
.city-list input[type="checkbox"] + label {
  top: inherit;
  bottom: -2px;
  left: 0;
  border-radius: 2px;
  border: solid 1px #046394;
  height: 14px;
  width: 14px;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
/*city choose modal end*/
/*vacancy-create start*/
.vacancy-create {
  padding: 0 20px 20px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  background: #ffffff;
}
.vacancy-create-heading {
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  padding: 20px;
  margin-right: -20px;
  margin-left: -20px;
}
.vacancy-create-heading .heading-h1 {
  font-size: 14px;
  font-weight: 600;
}
.vacancy-create-content {
  margin-left: -15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  color: #000000;
}
.vacancy-create-content .item h4 {
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #000000;
}
.vacancy-create-content select {
  color: #000;
  font-size: 12px;
}
.vacancy-create-content .item {
  margin-bottom: 30px;
}
.wage {
  margin-left: 15px;
  overflow: hidden;
}
.wage .item {
  margin-right: 60px;
  margin-bottom: 20px;
  display: inline-block;
}
.vacancy-create-content .wage h4 {
  margin-left: 0;
}
.vacancy-create-content input[type=radio] {
  display: none;
}
.vacancy-create-content input[type=radio] + label {
  cursor: pointer;
  width: 14px;
  height: 14px;
  min-height: 14px;
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  border: solid 1px #046394;
  margin-right: 5px;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.vacancy-create-content input[type="radio"]:checked + label:before {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 6px/1 FontAwesome;
  position: absolute;
  top: 3px;
  left: 3px;
  color: #046394;
}
.wage label {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  color: #000000;
  cursor: pointer;
}
.vacancy-create-content .form-control,
.summary-create-content .form-control {
  border-radius: 5px;
  border: solid 1px #046394;
  font-size: 12px;
  height: 32px;
}
textarea {
  resize: none;
  outline: none;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #046394;
  margin-bottom: 10px;
  padding: 5px;
  text-indent: 5px;
}
.vacancy-create-content .place select {
  margin-bottom: 20px;
}
.vacancy-create-content input:-moz-placeholder {
  color: #000;
}
.vacancy-create-content input::-webkit-input-placeholder {
  color: #000;
}
.vacancy-create-content .data {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eef9ff;
}
.vacancy-create-content .data input {
  margin-bottom: 20px;
}
.vacancy-create-content .controls {
  text-align: left;
  margin-left: 20px;
  margin-bottom: 10px;
}
.vacancy-create-content .preview {
  margin-top: 15px;
}
.add-btn {
  position: relative;
}
.add-btn:after {
  position: absolute;
  bottom: 13px;
  right: -28px;
  content: "\f067";
  font: normal normal normal 8px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  color: #046394;
  cursor: pointer;
  font-weight: 300;
}
.add-btn input[type=button] {
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eef9ff), to(#bde5fa));
  background-image: -webkit-linear-gradient(top, #eef9ff, #bde5fa);
  background-image: linear-gradient(to bottom, #eef9ff, #bde5fa);
  position: absolute;
  bottom: 2px;
  right: -40px;
  margin-bottom: 0;
}
.add-btn input[type=button]:focus {
  outline: none;
}
/*vacancy-create end*/
/*summary-create start*/
.summary-create-content input[type="radio"]:checked + label:before {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 6px/1 FontAwesome;
  position: absolute;
  top: 3px;
  left: 3px;
  color: #046394;
}
.summary-create-content input[type=radio] + label {
  cursor: pointer;
  width: 14px;
  height: 14px;
  min-height: 14px;
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  border: solid 1px #046394;
  margin-right: 5px;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.summary-create {
  padding: 0 20px 20px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  background: #ffffff;
}
.summary-create-heading {
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  padding: 20px;
  margin-right: -20px;
  margin-left: -20px;
}
.summary-create-heading .heading-h1 {
  font-size: 14px;
  font-weight: 600;
}
.summary-create-content {
  margin-left: -15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  color: #000000;
}
.summary-create-content .item h4 {
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #000000;
}
.summary-create input:-moz-placeholder {
  color: #000;
}
.summary-create input::-webkit-input-placeholder {
  color: #000;
}
.summary-create-content input,
.summary-create-content select {
  margin-bottom: 20px;
}
.summary-create-content .item {
  margin-bottom: 10px;
}
.summary-create-content select {
  font-size: 12px;
  font-weight: normal;
}
.summary-create-content .personal {
  position: relative;
}
.summary-create-content a.photo:after {
  content: "\f1c5";
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 40%;
  left: 43%;
}
.summary-create-content .preview.onemore {
  float: left;
}
.summary-create-content .info input[type=checkbox] {
  display: none;
}
.personal .image {
  width: 130px;
  height: 130px;
  position: relative;
  background-color: #eef9ff;
}
.personal .image a {
  display: block;
  width: 100%;
  height: 100%;
}
.personal .image img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.personal span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
  display: block;
  margin-bottom: 14px;
}
.summary-create-content .browse {
  display: inline-block;
}
.summary-create-content .photo-add {
  margin-bottom: 30px;
  overflow: hidden;
}
.summary-create-content .date-of {
  position: relative;
}
.summary-create-content .date-of i {
  position: absolute;
  right: 15px;
  top: 9px;
  cursor: pointer;
  color: #046394;
}
.summary-create-content input[type=radio] {
  display: none;
}
.summary-create-content .gender label,
.summary-create-content .marriage label {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  color: #000000;
}
.summary-create-content .gender,
.summary-create-content .marriage {
  margin-top: 10px;
}
.summary-create-content .town {
  margin-top: 30px;
}
.summary-create-content .info textarea {
  margin-bottom: 20px;
}
.summary-create-content .controls {
  padding-top: 20px;
  border-top: 1px solid #eef9ff;
  text-align: left;
  margin-left: 15px;
}
.summary-create-content .preview {
  margin-top: 15px;
}
/*summary-create end*/
/*partners start*/
.partners-icon img {
  max-width: 80%;
  height: auto;
}
.my-partners .name-label.col-md-2 {
  padding-left: 20px;
}
.my-partners .site-label a {
  color: #0a305a;
}
.my-partners .data,
.my-partners .names {
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-partners .names {
  font-size: 10px;
  line-height: 1.5;
}
.my-partners .data {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
}
/*partners end*/
/*finance start*/
.finance label {
  margin-bottom: 0;
}
.finance .sphere-label {
  padding-right: 10px;
}
.finance .right {
  text-align: right;
}
.finance .meaning {
  padding-bottom: 10px;
}
.meaning {
  padding-bottom: 10px;
}
.finance .more-label span {
  display: block;
}
.finance .data,
.finance .data {
  color: #000;
}
section.cabinet-content.finance:last-child {
  margin-bottom: 0;
}
.finance h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 20px;
}
.finance .data {
  font-size: 12px;
  font-weight: normal;
}
/*finance end*/
/*like start*/
.my-liked .data {
  font-size: 12px;
}
.my-liked .data .product-label,
.my-liked .names .product-label {
  padding-left: 30px;
}
.liked h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 15px;
}
/*liked end*/
/*my-settings start*/
.my-settings {
  padding: 0 20px 30px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 6px 0 #b5b5b5;
  background: #ffffff;
}
.my-settings-heading {
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #ccc;
  padding: 10px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
}
.my-settings-heading .heading-h1 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  display: inline-block;
}
.my-settings .arrow-toggle {
  margin-left: 0;
}
.my-settings-toggle {
  padding-bottom: 0;
}
.my-settings-content .form-horizontal .form-group,
.form-horizontal .my-settings-content .form-group {
  margin-left: 0;
  margin-right: 0;
}
.my-settings-content .form-group label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
}
.my-settings-content .form-group .control-label:after {
  content: '/';
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 5px;
}
.my-settings-content .form-group .control-label:last-child:after {
  display: none;
}
.my-settings-content .form-control {
  border-radius: 5px;
  border: solid 1px #16c451;
  font-size: 12px;
}
.my-settings-content select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #000;
  border-radius: 5px;
  border: solid 1px #16c451;
  background: url(../img/select-arrow.png) no-repeat transparent right center;
  background-position-x: 94%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.my-settings input:-moz-placeholder {
  color: #000;
}
.my-settings input::-webkit-input-placeholder {
  color: #000;
}
.my-settings .alert {
  margin: 20px 0 20px 15px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #046394;
  border-bottom: 1px dotted rgba(4, 99, 148, 0.2);
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.67;
  color: #d20601;
}
.my-settings .control {
  text-align: right;
}
.my-settings .control a {
  display: inline-block;
  width: auto;
  padding: 13px 53px;
}
.my-settings-heading-top h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 10px;
}
/*my-settings end*/
/*my-add start*/
.my-add .add-button {
  float: right;
}
.my-add-heading h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 20px;
}
.my-add .col-md-2.activity-label {
  padding-left: 10px;
}
.my-add .data .reviews-label,
.my-add .names .reviews-label {
  padding-left: 15px;
}
.my-add .data {
  font-size: 11px;
}
/*my-add end*/
/*offers-result start*/
.offers-result-heading h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 20px;
}
.offers-result-heading span {
  font-size: 10px;
  font-weight: bold;
  line-height: 3.2;
  color: #000000;
  text-transform: uppercase;
}
.offer-fr om {
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  -webkit-box-shadow: 0 0 20px 0 rgba(221, 222, 223, 0.4);
          box-shadow: 0 0 20px 0 rgba(221, 222, 223, 0.4);
  position: relative;
  z-index: 1;
  margin: -10px -10px 20px -10px;
  padding: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #046394;
}
.offer-fr om img {
  height: 20px;
  width: 10px;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
.controls-top .form-control {
  border-radius: 5px;
  border: solid 1px #046394;
  font-size: 12px;
  background: transparent;
  height: 32px;
}
.controls-top .main-button {
  padding: 9px 0;
}
.controls-top input:-moz-placeholder {
  color: #000;
}
.controls-top input::-webkit-input-placeholder {
  color: #000;
}
/*offers-result end*/
/*delete-modal start*/
.delete-modal .modal-dialog {
  width: 320px;
}
.delete-alert {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  text-align: center;
  color: #000000;
}
.delete-alert a {
  font-weight: bold;
  color: #046394;
}
.delete-modal .modal-body {
  padding: 15px 35px;
  text-align: center;
}
.delete-button {
  display: inline-block;
  padding: 13px 92px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0a04), to(#d20601));
  background-image: -webkit-linear-gradient(top, #ff0a04, #d20601);
  background-image: linear-gradient(to bottom, #ff0a04, #d20601);
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.delete-button:hover {
  color: #fffcf6;
}
.delete-modal .cancel {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #046394;
  float: inherit;
  margin-bottom: 5px;
}
/*delete-modal end*/
/*banner create start*/
.banner-create {
  padding: 0 20px 30px;
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  background: #ffffff;
}
.banner-create-heading {
  -webkit-box-shadow: 0 0 20px 0 #f0f1f2;
          box-shadow: 0 0 20px 0 #f0f1f2;
  padding: 20px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
}
.banner-create-heading .heading-h1 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.banner-create .image img {
  max-width: 100%;
  height: auto;
}
.banner-create .image {
  padding-right: 15px;
}
.options {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eef9ff;
}
.options .browse {
  display: inline-block;
  padding: 9px 26px;
}
.options .browse:first-child {
  margin-right: 20px;
}
.banner-create .image-add {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eef9ff;
}
.banner-create .image-add h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
}
.banner-create .image-add span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
}
.image-add .logo-add {
    width: 170px;
    height: 170px;
    background: #f4f4f4;
    overflow: hidden;
    max-width: 100%;
}
.image-add .logo-add  a{
  display: block;
}
.banner-create .image-add img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
}
.banner-create .image-add .browse {
  display: inline-block;
  margin-top: 14px;
}
.banner-create .image-add .logo-add a:after {
  content: "\f1c5";
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 40%;
  left: 45%;
}
.banner-create .result {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
}
.banner-create .result span {
  display: block;
  font-weight: bold;
}
.result {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eef9ff;
}
.cost {
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    margin-top: 25px;
}
.cost .price,
.cost .main-button {
  display: inline-block;
}
.cost .main-button {
  width: auto;
  padding: 13px 25px;
  float: right;
  font-weight: normal;
}
.cost span {
  display: block;
  font-weight: bold;
}
/*banner create end*/
/*error page start*/
.not-found {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 50px 0 140px;
}
.not-found p {
  margin: 0 0 60px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #000000;
}
.not-found .numbers {
  font-size: 144px;
  font-weight: 700;
  color: #046294;
}
/*error page end*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and fr om screen readers
 */
.indent {
  padding-left: 0 !important;
}
.hidden {
  display: none !important;
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.order-1 {
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}
.order-2 {
  -webkit-order: -2;
  -ms-flex-order: -2;
  -webkit-box-ordinal-group: -1;
          order: -2;
}
.right {
  text-align: right;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and fr om screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `jav * ascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="jav * ascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/******correct*******/
@media screen and (max-width: 450px) {
  .add-button {
    min-width: 0;
    width: 100%;
    padding: 11px 0;
  }
  .cabinet-content .col-md-2.date-label {
    padding-right: 5px;
  }
  .my-add .data .reviews-label,
  .my-add .names .reviews-label {
    padding-left: 5px;
  }
  .views-label i {
    float: right;
  }
}
.activity-label {
  min-width: 33%;
}
.header .header-group {
  display: block !important;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0.5px;
}
.login .name {
  color: white;
  font-size: 18px;
  /*  font-weight: bold; */
  opacity: 0.9;
}
@media (min-width: 768px) {
  .login .name {
    color: white;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
  }
  .header-group .weather .city {
    display: block;
  }
}
.login .name {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/******correct end*******/
#ModalBan .modal-dialog .item a{
margin-bottom:10px;
}
/*new styles new banner*/
.title-banner {
  min-height: 200px;
  background: #2f373d url('../img/title-bg.jpg') center no-repeat;
    background-size: auto;
  background-size: cover;
  color: #ffffff;
  padding: 100px 0 55px 0;
  margin-top: 30px;
}
.title-banner h1{
  margin: 0;
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  color: #ffffff;
  font-family: 'CenturySchoolbook';
  font-weight: normal;
}
.title-banner .container {
  padding-left: 15px;
  padding-right: 15px;
}
.btn-test-title {
  font-size: 13px;
  text-align: center;
  margin-top: 2px;
}
.text-content {
  margin-bottom: 24px;
  margin-top: -5px;
}
.text-content p {
  margin-bottom: 10px;
}
.text-content p:last-child {
  margin-bottom: 0;
}
.main-wrapper{
  padding-top: 10px;
}
.content {
  padding-right: 0;
}
.banner-image-col {
  float: right;
}
.banner-form-col{
  padding-left: 0 !important;
  padding-right: 15px;
  padding-top: 3px;
}
.banner-image-item{
  text-align: right;
  margin-bottom: 25px;
}
.banner-image-title{
  color: #999999;
  font-style: italic;
  padding-right: 3px;
}
.banner-form-col .options,
.banner-form-col .select-location {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
.button-banner-add{
  margin-top: 25px;
}
.text-price-block{
  margin: 20px 0 20px 0;
}
.text-price-block p {
  margin-bottom: 7px;
}
.text-price-block ul{
  padding-left: 5px;
}
.text-price-block ul li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 18px;
}
.text-price-block ul li:before {
  content: '';
  display: block;
  height: 4px;
  width: 6px;
  background: #7bc500;
  position: absolute;
  left: 0;
  top: 9px;
}
.banner-form-bottom input {
  max-width: 467px;
}
.image-add h4{
  font-weight: bold;
  margin-bottom: 10px;
}
.add-banner-col{
  float: left;
}
.add-banner-text-col{
  margin-left: 200px;
}
.add-banner-text-col span{
  display: block;
  margin-bottom: 10px;
}
.add-banner-text-btn{
  margin-top: 20px;
}
.banner-create-content .button-primary .browse,
.cost .main-button{
  display: inline-block;
  vertical-align: top;
  height: 40px;
    line-height: 38px;
    border: 1px solid #7ec500;
    border-radius: 3px;
    background: #8ad700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
  font-size: 14px;
    font-weight: normal;
  cursor: pointer;
}
.cost .main-button{
  width: 210px;
}
.banner-create-content .button-primary .browse{
  width: 190px;
}
.banner-create-content .button-primary .browse:hover,
.cost .main-button:hover{
  opacity: 1;
    background: #8ad700;
    border-color: #8ad700;
    color: #000;
  text-decoration: none;
}
.select2-container{
  max-width: 100%;
}
.banner-form-col .select2-container{
  width: 100% !important;
}

@media (min-width: 1200px){
  .sidebar.col-md-3 {
    width: 22%;
  }
  .content.col-md-9 {
    width: 76%;
  }
  .banner-image-col {
    width: 45%;
  }
  .banner-form-col{
  width: 55%;
  }
}
@media (max-width: 991px){
  .main-wrapper{
    padding-left: 10px;
  padding-right: 10px;
  }
  main{
    margin-bottom: 20px;
  }
  .sidebar.col-sm-1.col-xs-1 .cabinet-advertising{
    display: none;
  }
  .content.col-sm-11.col-xs-11 {
    clear: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
.button-primary.button-banner-add button{
    width: 100%;
    font-size: 11px;
}
}
@media (max-width: 767px) {
  .title-banner{
    padding-top: 50px;
  
  }
  .title-banner h1{
    font-size: 30px;
  line-height: 1.3;
  }
  .banner-image-item{
    text-align: center;
  }
  #privacy_info {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
}
}
@media (max-width: 479px) {
  .title-banner h1 {
    font-size: 26px;
    line-height: 1.4;
  }
  .title-banner {
    padding: 40px 0 44px 0;
  }
  .button-primary.button-banner-add button{
    font-size: 12px;
}
.image-add .logo-add{
  width: 90px;
  height: 90px;
}
.add-banner-text-col {
    margin-left: 110px;
}
}

/*==========
  Subscribe Newsletter Style
============*/
.utf_cta_area2_block {
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: -80px;
    z-index: 2;
}
.utf_cta_area_item {
    padding-top:20px;
    padding-bottom: 80px;
    position: relative;
}
.utf_cta_area2_block {
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: -95px;
    z-index: 2;
}
.utf_cta_area2_block .utf_subscribe_block {
    background-color: #282b42;
    border-radius: 8px;
    padding: 35px 35px 40px 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 40px rgba(82,85,90,0.4);
    -moz-box-shadow: 0 10px 40px rgba(82,85,90,0.4);
    box-shadow: 0 10px 40px rgba(82,85,90,0.4);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.utf_cta_area2_block .utf_subscribe_block .section-heading .utf_sec_title_item2 {
    margin-bottom: 12px;
}
.section-heading .utf_sec_title_item {
  font-family:'Poppins', sans-serif;
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-top:5px;
}
.utf_cta_area_item .section-heading .utf_sec_meta {
    width: 100%;
}
.section-heading .utf_sec_meta {
    font-size: 20px;
    color: #808996;
    font-weight: 500;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}
.section-heading .utf_sec_title_item::before {
    position: absolute;
    content: "\f006";
    font-family:"FontAwesome";
    top:-30px;
    left: 0;
    color: #10bb23;
    font-size: 20px;
}
.utf_cta_area2_block .utf_subscribe_block:before {
    content: "\f003";
}
.utf_cta_area2_block .utf_subscribe_block:before{
    position: absolute;
    top: 45px;
    left: 0;
    color: rgba(128,137,150,0.2);
    font-family: "FontAwesome";
    font-size: 140px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
}
.utf_cta_area2_block .utf_subscribe_block:after {
    content: "\f040";
    left: auto;
    top: auto;
    right: 0;
    bottom:15px;
  position: absolute;
    color: rgba(128,137,150,0.2);
    font-family: "FontAwesome";
    font-size: 160px;
  z-index:-1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.utf_cta_area2_block .utf_subscribe_block:hover {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99);
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action {
    margin-top: 38px;
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form {
    position: relative;
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form span {
    position: absolute;
    top: 15px;
    left: 12px;
    color: #808996;
    font-size: 18px;
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form .form-control {
    height: auto;
    padding: 14px 12px 11px 40px;
    color: #707070;
    font-weight: 400;
  border-radius: 30px;
  border: 0;
    line-height: inherit;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form .utf_theme_btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 30px 30px 0;
}
.utf_theme_btn, .author-area .top-author-slider .top-author-item .topauthor__btn .author__btn, .my-button-css {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 11px 25px;
    text-transform: capitalize;
    background-color:#10bb23;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form span {
  position: absolute;
    top: 10px;
    left: 12px;
    color: #808996;
    font-size: 16px;
}
.la-envelope-o:before {
  font-family: "FontAwesome";
    content: "\f003";
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form .utf_theme_btn {
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
}
}
@media (max-width: 549px){
.utf_cta_area_item {
    text-align: center;
}
.utf_cta_area2_block .utf_subscribe_block {
    padding: 35px 20px 40px 20px;
} 
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form .form-control{
  margin-bottom:5px;
  font-size:15px;
}
.utf_cta_area2_block .utf_subscribe_block .contact-form-action form .utf_theme_btn {
    position: inherit;
    border-radius:30px;
    margin-top: 15px;
}
.section-heading .utf_sec_title_item{
  font-size:34px;
  line-height:42px;
  font-weight:500;
}
.section-heading .utf_sec_meta{
  font-size:16px;
  line-height:28px
}
}

/*==========
  Footer
============*/
#footer {
  padding:170px 0 0 0;
  background-color:#f9f9f9;
  border-top:1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  position:relative;
  height: auto;
}
#footer.footer_sticky_part {
  box-shadow: none;
}
#footer.dark {
  border-top: none;
}
#footer h4 {
  position:relative;
  color: #424242;
  font-size: 20px;
  font-weight:500;
  margin-bottom: 40px;
}
#footer h4:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -15px;
    height: 2px;
    width: 30px;
    background-color: #10bb23;
}
#footer:before {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/footer-bg.png) no-repeat;
  background-size: cover;
}
.footer-shadow {
  width: 100%;
  display: block;
  background: #fff;
  height: 200px;
  margin-top: -200px;
  position: relative;
  z-index: -1;
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.06);
}
.text-widget span {
  color: #707070;
}
.text-widget span.address {
  display: block;
  margin-bottom: 10px;
}
#footer a {
  color: #66676b;
}
#footer ul.social_footer_link {
  margin: 0 0 15px 0;
  padding: 0;
  width:100%;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}
#footer .social_footer_link li {
  position: relative;
  list-style: none;
}
#footer .social_footer_link li a {
  padding: 0 0 14px 15px;
  display: inline-block;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s; 
  color: #707070;
  font-weight:400;
  line-height: 22px;
}
#footer .social_footer_link li a:hover {
  padding-left: 25px;
  color: #10bb23;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s; 
}
#footer .social_footer_link li:before {
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0px;
  padding: 0 7px 0 0;
  color: #999;
}
.footer_copyright_part {
  color: #707070;
  border-top: 1px solid rgba(0,0,0,0.09);
  margin-top: 60px;
  text-align: center;
  padding: 40px 0;
  display: inline-block;
  width: 100%;
  font-weight:400;
}
#footer.alt .footer_copyright_part {
  margin-top: 0;
  border: none;
  padding: 25px;
}
.footer_copyright_part a {
  color: #707070;
}
#footer.dark {
  background: #222;
  color: #aaa;
}
#footer.dark a, #footer.dark h4, #footer.dark a:hover {
  color: #fff;
}
#footer.dark .text-widget, #footer.dark .text-widget span, #footer.dark .social_footer_link li a {
  color: #aaa;
}
#footer.dark .social_footer_link li a:hover {
  color: #fff;
}
#footer.dark .social_footer_link li:before {
  color: #666;
}
#footer.dark .footer_copyright_part {
  color: #aaa;
  border-top: 1px solid rgba(255,255,255,0.09);
}
#footer .utf_social_icon li a {
  opacity: 0.8;
  transition: opacity 0.35s;
}
#footer .utf_social_icon li a:hover {
  opacity: 1;
}

/*==========
  Box Icon Style
============*/
.box_icon_two {
  text-align: center;
    margin-top: 0px;
    position: relative;
    background: #fff;
    padding: 40px 20px 20px 20px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
  border-radius:20px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s; 
}
.box_icon_two:hover {
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s; 
  transform: translate3d(0, -12px, 0);  
}
.box_icon_two:hover i{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
  }
}
.box_icon_two i {
  width: 100px;
  height: 100px;
  background: #10bb23;
  border:5px solid rgba(0, 0, 0, 0.12);
  border-radius:50%;
  line-height: 100px;
  font-size: 44px;
  line-height:90px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  color: #fff !important;
  position: relative;
  z-index: 11;
}
.box_icon_two span {
  color: #666;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.box_icon_two h4 {
  margin: 4px 0;
  line-height: 26px;
}
.box_icon_two h3 {
  margin: 4px 0;
  line-height: 26px;
  font-size: 20px;
  font-weight: 500;
}
.box_icon_two p {
  margin-top: 20px;
  font-size:16px;
  line-height:28px;
  color:#808080;
}
.box_icon_two i.im-icon-Mail-withAtSign {
  font-size: 48px;
  top: 2px;
}
.icon-box-3 {
  text-align: left;
  padding-left: 90px;
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}
.icon-box-3 h4 {
  font-size: 18px;
  font-weight: 600;
}
.icon-box-3 i {
  font-size: 54px;
  color: #333;
  height: 60px;
  margin: 10px 0;
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
}
.icon-box-3 p {
  color: rgba(51,51,51,0.7);
  margin-top: 3px;
  display: inline-block;
}
.icon-box-1.rounded i, .box_icon_two.rounded i, .icon-box-3.rounded i {
  width: 110px;
  height: 110px;
  background-color: #666;
  border-radius: 50%;
  color: #fff;
  line-height: 110px;
  font-size: 50px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.rounded i:before {
  position: relative;
  z-index: 11;
}
.icon-box-1.rounded i, .box_icon_two.rounded i, .icon-box-3.rounded i {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transform: translate3d(0, 0, 0) rotate(0);
}
body .icon-box-1.rounded:hover i, body .box_icon_two.rounded:hover i, body .icon-box-3.rounded:hover i {
  color: #fff;
}
.icon-box-1.rounded i:after, .box_icon_two.rounded i:after, .icon-box-3.rounded i:after {
  content: "";
  width: 120%;
  height: 0px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 8;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-out;
  opacity: 0;
  transform: translate3d(50%, -50%, 0) scale(1) rotate(45deg);
}
.icon-box-1.rounded:hover i:after, .box_icon_two.rounded:hover i:after, .icon-box-3.rounded:hover i:after {
  height: 145%;
  opacity: 0.1;
}
.icon-box-1.rounded.dark i, .box_icon_two.rounded.dark i, .icon-box-3.rounded.dark i {
  background-color: #222;
}
.icon-box-1.rounded.light i, .box_icon_two.rounded.light i, .icon-box-3.rounded.light i {
  color: #333;
  background-color: #f2f2f2;
}
.icon-box-3.rounded {
  padding-left: 120px;
}
.icon-box-3.rounded i {
  width: 90px;
  height: 90px;
  font-size: 40px;
  line-height: 90px;
}
body .white-text {
  color: #fff;
}
.white-text .icon-box-1 p, .white-text .box_icon_two p, .white-text .icon-box-3 p, .white-text .icon-box-4 p {
  color: rgba(255,255,255,0.85);
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text .icon-box-1 h4, .white-text .box_icon_two h4, .white-text .icon-box-3 h4, .white-text .icon-box-4 h4, .white-text .icon-box-1 i, .white-text .box_icon_two i, .white-text .icon-box-3 i, .white-text .icon-box-4 i {
  color: #fff;
}

@media (max-width: 1659px) {
.icon-box-3.rounded {
  padding-left: 110px;
}
.icon-box-3.rounded i {
  width: 80px;
  height: 80px;
  font-size: 38px;
  line-height: 80px;
}
}
table.basic-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  margin-bottom: 15px;
}
table.basic-table th {
  background-color: #66676b;
  text-align: left;
  color: #fff;
  vertical-align: top;
  font-weight: 500;
}
table.basic-table th:first-child {
  border-radius: 4px 0 0 4px;
}
table.basic-table th:last-child {
  border-radius: 0 4px 4px 0;
}
table.basic-table th, table.basic-table td {
  padding: 15px 28px;
}
table.basic-table tr:nth-child(odd) {
  background-color: #f6f6f6
}
table.basic-table {
  margin-bottom: 0;
}
.share-buttons {
  padding: 0;
  list-style: none;
}
.share-buttons li {
  display: inline-block;
  margin: 0 6px 8px 0;
}
.share-buttons li a {
  background: #fff;
  border: 1px solid #666;
  border-radius: 50px;
  font-weight: 500;
  font-size: 13px;
  padding: 7px 20px;
  transition: 0.3s;
  display: inline-block;
  line-height: 17px;
  font-weight: 500;
}
.share-buttons li a:hover {
  color: #fff;
}
.share-buttons li i {
  font-size: 16px;
  position: relative;
  right: 3px;
  top: 1px;
}
.share-buttons li a.fb-share:hover {
  background: #3b5998;
  color: #fff;
}
.share-buttons li a.fb-share {
  border-color: #3b5998;
  color: #3b5998;
}
.share-buttons li a.twitter-share:hover {
  background: #1da1f2;
  color: #fff;
}
.share-buttons li a.twitter-share {
  border-color: #1da1f2;
  color: #1da1f2;
}
.share-buttons li a.gplus-share:hover {
  background: #dd4b39;
  color: #fff;
}
.share-buttons li a.gplus-share {
  border-color: #dd4b39;
  color: #dd4b39;
}
.share-buttons li a.pinterest-share:hover {
  background: #bd081c;
  color: #fff;
}
.share-buttons li a.pinterest-share {
  border-color: #bd081c;
  color: #bd081c;
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #fff;
}
h2.headline_part, h3.headline_part {

    font-size: 30px;
    line-height: 40px;
    margin: 15px 0 30px 0;
    font-weight: 500;
    text-align: center;

}
h2.headline_part span {
  font-size: 20px;
  line-height: 30px;
}

.eVgERt > :not(:last-child) {

    margin-right: 4px;

}
.rkPOC button svg {

    position: absolute;
    top: 0px;
    left: 0px;

}
.eVgERt svg {

    min-width: 16px;

}
.hLHkjS > svg, .hLHkjS > svg * {

    fill: currentcolor;

}
.rkPOC.rkPOC button span {

    max-width: 100%;

}
.sc-qcrOD .iSUKoQ {

    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;

}
.iSUKoQ {

    text-decoration: underline;
    white-space: nowrap;

}
.deGaYK {

    display: flex;

}
.eVgERt {

    display: flex;
    cursor: pointer;

}
.cJQRLJ {

    max-width: 1210px;
    min-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    background-color: 

    transparent;
    z-index: 11;
    padding-top: 10px;
    padding-bottom: 10px;

}
.sc-pDboM.deGaYK li:not(:last-child) {

    margin-right: 10px;

}
.eVgERt > :not(:last-child) {

    margin-right: 4px;

}
.eVgERt > :not(:last-child) {

    margin-right: 4px;

}
.rkPOC button svg {

    position: absolute;
    top: 0px;
    left: 0px;

}
.rkPOC button {

    position: relative;
    padding-left: 20px;
    max-width: 100%;

}
.eVgERt {

    display: flex;
    cursor: pointer;

}
.hLHkjS {

    border: medium none;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-left: 0px;
    width: auto;
    outline: currentcolor none medium;
    overflow: visible;
    cursor: pointer;
    -moz-appearance: none;
background: transparent none repeat scroll 0% 0%;
font-style: inherit;
font-variant: inherit;
font-stretch: inherit;
font-size-adjust: inherit;
font-kerning: inherit;
font-language-override: inherit;
font-feature-settings: inherit;
text-align: left;
line-height: 16px;
font-weight: 400;
font-size: 12px;
letter-spacing: 0.2px;
color:rgb(51, 51, 51);
text-decoration: underline;

}
.kcdDPY {

    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;

}
.rkPOC {

    margin-right: auto;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.2px;
    color: 

    rgb(133, 133, 133);
    display: flex;
    overflow: hidden;
    width: calc(100% - 425px);

}
.gUFtHj {

    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.2px;
    display: block;
    text-align: center;
    margin-top: 5px;

}
.eVgERt > :not(:last-child) {

    margin-right: 4px;

}
.iSUKoQ {

    text-decoration: underline;
    white-space: nowrap;

}
.utf_category_small_box_part i {

    font-size: 36px;
    line-height: 70px;
    display: block;
    background: rgba(255, 255, 255, 0.12);
    border: 3px solid rgba(255, 255, 255, 0.05);
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin: 10px auto 0 auto;
    text-align: center;
    color: white;

}
@media(max-width: 767px) {
#logo {

    position: absolute;
    width: 100%;
    text-align: center;
    left: 9px;
    right: 0;
}
#logo img {
    max-height: 48px;
}
}


/*==========
  Header
============*/
#header {
  position: relative;
  z-index: 999;
  padding: 23px 0 13px 0;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
  font-size: 16px;
}
.header_widget {
    position: relative;
    top: 7px;
    height: 54px;
}
.header_widget .button, .header_widget .button.border {
  background:#10bb23;
  border:1px solid transparent;
  color:#fff;
  margin:0 5px;
  min-width: 120px;
  text-align: center;
  position: relative;
  line-height: 26px;
  font-weight: 500;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.header_widget .button, .header_widget .button.border:hover {
  background:transparent;
  border:1px solid #10bb23;
  color:#10bb23;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.header_widget .button.with-icon:last-child {
  margin-right:0
}
.header_widget .button.border i {
  font-size: 18px;
  padding: 0px 7px 0 0px;
  top: 1px;
  display: inline-block;
  position: relative;
}
.header_widget .sign-in {
  position: relative;
  color: #333;
  margin-right: 25px;
  top: 10px;
  display: inline-block;
  vertical-align: top;
}
.header_widget .sign-in i {
  padding-right: 4px;
  font-size: 15px;
}
.header_widget .sign-in:hover {
  color: #66676b;
}
header.fullwidth_block .container {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
.fl_left{
  float:left;
}
.fl_right{
  float:right;
}
.utf_left_side {
  float: left;
  width: 68%;
  display: inline-block;
}
.utf_right_side {
  float: right;
  width: 32%;
  display: inline-block;
}
#logo, #navigation {
  float: left;
}
#logo {
  margin-right: 40px;
}
.header_widget {
  text-align: right;
}
#header.cloned {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}
#header.cloned {
  background-color:rgba(255, 255, 255, 0.98);
}
#header.cloned #logo img {
  transform: translate3d(0, 0, 0);
  max-width: 140px;
  margin-top: 1px;
}
#header.cloned {
  padding: 18px 0 7px 0;
}
.sticky-logo {
  display: none;
}
#header.cloned.unsticky {
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
  transform: translate(0, -100%) scale(1);
  transition: 0.3s;
}
#header.cloned.sticky {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) scale(1);
  transition: 0.3s;
}


/*==========
  Navigation
============*/
#navigation {
  position: relative;
  display: block;
}
#navigation ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#navigation ul a {
  display: block;
  text-decoration: none;
}
#navigation ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0
}
#navigation ul li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 99999;
}
#navigation ul ul li {
  float: none;
}
#navigation ul ul ul {
  top: -1px;
  left: 100%;
  margin: 0;
}
#navigation ul ul {
  margin: 6px 0 0 0px;
}
#navigation ul li ul:before {
    content: '';
    position: absolute;
  left: 25px;
    bottom: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #eaeaea;
}
#navigation ul li ul li ul:before {
    content: '';
    position: absolute;
    left: -20px;
    bottom: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #eaeaea transparent;
    transform: rotate(-90deg);
    top: 10px;
}
#navigation ul li:hover>ul {
  opacity: 1;
  visibility: visible;
}
#navigation ul li a:after, #navigation ul ul li a:after {
  font-family: "FontAwesome";
  opacity: 0.5;
}
#navigation ul li a:after {
  content: '\f101';
  padding-left: 7px;
  font-weight:400;
}
#navigation ul ul li a:after {
  content: '\f101';
  position: absolute;
  right: 15px;
  top: 7px;
}
#navigation ul li a:only-child:after {
  content: '';
  padding: 0;
}
#navigation ul ul li a:only-child:after {
  content: '';
}
#navigation ul ul {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
  border-radius: 4px;
  font-size: 15px;
  border:1px solid rgba(0, 0, 0, 0.05);
}
#navigation ul ul li {
  border-radius: 4px;
}
#navigation ul ul li:last-child {
  border-bottom: none;
}
#navigation ul li:hover ul a, #navigation ul ul a {
  line-height: 27px!important;
  padding: 8px 15px!important;
  line-height: 24px!important;  
}
#navigation ul li:hover ul a, #navigation ul ul a:last-child{
  border-bottom:0;
}
body #navigation ul ul {
  padding:0;
  box-sizing: border-box;
}
#navigation ul ul li {
  width: 220px;
}
#navigation ul ul li:hover {
  border-radius: 0;
}
#navigation ul ul li:first-child {
  border-radius: 4px 4px 0 0;
}
#navigation ul ul li:last-child {
  border-radius: 0 0 4px 4px;
}
#navigation ul ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  transform: translate3d(0, 15px, 0);
}
#navigation ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
#navigation.style_one .current {
  background-color: transparent;
  color: #10bb23;
}
#navigation.style_one {
  margin-top: 0px;
}
#navigation.style_one .current:after {
  opacity: 1;
}
#navigation.style_one ul li {
  transition: all 0.25s;
}
#navigation.style_one ul li a {
    color: #444;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}
#navigation.style_one ul li:not(:last-child) a::after {

    content: "•";
    padding-left: 17px;
    font-weight: bold;
    font-size: 20px;

}
#navigation.style_one ul li:last-child a {

    content: " ";
    font-weight: bold;
    margin-top: 12px;

}
#navigation.style_one ul li:hover a {
  color: #10bb23;
}
#navigation.style_one ul ul li a {
  color: #444!important;
}
#navigation.style_one ul ul li {
  opacity: 0.8;
}
#navigation.style_one ul ul li:hover {
  opacity: 1;
}
#navigation.style_one ul a {
  line-height: 32px;
  font-weight:400;
  padding: 5px 15px 15px 15px;
}
#navigation.style_one ul li {
  margin: 0 2px;
}
#navigation.style_one ul ul li {
  margin: 0;
  border-radius: 0;
  border-bottom:1px solid rgba(0, 0, 0, 0.07);  
}
#navigation.style_one ul ul li:last-child{
  border-bottom:0;
}
#navigation.style_one ul ul li:first-child {
  border-radius: 4px 4px 0 0;
}
#navigation.style_one ul ul li:last-child {
  border-radius: 0 0 4px 4px;
}
#navigation ul ul li a:after {
  opacity: 0.5;
  transition: all 0.25s;
  transform: translateX(-5px);
}
#navigation ul li ul li a:hover{
  color:#10bb23 !important;
} 
#navigation ul ul li:hover a:after {
  opacity: 1;
  transform: translateX(0);
}

/*==========
  Listing Slider Style
============*/
.utf_listing_slider {
  background-color: #fff;
}
.utf_listing_slider .slick-next:hover, .utf_listing_slider .slick-prev:hover, .utf_listing_slider .slick-next, .utf_listing_slider .slick-prev {
  background-color: rgba(20,20,20,0.45);
  color: #fff;
  height: 44px;
  width: 44px;
  border-radius:6px;
  text-align: center;
  transition: 0.4s;
}
.utf_listing_slider .slick-next:hover, .utf_listing_slider .slick-next {
  right: 7.5%;
  transform: translate(50px, -50%);
}
.utf_listing_slider .slick-prev:hover, .utf_listing_slider .slick-prev {
  left: 7.5%;
  transform: translate(-50px, -50%);
}
.utf_listing_slider:hover .slick-next {
  transform: translate(60px, -50%);
}
.utf_listing_slider:hover .slick-prev {
  transform: translate(-60px, -50%);
}
.utf_listing_slider .slick-next:hover:before, .utf_listing_slider .slick-prev:hover:before, .utf_listing_slider .slick-prev::before, .utf_listing_slider .slick-next::before {
  font-size: 18px;
  line-height: 44px;
  position: relative;
  color: #fff;
}
.utf_listing_slider .slick-prev::before {
  left: -1px;
}
.utf_listing_slider .slick-next::before {
  left: 1px;
}
.utf_listing_slider .slick-next:hover {
  transform: translate(64px, -50%);
}
.utf_listing_slider .slick-prev:hover {
  transform: translate(-64px, -50%);
}
.utf_listing_slider .item.slick-slide:before {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  background: #222;
  z-index: 100;
  visibility: visible;
  opacity: 0.1;
  transition: 0.3s ease-in-out;
}
.utf_listing_slider .item.slick-slide:hover:before, .utf_listing_slider .slick-next, .utf_listing_slider .slick-prev {
  opacity: 0;
  visibility: hidden;
}
.utf_listing_slider:hover .slick-next, .utf_listing_slider:hover .slick-prev {
  opacity: 1;
  visibility: visible;
}
.utf_listing_slider .slick-next:hover, .utf_listing_slider .slick-prev:hover {
  background-color:#10bb23;
  color: #fff;
}
.utf_listing_detail_sidebar {
  padding: 0;
  list-style: none;
  font-size: 15px;
  margin-bottom: -5px;
  position: relative;
  display: block;
}
.utf_listing_detail_sidebar li {
  display: block; 
  position: relative;
  padding:8px 0 8px 28px;
    line-height: 28px;
  color: #66676b;
  font-size:15px;
  font-weight:400;
    border-bottom: 1px solid #e8e8e8;
}
.utf_listing_detail_sidebar li a {
  color: #66676b;
  font-weight:400;
  transition: 0.3s;
}
.utf_listing_detail_sidebar li a:hover{
  color:#10bb23;
  padding-left:5px
}
.utf_listing_detail_sidebar li i {
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 16px;
  color: #888;
}
.utf_listing_detail_sidebar.social-profiles {
  margin-top: 10px;
}
.utf_listing_detail_sidebar.social-profiles li {
  line-height: 22px;
  padding-left: 25px;
}
.utf_listing_detail_sidebar.social-profiles li i {
  top: 13px;
}
.utf_listing_detail_sidebar li a.facebook-profile i, .utf_listing_detail_sidebar li a.facebook-profile {
  color: #3b5998;
}
.utf_listing_detail_sidebar li a.twitter-profile i, .utf_listing_detail_sidebar li a.twitter-profile {
  color: #1da1f2;
}
.utf_listing_detail_sidebar li a.gplus-profile i, .utf_listing_detail_sidebar li a.gplus-profile {
  color: #dd4b39;
}
.utf_listing_detail_sidebar li a.gplus-profile {
  padding-left: 4px;
}
.utf_hosted_by_user_title {
    padding: 0 0px 18px 110px;
    margin: 0px 0 5px;
    display: block;
  min-height:100px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.utf_hosted_by_user_title h4 {
    font-size: 18px;
    transition: .2s;
    line-height: 28px;
    font-weight: 500;
    margin: 15px 0 10px;
    vertical-align: bottom;
}
.utf_hosted_by_user_title h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin-bottom: 2px;
}
.utf_hosted_by_user_title h4 span{
  color:#888888
}
.utf_hosted_by_user_title h4 span i{
  color:#10bb23;
  margin-right:3px;
}
.utf_hosted_by_avatar_listing {
    max-width:150px;
    overflow: hidden;
    border-radius:50px;
  border:3px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: -5px;
    image-rendering: -webkit-optimize-contrast;
}
.utf_hosted_by_avatar_listing img{
  width:90px;
  height:90px;
}
.utf_box_widget {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  transform: translate3d(0, 0, 0);
  border:1px solid rgba(0, 0, 0, 0.02);
  position:relative;
  z-index:1;
}
.utf_box_widget p{
  font-size:15px;
  line-height:26px;
}
.booking_widget_box{
  zoom: 1;
    z-index: 2;
}
.add-review-photos {
    font-weight: 500;
    padding: 6px 10px;
    color: #666;
    background-color: #ededed;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: auto;
    transition: 0.3s;
    cursor: pointer;
    line-height: 20px;
    float: right;
    top: -25px;
}
#utf_add_comment label{
  font-size:16px;
  font-weight:500;
  margin-bottom: 8px;
}
.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
    cursor: pointer;
}
.add-review-photos i{
  color:#10bb23;
  margin-left: 3px;
    transition: 0.3s;
    font-size: 16px;
    position: relative;
    top: 2px;
}
.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.add-review-photos:hover, .add-review-photos:hover i{
  background:#10bb23;
  color:#fff;
}

/*==========
  Box Widget Style
============*/
.utf_box_widget h3 {
  width:100%;
  font-size: 20px;
  line-height:40px;
  padding: 0 0 20px;
  margin: 5px 0 20px 0;
  display: block;
  font-weight:500;  
  text-align:left;
  border-bottom: 1px solid #e8e8e8;
}
.utf_box_widget h3 i {
  margin-right: 10px;
  color:#fff; 
  width:40px;
  height:40px;
  background:#10bb23;
  padding:10px;
  border-radius:50%;
}
.utf_box_widget h3 i.sl-icon-clock {
  position: relative;
  top: 1px;
}
.utf_box_widget h3 i.fa-calendar-check-o {
  position: relative;
  top: -1px;
}
.utf_box_widget h5 {
  font-size:18px;
  font-weight:600;
  color:#525252;
  margin-bottom:12px;
}
a.send-message-to-owner.button {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 20px;
  margin-top: 20px;
  margin-bottom: -5px;
}
input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  outline: none;
  font-size: 15px;
  color: #808080;
  margin: 0 0 16px 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow:0 4px 8px 0 rgba(0,0,0,0.03);
  font-weight: 400;
  opacity: 1;
  border-radius: 6px;
}
select {
  padding: 15px 18px;
  cursor: pointer;
}
.main_input_search_part_item .utf_chosen_select{
  background:#fff;
  border:0 #fff;
}
input {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus {
  color: #808080;
  transition: box-shadow 0.2s!important;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
  border: 1px solid #d8d8d8;
  opacity: 1;
}
input[type="submit"] {
  border: none;
  padding: 11px 18px;
  width: auto;
}
input[type="checkbox"] {
  display: inline;
}
input[type="radio"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  box-shadow: none;
}
::-webkit-input-placeholder {
color:#888;
opacity:1;
}
:-moz-placeholder {
color:#888;
opacity:1;
}
::-moz-placeholder {
color:#888;
opacity:1;
}
:-ms-input-placeholder {
color:#888;
opacity:1;
}
#logo img {
    max-height: 37px;
    width: auto;
    transform: translate3d(0, 0, 0);
}
#ModalNorm {

    z-index: 2070;

}
textarea {
  height: auto;
  line-height: 24px;
  padding: 15px;
  min-height: 130px;
  transition: none!important;
  min-width: 100%;
}
label, legend {
  display: block;
  font-weight: bold;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 8px;
  font-weight:400;
}
label span, legend span {
  font-weight: normal;
  font-size: 14px;
  color: #444;
}
/*==========
  Main Inner Search Block
============*/
.main_inner_search_block {
  position: relative;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  padding-bottom: 30px;
}
.main_inner_search_block select {
  border: none;
  padding-top: 2px;
  padding-bottom: 0;
  height: 44px;
  box-shadow: none;
}
.main_input_search_part {
  margin-top: 50px;
  border-radius: 50px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 6px;
  border:3px solid rgba(0, 0, 0, 0.12);
  max-height: 70px; 
}
.main_input_search_part_item {
    flex: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 2px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    width: 29%;
}
.main_input_search_part > form {
    width: 100%;
}
.main_input_search_part .main_input_search_part_item:nth-last-child(2) {
  border-right: none;
  padding-left: 15px;
  padding-right: 15px;
}
.main_input_search_part_item.location a {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #c0c0c0;
  padding: 10px 0;
  background:transparent;
}
.main_input_search_part_item.location a i{
  font-weight:600;
}
.main_input_search_part_item.location a:hover {
  color: #10bb23;
}
.main_input_search_part input, .main_input_search_part input:focus {
  font-size: 16px;
  border: none;
  background: #fff;
  margin: 0;
  padding: 0;
  height: 44px;
  line-height: 44px;
  box-shadow: none;
}
.main_input_search_part button.button {
  font-size: 18px;
  font-weight: 400;
  padding: 0 40px;
  margin-right: 1px;
  height: 50px;
  outline: none;
}
.gray-style.main_input_search_part {
  box-shadow: none;
  background-color: #f7f7f7;
  top: -10px;
  position: relative;
}
.gray-style .main_input_search_part_item.location a, .gray-style.main_input_search_part input, .gray-style.main_input_search_part input:focus {
  background: #f7f7f7;
}
.gray-style .main_input_search_part_item {
  border-color: #e0e0e0;
}
.utf_listing_section .detail-video iframe {
  max-width: 100%;
  border:4px solid rgba(0, 0, 0, 0.2);
  border-radius:20px;
}
/*==========
  Search Container Block
============*/
.search_container_block {
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 500px;
    z-index: 9;
}
.search_container_block:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background:rgba(0, 0, 0, 0.6);
}
.search_container_block h2 {
  font-size: 42px;
  color:#fff;
  margin-bottom:15px;
  font-weight:600;
  text-align:center;
}
.search_container_block h4 {
  font-size: 22px;
  font-weight: 400;
  color: #ccc;
  line-height: 32px;
  text-align:center;
}
.utf_video_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
}
.search_container_block video {
  top: 50%;
  transform: translateY(-52%);
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  background-size: cover;
  transition: 1s opacity;
  position: absolute;
}
.search_container_block.overlay_dark_part:before {
  background: rgba(0, 0, 0, 0.70);
}
.search_container_block.overlay_dark_part h2 {
  color: #fff;
}
.search_container_block.overlay_dark_part h4 {
  color: rgba(255,255,255,0.7);
}





/*==========
  Button Style
============*/
button.button, input[type="button"], input[type="submit"], a.button.border, a.button {
  background-color:#10bb23;
  top: 0;
  padding: 10px 20px;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-right: 6px;
  overflow: hidden;
  border: none;
  border-radius: 30px;
}
input[type="button"], input[type="submit"] {
  line-height: 28px;
  height: auto;
  padding: 10px 20px;
}
button.button:before, a.button:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
}
button.button:hover:before, a.button:hover:before {
  opacity: 0.1;
}
a.button.white {
  background-color: #fff;
  color: #333;
}
button.button {
  line-height: 26px;
}
a.button.border:before {
  display: none;
}
.centered_content a.button.border {
  background-color: #10bb23;
  color:#fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.centered_content a.button.border:hover {
  background-color: transparent;
  color: #10bb23;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
a.button.border {
  background-color: transparent;
  color: #10bb23;
  border: 1px solid #10bb23;
  padding: 8px 20px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
a.button.border:hover {
  background-color: #10bb23;
  color: #fff;
  opacity: 1;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
a.button.border.white {
  border-color: #fff;
  color: #fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
a.button.border.white:hover {
  background-color: #fff;
  color: #66676b;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
button.button.fullwidth_block, a.button.fullwidth_block {
  width: 100%;
  text-align: center;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
a.button.white.border:hover {
  color: #333;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.button i {
  padding-right: 4px;
}
.centered_content {
  text-align: center;
}
.centered_content .button {
  min-width: 130px;
}
.chosen-container-single .chosen-drop {
    margin-top: 4px !important;
}
.main_input_search_part_item .chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none !important;
}
.main_input_search_part_item select {
  width: 100%;
}
a.button.border {
  font-weight: 500;
}
.utf_progress_button {
  transition: background-color 0.4s ease;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}
.utf_progress_button span {
  position: relative;
  z-index: 11;
}

.chosen-container-single .chosen-single span {

    line-height: 47px !important;

}
.place.abs.zt200.place_link.on_dekstop {

    display: none;

}
.chosen-single b {
  display: none !important;
}
#header .left_block .logo {

    background: url(../img/logo.png) no-repeat;
    width: 103px;
    height: 97px;
    border: none;
    border-radius: 0;

}
/*==========
  Main Input Search Style
============*/
.main_input_search_part_item .chosen-container-single .chosen-single, .main_input_search_part_item .chosen-single.chosen-container-active {
  position: relative;
  display: block;
  overflow: visible;
  padding: 0 0 0 15px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #888;
  border-radius: 4px;
  z-index: 100;
  box-shadow: none;
  transition: all 0.3s;
}
.main_input_search_part_item .chosen-container-active .chosen-single, .main_input_search_part_item .chosen-container-active .chosen-choices {
  border: 1px solid #fff;
}
.main_input_search_part_item .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #fff;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
}
.main_input_search_part_item .chosen-container {
  font-size: 16px;
}
.main_input_search_part_item .chosen-container .chosen-drop {
  border: none;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  font-size: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 99;
}
.slider_chosen_drop .chosen-container .chosen-drop {
  display:inline-grid;
  height:150px;
} 
.main_input_search_part_item .chosen-single:after {
  content: "";
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  left: 0;
  height: 10px;
  background: #fff;
  z-index: 112;
  opacity: 1;
  tranition: all 0.3s;
}
.main_input_search_part_item .chosen-container-single .chosen-single span {
  display: inline-block;
  vertical-align: top;
}
.main_input_search_part .chosen-container-single .chosen-single div {
  display: inline-block;
  position: relative;
  top: 0px;
}
.main_input_search_part .chosen-container-single .chosen-search {
  padding: 3px 15px;
  margin-bottom: 5px;
}
.main_input_search_part .chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 6px 20px 6px 6px;
  width: 100%;
  height: 40px;
  outline: 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 9;
  background-color: #fcfcfc;
  border-radius: 4px;
}
.main_input_search_part_item .chosen-container .chosen-results {
  position: relative;
  z-index: 10000
}
.gray-style .main_input_search_part_item .chosen-container-single .chosen-single, .gray-style .main_input_search_part_item .chosen-single.chosen-container-active {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}
.main_input_search_part_item .chosen-container.chosen-with-drop {
  border-radius: 4px;
}
.gray-style .main_input_search_part_item .chosen-single::after {
  display: none;
}
.gray-style .main_input_search_part_item .chosen-container-active.chosen-with-drop .chosen-single, .gray-style .main_input_search_part_item .chosen-container .chosen-drop {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
}
.gray-style .main_input_search_part_item .chosen-container .chosen-drop {
  border-top: none;
}











/*=========
  Responsive Style
=========*/
@media (max-width: 1366px) {
.fullwidth_block-slick-carousel.category-carousel .slick-slide {
  height: 320px;
}
.utf_dashboard_stat_icon {
  font-size: 40px;
}
.search_container_block {
  height: 575px;
}
}
@media only screen and (max-width: 1365px) {
header.fullwidth_block.dashboard .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 40px;
  width: 100%;
}
.dashboard #logo {
  background:transparent;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    margin-top: 28px;
    width: 40%;
  top:0;
    text-align: center;
    left: 0;
    right: 0;
}
.utf_dashboard_navigation, .dashboard #logo {
    min-width: auto;
    max-width: auto;
}
.dashboard #logo a {
  margin-left: 0;
  display: inline-block;
  height: 100%;
}
.dashboard #logo a.dashboard-logo {
  display: none;
}
.dashboard #logo a img {
  top: 0;
  position: relative;
  transform: none
}
.utf_user_menu {
  margin: 0 25px 0 25px;
}
.utf_user_menu ul {
  left: -25px;
  right: auto;
}
}

@media (max-width: 1239px) {
#navigation.style_one {
  margin: 25px 0 5px -5px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0;
  position: relative;
}
#navigation.style_one:before {
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  top: 0;
  left: 5px;
  content: "";
  background: #e8e8e8;
  width: 940px;
}
.utf_inner_booking_listing_list {
    line-height: 30px;
}
.fullwidth_block #navigation.style_one:before {
  background: linear-gradient(to right, #e8e8e8 90%, #fff);
}
.utf_listing_item-container.list-layout .utf_listing_item-image {
  flex: 3;
}
.utf_listing_slider, .utf_listing_slider .item {
  height: 30vh;
  min-height: 400px;
  max-height: 400px;
}
#header.cloned {
  display: none;
}
}

@media (max-width: 1024px) {
#navigation.style_one {
  margin: 0;
  padding-top: 0;
}
#navigation.style_one:before {
  display: none;
}
.header_widget {
  margin-bottom: 5px;
  height: 64px;
}
.utf_testimonial_box{
  border-radius:20px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
.utf_user_menu ul {
  right: -25px;
  left: auto;
}
}
@media only screen and (min-width: 992px) and (max-width: 1239px) {
.fs-inner-container.map-fixed {    
    padding-top: 165px;
}
.header_item_half {
    position: fixed;
  z-index: 999;
  float: left;
  width: 100%;
  background: #fff;
}
.utf_listing_item-container.compact .utf_star_rating_section, .utf_listing_item-container .utf_star_rating_section {
    padding: 15px 10px;
    left: 10px;
    right: 10px;    
}
}
@media only screen and (min-width: 1260px) and (max-width: 1360px) {
.utf_listing_item-container .utf_star_rating_section{ 
  padding: 15px 10px;
    left: 10px;
    right: 10px;    
}
}
@media only screen and (min-width: 992px) and (max-width: 1239px){
.listing_item_social li {
    margin-bottom: 8px;
} 
}
@media (max-width: 991px) {
.search_container_block {
  height: 680px;
}
.main_input_search_part{
  margin-top:30px;
}
.main_inner_search_block {
  top:53%
}
.main_popular_categories_list{
  padding-left:0;
}
.main_popular_categories{
  margin-top:10px !important;
}
.main_input_search_part select, .main_input_search_part select:focus {
  font-size: 16px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px 0px rgba(0,0,0,0.08);
  background: #fff;
  height: 55px;
  padding: 12px 18px;
  border-radius: 4px;
}
.slick_carousel_slider{
  overflow:hidden;
}
#dashboard {
  padding-top: 0!important;
}
.utf_dashboard_navigation {
  min-width: 90%;
  max-width: 90%;
  margin: 0 5%;
  border-radius:6px;
  position: relative;
  min-height: auto;
  opacity: 1;
  visibility: hidden;
  max-height: 0;
  padding: 0;
  transition: all 0.3s;
}
.utf_dashboard_navigation.active {
  margin-top:10px;
}
.utf_dashboard_navigation.active ul{
  margin-top:0;
}
.utf_dashboard_navigation.active ul, .utf_dashboard_navigation.active {
  opacity: 1;
  visibility: visible;
  max-height: 900px;  
}
.utf_dashboard_navigation ul, .utf_dashboard_navigation.active ul li ul, .utf_dashboard_navigation ul li ul {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s;
}
.utf_dashboard_navigation.active ul li.active ul {
  visibility: visible;
  opacity: 1;
  max-height: 300px;
}
#header_part.fixed {
  position: relative;
  top: 0;
  width: 100%;
}
.utf_dashboard_content {
  padding: 30px 5%;
  padding-bottom: 0;
  height: auto;
  margin-left: 0px;
}
header.fullwidth_block.dashboard .container {
  padding: 0 5%;
}
.main_inner_search_block {
  transform: translate(0, -51%);
}
a.utf_dashboard_nav_responsive {
  width: 90%;
  margin: 0 5%;
  margin-top: 40px;
  background-color: #333;
  border-radius: 30px;
  color: #fff;
  text-align:center;
  padding: 16px 30px;
  font-weight: 400;
  transition: 0.2s;
  display: block;
}
a.utf_dashboard_nav_responsive i {
  margin-right: 5px;
}
.utf_messages_block_inner {
  display: block;
}
.utf_messages_block_inner .utf_user_messages_block {
  max-width: 100%;
  width: 100%;
  border-right: none;
  display: none;
}
.main_input_search_part .button{
  text-align:center;
  width:100%;
}
.main_input_search_part {
  border-radius:10px;
  display: block;
  padding:20px;
  max-height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: none;
}
.gray-style.main_input_search_part {
  background-color:#f7f7f7;
}
.gray-style .main_input_search_part_item, .main_input_search_part_item {
  border-color: transparent;
}
.gray-style .main_input_search_part_item .chosen-container-active.chosen-with-drop .chosen-single, .gray-style .main_input_search_part_item .chosen-container .chosen-drop{
  background:#fff;
}
.main_input_search_part button.button {
  margin-top: 10px;
}
.main_input_search_part_item {
  margin-bottom: 10px;
}
.main_input_search_part_item, .main_input_search_part .main_input_search_part_item:nth-last-child(2) {
  padding: 0;
}
.main_input_search_part_item .chosen-container-single .chosen-single, .main_input_search_part_item .chosen-single.chosen-container-active, .gray-style .main_input_search_part_item .chosen-container-single .chosen-single, .gray-style .main_input_search_part_item .chosen-single.chosen-container-active, .gray-style.main_input_search_part input, .gray-style.main_input_search_part input:focus, .main_input_search_part input, .main_input_search_part input:focus {
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  border-radius: 4px;
  background: #fff;
  border:0;
  width: 100%;
  box-shadow: 0 1px 3px 0px rgba(0,0,0,0.08);
}
.gray-style.main_input_search_part input, .gray-style.main_input_search_part input:focus, .main_input_search_part input, .main_input_search_part input:focus {
  padding: 0 20px;
}
.gray-style .main_input_search_part_item.location a {
  background: #fff;
}
.gray-style .main_input_search_part_item .chosen-single {
  border-bottom: 1px solid #e0e0e0;
  transition: border 0s;
}
.main_input_search_part_item .chosen-container-single .chosen-single, .main_input_search_part_item .chosen-container-active.chosen-with-drop .chosen-single {
  border:0;
  box-shadow: none;
  transition: 0s;
}
.main_input_search_part_item .chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom: 0;
}
.main_input_search_part_item .chosen-container .chosen-drop {
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: none;
}
.gray-style .main_input_search_part_item .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
}
.main_input_search_part_item .chosen-single::after {
  display: none;
}
.simple-slick-carousel .slick-dotted .slick-slider {
  margin-bottom: 0;
  width: 100%;
  left: 0;
}
.box_icon_two.box_icon_with_line::before {
  display: none;
}
.container .row div.padding-right-30 {
  padding-right: 15px!important;
}
.utf_listing_item-container.list-layout:hover {
  transform: none;
}
.utf_listing_item-container.list-layout .utf_listing_item-inner {
  position: relative;
  top: auto;
  transform: none;
  padding: 30px;
  left: 0;
}
.utf_listing_item-container.list-layout .utf_listing_item {
  display: block;
  height: auto;
  padding: 0;
}
.utf_listing_item-container.list-layout .utf_listing_item .listing-badge {
  display: none;
}
.utf_listing_item-container.list-layout .utf_listing_item-image {
  min-height: auto;
}
.utf_listing_item-container.list-layout .utf_listing_item-details {
  position: relative;
  bottom: auto;
  right: auto;
  left: 0;
  top: -15px;
  margin: 0px 30px 15px 30px;
  padding: 5px 20px;
  background-color: #eee;
  border-radius: 50px;
  font-size: 14px;
  width: auto;
  display: inline-block;
}
#titlebar {
  padding: 40px 0 20px;
  margin-bottom: 60px;
}
.utf_panel_dropdown {
  margin-right: 4px;
  display: block;
  width: 100%;
}
.fullwidth_block-filters .sort-by {
  display: block;
  width: 100%;
}
.fullwidth_block-filters .sort-by label, .fullwidth_block-filters .sort-by .utf_sort_by_select_item{
  float: left;
  margin-top: 10px;
}
.utf_panel_dropdown {
  margin-top:0;
  float:left;
  width:auto;
}
.utf_panel_dropdown a, .fullwidth_block-filters .sort-by .chosen-container-single .chosen-single {
  background: #f3f3f3;
}
.utf_panel_dropdown .utf_panel_dropdown-content, .fullwidth_block-filters .utf_panel_dropdown.float-right .utf_panel_dropdown-content {
  left: 0;
  right: auto;
  width: 400px;
  max-width: 70vw;
}
.fullwidth_block-filters .sort-by .chosen-container.chosen-with-drop .chosen-drop, .fullwidth_block-filters .sort-by .chosen-container .chosen-drop {
  left: 0;
  right: auto;
  margin-left: 0;
}
.fs-inner-container.map-fixed {
  height: 500px;
  position: relative;
  top: 0;
  padding-top: 0!important;
  width: 100%;
}
.fs-inner-container.content {
  width: 100%;
  padding-top: 0!important;
  overflow:hidden;
}
.buttons-to-right, .utf_dashboard_list_box .button.to-right {
  position: relative;
  transform: none;
  top: 0;
  margin: 10px 0 0 0;
  opacity: 1;
  right: auto;
}
.utf_list_box_listing_item-img {
  max-width: 168px;
}
.utf_add_review-photos {
  float: left;
  top: 0;
}
.utf_add_review-box {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 36px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  margin-top: 70px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.utf_listing_slider .slick-next:hover, .utf_listing_slider .slick-next {
  right: 100px
}
.utf_listing_slider .slick-prev:hover, .utf_listing_slider .slick-prev {
  left: 100px
}
.utf_listing_slider, .utf_listing_slider .item {
  height: 30vh;
  min-height: 400px;
  max-height: 400px;
}
.listing-nav-container.cloned .listing-nav {
  display: none;
}
.utf_opening_day .chosen-container {
  vertical-align: initial;
}
.utf_dashboard_content .utf_dashboard_list_box-static {
  margin-bottom: 20px;
}
#googlemaps {
  height: 30vh!important;
  padding-bottom: 0!important;
}
.utf_contact_map {
  display: block;
}
.utf_contact_map #utf_single_listing_map_block {
  flex: 1;
  position: relative;
  padding-top: 0;
  display: block;
  height: 300px;
}
.utf_contact_map .address-box-container {
  width: 100%;
}
}
@media (max-width: 527px) {
.utf_panel_dropdown {
  margin-bottom:10px;
}
}
@media (max-width: 991px) {
.utf_listing_item-container.list-layout .utf_listing_item-inner{
  padding:20px;
}
}
@media (max-width: 767px) {
.utf_listing_features {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
#dialog_signin_part .mfp-close::after, #dialog_signin_part .mfp-close::before, #small-dialog .mfp-close::after, #small-dialog .mfp-close::before {
  top: 3px; 
}
.slick-dots{
  bottom:-30px;
}
.utf_payment_logo{
  display:none;
}
.fs-container .fs-listings, .fs-switcher{
  padding:0;
}
.fs-container div.search{
  padding:40px 20px;
}
.listing_item_social li{
  margin-bottom:8px;
}
.simple_slick_carousel_block{
  margin-left:15px;
  margin-right:15px;
}
.slick_carousel_slider{
  overflow:hidden;
}
.messages-headline_part h4 {
  display: block;
}
.message-action {
  display: inline-block;
  float: none;
  margin-top: 15px;
  background-color: #f2f2f2;
  border-radius: 50px;
  padding: 4px 20px;
  text-align: center;
}
.utf_glooph{
  width:100%;
  margin:5px 0; 
}
.utf_add_listing_part_headline_part h3{
  font-size:18px;
}
.utf_add_listing_part_headline_part{
  padding:20px;
  width: calc(100% + 40px);
    left: -20px;
}
.utf_dashboard_list_box-static {
    padding:20px;
} 
.utf_opening_day {
    margin-bottom: 10px;
}
.add_utf_listing_section{
  padding:0 20px 20px 20px;
}
#bottom_backto_top {
  display: block;
  margin-bottom:40px;
  margin-right:15px;
}
.small_dialog_header {
  width: calc(100% + 60px);
  left: -30px;
  padding:20px;
}
#dialog_signin_part, #small-dialog {
  background: #fff;
  padding: 30px;
  padding-top: 0;
}
#dialog_signin_part .mfp-close, #small-dialog .mfp-close {
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
}
.utf_list_box_listing_item {
  display: block;
}
.utf_list_box_listing_item_content .inner {
  position: relative;
  top: 0;
  transform: translateY(0);
  display: inline-block;
}
.header_widget {
  height: auto;
}
.utf_list_box_listing_item-img {
  max-width: 100%;
}
.utf_list_box_listing_item_content {
  padding-left: 0;
  padding-top: 10px;
}
.pricing_info {
    overflow: hidden;
    padding: 10px 0 20px;
}
#titlebar {
  padding: 40px 0 20px;
  margin-bottom: 40px;
}
#utf_map_container.fullwidth_block-home-map .zoomControlWrapper {
  top: 15px!important;
}
.utf_pricing_container_block {
  display: block;
}
.plan.featured {
  transform: none;
}
#breadcrumbs {
  position: relative;
  display: block;
  margin-top: 15px;
}
#breadcrumbs ul li {
  margin: 0 10px 0 0;
}
.utf_by_comment .numerical-rating, .utf_by_comment .utf_star_rating_section {
  position: relative;
  right: 0;
  top: 7px;
  display: block;
  width: 100%;
  float: none;
  height: 30px;
}
.avatar {
  display: block;
}
.mmenu-trigger {

    width: 100% !important;
    text-align: center;
    position: relative;
    top: 70px !important;
    border: none !important;
    border-radius: 0 !important;

}
.hamburger::before {

    content: "МЕНЮ";
    color: white;
    display: block;
    margin-left: -75px;
    position: relative;
    top: 9px;
    font-size: 18px;

}
.utf_comment_content {
  padding: 0;
}
.small_dialog_header h3 {
  padding: 0;
  margin: 0;
  font-size: 22px;
  padding-right: 80px;
  line-height: 30Px;
}
#dialog_signin_part, #small-dialog {
  max-width: 90vw;
}
.listing-nav li a {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
  width: 100%;
  display: block;
  padding-left: 0;
  border-color: #e8e8e8;
}
.listing-nav li {
  margin-right: 0;
  display: block;
}
.listing-nav-container .listing-nav li:first-child a {
  padding-top: 0;
}
.listing-nav-container.cloned .listing-nav li:first-child a.active, .listing-nav-container.cloned .listing-nav li:first-child a:hover, .listing-nav li:first-child a, .listing-nav li a.active, .listing-nav li a:hover {
  border-color: #e8e8e8;
}
.utf_dashboard_content .checkboxes label {
  width: 100%;
}
.pricing-list-item td {
  display: block;
  width: 100%;
  position: relative;
}
.pricing-list-item td .fm-input, .pricing-list-item td .fm-input.pricing-price, .pricing-list-item td .fm-input.pricing-name {
  max-width: 100%;
  margin-right: 0;
}
.pricing-list-item td .fm-close {
  text-align: left;
  position: absolute;
  top: 4px;
  right: 0;
}
.utf_about_author img {
  width: 70px;
  height: 70px;
}
.utf_about_description {
  margin: 2px 0 0 100px;
}
#posts-nav li {
  position: relative;
  width: 100%;
}
#posts-nav li a {
  padding: 0!important;
}
#posts-nav li a::before {
  display: none;
}
#posts-nav li.next-post {
  text-align: left;
  margin-bottom: 30px;
}
.comments ul li ul {
  margin: 0;
}
.avatar img {
  max-width: 80px;
}
.utf_comment_content {
  padding: 0 0 0 85px;
}
.comments ul li ul li::before {
  top: 25px;
}
.comments ul li, .comments ul li ul li, .comments ul li ul li ul li, .comments ul li ul li ul li{
  margin-top:20px;
}
.utf_comment_content {
  padding: 0 0 20px 0;
}
.testimonial::after {
  display: none;
}
.utf_testimonial_box {
  padding:20px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1239px) {
#navigation.style_one ul a {
    line-height: 32px;
    padding: 5px 10px 15px 10px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 979px) {
.utf_user_menu{
  display:block;
}
.utf_glooph{
  width:47%;
}
}
@media (max-width: 979px){
.main_input_search_part_item.location a{
  padding:10px 0;
}
.utf_price_plan_features{
  margin-bottom:30px;
}
.utf_booking_payment_option_form{
  margin-bottom:40px;
}
.sidebar-search{
  margin-bottom:70px;
  margin-top:30px !important;
}
.chosen-container-single .chosen-single div{
  right:0px;
}
#utf_add_listing_part .chosen-container-single .chosen-single div{
  right:20px;
}
.main_input_search_part_item .chosen-container-single .chosen-single div{
  right:0px;
}
.utf_user_menu{
  display:block;
  margin:0px 0 30px 25px;
}
#contact{
  margin-bottom:30px !important;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
.dashboard #logo {
    background: transparent;
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 0;
    width: 100%;
    top: 0;
    text-align: left;
    left: 0;
    right: 0;
}
}
@media only screen and (min-width: 1240px) and (max-width: 1365px) {
.dashboard #logo {
    min-width: 240px;
    max-width: 240px;
}
}
@media only screen and (min-width: 1240px) and (max-width: 1366px) {
header.fullwidth_block.dashboard .container {
    padding-left: 270px;
}
.dashboard #logo {
    display: block;
    background-color: #2a2a2a;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    box-shadow: none;
}
.dashboard #logo a.dashboard-logo {
    display:block;
}
.dashboard #logo a {
    display: none;
  margin-left:30px;
}
.utf_left_side {
    float: left;
    width: 70%;
    display: inline-block;
}
.utf_right_side {
    float: right;
    width: 28%;
    display: inline-block;
}
.dashboard #logo a img {
    top: 50%;
    position: relative;
    transform: translate3d(0, -50%, 0);
}
}
@media only screen and (min-width: 1367px) and (max-width: 1700px) {
.utf_left_side {
    float: left;
    width: 70%;
    display: inline-block;
}
.utf_right_side {
    float: right;
    width: 28%;
    display: inline-block;
}
}
@media (max-width: 767px){
.header_widget {
    margin-bottom: 0px;
}
#offcanvasNavbar {
 display: flex; 
}
.search_categorie_block{
  display:block
}
.add-review-photos {
    float: left;
    top: -5px;
}
.utf_dashboard_list_box .sort-by .utf_sort_by_select_item {
  display: none;
}
a.close-list-item {
  opacity:0;  
}
.utf_dashboard_list_box ul li:hover a.close-list-item {
  opacity:0;
}
.category_container_item_part a img{
  width:100%;
  object-fit: cover;
  height:300px;
}
.utf_box_widget{
  padding:20px;
}
#footer ul.social_footer_link{
  min-height:180px;
}
.search_container_block h2 {
  font-size: 30px;
  line-height: 40px;
}
.search_container_block h4 {
  font-size:18px;
  line-height:30px;
}
.headline_part span{
  font-size: 16px;
  line-height:28px
}
h2.headline_part, h3.headline_part{
  font-size:26px;
  line-height:36px;
}
.sl-icons-demo .col-md-3{
  width:100%;
  margin:5px 0;
}
.box_icon_two {
  margin-top:10px;
}
.utf_text_content h2 {
    margin-bottom: 30px;
    line-height: 38px;
    font-size: 26px;
}
.utf_text_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.recent_booking{
  display:none;
}
}
@media (max-width: 609px){
.tp-caption .utf_rev_description_text{
  line-height:26px !important;
  margin-top:-5px !important;
  font-size:17px !important;
}
.rev_slider .tp-mask-wrap :last-child{
  margin-top:5px !important;
  font-size:14px !important;
}
}
@media (max-width: 510px){
.utf_signin_form ul.utf_tabs_nav li{
  width:100%;
  margin-bottom:10px;
}
}
@media (max-width: 479px){
.header_widget {
    margin-bottom: 0px;
}
.utf_box_widget h3{
  font-size:18px;
}
.utf_box_widget h3 i {
    width: 34px;
    height: 34px;
    padding: 8px;
  font-size:16px;    
  margin-right:5px;
}
.utf_text_content{
  padding:80px 0;
}
ul.main_popular_categories_list li a {
  width: 155px !important;
  height: 92px;
}
.main_inner_search_block {
  padding-top: 203px !important;
}
.utf_dashboard_list_box a.rate-review{
  padding:3px 10px;
  margin-top:60px;
}
.add-pricing-submenu.button, .add-pricing-list-item.button{
  padding:7px 13px;
}
.utf_listing_item-container.compact .utf_star_rating_section {
    padding: 15px 10px;
    bottom: -25px;
    left: 10px;
    right: 10px;
}
.utf_listing_item-container .utf_star_rating_section{
  padding:15px 10px;
  left: 10px;
    right: 10px;
}
.lost_password, .form_forgot_part .checkboxes{
  width:100%;
  margin-bottom:10px;
  text-align:center;
}
.tp-caption .utf_rev_description_text{
  line-height:25px !important;
  margin-top:-5px !important;
  font-size:16px !important;
}
.rev_slider .tp-mask-wrap :last-child{
  margin-top:10px !important;
  font-size:14px !important;
}
.listing_message {
    float: left;
    margin: 0 auto;
    margin-top: 20px;
}
.utf_pricing_list_section span {
    right: 10px;
    font-weight: 600;
    font-size: 13px;
    padding: 2px 15px;
    border-radius: 30px;
}
}
@media (max-width: 359px){
.utf_right_side .header_widget a.button.border{
  padding:8px 15px;
}
}
@media (max-width: 480px) {
.utf_tabs_nav.blog li, .utf_tabs_nav.blog li a, .utf_tabs_nav li, .utf_tabs_nav li a {
  width: 100%;
  padding: 0;
  border-radius: 3px;
  text-align: center;
  border-bottom: none;
}
.utf_about_author img {
  display: none;
}
.utf_about_description {
  margin: 0;
}
.utf_user_menu {
  margin: 10px 0 20px 25px;
  top: 0;
  display: block;
}
.header_widget .sign-in {
  position: relative;
  display: block;
  top: 0px;
  margin-bottom: 10px;
  margin-right: 25px;
}
}
.main_popular_categories {
    display: inline-block;
    margin: 15px auto 0 auto;
    width: 100%;
}
.main_popular_categories h3{
  font-size:18px;
  font-weight:400;
  color:#fff;
  text-align:center;
  margin:10px 0 20px 0;
}
ul.main_popular_categories_list {
    display: block;
    margin: 0 auto;
    text-align: center;
  padding-left:0;
}
ul.main_popular_categories_list li {
    margin: 5px;
    list-style: none;
    display: inline-block;
    text-align: center;
}
ul.main_popular_categories_list li a {
    background: rgba(255, 255, 255, 0.07);
    position: relative;
    width: 150px;
    height: 105px;
    display: block;
    overflow: hidden;
    color: #ffffff;
    border-radius:6px;
    padding: 7px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
ul.main_popular_categories_list li a:hover{
  background:#10bb23;
  color:#fff
}
.utf_box {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding-top: 16px;
  text-align:center;
  font-weight:600;
    box-shadow: 0px 0px 16px 0px rgba(2, 2, 2, 0.1);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(2, 2, 2, 0.1);
}
.utf_box i {  
    font-size: 26px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 2600px) and (min-width: 1400px) {
.utf_testimonial_part{
  background-size: cover;
}
.parallax{
  background-size:100%
}
.utf_left_side {

    float: left;
    width: 65%;
    display: inline-block;

}
.utf_right_side {
    float: right;
    width: 35%;
    display: inline-block;
}
}
@media only screen and (max-width: 1199px) and (min-width: 980px) {
.utf_search_map_section li{
  margin-right:10px;
}
.utf_common_button{
  padding:0 10px !important
}
.listing_filter_block .utf_search_map_section ul {
    padding-left: 10px;
}
}
@media only screen and (max-width: 1239px) and (min-width: 980px) {
ul.main_popular_categories_list{
  padding-left:0;
} 
ul.main_popular_categories_list li a{
  width:140px;
} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.utf_dashboard_list_box{
  margin-bottom:20px;
}
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
ul.main_popular_categories_list li a{
  width:105px;
}
ul.main_popular_categories_list li a p{
  font-size:14px;
}
ul.main_popular_categories_list{
  padding-left:0;
}
.utf_glooph{
  width:46%;
}
.sl-icons-demo .col-md-3{
  width:48%;  
}
.fa-icons-demo .col-md-4{
  width:47%;
}
.utf_category_small_box_part {
  padding:55px 20px;
}
.chosen-container-single .chosen-single div:after {
  right:0;
}
}
body.home-2 .banner p {
    color: #fff;
    opacity: .92;
    margin: 0 auto 15px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.9;
}
h4.headline {
    font-size: 22px;
    line-height: 32px;
    margin: -5px 0 30px 0;
    margin-top: -5px;
}
@media (max-width: 767px){
.utf_category_small_box_part {
  padding:30px 10px;
  border-radius:10px;
}
.utf_category_small_box_part span{
  top:10px;
  right:10px;
}
.utf_listing_categorybox{
  margin:10px 0;
}
.utf_listing_categorie .col-xs-12{
  padding-left:0;
  padding-right:0;
}
.simple_slick_carousel_block .utf_carousel_item {
    padding: 10px 0px 0 0px;
}
.utf_listing_section .social-contact a, .utf_post_content .social-contact a{
  margin-bottom:10px;
}
.utf_dashboard_list_box ul li{
  padding:20px 10px 20px 10px;  
}
.utf_search_map_section li {
    margin-right: 0;
    margin-bottom: 15px !important;
}
.chosen-container-single .chosen-single div:after {
  right:0;
}
.utf_add_review-box{
  padding:30px 20px;
}
.fa-icons-demo .col-md-4{
  width:100%;
  margin:10px 0;
}
}
@media (max-width: 639px){
.search_container_block {
    height: 1000px;
}
.main_search_block {
    height: 680px;
}
ul.main_popular_categories_list li a{
  width:130px;
  height:100px
}
.utf_box p{
  font-size:14px;
}
.search_container_block:before{
  height:98%
}
.main_search_block:before{
  height:100%
}
.main_popular_categories{
  margin-top:20px;
}
.main_inner_search_block {
    top: 51%;
}
ul.main_popular_categories_list{
  padding-left:0;
}
}
.utf_coupon_widget {
    border-radius:10px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    transition: .3s;
    display: block;
}
.utf_coupon_overlay {
    background-color: #000;
    position: absolute;
  border-radius:10px;
  opacity: .8;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.utf_coupon_widget a.utf_coupon_top {
    padding: 30px;
    position: relative;
    z-index: 10;
    text-align: center;
    cursor: default;
    display: block;
    cursor: pointer;
    background: rgba(255,255,255,.07);
}
.utf_coupon_widget a.utf_coupon_top h3 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    font-weight: 500;
    color: #fff;
  padding-bottom:15px;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.utf_coupon_widget .utf_coupon_bottom {
    margin: 0;
    position: relative;
    z-index: 10;
    text-align: center;
  padding:15px;
    border-radius: 0 0 4px 4px;
}
.utf_coupon_expires_date{
  background-color:#10bb23;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 15px;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
}
.utf_coupon_used {
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    color: rgba(255,255,255,.85);
}
.utf_coupon_used strong{
  font-weight:600;
}
.utf_coupon_bottom p {
    display: inline-block;
  margin-bottom:0;
  margin-right:10px;
}
.utf_coupon_code {
  background:rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 16px;
  font-weight:500;
    letter-spacing: 2px;
    display: inline-block;
    padding: 4px 20px;
    border-radius:6px;
    position: relative;
    z-index: 11;
    text-transform: uppercase;
    transition: .4s;
    border: 2px dashed rgba(255, 255, 255, 0.4);
}
.header-button .dashboard_header_button_item:first-child {
    padding-left: 15px;
    margin-right: 25px;
}
.header-button .dashboard_header_button_item {
    cursor: pointer;
}
.dashboard_header_button_item i{
  position:relative;
  font-size:20px;
  line-height:30px;
}
.dashboard_header_button_item:hover i{
  color:#323232
}
.dashboard_header_button_item {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 9px 10px 11px 10px;
  margin-top:3px;
  align-items: center;
  background: #f9f9f9;
  border-radius: 30px;
  margin-right: 30px;
  width: 46px;
  height: 46px;
  vertical-align: middle;
  text-align: center;
}
.header-button .dashboard_header_button_item > i {
    vertical-align: middle;
    font-size: 28px;
    margin-top: 10px;
}
.has-noti > i::after {
    content: '';
    height: 8px;
    width: 8px;
    background:#10bb23;
    position: absolute;
    border-radius: 100%;
    top:-5px;
    right: -5px;
}
.header-button .dashboard_header_button_item > i {
    font-size: 28px;
}
.header-button .dashboard_header_button_item .dashboard_notifi_dropdown {
    top: 60px;
    left: auto;
    right: -68px;
    transform-origin: right top;
}
.dashboard_notifi_item {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid #f2f2f2;
    transition: all .5s ease;
}
.dashboard_notifi_dropdown, .setting-dropdown {
    position: absolute;
    z-index: 9999;
    min-width: 250px;
    background: #fff;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.12);
    transform: scale(0);
    transition: all .4s ease;
    transform-origin: right top;
  border-radius:4px;
    top: 100%;
    left: 0;
}
.dashboard_notifi_title {
    padding: 22px;
    border-bottom: 1px solid #f2f2f2;
    cursor: default;
  text-align:left;
}
.dashboard_notifi_title p {
    margin-bottom:0;
    font-size: 14px;
    color: grey;
}
.dashboard_notifi_item .content {
    width: calc(100% - 55px);
    text-align: left;
    font-size: 14px;
}
.pad-tb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.bg-c1.red i {
    background: #10bb23;
}
.dashboard_notify_bottom a:hover{
    color: #10bb23;    
}
.dashboard_notify_bottom a {
    color: #666;
    font-weight: 400;
}
.dashboard_notifi_item .content p {
    color: #555;
    line-height: 1.5;
    padding-top: 5px;
    margin-bottom:0px;
}
.dashboard_notifi_item .content p b{
  font-weight:600;
}
.dashboard_notifi_item .content .date {
    font-size: 12px;
    color: #999;
}
.dashboard_notifi_item:hover {
    background: #f7f7f7;
}
.bg-c1 {
    display: flex;
    margin-top: 10px;
}
.bg-c1.green i {
    background:rgba(84, 186, 29, 1);
}
.bg-c1 i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    color: #fff !important;
}
.header-button .dashboard_header_button_item .dashboard_notifi_dropdown {
    top: 60px;
    left: auto;
    right: -68px;
    transform-origin: right top;
}
.show-dropdown .js-dropdown {
    transform: scale(1);
}
.dashboard_notifi_dropdown {
    left: -300px;
    top: 61px;
}
.dashboard_notifi_dropdown::before {
    content: '';
    position: absolute;
    right: 12px;
    bottom: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}
@media only screen and (max-width: 1024px) {
.utf_user_menu {
    display: block;
    margin: 0px 0 30px 100px;
}
.dashboard_header_button_item {
    position: relative;
    display: inline-block;
    cursor: pointer;
    align-items: center;
    float: left;
}
.dashboard_notifi_dropdown {
    right: -300px;
  left:0;
    top: 62px;
}
.dashboard_notifi_dropdown::before {
    content: '';
    position: absolute;
  right:0;
  width: 26px;
    left: 10px;
    bottom: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}
.dashboard_notifi_dropdown, .setting-dropdown {
    transform-origin: left top;    
}
}
@media only screen and (max-width: 767px) {
.utf_user_menu {
    top:9px;
} 
.dashboard_notifi_dropdown {
    right: -300px;  
}
.home_main_search_part {
    height: 850px;
}

}
@media only screen and (max-width:479px) {
.home_main_search_part {
    height: 1000px;
}
}
@media only screen and (max-width: 365px) {
.dashboard_notifi_dropdown {
    right: -240px;  
}
}
a.social_bt.facebook_btn{
    background-color: #3b5998;
}
a.social_bt.google_btn {
    background-color: #dc4e41;
}
a.social_bt.facebook_btn i, a.social_bt.google_btn i{
    text-align: left;
    padding-left: 10px;
    float: left;
}
a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}
a.social_bt {    
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    display: block;
    padding: 15px;
    line-height: 1;
    border-radius: 30px;
    position: relative;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.booking_widget_box h3 .price{
    float:right;
}
.booking_widget_box h3 .price>span {
    font-size: 24px;
    font-weight: 600;
}
.booking_widget_box h3 .price>span>small {
    font-size: 13px;
    font-weight: 500;
    padding-left:4px;
    color:#707070;
}
.add_to_wishlist{
    width:220px;
    font-size:16px;
    font-weight: 400;
    margin: 0 auto;
    display: block;
}
.reviews-container{
    margin-top:30px;  
  margin-bottom:30px; 
}
#review_summary {
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    border-radius:10px;
}
#review_summary, .reviews-container .progress-bar {
    background-color: #0054a6;
}
#review_summary strong {
    font-size: 42px;
    display: block;
    line-height: 1;
    font-weight: 700;
}
#review_summary em {
    font-style: normal;
    font-weight: 500;
    display: block;
}
#review_summary small {
    font-size: 86%;
    font-weight:400;
}
.review_progres_title small{
    margin-top: -5px;
    display: block;
    font-size: 90%;
}
.review_progres_title small strong{
    font-weight:500
}
.reviews-container .progress {
    margin-bottom: 14px;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height:16px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius:30px;
}
#review_summary, .reviews-container .progress-bar {
    background-color: #10bb23;
}
.booking_widget_box .select_date_box{
    position:relative
}
.booking_widget_box .select_date_box i{
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    right: 28px;
    z-index: 10;
    color: #999;
}
.unique_search_block:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.4);
}
.search-input-icon{
    width:330px;
    padding:0 0px 0 20px;
    position:relative;
    margin-top:3px;
}
.search-input-icon input{
    padding-right:30px;
    background: #fff;
}
.search-input-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
    z-index: 10;
    color: #999;
}
.option-set {
    text-align: center;
    display: inline-block;
    padding: 15px 0px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.option-set li {
    display: inline-block;
    margin-right: 2px;
}
.option-set li a {
    padding: 5px 16px;
    display: block;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.07);
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    border-radius: 6px;
    background-color: #ffffff;
    color: #666;
    line-height: 26px;
    transition: all .3s;
}
.option-set li a.selected {
    color: #fff;
    background-color: #10bb23;
}
.option-set li a:hover {
    color:#fff;
    background-color: #10bb23;
}
.category_container_item_part a .featured {
  color: #fff;
    background-color: #F12C15;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 50px 0 15px;
    position: absolute;
    left: -130px;
    text-align: center; 
    text-transform: uppercase;
    top: -75px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    width: 180px;
    z-index:99;
}
@media (max-width: 991px) {
.search-input-icon{
    width:100%;
    padding:0;  
}
.isotope-wrapper .col-md-12{
    width:100%;
}
}
@media (max-width: 767px) {
.option-set li a{
    margin-bottom:10px;
}
.option-set li:last-child a{
    margin-bottom:0;
}
}
@media (max-width: 1259px) {
.reviews-container{
    margin-top:30px;  
  margin-bottom:30px;
  padding-bottom:10px;
  border-bottom:1px solid #e0e0e0;
}
.review_progres_title{
  margin-top:10px;
  float:left;
}
.reviews-container .col-lg-9{
  margin-top:10px;
}
.reviews-container .col-lg-9 .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 100px;
}
.reviews-container .col-lg-9 .col-lg-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    width: 72%;
  margin-top: 10px;
  float:left;
}
.reviews-container .col-lg-9 .col-lg-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 80px;
  margin-top:10px;
  float:left;
}
}
@media (max-width: 320px){
.header_widget .button, .header_widget .button.border{
    min-width: 110px; 
}
}
@media (max-width: 639px) {
.reviews-container .col-lg-9 .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 90px;
}
.reviews-container .col-lg-9 .col-lg-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    width: 48%;
    margin-top: 10px;
    float: left;
}
.reviews-container .col-lg-9 .col-lg-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 70px;
    margin-top: 10px;
    float: left;
}
}

.text-content p {
    margin-bottom: 15px;
}
body p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

.modal-header {
  display: flex;
  justify-content: start;
}

.close {
  position: absolute;
  right: 20px;
}