#rightSidebar h2{
  margin-top: 5px;
}
@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?5e2t98');
  src:url('../fonts/icomoon.eot?5e2t98#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?5e2t98') format('truetype'),
  url('../fonts/icomoon.woff?5e2t98') format('woff'),
  url('../fonts/icomoon.svg?5e2t98#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icons-"], [class*=" icons-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-main *{
  margin:0;
  padding: 0;
  box-sizing:border-box;
}
.icons-alarm:before {
  content: "\e900";
  color: #cad7d9;
  font-size: 15px;
}
.icons-heart:before {
  content: "\e901";
  color: #cad7d9;
  font-size: 13px;
}
.icons-message:before {
  content: "\e902";
  color: #cad7d9;
  font-size: 13px;
}
.icons-present:before {
  content: "\e903";
  color: #cad7d9;
  font-size: 13px;
}
.tabs-block.tabs-main .tabs-navigation{
  position: relative;
  margin-top: 20px;
}
.tabs-block.tabs-main .tabs-navigation li{
  width: auto;
  margin-left: 1px;
}
.tabs-block.tabs-main .tabs-navigation li:first-child{
  margin-left: 0;
}
.tabs-block.tabs-main .tabs-navigation li a{
  padding: 0 15px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
  text-decoration: none;
  /*color: #176bae;*/
}
.tabs-block.tabs-main .tabs-navigation li span{
  margin-left: 4px;
  /*color: #176bae;*/
  text-decoration: none !important;
}
.tabs-block.tabs-main .tabs-navigation li:last-child{
  float: right;
}
.tabs-block.tabs-main .tabs-navigation li.active a{
  border-radius: 3px 3px 0 0;
  border: 1px solid #cccccc;
  border-bottom: 1px solid #fff;
}
.tabs-block.tabs-main .tabs-navigation li .favorite{
  width: 98px;
}
.tabs-block.tabs-main .tabs-navigation li.active span,
.tabs-block.tabs-main .tabs-navigation li.active [class^="icons-"]:before,
.tabs-block.tabs-main .tabs-navigation li.active [class*=" icons-"]:before,
.tabs-block.tabs-main .tabs-navigation li .favorite.active [class^="icons-"]:before,
.tabs-block.tabs-main .tabs-navigation li .favorite.active [class*=" icons-"]:before,
.tabs-block.tabs-main .tabs-navigation li.active a{
  color: #e3475d;
}

.tabs-block.tabs-main .tabs-navigation li:not(.active) a:hover span,
.tabs-block.tabs-main .tabs-navigation li:not(.active) a:hover{
  color: #0f4a79;
}
.tabs-block.tabs-main .tabs-navigation li:not(.active) a:hover [class^="icons-"]:before,
.tabs-block.tabs-main .tabs-navigation li:not(.active) a:hover [class*=" icons-"]:before{
  color: #acb6b8;
}
.tabs-block.tabs-main .tabs-navigation li .favorite.active:hover [class^="icons-"]:before,
.tabs-block.tabs-main .tabs-navigation li .favorite.active:hover [class*=" icons-"]:before{
  color: #DE213B !important;
}

.tabs-block.tabs-main .tabs-navigation li a:before{
  display: none;
}

.tabs-block.tabs-main .tabs-content{
  border: 1px solid #cccccc;
  margin-top: -1px;
  padding: 20px 15px;
}

.tabs-block.tabs-main .tabs-content .select2{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.tabs-block.tabs-main .tabs-content .select2-choice{
  height: 30px;
  font-size: 13px;
  border-radius: 3px;
  box-shadow: none;
  width: 280px;
  border: 1px solid #aeaeae;
  padding: 0 10px;
  line-height: 30px;
}
.tabs-block.tabs-main .tabs-content .select2-choice:before{
  border-left:4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #1c1c1c;
  top: 15px;
  right: 10px;
}
.tabs-block.tabs-main .tabs-content .select2-dropdown-open .select2-choice:before {
  border-bottom: 4px solid #1c1c1c;
  border-top: none;
}

.tabs-block.tabs-main .tabs-content *{
  box-sizing:border-box;
}

.tabs-block.tabs-main .tabs-content ol{
  counter-reset: myCounter;
  padding: 0;
  margin-top: 0;
}

.tabs-block.tabs-main .tabs-content li{
  list-style: none;
  margin-top: 20px;
  position: relative;
  padding-left: 30px;
}

.tabs-block.tabs-main .tabs-content li:first-child{
  margin-top: 0;
}

.tabs-block.tabs-main .tabs-content li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  font-size: 14px;
  color: #000;
  background: #e6eced;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  display: inline-block;
  width: 17px;
  text-align: center;
  line-height: 25px;
  width: 17px;
  height: 25px;
}

