html{visibility:hidden;color:#000;background:#FFF}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(/css/OpenSans-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/css/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/css/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(/css/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(/css/OpenSans-CondBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/css/OpenSans-CondLight.ttf') format('truetype');
}

html, body {
overflow-x: hidden;
 height: 100%;
 margin: 0;
 padding: 0;
}

body {
  overflow: auto;
  color:#53535b;
  font-family: 'Open Sans', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -ms-font-smoothing: subpixel-antialiased;
  -o-font-smoothing: subpixel-antialiased;
  -webkit-perspective-origin: top left;
  font-size:1em;
  line-height:130%;
  width: 100%;
  //border-top: 5px solid #008ed0;
}

.expi {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/images/expand.svg');
  margin-bottom: -3px;
}
.az {
  width: 18px;
  height: 18px;
  background-image: url('/images/az.png');
  margin-bottom: -5px;
}
.phrases {
  display: none;
  min-height: 20px;
  max-height: 140px;
  overflow: auto;
  margin: 0px 0px 30px 0px;
  font-size: 95%;
}
.phrase:hover {
  cursor: pointer;
  background-color: #efffe8;
}
.phrase {
  display: block;
  padding: 10px 0px 10px 0px;
  //margin-bottom: 10px;
  border-bottom: 1px dashed #c4c4c4;
  text-align: center;
  transition: background 0.2s ease-in-out;
}
.phrase:last-child {
  border-bottom: 0px;
}
.selphrase {
  padding: 7px;
  display: inline-block;
  border: 1px solid #ababab;
  border-radius: 4px;
  cursor: pointer;
}
.mesp > .content-inner {
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/images/paper-plane.svg');
}
.micon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/images/sprt.png') no-repeat;
  margin-bottom: -3px;
  /*transform: scale(0, 1.0);*/
}
.object-block2-button:hover > .pi {
  background-position: -20px 0px;
}
.mi {
  background-position: -40px 0px;
}

.object-block2-button:hover > .mi {
  background-position: -60px 0px;
}

#contactFormContent {
  display: none;
}
#contactForm {
  display: block;
  width: 100%;
  box-sizing: border-box;
  //border: 1px solid red;
}

.bw {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}

.test {
    background-image: -webkit-gradient(linear,0% 0%,25% 100%,from(#ff2c2c),to(#7a5e91));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*
::-webkit-scrollbar{
    width:7px;
}
::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #777;
}
::-webkit-scrollbar-track{
    border-width:0;
}
::-webkit-scrollbar-track:hover{
    background-color: #eee;

}
*/
.notify-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999;
}

.notify-acr {
  display: block;
  text-transform: uppercase;
  height: 20px;
  max-width: 500px;
  padding: 16px;
  overflow: hidden;
  border-radius: 3px;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  color:#fff;
}

.wrapper {
  position: relative;
  min-height: 100%;
}

.catLine {
  display:inline-block;width:280px;overflow:hidden;white-space:nowrap;margin-right:6px;
}
.catLine2 {
  display:inline-block;width:105px;overflow:hidden;white-space:nowrap;margin-right:6px;
}
.catLine3 {
  display:inline-block;width:105px;overflow:hidden;white-space:nowrap;margin-right:6px;
  text-align: center;
}
.lng-title {
  vertical-align:top;min-width:240px;max-width:240px;display:inline-block;overflow:hidden;
  margin-right: 5px;
  font-weight: bold;
}

.topsearch {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('/images/search.svg');
  background-size: contain;
  width:16px;
  height: 16px;
}

.messageBlock {
  display: block;
  padding: 0px 0px 40px 0px;

}
.message {
  display: block;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
  max-width: 100%;

}
/**/
.red {
  color: #e21225;
}

.red-border {
  display: block;
  padding: 10px 0 10px 0;
  font-size: 104%;
  color:#ff3b3b;
}

.categories_list {
  font-size: 140%;
  margin-bottom: 20px;
  display: block;
}

.itemblock {
  display: block;
  padding: 20px 0px 31px 10px;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 15px;
}
.itemblock-text {
  display: inline-block;
  //margin-bottom: 18px;
  vertical-align: top;
}
.itemblock-text-title {
  display: inline-block;
  font-weight: bold;
  font-size: 96%;
  width: 250px;
  overflow: hidden;
  //white-space:nowrap;
}
.ai-b-b-web {
  margin-bottom: 15px;
}
#user-main-page {
  padding-top: 35px;
}
.region {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin-right: 5px;
  padding-bottom: 4px;
}
.user-button {
  display: inline-block;
  border: 1px solid #575757;
  border-radius: 3px;
  padding:3px 6px 5px 6px;
  color:#575757;
  font-size: 96%;
  vertical-align: top;
  margin: -4px 0px 0px 25px;
  cursor: pointer;
  min-width: 125px;
  text-align: center;

}


.user-button:hover {
  border: 1px solid #575757;
  color:#ffffff;
  background-color: #575757;
}

.object-block1 {
  display: inline-block;
  width: 65%;
  //border: 1px solid red;
  padding-top: 5px;


}

.object-block1-descr {
  display: block;
  padding: 25px 0px 35px 0px;

}
.object-block1-minitext {
  font-size: 83%;
}

.object-block1-image {
  display: block;
  width: 100%;
  height:443px;
  background-color: #f9f9f9;
  margin-top: 5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.all-user-items-text {
  display:inline-block;margin:10px 0px 0px 5px;
  font-size: 90%;
}
.all-user-items-text ul {
  color:#575757;
  //margin: 0;
  font-size: 92%;
  padding: 0;
}

.all-user-items-right {
  display: inline-block;
  float: right;
  text-align: right;
  font-size: 115%;
  font-weight: 400;

}

/**/

.all-user-items-thumb {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #bebebe;
  border-radius: 1px;
}
.all-user-items-link {
  display: inline-block;
  vertical-align: top;
  //font-weight: bold;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 110%;

  //white-space: nowrap;
}
.til {
  max-width: 70%;display:inline-block;vertical-align:top;
}

.sendmes {
	display:block;
	position:absolute;
	background-color:rgba(0,0,0,0.8);
	width:100%;
  margin-top:-100px;
	height:100%;
	z-index:9999;
  padding-top: 100px;
  overflow: hidden;

}

/**/
#sidebar {
//border: 1px solid red;
overflow: hidden;
}
.object-block2 {
  display: inline-block;
  width: 33%;
  float: right;
  padding-top: 5px;
}
.work-images {
		display: block;
		width:100%;
		height:340px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		background-color:#f9f9f9;
		//position:relative;

}

