@import url(http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=latin,cyrillic);
.addPhotoButton {
  background-color: #aeb0ad;
  color: #fff;
  padding: 0 13px;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  border-radius: 2px;
  cursor: pointer;
}
/***********RECIPE CATALOG*************/
.formCell {
  float: left;
  margin-right: 9px;
  position: relative;
}
.recipeSearchParamsWrap {
  position: relative;
  /*border: 1px solid #70b736;*/
  border-radius: 2px;
  height: 37px;
  width: 220px;
}
.recipeSearchParamsWrap.darkBlue {
  border-color: #203371;
}
.recipeSearchParamsButton {
  position: absolute;
  right: 0px !important;
  top: 0px !important;
  background-color: #fff !important;
  background-position: 50% 50% !important;
  height: 37px  !important;
  margin: 0 !important;
}
.recipeSearchParams {
  width: 220px;
  height: 41px;
}
.recipeSearchParams option {
  text-align: center;
}
.formCell input {
  border: 1px solid #7dbd49;
  border-radius: 3px;
  width: 184px;
  height: 35px;
  padding-right: 25px;
  padding-left: 10px;
}
.formCell input.darkBlue {
  border-color: #203371;
}
input.recipeIngredientInput {
  background: url('../images/elements/select-button.jpg') no-repeat 194px 10px;
  padding-right: 24px;
}
input.recipeIngredientInput.darkBlue {
  background: url('../images/elements/select-button-dark-blue.jpg') no-repeat 194px 10px;
}
.formCell label {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  color: #41423d;
  display: block;
  margin-bottom: 10px;
}
.formCell input[type="submit"] {
  color: #fff;
  background-color: #70b736;
  font-size: 16px;
  text-transform: uppercase;
  width: 90px;
  cursor: pointer;
  height: 37px;
  margin-top: 34px;
  padding: 0;
  text-shadow: 0px 0px 7px rgba(1, 2, 2, 0.75);
}
.formCell input[type="submit"]:hover {
  background: #498b20;
}
.form {
  margin: 20px 0;
}
.form:after {
  clear: both;
  content: "";
  display: block;
}
/*************SEARCH FORM SIDEBAR**************/
.searchSidebarBlock {
  margin-bottom: 30px;
  /*float: right;*/
}
.searchFormText {
  margin: 0;
}
.recipeParamsSearch {
  overflow: hidden;
}
.recipeParamsSearchWrap {
  overflow: hidden;
}
.searchWrapText {
  float: left;
  margin: 7px 10px 10px 0 !important;
}
.searchIngredientWrapText.darkBlue,
.searchWrapText.darkBlue {
  color: #081d62;
}
.searchIngredientWrapText {
  margin: 7px 10px 10px 0 !important;
}
.recipeParamsSearchSubmitWrap {
  position: absolute !important;
  right: 8px;
  top: 8px;
}
.recipeParamsSearchText {
  float: right;
  border: 1px solid #7dbd49;
  border-radius: 3px;
  padding: 10px 29px 10px 10px;
  width: 119px;
}
.recipeParamsSearchText.darkBlue {
  border-color: #203371;
}
.recipeParamsSearchSubmit {
  border: none;
  padding: 0;
  background: url("../images/icons/searchIcon.png") no-repeat;
  height: 20px;
  width: 20px;
  text-indent: 40px;
  overflow: hidden;
  cursor: pointer;
  float: left;
}
.searchFormSidebar {
  position: relative;
  overflow: hidden;
  width: 160px;
}
.addRecipeButton {
  width: 160px !important;
  padding: 10px 0 !important;
  margin: 0 !important;
}
.searchInputSidebar {
  border: 1px solid #7dbd49;
  border-radius: 3px;
  padding: 10px 0 10px 10px;
  padding: 10px 29px 10px 10px;
  width: 119px;
}
.searchSubmitSidebar {
  border: none;
  padding: 0;
  background: url("../images/icons/searchIcon.png") no-repeat;
  height: 20px;
  width: 20px;
  text-indent: 40px;
  overflow: hidden;
  cursor: pointer;
}
/*************SEARCH FORM ARTICLE**************/
.searchArticle {
  float: left;
  margin-top: 10px;
}
.searchArticle.opinionsPage {
  float: right;
}
.searchFormArticle {
  position: relative;
  width: 282px;
}
.searchFormArticle.opinionsPage {
  width: 230px;
}
.searchInputArticle {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  padding: 10px 29px 10px 10px;
  width: 240px;
}
.searchInputArticle.opinionsPage {
  width: 187px;
}
.searchSubmitArticle {
  border: none;
  padding: 0;
  background: url("../images/icons/searchIcon.png") no-repeat;
  float: right;
  height: 20px;
  width: 20px;
  text-indent: 40px;
  overflow: hidden;
  position: absolute;
  right: 7px;
  bottom: 9px;
  cursor: pointer;
}
/*************ADD NEW RECIPE****************/
.selectButtonDarkBlue,
.selectButtonBlue,
.selectButton {
  background: url('../images/elements/select-button.jpg') no-repeat;
  width: 22px;
  height: 17px;
  position: absolute;
}
.selectButtonBlue {
  background: url('../images/elements/select-button-blue.jpg') no-repeat;
}
.selectButtonDarkBlue {
  background: url('../images/elements/select-button-dark-blue.jpg') no-repeat;
}
.recipeFormCell.addRecipe {
  margin-bottom: 15px;
}
.addNewRecipe,
.addNewEvent {
  margin-left: 30px;
  margin-right: 30px;
}
.form .separator {
  margin: 10px 0;
}
.recipeIngredientsTable input,
.recipeStep input,
input.recipeAllPerson,
.recipeTypeSelect {
  border: 1px solid #e1e1e1;
  padding: 0 5px;
}
.recipeTypeSelect {
  margin: -2px 0 0 -2px;
}
#recipeTitle {
  width: 314px;
  height: 28px;
}
.descRecipe,
.shortDescRecipe {
  height: 65px;
  overflow: auto;
  width: 840px;
  resize: none;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.descRecipe {
  height: 100px;
}
.form button {
  height: 30px;
}
.recipeAllTimeBlock {
  margin-bottom: 15px;
}
.form input,
.form button,
.form select {
  margin-bottom: 15px;
}
.form label {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  color: #41423d;
  margin-bottom: 10px;
}
.recipeFormCell {
  position: relative;
}
.recipeFormCell:after {
  clear: both;
  display: block;
  content: "";
}
.recipeFormCell .selectButton {
  right: 0px;
  top: 0px;
  width: 26px;
  height: 30px;
  background-position: 50% 50%;
  background-color: #fff;
}
.recipeFormCell label {
  margin-bottom: 0;
  float: left;
}
.recipeCatalogFormTop {
  margin-top: 0 !important;
}
.recipeFormInfo {
  float: left;
  margin-right: 15px;
}
.recipeFormInfo input,
.recipeFormInfo select {
  width: 340px;
}
.recipeFormCellSelectHolder {
  float: right;
  position: relative;
}
.recipeFormInfo label {
  width: 180px;
  display: inline-block;
}
.recipeFormPhoto {
  overflow: hidden;
}
.inputPhoto {
  width: 180px;
  height: 28px;
}
.recipeIngredientsTable {
  border-collapse: collapse;
}
.recipeIngredientsTable td {
  margin-right: 5px;
}
.measureCountWrap {
  position: relative;
  width: 120px;
  margin-right: 15px;
  height: 30px;
  margin-top: -13px;
}
.cellMeasureSelect {
  width: 120px;
  height: 34px;
  margin: -2px 0 0 -2px !important;
  border: 0;
}
.cellMeasureButton {
  position: absolute;
  right: 0px !important;
  top: 0px !important;
  height: 30px;
  margin: 0 !important;
  background-position: 50% 50%;
  background-color: #fff;
}
.recipeIngredientsTable input {
  height: 28px;
}
.recipeFormTitle,
.recipeStepNumber {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  color: #535353;
  margin-bottom: 15px;
}
.recipeStepWrap {
  overflow: hidden;
}
label.recipeAddPhotoButton {
  float: left;
  margin-right: 5px;
  line-height: 30px;
  color: #fff;
}
.recipeStepNumber {
  float: left;
  margin-right: 20px;
}
.cellIngredient input {
  width: 450px;
  margin-right: 15px;
}
.cellCount input {
  width: 100px;
  margin-right: 15px;
}
.cellMeasure {
  position: relative;
}
.cellCalories input {
  width: 120px;
}
button.addNewField,
button.resipeSendButtonOrange,
button.resipeSendButton,
button.resipeSendButtonBlue,
button.resipeSendButtonDarkBlue {
  background-color: #70b736;
  color: #fff;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  width: 200px;
  border-radius: 2px;
  cursor: pointer;
}
button.addNewField:hover {
  background: #498b20;
}
button.resipeSendButton:hover {
  background: #498b20;
}
button.resipeSendButtonBlue {
  background: #5392ce;
}
button.resipeSendButtonBlue:hover {
  background: #4986bf;
}
button.resipeSendButtonOrange {
  background: #fd5d2c;
}
button.resipeSendButtonOrange:hover {
  background: #da4d21;
}
button.resipeSendButtonDarkBlue {
  background: #051963;
}
button.resipeSendButtonDarkBlue:hover {
  background: #48599E;
}
.recipeClearButton {
  width: 200px;
  background-color: #fff;
  color: #aeb0ad;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.recipeClearButton.editPage,
.recipePreviewButton.editPage,
.resipeSendButton.editPage,
.recipeDeleteButton.editPage {
  margin: 0;
}
.recipeClearButton.editPage {
  margin-left: 106px;
}
.recipeDeleteButton {
  background-color: #ff2b2b;
  color: #fff;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  width: 200px;
  border-radius: 2px;
  cursor: pointer;
}
.recipeDeleteButton:hover {
  background: #e00000;
}
.recipePreviewButton {
  background-color: #aeb0ad;
  color: #fff;
  width: 200px;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  border-radius: 2px;
  cursor: pointer;
}
.addPhotoButton:hover,
.simpleButton:hover,
.recipePreviewButton:hover {
  background: #666;
}
.recipeRemoveStep {
  float: right;
}
.recipeClearButton:hover {
  background: #eeeded;
  border-radius: 2px;
}
.recipeStep {
  overflow: hidden;
  margin-bottom: 10px;
}
.recipeStep textarea {
  resize: none;
  border: 1px solid #a1a1a1;
  width: 830px;
  height: 100px;
  padding: 10px;
  margin-left: 65px;
  margin-right: -65px;
  overflow: auto;
}
.stepDescSymbols {
  font-family: 'Cuprum', sans-serif;
  font-size: 14px;
  color: #888;
  float: right;
  padding-right: 2px;
}
.recipeAllPersonTopWrap {
  overflow: hidden;
}
.recipeAllPerson {
  float: left;
}
span.recipeAllTime,
span.recipeAllPerson {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  color: #4e4e4e;
}
span.recipeAllTime {
  float: left;
  margin: 4px 10px 0 0;
}
.recipeAllPersonInput {
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  width: 40px;
}
.recipeAllPersonInput,
.recipeAllPersonText {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  color: #4e4e4e;
}
.recipeHours,
.recipeMinutes {
  display: inline-block;
  position: relative;
}
.recipeHoursSelect,
.recipeMinutesSelect {
  border: 0;
  height: 34px;
  width: 78px;
}
.recipeHoursWrap,
.recipeMinutesWrap {
  width: 76px;
  display: inline-block;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.recipeAllButton {
  position: absolute;
  left: 54px !important;
  top: 0px !important;
  margin: 0 !important;
  background-color: #fff;
  background-position: 50% 50%;
  height: 30px;
}
input.recipeAllPerson {
  height: 28px;
  width: 60px;
  border: 1px solid #e1e1e1;
}
.recipeAuthorComment {
  border: 1px solid #dedede;
  resize: none;
  padding: 10px;
  height: 60px;
  overflow: auto;
  margin-left: 4px;
}
p.recipeAuthorComment {
  padding: 0;
  border: 0;
  height: auto;
}
textarea.recipeAuthorComment {
  width: 900px;
  margin-left: 0 !important;
}
.recipeControlButtons {
  text-align: center;
  margin-top: 30px;
}
.recipeControlButtons button {
  margin: 0 15px;
}
/***********ADD NEW EVENT***********/
.eventTextBlock textarea {
  resize: none;
  border: 1px solid #a1a1a1;
  width: 895px;
  height: 240px;
  padding: 10px;
  overflow: auto;
}
.eventTextBlock input,
.eventAddressBlock input,
.eventFormFields input {
  border: 1px solid #e1e1e1;
  padding: 0 5px;
}
.eventAddressBlock input,
.eventFormFields input {
  height: 28px;
  margin-right: 20px;
  width: 300px;
}
input#house {
  width: 120px;
}
.photoButtonBlock {
  float: left;
  overflow: hidden;
}
label.addArticlePhoto {
  float: left;
  margin-right: 10px;
  line-height: 30px;
  color: #fff;
}
.addPhotoButtonBlock {
  float: right;
}
.addPhotoButtonWrap {
  float: left;
  overflow: hidden;
}
.inputPhoto.addEventPage,
.addPhotoButton.addEventPage {
  float: left;
}
.addPhotoButton.addEventPage {
  margin-right: 10px;
}
.addPhotoNews {
  float: left;
  margin-right: 5px;
}
.photoButtonBlock input {
  margin-right: 30px;
}
.eventAddressBlock label {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #494848;
  margin-right: 15px;
}
.eventAddress {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  color: #2b2b2b;
}
.eventAdressCell {
  margin: 15px 0;
}
.eventFormFields label {
  margin-right: 15px;
}
input#eventTitle {
  width: 560px;
}
input.eventDate {
  background: url('../images/elements/select-button.jpg') no-repeat 310px 5px;
  padding-right: 30px;
}
input.eventDate.blue {
  background: url('../images/elements/select-button-blue.jpg') no-repeat 310px 8px;
  padding-right: 30px;
}
input.eventDate.orange {
  background: url('../images/elements/select-button-orange.jpg') no-repeat 310px 8px;
  padding-right: 30px;
}
/**************ADD NEWS SMALL******************/
.newsFormFields input {
  border: 1px solid #e1e1e1;
  padding: 0 5px;
  height: 28px;
  margin-right: 20px;
  width: 300px;
}
.newsFormTitle {
  margin-left: 20px;
}
.htmlEditorBlock {
  border: 1px solid #a1a1a1;
}
.htmlEditorHolder {
  padding: 10px;
}
.htmlEditorFeatured {
  font-family: 'Cuprum', sans-serif;
  background: #ebebeb;
  text-align: center;
  font-size: 32px;
  line-height: 45px;
  color: #fff;
}
.htmlEditor {
  height: 240px;
  width: 897px !important;
  border: 0 !important;
  padding: 0 !important;
  background: none;
}
/*******************INGREDIENT SEARCH**********************/
.ingredientsLabel {
  margin-bottom: 13px !important;
}
.searchIngredient {
  float: right;
  margin-bottom: 10px;
}
.inputSubmit {
  position: relative;
}
.searchInputIngredient {
  border: 1px solid #7dbd49;
  border-radius: 3px;
  padding: 10px 29px 10px 10px;
  width: 240px;
}
.searchInputIngredient.blue {
  border: 1px solid #c2c2c2;
}
.searchSubmitIngredient {
  border: none;
  padding: 0;
  background: url("../images/icons/searchIcon.png") no-repeat;
  float: right;
  height: 20px;
  width: 20px;
  text-indent: 40px;
  overflow: hidden;
  position: absolute;
  right: 7px;
  bottom: 9px;
  cursor: pointer;
}
/************QUESTION SEARCH FORM***************/
.questionCategoryHolder {
  position: relative;
  width: 218px;
}
.questionCategorySelect {
  width: 222px;
}
.questionCategoryHolder.orange {
  border: 1px solid #fd744a !important;
}
.questionCategorySelectButton {
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff url('../images/elements/select-button.jpg') 50% 50% no-repeat;
  width: 25px;
  height: 36px;
}
.questionCategorySelectButton.orange {
  background: #ffffff url('../images/elements/select-button-orange.jpg') 50% 50% no-repeat;
}
.questionCategory {
  width: 220px;
  height: 37px;
}
.searchQuestion {
  margin-top: 10px;
}
.searchFormQuestion {
  position: relative;
  width: 282px;
}
.searchInputQuestion {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  padding: 10px 29px 10px 10px;
  width: 240px;
}
.searchSubmitQuestion {
  border: none;
  padding: 0;
  background: url("../images/icons/searchIcon.png") no-repeat;
  float: right;
  height: 20px;
  width: 20px;
  text-indent: 40px;
  overflow: hidden;
  position: absolute;
  right: 7px;
  bottom: 9px;
  cursor: pointer;
}
/*************ADD NEW ARTICLE FORM************/
.addNewArticle {
  margin-left: 30px;
  margin-right: 30px;
}
.articleFormFields {
  position: relative;
  width: 555px;
}
.articleFormFields:after {
  clear: both;
  content: "";
  display: block;
}
.articleFormFields.addNewArticlePage {
  width: 100%;
}
.articleFormFields label {
  width: 180px;
  float: left;
}
.articleFormFields input {
  width: 328px;
  height: 28px;
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
  padding: 0 5px;
}
.recipeTypeWrap {
  width: 326px;
  margin-bottom: 15px;
  position: relative;
  float: left;
}
.recipeCategoryWrap {
  width: 326px;
  margin-left: 180px;
}
.recipeAddToMyPage {
  float: left;
  overflow: hidden;
  margin: 3px 0 0 20px;
}
.recipeAddToMyPageCheckbox {
  margin: 3px 10px 0 0;
}
.recipeCategoryWrap.addNewArticlePage {
  width: 338px;
  float: left;
  margin: 0;
}
.recipeCategorySelect.addNewArticlePage {
  height: 34px;
  width: 341px;
}
.recipeTypeSelect.addRecipe,
.recipeCategorySelect.addRecipe {
  width: 326px;
}
.recipeCategoryButton {
  position: absolute;
  right: 0 !important;
  top: 0  !important;
  float: none;
  width: 25px !important;
  height: 30px !important;
  margin: 0;
  background-color: #fff;
  background-position: 50% 50%;
  border: 0;
}
.articleFormFields select {
  width: 340px;
  height: 30px;
  float: left;
}
.articleListSingle {
  margin-bottom: 3px;
}
.articleFormFields .selectButton {
  top: 6px;
  right: 34px;
}
.addNewArticle .addPhotoButtonBlock {
  float: none;
}
.articleTextBlock textarea {
  resize: none;
  border: 1px solid #a1a1a1;
  width: 97%;
  height: 240px;
  padding: 10px;
  overflow: auto;
}
.shortDescArticle {
  border: 0 !important;
  height: 60px !important;
}
.shortDescArticleWrap {
  position: relative;
  border: 1px solid #a1a1a1;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 880px;
}
.keywordsArticle {
  display: block !important;
  padding: 5px 10px !important;
  border: 1px solid #a1a1a1 !important;
  width: 890px;
}
.articleFormFields .colorButton,
.articleFormFields .colorButtonBlue,
.articleFormFields .colorButtonDarkBlue {
  display: inline;
}
.articleListNumber,
.articleListNumberBlue,
.articleListNumberDarkBlue {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #60ab22;
  float: left;
  /*margin-right: 10px;*/
  width: 40px;
}
.articleListNumberBlue {
  color: #5392ce;
}
.articleListNumberDarkBlue {
  color: #051963;
}
.articleListBlock textarea {
  resize: none;
  border: 1px solid #898989;
  height: 60px;
  padding: 5px;
  width: 94%;
  overflow: auto;
}
.articleQueryBlock textarea {
  resize: none;
  border: 1px solid #898989;
  height: 60px;
  padding: 5px;
  width: 98%;
  overflow: hidden;
}
.simpleButton {
  background-color: #aeb0ad;
  color: #fff;
  width: 145px;
  margin-top: 10px;
  border-radius: 3px;
  padding: 2px 6px;
  cursor: pointer;
  font-size: 17px;
}
.articleListBlock .simpleButton {
  float: right;
}
.articleQueryBlock .colorButton,
.articleQueryBlock .colorButtonBlue,
.articleQueryBlock .colorButtonDarkBlue {
  float: left;
}
.articleQueryBlock .articleFormFields {
  margin-left: 230px;
}
.photoButtonBlockInner {
  position: relative;
}
.articleQueryBlock .addPhotoButton {
  width: 162px;
  height: auto;
  line-height: 15px;
  margin-right: 18px;
  padding: 4px 13px;
  position: absolute;
}
.articleQueryBlock .inputPhoto {
  margin-left: 185px;
}
.articleTextBlock input,
.articleFact input {
  border: 1px solid #e1e1e1;
  padding: 0 5px;
}
.articleListBlock,
.articleQueryBlock {
  margin: 10px 0;
}
.articleFactBlock .colorButton,
.articleFactBlock .colorButtonBlue,
.articleFactBlock .colorButtonDarkBlue {
  display: inline;
  width: auto;
  margin-top: 0;
}
.articleFact {
  position: relative;
}
.articleFact .addPhotoButton {
  width: 192px;
  height: auto;
  line-height: 15px;
  padding: 4px 13px;
  position: absolute;
  bottom: 40px;
  margin-left: 33px;
}
.articleFact .inputPhoto {
  position: absolute;
  bottom: 5px;
  margin-bottom: 0;
  margin-left: 33px;
}
.articleFact textarea {
  resize: none;
  border: 1px solid #898989;
  height: 140px;
  padding: 5px;
  width: 72%;
  margin-left: 245px;
  overflow: auto;
}
.articleFactPhoto {
  position: relative;
}
/******************** registration form *******************************/
#registrationFormBlock,
#recoveryFormBlock {
  width: 970px !important;
}
.registrationFormTitle {
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}
.registrationFormRow {
  overflow: hidden;
  margin-bottom: 20px;
}
.registrationFormInput,
.registrationFormLabel {
  float: left;
}
.registrationFormLabel {
  width: 340px;
  text-align: right;
  margin-right: 20px;
  font-size: 20px;
  margin-top: 7px;
}
.registrationFormInput {
  background: #f4f4f4;
  padding: 4px 10px;
  border: 1px solid #c7c9cb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 270px;
  height: 30px;
  font-size: 20px;
}
.registrationFormSubmit {
  background: #010d3c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  font-size: 20px;
  width: 293px;
  text-align: center;
  display: block;
  cursor: pointer;
  padding: 10px 0;
  margin-left: 360px;
}
.registrationFormSubmit:hover {
  background: #48599E;
}
.formCell input[type="submit"].darkBlueSubmit {
  background: #010c3a;
  border: 0;
}
.formCell input[type="submit"].darkBlueSubmit:hover {
  background: #48599E;
}
.recipeAddToMyPage {
  float: left;
  overflow: hidden;
}
.recipeAddToMyPageCheckbox {
  width: 14px !important;
  height: 14px !important;
  float: left;
}
.deleteRecipeNoticeWrap {
  position: absolute;
  z-index: 1000;
  background: #fff;
  width: 1017px;
  height: 257px;
  top: 300px;
  left: 443px;
  border: 1px solid #a7a7a7;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}
.deleteRecipeNoticeTitle {
  text-align: center;
  margin: 35px 0 40px 0;
  font-size: 32px;
}
.deleteRecipeNoticeActions {
  text-align: center;
}
.recipeEvidenceDeleteButton,
.recipeCancelDeleteButton {
  background-color: #70b736;
  color: #fff;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  width: 200px;
  border-radius: 2px;
  cursor: pointer;
  height: 30px;
}
.recipeEvidenceDeleteButton {
  background: #ff2b2b;
}
.recipeCancelDeleteButton:hover {
  background: #498b20;
}
.recipeEvidenceDeleteButton:hover {
  background: #e00000;
}
.b-registrationFormError {
  color: #f00;
  float: left;
  padding: 10px 20px;
}
/********************************************/
/***************RECIPE FULL PAGE*************/
/********************************************/
/****************RECIPE IMG******************/
.separator {
  height: 1px;
  display: block;
  background: url('../images/elements/line-h2.jpg') repeat-x;
  opacity: 0.5;
  margin: 30px 0px;
}
.recipeBaseImgBlock {
  float: left;
  position: relative;
  margin-right: 30px;
  width: 380px;
  z-index: 1;
}
.recipeBaseImgBlock .colorMark {
  top: 20px;
  z-index: 1;
}
.getRecipeBaseImg {
  width: 380px;
  height: 350px;
  border: 1px solid #e1e1e1;
  position: relative;
}
.getRecipeImg {
  display: block;
  width: 380px;
  height: 350px;
}
.recipePhotoCount {
  background: url('../images/icons/small-photo-icon.png') no-repeat 0 3px;
  padding: 3px 0 3px 35px;
}
.recipeBaseImgActions {
  margin-top: 5px;
}
.recipeStar {
  background: url('../images/icons/main-icons.png') no-repeat 0px -111px;
  position: absolute;
  bottom: 5px;
  left: 6px;
  padding-left: 25px;
  color: #70b736;
  font-size: 20px;
}
.baseImgActions,
.baseVideoActions {
  color: #aba9aa;
  margin-top: 6px;
  margin-left: 5px;
}
.baseImgPhotoCount {
  background: url('../images/icons/recipe-icons.png') no-repeat 0 0;
  padding: 5px 0px 2px 40px;
  float: left;
}
.smallImgPhotoCount {
  background: url('../images/icons/small-photo-icon.png') no-repeat 0 0;
  padding: 0px 0px 7px 25px;
  font-family: 'Cuprum', sans-serif;
  font-size: 14px;
  color: #aba9aa;
  float: left;
  line-height: 19px;
}
.addRecipePhoto {
  cursor: pointer;
  text-decoration: underline;
  float: right;
}
/***********RECIPE DESCRIPTION***********/
.recipeDescText,
.eventDescText {
  overflow: hidden;
  text-align: justify;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 15px;
}
.recipeDescText a,
.eventDescText a {
  color: #70b736;
  text-decoration: none;
}
.authorBlock {
  text-align: center;
  float: right;
}
.authorBlock.userPage {
  margin-bottom: 30px;
}
.sidebar .authorBlock {
  float: none;
}
.authorText {
  color: #a29e9e;
  text-align: center;
}
.authorUsername {
  font-size: 18px;
  color: #505050;
  text-align: center;
}
.authorBlockAvatar {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border: 1px solid transparent;
}
.addArticleToPage,
.followArticle {
  width: 160px !important;
}
.colorButtonBlue,
.colorButtonOrange,
.colorButton,
.colorButtonDarkBlue {
  display: block;
  background-color: #6eb636;
  color: #fff;
  width: 165px;
  margin: 10px auto;
  border-radius: 3px;
  padding: 2px 6px 3px;
  cursor: pointer;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
}
.colorButtonBlue {
  background: #5392ce;
}
.colorButtonBlue.consultationAsk {
  margin: 10px 0 0 0;
  float: right;
  font-size: 22px;
  width: 230px;
  padding: 3px 0;
  text-shadow: none;
}
.colorButtonDarkBlue {
  background: #051963;
}
.colorButtonOrange,
.gm-orange .colorButton {
  background: #fd5d2c;
}
.colorButton.small,
.colorButtonBlue.small,
.colorButtonOrange.small {
  font-size: 13px;
}
.colorButton:hover {
  background: #5ca32b;
}
.colorButtonBlue:hover {
  background: #4986bf;
}
.colorButtonOrange:hover,
.gm-orange .colorButton:hover {
  background: #da4d21;
}
.colorButtonDarkBlue:hover {
  background: #48599E;
}
.newsActions .colorButton,
.newsActions .colorButtonBlue .newsActions .colorButtonDarkBlue {
  font-family: 'Cuprum', sans-serif;
  width: auto;
  padding: 5px 13px;
  font-size: 21px;
  border-right: 1px solid #7a906d;
  border-bottom: 1px solid #7a906d;
  border-top: 1px solid #bac5b4;
  border-left: 1px solid #bac5b4;
  float: right;
}
.newsActions {
  margin-top: -15px;
  margin-bottom: 15px;
}
.newsActions:after {
  clear: both;
  content: "";
  display: block;
}
.newsActions .sort {
  float: left;
}
.recipeLikesBlock {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.recipeLikesCount {
  background: url("../images/icons/main-icons.png") no-repeat;
  background-position: 0px -134px;
  padding-left: 20px;
  float: left;
  margin-top: 25px;
  color: #70b736;
  cursor: pointer;
}
.recipeLikesBlockInner {
  position: relative;
  margin-left: 40px;
  float: left;
}
.recipeLikes {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  padding: 5px 5px 0px 5px;
}
.recipeLikeLink {
  text-decoration: none;
}
.galLikeArrow {
  width: 13px;
  height: 20px;
  background: url("../images/elements/galLikeArrow.png") no-repeat;
  position: absolute;
  left: -8px;
  top: 23px;
}
.recipeLikes img {
  width: 55px;
  height: 55px;
}
.recipeRatingBlock {
  margin-left: 410px;
  position: relative;
}
.recipeRatingBlock .colorButton,
.recipeRatingBlock .colorButtonDarkBlue {
  margin: 0;
}
.recipeRatingText {
  font-size: 18px;
  color: #4a4a4a;
  display: block;
  margin-bottom: 15px;
}
.recipeRatingBox {
  position: absolute;
  left: 0px;
  top: -35px;
  margin-left: -20px;
}
.recipeArrow {
  display: block;
  width: 20px;
  height: 13px;
  background: url('../images/elements/ratingArrow.png') no-repeat;
  position: absolute;
  left: 21px;
  bottom: -15px;
}
.recipeRating {
  font-size: 16px;
  color: #8b8b8b;
  padding: 6px 20px;
  border: 1px solid #e7e7e7;
  background: #fff;
}
.recipeRatingSlider {
  position: relative;
  width: 333px;
  height: 20px;
  background-color: #e5e5e5;
  float: left;
  margin-top: 2px;
  margin-bottom: 5px;
}
.recipeRatingSliderInner {
  background: url('../images/elements/ratingBackground.jpg') repeat-x;
  width: 58%;
  height: 20px;
  position: absolute;
}
.recipeRatingRoller {
  border: 1px solid #d1d1d2;
  border-radius: 2px;
  background: url('../images/elements/ratingRoller.png') repeat-x;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: -3px;
  left: 54%;
  cursor: pointer;
}
.recipeRatingSubmit {
  float: right;
}
/***********RECIPE INGREDIENTS************/
.recipeIngrediets {
  float: left;
  position: relative;
  border-right: 1px solid #c7c7c7;
}
.titleIngredients {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}
.recipeIngredietsTable {
  border-collapse: collapse;
  width: 500px;
  margin-right: 60px;
  color: #7a7a7a;
  font-size: 20px;
}
tr.recipeIngredientsLine {
  border-bottom: 1px solid #eaeaea;
}
.hoverIngredientBox {
  position: absolute;
  top: 45px;
  z-index: 2;
  color: #979797;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #a2a4a4;
  border-radius: 10px;
  background-color: #fff;
  display: none;
  box-shadow: 2px 1px 5px 0px rgba(50, 50, 50, 0.36);
  width: 360px;
}
.hoverBox {
  position: relative;
}
.hoverBox:after {
  clear: both;
  content: "";
  display: block;
}
.hoverIngredientBoxTitle {
  color: #2b2b2b;
  font-size: 15px;
  text-align: center;
}
.hoverIngredientBoxText {
  color: #979797;
  font-size: 15px;
}
.hoverIngredientRecipesLink {
  display: block;
  text-align: center;
  color: #498b20;
}
.hoverIngredientRecipesLink:hover {
  text-decoration: underline;
}
.hoverIngredientArrow {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 14px;
  height: 13px;
  display: block;
  background: url('../images/elements/hoverIngredientArrow.png') no-repeat;
}
.hoverIngredientBoxImg {
  float: left;
  width: 86px;
  margin-right: 12px;
}
.hoverIngredientBoxText {
  float: right;
  width: 260px;
}
.recipeIngredietsTable td {
  padding: 15px 0 5px 0;
  position: relative;
}
.ingredientName {
  font-family: Tahoma, Arial, sans-serif;
  cursor: pointer;
}
.ingredientName a:hover {
  color: #70b736;
}
.ingredientName:hover .hoverIngredientBox {
  display: block;
}
.ingredientCount {
  text-align: right;
}
/*************RECIPE INFO****************/
.recipeInfo {
  font-size: 20px;
  overflow: hidden;
  color: #535151;
  width: 330px;
  padding-left: 50px;
  padding-top: 45px;
}
.recipeInfo div {
  margin: 10px 0;
}
.recipeType {
  background: url('../images/icons/recipe-icons.png') no-repeat 0px -33px;
  padding-left: 65px;
}
.recipeTime {
  padding: 12px 0px 12px 65px;
  background: url('../images/icons/recipe-icons.png') no-repeat 4px -66px;
}
.recipePerson {
  background: url('../images/icons/recipe-icons.png') no-repeat 10px -122px;
  padding: 10px 0 3px 65px;
}
.recipeColorText {
  color: #6eb636;
  font-family: 'Cuprum', sans-serif;
}
/********************************************/
/***************EVENTS FULL PAGE*************/
/********************************************/
.recipeBaseImgBlock.eventsPage {
  margin: 0;
  width: 381px;
  height: 383px;
}
.eventFullTopBlock {
  overflow: hidden;
  height: 383px;
}
.relatedEvents .getArticle {
  margin-right: 35px;
  margin-left: 35px;
}
.eventTitle {
  text-align: center;
}
.eventAuthorBlock {
  overflow: hidden;
  float: right;
  margin-top: -322px;
  position: relative;
}
.recipeDesc {
  margin-left: 410px;
  overflow: hidden;
  margin-bottom: 20px;
}
.eventDescText {
  padding: 10px 0 0 25px;
  border-top: 1px solid #f0f0f0;
  width: 370px;
}
.eventDescText p {
  font-size: 17px;
  color: #2b2b2b;
  text-indent: 25px;
  margin-bottom: 10px;
}
.eventAddressText {
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #6e6e6e;
}
.relatedEvents .getColorMark {
  font-size: 18px;
  padding: 7px 14px;
  font-family: 'Cuprum', sans-serif;
}
.eventsCalendar {
  margin-top: 4px;
  color: #70b736;
  text-decoration: none;
  float: left;
}
.eventsCalendar:hover {
  text-decoration: underline;
}
.eventsCalendar.blue {
  color: #5392ce;
}
.eventsCalendar.orange {
  color: #fd5d2c;
}
.eventWhereBlock,
.eventWhenBlock {
  color: #6e6e6e;
  margin-bottom: 10px;
  position: relative;
  margin-top: 10px;
}
.eventWhereBlock:hover .eventCity,
.eventWhereBlock:hover .eventMetro,
.eventWhereBlock:hover .eventStreet {
  text-decoration: underline;
  cursor: pointer;
}
.eventWhere,
.eventWhen {
  color: #fff;
  background-color: #70b736;
  display: inline-block;
  position: absolute;
  top: -4px;
}
.eventWhere.blue,
.eventWhen.blue {
  background-color: #5392ce;
}
.eventWhere.orange,
.eventWhen.orange {
  background: #fd5d2c;
}
.eventWhere {
  padding: 2px 5px 2px 29px;
}
.eventWhen {
  padding: 2px 5px 2px 15px;
}
.recipeTitleInput {
  border: 1px solid #e1e1e1;
  padding: 0 5px;
}
.eventCity,
.eventMetro,
.eventDate {
  border-right: 1px solid #d7d7d7;
}
.eventCity,
.eventDate {
  margin-left: 60px;
}
.eventMetro.recipeBlock {
  padding-left: 26px;
  background-position: 0 0;
}
.eventDate.recipeBlock {
  margin-left: 15px !important;
}
.eventCity,
.eventMetro,
.eventStreet,
.eventDate,
.eventTime {
  padding: 0px 8px;
}
.eventMetro {
  background: url('../images/icons/metro.png') no-repeat 5px 0px;
  padding: 0 10px 3px 30px;
}
.eventInfo {
  float: left;
  width: 510px;
  height: 383px;
}
.eventInfo .separator {
  margin: 15px 0;
  opacity: 0.2;
}
.eventFollowBlock {
  position: relative;
  margin-bottom: 20px;
}
.eventFollowCount {
  float: right;
  margin-top: 22px;
  margin-right: 20px;
  color: #70b736;
  text-decoration: none;
}
.eventFollowCount.blue {
  color: #5392ce;
}
.eventFollowCount.orange {
  color: #fd5d2c;
}
.eventFollowBlockInner {
  position: relative;
  float: right;
}
.eventFollow {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  padding: 5px 5px 0px 5px;
}
.galLikeArrowM {
  width: 13px;
  height: 20px;
  background: url("../images/elements/galLikeArrow.png") no-repeat;
  position: absolute;
  left: -8px;
  top: 23px;
}
.eventFollow img {
  width: 55px;
  height: 55px;
}
/********************************************/
/***************EVENTS MINI PAGE*************/
/********************************************/
.eventFollowBlockMini {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  margin-top: 5px;
}
.eventFollowCountMini {
  margin: 15px 15px 0 0;
  float: right;
  color: #616161;
  font-size: 18px;
  text-decoration: none;
}
.eventFollowCountMini:hover {
  text-decoration: underline;
}
.eventFollowBlockInnerMini {
  position: relative;
  float: right;
  margin-right: 5px;
}
.eventFollowMini {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  padding: 5px 5px 0px 10px;
}
.galLikeArrowMini {
  width: 13px;
  height: 20px;
  background: url("../images/elements/galLikeArrow.png") no-repeat;
  position: absolute;
  left: -8px;
  top: 17px;
}
.blockAddNewEvent {
  margin-bottom: 15px;
}
.blockAddNewEvent:after {
  content: "";
  display: block;
  clear: both;
}
.addNewEventCountryWrap,
.addNewEventCityWrap,
.searchEventsWrap {
  float: left;
  width: 245px;
  margin: 10px 20px 0 0;
}
.searchEventsWrap {
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  width: 223px !important;
  height: 20px;
  position: relative;
}
.searchEventsAction {
  background: url("../images/icons/searchIcon.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.searchEventsField {
  width: 200px;
}
.addNewEventCountryLabel,
.addNewEventCityLabel {
  float: left;
  width: 75px;
  line-height: 28px;
}
.addNewEventCountrySelectWrap,
.addNewEventCityWrapSelectWrap {
  float: left;
  width: 160px;
  position: relative;
}
.addNewEventCitySelect,
.addNewEventCountrySelect {
  width: 100%;
}
.addNewEventCitySelect {
  width: 160px;
  padding-left: 5px;
}
.addNewEventCountrySelectButton,
.addNewEventCitySelectButton {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff url('../images/elements/select-button.jpg') no-repeat 50% 50%;
  width: 20px;
  height: 25px;
}
.addNewEventCountrySelectButton.blue,
.addNewEventCitySelectButton.blue {
  background: #ffffff url('../images/elements/select-button-blue.jpg') no-repeat 50% 50%;
}
.addNewEventWrap {
  float: right;
  overflow: hidden;
  padding: 0;
}
.addNewEventButton {
  margin: 0 2px 0 0;
  padding: 3px 7px;
  width: 160px !important;
  color: #fff;
  cursor: pointer;
}
.addNewEventSportButton {
  margin: 0 0 10px 0;
  padding: 3px 7px;
  width: 160px !important;
  color: #fff;
  cursor: pointer;
}
.eventFollowMini img {
  width: 40px;
  height: 40px;
}
.eventDateMini,
.eventMetroMini {
  border-right: 1px solid #cecece;
  padding-right: 10px;
}
.eventDateMini,
.eventDateMini {
  color: #b1b1b1;
}
.eventTimeMini,
.eventStreetMini {
  color: #909090;
  margin-left: 5px;
}
.eventTitleMini {
  color: #282828;
  margin: 10px 0;
  display: block;
  text-decoration: none;
}
.eventTitleMini:hover {
  text-decoration: underline;
}
.eventMetroMini {
  color: #7a7b7b;
  background: url('../images/icons/metro.png') no-repeat;
  background-position: 0px 0px;
  padding: 0 10px 3px 25px;
}
.eventBlockMini .separator {
  margin: 10px 0px;
}
.eventBlockMini.today {
  overflow: hidden;
}
.eventFollowBlockInnerMini.today {
  width: 235px;
}
.eventCalendarBig {
  width: 410px;
  float: left;
  margin-right: 25px;
}
.eventMonth {
  height: 240px;
  border-radius: 4px;
  background: url('../images/elements/calendar-up.png') no-repeat #70b736;
  background-position: bottom;
  overflow: hidden;
}
.eventMonth.blue {
  background-color: #5292ce;
}
.eventMonth.orange {
  background-color: #fc5d2c;
}
.eventDay {
  height: 240px;
  border: 1px solid #4d4d4d;
  border-radius: 4px;
  box-shadow: 2px 3px 0px #b9b9b9;
  background: url('../images/elements/calendar-down.png') no-repeat #ffffff;
  background-position: -1px top;
  border-top: none;
}
.eventDayInner {
  position: relative;
}
.eventDayToday {
  font-family: Arial, sans-serif;
  font-size: 120px;
  border-right: 1px solid #a1a1a1;
  padding-right: 24px;
  position: absolute;
  top: 50px;
  right: 212px;
}
.eventCalendarTop {
  overflow: hidden;
  width: 387px;
  margin: 15px auto;
}
.eventCalendarPrevMonth,
.eventCalendarNextMonth {
  width: 31px;
  height: 31px;
  background: url('../images/elements/eventCalendarNav.png') no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.eventCalendarPrevMonth {
  float: left;
}
.eventCalendarNextMonth {
  float: right;
  background-position: -31px 0;
}
.eventCalendarCurrentMonth {
  float: left;
  width: 325px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}
.eventCalendarDays {
  width: 294px;
  height: 158px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-collapse: collapse;
}
.eventCalendarDays th {
  border-left: 1px solid #609e2c;
  font-weight: 700;
}
.eventCalendarDays.blue th {
  border-left: 1px solid #487fa1;
}
.eventCalendarDays.orange th {
  border-left: 1px solid #d45624;
}
.eventCalendarDays tr th:first-child {
  border-left: none;
}
.eventCalendarDays td {
  border-left: 1px solid #609e2c;
  border-top: 1px solid #609e2c;
}
.eventCalendarDays td:hover {
  background: #021558;
  cursor: pointer;
  color: #fff;
}
.eventCalendarDays.blue td {
  border-left: 1px solid #487fa1;
  border-top: 1px solid #487fa1;
}
.eventCalendarDays.orange td {
  border-left: 1px solid #d45624;
  border-top: 1px solid #d45624;
}
.eventCalendarDays tr td:first-child {
  border-left: none;
}
.eventCalendarPrevDate,
.eventCalendarNextDate {
  color: #282828;
}
.eventDayWeek {
  position: absolute;
  right: 11px;
  top: 84px;
}
.dayofTheWeek {
  font-family: Arial, sans-serif;
  font-size: 25px;
  color: #021457;
  text-transform: uppercase;
  text-align: center;
}
.eventDayActivity {
  font-family: Arial, sans-serif;
  font-size: 17px;
  color: #021457;
  background: url('../images/icons/activity.png') no-repeat;
  padding-left: 40px;
  width: 144px;
  display: block;
}
.eventDayActivity.blue {
  background: url('../images/icons/activityBlue.png') no-repeat;
}
.eventDayActivity.orange {
  background: url('../images/icons/activityOrange.png') no-repeat;
}
/********************************************/
/*****************NEWS FULL PAGE*************/
/********************************************/
.newsTitle {
  width: 530px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Cuprum', sans-serif;
  font-size: 34px;
  font-weight: normal;
  color: #212121;
}
.newsBaseImgBlock {
  width: 620px;
  margin: 0 auto;
  position: relative;
}
.getNewsBaseImg {
  margin: 0 auto;
  width: 530px;
  margin-top: 10px;
}
.newsText {
  font-family: Tahoma, sans-serif;
  font-size: 15px;
  margin-right: 5px;
  margin-top: 20px;
  position: relative;
  word-break: break-word;
}
.editTextButton {
  position: relative;
  left: 140px;
  color: #aaa9a9;
  text-decoration: none;
  background: url('../images/icons/editText.png') 0 0 no-repeat;
  padding-left: 20px;
}
.editTextButton:hover {
  text-decoration: underline;
}
.newsText p {
  text-indent: 30px;
  text-align: justify;
  margin-bottom: 10px;
}
img.imgAlignRight {
  margin: 20px 20px 20px 0;
  float: left;
}
img.imgAlignLeft {
  margin: 20px 0 20px 20px;
  float: right;
}
.imageSlideControlLeft,
.imageSlideControlRight {
  height: 34px;
  width: 18px;
  position: absolute;
  bottom: 220px;
  background: url('../images/elements/image-slide-controls.png') no-repeat;
}
.imageSlideControlRight {
  background-position: -27px 0px;
  right: 0;
}
.baseImgStats,
.baseVideoStats {
  float: right;
  position: relative;
  height: 30px;
}
/**************NEWS BIG PAGE***************/
.quoteTitle {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #70b736;
  text-transform: uppercase;
  background: url("../images/elements/light-line.jpg") repeat-x;
  background-position: center;
}
.quoteTitle.blue {
  color: #5392ce;
}
.quoteTitle.orange {
  color: #fd5d2c;
}
.quoteTitle span {
  background: #fff;
  padding: 0 25px;
}
.quoteTitle.darkBlue {
  color: #011048;
}
.quoteText {
  float: left;
  width: 580px;
  margin-top: 25px;
}
.quoteText .quoteTitle {
  text-align: center;
  margin-bottom: 15px;
}
blockquote {
  font-family: 'Cuprum', sans-serif;
  font-size: 20px;
  color: #000;
  position: relative;
  text-indent: 37px;
}
.rightQuote,
.leftQuote {
  background: url('../images/elements/quote.png') no-repeat;
  width: 30px;
  height: 22px;
  position: absolute;
}
.rightQuote.blue,
.leftQuote.blue {
  background: url('../images/elements/quoteBlue.png') no-repeat;
}
.rightQuote.blue {
  background-position: -33px 0px;
  margin-left: 5px;
}
.rightQuote.darkBlue,
.leftQuote.darkBlue {
  background: url('../images/elements/quoteDarkBlue.png') no-repeat;
}
.rightQuote.darkBlue {
  background-position: -37px;
  margin-left: 10px;
}
.rightQuote.orange,
.leftQuote.orange {
  background: url('../images/elements/quoteOrange.png') no-repeat;
  width: 30px;
  height: 22px;
  position: absolute;
}
.rightQuote.orange {
  background-position: -34px 0;
}
.leftQuote {
  left: 0px;
}
.rightQuote {
  background-position: -33px 0px;
  margin-left: 5px;
}
.blockquote {
  margin: 20px 0;
}
.quoteAuthorBlock {
  float: right;
}
.numberedList {
  overflow: hidden;
}
.numberedList .singleListItem.last-child {
  border: 0 !important;
}
.quoteAuthor {
  width: 183px;
  position: relative;
  border: 1px solid #d1d1d1;
  text-align: center;
  padding: 2px 0;
}
.quoteAuthor .colorMark {
  top: -36px;
}
.quoteAuthor .getColorMark {
  padding: 5px 16px 4px;
  width: 165px;
  display: block;
}
.quoteAthorPost {
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  color: #515151;
  font-style: italic;
  display: block;
  margin: 0 auto;
}
.quoteAuthorAvatar {
  height: 185px;
  width: 185px;
  border-radius: 92px;
  overflow: hidden;
  behavior: url(border-radius.htc);
  behavior: url(/pie/PIE.htc);
}
.quoteAuthorAvatar img {
  width: 185px;
}
.newsLikesBlock {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  display: none;
}
.newsLikesCount {
  background: url("../images/icons/main-icons.png") no-repeat;
  background-position: 0px -132px;
  padding-left: 20px;
  float: left;
  margin-top: 20px;
  position: absolute;
  right: 495px;
  color: #70b736;
  cursor: pointer;
}
.newsLikesBlockInner {
  position: relative;
  width: 481px;
  float: right;
  background-color: #fff;
}
.newsLikes {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  padding: 5px 5px 0px 5px;
}
.newsLikes img {
  width: 55px;
  height: 55px;
}
.baseImgStats .newsLikesBlock {
  position: absolute;
  right: 0px;
  padding-top: 10px;
  z-index: 1000;
}
.galLikeArrow2 {
  width: 20px;
  height: 13px;
  background: url("../images/elements/galLikeArrow2.png") no-repeat;
  position: absolute;
  right: 23px;
  top: -8px;
}
.likeColor:hover .newsLikesBlock {
  display: block;
}
/********************************************/
/**************ARTICLE FULL PAGE*************/
/********************************************/
.numberedListTitle {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #282828;
  text-align: center;
}
.numberListItem {
  float: left;
  background: url('../images/elements/list.png') no-repeat;
  background-position: 0px 4px;
  width: 41px;
  height: 45px;
  overflow: hidden;
  margin-right: 15px;
  text-align: center;
  font-family: 'Cuprum', sans-serif;
  font-size: 34px;
  color: #80b753;
  line-height: 53px;
}
.numberListItem.blue {
  background: url('../images/elements/listBlue.png') 0 4px no-repeat;
  color: #5392ce;
}
.numberListItem.darkBlue {
  background: url('../images/elements/listDarkBlue.png') 0 4px no-repeat;
  color: #011561;
}
.listItemText {
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  color: #282828;
}
.singleListItem {
  border-bottom: 1px solid #b7b7b7;
  padding: 10px 0;
  overflow: hidden;
}
.singleListItem:last-child {
  border: none;
}
.interestingFactBlock {
  border: 1px solid #e5e5e5;
  padding: 20px;
  overflow: hidden;
  text-align: justify;
}
.interestingFactBlock img {
  border-radius: 100px;
  float: left;
  margin-right: 20px;
}
.interestingFactTitle {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  color: #6eb636;
}
.interestingFactTitle.blue {
  color: #5392ce;
}
.interestingFactTitle.darkBlue {
  color: #011561;
}
.interestingFactBlock p {
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  color: #000;
}
/********************************************/
/**************VIDEO FULL PAGE***************/
/********************************************/
.videoBlock {
  width: 640px;
  margin: 0px auto;
}
.videoPlayer {
  display: block;
  width: 640px;
  height: 360px;
  margin: 10px auto;
}
/****************VIDEO CATEGORY****************/
.videoCategoryActions {
  overflow: hidden;
  /*position: relative;*/
}
.videoCategoryActions .searchArticle {
  float: right;
  margin-top: 0;
}
.videoCategory {
  float: left;
  margin-top: 10px;
  margin-left: 280px;
}
.singleVideoCategory {
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #424242;
  text-decoration: none;
  margin-right: 40px;
}
.singleVideoCategory:hover {
  text-decoration: underline;
}
/*************ENCIKLOPEDIA CATEGORY***************/
.enciklopediaCategory {
  float: left;
  margin: 0 32px;
  margin-bottom: 20px;
}
.enciklopediaCategoryTitle {
  width: 253px;
  position: relative;
  border: 1px solid #d1d1d1;
  text-align: center;
  padding: 6px 0;
}
.enciklopediaCategoryTitle .colorMark {
  top: -31px;
  width: 7px;
}
.enciklopediaCategoryTitle .getColorMark {
  padding: 6px 5px;
  width: 260px;
  display: block;
  font-family: 'Cuprum', sans-serif;
  font-size: 28px;
  position: absolute;
  top: -10px;
}
.enciklopediaCategoryDesc {
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  color: #000;
  font-style: italic;
  display: block;
  margin: 0 auto;
}
.enciklopediaCategoryImg {
  width: 255px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 7px;
  text-align: center;
}
/******************INGREDIENT PAGE**********************/
.ingrigient-box_breadcrumbs {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style: none;
  margin: 20px 0;
}
.ingrigient-box_breadcrumbs li {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  font-family: 'Cuprum', sans-serif;
  color: #4a4848;
  font-size: 14px;
  margin: 0 2px;
}
.ingrigient-box_breadcrumbs > li > a,
.ingrigient-box_breadcrumbs > li > span {
  text-decoration: none;
  font-family: 'Cuprum', sans-serif;
  color: #4a4848;
  font-size: 14px;
}
.ingrigient-box_breadcrumbs li::after {
  content: '>';
  font-family: 'Cuprum', sans-serif;
  color: #4a4848;
  font-size: 14px;
  margin-left: 4px;
}
.ingrigient-box_breadcrumbs > li > a:hover,
.ingrigient-box_breadcrumbs > li > span:hover {
  cursor: pointer;
  text-decoration: underline;
}
.ingrigient-box_breadcrumbs > li:last-child::after {
  content: '' !important;
}
.ingrigient-box > img {
  display: block;
  margin: 0 auto;
}
.ingredientTitle {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #414141;
  margin-bottom: 17px;
  text-transform: uppercase;
}
/*****************ENCIKLOPEDIA ALFAINDEX********************/
.enciklopediaAlfaindex {
  list-style: none;
  overflow: hidden;
  display: block;
  width: 978px;
  margin: 20px 0;
}
.enciklopediaAlfaindex li {
  float: left;
}
.enciklopediaAlfaindex li a,
.enciklopediaAlfaindex li span {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  color: #868686;
  padding: 5px;
  margin: 0 6px;
  display: block;
  text-decoration: none;
}
.enciklopediaAlfaindex li span {
  color: #eee;
}
.enciklopediaAlfaindex li a:hover,
.enciklopediaAlfaindex li a.active {
  text-decoration: underline;
  color: #70b736;
}
.enciklopediaAlfaindex.blue li a:hover,
.enciklopediaAlfaindex.blue li a.active {
  color: #5392ce !important;
}
.enciklopediaAlfaindex li a.alfaindexAll {
  color: #282828 !important;
  padding: 3px 6px;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.ingredientBox {
  border-bottom: 1px solid #b7b7b7;
  overflow: hidden;
  padding: 15px 0;
}
.ingredientImg {
  float: left;
  margin-right: 20px;
  width: 150px;
  height: 150px;
}
.ingredientName a {
  color: #282828;
  text-decoration: none;
}
.ingredientDesc {
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #282828;
  text-align: justify;
}
.ingredientDesc a {
  font-family: Tahoma, sans-serif;
  text-decoration: underline;
  color: #282828;
}
.ingredientRecipeCount {
  font-family: 'Cuprum', sans-serif;
  color: #70b736;
  float: right;
  text-decoration: none;
}
.ingredientRecipeCount:hover {
  text-decoration: underline;
}
/****************OPINION FULL PAGE******************/
.opinionTitle {
  font-family: 'Cuprum', sans-serif;
  font-size: 22px;
  color: #2b2b2b;
}
.opinionTitle a {
  font-family: 'Cuprum', sans-serif;
  font-size: 22px;
  color: #2b2b2b;
  text-decoration: none;
}
.opinionTitle a:hover {
  color: #5392ce;
}
.opinionTitle.green a:hover {
  color: #6EB636;
}
.opinionImg {
  width: 600px;
  float: left;
}
.opinionStats {
  text-align: right;
}
.opinionAuthorAvatar {
  height: 135px;
  width: 135px;
  overflow: hidden;
  border-radius: 92px;
  behavior: url(border-radius.htc);
  behavior: url(/pie/PIE.htc);
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid #fcfcfc;
  display: block;
  margin: 0 auto;
}
.opinionAuthorAvatar:hover {
  border: 1px solid #d4d1d1;
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.8);
}
.opinionAuthorAvatar img {
  width: 135px;
}
.opinionAuthorBox {
  text-align: center;
  float: right;
  margin-right: 15px;
}
.opinionAuthor {
  width: 160px;
  position: relative;
  border: 1px solid #d1d1d1;
  text-align: center;
  padding: 2px 0;
  background-color: #fff;
}
.opinionAuthor .colorMark {
  top: -32px;
}
.opinionAuthor .getColorMark {
  padding: 6px 2px;
  width: 170px;
  display: block;
  font-size: 19px;
  text-decoration: none;
}
.opinionAthorPost {
  font-family: 'Cuprum', sans-serif;
  font-size: 14px;
  color: #515151;
  font-style: italic;
  display: block;
  margin: 0 auto;
}
.opinionTextField {
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  color: #2b2b2b;
}
.opinionTextField p {
  margin: 10px 0;
  text-indent: 30px;
}
.opinionTextField p.boldText {
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
}
.opinionTextField .imgCenter {
  float: top;
}
figure.img {
  text-align: center;
  margin: 30px auto;
}
figure.img figcaption {
  font-family: 'Cuprum', sans-serif;
  font-size: 14px;
  color: #6d6d6d;
}
/******************ALL OPINIONS PAGE*******************/
.sindleOpinion {
  width: 380px;
  float: left;
  margin-right: 17px;
  margin-bottom: 20px;
}
.sindleOpinion .opinionTitle {
  text-align: center;
  min-height: 58px;
}
.sindleOpinionImgBlock {
  position: relative;
}
.sindleOpinionImg {
  height: 155px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: right;
}
.sindleOpinionText {
  text-indent: 30px;
  text-align: justify;
  font-family: Tahoma, sans-serif;
  margin-top: 10px;
}
a.opinionReadMore {
  color: #6eb636;
  text-decoration: none;
  font-family: 'Cuprum', sans-serif;
}
a.opinionReadMore.blue {
  color: #5392ce;
}
a.opinionReadMore:hover {
  text-decoration: underline;
}
.opinionDate {
  font-family: 'Cuprum', sans-serif;
  font-size: 14px;
  color: #8c8c8c;
  font-style: italic;
  margin-right: 5px;
  float: right;
  margin-top: 5px;
}
.sindleOpinionImgBlock .opinionAuthorBlock {
  position: absolute;
  top: 35px;
  left: 17px;
}
/**************QUESTION FULL PAGE*********************/
.fullQuestion {
  clear: both;
  position: relative;
  overflow: hidden;
  margin: 20px 0 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.questionIcon {
  background-image: url(../images/icons/question.png);
  width: 47px;
  height: 47px;
  float: left;
  margin-right: 20px;
}
.questionIcon.orange {
  background-image: url("../images/icons/questionOrange.png");
  width: 52px;
  height: 52px;
}
.questionLink {
  color: #70B736;
  font-size: 24px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.questionLink:hover {
  text-decoration: underline;
}
.questionLink.orange {
  color: #fd5d2c;
}
.fullQuestion h2 {
  color: #70B736;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  font-size: 24px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  min-height: 57px;
  display: inline;
}
.fullQuestion .username {
  display: inline-block;
  margin-left: 20px;
  vertical-align: bottom;
  line-height: 1.0em;
}
.fullQuestion p {
  font-family: Tahoma, sans-serif;
  color: #282828;
  text-indent: 20px;
  margin-top: 10px;
}
a.linkAnswer {
  font-family: 'Cuprum', sans-serif;
  color: #6eb636;
  text-transform: uppercase;
  text-decoration: none;
}
.answerAvatar {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}
.addAnswerTextarea {
  border: 1px solid #b1b1b1;
  width: 82%;
  height: 80px;
  resize: none;
  padding: 10px;
  overflow: auto;
}
.answerSubmitWrap {
  overflow: hidden;
  padding-left: 110px;
  position: relative;
  clear: both;
}
.userPageAddNewComment {
  position: relative;
}
.answerSubmitButton {
  float: right;
  margin-right: 11px;
}
.answerSubmitButton.userPage {
  margin-right: 0;
}
.answerSubmitButton.articlePage {
  margin-right: 35px;
}
.answerSubmitButton.eventsPage {
  margin-right: 7px;
}
.addNewAnswer {
  margin-top: 25px;
}
.getAnswers {
  position: relative;
  margin: 15px 0;
  border-bottom: 1px solid #b1b1b1;
  overflow: hidden;
  padding-bottom: 10px;
}
.answerAuthorAvatar {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.answerDate {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #959595;
}
.answer {
  font-family: Tahoma, sans-serif;
  color: #282828;
  margin-top: 20px;
  text-indent: 10px;
}
.answerLikes {
  float: right;
  cursor: pointer;
}
i.answerLikesIcon {
  float: left;
  background: url("../images/icons/main-icons.png") no-repeat 0px -66px;
  width: 20px;
  height: 20px;
}
i.answerLikesIcon:hover,
i.answerLikesIcon.active {
  background-position: 0 -134px;
}
i.answerLikesIcon.orange:hover,
i.answerLikesIcon.orange.active {
  background-position: 0 -251px;
}
.answeLikesCount {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  color: #6eb636;
}
.answeLikesCount.orange {
  color: #fd5d2c;
}
.answerInfo {
  margin-left: 100px;
}
/**************ALL QUESTIONS PAGE*************/
.newQuestion {
  background-color: #70B736;
  color: #fff;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 30px;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
}
.newQuestion:hover {
  background-color: #5ca32b;
}
.newQuestion.orange {
  background: #fd5d2c;
}
.newQuestion.orange:hover {
  background: #d93d1a;
}
.getQuestionSearch .sort {
  font-family: 'Cuprum', sans-serif;
  float: right;
  color: #b1b1b1;
}
.getQuestionSearch .sort a {
  color: #b1b1b1;
}
.getQuestionSearch .sort a:hover {
  text-decoration: underline;
}
.searchQuestion {
  float: right;
}
.questionSearch .formCell {
  margin-top: 20px;
}
.questionActions {
  float: right;
}
.questionActions .linkAnswer,
.answersCount {
  border-right: 1px solid #b1b1b1;
  padding-right: 10px;
}
.linkAnswer.orange {
  color: #fd5d2c;
}
.answersCount,
.showAnswers {
  font-family: 'Cuprum', sans-serif;
  color: #8f8f8f;
  text-decoration: none;
}
/********************* Food index page *********************/
.userInfoPanel {
  position: fixed;
  top: 230px;
  left: 0;
  z-index: 1000;
  background: url("../images/elements/userInfoPanel.png") no-repeat;
  width: 102px;
  height: 225px;
}
.userInfoActions {
  padding: 10px 21px 10px 28px;
}
.userInfoActions > a {
  color: #777;
  text-decoration: none;
}
.userInfoActions > a:hover {
  color: #222;
  text-decoration: underline;
}
.userProfilePageWrap,
.userMessageWrap,
.userNoticeWrap,
.userAddFavoriteWrap,
.userPanelBookWrap {
  position: relative;
  display: block;
  list-style: none;
  margin: 0px 0px 11px 0px;
  width: 36px;
  height: 31px;
  background: url("../images/icons/userPanelIcons.png") no-repeat;
  background-position-x: left;
  background-position-y: top;
  cursor: pointer;
}
.userProfilePageWrap:hover {
  background-position: right 0px;
}
.userMessageWrap:hover {
  background-position: right -31px;
}
.userNoticeWrap:hover {
  background-position: right -51px;
}
.userAddFavoriteWrap:hover {
  background-position: right -80px;
}
.userPanelBookWrap:hover {
  background-position: right bottom;
}
.userNoticeWrap {
  background-position: left -51px;
  height: 29px;
}
.userMessageWrap {
  background-position: left -31px;
  height: 20px;
}
.userAddFavoriteWrap {
  background-position: left -80px;
  height: 31px;
}
.userPanelBookWrap {
  background-position: left -111px;
  height: 26px;
}
.userPanelBook {
  display: block;
  height: 100%;
}
.userPanelQuantity {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  color: #fff;
  background: url(../images/icons/userPanelQuantity.png);
  font-size: 12px;
}
/************** Library *****************/
.blockLibraryBookContent {
  float: left;
  width: 803px;
  margin-top: 20px;
}
.bookInfoBlock {
  overflow: hidden;
}
.bookInfoPhoto {
  float: left;
  width: 273px;
  height: 330px;
  border: 1px solid #cacaca;
}
.bookInfoAuthor {
  margin-left: 289px;
  font-size: 22px;
  margin-bottom: 10px;
}
.bookInfoDescription {
  margin-left: 289px;
  font-size: 18px;
  line-height: 22px;
}
.libraryBookTitle {
  text-align: center;
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
}
.libraryBookImgHolder {
  overflow: hidden;
  margin-bottom: 20px;
}
.libraryBookImgContainer {
  width: 287px;
  margin: 0 auto;
}
.libraryBookImg {
  width: 285px;
  height: 328px;
  border: 1px solid #b7b7b7;
  margin-bottom: 10px;
}
.libraryBookStats {
  float: right;
}
.libraryBookContent {
  color: #2b2b2b;
  margin-bottom: 20px;
}
.libraryBookContentTitle {
  margin-bottom: 20px;
}
.libraryBookContentAuthor {
  font-weight: 800;
}
.libraryBookDownload {
  padding: 5px;
}
.libraryBookDownload:after {
  clear: both;
  content: "";
  display: block;
}
.bookDownloadSelectWrap {
  float: left;
  /*border: 1px solid #6aa1d4;*/
  width: 221px;
  /*height: 34px;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  background: #fff;
  margin-right: 10px;
}
.bookDownloadSelect {
  background: none;
  font-size: 16px;
  color: #6b6c67;
  font-style: italic;
  width: 221px;
  padding: 7px 0 9px 12px;
  float: left;
  margin: -2px 0 0 -2px;
}
.bookDownloadSelectButton {
  position: absolute;
  background: #ffffff url("../images/elements/select-button-blue.jpg") no-repeat 50% 50%;
  width: 28px;
  height: 34px;
  top: 0;
  right: 0;
}
.bookDownloadButton {
  float: left;
  color: #fff;
  background: #5392ce;
  text-shadow: 2px 2px 3px #000000;
  padding: 9px 15px;
  border: 1px solid #a1b198;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
.bookDownloadButton:hover {
  background: #4986bf;
}
/*********** library page **************/
.librarySearchBlock {
  margin-bottom: 20px;
}
.librarySearchBlock:after {
  clear: both;
  content: "";
  display: block;
}
.libraryBookContentName {
  color: #000;
  text-decoration: none;
}
.libraryBookContentName:hover {
  text-decoration: underline;
}
.searchFormLibrary {
  float: right;
}
.selectHeadingLibrary {
  float: left;
}
.selectHeadingWrap {
  float: left;
  width: 221px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  background: #fff;
  margin-right: 10px;
}
.selectHeadingSelect {
  background: none;
  font-size: 16px;
  color: #6b6c67;
  font-style: italic;
  width: 224px;
  padding: 8px 0 7px 10px;
  float: left;
  margin: -2px 0 0 -2px;
  height: 38px;
}
.selectHeadingSelectButton {
  position: absolute;
  background: #ffffff url("../images/elements/select-button-blue.jpg") no-repeat 50% 50%;
  width: 28px;
  height: 34px;
  top: 0;
  right: 0;
}
.bookInfo {
  overflow: hidden;
  margin-top: 40px;
}
.bookInfo:first-child {
  margin-top: 0;
}
.bookImg {
  float: left;
  width: 148px;
  height: 198px;
  border: 1px solid #959595;
  position: relative;
  margin: 0 8px 0 0;
}
.bookDescription {
  float: left;
  width: 820px;
  height: 200px;
  position: relative;
}
.bookDescription.authorPage {
  width: 645px;
}
.bookTitle {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #000;
  display: block;
  text-decoration: none;
}
.bookTitle:hover {
  text-decoration: underline;
}
.bookAuthor {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 12px;
}
.bookAuthorLink {
  font-size: 18px;
  font-style: italic;
  color: #000;
  text-decoration: none;
}
.bookAuthorLink:hover {
  text-decoration: underline;
}
.bookDescription p {
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}
.bookStats {
  position: absolute;
  bottom: 0;
  right: 0;
}
.readMore {
  color: #5392ce;
  text-decoration: none;
}
.readMore:hover {
  text-decoration: underline;
}
/******************* audio page *******************/
.audioContent {
  float: left;
  width: 786px;
  margin-right: 17px;
}
.audioTopBlock {
  margin: 4px 0 15px 0;
}
.audioSelectHeadingContainer {
  float: left;
  width: 400px;
}
.audioListenRadio {
  float: right;
  background: #5392ce url("../images/icons/play-musick-button.png") no-repeat 2px 1px;
  padding: 8px 6px 8px 40px;
  width: 175px;
  margin: 0;
}
.audioListenRadio:hover {
  background: #4986bf url("../images/icons/play-musick-button.png") no-repeat 2px 1px;
}
.audioSelectHeadingLabel {
  float: left;
  font-size: 16px;
  color: #6b6c67;
  margin-right: 20px;
  font-weight: 300;
  padding-top: 7px;
}
.audioSelectHeadingWrap {
  float: left;
  border: 1px solid #6aa1d4;
  width: 221px;
  height: 34px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-right: 10px;
}
.audioSelectHeadingSelect {
  background: none;
  font-size: 16px;
  color: #6b6c67;
  font-style: italic;
  width: 221px;
  padding: 8px 0 7px 11px;
  float: left;
  font-size: 14px;
  margin: -2px 0 0 -2px;
  height: 38px;
}
.audioSelectHeadingButton {
  position: absolute;
  background: #ffffff url("../images/elements/select-button-blue.jpg") no-repeat 50% 50%;
  width: 28px;
  height: 34px;
  top: 0;
  right: 0;
}
.audioSearchWrap {
  margin-bottom: 20px;
}
.audioSearchInputWrap {
  position: relative;
  border: 1px solid #959595;
  height: 37px;
  width: 784px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.audioSearchInputWrap > .audioSearchInputWrapSubmit {
  position: absolute;
  top: 6px;
  left: 4px;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.audioSearchInput {
  width: 555px;
  padding: 9px 0 9px 30px;
  height: 20px;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  float: left;
  background: url("../images/icons/searchIcon.png") no-repeat 4px 50%;
}
.audioSearchTypeSelectWrap {
  position: relative;
  float: right;
  margin-top: -1px;
  margin-right: -1px;
}
.audioSearchTypeSelect {
  background: #5392ce;
  color: #fff;
  font-size: 18px;
  padding: 7px 15px 8px;
  position: relative;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.audioSearchTypeSelect.darkBlue {
  background: #021557;
}
.audioSearchTypeSelectButton {
  position: absolute;
  right: 3px;
  top: 1px;
  height: 38px;
  width: 31px;
  cursor: pointer;
  background: #5392ce url("../images/elements/select-button-blue-white.jpg") no-repeat 50% 50%;
}
.audioSearchTypeSelectButton.darkBlue {
  background: #021557 url("../images/elements/select-button-dark-blue_2.jpg") no-repeat 50% 50%;
}
.musicItem {
  overflow: hidden;
  list-style: none;
  margin-bottom: 8px;
}
.playStopMusicList,
.playStopMusicListSmall {
  float: left;
  background: url("../images/icons/playStop.jpg") no-repeat 0 0;
  width: 29px;
  height: 28px;
  cursor: pointer;
  margin-right: 5px;
}
.playStopMusicList.darkBlue {
  background: url("../images/icons/playStopDarkBlue.jpg") no-repeat 0 0;
}
.playStopMusicListSmall {
  background: url("../images/icons/playStopSmall.jpg") no-repeat 0 0;
  width: 17px;
  height: 17px;
}
.playStopMusicList.playing {
  background-position: 0 -29px;
}
.playStopMusicList.darkBlue.playing {
  background-position: 0 -28px;
}
.playStopMusicListSmall.playing {
  background-position: 0 -17px;
}
.musicName {
  margin-top: 4px;
  float: left;
  font-size: 19px;
}
.musicName.small {
  font-size: 14px;
  margin-top: 1px;
}
.musicTimer.playing,
.musicName.playing {
  font-weight: 800;
}
.musicAddButton {
  float: right;
  background: url("../images/icons/addSong.png") no-repeat 0 0;
  width: 15px;
  height: 14px;
  cursor: pointer;
  margin: 8px 0 0 10px;
}
.musicAddButton.m-remove {
  background: url("../images/icons/removeSong.png") no-repeat 0 0;
}
.musicTimer {
  margin-top: 1px;
  float: right;
  font-size: 19px;
  white-space: nowrap;
}
.musicTimer.small {
  font-size: 15px;
}
/****************** sport news page *******************/
.newsSportActions {
  overflow: hidden;
  margin-bottom: 20px;
}
.addSportNews,
.colorButtonBlue.suggestArticle {
  float: right;
  width: 210px;
  margin: 14px 0px 0px 0px;
  padding: 5px 10px;
}
.sortSportActions {
  margin-top: 2px;
  float: left;
  font-size: 18px;
  color: #4a4848;
}
.sortSportActions a {
  text-decoration: none;
  color: #4a4848;
  font-size: 18px;
}
.sortSportActions a:hover,
.sortSportActions a.active {
  color: #fd5d2c;
  text-decoration: underline;
}
/******************** Slider top ***********************/
#slidesTop {
  height: 280px;
  overflow: hidden;
}
.sliderHeader .slidesNext,
.sliderHeader .slidesPrevious {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 0px;
  width: 24px;
  height: 0;
  margin-top: -32px;
  padding-top: 32px;
  display: block;
  z-index: 101;
  overflow: hidden;
  background: url("../images/icons/sliderTop/navigation-previous.png") no-repeat 0 0;
  transition: opacity 0.3s ease;
}
.sliderHeader:hover .slidesNext,
.sliderHeader:hover .slidesPrevious {
  opacity: 1;
}
.sliderHeader .slidesNext {
  left: 608px;
  background: url("../images/icons/sliderTop/navigation-next.png") no-repeat 0 0;
}
/*
    Pagination
*/
.slidesPagination {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1000;
}
.slidesPagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
}
.slidesPagination li a {
  display: block;
  width: 14px;
  height: 0;
  padding-top: 13px;
  background: url("../images/icons/sliderTop/pagination.png") 0 -13px;
  overflow: hidden;
}
.slidesPagination li.slidesCurrent a {
  background-position: 0 0;
}
.sliderTopLink {
  position: relative;
  display: block;
  height: 280px;
}
.sliderTopDescription {
  padding: 5px 0 0 20px;
  position: absolute;
  bottom: 0;
  min-height: 27px;
  background: #3a3a3a;
  color: #fff;
  width: 610px;
  font-size: 20px;
}
.sliderTopDescription > .e-description {
  max-height: 0px;
  margin: 2px 0px;
  font-size: 16px;
  transition: max-height 0.5s ease;
}
a:hover > .sliderTopDescription > .e-description {
  max-height: 100px;
}
.sliderTopGreen .slidesPagination li.slidesCurrent a {
  background-position: 0 -26px;
}
.sliderTopOrange .slidesPagination li.slidesCurrent a {
  background-position: 0 -39px;
}
/******************** user page ****************************/
/******************** user settings ************************/
.userTotalSettingsBlock:after {
  clear: both;
  content: "";
  display: block;
}
.userSettingsCenter {
  width: 100%;
  position: relative;
}
.userSettingsWrapper {
  width: 300px;
  margin: 20px auto;
}
.userSettingsCell {
  display: inline-block;
  position: absolute;
  right: 310px;
  top: 3px;
  min-width: 240px;
  text-align: right;
  color: #3e3e3e;
}
.userSettingsLabel {
  position: relative;
}
.userTotalSettingsRow,
.userPersonalSettingsRow {
  margin-bottom: 15px;
}
.userNotificationsSettingsRow,
.userPrivacySettingsRow {
  margin-bottom: 30px;
}
.userTotalSettingsRow:after,
.userPersonalSettingsRow:after {
  clear: both;
  content: "";
  display: block;
}
.userTotalSettingsLeft,
.userTotalSettingsCenter,
.userTotalSettingsRight,
.userPersonalSettingsLeft,
.userPersonalSettingsCenter,
.userPersonalSettingsRight {
  float: left;
  width: 326px;
}
.labelForUserEmail,
.labelForUserLanguage,
.labelForUserPassword,
.labelForUserNewPassword,
.labelForUserNewPasswordAgain,
.labelForUserName,
.labelForUserCountry,
.labelForUserDateBirth,
.labelForUserSoname,
.labelForUserRegion,
.labelForUserGender,
.labelForUserCity,
.labelForUserMartialStatus,
.labelUserInterests,
.labelUserAbout {
  display: block;
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.userSettingsTextInput {
  padding: 3px 10px;
  color: #2b2b2b;
  font-size: 18px;
  border: 1px solid #bdbdbd;
  width: 300px;
  line-height: 23px;
  height: 19px;
}
.userMaritalStatusSelectWrap,
.userSelectLanguageSelectWrap {
  width: 322px;
  height: 25px;
  position: relative;
}
.userMaritalStatusSelectWrap:after,
.userSelectLanguageSelectWrap:after {
  clear: both;
  display: block;
  content: "";
}
.userMaritalStatusSelect,
.userSelectLanguageSelect {
  background: #fff;
  width: 322px;
  height: 25px;
  font-size: 16px;
  color: #2b2b2b;
}
.userSelectLanguageSelectButton,
.userMaritalStatusSelectButton {
  position: absolute;
  background: #ffffff url("../images/elements/select-button-dark-blue.jpg") no-repeat 50% 50%;
  width: 30px;
  height: 25px;
  right: 0;
  top: 0;
}
.userPersonalSettingsColumns {
  /*overflow: hidden;*/
}
.userInterestsWrap {
  clear: both;
  margin-bottom: 20px;
}
.userSettingsTextArea {
  padding: 5px 10px;
  resize: none;
  font-size: 15px;
  color: #2b2b2b;
  overflow: auto;
  width: 300px;
  height: 75px;
  border: 1px solid #bfbfbf;
}
.userInterestsTextArea,
.userAboutTextArea {
  padding: 5px 10px;
  resize: none;
  font-size: 15px;
  color: #2b2b2b;
  overflow: auto;
  width: 903px;
  height: 75px;
  border: 1px solid #bfbfbf;
}
.labelForUserShowDateBirth,
.labelForUserShowAge {
  float: left;
  font-size: 14px;
  color: #2b2b2b;
}
.labelForUserShowAge {
  width: 177px;
}
.userShowDateBirth,
.userShowAge {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.userNotificationsColumns,
.userPrivacyColumns {
  overflow: hidden;
}
.userPrivacyLeftColumn,
.userPrivacyRightColumn,
.userNotificationsLeftColumn,
.userNotificationsLeftColumn {
  float: left;
  width: 489px;
}
.userPrivacyTitle {
  display: block;
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.userNotificationsRow,
.userPrivacyRow {
  overflow: hidden;
  margin-bottom: 5px;
}
.userNotificationsBlock {
  overflow: hidden;
  margin-bottom: 30px;
}
.userNotificationsTitle {
  display: block;
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.privacyRadiobutton,
.notificationRadiobutton {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.labelNotificationRadiobutton,
.labelPrivacyRadiobutton {
  float: left;
  width: 200px;
}
.saveUserSettingsHr {
  width: 95%;
  padding-top: 10px;
  border-top: 1px solid #bdbdbd;
  margin: 15px auto;
}
.saveUserSettingsBlock {
  width: 300px;
  margin: 0 auto;
}
.newSaveUserSettingsButton {
  background: #051963;
  color: #f7f7f7;
  cursor: pointer;
  font-size: 13px;
  padding: 3px 20px;
  width: 120px;
  height: 45px;
  display: block;
}
.saveUserSettingsButton {
  background: #010c3a;
  color: #f7f7f7;
  cursor: pointer;
  font-size: 22px;
  padding: 3px 20px;
  width: 280px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/******************** my user page *************************/
.userPageShowMoreTitle {
  text-align: center;
  color: #2b2b2b;
  font-size: 18px;
  background: url("../images/elements/line-h2.jpg") repeat-x;
  background-position: center;
  text-decoration: none;
}
.userPageShowMoreTitle span {
  background: #fff;
  padding: 0 20px;
}
.userPageTopBlock {
  margin-bottom: 10px;
}
.userPageUserPhoto {
  float: left;
  margin-right: 15px;
}
.userPageUserPhoto img {
  display: block;
}
.userPageUserInfo {
  width: 762px;
  position: relative;
  margin-left: 216px;
  font-family: Tahoma, sans-serif;
}
.userPageRating {
  position: absolute;
  right: -17px;
  top: 28px;
  background: url("../images/elements/cornerDarkBlue.png") no-repeat 100% 0;
  padding-right: 7;
  height: 35px;
  padding-bottom: 7px;
}
.userPageRatingInner {
  background: #051963;
  color: #fff;
  height: 35px;
  margin-left: 20px;
  padding-right: 10px;
}
.userPageRatingHelp {
  margin-top: 2px;
  float: left;
  border-right: 1px solid #464646;
  padding: 3px 4px 2px 0;
  color: #636363;
  font-size: 22px;
  cursor: pointer;
  text-decoration: none;
}
.userPageUserStatus {
  position: absolute;
  color: #acaaaa;
  top: 5px;
  right: 20px;
}
.userPageUserName {
  font-size: 24px;
  color: #2b2b2b;
  margin-bottom: 15px;
}
.userPageUserTown,
.userPageUserAge,
.userPageUserMaritalStatus,
.userPageUserInterests,
.userPageUserAbout {
  margin-bottom: 10px;
  font-size: 15px;
  overflow: hidden;
  font-style: italic;
}
.userPageUserTown b,
.userPageUserAge b,
.userPageUserMaritalStatus b,
.userPageUserInterests b {
  float: left;
  margin-right: 5px;
}
.userPageUserAboutText {
  width: 716px;
}
.userPageHonorsList {
  overflow: hidden;
  margin-left: -10px;
}
.userPageShowMoreInfoBlock {
  overflow: hidden;
}
.userPageHonorsList li {
  float: left;
  list-style: none;
  margin-left: 10px;
  cursor: pointer;
}
.userPageTwoColumnsBlock {
  border-top: 1px solid #959595;
  padding-top: 10px;
}
.userPageLeftColumn {
  float: left;
  width: 203px;
  margin-right: 20px;
  font-family: Tahoma, sans-serif;
}
.userPageEditProfile {
  display: block;
  color: #282828;
  font-size: 15px;
  padding-left: 19px;
  margin-bottom: 20px;
  text-decoration: none;
  background: url("../images/icons/editPage.png") no-repeat 0 50%;
}
.userPageEditProfile:hover {
  text-decoration: underline;
}
.userPageFollowers {
  margin-bottom: 25px;
}
.userPageInterestingPagesQuantity,
.userPageFollowersQuantity,
.userPageAllVideos,
.userPageAllAudios {
  background: #d7d7d7;
  color: #282828;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 15px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-left: -10px;
  padding-left: 10px;
}
.userPageInterestingPagesQuantity:hover,
.userPageFollowersQuantity:hover,
.userPageAllVideos:hover,
.userPageAllAudios:hover {
  text-decoration: underline;
}
.userPageFollowersList {
  overflow: hidden;
  margin: -10px 0 0 -11px;
}
.userPageFollowersList li {
  float: left;
  width: 60px;
  list-style: none;
  margin: 10px 0 0 11px;
}
.userPageFollowerPhoto {
  border: 1px solid transparent;
  display: block;
  width: 58px;
  height: 58px;
}
.userPageFollowerName {
  display: block;
  overflow: hidden;
  height: 32px;
  color: #282828;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.userPageInterestingPagesList {
  margin-bottom: 15px;
}
.userPageInterestingPage {
  overflow: hidden;
  list-style: none;
}
.userPageInterestingPagePhoto {
  float: left;
  width: 90px;
  height: 90px;
  background: #acacac;
  margin: 0 10px 10px 0;
}
.userPageInterestingPageTitle {
  color: #282828;
  text-decoration: none;
  font-weight: 800;
}
.userPageInterestingPageTitle i {
  font-weight: 200;
}
.userPageInterestingPageTitle:hover {
  text-decoration: underline;
}
.userPageRightColumn {
  width: 755px;
  margin-left: 223px;
}
.userPageAddPostBlock {
  margin-bottom: 20px;
}
.userPageAddPost {
  background: #ebebeb;
  padding: 10px;
  position: relative;
}
.userPageAddPostTextarea {
  border: 1px solid #c6c6c6;
  padding: 5px 23px 5px 10px;
  width: 700px;
  height: 50px;
  overflow: auto;
  resize: none;
  font-style: italic;
}
.userPageAddPostPhoto {
  right: 17px;
  top: 17px;
  background: url("../images/icons/small-photo-icon.png") no-repeat;
  width: 19px;
  height: 16px;
  position: absolute;
  cursor: pointer;
}
.userPageAddPostButtons {
  overflow: hidden;
  margin-top: 5px;
}
.userPageSendPost,
.userPageAddArticle {
  float: right;
  cursor: pointer;
  color: #fff;
  background: #051963;
  padding: 4px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.subscribeButtonWrap {
  margin-top: 5px;
}
.subscribeButtonWrap:hover,
.addToFriendButtonWrap:hover {
  background: url("../images/elements/cornerDarkBlueLeftHover.png") no-repeat;
}
.subscribeButtonWrap:hover .subscribeButton,
.addToFriendButtonWrap:hover .addToFriendButton {
  background: #48599E;
}
.subscribeButton:hover,
.userPageSendPost:hover,
.userPageAddArticle:hover {
  background: #48599E;
}
.userPageAddArticle {
  margin-left: 15px;
}
.userPagePostAuthorPhoto {
  float: left;
  width: 82px;
  height: 82px;
  margin-right: 10px;
  background: #d7d7d7;
}
.userPagePostCommentAuthorWrap,
.userPagePostAuthorWrap {
  margin-bottom: 8px;
}
.userPagePostCommentAuthor,
.userPagePostAuthor {
  color: #051963;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.userPagePostAuthor:hover {
  text-decoration: underline;
}
.userPagePostCommentDate,
.userPagePostDate {
  font-size: 13px;
  color: #5f5f5f;
  font-style: italic;
  margin-bottom: 5px;
}
.userPagePostContentWrap {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.userPagePostContentWrap.full {
  width: 859px;
}
.userPageTotalComments {
  display: block;
  margin: 0 0 10px 92px;
  width: 663px;
  cursor: pointer;
  text-align: center;
  padding: 5px 0;
  color: #666;
  font-size: 16px;
  background: #d7d7d7;
}
.userPageTotalComments:hover {
  background: #c9c9c9;
}
.userPageTotalComments.full {
  width: 860px;
}
.userPageCommentsList {
  margin-left: 0px;
}
.userPagePostWrap {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aeaeae;
}
.userPageCommentAuthorPhoto {
  float: left;
  width: 82px;
}
.userPageCommentAuthorPhoto {
  float: left;
  width: 82px;
  height: 82px;
  margin-right: 10px;
  background: #acacac;
}
.userPagePostCommentContent {
  float: left;
  width: 571px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.userPagePostCommentContent.full {
  width: 768px;
}
.userPagePostComment {
  position: relative;
  margin: 0px 0px 10px 92px;
  list-style: none;
  overflow: hidden;
}
.userPagePostPhotos {
  overflow: hidden;
  margin: 10px 0 0 -9px;
}
.userPagePostPhotos.full {
  margin: 10px 0 0 -13px;
}
.userPagePostPhoto {
  float: left;
  margin-left: 9px;
  list-style: none;
}
.userPagePostPhoto.full {
  margin-left: 13px;
}
.userPagePostPhoto img {
  display: block;
}
.userPagePostCommentText {
  margin-bottom: 5px;
}
.userPagePostCommentAnswer {
  color: #5f5f5f;
  font-size: 15px;
  text-decoration: none;
}
.userPagePostCommentAnswer:hover {
  text-decoration: underline;
}
.userPagePostStats {
  overflow: hidden;
  text-align: right;
  margin-top: 10px;
}
.userPagePostCommentStat {
  float: right;
  background: transparent;
}
.userPageCommentTextarea {
  float: left;
  padding: 5px 10px;
  border: 1px solid #d0d0d0;
  resize: none;
  height: 70px;
  width: 548px;
  font-style: italic;
  overflow: auto;
}
.userPageCommentTextarea.full {
  width: 746px;
}
.userPagePostReadMore {
  color: #000;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.userPagePostReadMore:hover {
  text-decoration: underline;
}
.userPagePostUrl {
  overflow: hidden;
  margin-top: 10px;
}
.userPagePostUrlLogoWrap {
  float: left;
  width: 192px;
  padding-right: 9px;
  margin-right: 9px;
  border-right: 1px solid #1b1464;
}
.userPagePostUrlLogo {
  text-decoration: none;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 600;
}
.userPagePostUrlContentWrap {
  float: left;
  width: 447px;
}
.userPagePostUrlLogoTitleWrap,
.userPagePostUrlContentTitleWrap {
  margin-bottom: 5px;
}
.userPagePostUrlLogoTitle,
.userPagePostUrlContentTitle {
  text-decoration: none;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 600;
}
.userPagePostUrlLogoTitle:hover,
.userPagePostUrlContentTitle:hover {
  text-decoration: underline;
}
.userPagePostCommentsWrap {
  overflow: hidden;
  width: 755px;
}
.userPagePostCommentsWrap.full {
  width: 978px;
}
.userPageVideos {
  margin-top: 5px;
}
.userPageVideosList {
  margin-bottom: 15px;
}
.userPageVideo {
  margin-bottom: 10px;
  list-style: none;
}
.userPageVideoTitle {
  text-decoration: none;
  font-size: 14px;
  color: #282828;
  margin-bottom: 3px;
  display: block;
}
.userPageVideoTitle:hover {
  text-decoration: underline;
}
.userPageVideoPlay {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}
.userPageVideoPlay > .e-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url("../images/elements/user-page-play-video.png") no-repeat 50% 50%;
  opacity: 0.9;
}
.userPageUsersRating,
.userPageBloggersRating {
  float: left;
  overflow: hidden;
  margin: 6px 0 0 5px;
  cursor: pointer;
}
.userPageUsersRatingQuantity,
.userPageBloggersRatingQuantity {
  float: left;
  padding: 4px 0 0 23px;
  background: url("../images/icons/main-icons.png") no-repeat 0 -318px;
  height: 17px;
  font-size: 13px;
}
.userPageBloggersRating {
  margin-right: 4px;
}
.userPageUsersRatingQuantity {
  background-position: 0 -341px;
}
.addToFriendsBlock {
  margin-bottom: 20px;
}
.subscribeButtonWrap,
.addToFriendButtonWrap {
  background: url("../images/elements/cornerDarkBlueLeft.png") no-repeat;
  padding-left: 8px;
  height: 45px;
  margin-left: -18px;
  overflow: hidden;
}
.subscribeButton {
  margin-top: 5px;
  width: 198px;
}
.subscribeButton,
.addToFriendButton {
  width: 100%;
  padding: 9px 22px 9px 12px;
  background: #051963;
  color: #fff;
  margin-top: -2px;
  font-size: 17px;
  cursor: pointer;
  white-space: nowrap;
}
.userPageCatalogMainTitle {
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #011046;
  padding: 10px 0;
  width: 1000px;
  margin: -20px auto 0;
}
.userPageHonorsBlock {
  overflow: hidden;
}
.userPageHonorsBlock:after {
  clear: both;
  content: "";
  display: block;
}
.userPageCatalogSearch {
  margin: 0 35px;
}
.userPageCatalogSearch:after {
  clear: both;
  content: "";
  display: block;
}
.userPageCatalogSelectCityWrap,
.userPageCatalogSelectCountryWrap {
  width: 247px;
  height: 30px;
  margin-bottom: 15px;
  position: relative;
  float: left;
  margin-right: 50px;
}
.userPageCatalogSelectCitySelect,
.userPageCatalogSelectCountrySelect {
  margin: -2px 0 0 -2px;
  height: 34px;
  width: 251px;
}
.userPageCatalogSelectCityLabel,
.userPageCatalogSelectCountryLabel {
  position: absolute;
  right: 0;
  top: 0;
  float: none;
  width: 25px;
  height: 30px;
  margin: 0;
  background: #ffffff url('../images/elements/select-button-dark-blue.jpg') no-repeat 50% 50%;
}
.userPageCatalogSearchInputWrap {
  position: relative;
  overflow: hidden;
  float: right;
}
.userPageCatalogSearchInput {
  width: 227px;
  height: 30px;
  border: 1px solid #e1e1e1;
  padding: 0 30px 0 5px;
}
.userPageCatalogSearchButton {
  position: absolute;
  right: 8px;
  top: 5px;
  background: url("../images/icons/searchIcon.png") no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.userPageCatalogArticles {
  margin-top: 20px;
}
.userPageCatalogArticleWrap {
  overflow: hidden;
  margin: 0 35px 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ededed;
}
.userPageCatalogArticleContent {
  float: left;
  width: 590px;
  text-align: justify;
}
.userPageCatalogArticleImg {
  float: left;
  width: 153px;
  height: 153px;
  border: 1px solid #0a184b;
}
.userPageCatalogArticleText {
  margin-left: 170px;
  font-size: 18px;
}
.userPageCatalogArticleAddressWrap {
  margin-left: 635px;
  font-size: 19px;
}
.userPageCatalogArticleAddressTitle {
  font-size: 21px;
  margin-bottom: 10px;
}
.userPageCatalogArticleAddress,
.userPageCatalogArticlePhone,
.userPageCatalogArticleSite,
.userPageCatalogArticleRating {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 10px;
  padding-left: 35px !important;
  display: block;
}
.userPageCatalogArticleAddress {
  padding: 5px 0;
  background: url("../images/icons/address.png") no-repeat 0 50%;
  text-decoration: none;
}
.userPageCatalogArticleAddress a {
  color: #2b2b2b;
  text-decoration: none;
}
.userPageCatalogArticleAddress a:hover {
  text-decoration: underline;
}
.userPageCatalogArticlePhone {
  padding: 3px 0;
  background: url("../images/icons/phone.png") no-repeat 0 50%;
}
.userPageCatalogArticleSite:hover {
  text-decoration: underline;
}
.userPageCatalogArticleSite {
  background: url("../images/icons/link.png") no-repeat 0 50%;
  color: #2b2b2b;
  text-decoration: none;
}
.userPageCatalogArticleRating {
  background: url("../images/icons/star.png") no-repeat 0 50%;
  color: #011046;
  margin: 0;
}
.userPageCatalogTwoColumns {
  margin: 20px 20px 0;
}
.userPageCatalogTwoColumns:after {
  clear: both;
  content: "";
  display: block;
}
.userPageCatalogLeftColumn {
  float: left;
  width: 565px;
}
.userPageCatalogLeftColumn p {
  text-indent: 20px;
  margin-bottom: 5px;
  font-size: 18px;
}
.userPageCatalogRightColumn {
  margin-left: 622px;
  width: 335px;
}
.userPageCatalogSelectRatingWrap {
  margin-top: 50px;
}
.userPageCatalogSelectRatingSlider {
  height: 20px;
  background: #e8e8e9;
  position: relative;
  margin-bottom: 15px;
}
.userPageCatalogSelectRatingSliderSelected {
  background: url("../images/elements/userPageCatalogSelectRatingSliderSelected.gif") repeat-x;
  height: 100%;
  width: 55%;
}
.userPageCatalogSelectRatingSliderInfo {
  position: absolute;
  height: 31px;
  width: 70px;
  top: -40px;
  left: -20px;
  background: url("../images/icons/userPageCatalogSelectRatingSliderInfo.png") no-repeat;
  text-align: center;
  color: #8b8b8b;
  padding-top: 6px;
}
.userPageCatalogSelectRatingSliderButton {
  position: absolute;
  width: 28px;
  height: 25px;
  border: 1px solid #d2d2d5;
  background: url("../images/elements/userPageCatalogSelectRatingSliderButton.gif") repeat-x;
  margin-top: -3px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  left: 170px;
  cursor: pointer;
}
.userPageCatalogSelectForm {
  overflow: hidden;
}
.userPageCatalogSelectCurrentRating {
  float: left;
  padding: 1px 0 0 28px;
  background: url("../images/icons/star.png") no-repeat;
  color: #011046;
  font-size: 17px;
  margin-top: 5px;
}
.userPageCatalogSelectRatingButton {
  float: right;
  background: #1d3c98;
  color: #fff;
  padding: 4px 39px;
  letter-spacing: 1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  font-size: 17px;
}
.userPageMessagesSelectPageBlock,
.userPageNewsSelectPageBlock {
  width: 1000px;
  background: #010d3e;
  color: #fff;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.userPageNewsSelectAllMessages,
.userPageNewsSelectShowMessages,
.userPageNewsSelectNews,
.userPageNewsSelectAnswerFollowers {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
  float: left;
  width: 500px;
  padding: 5px 0;
  font-size: 22px;
  cursor: pointer;
}
.userPageNewsSelectNews:hover,
.userPageNewsSelectAnswerFollowers:hover,
.userPageNewsSelectAllMessages:hover,
.userPageNewsSelectShowMessages:hover,
.userPageNewsSelectNews.active,
.userPageNewsSelectAnswerFollowers.active,
.userPageNewsSelectAllMessages.active,
.userPageNewsSelectShowMessages.active {
  background: #526fa9;
}
.userPageNewsCommentWrap,
.userPageNewsLikeWrap {
  overflow: hidden;
  height: 100px;
  margin-bottom: 15px;
}
.userPageNewsLikeImg {
  float: left;
  width: 98px;
  height: 98px;
  border: 1px solid #a0a0a0;
  background: #959595;
  position: relative;
}
.userPageNewsAnswerFollowersDate,
.userPageNewsLikeContent {
  margin-left: 110px;
}
.userPageNewsLikeContent {
  height: 86px;
  color: #5f5f5f;
  font-size: 18px;
}
.userPageNewsAnswerFollowersDate {
  color: #5f5f5f;
  font-size: 14px;
  font-style: italic;
}
.userPageNewsWhoLike {
  color: #5f5f5f;
  text-decoration: none;
  font-weight: bold;
}
.userPageNewsWhoLike:hover {
  text-decoration: underline;
}
.userPageNewsWhatLike:hover {
  text-decoration: none;
}
.userPageNewsIcon {
  position: absolute;
  width: 23px;
  height: 23px;
  background: url("../images/icons/userPageNewsIcons.png") no-repeat;
  bottom: 3px;
  right: 3px;
}
.userPageNewsIcon.follow {
  background-position: 0 0;
}
.userPageNewsIcon.like {
  background-position: 0 -23px;
}
.userPageNewsIcon.repost {
  background-position: 0 -46px;
}
.userPageNewsLikes {
  margin-bottom: 4px;
}
.userPagePostsBlock.userPageNewsUpdates {
  margin: 0 13px;
}
.userPageUserFavoritesBlock {
  position: relative;
  overflow: hidden;
}
.userPageUserFavoriteContent {
  position: relative;
  padding: 13px 15px;
  border: 1px solid #d9d9d9;
  height: 128px;
  margin-bottom: 12px;
}
.userPageUserFavoriteContentLeft {
  float: left;
  width: 470px;
  height: 128px;
  overflow: hidden;
}
.userPageUserFavoriteContentVideo,
.userPageUserFavoriteContentImg {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  height: 128px;
  width: 128px;
  background: #ccc;
  position: relative;
}
.userPageUserFavoriteContentImg a {
  display: block;
  width: 128px;
  height: 128px;
}
.userPageUserFavoriteContentTitle {
  font-size: 18px;
  margin-bottom: 4px;
  display: block;
  color: #2b2b2b;
  text-decoration: none;
}
.userPageUserFavoriteContentTitle:hover {
  text-decoration: underline;
}
.userPageUserFavoriteContentInfo {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 8px;
}
.userPageUserFavoriteContentAuthor {
  padding-left: 20px;
  background: url("../images/icons/main-icons.png") no-repeat 0 -21px;
  color: #9a9a98;
  font-size: 15px;
  margin-bottom: 8px;
}
.userPageUserFavoriteContentTitle,
.userPageUserFavoriteContentInfo,
.userPageUserFavoriteContentAuthor,
.userPageUserFavoriteContentDate {
  margin-left: 138px;
}
.userPageUserFavoriteContentDate {
  font-size: 16px;
  font-style: italic;
}
.userPageUserFavoriteText {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  text-indent: 20px;
  text-align: justify;
  margin-right: 30px;
}
.userPageUserFavoriteContentRemove {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 9px;
  height: 9px;
  background: url("../images/icons/remove.png") no-repeat;
  cursor: pointer;
}
.userPageUserFavoriteContentVideoPlay {
  position: absolute;
  top: 38px;
  left: 38px;
  width: 52px;
  height: 52px;
  background: url("../images/elements/user-page-play-video.png") no-repeat;
  cursor: pointer;
}
.videoStats {
  text-align: right;
  margin: 0 55px;
}
.userPageVideoAllTopBlock {
  overflow: hidden;
  margin: 30px 0;
}
.userPageVideoAllSearchWrap {
  float: left;
  width: 443px;
  height: 26px;
  border: 1px solid #ababab;
  position: relative;
  margin-right: 30px;
}
.userPageVideoAllSearch {
  height: 18px;
  padding: 4px 10px;
  width: 423px;
}
.userPageVideoAllSearchButton {
  position: absolute;
  top: 4px;
  right: 4px;
  background: url("../images/icons/searchIcon.png");
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.userPageVideoAllSearchSettingsWrap {
  margin: 5px 0 0 0;
  float: left;
}
.userPageVideoAllSearchSettingsLabel {
  color: #010b37;
  font-size: 16px;
}
.userPageMyFollowersWrap {
  margin: 0 20px;
}
.followersSearchSettings {
  margin-bottom: 25px;
}
.followersSearchRow {
  margin-bottom: 10px;
}
.followersSearchRow:after {
  clear: both;
  content: "";
  display: block;
}
.followersSearchByNameWrap {
  float: left;
  width: 600px;
  height: 26px;
  position: relative;
  border: 1px solid #acacac;
  margin: 2px 30px 0 0;
}
.followersSearchByName {
  padding: 4px 30px 4px 10px;
  width: 560px;
}
.followersSearchByNameButton {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  background: url("../images/icons/searchIcon.png");
  width: 20px;
  height: 20px;
}
.followersSearchByAllUsersWrap {
  float: left;
}
.followersSearchByAllUsersCheckbox {
  margin: 10px 10px 0px 0px;
  float: left;
}
.followersSearchByAllUsersLabel {
  float: right;
  width: 200px;
}
.followersSearchByAgeToSelectWrap,
.followersSearchByAgeFromSelectWrap,
.followersSearchByAgeFromSelectWrap,
.followersSearchByCountryWrap,
.followersSearchByCityWrap,
.followersSearchByGenderWrap,
.followersSearchByAgeWrap {
  float: left;
}
.followersSearchByAgeWrap:after {
  clear: both;
  content: "";
  display: block;
}
.followersSearchByCountrySelectWrap,
.followersSearchByCitySelectWrap {
  width: 165px;
  margin-right: 30px;
  float: left;
}
.followersSearchByCountrySelectWrap:after,
.followersSearchByCitySelectWrap:after {
  clear: both;
  content: "";
  display: block;
}
.followersSearchByCountrySelect,
.followersSearchByCitySelect {
  margin: -2px 0 0 -2px;
  width: 159px;
  height: 26px;
  padding-left: 10px;
}
.followersSearchByGenderSelectButton,
.followersSearchByCitySelectButton,
.followersSearchByCountrySelectButton,
.followersSearchByAgeFromSelectButton,
.followersSearchByAgeToSelectButton {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff url("../images/elements/select-button-dark-blue.jpg") no-repeat 50% 50%;
  width: 30px;
  height: 25px;
}
.followersSearchByCountrySelectLabel,
.followersSearchByCitySelectLabel,
.followersSearchByGenderSelectLabel,
.followersSearchByAgeLabel {
  float: left;
  margin: 4px 14px 0 0;
}
.followersSearchByGenderSelectWrap,
.followersSearchByAgeFromSelectWrap,
.followersSearchByAgeToSelectWrap {
  position: relative;
  width: 83px;
  margin-right: 20px;
}
.followersSearchByGenderSelectWrap:after,
.followersSearchByAgeFromSelectWrap:after,
.followersSearchByAgeToSelectWrap:after {
  clear: both;
  content: "";
  display: block;
}
.followersSearchByGenderSelectWrap {
  width: 100px;
  float: left;
}
.followersSearchByGenderSelect,
.followersSearchByAgeFromSelect,
.followersSearchByAgeToSelect {
  margin: -2px 0 0 -2px;
  width: 83px;
  height: 26px;
  padding-left: 4px;
}
.followersSearchByGenderSelect {
  width: 93px;
}
.userPageMyFollowersList {
  overflow: hidden;
}
.userPageMyFollowerWrap {
  float: left;
  width: 469px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 22px;
}
.userPageMyFollowerPhoto {
  float: left;
  width: 100px;
  height: 100px;
  background: #a1a1a1;
}
.userPageMyFollowerPhoto img {
  display: block;
}
.userPageMyFollowerName,
.userPageMyFollowerInfo,
.userPageMyFollowerWriteMessageWrap {
  display: block;
  margin-left: 120px;
}
.userPageMyFollowerName {
  color: #2b2b2b;
  font-size: 22px;
  text-decoration: none;
  padding-bottom: 1px;
}
.userPageMyFollowerInfo {
  color: #2b2b2b;
  font-size: 17px;
  margin-bottom: 5px;
}
.userPageMyFollowerInfoLine {
  border-bottom: 1px solid #e2e2e2;
  margin: 5px 195px 5px 120px;
}
.userPageMyFollowerWriteMessage {
  background: none;
  color: #a1a1a1;
  font-style: italic;
  cursor: pointer;
}
.userPageMyFollowerWriteMessage:hover {
  text-decoration: underline;
}
.userPageMyMessageWrap {
  position: relative;
  padding: 11px;
  border: 1px solid #788ebb;
  height: 70px;
  overflow: hidden;
  margin-bottom: 7px;
  cursor: pointer;
}
.userPageMessageFromInfo {
  float: left;
  width: 230px;
  overflow: hidden;
}
.userPageMessageFromPhoto {
  float: left;
  background: #a1a1a1;
}
.userPageMessageFromPhoto img {
  display: block;
}
.userPageMessageFromDate,
.userPageMessageFromName,
.userPageMessageFromOnline {
  display: block;
  margin-left: 80px;
}
.userPageMessageFromName {
  color: #2b2b2b;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 3px;
}
.userPageMessageFromName:hover {
  text-decoration: underline;
}
.userPageMessageFromOnline,
.userPageMessageFromDate {
  color: #707070;
  font-size: 14px;
  font-style: italic;
}
.userPageMessageFromOnline {
  font-size: 18px;
}
.userPageMessageToText,
.userPageMessageFromText {
  line-height: 22px;
  color: #707070;
  overflow: hidden;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
}
.userPageMessageMyPhoto {
  float: left;
  margin-right: 15px;
  background: #a1a1a1;
}
.userPageMessageMyPhoto img {
  display: block;
}
.userPageMyMessageSelect {
  position: absolute;
  background: url("../images/icons/selectMessage.jpg");
  width: 17px;
  height: 13px;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.userPageCompanionsListWrap {
  overflow: hidden;
  background: #c8cad5;
  padding: 5px 10px;
  width: 978px;
  margin: -20px 0 0 -10px;
}
.userPageCompanionsList {
  overflow: hidden;
  margin-left: -25px;
  margin-top: -5px;
}
.userPageCompanionWrap {
  list-style: none;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
  position: relative;
  padding-right: 20px;
}
.userPageCompanion {
  color: #2b2b2b;
  background: none;
  cursor: pointer;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
}
.userPageCompanionClose {
  background: url("../images/icons/remove.png") no-repeat;
  width: 9px;
  height: 9px;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 0;
}
.userPageCompanion:hover,
.userPageCompanion.active {
  text-decoration: underline;
}
.blockMainUserMessage {
  margin-bottom: 29px;
}
.blockMainUserMessage.m-fixed {
  position: fixed;
  top: 77px;
  width: 100%;
  z-index: 1;
}
.blockMainUserMessageFullWrap {
  margin: 0 20px;
}
.userPageMessageFull {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.userPageMessageFullSelect {
  position: absolute;
  background: url("../images/icons/selectMessage.jpg") no-repeat;
  width: 17px;
  height: 13px;
  right: 0;
  top: 27px;
}
.userPageMessageLeftFull {
  float: left;
  background: #a1a1a1;
}
.userPageMessageLeftFull img {
  display: block;
}
.userPageMessageFullAuthor {
  margin: 0 0 5px 80px;
}
.userPageMessageFullText {
  margin: 0 20px 0 80px;
  color: #707070;
  font-family: Tahoma, Arial, sans-serif;
}
.userPageMessageFullText a {
  color: #010c39;
}
.userPageMessageFullText a:hover {
  text-decoration: none;
}
.userPageMessageFullAuthorLink {
  color: #2b2b2b;
  font-size: 18px;
  text-decoration: none;
}
.userPageMessageFullAuthorLink:hover {
  text-decoration: underline;
}
.userPageMessageFullTime {
  position: absolute;
  color: #707070;
  right: 0px;
  top: 0px;
  font-style: italic;
}
.userPageMessageFullFormWrap {
  padding: 9px 14px;
  background: #ebebeb;
}
.userPageMessageFullForm {
  overflow: hidden;
}
.userPageMessageFullFormCompanionPhotoWrap,
.userPageMessageFullFormMyPhotoWrap {
  float: left;
  width: 70px;
}
.userPageMessageFullFormTextWrap,
.userPageMessageFullFormMyPhotoWrap {
  margin-right: 10px;
}
.userPageMessageFullFormCompanionPhoto {
  border: 1px solid #cacaca;
  float: right;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.userPageMessageFullFormCompanionPhoto img {
  display: block;
}
.userPageMessageFullFormMyPhoto {
  border: 1px solid #cacaca;
  overflow: hidden;
  float: left;
  width: 70px;
  height: 70px;
}
.userPageMessageFullFormMyPhoto img {
  display: block;
  width: 70px;
  height: 70px;
}
.userPageMessageFullFormTextWrap {
  float: left;
  width: 750px;
  height: 82px;
  position: relative;
}
.userPageMessageFullFormText {
  resize: none;
  padding: 5px 10px;
  height: 72px;
  overflow: auto;
  background: #fff;
  box-sizing: border-box;
  font-family: Tahoma, sans-serif;
  font-size: 15px;
}
.userPageMessageFullFormCompanionPhotoWrap {
  float: right;
}
.userPageMessageFullFormSubmitWrap {
  text-align: center;
}
.userPageMessageFullFormSmile {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url("../images/icons/smile.png") no-repeat;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.userPageMessageFullFormStatus {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
.userPageRatingOrderBy li {
  float: left;
  list-style: none;
  text-align: center;
  width: 244px;
}
.userPageRatingOrderBy a {
  color: #2b2b2b;
  font-size: 20px;
  text-decoration: none;
}
.userPageRatingOrderBy a:hover {
  border-bottom: 1px solid #87898f;
}
.userPageRatingSortedUsers {
  margin: 20px 10px 0;
}
.userPageRatingSortedUser {
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}
.userPageRatingSortedUserLeft {
  float: left;
  overflow: hidden;
}
.userPageRatingSortedUserRight {
  float: right;
}
.userPageRatingUserPlace {
  float: left;
  font-size: 20px;
  background: #526fa9;
  text-align: center;
  width: 25px;
  padding: 39px 0;
  color: #fff;
  margin-right: 4px;
}
.userPageRatingUserPhoto {
  float: left;
  border: 1px solid #c0c0c0;
  width: 98px;
  height: 98px;
}
.userPageRatingUserPhoto img {
  display: block;
  border: none !important;
}
.userPageRatingUserName {
  display: block;
  color: #2b2b2b;
  font-size: 22px;
  margin-bottom: 4px;
  text-decoration: none;
  padding-bottom: 1px;
}
.userPageRatingUserName:hover {
  padding-bottom: 0;
  border-bottom: 1px solid #2b2b2b;
}
.userPageRatingUserName,
.userPageRatingUserInfo,
.userPageRatingUserRating {
  margin-left: 140px;
}
.userPageRatingUserInfo {
  font-size: 17px;
  color: #2b2b2b;
  margin-bottom: 15px;
}
.userPageRatingUserRating {
  padding-top: 2px;
  background: url("../images/icons/star.png") no-repeat 0 50%;
  padding-left: 25px;
  color: #010d3e;
  font-size: 16px;
}
.userPageRatingFollow {
  margin-bottom: 6px;
}
.userPageRatingFollow,
.userPageRatingWrite {
  margin-right: 2px;
  display: block;
  background: #526fa9;
  color: #fff;
  padding: 4px 0;
  font-size: 17px;
  width: 143px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.userPageRatingFollow:hover,
.userPageRatingWrite:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.onlineConsultations {
  overflow: hidden;
  margin-top: 20px;
  margin-left: -5px;
}
.onlineConsultation {
  position: relative;
  float: left;
  width: 260px;
  margin-left: 5px;
  margin-bottom: 15px;
}
.consultingBy {
  font-size: 18px;
  color: #a29e9e;
  margin: 10px 0 0 0;
}
.getCommentsAnswerWrap {
  background: #e5eef6;
  margin-top: 25px;
  padding: 11px;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
}
.getCommentsAnswerPhoto {
  float: left;
}
.getCommentsAnswerTitle,
.getCommentsAnswerText,
.getCommentsAnswerDate {
  margin-left: 85px;
}
.getCommentsAnswerTitle {
  color: #282828;
  font-size: 22px;
}
.getCommentsAnswerText {
  color: #4a4a4a;
  font-size: 18px;
}
.getCommentsAnswerDate {
  color: #959595;
  font-size: 14px;
}
.commentLikes.answerLike {
  margin-top: -25px;
  text-align: left;
}
#questionAskWindow,
#consultationAskWindow {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1000;
  padding: 4px;
  width: 1016px;
}
.addFormTitle {
  background: #96bbe2;
  text-align: center;
  padding: 5px 0;
  font-size: 21px;
  color: #fff;
}
.addFormTitle.green {
  background: #a6d282;
}
.addFormTitle.orange {
  background: #fe9b7c;
}
.addFormTextareaText,
.addFormInputText {
  display: block;
  padding: 7px 17px;
  border: 1px solid #b1b1b1;
  margin: 10px;
  width: 960px;
  resize: none;
  overflow: auto;
}
.addFormTextareaText {
  height: 175px;
}
.addFormBottom {
  position: relative;
}
.addFormSubmit {
  display: block;
  margin: 0 auto;
  width: 245px;
  padding: 5px 0;
  color: #fff;
  background: #5591cf;
  cursor: pointer;
  font-size: 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.addFormSubmit.green {
  background: #70b736;
}
.addFormSubmit.orange {
  background: #fd5d2d;
}
.addFormSubmit.green {
  background: #70B736;
}
.addFormTextInfo {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #919090;
  font-size: 14px;
  font-style: italic;
}
.addFormSelectCategoryWrap {
  margin: 10px 10px 0;
}
.addFormSelectCategoryWrap:after {
  clear: both;
  content: "";
  display: block;
}
.addFormSelectCategorySelectLabel {
  float: left;
  margin: 2px 10px 0 0;
  font-size: 19px;
  color: #565656;
}
.addFormSelectCategorySelect {
  padding: 9px 10px;
  width: 244px;
  margin: -2px 0 0 -2px;
}
.addFormSelectCategorySelectWrap {
  float: left;
  width: 241px;
  height: 33px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
}
.addFormSelectCategorySelectWrap:after {
  clear: both;
  content: "";
  display: block;
}
.addFormSelectCategoryButton {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff url("../images/elements/select-button-grey.jpg") no-repeat 50% 50%;
  width: 30px;
  height: 33px;
}
.userPageVideoEditRow {
  margin-bottom: 15px;
  position: relative;
}
.userPageVideoEditRow:after {
  clear: both;
  display: block;
  content: "";
}
.userPageVideoEditNameLabel,
.userPageVideoEditVideoDescriptionLabel,
.userPageVideoEditVideoLinkLabel,
.userPageVideoEditVideoToSiteLabel {
  float: left;
  font-size: 18px;
  width: 180px;
  margin-top: 8px;
}
.userPageVideoEditVideoToSiteLabel {
  float: left;
  width: 220px;
  margin-left: 180px;
}
.userPageVideoEditVideoIsPost {
  float: left;
  margin: 3px 0 0 180px;
}
.userPageVideoEditVideoLink,
.userPageVideoEditVideoName {
  width: 540px;
  padding: 10px 15px;
  border: 1px solid #969696;
}
.userPageVideoEditVideoDescriptionWrap {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #969696;
  float: left;
}
.userPageVideoEditVideoDescription {
  width: 540px;
  resize: none;
  height: 180px;
  overflow: auto;
}
.userPageVideoAllSearchSettings {
  margin: 2px 6px 0 0;
  float: left;
}
.userPageVideoEditVideoDescriptionMaxSymbol {
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #6f6f6f;
  font-size: 14px;
  font-style: italic;
}
.userPageVideoEditVideoLinkInfo {
  text-align: right;
  margin: 5px 225px 0 0;
  color: #868686;
  font-size: 14px;
  font-style: italic;
}
.userPageVideoEditVideoIsPostLabel {
  padding-left: 5px;
}
.userPageVideoEditVideoToSiteSelect {
  width: 200px;
}
.userPageVideoEditRow.buttons {
  text-align: center;
}
.userPageVideoEditSaveButton,
.userPageVideoEditCancelButton {
  cursor: pointer;
  padding: 4px 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  font-size: 18px;
}
.userPageVideoEditSaveButton:hover {
  background: #48599E;
}
.userPageVideoEditSaveButton {
  background: #010c3a;
  margin-right: 20px;
}
.userPageVideoEditCancelButton {
  background: #aeb0ad;
}
.userPageVideoEditCancelButton:hover {
  background: #666;
}
.commentsNoAuthorized {
  display: block;
  cursor: pointer;
  padding: 4px 0;
  background: #70b737;
  width: 507px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.commentsNoAuthorized:hover {
  background: #498b20;
}
.getRecipeImgInfo {
  margin-left: 13px;
  margin-right: 13px;
}
.getRecipeImgTitle {
  margin-bottom: 15px;
  font-size: 20px;
}
.showAllComment a {
  color: #b1b1b1;
  text-decoration: none;
}
.showAllComment a:hover {
  text-decoration: underline;
}
/*******RESET_STYLE*******/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
h2 {
  font-family: 'Cuprum', sans-serif;
  font-size: 20px;
  color: #2b2b2b;
  font-weight: normal;
}
html {
  background-color: #2a2a2a;
  min-width: 1000px;
  overflow: auto;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
  min-width: 1000px;
  overflow: auto;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:-moz-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:-moz-placeholder {
  color: #ccc;
}
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.view {
  min-height: 100%;
  width: 100%;
  display: block;
  background: url(../images/textures/texture.gif);
}
.view:after {
  clear: both;
  content: "";
  display: block;
}
/*******BASIC_STYLE*******/
.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
/*********HEADER*********/
.header {
  width: 100%;
  clear: both;
  overflow: hidden;
  background-color: #2a2a2a;
  height: 140px;
  border-bottom: 1px solid #464646;
}
.header.m-fixed {
  position: fixed;
  top: 0px;
  z-index: 1;
}
.search {
  /*search*/
  float: right;
  margin-top: 47px;
  -webkit-box-shadow: -5px 11px 10px #111111;
  -moz-box-shadow: -5px 11px 10px #111111;
  box-shadow: -5px 11px 10px #111111;
  behavior: url(box-shadow.htc);
  behavior: url(../htc/PIE.htc);
}
.searchForm {
  width: 236px;
  height: 27px;
  background-color: #fff;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  behavior: url(border-radius.htc);
  behavior: url(/pie/PIE.htc);
  overflow: hidden;
}
.searchInput {
  margin: 1px;
  line-height: 23px;
  height: 23px;
  font-size: 17px;
  color: #959595;
  background-color: #f4f4f4;
  width: 233px;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #d2d2d2;
  border-right: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 1px #d2d2d2 inset;
  -moz-box-shadow: 0 0 1px #d2d2d2 inset;
  box-shadow: 0 0 1px #d2d2d2 inset;
  behavior: url(box-shadow.htc);
  behavior: url(/pie/PIE.htc);
  display: block;
  float: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  behavior: url(border-radius.htc);
  font-style: italic;
  font-family: 'Cuprum', sans-serif;
  text-indent: 10px;
}
.searchInput:-moz-placeholder {
  font-style: italic;
}
.searchInput::-webkit-input-placeholder {
  font-style: italic;
}
.searchSubmit {
  background: url("../images/icons/searchIcon.png");
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 20px;
  margin: -23px 4px 0 0;
  overflow: hidden;
  text-indent: 40px;
  width: 20px;
  opacity: 0.8;
}
.searchSubmit:hover {
  opacity: 1;
  cursor: pointer;
}
.logotype {
  /*logotype*/
  float: left;
  overflow: hidden;
  width: 500px;
  height: 142px;
}
.logotypeAnchor {
  background: url(../images/logotypes/logotype.png);
  background-repeat: no-repeat;
  display: block;
  width: 500px;
  height: 142px;
}
.social {
  /*box social buttons in head*/
  clear: right;
  float: right;
  height: 40px;
  margin-top: 10px;
}
.radiusVk,
.radiusFb,
.radiusTw,
.radiusOk {
  float: left;
  height: 39px;
  margin-left: 7px;
  overflow: hidden;
  width: 39px;
  -webkit-box-shadow: -7px 14px 16px -3px #111111;
  -moz-box-shadow: -7px 14px 16px -3px #111111;
  box-shadow: -7px 14px 16px -3px #111111;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
  behavior: url(border-radius.htc);
  behavior: url(box-shadow.htc);
  behavior: url(/pie/PIE.htc);
  background: url("../images/icons/social/socialHeader.png") no-repeat;
}
.radiusVk:hover {
  background-position: 0 -39px;
}
.radiusVk {
  background-position: 0 0;
}
.radiusFb:hover {
  background-position: -52px -39px;
}
.radiusFb {
  background-position: -52px 0;
}
.radiusTw:hover {
  background-position: -102px -39px;
}
.radiusTw {
  background-position: -102px 0;
}
.radiusOk:hover {
  background-position: -156px -39px;
}
.radiusOk {
  background-position: -156px 0;
}
/******NAVIGATION*******/
.wrapperNav {
  width: 1010px;
  margin: 0 auto;
  position: relative;
}
.totalNav {
  list-style: none;
  overflow: hidden;
  background-color: #2b2b2b;
}
.totalNavItem {
  float: left;
  width: 33.33%;
}
.totalNavItem a {
  display: block;
  width: 100%;
  padding: 2px 0px;
  text-align: center;
  text-decoration: none;
  font-family: 'Cuprum', sans-serif;
  color: #FFF;
  font-size: 24px;
  border-bottom: 2px solid #2B2B2B;
}
.totalNavItem a:hover {
  border-bottom: 2px solid #747474;
}
.globalNavCat {
  list-style: none;
  position: relative;
  background-color: #6EB636;
  height: 33px;
  clear: both;
  display: table;
  width: 1010px;
  margin: 0 auto 0;
}
.globalNavCatDropMenu.mindPage,
.globalNavCat.mindPage {
  background-color: #5392ce !important;
}
.globalNavCatDropMenu.sportPage,
.globalNavCat.sportPage {
  background: #fd5d2c;
}
.globalNavCat > li {
  display: table-cell;
  height: 33px;
  text-align: center;
}
.globalNavCatactiv,
.globalNavCat > li:hover {
  background-color: #498b20;
}
.globalNavCat.mindPage > li:hover {
  background-color: #3f72ab !important;
}
.globalNavCat.sportPage > li:hover {
  background: #da4d21;
}
.globalNavCat.userPage {
  background: #d7d7d7;
}
.globalNavCat.userPage > li > a {
  color: #2b2b2b;
  border: none;
  text-transform: none;
}
.globalNavCat.userPage > li:hover {
  background: #d7d7d7;
}
.globalNavCat.userPage > li {
  position: relative;
}
.globalNavCat.userPage > li > span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #df0d12;
  border: 2px solid #fff;
  font-size: 11px;
  text-align: center;
  top: -8px;
  right: 0;
  color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 15px;
}
.globalNavCat.userPage > li > a:hover {
  border-bottom: 1px solid #b5b5b5;
}
.globalNavCat > li > a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
  font-family: 'Cuprum', sans-serif;
  border-left: 1px solid #FFF;
  display: block;
  margin-top: 8px;
  margin-bottom: 4px;
  height: 20px;
  line-height: 20px;
}
.globalNavCat > li:first-child > a {
  border-left: 0;
}
.globalNavCat > li:hover ul.globalNavCatDropMenu {
  display: block;
}
.globalNavCatDropMenu {
  letter-spacing: normal;
  overflow: hidden;
  width: 150px;
  background-color: #498B20;
  position: absolute;
  z-index: 1000;
  display: none;
}
.globalNavCatDropMenu:hover {
  display: block;
}
.globalNavCatDropMenu > li {
  border-bottom: 1px solid #79B04B;
  padding: 3px 7px;
  list-style: none;
}
.globalNavCatDropMenu > li > a {
  font-size: 18px;
  color: #FFF;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
  text-decoration: none;
}
.globalNavCatDropMenu > li:hover {
  background: #6EB636;
}
.shadowGlobalNav {
  background-color: #CCC;
  border-bottom: 1px solid #EAEAEA;
  border-top: 1px solid #657B58;
  height: 8px;
  width: 1002px;
  clear: both;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
/*****RIGHT SIDEBAR*****/
aside.sidebar {
  overflow: hidden;
  position: relative;
  height: inherit;
  float: right;
  width: 160px;
  padding-left: 15px;
}
aside.sidebar.catalogPage {
  margin-top: 22px;
}
aside.sidebar.mainSidebar {
  margin-top: 32px;
}
aside.sidebar.fullEventPage {
  margin-top: -46px;
}
aside.sidebar.consultationPage {
  margin-top: 22px;
}
aside.sidebar.newsPage {
  margin-top: 35px;
}
aside.sidebar.videoPage {
  margin-top: 38px;
}
aside.sidebar.opinionPage {
  margin-top: 35px;
}
aside.sidebar.audioPage {
  margin-top: 0;
}
aside.sidebar.foodPage {
  margin-top: 32px;
}
aside.sidebar.fullRecipePage {
  margin-top: 10px;
}
.sideBlock {
  display: block;
  overflow: hidden;
  position: relative;
}
.boxJournal.foodPage {
  margin-top: 102px;
}
.sideBlock h2,
.boxJournal h2 {
  color: #424242;
  text-align: center;
  clear: both;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebarActivityDate {
  font-size: 14px;
  font-style: italic;
  color: #919191;
  margin-top: 4px;
}
.getNewRecipes {
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
  position: relative;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
}
.getNewRecipes .getNewRecipesTitle {
  font-size: 16px;
  color: #484848;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
  text-decoration: none;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  line-height: 14px;
}
.getNewRecipesTitle:hover {
  text-decoration: underline;
}
.author {
  font-family: 'Cuprum', sans-serif;
  letter-spacing: -1px;
}
.getNewRecipes .author {
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  color: #919191;
  background: url('../images/icons/main-icons.png');
  background-position: 0 -23px;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 15px;
  line-height: 17px;
  margin-top: 5px;
}
.sideBanner {
  width: 160px;
  margin-top: 5px;
  margin-bottom: 18px;
}
.getzBoxJournalImage {
  width: 158px;
  height: 170px;
  border: 1px solid #959595;
}
/*******LOGIN IN********/
.loginIn {
  background-color: #2b2b2b;
  height: 76px;
  border-bottom: 2px solid #fff;
  border-top: 1px solid #2b2b2b;
}
.loginIn.userPageCatalog {
  height: 48px;
}
.loginIn.userPage {
  margin-bottom: 97px;
}
.panelLoginIn {
  /*panel for unlogin user*/
  height: 170px;
  background-color: rgba(255, 255, 255, 0.9);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
  zoom: 1;
  position: relative;
  z-index: 100;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.formPanelLoginIn {
  display: block;
  overflow: hidden;
  width: 280px;
  margin: 0 16px;
  float: left;
  height: 150px;
}
.inputFormPanelLoginIn {
  clear: both;
  position: relative;
  overflow: hidden;
  width: 278px;
  background-color: #f4f4f4;
  height: 34px;
  line-height: 34px;
  color: #aaa;
  font-size: 17px;
  font-weight: 100;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  behavior: url(border-radius.htc);
  margin-bottom: 8px;
  font-family: 'Cuprum', sans-serif;
  text-align: center;
}
.submitFormPanelLoginIn {
  clear: both;
  position: relative;
  overflow: hidden;
  width: 278px;
  background-color: #010d3c;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 100;
  border: 1px solid #010d3c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  behavior: url(border-radius.htc);
  margin-bottom: 5px;
  font-family: 'Cuprum', sans-serif;
  margin-top: 2px;
}
.submitFormPanelLoginIn:hover,
.submitFormPanelLoginIn:focus {
  cursor: pointer;
  background: #48599E;
}
.linkRegister {
  width: 278px;
  display: block;
  clear: both;
  overflow: hidden;
  text-align: center;
  color: #424242;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Cuprum', sans-serif;
}
.linkRegister > a {
  color: #424242;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Cuprum', sans-serif;
}
.linkRegister > a:hover {
  color: #48599E;
  text-decoration: underline;
}
.tizer {
  /*tizer to right in panel login in*/
  float: right;
  width: 312px;
}
.tizerTitle {
  color: #424242;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Cuprum', sans-serif;
  margin-top: 5px;
  margin-bottom: 3px;
  text-align: center;
  font-weight: 400;
}
.tizerDescription {
  font-size: 14px;
  text-indent: 10px;
  color: #424242;
  font-family: 'Cuprum', sans-serif;
  text-align: justify;
}
.authSocial {
  /*Login auth by social net*/
  float: left;
  height: 150px;
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  width: 312px;
}
.titleAuthSocial {
  text-transform: uppercase;
  color: #424242;
  font-size: 17px;
  display: block;
  text-align: center;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
  margin-bottom: 16px;
}
.listAuthSocial {
  list-style: none;
  overflow: hidden;
}
.itemlistAuthSocial {
  width: 147px;
  height: 37px;
  float: left;
  margin-bottom: 16px;
}
.itemlistAuthSocial:nth-child(even) {
  margin-left: 8px;
}
.itemlistAuthSocial:nth-child(odd) {
  margin-right: 8px;
}
.itemlistAuthSocial > a {
  display: block;
  overflow: hidden;
  background: url("../images/icons/social/socialPanel.png") no-repeat;
  height: 37px;
  width: 147px;
}
.aVK {
  background-position: 0 -102px !important;
}
.aVK:hover {
  background-position: 0 0 !important;
}
.aFB {
  background-position: 100% -102px !important;
}
.aFB:hover {
  background-position: 100% 0 !important;
}
.aGP {
  background-position: left bottom !important;
}
.aGP:hover {
  background-position: 0 -51px !important;
}
.aOK {
  background-position: right bottom !important;
}
.aOK:hover {
  background-position: 100% -51px !important;
}
/*********MAIN*********/
.showMore {
  text-align: center;
  margin-top: 20px;
}
.showMore a {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #70B736;
}
.showMore a:hover {
  text-decoration: underline;
}
.showMore.blue a {
  color: #5392ce;
}
.showMore.darkBlue a {
  color: #011561;
}
.showMore.orange a {
  color: #fd5d2c;
}
.articleTitle a {
  color: #282828;
  text-decoration: none;
  font-size: 20px;
  color: #2b2b2b;
  font-weight: normal;
}
.articleTitle a:hover {
  text-decoration: underline;
}
.main {
  width: 100%;
  overflow: hidden;
  margin-top: 88px;
  clear: both;
}
.mainNoMargin {
  width: 100%;
}
.body {
  padding: 10px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  zoom: 1;
  z-index: 10;
  width: 1000px;
}
.bodyPosters {
  /*Category*/
  width: 980px;
  clear: both;
  overflow: hidden;
}
.food {
  /*One block FOOD*/
  background: url("../images/category/food.jpg");
  height: 432px;
  width: 312px;
  float: left;
  margin-right: 10px;
  background-size: cover;
}
.food:hover {
  cursor: pointer;
}
.spirituality {
  /*Two block spirituality*/
  background: url("../images/category/spirituality.jpg");
  height: 432px;
  width: 312px;
  float: left;
  margin: 0 10px;
  background-size: cover;
}
.spirituality:hover {
  cursor: pointer;
}
.sport {
  /*Last block sport*/
  background: url("../images/category/sport.jpg");
  height: 432px;
  width: 312px;
  float: left;
  margin-left: 10px;
  background-size: cover;
}
.sport:hover {
  cursor: pointer;
}
.round {
  /*Round for all box Body Posters*/
  border-radius: 50%;
  behavior: url(border-radius.htc);
  background-color: rgba(255, 255, 255, 0.8);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
  zoom: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  overflow: hidden;
  position: relative;
  height: 260px;
  width: 260px;
  margin: 86px 26px;
  float: left;
}
.round:hover {
  background-color: rgba(255, 255, 255, 0.9);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
  zoom: 1;
  -webkit-box-shadow: 0px 0px 17px #f1f1f1;
  -moz-box-shadow: 0px 0px 17px #f1f1f1;
  box-shadow: 0px 0px 17px #f1f1f1;
  behavior: url(box-shadow.htc);
}
.roundTitle {
  border-bottom: 1px solid #424242;
  color: #424242;
  display: block;
  font-size: 37px;
  line-height: 32px;
  margin: 80px 15px 0;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  width: 230px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 400;
}
.roundDescription {
  clear: both;
  color: #424242;
  display: block;
  font-size: 16px;
  margin: 10px 26px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-family: 'Cuprum', sans-serif;
}
.about {
  /*Text index about this page*/
  clear: both;
  overflow: hidden;
  margin-top: 10px;
}
.aboutH1 {
  /*About Title*/
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #424242;
  font-size: 25px;
  height: 25px;
  line-height: 25px;
  font-family: 'Cuprum', sans-serif;
}
.aboutText {
  /*About Descripxion*/
  clear: both;
  overflow: hidden;
  margin-top: 10px;
  font-size: 18px;
  color: #424242;
}
/*About Descripxion Paragraph*/
.aboutTextP {
  display: block;
  text-indent: 20px;
  font-size: 18px;
  color: #424242;
  margin-bottom: 10px;
  text-align: justify;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
}
/***Header Main***/
.headerMain {
  height: 280px;
  width: 100%;
  display: block;
}
.sliderHeader {
  height: 280px;
  float: left;
  width: 630px;
  background-color: #B1B1B1;
  position: relative;
}
.bannerHeader {
  background: url("../images/elements/banner-366-280.jpg");
  float: right;
  width: 336px;
  height: 280px;
}
.getBlockMain:after,
.blockMain:after {
  clear: both;
  content: "";
  display: block;
}
.blockTitleBig,
.blockTitleBig h1,
.blockTitleSmall,
.blockTitleVerySmall {
  color: #424242;
  text-align: center;
  height: 23px;
  line-height: 23px;
  position: relative;
  padding: 0 20px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
  margin-top: 30px;
  font-size: 22px;
  background: url("../images/elements/line-h2.jpg") repeat-x;
  background-position: center;
  margin-bottom: 21px;
}
.blockTitleBig.noMarginTop {
  margin-top: 0;
}
.blockTitleBig h1,
.blockTitleBig {
  text-transform: uppercase;
}
.blockTitleBig span h1,
.blockTitleBig span {
  background: #fff;
  padding: 0 25px;
  display: inline;
}
.blockTitleSmall span {
  background: #fff;
  padding: 0 70px;
}
.blockTitleVerySmall span {
  padding: 0 20px;
  background: #fff;
  font-size: 18px;
}
.blockTitleColor {
  text-align: center;
  color: #70b736;
  font-size: 20px;
  background: url("../images/elements/line-h2.jpg") repeat-x;
  background-position: center;
}
.blockTitleColor span {
  background: #fff;
  padding: 0 20px;
}
.mainBlocks {
  overflow: hidden;
  float: left;
  width: 815px;
}
.rightSidebar {
  float: right;
  width: 160px;
  margin-top: 31px;
}
.sidebarTitle {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.getBlockMain {
  position: relative;
  width: 795px;
  float: left;
  padding-left: 5px;
}
.getBlockMain:after {
  clear: both;
  content: "";
  display: block;
}
.getBlockMain.userPageOpenCatalog {
  margin-top: 11px;
}
.titleMainArticle {
  float: left;
  font-size: 18px !important;
}
.mainGetArticleSubline {
  display: inline-block;
  margin-left: 10px;
}
.getBlockMainFill {
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  color: #2b2b2b;
  margin: 0px 7px;
  position: relative;
}
.sort a {
  text-decoration: none;
  color: #41423d;
  font-size: 16px;
}
.sort b {
  font-size: 18px;
}
.sort.orange a:hover {
  color: #fd5d2c;
}
.sort a:hover {
  color: #4c9321;
  padding: 0;
}
.gm-blue .sort a:hover {
  color: #5392ce;
}
.sort {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
}
.sort a {
  font-family: 'Cuprum', sans-serif;
  padding-bottom: 1px;
}
.getArticle {
  float: left;
  width: 253px;
  position: relative;
  margin: 0 6px 15px;
}
.getArticleBoxImage,
.getBestAuthorBoxImage,
.getzBoxJournalImage {
  margin-bottom: 8px;
}
.getArticleBoxImage {
  position: relative;
  z-index: 2;
}
.boxJournalTitle {
  display: block;
  text-decoration: none;
  color: #424242;
  text-align: center;
  font-size: 18px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.boxJournalTitle:hover {
  text-decoration: underline;
}
.getArticleBoxImage a {
  display: inline-block;
  width: 250px;
  height: 200px;
  clear: both;
  background: #ddd;
}
.getArticleBoxImage img {
  width: 250px;
  height: 200px;
}
.getArticleBoxImageRel {
  display: block;
  position: relative;
  width: 250px;
  height: 200px;
  margin-bottom: 3px;
  border: 1px solid #959595;
}
.getArticleBoxImageRel a {
  display: inline-block;
  width: 250px;
  height: 200px;
  clear: both;
}
.getArticleBoxImageRel img {
  width: 250px;
  height: 200px;
}
span.starColor {
  background: url("../images/icons/main-icons.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
span.starColor.bookStar {
  right: -10px;
  bottom: -10px;
}
span.starColor:hover,
span.starColor.active {
  background-position: 0 -113px;
}
span.starColor.blue.active,
span.starColor.blue:hover {
  background-position: 0 -208px;
}
span.starColor.darkBlue.active,
span.starColor.darkBlue:hover {
  background-position: 0 -208px;
}
span.starColor.orange.active,
span.starColor.orange:hover {
  background-position: 0 -273px;
}
.getArticle .articleTitle {
  overflow: hidden;
  height: 44px;
  margin-bottom: 4px;
  color: #282828;
  font-size: 20px;
  font-family: 'Cuprum', sans-serif;
  font-weight: normal;
}
.articleAuthor {
  font-size: 16px;
  padding-left: 5px;
}
.colorMark {
  position: absolute;
  top: 10px;
  left: -7px;
  background: url("../images/elements/corner.png") no-repeat;
  height: 42px;
  z-index: 100;
}
.colorMark.blue {
  background: url("../images/elements/cornerBlue.png") no-repeat;
}
.colorMark.orange {
  background: url("../images/elements/cornerOrange.png") no-repeat;
}
.colorMark.darkBlue {
  background: url("../images/elements/cornerDarkBlueLeft.png") no-repeat;
}
.videoCategoryActions .colorMark {
  top: 85px;
}
.getColorMark {
  padding: 4px 14px;
}
.consultationMark {
  font-size: 14px !important;
  width: 165px;
  padding: 2px 10px;
}
.getColorMark,
.getColorMarkRating {
  background-color: #6eb636;
  color: #fff;
  font-family: 'Cuprum', sans-serif;
  font-size: 22px;
  cursor: pointer;
}
.getColorMark:hover {
  background-color: #498b20;
}
.getColorMark.noHover:hover {
  background-color: #6eb636;
}
.getColorMark.blue {
  background-color: #5392ce;
}
.getColorMark.blue:hover {
  background-color: #3f72ab;
}
.getColorMark.orange.noHover:hover {
  background-color: #fd5d2c;
}
.getColorMark.blue.noHover:hover {
  background-color: #5392ce;
}
.getColorMark.orange {
  background-color: #fd5d2c;
}
.getColorMark.orange:hover {
  background-color: #da4d21;
}
.getColorMark.darkBlue {
  background-color: #011561;
}
.getColorMark.darkBlue:hover {
  background-color: #020b30;
}
.getColorMark.noHover:hover {
  background-color: #6eb636;
}
.getColorMarkRating {
  background: #6eb636 url("../images/icons/main-icons.png") no-repeat 15px -154px;
  padding: 3px 24px 5px 46px;
}
.getColorMarkRating.orange {
  background-color: #fd5d2c;
}
.colorText {
  color: #70B736;
  font-size: 16px;
  font-weight: bold;
  margin-right: 410px;
}
.getArticleSubline {
  float: right;
  margin-bottom: 5px;
}
.newsStats {
  text-align: right;
  margin-bottom: 5px;
}
span.newsDate {
  font-family: 'Cuprum', sans-serif;
  font-size: 13px;
  color: #8c8c8c;
  font-style: italic;
  margin-right: 5px;
}
span.username,
a.username {
  text-decoration: none;
  color: #727272;
  padding-left: 23px;
  background: url("../images/icons/main-icons.png") no-repeat 0 -21px;
  margin-right: 5px;
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  white-space: nowrap;
}
span.username a,
a.username {
  display: inline-block;
  overflow: hidden;
  width: 125px;
  white-space: nowrap;
  color: #727272;
  font-size: 16px;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
}
span.username a:hover,
a.username:hover {
  text-decoration: underline;
}
span.rating {
  color: #727272;
  padding-left: 23px;
  background: url("../images/icons/main-icons.png") no-repeat;
  background-position: 0 2px;
  font-size: 18px;
}
span.like {
  color: #727272;
  padding-left: 24px;
  background: url("../images/icons/main-icons.png") no-repeat 0 -65px;
  margin-right: 3px;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  cursor: pointer;
}
span.like.active,
.active > span.like,
span.like:hover {
  background-position: 0 -133px;
}
span.like.blue:hover,
.active > span.like,
span.like.blue.active {
  background-position: 0 -227px;
}
span.like.orange:hover,
.active > span.like,
span.like.orange.active {
  background-position: 0 -250px;
}
span.like.userPage.active,
.active > span.like,
span.like.userPage:hover {
  background-position: 0 -297px;
}
span.favorite {
  background: url("../images/icons/main-icons.png") no-repeat 0 -204px;
  padding: 5px 10px;
  margin-right: 5px;
  cursor: pointer;
}
span.likeColor {
  color: #727272;
  padding-left: 25px;
  background: url("../images/icons/main-icons.png") no-repeat 0px -65px;
  margin-left: 10px;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  cursor: pointer;
}
span.likeColor:hover,
span.likeColor.active {
  background-position: 0px -133px;
}
span.likeColor.darkBlue {
  color: #011561;
}
span.likeColor.darkBlue:hover,
span.likeColor.darkBlue.active {
  background-position: 0 -297px;
}
span.likeColor.blue {
  color: #5392ce;
  background-position: 0px -66px;
}
span.likeColor.blue.active,
span.likeColor.blue:hover {
  background-position: 0px -228px;
}
span.likeColor.userPage {
  color: #011048;
}
span.likeColor.userPage.active,
span.likeColor.userPage:hover {
  background-position: 0 -297px;
}
span.likeColor.orange {
  color: #fd5d2c;
}
span.likeColor.orange.active,
span.likeColor.orange:hover {
  background-position: 0px -251px;
}
.baseImgStats .likeColor {
  color: #70B736;
}
span.views {
  color: #727272;
  padding-left: 27px;
  background: url("../images/icons/main-icons.png") no-repeat 0 -87px;
  margin-right: 10px;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
}
span.comments {
  color: #727272;
  padding-left: 26px;
  background: url("../images/icons/main-icons.png") no-repeat;
  background-position: 0 -42px;
  margin: 0 3px 0 0;
  padding-bottom: 1px;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
}
.getVideoPreview,
.getVideoPreviewBlue {
  background: #676767 url("../images/elements/play-button.png") no-repeat 165px 22px;
  width: 191px;
  height: 70px;
  border-radius: 10px;
  position: absolute;
  top: 27%;
  left: 8%;
  padding: 13px 0 8px 21px;
  color: #fff;
  cursor: pointer;
}
.getVideoPreviewBlue {
  background: #676767 url("../images/elements/play-button-blue.png") no-repeat 165px 22px;
}
.getVideoPreview span.username,
.getVideoPreviewBlue span.username {
  color: #fff;
  margin-top: 10px;
  display: block;
  background: url("../images/icons/main-icons.png") no-repeat 0 -190px;
}
.getVideoPreview:hover {
  background: #676767 url("../images/elements/play-button-hover.png") no-repeat 165px 16px;
}
.getVideoPreviewBlue:hover {
  background: #676767 url("../images/elements/play-button-blue-hover.png") no-repeat 165px 22px;
}
.getVideoTitle {
  width: 135px;
}
.bestAuthor {
  display: inline-block;
  position: relative;
  width: 150px;
  margin-right: 5px;
}
.getBestAuthorBoxImage {
  width: 140px;
  height: 140px;
  border: 1px solid #959595;
}
.content {
  width: 100%;
  display: block;
}
/********QUESTION*********/
.question {
  clear: both;
  position: relative;
  overflow: hidden;
  margin: 20px 0 0;
  border-bottom: 5px solid #70B736;
  border-top: 5px solid #70B736;
  border-left: 10px solid #70B736;
  border-right: 10px solid #70B736;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.question.orange {
  border-bottom: 5px solid #fd5d2c;
  border-top: 5px solid #fd5d2c;
  border-left: 10px solid #fd5d2c;
  border-right: 10px solid #fd5d2c;
}
.question.orange > div {
  background: url("../images/icons/questionOrange.png") no-repeat 0px 7px;
}
.question.orange > div a {
  color: #fd5d2c;
}
.question > div {
  background: url("../images/icons/question.png") no-repeat 0px 7px;
  padding-left: 60px;
  font-size: 24px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
  min-height: 57px;
}
.question.sportPage {
  margin-top: 25px;
}
.question > div a {
  color: #70B736;
  text-decoration: none;
}
.question > div a:hover {
  text-decoration: underline;
}
.question .author {
  display: inline;
}
.questionAnchor {
  color: #6EB636;
  text-decoration: none;
}
.questionAnchor:hover {
  text-decoration: underline;
}
.questionAnchor.orange {
  color: #fd5d2c;
}
/************RECIPE COMMENTS***********/
.getComments {
  position: relative;
  font-family: Tahoma, sans-serif;
  margin: 15px 0;
}
.authorAvatar {
  float: left;
  margin-right: 10px;
}
.addNewComment .authorAvatar {
  margin-top: 0px;
}
.authorAvatar img {
  width: 70px;
  height: 70px;
  background-color: #898989;
}
.commentAuthor a {
  font-family: 'Cuprum', sans-serif;
  color: #051963;
  text-decoration: none;
}
.commentAuthorTo a {
  font-family: 'Cuprum', sans-serif;
  font-size: 22px;
  color: #b1b1b1;
  text-decoration: none;
}
.commentAuthor a:hover,
.commentAuthorTo a:hover {
  text-decoration: underline;
}
.commentInfo {
  margin-left: 80px;
}
.comment {
  color: #4a4a4a;
}
.comment a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #4a4a4a;
  text-decoration: none;
}
.commentActions {
  margin-top: 10px;
}
.commentDate {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #959595;
  margin-right: 15px;
}
a.commetAnswer {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #70B736;
  text-decoration: none;
}
a.commetAnswer.orange {
  color: #fd5d2c;
}
a.commetAnswer.blue {
  color: #5392ce;
}
a.commetAnswer.darkBlue {
  color: #011561;
}
a.commetAnswer:hover {
  text-decoration: underline;
}
.commentLikes {
  float: right;
  cursor: pointer;
  background: transparent;
}
i.commentLikesIcon {
  float: left;
  background: url("../images/icons/main-icons.png") no-repeat 0px -66px;
  width: 20px;
  height: 20px;
}
.commentLikes:hover > i.commentLikesIcon,
.commentLikes.active > i.commentLikesIcon {
  background-position: 0 -134px;
}
.commentLikes:hover > i.commentLikesIcon.blue,
.commentLikes.active > i.commentLikesIcon.blue {
  background-position: 0 -228px;
}
.commentLikes:hover > i.commentLikesIcon.darkBlue,
.commentLikes.active > i.commentLikesIcon.darkBlue {
  background-position: 0 -297px;
}
.commentLikes:hover > i.commentLikesIcon.orange,
.commentLikes.active > i.commentLikesIcon.orange {
  background-position: 0 -251px;
}
.small-popup {
  background: white;
  text-align: left;
  max-width: 750px;
  margin: 40px auto;
  position: relative;
  padding: 5px;
}
.small-popup .header {
  background: #141f61;
  width: 100%;
  height: 55px;
  color: white;
  font-size: 17px;
}
.small-popup .header .inside {
  padding: 20px 25px;
  position: relative;
}
.small-popup .header .inside .close {
  position: absolute;
  right: 5px;
  top: 7px;
  font-size: 1.2em;
  cursor: pointer;
}
.small-popup .text {
  padding: 20px 25px;
}
.js-tooltip-likes {
  cursor: pointer;
  min-height: 70px;
}
.tooltip-share {
  padding-top: 7px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Tahoma';
}
.tooltip-likesCount {
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Tahoma';
}
.commentLikesCount {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  color: #6eb636;
  padding-left: 5px;
}
.commentLikesCount.blue {
  color: #5392ce;
}
.commentLikesCount.orange {
  color: #fd5c2b;
}
.commentLikesCount.darkBlue {
  color: #011561;
}
.showAllComments {
  width: 100%;
  font-family: 'Cuprum', sans-serif;
  font-size: 19px;
  color: #7b7b7b;
  text-align: center;
  background: url("../images/elements/line-h2.jpg") repeat-x;
  background-position: center;
  cursor: pointer;
}
.showAllComments span {
  background-color: #fff;
  padding: 0 20px;
}
.addNewComment {
  margin-top: 25px;
}
.addCommentTextarea {
  border: 1px solid #eee;
  width: 86%;
  height: 48px;
  resize: none;
  padding: 10px;
  overflow: auto;
}
/************RECIPE STEPS**************/
.getStep {
  border: 1px solid #959595;
  margin: 16px 0px 16px 5px;
  padding-top: 54px;
  position: relative;
}
.getStep .getColorMark {
  padding: 4px 49px;
}
.getStepImg {
  width: 185px;
  height: 185px;
  float: left;
  margin: 0 10px 10px 10px;
}
.getStepImg img {
  border: 1px solid #959595;
}
.getStepText {
  font-family: Tahoma, sans-serif;
  font-size: 15px;
  margin: 0 10px 10px 10px;
  color: #565656;
}
/************ARTICLE CATEGORY*************/
.singleCategory {
  display: inline-block;
  padding: 3px 16px;
  background-color: #999;
  color: #fff;
  margin: 0px 2px 4px 0px;
  text-decoration: none;
}
.singleCategory:hover {
  background-color: #6eb636;
}
.gm-blue .singleCategory:hover {
  background-color: #5392ce;
}
.gm-orange .singleCategory:hover {
  background-color: #fd5d2c;
}
/*********SOCIAL BOOKMARKS*********/
.vkBookmarks,
.fbBookmarks,
.okBookmarks,
.gBookmarks,
.twBookmarks {
  float: left;
  margin: 15px 3px;
}
.vkBookmarks {
  width: 168px;
}
.fbBookmarks {
  width: 166px;
}
.okBookmarks {
  width: 166px;
}
.gBookmarks {
  width: 168px;
}
.twBookmarks {
  width: 89px;
}
.getVkIcon,
.getFbIcon,
.getOkIcon,
.getGIcon,
.getTwIcon {
  background: url("../images/icons/social/socialBookmarks.png") no-repeat;
  margin-right: 7px;
  float: left;
  cursor: pointer;
}
.getVkIcon {
  width: 105px;
  height: 25px;
  background-position: 0 -155px;
}
.getVkIcon:hover {
  background-position: 0 -1px;
}
.getVkBookmark {
  width: 60px;
  position: relative;
}
.getVkIcon,
.getFbIcon,
.getOkIcon,
.getGIcon {
  float: left;
  width: 103px;
  height: 25px;
}
.getVkBookmark,
.getFbBookmark,
.getOkBookmark,
.getGBookmark,
.getTwBookmark {
  margin-top: 2px;
  float: left;
  margin-left: -2px;
}
.getFbBookmark,
.getOkBookmark {
  margin-left: -4px;
}
.getFbIcon {
  background-position: 0px -183px;
}
.getFbIcon:hover {
  background-position: 0px -29px;
}
.getFbBookmark {
  width: 60px;
  position: relative;
}
.getOkIcon {
  background-position: 0px -212px;
}
.getOkIcon:hover {
  background-position: 0px -58px;
}
.getOkBookmark {
  width: 60px;
  position: relative;
}
.getGIcon {
  background-position: 0px -241px;
}
.getGIcon:hover {
  background-position: 0px -87px;
}
.getGBookmark {
  width: 60px;
  position: relative;
}
.getTwIcon {
  width: 24px;
  height: 25px;
  background-position: 0px -270px;
}
.getTwIcon:hover {
  width: 24px;
  height: 25px;
  background-position: 0px -116px;
}
.getTwBookmark {
  width: 60px;
  position: relative;
}
.socialBookmarksArrow {
  width: 5px;
  height: 7px;
  position: absolute;
  bottom: 5px;
  left: -4px;
  background: url("../images/elements/socialArrow.png") no-repeat;
}
.socialBookmarksCount {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #282828;
  padding: 3px 18px 6px 15px;
  border: 1px solid #959595;
  border-radius: 2px;
}
/*********FOOTER*********/
.footer {
  width: 100%;
  overflow: hidden;
  background: #2a2a2a;
  height: 220px;
  position: relative;
}
.footer.m-fixed {
  position: fixed;
  bottom: 0px;
  z-index: 1;
}
.blockFooterInner {
  overflow: hidden;
}
.rightBoxFooter {
  /*right box footer*/
  position: relative;
  overflow: hidden;
  float: left;
  width: 250px;
  height: 210px;
}
.copyright {
  /*Copyright*/
  overflow: hidden;
  display: block;
  margin-top: 129px;
}
.copyrightItem {
  margin-left: 5px;
  color: #7b7b7b;
  font-size: 14px;
  font-family: 'Cuprum', sans-serif;
}
.logotypeAnchorFooter {
  background: url("../images/logotypes/logotypeFooterr.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  float: left;
  height: 38px;
  margin: 15px 5px;
  width: 213px;
}
.chunkMain {
  /*Chunk Main BOX*/
  background-color: #d7d7d7;
  height: 20px;
  clear: both;
  overflow: hidden;
}
.listAnchorFooter {
  /*Marker List in Footer Anchor*/
  float: right;
  width: 750px;
  overflow: hidden;
  list-style: none;
  margin-top: 20px;
}
.listAnchorFooter ul {
  list-style: none;
}
.listAnchorFooter a {
  color: #7b7b7b;
  font-size: 18px;
  line-height: 17px;
  text-align: left;
  text-decoration: none;
  font-family: 'Cuprum', sans-serif;
}
.listAnchorFooter a:hover {
  color: #BDBDBD;
}
.firstListFooter a {
  font-size: 20px;
  line-height: 26px;
}
.firstListFooter > ul > li:first-child > a {
  line-height: 0px;
}
.listAnchorFooter > li {
  float: left;
  width: 25%;
}
.listAnchorFooter > li > a:first-child {
  font-size: 20px;
}
.uppercase {
  /*Текст в верхнем регистре*/
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
}
/******NOT FOUND*****/
.mainNotfound {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.whiteBoxNotFound {
  height: 87px;
  background-color: #fff;
  position: relative;
  z-index: 100;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 4px;
}
.notFound {
  margin-top: 38px;
  background-color: #Fff;
  background-image: url(../images/logotypes/404.png);
  background-repeat: no-repeat;
  background-position: 50% 90%;
  border: none !important;
}
.notFound h1 {
  text-align: center;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
  font-size: 24px;
  color: #2B2B2B;
  margin-bottom: 40px;
}
.notFoundText {
  overflow: hidden;
  position: relative;
  clear: both;
  margin-bottom: 100px;
}
.notFoundText > p {
  text-align: center;
  font-size: 15px;
  color: #2B2B2B;
  font-family: 'Cuprum', sans-serif;
  width: 500px;
  margin: 0 240px 25px;
}
.notFoundSearch {
  margin: 0 370px 25px;
}
.notFoundAnchor {
  text-decoration: underline;
  color: #2B2B2B;
  font-family: 'Cuprum', sans-serif;
}
.notFoundLogotype {
  margin: 0 251px;
}
.colorButton.follow,
.colorButton.addToPage {
  width: 160px;
}
.b-textDocument {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 15px;
}
.b-textDocument * {
  font: inherit;
  font-family: inherit;
  font-size: inherit;
}
.b-textDocument ul {
  margin-bottom: 10px;
  padding-left: 25px;
}
.b-textDocument ol {
  margin-bottom: 10px;
  padding-left: 25px;
}
.b-textDocument h1 {
  padding: 5px 0px;
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.b-textDocument h2 {
  padding: 5px 0px;
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.b-textDocument h3 {
  padding: 2px 0px;
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
}
.b-textDocument strong,
.b-textDocument b {
  font-weight: bold;
}
.b-textDocument em,
.b-textDocument i {
  font-style: italic;
}
.b-jcarousel {
  position: relative;
  overflow: hidden;
}
.b-jcarousel-items {
  width: 20000em;
  position: relative;
}
.b-jcarousel-item {
  float: left;
}
a.commentAuthor,
.commentAuthor a {
  color: #051963;
  text-decoration: none;
}
a.commentAuthor:hover,
.commentAuthor a:hover {
  text-decoration: underline;
}
.socialBookmarks {
  width: 100%;
  height: 60px;
}
.b-userPanelToggle {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 0;
  margin-top: -8px;
  background: transparent;
  cursor: pointer;
}
.userAddMessageImages > div {
  display: inline-block;
  margin: 2px;
  padding: 2px;
  border: 1px solid #051963;
  vertical-align: top;
}
.userAddMessageImages > div > img {
  vertical-align: middle;
}
.mediaDeleteArea {
  position: absolute;
  right: 0;
  padding-top: 5px;
  z-index: 300;
  border-radius: 5px;
  background: #fff;
  margin: 3px;
  opacity: 0.6;
  cursor: pointer;
}
.mediaDeleteArea:hover {
  opacity: 1;
}
.b-photoDeleteButton {
  position: relative;
  width: 11px;
  height: 11px;
  border: 0;
  background: url(../images/elements/close_icon.png) no-repeat center center;
  cursor: pointer;
  margin: 0 5px 5px 5px;
}
.b-commentCloseButton {
  position: absolute;
  top: 0;
  right: 5px;
  width: 11px;
  height: 11px;
  border: 0;
  background: url(../images/elements/close_icon.png) no-repeat center center;
  opacity: 0.5;
  cursor: pointer;
}
.b-commentCloseButton:hover {
  opacity: 1;
}
.b-commentSpamMark {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 14px;
  color: #999;
}
.tabs_list {
  margin-top: 25px;
}
.tab_inner {
  padding: 20px;
}
.tab {
  width: 100%;
  min-height: 200px;
  display: none;
  border: 1px solid #aaa;
}
#js-tab-anchors {
  color: #424242;
  height: 30px;
  position: relative;
  font-family: 'Cuprum', sans-serif;
  font-weight: 100;
  font-size: 19px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#js-tab-anchors a {
  color: #424242;
  text-decoration: none;
}
.js-tab-anchor {
  padding: 10px 10px 0 10px;
  border: 1px solid transparent;
  background-color: #fff;
}
.selected-tab {
  padding: 10px 10px 13px 10px;
  border: 1px solid #aaa;
  border-bottom: none;
}
#tab-general {
  display: block;
}
.socialBindServicesDesc {
  width: 630px;
  height: auto;
  margin: 20px auto;
}
.socialBindServicesWrapper {
  width: 630px;
  height: auto;
  margin: 20px auto;
  text-align: center;
}
.socialBindServiceIcon {
  vertical-align: middle;
  width: 64px;
  height: 64px;
  display: inline-block;
}
.vk-icon {
  background: url(../images/icons/vk_middle.png);
}
.fb-icon {
  background: url(../images/icons/fb_middle.png);
}
.gp-icon {
  background: url(../images/icons/gp_middle.png);
}
.ok-icon {
  background: url(../images/icons/ok_middle.png);
}
.socialBindServiceAction {
  display: inline-block;
  margin: 8px;
  font-size: 18px;
  text-align: center;
  width: 148px;
  color: #000;
}
.socialBindService {
  margin: 15px;
  display: inline-block;
  width: 235px;
}
.socialBindService:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.s-words-block {
  margin-top: 10px;
  display: block;
  width: 100%;
}
.s-words-block-text {
  padding: 15px;
}
/*
.userWallSocialPosting {
    display: inline-block;
}
.userWallSocialPosting div {
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    height: 20px;
    width: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.b-wall-autopost-vk {
    opacity: 0.5;
    background: url("../images/icons/vk_icon.png") no-repeat;
}
.b-wall-autopost-vk.active {
    opacity: 1;
}
.b-wall-autopost-fb {
    opacity: 0.5;
    background: url("../images/icons/fb_icon.png") no-repeat;
}
.b-wall-autopost-fb.active {
    opacity: 1;
}
.b-wall-autopost-gp {
    opacity: 0.5;
    background: url("../images/icons/gp_icon.png") no-repeat;
}
.b-wall-autopost-gp.active {
    opacity: 1;
}
.b-wall-autopost-ok {
    opacity: 0.5;
    background: url("../images/icons/ok_icon.png") no-repeat;
}
.b-wall-autopost-ok.active {
    opacity: 1;
}
*/
.b-journal-download {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  background: #010e3b;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2px;
}
.b-journal-viewBtn {
  float: right;
  padding: 4px 8px 4px 50px;
  font-size: 16px;
  font-weight: bold;
  color: #011045;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAARCAMAAAD5TTx4AAAAflBMVEUBEEX////+/v46RW+corcDEkfd3+ZpcpJZYoUZJlcHFkr3+Pnp6u/Dx9O+wtCgpbmUm7GCiqQbKFgUIlMJF0vx8vXu7/LLztlxepdMVnwgLVzh4+rW2eHS1d7Q0924vMuvtMWqr8FtdZRhaotdZohBTHQwPGckMV9RW39QW3/n1jp3AAAAuklEQVQY04WR5xKCMBCEs0tA7IB0G3Z9/xc0cyEo4Iz7a+e+5KpCq+w0udXpLPEu6y1IibUwKDeq0+xafMPYV0ZetFrqSvhk7uDCk8AaoNFRcjz2AA0MEmErwtIgldxLGphNhZ1JNuFTk9QS8HdU9KxdkJFUA2mfT+cqVqI7mFt3AELrQlVbU4GFdRosVavxT7L7iWFNEq7mp1sQTfjShrlu+3PSCHBzDjYkchv6v9vxVfzeVWiU/7jnG3gZCdMBoqVhAAAAAElFTkSuQmCC) no-repeat left center;
  cursor: pointer;
}
.b-journal-readWrap {
  position: relative;
  margin-top: -2px;
  background: #2b2b2b;
}
.b-journal-readWrap > .e-title {
  padding: 16px 0 8px 0;
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.b-journal-readWrap > .e-pages {
  padding: 8px 0 45px 0;
}
.b-journal-readWrap > .e-close {
  position: absolute;
  right: 50%;
  top: 10px;
  width: 30px;
  height: 30px;
  margin-right: -500px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMpJREFUeNpi+P//vxkQ3wDiT0BcBsQMeHA+EH8E4ntAbAMSuPQfFTTj0FiHpu4RSPDtf0xQj6axAouaLyCJtv/YQRVUYxEO+X6QJDMQL8ChYCMO8WUgfTBnMUMFiAGroOoZkP0FElhNQONaIGaF6WFiQAX/GPADViBmhPOQbF1CpLPhtoM0MgLxPDwB9g+Xv0GaW3BorEFKVdjAFFyJpBEtkRThSiRX0ATbcSRP9FR2AyRoDcR3gPgrNP3iyxjZQPwMiC8DsQVAgAEAJ5fFbeFNofcAAAAASUVORK5CYII=) no-repeat center center;
  cursor: pointer;
}
.b-journal-readWrap > .e-download {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -500px;
  padding: 0 0 0 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAABPwleqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALlJREFUeNpi/P//PwMQcACxNxD/AOJtQAwWxAKEoOpuA/EJBqBmDiA+9x8BNgMxO8hQNKwPxM+Q1NWABH3/Y4LtUEORNb5CU/MOJGH1HzuAGQDS+BqL/EOYyfNwGHAQh8afQOwF08yExwBsGn3BAY3kL5ABc4nQ6A3Tgx6i+AxA0YhNMwgzYjEA7Ed0tTAGKFSDoSYzQnELEL8H4htA7ARVJwTEsUBsAdM8mkhGTiLBZgC2RIKCAQIMABNJx4ZLBbsVAAAAAElFTkSuQmCC) no-repeat left center;
}
.b-journal-readWrap > .e-fullScreen {
  position: absolute;
  right: 50%;
  bottom: 15px;
  width: 30px;
  height: 30px;
  margin-right: -500px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOxJREFUeNpi+P//PwMebAHEV4D433/s4C8QnwdiY0aQBjzgOhBrMBAGlwkZ9AmIeYkw6B8TAQVtDMQBJkIuAgETIFZEE7MB4jxkARYibDsDxciAFcNJQCwBxGuA+BYQNwMxIwM5AOi1dWhRmkwgSYBwFHo6ALnIGM1sY2Lsx+Y1csBN9PRGrkHngLgGiD8A8QMgTgH59yGad6cREUYYmFwXYQBQgnwIpOWQxH4C8Tc0dZ+BeCkQV2MLaFj0P/xPPIjE57VfJPhAC2dmA+KVRBryG4g34AsjUJaIAWJzbHkICj4C8SoseQ4OAAIMAJ6cI27W+qmvAAAAAElFTkSuQmCC) no-repeat center center;
  cursor: pointer;
}
.b-about-item {
  position: absolute;
  width: 231px;
  height: 258px;
  text-decoration: none;
}
.b-about-item-photo {
  position: absolute;
  left: 14px;
  top: 0;
  width: 204px;
  height: 204px;
  border-radius: 50%;
  background: no-repeat center center;
}
.b-about-item-name {
  position: absolute;
  left: 0;
  top: 164px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #051963;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.b-about-item-description {
  position: absolute;
  left: 12px;
  top: 208px;
  width: 201px;
  padding: 4px 0;
  text-align: center;
  color: #000;
  font-size: 16px;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  background: #fff;
  overflow: hidden;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 15px;
}
#cboxTitle {
  margin: 0;
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 1px;
  height: 1px;
  background: #adabab;
}
#cboxTopRight {
  width: 1px;
  height: 1px;
  background: #adabab;
}
#cboxBottomLeft {
  width: 1px;
  height: 1px;
  background: #adabab;
}
#cboxBottomRight {
  width: 1px;
  height: 1px;
  background: #adabab;
}
#cboxMiddleLeft {
  width: 1px;
  background: #adabab;
}
#cboxMiddleRight {
  width: 1px;
  background: #adabab;
}
#cboxTopCenter {
  height: 1px;
  background: #adabab;
}
#cboxBottomCenter {
  height: 1px;
  background: #adabab;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(../images/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-rtl .chosen-drop {
  left: -9000px;
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: Tahoma, sans-serif;
  font-size: 15px;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #bdbdbd;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  margin-top: 5px;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
}
.orangeSelect .chosen-single {
  border: 1px solid #fd5d2c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 36px;
  line-height: 36px;
}
.bookDownloadSelectWrap .chosen-single,
.selectHeadingLibrary .chosen-single {
  border: 1px solid #6aa1d4;
  height: 36px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 36px;
}
.bookDownloadSelectWrap .chosen-single span,
.selectHeadingLibrary .chosen-container-single .chosen-single span {
  line-height: 36px;
}
.audioSearchInputWrap .chosen-container-single .chosen-single {
  border: none;
}
.audioSearchInputWrap .chosen-single {
  background: #5392ce !important;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
.audioSearchInputWrap.darkBlueSelect .chosen-single {
  background: #051963 !important;
}
.questionCategoryHolder .chosen-container-single .chosen-single span {
  line-height: 36px;
}
.recipeSearchParamsWrap .chosen-container-single .chosen-single {
  border: 1px solid #70b736;
  border-radius: 2px;
  height: 35px;
  line-height: 35px;
}
.recipeSearchParamsWrap .chosen-container-single .chosen-single span {
  line-height: 35px;
}
.audioSearchInputWrap .chosen-container-single .chosen-single {
  height: 39px;
  line-height: 39px;
}
.audioSearchInputWrap .chosen-container-single .chosen-single span {
  line-height: 39px;
}
.recipeSearchParamsWrap .chosen-drop {
  border: 1px solid #70B736;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  line-height: 25px;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  /*background: url('chosen-sprite.png') -42px 1px no-repeat;*/
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 6px;
  right: 4px;
  display: block;
  width: 22px;
  height: 17px;
}
.blueSelect .chosen-container-single .chosen-single div b {
  background: url('../images/elements/select-button-blue.jpg') no-repeat 0px 3px;
}
.sportEventsFilter .chosen-container-single .chosen-single div b,
.orangeSelect .chosen-container-single .chosen-single div b {
  background: url('../images/elements/select-button-orange.jpg') no-repeat 0px 3px;
}
.greySelect .chosen-container-single .chosen-single div b {
  background: url('../images/elements/select-button-grey.jpg') no-repeat 0px 3px;
}
.audioSearchTypeSelectWrap .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/elements/select-button-blue-white.jpg') no-repeat 0px 0;
}
.darkBlueSelect .chosen-container-single .chosen-single div b {
  background: url('../images/elements/select-button-dark-blue.jpg') no-repeat 0px 0;
}
.audioSearchInputWrap.darkBlueSelect .chosen-single div b {
  background: url('../images/elements/select-button-dark-blue_2.jpg') no-repeat 0px 0;
}
.darkBlueSelect .chosen-container-single .chosen-single div {
  top: 7px;
}
.audioSearchTypeSelectWrap .chosen-container-single .chosen-single div {
  top: 15px;
}
.orangeSelect .chosen-container-single .chosen-single div,
.bookDownloadSelectWrap .chosen-container-single .chosen-single div,
.selectHeadingLibrary .chosen-single div {
  top: 9px;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/elements/select-button.jpg') no-repeat 0px 0px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
  display: none;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li:first-child {
  border-top: none;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
  font-size: 15px;
  padding: 10px 15px;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background: #6eb636;
  color: #fff;
}
.greySelect .chosen-results li.highlighted {
  background: #a9a8a8;
}
.darkBlueSelect .chosen-container .chosen-results li.highlighted {
  background: #051963 !important;
}
.audioSearchTypeSelectWrap .chosen-container .chosen-results li.highlighted,
.blueSelect .chosen-container .chosen-results li.highlighted {
  background: #5392ce;
}
.sportEventsFilter .chosen-container .chosen-results li.highlighted,
.orangeSelect .chosen-container .chosen-results li.highlighted {
  background: #fd5d2c;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 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(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.addFormSelectCategorySelectWrap .chosen-container {
  width: 243px !important;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #cef;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #cef, 0 0 5px #cef;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #cef;
  border-left-color: #cef;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.userPageRatingHelp-tooltip {
  position: absolute;
  width: 440px;
  /*box-shadow: 0 0 5px rgba(209, 209, 209, 0.6);*/
  background: url("../images/elements/userPageRatingHelp-tooltip.png") no-repeat top center;
  padding-top: 15px;
  z-index: 1000;
}
.calendar-tooltip {
  background: url("../images/elements/calendar-tooltip.png") no-repeat;
  width: 182px;
  height: 46px;
}
.calendar-tooltip .ui-tooltip-content {
  text-align: center;
  padding-top: 5px;
  font-size: 16px;
  color: #2b2b2b;
}
.userPageRatingHelp-tooltip .ui-tooltip-content {
  background: #fbfbfb;
  padding: 10px;
  border-left: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.6);
}
.userPageRatingHelp-tooltip.m-autoWidth {
  width: auto;
}
.userPageUsersRating-tooltip,
.userPageBloggersRating-tooltip {
  position: absolute;
  background: url("../images/elements/userPageRatingQuantity.png") no-repeat;
}
.userPageUsersRating-tooltip {
  background-position: 0 -21px !important;
}
.userPageBloggersRating-tooltip .ui-tooltip-content,
.userPageUsersRating-tooltip .ui-tooltip-content {
  padding-top: 5px;
  width: 155px;
  height: 16px;
  text-align: center;
  color: #2b2b2b;
  font-size: 13px;
}
.ui-datepicker {
  padding: 10px;
  background: #fff;
  width: 316px;
  border: 1px solid #b7b7b7;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar a {
  text-decoration: none;
  font-size: 15px;
  color: #2b2b2b;
}
.ui-datepicker-calendar tr td {
  padding: 5px 0;
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  width: 10px;
  height: 19px;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}
.ui-datepicker-prev .ui-icon {
  float: left;
  background: url('../../assets/images/icons/datepickerNav.jpg') 0 0;
}
.ui-datepicker-next .ui-icon {
  float: right;
  background: url('../../assets/images/icons/datepickerNav.jpg') -10px 0;
}
.ui-datepicker-title {
  text-align: center;
  color: #6eb636;
  font-size: 22px;
  margin-bottom: 10px;
}
.ui-datepicker-week-end,
.ui-datepicker-week-end a {
  color: #6eb636;
}
.emoji-wysiwyg-editor {
  border: 1px solid #d0d0d0;
  overflow: auto;
  outline: none;
}
.emoji-wysiwyg-editor img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -3px 0 0 0;
}
.emoji-menu {
  position: fixed;
  z-index: 999;
  width: 360px;
  margin-left: -180px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.emoji-menu > div {
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.emoji-menu img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border: 0 none;
}
.emoji-menu a {
  margin: -1px 0 0 -1px;
  border: 1px solid #f2f2f2;
  padding: 5px;
  display: block;
  float: left;
}
.emoji-menu a:hover {
  background-color: #fffae7;
}
.emoji-menu:after {
  content: ' ';
  display: block;
  clear: left;
}
.emoji-menu a .label {
  display: none;
}
.b-audioPlayer-wrap {
  position: relative;
  display: block;
  height: 70px;
  background: #f5f5f5;
}
.b-audioPlayer-wrap > .playStopMusicList {
  position: absolute;
  left: 10px;
  top: 10px;
}
.b-audioPlayer-wrap > .b-audioPlayer-audioName {
  position: absolute;
  overflow: hidden;
  left: 45px;
  top: 10px;
  font-size: 19px;
}
.b-audioPlayer-wrap > .b-audioPlayer-audioTime {
  position: absolute;
  overflow: hidden;
  right: 135px;
  top: 10px;
  font-size: 19px;
}
.b-audioPlayer-wrap > .b-audioPlayer-progress {
  position: absolute;
  overflow: hidden;
  left: 45px;
  top: 42px;
  right: 135px;
  height: 8px;
  background: #d9e7e7;
  border-radius: 4px;
}
.b-audioPlayer-wrap > .b-audioPlayer-progress > .e-loaded {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #9abfda;
  border-radius: 4px;
}
.b-audioPlayer-wrap > .b-audioPlayer-progress > .e-played {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #5192cc;
  border-radius: 4px;
}
.b-audioPlayer-wrap > .b-audioPlayer-muteButton {
  position: aboslute;
  right: 125px;
  top: 35px;
  width: 25px;
  height: 25px;
}
.b-audioPlayer-wrap > .b-audioPlayer-volume {
  position: absolute;
  overflow: hidden;
  right: 10px;
  top: 42px;
  width: 85px;
  height: 8px;
  background: #d9e7e7;
  border-radius: 4px;
}
.b-audioPlayer-wrap > .b-audioPlayer-volume > .e-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #5192cc;
}
.b-recipe-mainImage-carousel > .e-jcarousel-imageList {
  height: 350px;
}
.b-recipe-mainImage-carousel > .e-jcarousel-imageList > .e-jcarousel-imageListItem {
  width: 380px;
  height: 350px;
}
.b-404-title {
  margin: 50px 0px 30px 0px;
  text-align: center;
  font-size: 24px;
}
.b-404-content {
  margin: 0px auto;
  width: 490px;
  text-align: center;
  font-size: 15px;
}
.b-404-content a {
  color: #000;
  text-decoration: underline;
}
.b-404-content a:hover {
  text-decoration: none;
}
.b-404-contentLogo {
  margin: 0px auto 25px auto;
  width: 490px;
  padding: 0px 0px 85px 0px;
  text-align: center;
  background: url(../img/bottom_logo.jpg) no-repeat bottom center;
  font-size: 15px;
}
.b-404-searchBox {
  width: 233px;
  height: 23px;
  margin: 1px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #d2d2d2;
  border-right: 1px solid #eee;
  line-height: 23px;
  vertical-align: middle;
  background-color: #f4f4f4;
  color: #959595;
  font-size: 17px;
  font-style: italic;
  font-family: 'Cuprum', sans-serif;
  text-indent: 10px;
  -webkit-box-shadow: 0 0 1px #d2d2d2 inset;
  -moz-box-shadow: 0 0 1px #d2d2d2 inset;
  box-shadow: 0 0 1px #d2d2d2 inset;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(box-shadow.htc);
  behavior: url(/pie/PIE.htc);
  behavior: url(border-radius.htc);
}
.b-404-searchSubmit {
  position: relative;
  overflow: hidden;
  left: -30px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url("../images/icons/searchIcon.png") no-repeat center center;
  text-indent: 40px;
  opacity: .8;
  cursor: pointer;
}
input[type=text],
input[type=password],
textarea {
  font-family: Tahoma, sans-serif;
  font-size: 15px;
}
.js-editable {
  border: 1px dashed #000;
  /*    padding: 0px 1px;*/
}
.b-jcarousel {
  position: relative;
  overflow: hidden;
}
.b-jcarousel > .e-jcarousel-imageList {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-jcarousel > .e-jcarousel-imageList > .e-jcarousel-imageListItem {
  float: left;
}
.b-commentsLogin {
  margin: 20px 0px;
  padding: 5px 50px 35px 50px;
  background: #ebebeb;
  font-family: Tahoma, sans-serif;
  font-size: 17px;
}
.b-commentsLogin a {
  color: #02124c;
  font-weight: bold;
  text-decoration: none;
}
.b-commentsLogin a:hover {
  text-decoration: underline;
}
.b-commentLogin-iconVK,
.b-commentLogin-iconFB,
.b-commentLogin-iconOK,
.b-commentLogin-iconGP {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 9px;
}
.b-commentLogin-iconVK {
  background: url(../images/icons/social/comments.png) no-repeat 0px 0px;
}
.b-commentLogin-iconFB {
  background: url(../images/icons/social/comments.png) no-repeat -50px 0px;
}
.b-commentLogin-iconOK {
  background: url(../images/icons/social/comments.png) no-repeat -100px 0px;
}
.b-commentLogin-iconGP {
  background: url(../images/icons/social/comments.png) no-repeat -150px 0px;
}
.b-baloon {
  position: absolute;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.37);
  z-index: 1000;
}
.b-baloon > .e-content {
  position: relative;
  padding: 5px 0px;
  text-align: center;
  font-family: Tahoma, sans-serif;
}
.b-baloon > .e-content a {
  color: #3F48CC;
  text-decoration: none;
}
.b-baloon > .e-content a:hover {
  text-decoration: underline;
}
.b-baloon > .e-border11,
.b-baloon > .e-border12,
.b-baloon > .e-border13,
.b-baloon > .e-border21,
.b-baloon > .e-border22,
.b-baloon > .e-border23,
.b-baloon > .e-border31,
.b-baloon > .e-border32,
.b-baloon > .e-border33 {
  position: absolute;
  background: #fff;
}
.b-baloon > .e-border11 {
  left: 0px;
  top: 0px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #959595;
  border-top: 1px solid #959595;
  border-radius: 8px 0px 0px 0px;
}
.b-baloon > .e-border12 {
  left: 8px;
  top: 0px;
  right: 8px;
  height: 8px;
  border-top: 1px solid #959595;
}
.b-baloon > .e-border13 {
  right: 0px;
  top: 0px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #959595;
  border-top: 1px solid #959595;
  border-radius: 0px 8px 0px 0px;
}
.b-baloon > .e-border21 {
  left: 0px;
  top: 8px;
  bottom: 8px;
  width: 8px;
  border-left: 1px solid #959595;
}
.b-baloon > .e-border22 {
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
}
.b-baloon > .e-border23 {
  right: 0px;
  top: 8px;
  bottom: 8px;
  width: 8px;
  border-right: 1px solid #959595;
}
.b-baloon > .e-border31 {
  left: 0px;
  bottom: 0px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-radius: 0px 0px 0px 8px;
}
.b-baloon > .e-border32 {
  left: 8px;
  bottom: 0px;
  right: 8px;
  height: 8px;
  border-bottom: 1px solid #959595;
}
.b-baloon > .e-border33 {
  right: 0px;
  bottom: 0px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-radius: 0px 0px 8px 0px;
}
.b-baloon > .e-flag1 {
  position: absolute;
  left: 25px;
  top: -8px;
  width: 20px;
  height: 10px;
  background: url(../images/icons/baloon/flag_top.png) no-repeat left top;
}
.b-userpage-unsubscribe {
  margin-left: -10px;
  margin-top: -9px;
  padding: 10px 0px;
  text-align: center;
  background: #ebebeb;
}
.b-userpage-sidebar-placeholder {
  margin: 20px 0px 25px 0px;
  color: #a1a1a1;
}
.b-userpage-sidebar-placeholder a {
  color: #051963;
  text-decoration: none;
}
.b-userpage-sidebar-placeholder a:hover {
  text-decoration: underline;
}
.userPagePostsBlock {
  font-family: Tahoma, sans-serif;
  font-size: 15px;
}
.userPageChangePhoto {
  position: relative;
}
.userPageChangePhoto .hint {
  background: url('../images/icons/changePhoto.png') no-repeat;
  background-position: 5% center;
  width: 19px;
  height: 16px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  cursor: pointer;
}
.userPageChangePhoto .hint:hover {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-position: 10.5px 7px;
  background-color: rgba(0, 0, 0, 0.6);
}
.userPageChangePhoto .hint:hover:before {
  content: "Загрузить новую фотографию профиля";
  color: white;
  position: absolute;
  left: 37px;
  top: 4px;
}
.uploadPhotoForm {
  width: 950px;
}
.uploadPhotoForm .userPageChangePhotoTitle {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #051963;
}
.uploadPhotoForm .inner {
  margin-top: 25px;
}
.uploadPhotoForm .control {
  text-align: center;
}
.uploadPhotoForm .control button {
  background: #010d3c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  padding: 7px 20px 7px 20px;
}
.uploadPhotoForm .control button:hover {
  background: #48599E;
}
.b-fixedNavi {
  position: fixed;
  top: 141px;
  width: 100%;
  z-index: 1;
}
.b-videoCloseButton {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 0px;
  background: url(../images/elements/close_icon.png) no-repeat center center;
  opacity: 0.7;
  cursor: pointer;
}
.b-videoCloseButton:hover {
  opacity: 1;
}
.b-videoEditButton {
  position: absolute;
  right: 21px;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 0px;
  background: url(../images/elements/edit_icon.png) no-repeat center center;
  opacity: 0.7;
  cursor: pointer;
}
.b-videoEditButton:hover {
  opacity: 1;
}
.b-likes-popup .b-likes-fullList {
  text-align: center;
  width: 170px;
  height: 200px;
}
.b-likes-popup .b-likes-fullList a {
  text-decoration: none;
  color: black;
}
.b-likes-popup > li {
  display: inline-block;
}
.b-likes-popup > li > a > img {
  vertical-align: top;
  text-decoration: none;
}
.b-limitedText {
  overflow: hidden;
  height: 90px;
}
.b-upDown {
  position: fixed;
  bottom: 4px;
  left: 4px;
}
.b-upDown-up,
.b-upDown-down {
  display: block;
  width: 76px;
  height: 76px;
  cursor: pointer;
  opacity: 0.7;
}
.b-upDown-up:hover,
.b-upDown-down:hover {
  opacity: 1;
}
.b-upDown-up {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAMAAADwSaEZAAAAh1BMVEXS0tLS0tLS0tIAAADS0tLS0tLS0tL///8cHBzS0tI6Ojrx8fGVlZUrKyt5eXmkpKRZWVloaGj8/PxJSUnh4eHCwsKzs7N3d3fs7OyGhob6+vrr6+ttbW0nJycgICD29vbm5ubX19fOzs7ExMS6urqbm5uHh4dzc3NhYWFXV1dQUFBEREQ1NTV4DRtqAAAAB3RSTlORJ+0A7okfEgNybQAAAb5JREFUWMPs00kOgkAUhOEGB6qDomldEOZ5vv/5jCFEkSHp5u3kP8C3qmIHjemcoCPTDkzjtjAIEjY/M+YaRLknpgsqTOiMG2TxHfs7zL7bZJjToHGoMA+AR4QVeFeQYDf03QiwNEBfkG7GYh9DfrwRizp86qJNWPjAd49wAyYqjKuEOmbhN0sZyzEtV8SyANOCTAlLfMzlJwrY84r5rk9pzGyxVGtKYk6N5WpHDvOwlieFXbDeRQYzh8qRUZpDSke3Fva/Yzv2asdsViQGgTB4WeiyY6MSNeT9X3SznQxL5mQgLLOQPpiKh8IfFPke2Se8zx7ZI/t0WVGY4w5W6gZ49UXBcoskkUoekmEpKtGhoN4TtwpKSqsRmEVW+phMRQK6AzSHn1K2prMUgpjJsExgByWdZRNzY+ms47LAvAOEk8x/1DJVLqxZcyiU15qlX1mELIMygDwdUF6guyyQpcEq49OMLGd4TbNmohSwCzIxO4PLjjFPzCv9gkx5A8fQUxOJpEoel03oGxxe/9okmTq6mykTT+An4JA1Fm+un00HvPohKwQf3j+/gh7ZH8puDTBvjVbvDX23OPrrrjj6G2kjrm7y1V8TAAAAAElFTkSuQmCC) no-repeat center center;
}
.b-upDown-down {
  margin-bottom: 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAMAAADwSaEZAAAAhFBMVEXS0tLS0tLS0tIAAADS0tLS0tL///8cHBzS0tI6Ojrx8fF5eXmVlZUqKir8/PykpKRJSUnDw8Ps7Ox2dnaGhoZoaGjr6+ttbW0yMjIfHx/39/fh4eFaWlrm5ubf39/X19fOzs66urqioqKHh4dhYWFXV1dNTU1DQ0MlJSWzs7OQkJCOjo5JrtX5AAAABnRSTlPukScAiR/0IsqzAAABnUlEQVRYw+3Y6W7DIAwAYNptGBLOHL3ve9v7v99S1kalSys54cc24R+VlUqfAJsEQV76PcICBOn1X0ifZYoGCJWxN9Ib0EAxeCVEhcIUIYwGCxaxiOGwkgMYUSXAqx8O3wkDoMxIMAKFgdSCg7jDigqbai0MFCjMjYPfYRzA/ZuAxGIUwMcsOMw9wI/M+FgB9cgMfs2sj3FzTqai4NKisHPMkksCDrOgK8xNljPsNAXkVSKFENJhOSSXtbKSowsgpTdNWdYLn8MUi3GvmgC2xgS6mglwD5O0xkqOrKaegfCwwiXvWusSRMe9CcwlOQdp9D95BUUsYn8WS+E20ohFLGJoLLlG7mF5/RyDfcDz+ERNc/jUGuLWTO2fWHuFLEByfGgdE3Q1F6MH1mjRojVWp0brtGrVZ+txgzVet2xa0YCJ1jsg/WGltDWmdnfWTrXH6MR4lpl02ujz0W1TzDt+hJeytuSy8xfdjq9NYQMcDzYXbBPkrLF11jbQwWXo3jqBMHWAwyQURrNZ9uvOZxFrwIJeYAa9Wg166Rv0OvoLJgiVXCruhu4AAAAASUVORK5CYII=) no-repeat center center;
}
.userPagePostRepostPhoto {
  float: left;
  margin: 10px 8px 0 0;
}
.userPagePostRepostAuthor {
  display: block;
  margin: 18px 0 6px 0;
  color: #051963;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
.userPagePostRepostAuthor:hover {
  text-decoration: underline;
}
.userPagePostPageTitle {
  display: block;
  padding: 12px 0 12px 0;
  font-weight: bold;
  font-size: 18px;
}
.userPageAddPostVideo {
  position: absolute;
  top: 17px;
  right: 45px;
  width: 25px;
  height: 16px;
  border: 0;
  background: url(/assets/images/icons/small-video-icon.png) no-repeat center center;
  cursor: pointer;
}
.userPageAddPostAudio {
  position: absolute;
  top: 16px;
  right: 78px;
  width: 25px;
  height: 18px;
  border: 0;
  background: url(/assets/images/icons/small-audio-icon.png) no-repeat center center;
  cursor: pointer;
}
.b-wallPostPopup-title {
  padding-left: 10px;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  background: #051963;
}
.b-wallPostAdd #cboxLoadedContent {
  margin: 5px;
}
.b-wallPostAdd #cboxClose {
  top: 17px;
  right: 10px;
  background: url(/assets/images/icons/small-close-icon.png) no-repeat center center;
}
.b-wallPostAddAudio-upload {
  width: 100%;
  line-height: 52px;
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  background: #e5e5e5;
  cursor: pointer;
}
.b-wallPostAddAudio-search {
  width: 100%;
}
.b-wallPostAddAudio-search > tbody > tr > .e-line {
  width: 100px;
  vertical-align: middle;
}
.b-wallPostAddAudio-search > tbody > tr > .e-line > .e-line {
  height: 1px;
  background: #dddddd;
}
.b-wallPostAddAudio-searchInput {
  width: 445px;
  border: 1px solid #ababab;
  margin: 12px;
  padding: 4px 8px;
}
.b-wallPostAddAudio-searchResults {
  padding: 0 12px;
}
.b-wallPostAddAudio-searchResults .musicName {
  cursor: pointer;
}
.b-wallPostAddAudio-searchResults .musicName:hover {
  background: #eeeeee;
}
.b-wallPostAddAudio-searchResults .musicAddButton {
  display: none;
}
.b-wallPostAddAudio-searchResults .b-videoCloseButton {
  display: none;
}
.userAddMessageAudios .musicItem {
  padding: 2px;
  border-radius: 2px;
  background: white;
}
.b-wallPostAddAudio-uploadPage {
  padding: 28px 40px;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
}
.b-wallPostAddAudio-uploadPage .e-controlGroup {
  display: block;
}
.b-wallPostAddAudio-uploadPage .e-input {
  width: 100%;
  margin: 4px 0 16px 0;
  padding: 2px 4px;
  border: 1px solid #ababab;
}
.b-wallPostAddAudio-uploadPage .e-uploadBtn {
  margin: 16px 0 0 0;
  padding: 16px;
  border: 0;
  color: #fff;
  background: #051963;
  cursor: pointer;
}
.b-makeRepostBtn {
  margin-right: 6px;
  color: #727272;
  background: transparent;
  cursor: pointer;
}
.b-makeRepostBtn:hover {
  color: #000;
}
.userAddMessageVideos .getArticle {
  float: none;
  display: inline-block;
  height: 230px;
}
.b-makeRepostPopupLink {
  border: 0;
  margin: 6px 0 0 0;
  font-weight: bold;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
.b-userPageAddPostAccess {
  display: none;
  float: left;
}
.b-userPageAddPostAccess > .e-select {
  height: 23px;
  border: 1px solid #aaa;
}