.tabs-block.tabs-main .tabs-content li:nth-child(3) label{
  float: none;
  padding-top: 0;
}

.tabs-block.tabs-main .tabs-content li:last-child:before{
  top:3px;
  margin-top: 0;
}

.tabs-block.tabs-main .tabs-content li input[type=text],
.tabs-block.tabs-main .tabs-content li button{
  width: 135px;
}
.tabs-block.tabs-main .tabs-content li .row{
  margin-left: 10px;
}
.tabs-block.tabs-main .tabs-content li:after{
  clear: both;
  content: "";
}

.tabs-block.tabs-main .tabs-content .bold{
  font-size: 14px;
  display: inline-block;
  float: left;
  padding-top: 7px;
  vertical-align: middle;
  /*font-weight: bold;*/
}

.tabs-block.tabs-main .tabs-content .input{
  padding-left: 100px;
}

.tabs-block.tabs-main .tabs-content .row{
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.tabs-block.tabs-main .tabs-content .blue{
  color: #176bae;
  font-weight: bold;
}

.tabs-block.tabs-main .tabs-content .info{
  line-height: 1.3;
  color: #acacac;
  font-size: 13px;
  margin-top: 3px;
}

.form-main input[type=text],
.form-main input[type=tel],
.form-main input[type=email],
.form-main input[type=password],
.form-main textarea,
.tabs-block.tabs-main .tabs-content  input[type=text],
.tags-block{
  outline: none;
  width: 180px;
  display: inline-block;
  background: #fff;
  vertical-align: top;
  /*float: left;*/
  border: 1px solid #aeaeae;
  -webkit-appearance:none;
  height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 13px;
  color: #000;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.form-main input[type=text]::-webkit-input-placeholder {color:#A5A1A1}
.form-main input[type=tel]::-webkit-input-placeholder {color:#A5A1A1}
.form-main input[type=password]::-webkit-input-placeholder {color:#A5A1A1}
.form-main textarea::-webkit-input-placeholder {color:#A5A1A1}
.form-main input[type=email]::-webkit-input-placeholder {color:#A5A1A1}
.form-main input[type=text]:-moz-placeholder {color:#A5A1A1; opacity: 1}
.form-main input[type=tel]:-moz-placeholder {color:#A5A1A1; opacity: 1}
.form-main input[type=email]:-moz-placeholder {color:#A5A1A1; opacity: 1}
.form-main input[type=password]:-moz-placeholder {color:#A5A1A1; opacity: 1}
.form-main textarea:-moz-placeholder {color:#A5A1A1; opacity: 1}
.form-main input[type=text]::-ms-input-placeholder {color:#A5A1A1}
.form-main input[type=tel]::-ms-input-placeholder {color:#A5A1A1}
.form-main input[type=email]::-ms-input-placeholder {color:#A5A1A1}
.form-main input[type=password]::-ms-input-placeholder {color:#A5A1A1}
.form-main textarea::-ms-input-placeholder {color:#A5A1A1}

.form-main textarea{
  width: 100%;
  display: block;
  resize:none;
  line-height: 1.2;
  font-family: arial;
  height: 60px;
  padding: 7px 10px;
}
.form-main textarea.message{
  height: 120px;
}
.form-main input[type=text]:focus,
.form-main input[type=tel]:focus,
.form-main input[type=email]:focus,
.form-main input[type=password]:focus,
.form-main textarea:focus,
.form-main button:hover,
.tabs-block.tabs-main .tabs-content input[type=text]:focus,
.tabs-block.tabs-main .tabs-content input[type=tel]:focus,
.tabs-block.tabs-main .tabs-content input[type=email]:focus,
.tabs-block.tabs-main .tabs-content textarea:focus,
.tabs-block.tabs-main .tabs-content button:hover{
  border: 1px solid #908f8f;
}
.form-main button,
.tabs-block.tabs-main .tabs-content button{
  background: #e9e9e9;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 13px;
  color: #000;
  border-radius: 3px;
  outline: none;
  -webkit-appearance:none;
  margin-left: 10px;
  width: 110px;
  border: 1px solid #aeaeae;
}
.form-main button.transparent{
  background: transparent;
}
.comment-info{
  font-size: 14px;
  color: #000;
  padding-top: 15px;
  margin: 15px 0 0 30px;
  border-top:1px solid #d6d8d9;
}
.comment-info a{
  font-size: 14px;
  /*color: #176bae;*/
}
.content-info a:hover{
  text-decoration: none;
}
.radio-styled{
  display: none;
}
.radio-styled + label{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  padding-left: 20px;
  color: #000;
  cursor: pointer;
}
.radio-styled + label:before{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top:0;
  border: 1px solid #aeaeae;
}
.radio-styled + label.label{
  border: 1px solid transparent;
  border-radius:3px;
  padding: 0 14px 0 25px;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
}
.radio-styled:checked + label.label{
  border: 1px solid #cccccc;
}
.radio-styled + label.label:before{
  left: 5px;
  top: 7px;
}
.radio-styled:checked + label:after{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  left: 3px;
  top: 3px;
}
.radio-styled:checked + label.label:after{
  left: 8px;
  top: 10px;
}
.show-comments{
  font-size: 18px;
  line-height: 45px;
  background: #dfe5e6;
  /*color: #176bae;*/
  margin: 20px 0;
  display: block;
  text-align: center;
}
.show-comments:hover{
  background: #DCE0E0;
  text-decoration: none;
}
.navig{
  border-top: 1px solid #c2c9ca;
  border-bottom: 1px solid #c2c9ca;
  padding: 12px 0 15px 0;
}
.number{
  display: none;
}
.form-main .row{
  margin: 10px 0 0 0 !important;
  display: block !important;
}
.form-main .row:first-child{
  margin-top: 0 !important;
}
.form-main .row:after{
  content: " ";
  height: 0;
  display: block;
  clear: both;
}
.form-main .row .capcha{
  float: left;
  margin-right: 10px;
}
.form-main .row .capcha + input{
  width: 120px;
}
.form-main  button{
  float: right;
}
.form-main .row .col{
  width: 262px;
  float: left;
  margin-left: 10px;
}
.form-main .row .col input{
  width: 100% !important;
  display: block;
}
.form-main .row .col:first-child{
  margin-left: 0;
}
.form-main .select2{
  display: inline-block;
  vertical-align: middle;
}

.form-main .select2-choice{
  height: 30px;
  font-size: 13px;
  border-radius: 3px;
  box-shadow: none;
  width: 140px;
  border: 1px solid #aeaeae;
  padding: 0 10px;
  line-height: 30px;
}
.form-main .select2-choice:before{
  border-left:4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #1c1c1c;
  top: 15px;
  right: 10px;
}
.form-main .select2-dropdown-open .select2-choice:before {
  border-bottom: 4px solid #1c1c1c;
  border-top: none;
}
.comment-block{
  margin: 10px 0 20px;
}
.comment-block .avatar{
  width: 40px;
  float: left;
}
.comment-block .avatar img{
  border: 1px solid #878787;
  border-radius: 3px;
}
.commentContent .form-main{
  padding: 15px;
  position: relative;
}
.commentContent  .form-main .row .col{
  width: 237px;
}
.commentContent  .form-main:before{
  position: absolute;
  content: "";
  border-right: 7px solid #bec7c9;
  border-top: 6px solid transparent;
  left: -7px;
  top: 10px;
  border-bottom: 6px solid transparent;
}
.commentContent  .form-main:after{
  position: absolute;
  content: "";
  border-right: 7px solid #fff;
  border-top: 6px solid transparent;
  left: -6px;
  top: 10px;
  border-bottom: 6px solid transparent;
}
.form-main.post{
  width: 550px;
  margin: 15px 0 5px 0;
}

#content.post-content{
  width: 550px;
}

.form-main.post .title-text{
  width: 100%;
}

.form-main.post p{
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  margin-top: 12px;
}
.form-main.post p a,
.form-main.post input[type="checkbox"] + label a{
  font-size: 13px;
  /*color: #176bae;*/
}
.form-main.post p a:hover{
  text-decoration: none;
}
.form-main.post p:first-child{
  margin-top: 0;
}

.form-main.post button{
  float: none;
  margin-top: 20px;
}
.form-main.post button:first-child{
  margin-left: 0;
}
.form-main.post .tabs-block{
  display: inline-block;
}
.form-main.post .tabs-navigation a{
  padding: 0 27px !important;
}
.form-main.post .tabs-block.tabs-main .tabs-content .input input{
  width: 100%;
}
.form-main.post .tabs-block.tabs-main .tabs-content .input{
  padding: 0;
  position: relative;
}
.form-main.post .tabs-block.tabs-main .tabs-content .input .capcha + input{
  width: 120px;
}
.form-main.post .tabs-block.tabs-main .tabs-content button{
  margin-left: 0;
}
.form-main.post input[type="checkbox"] + label{
  font-size: 13px;
}
.form-main.post textarea{
  height: 200px;
}
.form-main .bsmList-custom{
  float: none;
  width: 390px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.bsmList-custom li{
  padding: 3px 25px 3px 10px;
  font-size: 13px;
  margin-top: 5px;
}
.bsmList-custom li .remove{
  display: inline-block;
  width: 14px;
  position: absolute;
  cursor: pointer;
  background: url(http://sexytales.org/media/sexytales_ru/images/close1.gif);
  top:3px;
  right: 3px;
  height: 14px;
}
.error-message{
  position: absolute;
  background: #fff;
  display: none;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  width: 300px;
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  /*white-space: nowrap;*/
  min-height: 30px;
  padding: 8px 10px;
  left: 330px;
  top:15px;
  box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.error-message:before{
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  margin-top: -3px;
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.style-check{
  display: none;
}
.style-check + label{
  display: inline-block;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  position: relative;
}
.style-check + label:before{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #aeaeae;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  top:0;
  left: 0;
}
.style-check:checked + label:after{
  font-size: 10px;
  position: absolute;
  left: 2px;
  top:1px;
  font-family: 'icomoon';
  content: "\e914";
}
.tags-block{
  position: relative;
  width: 100% ;
  padding: 0 3px;
  display: block;
  height: auto;
  min-height: 29px;
  padding-bottom: 3px;
}
.inline-hint{
  position: relative;
  width: 100%;
}
.tags-block .tags-list{
}
.tags-block input[type=text]{
  border: 0;
  margin-top: 4px;
  margin-left: 3px;
  height: 28px;
  background: transparent;
  display: inline-block;
  border: 0;
  /*background: blue;*/
  height: 20px;
  float: left;
  padding: 0;
  box-shadow: none;
  width: 50px;
  min-width: 50px;
}
.tags-block input[type=text]:focus{
  border: 0;
}
.tags-list{
  float: left;
  padding-bottom: 3px;
}
.tags-block .tag-row{
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 3px 0 0;
  position: relative;
  cursor: default;
  display: inline-block;
}
.tags-block .error-message, .inline-hint .error-message {
  left:565px;
}
.tags-block .close-tag{
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('../images/chosen-sprite.png') right top no-repeat;
}
.tags-block .close-tag:hover{
  background-position: right -11px;
}
.ui-autocomplete {
  background: #ffffff;
  display: inline-block;
  z-index: 101;
  margin-top: 5px;
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #bbbbbb;
  border-top: none;
}
.ui-autocomplete .ui-menu-item {
  list-style: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item a{
  display: block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
}
.ui-autocomplete .ui-menu-item.ui-state-focus a,
.ui-autocomplete .ui-menu-item:hover a,
.ui-autocomplete  .ui-state-hover,.ui-autocomplete  .ui-state-focus {
  background: #f5f4f4;
  font-weight: normal;
  color: #000;
}
.ui-autocomplete .ui-menu-item:hover {
  cursor: pointer;
}
.ui-autocomplete.white-input {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
  border: 0;
}
.tags-autocomplete{
  left: 0 !important;
  width: 548px !important;
}
.input-buffer{
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
  white-space: nowrap;
}