.pricelabel {
  display: block;
  width: 335px;
  height: 85px;
  background-repeat: no-repeat;
  background-image: url('/images/plp.png');
  //background-image: url('/images/plp.svg');
  background-size: contain;
  padding-left: 25px;
  margin-bottom: 5px;
}
.pricelabel-text {
  font-size: 200%;
  text-align: center;
  padding: 32px 0px 0px 0px;
  //vertical-align: middle;
  text-transform: uppercase;

}
.object-block2-button {
  margin: 5px 0 0 51px;
  display: block;
  width:280px;
  border: 1px solid #828283;
  color:#828283;
  border-radius: 3px;
  padding:12px 0 12px 0;
  text-align: center;
  font-size: 123%;
}
.object-block2-button:hover {
  background-color: #828283;
  border: 1px solid #828283;
  color:#ffffff;
  cursor: pointer;
}
.object-block2-map {
  display: block;
  background-repeat: no-repeat;
  background-image: url('/images/mapbg.png');
  background-size: cover;
  background-position: center;
  margin: 5px 0 0 51px;
  width:282px;
  padding:25px 10px 25px 36px;
  border-radius: 3px;
  box-sizing: border-box;
  //min-height: 130px;
  border: 1px solid #bebebe;
}
.object-block2-maptext {
  font-size: 90%;
}
.object-block2-maptext-img {
  position:absolute;margin-left:-28px;
}
.object-block2-user {
  display: block;
  margin: 35px 0 0 51px;
  width:280px;
  font-size: 95%;
  vertical-align: top;

}
.object-block2-user-text {

  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.smallt {
  font-size: 86%;
}

.user {
  display: inline-block;
  width:32px;
  height:32px;
  background-repeat: no-repeat;
  background-image: url('/images/user.svg');
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}


input[type=checkbox].css-checkbox {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;}

input[type=checkbox].css-checkbox + label.css-label {
padding-left:23px;
height:18px;
display:inline-block;
line-height:18px;
background-repeat:no-repeat;
background-position: 0 0;
//font-size:18px;
//vertical-align:super;
cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
background-position: 0 -18px;
}
label.css-label {
background-image:url('/images/check.png');
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.imageProcess {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  width:30px;
  height: 30px;
  background-size: contain;
  background-image: url('/images/loader.gif');
}
.user-first-block {
  display: block;
  background-color: #333333;
  //min-height: 100px;

}
.user-avatar-circle {
  display: inline-block;
  margin-left: 45px;
  height: 150px;
  width: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 6px #5d5d5d;
  border-radius: 80px;
}
.user-near-avatar-block {
  vertical-align: top;
  display: inline-block;
  margin: 10px 0px 0px 20px;

  white-space:nowrap;
  max-width: 70%;


}
.user-bold-text {
  //font-weight: bold;
  font-size: 310%;
  color: #ffffff;
  overflow: hidden;
  line-height: 1.5em;
}
.user-common-text {
  font-size: 88%;
  color: #828283;
  margin: 0px 0px 5px 5px;
  //vertical-align: super;
}

.portfolio-delete-photo, .ad-delete-photo {
	float:right;
	color:#ff0000;
	margin-top:-5px;
  font-size: 200%;
  cursor: pointer;
}
.portfolio-delete-photo:hover, .ad-delete-photo:hover {
	transition:all .1s ease;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
#mar {
  margin: 0 0 0 5px;
}

img.emoji {
  cursor: pointer;
  height: 1.2em;
  width: 1.2em;
  margin: 0 .05em 0.3em .1em;
  vertical-align: -0.5em;
}

.user-common-text > img.emoji {
  -webkit-filter: grayscale(1) contrast(1);
  filter: grayscale(1) contrast(1);

}


























.notifyBlock {
  display: inline-block;
  position: absolute;
  margin-left: 8px;
  margin-top: 12px;
}
.notify- {
display: none;
//width:300px;
//position: absolute;
//margin-left: 8px;
}


.lang-button-a {
  float: right;
}
.lang-button-a:hover > .lang-area {
  display: block;
}
.lang-button {
  display: inline-block;
  //padding: 5px 10px 3px 10px;
  //border: 1px solid #008ed0;
  //border-radius: 3px;
  margin: 0px 0px 0px 24px;
  //color: #008ed0;
  cursor: pointer;
}
.lang-area {
  position: absolute;
  display: none;
  width:80px;
  background-color: #ffffff;
  //margin-top: 5px;
  border-bottom: 2px solid #f0f0f0;
  text-align: center;
  padding: 8px 0px 8px 0px;
}
.lang-area > a {
  color:#2f71c2;
}


/* NEW */

* {
  //-webkit-appearance: none;
  //-moz-appearance: none;
  //appearance: none;
  outline:none;
 }

 .bg-one {
   width: 100%;
   display: block;
   position: relative;
   z-index: 999;
   min-width: 1024px;
   border-bottom: 5px solid #f2f2f2;
   //-webkit-box-shadow: 0px -13px 30px 9px rgba(0,0,0,0.6);
   //-moz-box-shadow: 0px -13px 30px 9px rgba(0,0,0,0.6);
   //box-shadow: 0px -13px 30px 9px rgba(0,0,0,0.6);
 }

.ai-content-top {
  display: inline-block;
  vertical-align: middle;
  min-width:1024px;
  max-width:1024px;
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
  display: table;
  table-layout: fixed;
}

.ai-logo {
  display: table-cell;
  width: 30%;
  //width: 155px;
  height: 50px;
  background-position: left;
  background-image: url('/images/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.ai-top-text {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  //overflow: hidden;
  position: relative;
}

.ai-top-text a {
  height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  color: #6c6c6c;
  margin-right: 30px;
}

.ai-top-text .button, .ai-lang-button  {
  background: linear-gradient(to top, #2f71c2, #1888db);
  padding: 5px 16px 5px 16px;
  color:#fff;
  border: 1px solid #9d9d9c;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  box-sizing: border-box;
  //max-height: 35px;
}
.ai-top-text .button:hover {
  color:#fff;
  cursor: pointer;
  background: linear-gradient(to top, #1888db, #2f71c2);
}

.ai-top-text a:hover {
  text-decoration: none;
  color: #2f71c2;
}

.ai-top-text a::after {
  //border: 1px solid red;
}

.ai-lang-button {
  display: inline-block;
  position:absolute;right:0;
  margin-top: -6px;
  color: #6c6c6c;
  background: #fff;
  padding: 5px 20px 5px 5px;
  max-width: 10%;
  background-position: right;
  background-image: url('/images/mrkdwn.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}

.ai-lang-button:hover {
  background-image: url('');
  padding: 5px 5px 5px 5px;
}
.ai-lang-list {
  display: none;
  max-width: 31px;
  //position: relative;
  color: #6c6c6c;
}

.ai-lang-button:hover > .ai-lang-list {
  display: block;
}

.loadAssets {
  position:absolute;
  z-index: 1; top: -99999px; left: -99999px;
  visibility:hidden;
}
.linksMobileIcon, .linksMobile {
  display: none;

}
.slider {
  width: 100%;
  height:638px;
  display: block;
  background-size: cover;
  background-color: #eff0f2;
  background-repeat:no-repeat;
  background-position:bottom;
  border-bottom:2px solid #f0f0f0;
  color:#ffffff;
  position: relative;
  min-width: 1024px;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
  transition: background 0.4s ease;
  z-index: 9;
}

.slider-content {
  //min-width:1024px;
  //max-width:1024px;
  //margin: 0 auto;
  padding: 75px 0px 0px 0px;
  //display: block;
  font-size: 300%;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 0px 4px #000;
  position: relative;
  color: #fff;
  z-index: 9999;
}

.slider-content .banner-text {
  font-size:34%;
  text-transform:none;
  padding-top:35px;
  text-shadow: -1px 0px 6px #000;
}

.ai-newSlider {
  position: relative;
  z-index: 11;
  margin-top: -655px;
}

.ai-transparent-slider {
  display: block;
  width: 100%;
  height: 130px;
  max-height: 130px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  //bottom: 0;
  padding-top: 30px;
  margin-top: 145px;
  margin-bottom: 1px;
  z-index: 10;
}

.ai-ts-inner {
  display: block;
  text-align: center;
  font-size: 170%;
  font-weight: 400;
  font-family: 'Open Sans Condensed', Arial;
}
.ai-ts-inner a {
  margin: 0px 30px 0px 30px;
  color:#fff;
}

.ai-r-b {
  //float: left;
  width: 100%;
  position: absolute;
  margin-top:-360px
}
.ai-rightNow-block {
  width:335px;height:360px;z-index:13;margin-top:0px;display:block;position:absolute;background-color:#fff;margin-left:-110px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  float: left;
  position: relative;
  color:#6c6c6c;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.46);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.46);
  box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.46);
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  z-index: 11;

}
.ai-rightNow-block::-webkit-scrollbar {
    display: none;
}

.ai-rightNow-block-title {
  text-transform: uppercase;
  text-align: center;
  padding: 0px 0px 18px 0px;
  border-bottom: 1px solid #d6d6d6;
}
.ai-rightNow-block-case-one {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  font-weight: 600;
  padding: 20px 0px 18px 0px;
  color:#6c6c6c;
  font-size: 80%;
}
.ai-rightNow-block-case-one:hover {
  //text-decoration: none;
  color:#6c6c6c;
}
.ai-rightNow-block-case-two {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 20px 0px 18px 0px;
  font-size: 80%;
}
.ai-rightNow-block-case-three {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}


.ai-main-page-form {
  display:block;
  margin-left:150px;

}
.ai-main-page-form > #q, .ai-main-page-form > .main-loc > #address, .ai-main-page-form > .main-but {
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.29);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.29);
  box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.29);
  margin-left:-4px;
  border:0px;
  padding: 0px;
  padding: 12px;
}

.ai-main-page-form > .main-loc > #address {
  background-position: right;
  background-image: url('/images/mrkdwnBlue.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.ai-main-page-form > .main-but {
  background-color: #2f71c2;
  border-radius: 0px 5px 5px 0px;
  margin-left:-4px;
  border-left:1px solid #2b69b6;
}
.ai-main-page-form > .main-but:hover {
  background-color: #2b69b6;
  border-left:1px solid #2f71c2;
}

/**

Start Footer

*/

.buffer {
  width:100%;
  display: block;
  height: 85px;
}
.footer {
  position: absolute;
  bottom: 0;
  width:100%;
  min-width:1024px;
  display: block;
  padding: 20px;
  background-color: #b3b3b2;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 15px solid #2f71c2;
}
.footer-inner {
    color: #2f71c2;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 86%;
}
.footer-single {
  display: inline-block;
}
.footer-single:not(:first-child) {
  margin-left: 20px;
}
.footer-single-title {
  display: inline-block;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 3px solid #2f71c2;
}
.footer-single:last-child > .footer-single-title {
  border-right: 0px;
  padding-right: 0px;
  margin-left: 10px;
}
.footer-single-links {
  display: inline-block;
}
.footer-single-links a {
  display: inline-block;
  padding: 5px 0px 5px 10px;
  color: #fff;
  font-weight: 600;
  //font-size: 95%;
}

/**

End Footer

*/

.ai-layout {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  //overflow: hidden;
}
.ai-layout-one, .ai-layout-two {

  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}
.ai-layout-one {
  background-color: #f8f8f8;
}
.ai-layout-one-left {
  width: 512px;
  max-width: 512px;
  //border: 2px solid green;
  float: right;
  box-sizing: border-box;
  text-align: center;
}
.ai-layout-two-right {
  width: 512px;
  max-width: 512px;
  //border: 2px solid green;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.ai-layout-content {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  text-align: left;
  margin-top: 120px;

}

.ai-button-green, .ai-button-blue  {
  display:inline-block;
  background: linear-gradient(to top, #74c459, #abde75);
  padding: 7px 16px 7px 16px;
  color:#fff;
  border: 1px solid #9d9d9c;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  //max-height: 35px;
}
.ai-button-green:hover {
  color:#fff;
  cursor: pointer;
  background: linear-gradient(to top, #abde75, #74c459);
}
.ai-button-blue:hover {
  color:#fff;
  cursor: pointer;
  background: linear-gradient(to top, #1888db, #2f71c2);
}
.ai-button-blue {
  background: linear-gradient(to top, #2f71c2, #1888db);
}
.ai-reg-block {
  display: none;
}
.ai-line {
  display: block;
  width: 98%;
  height:5px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAAGCAIAAADfUV4tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFCRjg5M0FBMjUyQjExRTY5MTE5RUFFNDI3MUYwMDcwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFCRjg5M0FCMjUyQjExRTY5MTE5RUFFNDI3MUYwMDcwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUJGODkzQTgyNTJCMTFFNjkxMTlFQUU0MjcxRjAwNzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUJGODkzQTkyNTJCMTFFNjkxMTlFQUU0MjcxRjAwNzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5GG+2ZAAAAMUlEQVR42mJ88OABw8gDLDt37hyB3mYcmbHN+Pnz55GYyD99+jQSvc3HxzcCvQ0QYADCVA1UhK4wJgAAAABJRU5ErkJggg==');
  background-repeat: repeat-x;
  background-size: contain;
}

.ai-line div {
  display: inline-block;
  vertical-align: top;
  background-color: #f8f8f8;
  border-radius: 2px;
  padding: 2px;
  font-size: 85%;
  position: relative;
  margin-top:-11px;
}



@media screen and (min-width:1px) and (max-width:1420px) {

.ai-rightNow-block {
  //width:300px;
  //margin-left: 0px;
  //left:0;
}

}


/* END NEW */


.logo-normal-text {
  float: right;
  display: inline-block;
  font-size:100%;
  font-weight: 600;
  text-transform: uppercase;
  //margin: 20px 0px 0px 5px;
}
.logo-normal-text-margin {
  margin: 0px 0px 0px 10px;
}
.logo-normal-text-margin > a {
  color: #53535b;
}

/**

End Top Header

Start Content

*/


.content {
  display: block;
  min-height: 100%;
}
.content-inner {
  display: block;
  min-width:1024px;
  max-width:1024px;
  margin: 0 auto;
  padding: 40px 0px 40px 0px;
}
.little-margin {
  display: block;
  margin: 10px 0 10px 0;
}

.notify {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display:none;
  width:100%;
  z-index:999;
}

.notification {
  display:block;
  width:100%;
  min-height:150px;
  max-height:150px;
  overflow:auto;
  background-color: rgba(255, 69, 64, 0.9);
  border-top: 1px solid #ffffff;
}
.notify-content {
  line-height: 1.1em;
  font-weight: 700;
  font-size:190%;
  margin: 0 auto;
  padding:20px 0 0 0;
  box-sizing:border-box;
  width:1024px;
  color:#ffffff;
}
.onMobileCaption {
  display: none;
}

.user-block-one {
  display:inline-block; width:290px; text-align:right; vertical-align:top;box-sizing: border-box;
}
.user-block-one-text {
  display: inline-block;
  min-height: 46px;
  max-height: 46px;
  padding-top: 10px;
  overflow:hidden;
  //white-space:nowrap;
  font-weight:bold;
  box-sizing: border-box;
}
.text-pad {
  display: inline-block;
  position: relative;
  margin-top: 12px;
}

.text-line {
  display: inline-block;
  width:700px;
  height:1px;
  margin-top: 19px;
  background-color: #eeeeee;
}
.text-line2 {
  display: block;
  height:25px;
  width: 100%;
}
.user-block-two {
  display:inline-block; width:480px; vertical-align:top; margin-left:10px;box-sizing: border-box;
}
.user-block-two-text {
  display: inline-block;
  min-height: 50px;
  max-height: 50px;
  width:480px;
  padding-top: 10px;
  box-sizing: border-box;
}
.user-block-two > .user-block-two-text > .input-where, .forEmployee .input-where {
  width: 80%;
}

label {
  cursor: pointer;
}
label:hover {
  border-bottom: 1px dashed #bebebe;
}

.sliders { /*??*/
  width: 100%;
  display: block;
}


.content-block {
  width: 100%;
  display: block;
  min-height: 50px;
  background-color: #eff0f2;
  border-bottom:2px solid #f0f0f0;
  border-top:2px solid #f0f0f0;
}
.content-block-content {
  display: block;
  min-width:1024px;
  max-width:1024px;
  margin: 0 auto;
  padding: 40px 0px 40px 0px;
}
.main-page-content-buttons {
  display: block;
  margin: auto;
  width: 600px;
  overflow: hidden;
  white-space:nowrap;
}
.main-page-content-button {
  display: inline-block;
  text-align: center;
  //height:30px;
  width: 290px;
  padding: 10px;
  color:#2f71c2;
  font-size: 130%;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid #2f71c2;
  overflow: hidden;
  white-space:nowrap;
  box-sizing: border-box;
}

.main-page-content-button:hover {
  background-color: #2f71c2;
  color:#ffffff;
  cursor: pointer;
}

.main-page-content-buttons > .main-page-content-button:nth-child(1) {
  margin-right: 15px;
}

.main-page-opt-block > .content-block-content {
  display: none;

}

#new-service-form > .little-margin > input[type="text"], #new-service-form > .little-margin > select, #new-service-form > .little-margin > textarea {
  width:600px;
  box-sizing: border-box;
  resize: vertical;
  padding: 10px;
}

#add_new_ad > .user-block-two > .user-block-two-text > input[type="text"], #add_new_ad > .user-block-two > .user-block-two-text > textarea, #add_new_ad > .user-block-two > .user-block-two-text > select , .user-block-two > #place_for_subcategories2 > .user-block-two-text > select {
  width:500px;
  box-sizing: border-box;
  resize: vertical;
  padding: 10px;
}

.menu-link, .menu-link2 {
  display: inline-block;
  cursor: pointer;
  margin-left: 8px;
}
.menu-link:hover {
  text-decoration: underline;
}

.advertboard-margin {
  display: inline-block;

}
.advertboard-texts {
  display: inline-block;
  margin-left: 47px;
  font-family: 'Open Sans Condensed', Arial;
  max-width: 70%;
  vertical-align: top;
}

.advertboard-title {
  font-size: 130%;
  font-weight: 700;
  text-transform: uppercase;
}
.advertboard-text {
  margin-top:10px;
  font-family: 'Open Sans', Arial, sans-serif;

}

.category-elem {
  display:inline-block;
  width:25%;
  min-height:110px;
  //border: 1px solid red;
  box-sizing:border-box;
  margin-right:-4px;
  padding: 6px;
  vertical-align: top;
}
.category-elem-icon {
	display:inline-block;
	width:25%;
	//border: 1px solid red;
	margin-right:5px;
}
.category-elem-content {
	display:inline-block;
	vertical-align: top;
	max-width:162px;

}

.gallery-elem {
  display:inline-block;
  width:25%; height:200px;
  //border: 1px solid red;
  box-sizing:border-box;
  margin-right:-4px;
  padding: 6px;
  vertical-align: top;
}



.gallery-item-image {
  display:block;
  background:#eff0f2;
  background-size:cover;
  background-position:center;
  width:100%;
  height:100%;
  border: 1px solid #bebebe;
  border-radius: 1px;


}
.gallery-elem:hover > .gallery-elem-descr {
  transition:all .4s ease;
  cursor: pointer;
  height: 140px;
}
.gallery-elem:hover > .gallery-elem-title {
  transition:all .4s ease;
  margin-top: -165px;
}
.new-label {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  width:39px;
  height:19px;
  border-radius: 0px 0px 6px 0px;
  padding: 3px;
  font-weight: 700;
  color:#ffffff;
}
.gallery-elem-title {
  transition:all .4s ease;
  width:100%;
  display:block;
  overflow: hidden;
  //background-color: rgba(0, 0, 0, 0.3);
  height: 25px;
  color:white;
  position: relative;
  margin-top: -85px;
  padding: 2px 2px 2px 5px;
  box-sizing: border-box;
  font-family: 'Open Sans Condensed', Arial;
  font-weight: 700;
  font-size: 110%;
}
.gallery-elem-descr {
  transition:all .4s ease;
  width:100%;
  display:block;
  overflow: hidden;
  height: 60px;
  color:#ffffff;
  position: relative;
  //margin-top: -60px;
  padding: 2px 2px 2px 5px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 98%;
  background-color: rgba(0, 0, 0, 0.4);

}
.gallery-elem-blur------ {
  width:100%;
  display:block;
  height:12px;

  position: relative;
  box-sizing: border-box;
  //overflow: hidden;
  -webkit-box-shadow: inset 0px -16px 25px -12px  rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 0px -16px 25px -12px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -16px 25px -12px rgba(0, 0, 0, 0.5);
    margin-top: -12px;
}


















/**

End Custom styles

Start Else styles

*/

::-webkit-input-placeholder {color:gray;}
::-moz-placeholder          {color:gray;}/* Firefox 19+ */
:-moz-placeholder           {color:gray;}/* Firefox 18- */
:-ms-input-placeholder      {color:gray;}

input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;}
input:-moz-placeholder      {text-overflow:ellipsis;}
input:-ms-input-placeholder {text-overflow:ellipsis;}

a {
  color: #2f71c2;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

.main-loc {
	display:inline-block;
  position: relative;
  z-index: 99999999;
}
.main-loc input {
	width:240px;
}

.loc_res2 {
  max-height:140px;width:254px;overflow:auto;display:none;position:absolute;
  background-color: #f5f5f5;
  box-sizing: border-box;
  z-index: 14;
}

.loc_res {
  max-height:140px;width:398px;overflow:auto;display:none;position:absolute;
  background-color: #f5f5f5;
  box-sizing: border-box;
  z-index:9999999;
}
.loc_item {
  //padding-top: 6px;
  display: block;
  padding: 2px;
  white-space: normal;
}
.loc_item:nth-child(2n) {
  background-color: #eaeaea;
}
.loc_item:hover {
  //text-decoration: underline;
  background-color: #c7c7c7;
  cursor: pointer;
}

.loc_res2 > .loc_item {
	color:gray;
}

input[type="text"],input[type="button"],input[type="submit"],input[type="password"],select,textarea {
  //border-radius: 3px;
  padding: 6px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-sizing:content-box;
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  min-height:30px;
}
input[type="text"],input[type="password"],select,textarea {
  border: 1px solid #707070;
}

.input-where {
  width: 34%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
}

.main-select {
  //background-size: contain;
  background-repeat:no-repeat;
  background-image: url("/images/arr_d.png");
  background-position:right;
  padding-left: 10px;
  padding-right: 20px;
  width: 26%;
  cursor: pointer;
  border-radius: 2px;
}

.main-button {
  display: inline-block;
  text-align: center;
  //height:30px;
  min-width: 150px;
  padding: 6px;
  //color:#42acdc;
  color:#828283;
  font-size: 110%;
  font-weight: 700;
  text-transform: uppercase;
  //border: 3px solid #42acdc;
  border: 3px solid #828283;
  overflow: hidden;
  white-space:nowrap;
  box-sizing: border-box;
  background-color: #ffffff;
}
.main-but {
  display: inline-block;
  text-align: center;
  //height:30px;
  min-width: 150px;
  padding: 6px;
  color:#ffffff;
  //color:#2f71c2;
  //font-size: 110%;
  font-weight: 700;
  text-transform: uppercase;
  //border: 3px solid #42acdc;
  border: 1px solid #2f71c2;
  overflow: hidden;
  white-space:nowrap;
  box-sizing: border-box;
  //margin-bottom:-2px;
  //background-color: #ffffff;
  background-color:#2f71c2;
}

.main-but:hover {
	cursor:pointer;
	background-color:#2f71c2;
	color:#ffffff;

}
.main-button:hover {
  //background-color: #42acdc;
  color:#ffffff;
  background-color: #828283;
  cursor: pointer;
}

.font-bold-big {
  font-weight: bold;
  font-size: 330%;
}
.font-bold-regular {
  font-weight: bold;
  font-size: 250%;
  line-height: normal;
}
.font-regular-big {
  font-size: 150%;
}
.font-regular-big-bold {
  font-weight: bold;
  font-size: 150%;
  line-height: normal;
}
.font-regular-big-bold100 {
  font-weight: bold;
  font-size: 100%;
}
.font-regular-regular {
  font-size: 100%;

}
.font-regular-small {
  font-size: 90%;

}

/**
 * @package		PickMeUp - jQuery datepicker plugin
 * @author		Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author		Stefan Petre <www.eyecon.ro>
 * @copyright	Copyright (c) 2013-2015, Nazar Mokrynskyi
 * @copyright	Copyright (c) 2008-2009, Stefan Petre
 * @license		MIT License, see license.txt
 */
.pickmeup{margin-left:2px;margin-top:-50px;background:rgba(0, 0, 0, 0.8);border-radius:.4em;display:none;position:absolute}.pickmeup *{-moz-box-sizing:border-box;box-sizing:border-box}.pickmeup .pmu-instance{display:inline-block;height:13.8em;padding:.5em;text-align:center;width:15em}.pickmeup .pmu-instance .pmu-button{color:#eee;cursor:pointer;outline:0;text-decoration:none}.pickmeup .pmu-instance .pmu-today{background:#17384d;color:#88c5eb}.pickmeup .pmu-instance .pmu-button:hover{color:#88c5eb}.pickmeup .pmu-instance .pmu-not-in-month{color:#666}.pickmeup .pmu-instance .pmu-disabled,.pickmeup .pmu-instance .pmu-disabled:hover{color:#333;cursor:default}.pickmeup .pmu-instance .pmu-selected{background:#136a9f}.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected{background:#17384d}.pickmeup .pmu-instance nav{display:-ms-flexbox;display:-webkit-flex;display:flex;color:#eee;line-height:2em}.pickmeup .pmu-instance nav *:first-child :hover{color:#88c5eb}.pickmeup .pmu-instance nav .pmu-prev,.pickmeup .pmu-instance nav .pmu-next{display:none;height:2em;width:1em}.pickmeup .pmu-instance nav .pmu-month{width:14em}.pickmeup .pmu-instance .pmu-years *,.pickmeup .pmu-instance .pmu-months *{display:inline-block;line-height:3.6em;width:3.5em}.pickmeup .pmu-instance .pmu-day-of-week{color:#999;cursor:default}.pickmeup .pmu-instance .pmu-day-of-week *,.pickmeup .pmu-instance .pmu-days *{display:inline-block;line-height:1.5em;width:2em}.pickmeup .pmu-instance .pmu-day-of-week *{line-height:1.8em}.pickmeup .pmu-instance:first-child .pmu-prev,.pickmeup .pmu-instance:last-child .pmu-next{display:block}.pickmeup .pmu-instance:first-child .pmu-month,.pickmeup .pmu-instance:last-child .pmu-month{width:13em}.pickmeup .pmu-instance:first-child:last-child .pmu-month{width:12em}.pickmeup:not(.pmu-view-days) .pmu-days,.pickmeup:not(.pmu-view-days) .pmu-day-of-week,.pickmeup:not(.pmu-view-months) .pmu-months,.pickmeup:not(.pmu-view-years) .pmu-years{display:none}

/**

---

*/


















.typical_ta {
  padding-left:5px;
  height:60px;
  width:500px;
}

.areafor-file-input2, .areafor-file-input3 {
	display:block;
	margin-top:10px;
	position:absolute;
}

.areafor-file-input {
   width: 80%;
   height: 50px;
   opacity: 0;
   cursor: pointer;
   filter: alpha(opacity=0);
   position: relative;
   z-index: 9999999;
}

.upd-image {
	display:inline-block;
	width:200px;
	height:200px;
	margin:0px 5px 0px 0px;
	box-sizing:border-box;
	border: 5px solid #eeeeee;
  border-radius: 3px;
	padding:4px;
	background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
}

.imageTitle {
  position: absolute;
  display: none;
  color: #ffffff;
  padding: 5px;
  font-size: 95%;
  background-color: rgba(0, 0, 0, 0.5);
  width:100px;
  text-align: center;
}

.imageDelete {
  display: none;
  position: absolute;
  color: #ff0000;
  padding: 5px;
  font-size: 95%;
  background-color: rgba(0, 0, 0, 0.5);
  width:30px;
  margin-top: 150px;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  cursor: pointer;
}

#im {
  margin-top: 10px;
}

.admin-little-margin {
  display: none;
  margin: 20px 0 20px 0;
  border-top: #aaaaaa 1px solid;
  padding: 10px 0 10px 0;
}
.admin-hr {
  margin: 10px 0 10px 0;
  border-top: #aaaaaa 1px solid;
  border-bottom: #aaaaaa 1px solid;
  padding: 20px 0 20px 0;
}

.mask-wrapper {
height: 50px;
display:block;
cursor: pointer;
width: 80%;
box-sizing: border-box;
overflow: none;
background-size: contain;
background-repeat:no-repeat;
background-image: url("/images/upload.png");
background-position:left;
//border: 1px solid red;
}

.upload-progress {
display:block;
width:0%;
max-width: 100% !important;
height:5px;
border-bottom: solid white 1px;
margin-bottom:5px;
background-repeat:repeat-x;
background-image: url("/images/p.gif");
}





.nfblock {
  display: block;
  text-align: center;
  color: #2f71c2;
  font-weight: bold;
  font-size: 300%;
  line-height:1.4em;
}
.page-title {
  display: block;
  margin: 30px 0 0 0;

}



.main-banner {
  display: block;
}
.main-banner-inner {
  display: block;
  min-width:1024px;
  max-width:1024px;
  margin: 0 auto;
  padding: 100px 0px 100px 0px;
}
.main-banner-inner > .font-bold-regular {
  display: block;
  margin: 15px 0px 0px 300px;
}
.main-banner-inner > .font-regular-regular {
  display: block;
  margin: 70px 0px 0px 0px;
  color: #898989;
}
.main-inputs {
  margin: 15px 0px 15px 1px;
}


.where-cities {
  display: none;
  width:369px;
  position:absolute;
  box-sizing: border-box;
  cursor: pointer;
}
.where-cities-elem {
  //background-color: #fdfbf6;
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  padding: 10px;
  margin-top: 1px;
}
.input-start-rent {
  background-size: contain;
  background-repeat:no-repeat;
  background-image: url("/images/start-rent.png");
  background-position:left;
  padding-left: 40px;
  padding-right: 10px;
  width: 9%;
  cursor: pointer;
}
.input-end-rent {
  background-size: contain;
  background-repeat:no-repeat;
  background-image: url("/images/end-rent.png");
  background-position:left;
  padding-left: 40px;
  padding-right: 10px;
  width: 9%;
  cursor: pointer;
}

.main-submit-gray {
  width: 11%;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #9E9E9E;
  border: 1px solid #9E9E9E;
  color: #ffffff;
}
.main-submit {
  min-width: 11%;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #1c95d3;
  border: 1px solid #1c95d3;
  color: #ffffff;

}
.main-submit:hover {
  transition:all .4s ease;
  background-color: #ffffff;
  color: #1c95d3;
  text-decoration: none;
}

.green-submit {
  min-width: 11%;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  border: 1px solid #006305;
  color: #006305;

}
.green-submit:hover {
  transition:all .4s ease;
  background-color: #006305;
  color: #ffffff;
  text-decoration: none;
}
.red-submit {
  min-width: 11%;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  border: 1px solid #ac2b16;
  color: #ac2b16;

}
.red-submit:hover {
  transition:all .4s ease;
  background-color: #ac2b16;
  color: #ffffff;
  text-decoration: none;
}

.little-margin > .main-submit {
  width:140px;
}

.car-elem-row > .main-submit {
  text-align:center;
  padding:10px;
  height:20px;
  background-color: #f7f7f7;
  color: #1c95d3;
}
.main-map {
  display: block;
}
.main-map-inner {
  display: block;
  //min-width:1024px;
  //max-width:1024px;
  width:1024px;
  height: 500px;
  margin: 0 auto;
  margin-top: -100px;
  padding: 0px 0px 0px 0px;
  background-size: contain;
  background-repeat:no-repeat;
  background-image: url("/images/map.png");
}



.items-block {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.content-inner > .items-block:nth-child(2) {
  border-left: 2px solid #c7dadf;
  padding-left: 20px;
  box-sizing: border-box;

}


.item-image {
  display: block;
  width: 100%;
  height: 650px;
  //border: 1px solid red;
  //background-color: #f7f7f7;
  background-size: contain;
  background-position: center;
  background-repeat:no-repeat;
  -webkit-filter: brightness(110%);
}

.items-block > .font-bold-big {
  display: block;
  margin-top: 15px;
}
.item-price {
  color:#f6af3d;
  font-size: 60%;

}
.item-properties {
  display: block;
  margin: 25px 0 25px 0;
}
.item-properties > .main-submit {
  padding: 10px 60px 10px 60px;
}

.item-properties-text {
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  color: #7297a9;
  margin: 4px 0px 0px 10px;
}
.item-properties-text-more {
  color: #607D8B;
}
.item-properties-text-location {
  display: inline-block;
  color: #607D8B;
  margin: 0px 0px 15px 8px;
  vertical-align: top;
}
.item-properties-location {
  display: block;
  margin: 0px 0 0px 25px;
}
.reg-block {
  display: block;
  margin: 50px 0 50px 0;
}
.car-elem:hover {
  text-decoration: none;
  background-color: #ebebeb;
}
.car-elem:hover > .car-elem-row > .main-submit {
  background-color: #ebebeb;
}
.car-elem {
  display: block;
  background-color: #f7f7f7;
  border-left: 5px #dfdfdf solid;
  box-sizing: border-box;
  padding:20px 10px 15px 10px;
  margin-top: 5px;
  text-decoration: none;
  color: #5a5a5a;
}
.car-elem-image {
  display: inline-block;
  background-color: #ffffff;
  width:150px;
  height:150px;
  border: 2px solid #dfdfdf;
  background-size: contain;
  background-position: center;
  background-repeat:no-repeat;
  margin-right: 15px;
  //-webkit-filter: brightness(110%);
}
.car-elem-row {
  display: inline-block;
  vertical-align: top;
  width:20%;
  margin-top: 1px;
}
.car-text-color-orange {
  color:#f6af3d;
}
.user-button:hover, .pagination-current:hover, .main-page-content-buttons a:hover, .gallery-elem:hover {
  text-decoration: none;
}
.all-user-items-links a {
  color:#bebebe;
}
.all-user-items-links {
  display: inline-block;
  margin-left: 5px;
  font-size: 90%;
}
.pagination-current {
  display: inline-block;
  padding: 3px 8px 3px 8px;
  text-align: center;
  border: 1px solid #2f71c2;
  border-radius: 1px;
  color:#2f71c2;
  text-decoration: none;
  box-sizing: border-box;
}

.pagination {
  display: inline-block;
  padding: 3px 8px 3px 8px;
  text-align: center;
  border: 1px solid #bebebe;
  border-radius: 1px;
  color:#bebebe;
  box-sizing: border-box;
}

.pagination:hover {
  text-decoration: none;
  border: 1px solid #2f71c2;
  box-sizing: border-box;
  color:#2f71c2;

}

.subcatlink, .subcatlink2:hover {
	font-size:86%;
	display:inline-block;
	padding:4px;
	border: solid 1px #2f71c2;
	border-radius:3px;
	margin-bottom:5px;
  text-decoration:none;
  background-color:#ffffff;
  color: #2f71c2;
}
.subcatlink:hover, .subcatlink2 {
	text-decoration:none;
	background-color:#2f71c2;
	color:#ffffff;
  font-size:86%;
	display:inline-block;
	padding:4px;
	border: solid 1px #2f71c2;
	border-radius:3px;
	margin-bottom:5px;
}

/* NEW */

.category-elem-icon > a > img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
.category-elem:hover .category-elem-icon > a > img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

#login-form {
  margin-top: 60px;
}

#login-form > .little-margin > input, #recovery-form > .little-margin > input {
  width: 320px;
  box-sizing: border-box;
}

#login-form > .little-margin > input[type="text"], #login-form > .little-margin > input[type="password"], #recovery-form > .little-margin > input[type="text"], #recovery-form > .little-margin > input[type="password"], .ai-input {
  border: 1px solid rgba(0, 0, 0, 0);;
  margin: 0px;
  padding: 6px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.37);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.37);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.37);
  width: 317px;
  margin-left: -2px;
}
.accountTypeRadio {
  display: inline-block;
  //border: 1px solid red;
  padding-top: 13px;
}

input[type="radio"] {
  display: inline-block;

}

a.ai-button-blue {
  text-decoration: none;
  //box-sizing: padding-box;
}
#snaB {
  position: absolute;
  width: 500px;
}
#snaC {
  width: 50%;
  cursor: pointer;
  //box-sizing: content-box;
}
input[type="text"].input-cf, textarea.input-cf  {
  display: block;
  padding: 9px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 5px;
}
.s-c-s {
  display:inline-block;min-width:89%;max-width:89%;float:right;
  color:#fff;
  font-size: 235%;
  padding-top: 66px;
}
a.asl {
  color:#fff;
}
.forEmployee {
  display: none;
}
.ptag, .ptag2 {
  display: inline-block;
  padding: 4px;
  //padding-left: 3px;
  //padding-right: 3px;
  border: 2px solid #47833a;
  border-radius: 2px;
  margin-top: 5px;
  font-size: 90%;
  margin-right: 4px;
  transition: opacity 0.2s ease-out;
}
.ptag:hover {
  opacity: 0.7;
  border: 2px solid #ff0000;
  cursor: pointer;
}
.ulangs {
  display: inline-block;
  margin-right: 5px;
  border-bottom: 1px solid #47833a;
}
.sf {
  //padding-top: 1px;
  padding-bottom: 0px;
  background-color: #666666;
}
.sf-bottom {
  //margin-top: 8px;
}
.sf2 {
  background-color: #808080;
  color:#fff;
}
a.sfbaa {
  border-bottom: 4px solid #fff;
  //background-color: #727171;
}
.sf-bottom-a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 120%;
  font-family: 'Open Sans Condensed', Arial;
  padding: 10px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 4px;
  //margin-right: 8px;
  //transition: border 0.05s ease;
}
a.sf-bottom-a:hover {
  text-decoration: none;
  border-bottom: 4px solid #fff;
  //background-color: #727171;
}
.sf-bottom-a:nth-of-type(1) {
  margin-left: 0px;
}
.sf-form {
  display: block;
  text-align: left;
}
input.sf-input::-webkit-input-placeholder {color:#c5c5c5;}
input.sf-input::-moz-placeholder          {color:#c5c5c5;}/* Firefox 19+ */
input.sf-input:-moz-placeholder           {color:#c5c5c5;}/* Firefox 18- */
input.sf-input:-ms-input-placeholder      {color:#c5c5c5;}
input.sf-input, select.sf-select {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  color:#fff;
  border-radius: 3px;
  border: 1px solid #fff;
  min-height: 22px;
  height: 22px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  cursor: pointer;
}
input.sf-input:hover, input.sf-input:focus, select.sf-select:hover {
  border: 1px solid #d7d7d6;
}
select.sf-select {
  background-size: contain;
  background-repeat:no-repeat;
  background-image: url("/images/daw.png");
  background-position:right;
  cursor: pointer;
}
select.sf-select option {
  background-color: #575757;
}

input.sfis {
  text-transform: uppercase;
  background-color: #5e5d5d;
  border: 1px solid #8f8e8e;
  font-size: 95%;
  transition: background 0.1s ease;
  width: 65%;

}
input.sfis:hover {
  cursor: pointer;
  background-color: #575757;
  border: 1px solid #8f8e8e;
}
#mainSearchInput {
  width: 60%;
  padding-left: 35px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/s.png);
}

.sf-filters {
  display: block;
  width: 100%;
  white-space: nowrap;

}
.sf-filters-l {
  display: inline-block;
  width: 80%;
  overflow: hidden;
}
.sf-filters-r {
  display: inline-block;
  text-align: right;
  width: 20%;
  overflow: hidden;
}

.sf2 > .content-inner {
  padding-top: 40px;
  padding-bottom: 2px;
}
.sf-filters-l input[type="radio"], .sf-filters-l input[type="checkbox"] {
  width: 0px;
  height: 0px;
}
.sf-filters-l input[type="radio"]:checked+label, .sf-filters-l input[type="checkbox"]:checked+label{
  border-bottom: 1px solid #5e5d5d;
}
.middot {
  display: inline-block;
  margin-left: 2px;
}
.sf-location {
  display: inline-block;
  width: 30%;
}

.sf-lres {

  width: 229px;
  max-width: 229px;
  max-height: 329px;
  overflow: auto;
  background-color: #fff;
  color:#575757;
  font-size: 93%;
  position: absolute;
}

.sf-gtext {
  color:#545454;
  font-weight: 300;
  margin-right: 5px;
}
input.sf-loc {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/loc.png);
  padding: 17px 34px 17px 5px;
  box-sizing: border-box;
}
.greenBorderToTop {
  border: 1px solid #6ec368;
  background-color: #6ec368;
  color:#fff;
  font-weight: 500;
}

.promoBlock {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  text-align: left;
}
.promoBlockHead {
  background-color: #eeeeee;
  font-size: 110%;
  font-weight: 400;
  font-family: 'Open Sans Condensed', Arial;
  padding: 5px 10px 5px 10px;
}
.promoBlockElem {
  padding: 10px 0px 10px 0px;
  margin: 0px 10px 0px 10px;
  border-bottom: 1px solid #eeeeee;
}
.promoBlockElem:last-of-type {
  border-bottom: 0px;
}
label.labelPromo {
  text-decoration: none;
}
label.labelPromo:hover {
  text-decoration: none;
  border: 0px;
}
