/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 18, 2018, 11:07:55 AM
    Author     : SnugDesign
*/
.text-blue {
  color: #014a6c;
}
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}
a:focus {
  text-decoration: none;
  outline: none;
}
.no-desktop {
  display: none;
}
button:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
#menuToggle {
  display: none;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.relative {
  position: relative;
}
.colorpicker {
  z-index: 1050;
}
.flash {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  z-index: 5;
  color: white;
  opacity: 0.9;
}
.flash.success {
  background-color: #2bca2b;
}
.flash.error {
  background-color: #d80000;
}
.flash a {
  position: absolute;
  right: 2%;
  color: white;
  font-size: 35px;
  top: 3px;
}
.flash a:hover {
  text-decoration: none;
  color: black;
}
.cl {
  clear: both;
}
.btn-more {
  margin: 5px auto 15px auto;
  width: fit-content;
  width: -moz-fit-content;
  display: block;
  padding: 5px 20px;
  background-color: #014a6c;
  color: white;
  text-shadow: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.btn-more:hover {
  text-decoration: none;
  color: white;
}
.btn-more.btn-answer {
  background-color: #014a6c;
  color: white;
}
.btn-more.btn-answer:hover {
  background-color: #014a6cbd;
  color: white;
  border-color: #014a6cbd;
}
.select2-results .optgroup {
  font-weight: bold;
}
.select2-results .option {
  padding-left: 4px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
}
.filter-area .select2-container--default .select2-selection--single,
.filter-area .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 33px;
}
.filter-area .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
  padding-right: 8px;
}
.filter-area .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 0;
}
.filter-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  -webkit-text-stroke-width: 2px;
  text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  text-stroke-color: white;
  color: #4c4c4c;
  position: relative;
  top: 7px;
  border: 0;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.filter-area .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e114";
}
#frm-addSkillForm .select2-container {
  width: 300px !important;
}
#frm-skillForm-skillForm .select2-container {
  width: 300px !important;
}
#frm-addGoodsForm .select2-container {
  width: 300px !important;
}
#frm-editGoodsForm .select2-container {
  width: 300px !important;
}
#frm-goodsOtherMappingForm .select2-container {
  width: 300px !important;
  margin-bottom: 10px;
}
#frm-signupCompanyForm .select2-container {
  width: 290px !important;
}
.ui-widget.ui-widget-content {
  padding: 5px;
  overflow-y: auto;
  max-height: 500px;
}
.ui-widget.ui-widget-content .ui-autocomplete-category {
  margin-top: 5px;
  font-size: 20px;
}
.ui-widget.ui-widget-content .ui-autocomplete-category.load-more-category {
  text-align: center;
}
.ui-widget.ui-widget-content .ui-autocomplete-category.load-more-category .load-more {
  font-size: 16px;
}
.ui-widget.ui-widget-content .ui-autocomplete-category.load-more-category .load-more:hover {
  text-decoration: none;
  cursor: pointer;
}
.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #f1e4cc;
  border-color: #f1e4cc;
  color: black;
}
.ui-widget.ui-widget-content .autocomplete-goods-image {
  width: 70px;
  margin-right: 10px;
}
.ui-widget.ui-widget-content .autocomplete-category-image {
  display: inline-block;
  font-size: 26px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.ui-widget.ui-widget-content .autocomplete-label-wrapper {
  position: relative;
  min-width: 60%;
  display: inline-block;
  top: -5px;
}
.ui-widget.ui-widget-content .autocomplete-label-wrapper .autocomplete-label {
  font-size: 18px;
}
.ui-widget.ui-widget-content .autocomplete-label-wrapper .autocomplete-label-price {
  position: absolute;
  left: 0;
  bottom: -20px;
}
#frm-searchBarForm .preloader {
  position: absolute;
  top: 35px;
  left: 66%;
  width: 25px;
  height: 25px;
  background-image: url(../images/preloader1.gif);
  background-size: contain;
  display: none;
}
header {
  background-image: url("../images/header_background.png");
  background-size: cover;
  background-position: center;
  height: 100px;
  box-shadow: 0px 1px 25px grey;
  position: relative;
  z-index: 4;
}
header.homepage {
  background-image: url("../images/header_background_homepage.png");
  padding-top: 40px;
  height: 190px;
}
header.company-header {
  height: 80px;
}
header.company-header .search-group {
  height: auto;
  width: 26%;
}
header.company-header .search-group:first-child {
  width: 64%;
  padding-top: 11px;
}
header.company-header .search-group .search-bar {
  width: 35%;
  float: left;
}
header.company-header .search-group .radio-buttons {
  float: none;
  margin-top: 5px;
}
header.company-header .search-group .radio-buttons .radio-container {
  margin-right: 5px;
}
header.company-header .search-group .radio-buttons .radio-container:first-of-type {
  margin-left: 5px;
}
header.company-header .search-group .btn-search {
  margin-top: 6px;
  margin-left: 0;
  float: left;
  height: 38px;
}
header.company-header .search-group .loggedin {
  top: 20%;
}
header.company-header .search-group .loggedout {
  top: 20%;
}
header.company-header.extended {
  background-color: #323232;
  background-image: none;
  position: absolute;
  width: 100%;
}
header.company-header .search-group-new .radio-container label {
  margin: 5px 20px;
}
header.company-header .search-group-new .input-container {
  width: 70%;
  float: left;
}
header.company-header .search-group-new .input-container input {
  width: 60%;
}
header .search-group-new .radio-container {
  width: fit-content;
  width: -moz-fit-content;
  display: inline-block;
}
header .search-group-new .radio-container label {
  position: relative;
  color: white;
  text-transform: uppercase;
  margin: 5px 40px;
}
header .search-group-new .radio-container label:hover {
  cursor: pointer;
}
header .search-group-new .radio-container label input {
  position: absolute;
  left: -10000px;
}
header .search-group-new .radio-container label input:checked ~ .triangle {
  display: inline-block;
}
header .search-group-new .radio-container label .triangle {
  display: none;
  background-color: white;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: 50%;
  left: calc(50% - 5px);
  border-left: 1px solid #082d3e;
  border-top: 1px solid #082d3e;
}
header .search-group-new .input-container {
  background-color: white;
  border: 1px solid #007fb9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
header .search-group-new .input-container input {
  display: inline-block;
  width: 70%;
  border: none;
  padding: 6px 15px;
}
header .search-group-new .input-container .bar-border {
  display: inline-block;
  width: 1px;
  height: 21px;
  background-color: #9ecee4;
  position: relative;
  top: 6px;
}
header .search-group-new .input-container select {
  width: 154px;
}
header .search-group-new .input-container .select2-container {
  /*                width: fit-content;
                                width: -moz-fit-content;*/
}
header .search-group-new .input-container .select2-container .select2-selection.select2-selection--single {
  height: 34px;
  border: none;
}
header .search-group-new .input-container .select2-container .select2-selection.select2-selection--single:focus {
  outline: none;
}
header .search-group-new .input-container .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  height: 34px;
  line-height: 34px;
}
header .search-group-new .input-container .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 34px;
  right: 8px;
}
header .search-group-new .input-container .select2-container .select2-selection.select2-selection--single .select2-selection__arrow b {
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  color: #86adbe;
  position: relative;
  top: 10px;
  border: 0;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
header .search-group-new .input-container .select2-container .select2-selection.select2-selection--single .select2-selection__arrow b:before {
  content: "\e114";
}
header .search-group-new .input-container button {
  float: right;
  color: white;
  background-color: #082d3e;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border: none;
  padding: 8px 12px;
  margin: -1px -1px;
}
header .search-group {
  height: 35px;
  position: relative;
  /*float: left;*/
  float: right;
  width: 40%;
}
header .search-group:first-child {
  padding-top: 25px;
  width: 60%;
  float: left;
}
header .search-group .search-bar {
  border: 1px solid #007fb9;
  border-radius: 15px;
  padding: 3px 20px 3px 20px;
  width: 100%;
}
header .search-group .search-bar:focus {
  outline: none;
}
header .search-group .btn-search {
  margin-top: 17px;
  height: 43px;
  width: 144px;
  padding: 0;
  border: 1px solid #082d3e;
  background-size: 151px 53px;
  background-image: url(../images/button_hledat.svg);
  background-position: center;
  border-radius: 26px;
  margin-left: 10px;
  transition: border 0.2s;
}
header .search-group .btn-search:hover {
  border: 1px solid #007fb9;
  transition: border 0.2s;
}
header .search-group .btn-search:focus {
  outline: none;
}
header .search-group .radio-buttons {
  color: white;
  font-size: 14px;
  float: left;
  margin-top: 10px;
}
header .search-group .radio-buttons .radio-container {
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  font-weight: normal;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .search-group .radio-buttons .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
header .search-group .radio-buttons .radio-container input:checked ~ .checkmark {
  background-color: #ffffff;
}
header .search-group .radio-buttons .radio-container input:checked ~ .checkmark:after {
  display: block;
}
header .search-group .radio-buttons .radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
header .search-group .radio-buttons .radio-container .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  margin: 2px;
  border: 1px solid #007fb9;
}
header .search-group .radio-buttons .radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #082d3e;
}
.search-group .loggedin {
  position: absolute;
  right: 0;
  bottom: 0;
}
.search-group .loggedin .signup {
  line-height: 30px;
  color: white;
  float: left;
  padding-right: 10px;
}
.search-group .loggedin .notification-container {
  float: left;
  position: relative;
  padding-right: 10px;
}
.search-group .loggedin .notification-container .notification-icon {
  width: 30px;
  height: 30px;
  background-size: contain;
}
.search-group .loggedin .notification-container .notification-icon.profil {
  /*background-image: url("../images/");*/
}
.search-group .loggedin .notification-container .notification-icon.profil img {
  border-radius: 50%;
  width: 100%;
  border: 1px solid grey;
  border: 2px solid rgba(128, 128, 128, 0.1);
}
.search-group .loggedin .notification-container .notification-icon.obalka {
  background-image: url("../images/obalka.svg");
}
.search-group .loggedin .notification-container .notification-icon.zvonek {
  background-image: url("../images/zvonek.svg");
}
.search-group .loggedin .notification-container .notification-icon.kosik {
  background-image: url("../images/kosik.svg");
}
.search-group .loggedin .notification-container .notification-icon.logout {
  font-size: 24px;
  color: white;
}
.search-group .loggedin .notification-container .notification-icon.logout .glyphicon-log-out {
  -webkit-text-stroke: 1px black;
  text-stroke: 1px black;
}
.search-group .loggedin .notification-container .notification-icon:hover {
  cursor: pointer;
}
.search-group .loggedin .notification-container .notification-badge {
  background-color: #ff4e00;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-size: 13px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: 4px;
}
.search-group .loggedin .notification-container .notification-badge:hover {
  cursor: pointer;
}
.search-group .loggedin .notification-container .chat-href.open .chat-list {
  display: block;
}
.search-group .loggedin .notification-container .chat-list {
  display: none;
  position: absolute;
  width: 450px;
  background-color: white;
  left: -420px;
  z-index: 3;
}
.search-group .loggedin .notification-container .chat-list .header {
  padding: 2px 10px;
  background-color: #b2b2b2;
  color: white;
}
.search-group .loggedin .notification-container .chat-list .chat-item {
  display: block;
  color: black;
  overflow: auto;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}
.search-group .loggedin .notification-container .chat-list .chat-item:hover {
  background-color: #b2b2b2;
  cursor: pointer;
}
.search-group .loggedin .notification-container .chat-list .chat-item.no-chat {
  cursor: initial;
  background-color: white;
  padding: 10px;
  text-align: center;
}
.search-group .loggedin .notification-container .chat-list .chat-item.unread {
  background-color: #e0dfdf;
}
.search-group .loggedin .notification-container .chat-list .chat-item.unread:hover {
  background-color: #b2b2b2;
}
.search-group .loggedin .notification-container .chat-list .chat-item .left {
  float: left;
  width: 18%;
}
.search-group .loggedin .notification-container .chat-list .chat-item .left img {
  width: 90%;
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  margin: 5px;
}
.search-group .loggedin .notification-container .chat-list .chat-item .right {
  float: left;
  width: 82%;
  margin-top: 20px;
}
.search-group .loggedin .notification-container .chat-list .chat-item .right .top {
  height: 20px;
  font-weight: bold;
}
.search-group .loggedin .notification-container .chat-list .chat-item .right .top .time {
  font-weight: bold;
  font-size: 12px;
  color: #014a6c;
  margin-left: 8px;
}
.search-group .loggedin .notification-container .notification-href.open .notification-list {
  display: block;
}
.search-group .loggedin .notification-container .notification-list {
  display: none;
  position: absolute;
  width: 450px;
  background-color: white;
  left: -420px;
  z-index: 3;
  max-height: 350px;
  overflow-y: auto;
}
.search-group .loggedin .notification-container .notification-list .header {
  padding: 2px 10px;
  background-color: #b2b2b2;
  color: white;
}
.search-group .loggedin .notification-container .notification-list .header a {
  position: absolute;
  right: 4%;
  font-size: 24px;
  top: 0;
  line-height: 24px;
  color: white;
}
.search-group .loggedin .notification-container .notification-list .header a:hover {
  text-decoration: none;
  color: black;
}
.search-group .loggedin .notification-container .notification-list .header a .trash {
  background-image: url(../images/trash.png);
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 17px;
}
.search-group .loggedin .notification-container .notification-list .notification-item {
  display: block;
  overflow: auto;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  /*padding: 7px;*/
}
.search-group .loggedin .notification-container .notification-list .notification-item.no-notification {
  cursor: initial;
  background-color: white;
  padding: 10px;
  text-align: center;
}
.search-group .loggedin .notification-container .notification-list .notification-item .left {
  padding: 2%;
  color: black;
  width: 90%;
  float: left;
}
.search-group .loggedin .notification-container .notification-list .notification-item .left:hover {
  text-decoration: none;
}
.search-group .loggedin .notification-container .notification-list .notification-item .left .top {
  font-weight: bold;
  font-size: 14px;
}
.search-group .loggedin .notification-container .notification-list .notification-item .left .top .time {
  font-weight: bold;
  margin-left: 5px;
  color: #014a6c;
}
.search-group .loggedin .notification-container .notification-list .notification-item .left .bottom {
  font-size: 14px;
}
.search-group .loggedin .notification-container .notification-list .notification-item .left .bottom a {
  text-decoration: underline;
}
.search-group .loggedin .notification-container .notification-list .notification-item .left .bottom a:hover {
  text-decoration: none;
}
.search-group .loggedin .notification-container .notification-list .notification-item .right {
  width: 4%;
  color: black;
  float: right;
  text-align: center;
  font-size: 24px;
  margin: 5% 3%;
}
.search-group .loggedin .notification-container .notification-list .notification-item .right:hover {
  text-decoration: none;
  color: #b2b2b2;
}
.search-group .loggedin .notification-container .notification-list .notification-item .right span {
  text-align: center;
}
header .search-group .loggedout {
  position: absolute;
  right: 0;
  bottom: 0;
}
header .search-group .loggedout .notification-container {
  float: left;
  position: relative;
  padding-right: 10px;
}
header .search-group .loggedout .notification-container .notification-icon {
  width: 30px;
  height: 30px;
  background-size: contain;
}
header .search-group .loggedout .notification-container .notification-icon.kosik {
  background-image: url("../images/kosik.svg");
}
header .search-group .loggedout .notification-container .notification-icon:hover {
  cursor: pointer;
}
header .search-group .loggedout .notification-container .notification-badge {
  background-color: #ff4e00;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-size: 13px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: 4px;
  line-height: 20px;
}
header .search-group .loggedout .notification-container .notification-badge:hover {
  cursor: pointer;
}
header .search-group .loggedout a {
  color: white;
  line-height: 30px;
}
header .search-group .loggedout .separator {
  display: inline-block;
  width: 2px;
  background-color: white;
  height: 14px;
  margin: 0 10px;
  position: relative;
  top: 2px;
}
footer {
  height: 200px;
  background-color: #082d3e;
}
footer .text {
  font-weight: 300;
  color: #e9d09f;
  line-height: 200px;
  text-align: center;
}
footer .text strong {
  font-weight: bold;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: inherit;
}
footer.extended {
  height: 100px;
  background-color: white;
}
footer.extended .text {
  line-height: 100px;
  text-align: initial;
}
footer.extended a {
  text-decoration: underline;
  margin-left: 10px;
}
.btn-mine {
  z-index: 1;
  margin: 2px;
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 8px 8px 8px 10px;
  font-family: Roboto, sans-serif;
  background-color: #014a6c;
  color: white;
  font-size: 12px;
  border: none;
}
.btn-mine:hover {
  text-decoration: none;
  background-color: #014a6cbd;
  color: white;
}
.btn-mine:focus {
  background-color: #014a6c;
  color: white;
  text-decoration: none;
}
.btn-mine .glyphicon {
  font-family: 'Glyphicons Halflings';
}
.btn-mine.btn-itsme {
  background-color: #014a6c;
  opacity: 0.5;
}
.btn-mine.btn-itsme:hover {
  background-color: #014a6c;
  opacity: 1;
}
.btn-mine.static {
  position: static;
}
.btn-mine.btn-remove {
  right: 140px;
}
.btn-more,
.btn-send,
.btn-itsme,
.btn-modal {
  transition: all 0.2s;
}
.btn-more:hover,
.btn-send:hover,
.btn-itsme:hover,
.btn-modal:hover {
  transition: all 0.2s;
}
.ahrefs {
  position: absolute;
}
section.signup .bottom .btn-send:hover {
  background-color: #014a6cbd;
}
section.profile .btn-hide {
  right: 39px;
}
section.profile .about .images .img-container .btn-remove {
  right: 95px;
  top: 5px;
}
section.profile .about .images .img-container .btn-arrow-left {
  top: 5px;
  right: 57px;
}
section.profile .about .images .img-container .btn-arrow-right {
  top: 5px;
  right: 25px;
}
section.profile .tab-content .btn-add {
  right: 15px;
}
section.profile .tab-content .btn-edit {
  right: 15px;
}
section.profile .tab-content #galerie .btn-remove {
  top: 10px;
  right: 90px;
}
section.profile .tab-content #galerie .btn-arrow-left {
  top: 10px;
  right: 55px;
}
section.profile .tab-content #galerie .btn-arrow-right {
  top: 10px;
  right: 22px;
}
section.zbozi .zbozi-container .btn-remove {
  right: 115px;
}
section.zbozi .zbozi-container .top a .btn-modal:hover {
  background-color: #014a6cbd;
}
section.zbozi .zbozi-container .bottom a .btn-modal:hover {
  background-color: #014a6cbd;
}
#goodsOtherMapping .modal-dialog {
  width: 1100px;
}
.warning-goods-other-mapping .text {
  background-color: #e02c2c;
  border: 2px solid darkred;
  color: white;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.warning-goods-other-mapping .btn-mapping {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
section.work .btn-mine {
  top: -40px;
}
section.work .btn-remove {
  right: 165px;
}
section.company-ex .head {
  padding-top: 70px;
}
section.company-ex .btn-mine {
  right: 15px;
}
section.company-ex .mini-info-container .btn-remove {
  right: 114px;
  top: auto;
}
section.company-ex .mini-info-container .btn-edit {
  right: 81px;
  top: auto;
}
section.company-ex .mini-info-container .btn-arrow-left {
  right: 48px;
}
section.company-ex .mini-info-container .reference-container {
  position: relative;
  height: 168px;
}
section.company-ex .mini-info-container .reference-container .rating-type.rating1 .rating,
section.company-ex .mini-info-container .reference-container .rating-type.rating1 .text {
  color: #bebebe;
}
section.company-ex .mini-info-container .reference-container .rating-type.rating1 .thermometer {
  background-image: url('../images/teplomer-25.png');
}
section.company-ex .mini-info-container .reference-container .rating-type.rating2 .rating,
section.company-ex .mini-info-container .reference-container .rating-type.rating2 .text {
  color: #c9ab9c;
}
section.company-ex .mini-info-container .reference-container .rating-type.rating2 .thermometer {
  background-image: url('../images/teplomer-45.png');
}
section.company-ex .mini-info-container .reference-container .rating-type.rating3 .rating,
section.company-ex .mini-info-container .reference-container .rating-type.rating3 .text {
  color: #76c0ac;
}
section.company-ex .mini-info-container .reference-container .rating-type.rating3 .thermometer {
  background-image: url('../images/teplomer-65.png');
}
section.company-ex .mini-info-container .reference-container .rating-type.rating4 .rating,
section.company-ex .mini-info-container .reference-container .rating-type.rating4 .text {
  color: #249a7a;
}
section.company-ex .mini-info-container .reference-container .rating-type.rating4 .thermometer {
  background-image: url('../images/teplomer-85.png');
}
section.company-ex .mini-info-container .reference-container .rating-type.rating5 .rating,
section.company-ex .mini-info-container .reference-container .rating-type.rating5 .text {
  color: #0e5a68;
}
section.company-ex .mini-info-container .reference-container .rating-type.rating5 .thermometer {
  background-image: url('../images/teplomer-100.png');
}
section.company-ex .mini-info-container .reference-container .rating {
  font-size: 25px;
  line-height: 30px;
}
section.company-ex .mini-info-container .reference-container .rating-text {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}
section.company-ex .mini-info-container .reference-container .thermometer {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 70px;
  margin: 0 auto;
  height: 28px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-right: 5px;
}
section.company-ex .mini-info-container .reference-container .reference-text {
  font-size: 16px;
  margin-bottom: 20px;
}
section.company-ex .photo-container .btn-remove {
  top: 5px;
  right: 77px;
}
section.company-ex .photo-container .btn-arrow-left {
  top: 5px;
  right: 37px;
}
section.company-ex .photo-container .btn-arrow-right {
  top: 5px;
  right: 5px;
}
section.company-ex .work-detail .btn-remove {
  right: 150px;
}
section.company-ex .category.goods-detail .bottom a .btn-modal:hover {
  background-color: #014a6cbd;
}
section.categories .notice .btn-more:hover {
  background-color: #014a6cbd;
}
section.list-of-categories-adviser .btn-more:hover {
  background-color: #014a6cbd;
}
.croppie-container .cr-image {
  opacity: 0;
}
.text table {
  border-collapse: separate;
}
#frm-signinForm .forgottenPassword-text {
  position: relative;
  top: 11px;
  left: 13px;
  color: black;
  float: left;
}
.with-errors .has-error {
  overflow: auto;
}
.with-errors .has-error input,
.with-errors .has-error select,
.with-errors .has-error textarea {
  border: 1px solid red !important;
  box-shadow: 1px 1px 2px red !important;
}
.with-errors .has-error.textarea-container {
  border: 1px solid red !important;
  box-shadow: 1px 1px 2px red !important;
}
.with-errors .has-error.textarea-container .error {
  bottom: -20px;
}
.with-errors .has-error.textarea-container textarea {
  border: 0;
  box-shadow: 0;
}
.with-errors .has-error.has-error-select2 {
  padding-bottom: 17px;
}
.with-errors .has-error .select2-container--default {
  border: 1px solid red;
}
.with-errors .has-error .select2-container--default:focus {
  outline: none;
}
.with-errors .error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  color: red;
}
.with-errors .ckeditor-has-error .cke {
  border: 2px solid red;
}
.with-errors .ckeditor-error {
  font-size: 12px;
  color: red;
  position: absolute;
  bottom: 0;
}
.with-errors input {
  margin-bottom: 20px;
}
.with-errors textarea {
  margin-bottom: 15px;
}
.with-errors select {
  margin-bottom: 20px;
}
.with-errors .upload-photo {
  margin-bottom: 20px;
}
.with-errors .upload-photo span {
  text-decoration: underline;
}
.with-errors .upload-photo:hover {
  cursor: pointer;
}
.with-errors .upload-photo:hover span {
  text-decoration: none;
}
.with-errors .cke {
  margin-bottom: 20px;
}
#frm-signupUserForm .has-error,
#frm-signupCompanyForm .has-error {
  overflow: unset;
}
#frm-signupUserForm .has-error .upload-photo,
#frm-signupCompanyForm .has-error .upload-photo {
  padding-bottom: 20px;
  position: relative;
}
#frm-signupUserForm input[type=file],
#frm-signupCompanyForm input[type=file] {
  display: none;
}
.modal .modal-dialog .container {
  width: 100%;
}
.modal .modal-dialog .close {
  font-size: 38px;
  font-weight: 100;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 15px;
  color: #014a6c;
  z-index: 1;
  opacity: 1;
  text-shadow: none;
}
.modal .modal-dialog .modal-header,
.modal .modal-dialog .modal-footer {
  border: none;
  padding: 0;
}
.modal .modal-dialog .modal-body {
  padding-top: 40px;
}
.modal .modal-dialog .modal-body input:not([type='range']) {
  border: 1px solid #a6cfe2;
  box-shadow: 1px 1px 2px #808080;
  box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.2);
  padding-left: 5px;
}
.modal .modal-dialog .modal-body textarea {
  border: 1px solid #a6cfe2;
  resize: none;
}
.modal .modal-dialog .modal-footer {
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content {
  background-color: #f8f8f8;
  background-color: rgba(248, 248, 248, 0.9);
}
.modal .modal-dialog .btn-modal {
  background-image: none;
  background-color: #014a6c;
  color: white;
  float: right;
  text-shadow: none;
  border-radius: 0;
}
.modal .modal-dialog .btn-modal:hover {
  background-color: #014a6cbd;
}
#forgottenPasswordModal.modal .modal-dialog,
#login.modal .modal-dialog {
  width: 480px;
}
#forgottenPasswordModal.modal label,
#login.modal label {
  font-weight: normal;
}
#forgottenPasswordModal.modal input,
#login.modal input {
  width: 100%;
  margin-bottom: 20px;
}
#forgottenPasswordModal.modal .btn-modal,
#login.modal .btn-modal {
  margin-right: 15px;
}
#profilepicture.modal .upload-photo,
#companypicture.modal .upload-photo,
#addgallerypicture.modal .upload-photo,
#addGalleryModal.modal .upload-photo,
#addBlogModal .upload-photo,
#editBlogModal .upload-photo,
#addGoodsModal .upload-photo,
#editGoodsModal .upload-photo,
#addGoodsXMLModal .upload-photo {
  position: absolute;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
#profilepicture.modal .upload-photo img,
#companypicture.modal .upload-photo img,
#addgallerypicture.modal .upload-photo img,
#addGalleryModal.modal .upload-photo img,
#addBlogModal .upload-photo img,
#editBlogModal .upload-photo img,
#addGoodsModal .upload-photo img,
#editGoodsModal .upload-photo img,
#addGoodsXMLModal .upload-photo img {
  float: left;
}
#profilepicture.modal .upload-photo span,
#companypicture.modal .upload-photo span,
#addgallerypicture.modal .upload-photo span,
#addGalleryModal.modal .upload-photo span,
#addBlogModal .upload-photo span,
#editBlogModal .upload-photo span,
#addGoodsModal .upload-photo span,
#editGoodsModal .upload-photo span,
#addGoodsXMLModal .upload-photo span {
  line-height: 40px;
  margin-left: 8px;
  text-decoration: underline;
}
#profilepicture.modal .upload-photo:hover,
#companypicture.modal .upload-photo:hover,
#addgallerypicture.modal .upload-photo:hover,
#addGalleryModal.modal .upload-photo:hover,
#addBlogModal .upload-photo:hover,
#editBlogModal .upload-photo:hover,
#addGoodsModal .upload-photo:hover,
#editGoodsModal .upload-photo:hover,
#addGoodsXMLModal .upload-photo:hover {
  text-decoration: none;
}
#profilepicture.modal .upload-photo:hover span,
#companypicture.modal .upload-photo:hover span,
#addgallerypicture.modal .upload-photo:hover span,
#addGalleryModal.modal .upload-photo:hover span,
#addBlogModal .upload-photo:hover span,
#editBlogModal .upload-photo:hover span,
#addGoodsModal .upload-photo:hover span,
#editGoodsModal .upload-photo:hover span,
#addGoodsXMLModal .upload-photo:hover span {
  text-decoration: none;
}
#profilepicture.modal input[type="file"],
#companypicture.modal input[type="file"],
#addgallerypicture.modal input[type="file"],
#addGalleryModal.modal input[type="file"],
#addBlogModal input[type="file"],
#editBlogModal input[type="file"],
#addGoodsModal input[type="file"],
#editGoodsModal input[type="file"],
#addGoodsXMLModal input[type="file"] {
  display: none;
}
#addBlogModal .upload-photo,
#editBlogModal .upload-photo,
#addGoodsModal .upload-photo,
#editGoodsModal .upload-photo {
  position: static;
}
#addBlogModal .modal-dialog,
#editBlogModal .modal-dialog,
#addGoodsModal .modal-dialog,
#editGoodsModal .modal-dialog {
  width: 1000px;
}
#addGoodsXMLModal .upload-photo {
  position: static;
}
#addGoodsXMLModal .modal-dialog {
  width: 700px;
}
#editKeywordModal .modal-dialog {
  width: 500px;
}
.dotaz.modal .modal-dialog,
.poptatsluzbu.modal .modal-dialog,
.nabidnoutpraci.modal .modal-dialog {
  width: 900px;
}
.dotaz.modal .modal-dialog .modal-content .modal-body,
.poptatsluzbu.modal .modal-dialog .modal-content .modal-body,
.nabidnoutpraci.modal .modal-dialog .modal-content .modal-body {
  padding-top: 20px;
}
.dotaz.modal .label-input,
.poptatsluzbu.modal .label-input,
.nabidnoutpraci.modal .label-input {
  color: #4c4c4c;
}
.dotaz.modal select.name-skill,
.poptatsluzbu.modal select.name-skill,
.nabidnoutpraci.modal select.name-skill {
  max-width: 55%;
}
.dotaz.modal .name-skill,
.poptatsluzbu.modal .name-skill,
.nabidnoutpraci.modal .name-skill {
  color: #1485b9;
  font-weight: bold;
  font-size: 20px;
  margin-left: 5px;
}
.dotaz.modal .skiller,
.poptatsluzbu.modal .skiller,
.nabidnoutpraci.modal .skiller {
  float: right;
}
.dotaz.modal .skiller img,
.poptatsluzbu.modal .skiller img,
.nabidnoutpraci.modal .skiller img {
  width: 60px;
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  margin: 15px 5px 5px 0;
  position: relative;
  top: -15px;
}
.dotaz.modal .skiller .name-skiller,
.poptatsluzbu.modal .skiller .name-skiller,
.nabidnoutpraci.modal .skiller .name-skiller {
  color: #1485b9;
  font-weight: bold;
  font-size: 20px;
  float: right;
  margin-top: 15px;
}
.dotaz.modal .question-text,
.poptatsluzbu.modal .question-text,
.nabidnoutpraci.modal .question-text {
  position: relative;
  top: -15px;
}
.dotaz.modal textarea,
.poptatsluzbu.modal textarea,
.nabidnoutpraci.modal textarea {
  width: 100%;
  resize: none;
  height: 140px;
  border: 1px solid #a4d0e4;
  box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.2);
  padding: 5px;
}
.dotaz.modal input,
.poptatsluzbu.modal input,
.nabidnoutpraci.modal input {
  width: 100%;
  border: 1px solid #a4d0e4;
  box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.2);
}
.dotaz.modal .first,
.poptatsluzbu.modal .first,
.nabidnoutpraci.modal .first {
  padding: 0;
}
.dotaz.modal .second,
.poptatsluzbu.modal .second,
.nabidnoutpraci.modal .second {
  text-align: center;
}
.dotaz.modal .third,
.poptatsluzbu.modal .third,
.nabidnoutpraci.modal .third {
  padding-left: 0;
}
.dotaz.modal input[type="file"],
.poptatsluzbu.modal input[type="file"],
.nabidnoutpraci.modal input[type="file"] {
  display: none;
}
.dotaz.modal .upload-photo,
.poptatsluzbu.modal .upload-photo,
.nabidnoutpraci.modal .upload-photo {
  position: absolute;
  display: block;
  overflow: hidden;
  left: 27px;
}
.dotaz.modal .upload-photo img,
.poptatsluzbu.modal .upload-photo img,
.nabidnoutpraci.modal .upload-photo img {
  float: left;
}
.dotaz.modal .upload-photo span,
.poptatsluzbu.modal .upload-photo span,
.nabidnoutpraci.modal .upload-photo span {
  line-height: 40px;
  margin-left: 8px;
  text-decoration: underline;
}
.dotaz.modal .upload-photo:hover,
.poptatsluzbu.modal .upload-photo:hover,
.nabidnoutpraci.modal .upload-photo:hover {
  text-decoration: none;
  cursor: pointer;
}
.dotaz.modal .upload-photo:hover span,
.poptatsluzbu.modal .upload-photo:hover span,
.nabidnoutpraci.modal .upload-photo:hover span {
  text-decoration: none;
}
.dotaz.modal .podminky a,
.poptatsluzbu.modal .podminky a,
.nabidnoutpraci.modal .podminky a {
  color: #014a6c;
  text-decoration: underline;
}
.dotaz.modal .podminky .podminky-container,
.poptatsluzbu.modal .podminky .podminky-container,
.nabidnoutpraci.modal .podminky .podminky-container {
  /*display: block;*/
  position: relative;
  padding-left: 28px;
  margin: 7px 20px 0 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dotaz.modal .podminky .podminky-container.error .checkmark,
.poptatsluzbu.modal .podminky .podminky-container.error .checkmark,
.nabidnoutpraci.modal .podminky .podminky-container.error .checkmark {
  border-color: red;
}
.dotaz.modal .podminky .podminky-container:hover input ~ .checkmark,
.poptatsluzbu.modal .podminky .podminky-container:hover input ~ .checkmark,
.nabidnoutpraci.modal .podminky .podminky-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.dotaz.modal .podminky .podminky-container input,
.poptatsluzbu.modal .podminky .podminky-container input,
.nabidnoutpraci.modal .podminky .podminky-container input {
  width: auto;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.dotaz.modal .podminky .podminky-container input:checked ~ .checkmark:after,
.poptatsluzbu.modal .podminky .podminky-container input:checked ~ .checkmark:after,
.nabidnoutpraci.modal .podminky .podminky-container input:checked ~ .checkmark:after {
  display: block;
}
.dotaz.modal .podminky .podminky-container .checkmark,
.poptatsluzbu.modal .podminky .podminky-container .checkmark,
.nabidnoutpraci.modal .podminky .podminky-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 16px;
  background-color: white;
  border: 1px solid #a6cee0;
  box-shadow: 1px 1px 2px #808080;
  box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.2);
}
.dotaz.modal .podminky .podminky-container .checkmark:after,
.poptatsluzbu.modal .podminky .podminky-container .checkmark:after,
.nabidnoutpraci.modal .podminky .podminky-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: -1px;
  width: 7px;
  height: 12px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox {
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
.checkbox input[type=checkbox] {
  width: auto !important;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 16px;
  background-color: white;
  border: 1px solid #a6cee0;
  box-shadow: 1px 1px 2px #808080;
  box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.2);
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: -1px;
  width: 7px;
  height: 12px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#dotaz.modal input[type='text'] {
  margin: 20px;
}
.answer.modal .label-input {
  line-height: 40px;
}
.answer.modal textarea {
  resize: none;
  width: 100%;
  height: 150px;
}
.edit-profile.modal .modal-dialog {
  width: 1100px;
}
.edit-profile.modal .modal-dialog input {
  width: 100%;
}
.edit-profile.modal .modal-dialog input[type=file] {
  display: none;
}
.work.modal .modal-dialog {
  width: 900px;
}
#frm-followForm .spinner {
  display: none;
  background-color: #ffffff;
  background-color: #ffffffbd;
  z-index: 1;
}
#frm-followForm .spinner > div {
  top: 45%;
  background-color: black;
}
#chat .modal-dialog .modal-content {
  border-radius: 0;
  background-color: white;
}
#chat .modal-dialog .modal-content .chatter {
  display: none;
}
#chat .modal-dialog .modal-content .chatter .modal-header {
  background-color: #b2b2b2;
  color: white;
}
#chat .modal-dialog .modal-content .chatter .modal-header span {
  display: inline-block;
  margin: 5px 0px 5px 5px;
}
#chat .modal-dialog .modal-content .chatter .modal-header span strong {
  margin-left: 10px;
}
#chat .modal-dialog .modal-content .chatter .modal-header a.trash {
  position: absolute;
  top: 5px;
  right: 35px;
  background-image: url(../images/trash.png);
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 17px;
}
#chat .modal-dialog .modal-content .chatter .modal-header button.close {
  position: absolute;
  top: 13px;
  right: 5px;
  color: white;
  font-size: 30px;
}
#chat .modal-dialog .modal-content .chatter .modal-body {
  padding: 0;
  max-height: 400px;
  overflow: auto;
}
#chat .modal-dialog .modal-content .modal-footer {
  margin-bottom: 4px;
}
#chat button[type=submit] {
  margin-bottom: 5px;
}
#chat .chat-item {
  overflow: auto;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}
#chat .chat-item:hover {
  /* background-color: #b2b2b2;*/
}
#chat .chat-item.receiver-chat-item {
  background-color: #f4f1e7;
}
#chat .chat-item.new-message {
  border: none;
}
#chat .chat-item.new-message:hover {
  background-color: inherit;
}
#chat .chat-item.new-message textarea {
  resize: none;
  width: 100%;
  height: 100px;
  border-bottom: 2px solid #b2b2b2;
  border-top: 2px solid #b2b2b2;
  padding: 15px;
}
#chat .chat-item .left {
  float: left;
  width: 14%;
}
#chat .chat-item .left img {
  width: 80%;
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  margin: 5px;
}
#chat .chat-item .right {
  width: 86%;
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
}
#chat .chat-item .right .top {
  height: 20px;
}
#chat .chat-item .right .top .receiver-name {
  margin-right: 10px;
  font-weight: bold;
}
#chat .chat-item .right .top .time {
  font-weight: bold;
  font-size: 12px;
  color: #014a6c;
}
#chat #frm-newMessageForm .glyphicon-chevron-right {
  text-stroke: 1px #014a6c;
  -webkit-text-stroke: 2px #014a6c;
}
#chat #frm-newMessageForm button:hover .glyphicon-chevron-right {
  text-stroke: 1px #4c7588;
  -webkit-text-stroke: 2px #4c7588;
}
#basket.modal .with-errors .has-error {
  width: fit-content;
  float: right;
}
#basket.modal .modal-dialog {
  max-width: 780px;
  width: auto;
}
#basket.modal .modal-dialog .modal-body {
  padding: 0;
}
#basket.modal .kosik {
  font-weight: bold;
  margin: 5px;
  display: block;
  float: left;
  font-size: 20px;
}
#basket.modal .nakup {
  float: right;
  margin-right: 136px;
  color: #014a6c;
  line-height: 39px;
}
#basket.modal .warning-text {
  margin: 10px 0 0 0;
  text-align: center;
  font-weight: bold;
  color: red;
}
#basket.modal hr {
  border-color: #cecece;
}
#basket.modal .item-container {
  background-color: #dde5e9;
  padding: 5px;
  margin-bottom: 10px;
}
#basket.modal .item-container .pict {
  width: 60px;
  float: left;
}
#basket.modal .item-container img {
  width: 70px;
  margin: 8px;
}
#basket.modal .item-container .info {
  float: left;
  width: 150px;
  margin-top: 8px;
}
#basket.modal .item-container .info .polozka {
  width: 100%;
  display: inline-block;
}
#basket.modal .item-container .info .ks {
  width: 40px;
  height: 20px;
  text-align: right;
}
#basket.modal .item-container .info .text-blue {
  margin-left: 5px;
}
#basket.modal .item-container textarea {
  resize: none;
  width: 310px;
  height: 62px;
  margin-top: 8px;
  border: 1px solid #a6cfe2;
  box-shadow: 1px 1px 2px #808080;
  box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.2);
}
#basket.modal .item-container .person {
  float: right;
  width: 200px;
  line-height: 77px;
  position: relative;
}
#basket.modal .item-container .person img {
  width: 30px;
  border-radius: 57%;
  border: 2px solid #80808040;
}
#basket.modal .item-container .person .name {
  color: #1485b9;
  font-weight: bold;
}
#basket.modal .item-container .person .cross {
  color: #014a6c;
  font-size: 38px;
  font-weight: 100;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 45%;
  opacity: 0.5;
}
#basket.modal .item-container .person .cross:hover {
  text-decoration: none;
}
#basket.modal .addresses .total span {
  font-weight: bold;
  color: #014a6c;
  float: right;
  font-size: 20px;
}
#basket.modal .addresses label {
  line-height: 30px;
  margin-bottom: 0;
  font-weight: normal;
}
#basket.modal .addresses .input-text {
  float: right;
}
#basket.modal .addresses input {
  height: 30px;
}
#basket.modal .addresses .glyphicon-chevron-down {
  -webkit-text-stroke: 2px #ebeae9;
  text-stroke: 2px #ebeae9;
}
#basket.modal .addresses .slide-title {
  margin: 5px 0 5px 0;
  color: #014a6c;
}
#basket.modal .addresses .slide-title:hover {
  cursor: pointer;
}
#basket.modal .addresses .slide-title .glyphicon {
  margin: 0 10px 0 10px;
  font-size: 17px;
  top: 4px;
}
#basket.modal .addresses .slide-title hr {
  float: right;
  margin: 10px 0 10px 0;
}
#basket.modal .addresses .slide-content {
  display: none;
  width: 100%;
}
#basket.modal .modal-footer .podminky {
  margin: 16px 0 0 0;
  display: inline-block;
}
#basket.modal .modal-footer .podminky a {
  color: #014a6c;
  text-decoration: underline;
}
#basket.modal .modal-footer .podminky .podminky-container {
  /*display: block;*/
  position: relative;
  padding-left: 28px;
  margin: 7px 20px 0 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#basket.modal .modal-footer .podminky .podminky-container.error .checkmark {
  border-color: red;
}
#basket.modal .modal-footer .podminky .podminky-container:hover input ~ .checkmark {
  background-color: #ccc;
}
#basket.modal .modal-footer .podminky .podminky-container input {
  width: auto;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#basket.modal .modal-footer .podminky .podminky-container input:checked ~ .checkmark:after {
  display: block;
}
#basket.modal .modal-footer .podminky .podminky-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 16px;
  background-color: white;
  border: 1px solid #a6cee0;
  box-shadow: 1px 1px 2px #808080;
  box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.2);
}
#basket.modal .modal-footer .podminky .podminky-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: -1px;
  width: 7px;
  height: 12px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#basket.modal .modal-footer .btn-modal .glyphicon {
  -webkit-text-stroke: 2px #014a6c;
  text-stroke: 2px #014a6c;
  transition: all 0.2s;
}
#basket.modal .modal-footer .btn-modal:hover .glyphicon {
  transition: all 0.2s;
  -webkit-text-stroke: 2px #41748c;
  text-stroke: 2px #41748c;
}
#basket.modal .modal-footer .btn-modal.float-right {
  margin: 18px -14px 0 0;
}
#basket.modal .modal-footer .btn-modal.float-left {
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  position: relative;
  top: 0px;
}
#orderSuccess.modal {
  color: #014a6c;
}
#orderSuccess.modal .modal-dialog {
  width: 800px;
}
#orderSuccess.modal .thanks {
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}
#orderSuccess.modal .thanks .higher {
  font-size: 26px;
}
#orderSuccess.modal .merchant-container {
  margin: 30px auto 30px auto;
  width: fit-content;
  overflow: auto;
}
#orderSuccess.modal .merchant-container .merchant {
  text-align: center;
  float: left;
  margin-right: 50px;
}
#orderSuccess.modal .merchant-container .merchant:last-of-type {
  margin-right: 0;
}
#orderSuccess.modal .merchant-container .merchant .picture {
  display: block;
  margin: 0 auto;
  width: 100px;
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
}
section.homepage * {
  font-family: "Coolvetica";
  letter-spacing: 1px;
}
section.homepage .modal * {
  font-family: "Roboto";
  letter-spacing: 0px;
}
section.homepage .articles {
  padding-top: 50px;
  background: #f1e4cc;
  background: linear-gradient(90deg, #f1e4cc 0%, #ffffff 30%, #fbf7f0 70%, #f1e4cc 100%);
}
section.homepage .articles .type {
  margin-bottom: 20px;
}
section.homepage .articles .type.cb_vse .title-name {
  color: #a55e1a;
}
section.homepage .articles .type.cb_vse .content .main-title {
  color: #a55e1a;
}
section.homepage .articles .type.cb_vse .item {
  color: #a55e1a;
}
section.homepage .articles .type.sz_vse .title-name {
  color: #049b0f;
}
section.homepage .articles .type.sz_vse .content .main-title {
  color: #049b0f;
}
section.homepage .articles .type.sz_vse .item {
  color: #049b0f;
}
section.homepage .articles .type.sz_recepty .title-name {
  color: #ff0000;
}
section.homepage .articles .type.sz_recepty .content .main-title {
  color: #ff0000;
}
section.homepage .articles .type.sz_recepty .item {
  color: #ff0000;
}
section.homepage .articles .type.sz_mazlicci .title-name {
  color: #c63edb;
}
section.homepage .articles .type.sz_mazlicci .content .main-title {
  color: #c63edb;
}
section.homepage .articles .type.sz_mazlicci .item {
  color: #c63edb;
}
section.homepage .articles .type .article-title {
  margin-bottom: 20px;
  overflow: auto;
}
section.homepage .articles .type .article-title .title-name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  width: fit-content;
  width: -moz-fit-content;
  letter-spacing: 2px;
  float: left;
}
section.homepage .articles .type .article-title .dashes {
  background-image: url("../images/homepage_pomlcka.jpg");
  background-repeat: repeat-x;
  background-position: center;
  height: 25px;
  float: right;
}
section.homepage .articles .type .article-main {
  overflow: auto;
  clear: both;
}
section.homepage .articles .type .article-main .image {
  float: left;
  width: 250px;
  /* height: 250px; */
}
section.homepage .articles .type .article-main .image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  overflow: hidden;
}
section.homepage .articles .type .article-main .content {
  width: 60%;
  float: right;
  padding-left: 20px;
}
section.homepage .articles .type .article-main .content .main-title {
  font-size: 24px;
}
section.homepage .articles .type .article-main .content .text {
  color: #000000;
  font-family: "Roboto";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 10px;
}
section.homepage .articles .type .article-main .content .read {
  text-transform: uppercase;
  background-color: #082d3e;
  color: white;
  padding: 7px 14px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
section.homepage .articles .type .article-main .content .read:after {
  content: ">";
  margin-left: 5px;
}
section.homepage .articles .type .article-main .content .read:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}
section.homepage .articles .type .item {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
section.homepage .articles .type .item:first-of-type {
  margin-top: 20px;
}
section.homepage .articles .category-container {
  border-top-style: solid;
  border-top-width: 8px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 8px 4px #c7c7c7;
  background-color: white;
}
section.homepage .articles .category-container.lide {
  border-top-color: #dbbb59;
}
section.homepage .articles .category-container.lide .newest-category .newest-title {
  background-color: #dbbb59;
}
section.homepage .articles .category-container.lide .newest-category .item-row .second-column ul li::before {
  color: #dbbb59;
}
section.homepage .articles .category-container.lide .newest-category .item-row .second-column .href {
  color: #dbbb59;
  border-color: #dbbb59;
}
section.homepage .articles .category-container.lide .newest-category .item-row .second-column .href:hover {
  background-color: #dbbb59;
}
section.homepage .articles .category-container.firmy {
  border-top-color: #86ce8d;
}
section.homepage .articles .category-container.firmy .newest-category .newest-title {
  background-color: #86ce8d;
}
section.homepage .articles .category-container.firmy .newest-category .item-row .second-column ul li::before {
  color: #86ce8d;
}
section.homepage .articles .category-container.firmy .newest-category .item-row .second-column .href {
  color: #86ce8d;
  border-color: #86ce8d;
}
section.homepage .articles .category-container.firmy .newest-category .item-row .second-column .href:hover {
  background-color: #86ce8d;
}
section.homepage .articles .category-container.zbozi {
  border-top-color: #cea284;
}
section.homepage .articles .category-container.zbozi .newest-category .newest-title {
  background-color: #cea284;
}
section.homepage .articles .category-container.zbozi .newest-category .item-row .second-column .price {
  font-size: 18px;
}
section.homepage .articles .category-container.zbozi .newest-category .item-row .second-column .href {
  color: #cea284;
  border-color: #cea284;
  float: right;
  margin-right: 10px;
}
section.homepage .articles .category-container.zbozi .newest-category .item-row .second-column .href:hover {
  background-color: #cea284;
}
section.homepage .articles .category-container.poradna {
  border-top-color: #a6a6f0;
}
section.homepage .articles .category-container.poradna .newest-category .newest-title {
  background-color: #a6a6f0;
}
section.homepage .articles .category-container.poradna .newest-category .item-row .second-column ul li::before {
  color: #a6a6f0;
}
section.homepage .articles .category-container.poradna .newest-category .item-row .second-column .href {
  color: #a6a6f0;
  border-color: #a6a6f0;
}
section.homepage .articles .category-container.poradna .newest-category .item-row .second-column .href:hover {
  background-color: #a6a6f0;
}
section.homepage .articles .category-container.prace {
  border-top-color: #92cad3;
}
section.homepage .articles .category-container.prace .newest-category .newest-title {
  background-color: #92cad3;
}
section.homepage .articles .category-container.prace .newest-category .item-row .second-column .href {
  color: #92cad3;
  border-color: #92cad3;
}
section.homepage .articles .category-container.prace .newest-category .item-row .second-column .href:hover {
  background-color: #92cad3;
}
section.homepage .articles .category-container .category-title {
  padding: 10px;
  overflow: auto;
}
section.homepage .articles .category-container .category-title .title-name {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  top: 4px;
  color: inherit;
}
section.homepage .articles .category-container .category-title .title-name .badge {
  position: relative;
  top: -3px;
  left: 2px;
  background-color: #fa8608;
  font-weight: normal;
  border-radius: 0;
}
section.homepage .articles .category-container .category-title .text-grey {
  font-size: 22px;
  position: relative;
  top: 4px;
  color: #a4a4a4;
  font-family: Roboto;
  font-weight: 300;
  letter-spacing: 0;
  float: right;
  width: calc(100% - 160px);
}
section.homepage .articles .category-container .category-title .grey-title-name {
  font-size: 22px;
  position: relative;
  top: 4px;
  color: #a4a4a4;
  font-family: Roboto;
  font-weight: 300;
  letter-spacing: 0;
}
section.homepage .articles .category-container .shadow {
  height: 30px;
  background-image: url(../images/bar-horizontal.png);
  background-size: 100% 29px;
  background-repeat: no-repeat;
}
section.homepage .articles .category-container .list {
  overflow: hidden;
  height: 100px;
}
section.homepage .articles .category-container .list a {
  display: inline-block;
  width: 100%;
  color: #082d3e;
  line-height: 25px;
  font-family: "Roboto";
  letter-spacing: 0;
}
section.homepage .articles .category-container .show-more {
  display: block;
  width: 100%;
  height: 40px;
}
section.homepage .articles .category-container .show-more .glyphicon-chevron-down-dk {
  background-image: url(../images/chevron-down.png);
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
section.homepage .articles .category-container .newest-category {
  border-top: 2px solid #f0f0f0;
  padding-top: 3px;
}
section.homepage .articles .category-container .newest-category * {
  font-family: "Roboto";
  letter-spacing: 0;
}
section.homepage .articles .category-container .newest-category .newest-title {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 15px;
  width: fit-content;
  width: -moz-fit-content;
  font-family: "Roboto";
  margin-bottom: 10px;
  margin-left: 5px;
}
section.homepage .articles .category-container .newest-category .item-row {
  overflow: auto;
}
section.homepage .articles .category-container .newest-category .item-row .first-column {
  width: 25%;
  float: left;
  padding: 20px 0 20px 20px;
}
section.homepage .articles .category-container .newest-category .item-row .first-column img {
  width: 100%;
  border-radius: 50%;
}
section.homepage .articles .category-container .newest-category .item-row .second-column {
  width: 75%;
  float: left;
  padding: 20px 0 20px 20px;
}
section.homepage .articles .category-container .newest-category .item-row .second-column .name {
  font-weight: bold;
  font-size: 16px;
  color: #082d3e;
}
section.homepage .articles .category-container .newest-category .item-row .second-column .name.uppercase {
  text-transform: uppercase;
}
section.homepage .articles .category-container .newest-category .item-row .second-column ul {
  padding-left: 10px;
  list-style: none;
}
section.homepage .articles .category-container .newest-category .item-row .second-column ul li::before {
  content: "\25AA";
  position: relative;
  left: -10px;
  top: 4px;
  font-size: 26px;
  line-height: 16px;
}
section.homepage .articles .category-container .newest-category .item-row .second-column .price {
  line-height: 50px;
}
section.homepage .articles .category-container .newest-category .item-row .second-column .price .value {
  font-weight: bold;
}
section.homepage .articles .category-container .newest-category .item-row .second-column .href {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Roboto";
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
section.homepage .articles .category-container .newest-category .item-row .second-column .href::after {
  content: ">";
  padding-left: 5px;
}
section.homepage .articles .category-container .newest-category .item-row .second-column .href:hover {
  text-decoration: none;
  color: white;
  transition: 0.2s ease-in-out;
}
section.homepage .coffee {
  background-color: #f1e4cc;
  box-shadow: 0px 1px 25px grey;
  position: relative;
}
section.homepage h1.title {
  text-align: center;
  font-size: 94px;
  margin-top: 50px;
  color: #443d34;
}
section.homepage h2 {
  color: #4c4c4c;
  font-size: 50px;
  margin-bottom: 20px;
}
section.homepage h2.title {
  text-align: center;
  font-size: 55px;
  margin-top: 10px;
  color: #443d34;
}
section.homepage .btn-poradna {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto 20px auto;
  background-color: #f1e4cc;
  border-radius: 25px;
  padding: 15px 25px 15px 25px;
  color: black;
  font-family: "Coolvetica";
  font-weight: black;
  font-size: 24px;
  border: 1px solid #dbbb59;
}
section.homepage .btn-poradna:hover {
  background-color: #dbbb59;
  text-decoration: none;
}
section.homepage .btn-contact {
  display: inline-block;
  background-color: #082d3e;
  color: white;
  border-radius: 25px;
  padding: 15px 25px 15px 25px;
  /*border: 2px solid #082d3e;*/
  transition: all 0.2s ease-in-out;
}
section.homepage .btn-contact:hover {
  text-decoration: none;
  transition: all 0.2s;
  background-color: #082d3edf;
}
section.homepage .intro {
  background-image: url("../images/bg-main.jpg");
  background-size: cover;
  min-height: 69vh;
  background-position: center;
}
section.homepage .intro .category-container {
  display: block;
  background-image: url("../images/bg_container.jpg");
  background-size: cover;
  height: auto;
  margin-bottom: 50px;
  margin-top: 150px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  position: relative;
}
section.homepage .intro .category-container.lide {
  border-top: 8px solid #dbbb59;
  background-color: #dbbb59;
}
section.homepage .intro .category-container.firmy {
  border-top: 8px solid #86ce8d;
  background-color: #86ce8d;
}
section.homepage .intro .category-container.zbozi {
  border-top: 8px solid #cea284;
  background-color: #cea284;
}
section.homepage .intro .category-container.prace {
  border-top: 8px solid #92cad3;
  background-color: #92cad3;
}
section.homepage .intro .category-container .icon {
  display: block;
  margin: 0 auto;
  width: 50px;
}
section.homepage .intro .category-container .name {
  display: inline-block;
  color: black;
  font-weight: bold;
  font-size: 24px;
  margin: 10px 0 15px 0;
}
section.homepage .intro .category-container .separator {
  width: 100%;
  height: 20px;
  background-image: url("../images/bar-horizontal.png");
  background-repeat: no-repeat;
  background-position: center;
}
section.homepage .intro .category-container .list {
  margin: 10px 20px 10px 20px;
  height: 200px;
  overflow: hidden;
}
section.homepage .intro .category-container .list a {
  display: inline-block;
  width: 100%;
  color: #082d3e;
  line-height: 25px;
  font-family: "Roboto";
  letter-spacing: 0;
}
section.homepage .intro .category-container .show-more {
  display: block;
  width: 100%;
  height: 40px;
}
section.homepage .intro .category-container .show-more .glyphicon-chevron-down-dk {
  background-image: url(../images/chevron-down.png);
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
section.homepage .intro .category-container.poradna {
  height: 80px;
  margin-top: 0;
  border-top: 8px solid #a6a6f0;
}
section.homepage .intro .category-container.poradna .icon {
  display: inline-block;
  margin: auto;
  width: 50px;
  position: absolute;
  /* float: left; */
  left: 30px;
  top: 9px;
}
section.homepage .intro .category-container.poradna .name {
  position: relative;
  top: 8px;
}
section.homepage .intro .category-container.poradna:hover ~ .bubble-adviser-container {
  display: block;
}
section.homepage .intro .bubble-adviser-container {
  display: none;
  position: absolute;
  top: 15%;
  left: 108%;
  width: fit-content;
  background-color: #ffffff;
  background-color: #ffffffcf;
  padding: 10px;
  min-height: 50px;
  box-shadow: 3px 3px 5px #6e6868;
}
section.homepage .intro .bubble-adviser-container .triangle {
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #ffffff;
  border-right: 25px solid #ffffffcf;
  position: absolute;
  height: 100%;
  width: 25px;
  left: -25px;
  top: 0;
}
section.homepage .intro .bubble-adviser-container .text {
  color: #082d3e;
  font-family: "Roboto";
  letter-spacing: 0;
  position: relative;
  top: 8px;
  width: 280px;
  margin: 0 40px;
}
section.homepage .section {
  padding-top: 50px;
}
section.homepage .section h1 {
  color: #4c4c4c;
  font-size: 50px;
  margin-bottom: 20px;
}
section.homepage .section ul li {
  color: #082d3e;
  font-size: 30px;
}
section.homepage .section .text {
  color: #4c4c4c;
  font-size: 33px;
}
section.homepage .section img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
section.homepage .section .btn-contact {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 80px;
}
section.homepage .kucharka {
  background-image: url("../images/kucharka.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
section.homepage .kukaci {
  background-image: url("../images/kukaci.png");
  background-position: center;
  background-size: cover;
}
.list-of-categories .intro {
  background-image: url("../images/bg-main.jpg");
  background-size: cover;
  min-height: 69vh;
  background-position: center;
}
.list-of-categories .btn-add {
  position: static;
  width: fit-content;
  width: -moz-fit-content;
  margin: 25px auto;
}
.list-of-categories .filter-area {
  margin-top: 50px;
}
.list-of-categories .filter-area .filter-container {
  float: left;
  position: relative;
}
.list-of-categories .filter-area .filter-container input {
  height: 35px;
  padding-left: 5px;
}
.list-of-categories .filter-area .float-right .filter-container {
  margin-left: 10px;
}
.list-of-categories .filter-area .float-right .filter-container .glyphicon-chevron-down {
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  color: #4c4c4c;
  position: relative;
  top: 2px;
}
.list-of-categories .filter-area .float-right .filter-container .dropdown-menu {
  min-width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 0;
  border-color: #d8d8d8;
}
.list-of-categories .filter-area .float-right .filter-container .btn-filter {
  background-image: none;
  background-color: white;
  text-shadow: none;
  border-radius: 0;
  color: #4c4c4c;
  border-color: #d8d8d8;
}
.list-of-categories .filter-area label {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -25px;
}
.list-of-categories h2 {
  float: left;
  color: #4c4c4c;
  font-weight: bold;
  font-size: 34px;
  margin: 30px 20px 10px 25%;
}
.list-of-categories h3 {
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #4c4c4c;
  font-size: 22px;
}
.list-of-categories .other-category,
.list-of-categories .separator {
  color: #1485b9;
  font-weight: bold;
  font-size: 23px;
  margin-top: 34px;
  display: inline-block;
}
.list-of-categories .category-container {
  display: block;
  position: relative;
  background-color: black;
  background-color: #00000059;
  margin-top: 10px;
  transition: all 0.2s;
  min-height: 50px;
}
.list-of-categories .category-container:hover {
  background-color: black;
  transition: all 0.2s;
  text-decoration: none;
}
.list-of-categories .category-container .category-item {
  display: block;
  width: 90%;
  height: 100%;
  color: white;
  float: left;
}
.list-of-categories .category-container .category-item:hover {
  text-decoration: none;
}
.list-of-categories .category-container .category-item .category-img {
  position: absolute;
  width: 50px;
  height: 50px;
}
.list-of-categories .category-container .category-item .category-img .icon {
  display: block;
  height: 50px;
  padding: 10px;
  margin: 0 auto;
  font-size: 30px;
}
.list-of-categories .category-container .category-item .title {
  margin-left: 60px;
  line-height: 50px;
}
.list-of-categories .category-container a:hover {
  text-decoration: none;
}
.list-of-categories .category-container .glyphicon {
  text-align: center;
  color: white;
}
.list-of-categories .category-container .glyphicon:hover {
  text-decoration: none;
}
.list-of-categories .category-container .glyphicon.glyphicon-chevron-down {
  width: 10%;
  height: 100%;
  line-height: 50px;
}
.list-of-categories .category-container .glyphicon.glyphicon-remove {
  width: 10%;
  height: 100%;
  line-height: 50px;
}
.list-of-categories .category-container .subsubcategories-container {
  display: none;
  padding: 20px;
}
.list-of-categories .category-container .subsubcategories-container span {
  color: white;
}
.list-of-categories .category-container .subsubcategories-container span a {
  color: white;
}
.list-of-categories-adviser .header {
  background-color: #f1e4cc;
  position: relative;
  z-index: 0;
}
.list-of-categories-adviser .header .title {
  display: block;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  margin: 40px auto 20px auto;
}
.list-of-categories-adviser .header .title:hover {
  text-decoration: none;
}
.list-of-categories-adviser .header .title img {
  position: absolute;
  right: -51px;
  top: -15px;
}
.list-of-categories-adviser .header .title h1 {
  font-family: "Roboto Slab";
  font-weight: bold;
  color: #009ccc;
  text-transform: uppercase;
  font-size: 55px;
  margin: 0;
}
.list-of-categories-adviser .header .title h2 {
  font-family: "Coolvetica";
  color: #8c867c;
  text-align: right;
  margin: 0;
}
.list-of-categories-adviser .header .advice-text {
  text-align: center;
  margin: 24px 0;
}
.list-of-categories-adviser .header .advice-text a {
  display: inline-block;
  background-color: #014a6c;
  padding: 3px 20px 0px 20px;
  margin-left: 10px;
  font-weight: bold;
  color: white;
  transition: all 0.2s;
}
.list-of-categories-adviser .header .advice-text a:hover {
  text-decoration: none;
  background-color: #014a6cbd;
  transition: all 0.2s;
}
.list-of-categories-adviser .header .advice-text a:hover .glyphicon {
  transition: all 0.2s;
  -webkit-text-stroke: 1px #3e7185;
  -text-stroke: 1px #3e7185;
}
.list-of-categories-adviser .header .advice-text a .glyphicon {
  transition: all 0.2s;
  -webkit-text-stroke: 1px #014a6c;
  -text-stroke: 1px #014a6c;
}
.list-of-categories-adviser .intro {
  background-image: url(../images/bg-adviser-categories.png);
  background-size: 100% auto;
  /* height: 746px; */
  background-repeat: no-repeat;
  background-position: top;
  background-color: white;
}
.list-of-categories-adviser .intro .categories-adviser {
  box-shadow: 0 -120px 500px 110px #ffffff;
  background-color: #ffffffc7;
}
.list-of-categories-adviser .intro.no-background {
  background: none;
}
.list-of-categories-adviser .btn-add {
  position: static;
  width: fit-content;
  width: -moz-fit-content;
  margin: 25px auto;
}
.list-of-categories-adviser .category-container {
  position: relative;
}
.list-of-categories-adviser .category-container:first-of-type {
  /*margin-top: 15px;*/
}
.list-of-categories-adviser .category-container a.modal-button:hover {
  text-decoration: none;
}
.list-of-categories-adviser .category-container .glyphicon.glyphicon-chevron-down {
  text-stroke: 4px white;
  -webkit-text-stroke: 4px white;
  position: absolute;
  left: 0;
  font-size: 28px;
}
.list-of-categories-adviser .category-container .glyphicon.glyphicon-chevron-right {
  text-stroke: 4px white;
  -webkit-text-stroke: 4px white;
  position: absolute;
  left: 0;
  font-size: 28px;
}
.list-of-categories-adviser .category-container .glyphicon-dk {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
.list-of-categories-adviser .category-container .glyphicon-dk.glyphicon-chevron-right-dk {
  background-image: url("../images/chevron-right-blue-dk.png");
  background-position-x: 7px;
}
.list-of-categories-adviser .category-container .glyphicon-dk.glyphicon-chevron-down-dk {
  background-image: url("../images/chevron-down-blue-dk.png");
  background-position-y: 7px;
}
.list-of-categories-adviser .category-container .category-item {
  color: #1485b9;
  font-size: 24px;
  padding-left: 40px;
  position: relative;
  margin-left: 10px;
}
.list-of-categories-adviser .category-container .category-item:hover {
  text-decoration: none;
}
.list-of-categories-adviser .category-container .category-item .dropdown-toggle {
  text-shadow: none;
  background-image: none;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.list-of-categories-adviser .category-container .dropdown-menu {
  margin: 0;
  border-radius: 0;
  border: 0;
  padding: 15px 10px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.list-of-categories-adviser .category-container .dropdown-menu li a {
  color: white;
  padding: 3px 10px;
}
.list-of-categories-adviser .category-container .dropdown-menu li a:hover {
  color: black;
  background-color: white;
  background-image: none;
}
.list-of-categories-adviser .category-container .category-item-2 {
  color: #1485b9;
  font-size: 24px;
}
.list-of-categories-adviser .category-container .subsubcategory-name {
  color: #082d3e;
  font-size: 22px;
  margin-left: 30px;
}
.list-of-categories-adviser .category-container .subsubcategories-container {
  display: none;
  overflow: auto;
  padding-top: 20px;
}
.list-of-categories-adviser .category-container .subsubcategories-container a {
  color: black;
  font-size: 16px;
  display: block;
  margin-left: 24px;
}
.list-of-categories-adviser .category-container .subsubcategories-container a .modal-button {
  display: inline-block;
  margin-left: 0;
}
.list-of-categories-adviser .category-container hr {
  margin: 15px 0;
  border-color: #d4c2b8;
}
.list-of-categories-adviser .adviser-container {
  background-color: #ebebeb;
  overflow: auto;
  padding: 20px;
  display: block;
}
.list-of-categories-adviser .adviser-container .first {
  float: left;
  margin-right: 20px;
}
.list-of-categories-adviser .adviser-container .first img {
  width: 110px;
  border-radius: 50%;
}
.list-of-categories-adviser .adviser-container .second {
  float: left;
  width: 66%;
}
.list-of-categories-adviser .adviser-container .second .name {
  color: #1485b9;
  font-size: 24px;
  font-weight: bold;
}
.list-of-categories-adviser .adviser-container .second .text {
  color: black;
}
.list-of-categories-adviser .adviser-container .second .tags {
  margin: 20px 0 10px 0;
  min-height: 110px;
}
.list-of-categories-adviser .adviser-container .second .tags .tag {
  margin: 0 10px 10px 0;
  display: inline-block;
  background-color: #f5f5f5;
  color: #1485b9;
  border-radius: 2px;
  padding: 4px 7px;
  text-transform: uppercase;
}
.list-of-categories-adviser .adviser-container .second .tags .tag:hover {
  cursor: default;
}
.list-of-categories-adviser .adviser-container .second .tags .tag:last-child {
  margin-right: 0;
}
.list-of-categories-adviser .adviser-container .second .bottom .dotaz-href {
  padding: 8px 20px 8px 12px;
  background-color: white;
  float: left;
  margin-right: 10px;
}
.list-of-categories-adviser .adviser-container .second .bottom .dotaz-href:hover {
  text-decoration: none;
}
.list-of-categories-adviser .adviser-container .second .bottom .dotaz-href img {
  width: 30px;
  margin-right: 20px;
}
.list-of-categories-adviser .adviser-container .second .bottom .dotaz-href .text {
  color: #1485b9;
  font-weight: bold;
}
.list-of-categories-adviser .adviser-container .second .bottom .detail {
  background-color: #014a6c;
  padding: 13px 40px 12px 30px;
  float: left;
  font-weight: bold;
  color: white;
  position: relative;
  transition: all 0.2s;
}
.list-of-categories-adviser .adviser-container .second .bottom .detail:hover {
  text-decoration: none;
  background-color: #014a6cbd;
  transition: all 0.2s;
}
.list-of-categories-adviser .adviser-container .second .bottom .detail:hover .glyphicon-chevron-right {
  transition: all 0.2s;
  text-stroke: 2px #3d738d;
  -webkit-text-stroke: 2px #3d738d;
}
.list-of-categories-adviser .adviser-container .second .bottom .detail .glyphicon-chevron-right {
  transition: all 0.2s;
  font-size: 18px;
  text-stroke: 2px #3d738d;
  -webkit-text-stroke: 2px #014a6c;
  position: absolute;
  top: 13px;
  right: 10px;
}
.list-of-categories-adviser .adviser-container .third {
  float: right;
}
.list-of-categories-adviser .adviser-container .third .glyphicon-chevron-right {
  font-size: 32px;
  text-stroke: 4px #ebebeb;
  -webkit-text-stroke: 4px #ebebeb;
  color: #686868;
}
.list-of-categories-adviser h3 {
  margin-left: 10px;
  color: #082832;
  font-weight: bold;
}
.list-of-categories-adviser h3 span {
  color: #1485b9;
}
.list-of-categories-adviser .question-container {
  margin: 0 -5px 15px -5px;
  background-color: #f7f0e3;
  padding: 20px;
}
.list-of-categories-adviser .question-container .question {
  min-height: 37px;
}
.list-of-categories-adviser .question-container .answer-container {
  background-color: white;
  border-radius: 10px;
  overflow: auto;
  margin-top: 10px;
  padding: 20px;
}
.list-of-categories-adviser .question-container .answer-container .left {
  width: 20%;
  text-align: center;
  float: left;
}
.list-of-categories-adviser .question-container .answer-container .left img {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 10px;
}
.list-of-categories-adviser .question-container .answer-container .left .name {
  color: #1485b9;
  font-weight: bold;
}
.list-of-categories-adviser .question-container .answer-container .right {
  width: 80%;
  float: right;
  padding: 0 15px;
}
.list-of-categories-adviser .question-container .answer-container .right a {
  color: inherit;
}
.list-of-categories-adviser .question-container .answer-container .right a:hover {
  text-decoration: none;
}
nav.nav-categories {
  padding-top: 20px;
  padding-bottom: 10px;
  min-height: 120px;
  background-color: #f1e4cc;
}
nav.nav-categories .main {
  line-height: 100px;
  width: 50%;
  float: left;
}
nav.nav-categories .main .dropdown {
  float: left;
}
nav.nav-categories .main .dropdown .dropdown-toggle {
  text-shadow: none;
  background-image: none;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
nav.nav-categories .main .dropdown .dropdown-toggle:hover,
nav.nav-categories .main .dropdown .dropdown-toggle:focus {
  background-color: transparent;
  outline: none;
}
nav.nav-categories .main .dropdown .dropdown-toggle .glyphicon-chevron-left,
nav.nav-categories .main .dropdown .dropdown-toggle .glyphicon-chevron-down {
  display: inline-block;
  -webkit-text-stroke: 7px #f1e4cc;
  text-stroke: 11px #f1e4cc;
  color: #48453f;
  cursor: pointer;
  font-size: 40px;
  width: 40px;
}
nav.nav-categories .main .dropdown .dropdown-menu {
  margin: 0;
  border-radius: 0;
  border: 0;
  padding: 15px 10px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
nav.nav-categories .main .dropdown .dropdown-menu li a {
  color: white;
  padding: 3px 10px;
}
nav.nav-categories .main .dropdown .dropdown-menu li a:hover {
  color: black;
  background-color: white;
  background-image: none;
}
nav.nav-categories .main .main-category {
  font-weight: bold;
  color: #48453f;
  font-size: 40px;
}
nav.nav-categories .main .main-category:hover {
  text-decoration: none;
}
nav.nav-categories .subcategories {
  float: left;
}
nav.nav-categories .subcategories .subcategories-container {
  margin: 30px 0 30px 30px;
}
nav.nav-categories .subcategories .subcategories-container a {
  color: #014a6c;
  font-weight: bold;
  margin-right: 20px;
}
nav.nav-categories .subcategories .subcategories-container a.active {
  text-decoration: underline;
}
section.categories {
  min-height: 69vh;
}
section.categories.lide-cat .item-container {
  background-image: url(../images/categoryitemlide_background.png);
  background-size: 100% 100%;
}
section.categories.lide-cat .item-container:first-child {
  margin-top: 0;
}
section.categories.lide-cat .item-container .questions.no-badge .line {
  margin-bottom: 25px;
}
section.categories.lide-cat .item-container .questions .line {
  margin: 8px;
}
section.categories.lide-cat .item-container .questions .line.badge-line {
  position: relative;
  padding-top: 8px;
  /*margin-top: 0px;*/
}
section.categories.lide-cat .item-container .questions .line.badge-line .badge {
  position: absolute;
  top: 1px;
  left: 24px;
  background-color: #fa8608;
  padding: 0px 6px;
  color: white;
  border-radius: 60%;
  font-size: 12px;
  line-height: 18px;
  min-width: auto;
  font-weight: normal;
}
section.categories.firmy-cat .item-container {
  background-image: url(../images/categoryitemfirmy_background.png);
  background-size: 100% 100%;
}
section.categories.firmy-cat .item-container:first-child {
  margin-top: 0;
}
section.categories.firmy-cat .item-container .profil {
  height: 100%;
  position: relative;
  min-height: 210px;
}
section.categories.firmy-cat .item-container .profil .first-column .profilovka {
  border-radius: 0;
  border: none;
}
section.categories.firmy-cat .item-container .profil .first-column .profilovka.firmy {
  border-radius: 0;
  border: none;
}
section.categories.firmy-cat .item-container .profil .first-column .dk {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: 60px;
}
section.categories.firmy-cat .item-container .profil .second-column .stars {
  width: fit-content;
  width: -moz-fit-content;
  position: absolute;
  bottom: 24px;
}
section.categories.firmy-cat .item-container .profil .second-column .stars .star {
  height: 20px;
  width: 20px;
  float: left;
  background-repeat: no-repeat;
  margin-right: 5px;
  background-image: url('../images/star-empty.png');
  background-size: contain;
}
section.categories.firmy-cat .item-container .profil .second-column .stars .star:last-child {
  margin-right: 0;
}
section.categories.firmy-cat .item-container .profil .second-column .stars .star.full {
  background-image: url('../images/star-full.png');
}
section.categories.firmy-cat .item-container .questions.no-badge .line {
  margin-bottom: 25px;
}
section.categories.firmy-cat .item-container .questions .line {
  margin: 8px;
}
section.categories.firmy-cat .item-container .questions .line.badge-line {
  position: relative;
  padding-top: 8px;
  /*margin-top: 0px;*/
}
section.categories.firmy-cat .item-container .questions .line.badge-line .badge {
  position: absolute;
  top: 1px;
  left: 24px;
  background-color: #fa8608;
  padding: 0px 6px;
  color: white;
  border-radius: 60%;
  font-size: 12px;
  line-height: 18px;
  min-width: auto;
  font-weight: normal;
}
section.categories.zbozi-cat .filter-area {
  margin-top: 50px;
}
section.categories.zbozi-cat .filter-area .filter-container {
  float: left;
  position: relative;
}
section.categories.zbozi-cat .filter-area .filter-container input {
  height: 35px;
  padding-left: 5px;
}
section.categories.zbozi-cat .filter-area .float-right .range-container {
  float: left;
  margin-top: 40px;
}
section.categories.zbozi-cat .filter-area .float-right .range-container .range-container-item {
  float: left;
  position: relative;
  margin-left: 15px;
}
section.categories.zbozi-cat .filter-area .float-right .range-container .range-container-item .price-range-input {
  border: 1px solid #d8d8d8;
  height: 35px;
}
section.categories.zbozi-cat .filter-area .float-right .filter-container {
  margin-top: 40px;
  margin-left: 10px;
}
section.categories.zbozi-cat .filter-area .float-right .filter-container .glyphicon-chevron-down {
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  color: #4c4c4c;
  position: relative;
  top: 2px;
}
section.categories.zbozi-cat .filter-area .float-right .filter-container .dropdown-menu {
  min-width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 0;
  border-color: #d8d8d8;
}
section.categories.zbozi-cat .filter-area .float-right .filter-container .btn-filter {
  background-image: none;
  background-color: white;
  text-shadow: none;
  border-radius: 0;
  color: #4c4c4c;
  border-color: #d8d8d8;
}
section.categories.zbozi-cat .filter-area label {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -25px;
}
section.categories.zbozi-cat hr {
  border-color: #d8d8d8;
}
section.categories.zbozi-cat .label-category {
  margin-top: 0;
}
section.categories.zbozi-cat .zbozi-container {
  border: 1px solid #a6b3b9;
  color: #4c4c4c;
  margin: 0px 0 20px 0;
  display: block;
}
section.categories.zbozi-cat .zbozi-container .main-picture {
  width: 90%;
  margin: 20px;
}
section.categories.zbozi-cat .zbozi-container .author {
  margin: 0px 0 5% 10%;
  overflow: auto;
}
section.categories.zbozi-cat .zbozi-container .author img {
  width: 35px;
  float: left;
  margin-right: 5px;
}
section.categories.zbozi-cat .zbozi-container .author .author-name {
  font-size: 10px;
  display: inline-grid;
}
section.categories.zbozi-cat .zbozi-container .right {
  min-height: 230px;
  position: relative;
}
section.categories.zbozi-cat .zbozi-container .right .title {
  color: #1485b9;
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}
section.categories.zbozi-cat .zbozi-container .right .bottom {
  position: absolute;
  bottom: 5px;
  width: 90%;
}
section.categories.zbozi-cat .zbozi-container .right .bottom hr {
  margin: 5px 0 5px 0;
  border-color: #bdbdbd;
}
section.categories.zbozi-cat .zbozi-container .right .bottom .price {
  font-size: 26px;
  font-weight: bold;
}
section.categories.zbozi-cat .zbozi-container .right .bottom .arrow {
  color: #bdbdbd;
  float: right;
  position: relative;
  top: 4px;
}
section.categories.zbozi-cat .zbozi-container .right .bottom .arrow .glyphicon-chevron-right {
  font-size: 34px;
  -webkit-text-stroke: 4px white;
  text-stroke: 4px white;
}
section.categories.prace-cat .filter-area {
  margin-top: 50px;
}
section.categories.prace-cat .filter-area .filter-container {
  float: left;
  position: relative;
}
section.categories.prace-cat .filter-area .filter-container input {
  height: 35px;
  padding-left: 5px;
}
section.categories.prace-cat .filter-area .filter-container .select2--city {
  width: 200px;
}
section.categories.prace-cat .filter-area .filter-container .select2-category {
  width: 138px;
}
section.categories.prace-cat .filter-area .filter-container .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 34px;
  border-color: #d8d8d8;
}
section.categories.prace-cat .filter-area .filter-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
}
section.categories.prace-cat .filter-area .filter-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
}
section.categories.prace-cat .filter-area .filter-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  color: #4c4c4c;
  position: relative;
  top: 7px;
  border: 0;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
section.categories.prace-cat .filter-area .filter-container .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e114";
}
section.categories.prace-cat .filter-area .float-right .filter-container {
  margin-left: 10px;
}
section.categories.prace-cat .filter-area .float-right .filter-container .glyphicon-chevron-down {
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  color: #4c4c4c;
  position: relative;
  top: 2px;
}
section.categories.prace-cat .filter-area .float-right .filter-container .dropdown-menu {
  min-width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 0;
  border-color: #d8d8d8;
}
section.categories.prace-cat .filter-area .float-right .filter-container.filter-container--subsubcategories .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 24px;
  padding-right: 8px;
}
section.categories.prace-cat .filter-area .float-right .filter-container.filter-container--subsubcategories .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 1px;
}
section.categories.prace-cat .filter-area .float-right .filter-container .btn-filter {
  background-image: none;
  background-color: white;
  text-shadow: none;
  border-radius: 0;
  color: #4c4c4c;
  border-color: #d8d8d8;
}
section.categories.prace-cat .filter-area label {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -25px;
}
section.categories.prace-cat .label-category {
  margin-top: 0;
}
section.categories.prace-cat hr {
  border-color: #d8d8d8;
}
section.categories.prace-cat .work-container {
  border: 1px solid #d8d8d8;
  overflow: auto;
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  min-height: 155px;
}
section.categories.prace-cat .work-container * {
  color: black;
}
section.categories.prace-cat .work-container .work-name {
  color: #1485b9;
  font-weight: bold;
  font-size: 18px;
}
section.categories.prace-cat .work-container .work-desc {
  margin: 0 15px 15px 0;
  min-height: 80px;
}
section.categories.prace-cat .work-container .glyphicon-chevron-right {
  text-stroke: 1px white;
  -webkit-text-stroke: 4px white;
  position: absolute;
  right: 0;
  top: 6%;
  font-size: 35px;
  color: #d8d8d8;
}
section.categories.prace-cat .work-container .bottom {
  border-top: 1px solid #d8d8d8;
}
section.categories.prace-cat .work-container .bottom .author {
  margin-top: 15px;
  overflow: auto;
  float: left;
}
section.categories.prace-cat .work-container .bottom .author img {
  width: 25px;
  float: left;
  margin-right: 5px;
}
section.categories.prace-cat .work-container .bottom .author .author-name {
  font-size: 12px;
  line-height: 24px;
}
section.categories.prace-cat .work-container .bottom .time {
  float: right;
  margin-top: 15px;
  font-size: 12px;
  line-height: 24px;
}
section.categories .label-category {
  margin-top: 3%;
}
section.categories .item-container {
  color: #4c4c4c;
  width: 98%;
  border: 1px solid #bbbbbb;
  overflow: auto;
  margin: 5% 2% 5% 0;
}
section.categories .item-container .profil {
  width: 60%;
  /*background-color: #faf9f5;*/
  /* background: linear-gradient(to top right, #faf9f5, white);*/
  float: left;
  padding: 24px;
}
section.categories .item-container .profil .first-column {
  float: left;
  width: 75px;
  text-align: center;
  margin-right: 15px;
}
section.categories .item-container .profil .first-column .profilovka {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #808080;
  border: 2px solid rgba(128, 128, 128, 0.2);
}
section.categories .item-container .profil .first-column .profilovka.lide {
  width: 60px;
  border-radius: 50%;
  border: 2px solid #808080;
  border: 2px solid rgba(128, 128, 128, 0.2);
}
section.categories .item-container .profil .first-column .gold-star {
  width: 50px;
  margin: 10px auto;
  display: block;
}
section.categories .item-container .profil .first-column .titul {
  text-transform: uppercase;
  color: #4c4c4c;
  font-size: 12px;
  line-height: 16px;
}
section.categories .item-container .profil .first-column .no-rating {
  color: #4c4c4c;
  font-size: 12px;
  line-height: 16px;
  margin-top: 30%;
}
section.categories .item-container .profil .second-column {
  max-width: 170px;
  float: left;
}
section.categories .item-container .profil .second-column div {
  color: #4c4c4c;
}
section.categories .item-container .profil .second-column .name {
  max-width: 187px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
section.categories .item-container .profil .second-column .skill.main {
  font-weight: bold;
}
section.categories .item-container .questions {
  float: right;
  /*padding: 30px;*/
  width: 40%;
  /*background-color: #dddad2;*/
}
section.categories .item-container .questions .line {
  display: block;
  overflow: auto;
  margin: 20px;
  padding: 5px;
}
section.categories .item-container .questions .line:hover {
  background-color: white;
}
section.categories .item-container .questions .line .icon {
  width: 30px;
  float: left;
  margin-right: 15px;
  box-shadow: 3px 3px 5px grey;
}
section.categories .item-container .questions .line .text {
  float: left;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #014a6c;
}
section.categories .notice {
  width: 88%;
  margin: 5% 0 5% 2%;
  border: 1px solid grey;
}
section.categories .notice:first-child {
  margin-top: 0;
}
section.categories .notice .title {
  padding: 3%;
  color: #4c4c4c;
  font-weight: bold;
  font-size: 24px;
}
section.categories .notice .notice-container .question {
  color: #014a6c;
  font-weight: bold;
  font-size: 16px;
  margin: 0 15px;
}
section.categories .notice .notice-container .answer-container {
  margin: 15px 15px 30px 15px;
  border: 1px solid #c9caca;
  padding: 15px;
  position: relative;
}
section.categories .notice .notice-container .answer-container .chevron {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -8px;
  left: 20px;
  border-top: 1px solid #c9caca;
  border-left: 1px solid #c9caca;
  background-color: white;
  transform: rotate(45deg);
}
section.categories .notice .notice-container .answer-container .answer {
  color: inherit;
}
section.categories .notice .notice-container .answer-container .answer:hover {
  text-decoration: none;
}
section.categories .notice .notice-container .answer-container .answerer-container {
  overflow: auto;
  margin-top: 10px;
}
section.categories .notice .notice-container .answer-container .answerer-container .photo {
  float: left;
  width: 60px;
}
section.categories .notice .notice-container .answer-container .answerer-container .photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #808080;
  border: 2px solid rgba(128, 128, 128, 0.2);
}
section.categories .notice .notice-container .answer-container .answerer-container .photo.no-radius img {
  border-radius: 0;
}
section.categories .notice .notice-container .answer-container .answerer-container .star {
  float: left;
  width: 20px;
  margin-left: 10px;
  position: relative;
  top: 20px;
}
section.categories .notice .notice-container .answer-container .answerer-container .name {
  position: relative;
  top: 18px;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
  display: inline-block;
  color: #4c4c4c;
}
section.categories .notice .notice-container .goods-container {
  border: 1px solid #a6b3b9;
  color: #4c4c4c;
  margin: 0 15px 10px 15px;
  display: block;
}
section.categories .notice .notice-container .goods-container img {
  width: 100%;
  padding: 10% 0 10% 10%;
}
section.categories .notice .notice-container .goods-container .seller {
  margin: 0 0 10% 10%;
  font-size: 12px;
}
section.categories .notice .notice-container .goods-container .right {
  min-height: 180px;
  position: relative;
}
section.categories .notice .notice-container .goods-container .right .title {
  color: #1485b9;
  margin-top: 10px;
  padding: 0;
}
section.categories .notice .notice-container .goods-container .right .desc {
  margin-right: 20px;
}
section.categories .notice .notice-container .goods-container .right .bottom {
  /*position: absolute;*/
  bottom: 0;
  width: 90%;
}
section.categories .notice .notice-container .goods-container .right .bottom hr {
  margin: 5px 15px 5px 0;
  border-color: #a6b3b9;
}
section.categories .notice .notice-container .goods-container .right .bottom .price {
  font-size: 26px;
  font-weight: bold;
}
section.categories .notice .notice-container .goods-container .right .bottom .arrow {
  color: #bdbdbd;
  float: right;
  position: relative;
  top: 4px;
  right: 10px;
}
section.categories .notice .notice-container .goods-container .right .bottom .arrow .glyphicon-chevron-right {
  font-size: 24px;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}
section.categories .notice .notice-container .blog-container,
section.categories .notice .notice-container .work-container {
  border: 1px solid #a6b3b9;
  margin: 0 3% 3% 3%;
  display: block;
  color: inherit;
}
section.categories .notice .notice-container .blog-container:hover,
section.categories .notice .notice-container .work-container:hover {
  text-decoration: none;
  color: inherit;
}
section.categories .notice .notice-container .blog-container .title,
section.categories .notice .notice-container .work-container .title {
  font-size: 18px;
  color: #1485b9;
}
section.categories .notice .notice-container .blog-container .text,
section.categories .notice .notice-container .work-container .text {
  margin: 0 3% 3% 3%;
  font-size: 14px;
}
section.categories .notice .notice-container .blog-container .author,
section.categories .notice .notice-container .work-container .author {
  margin: 0 3% 3% 3%;
  font-size: 12px;
}
section.categories .notice .btn-more {
  border-radius: 0;
  color: white;
  text-shadow: none;
  background-color: #014a6c;
  background-image: none;
  paddding: 10px 20px;
  margin: 20px;
  border: none;
}
section.error-section {
  background: #f1e4cc;
  background: linear-gradient(90deg, #f1e4cc 0%, #ffffff 30%, #fbf7f0 70%, #f1e4cc 100%);
}
section.error-section .error-body {
  width: 850px;
  margin: 0 auto;
  padding: 10px 20px ;
}
section.error-section .error-body h1 {
  font: bold 47px/1.5 sans-serif;
  background: none;
  color: #333;
  margin: 0.6em 0;
  text-align: center;
}
section.error-section .error-body li {
  font-size: 20px;
}
section.error-section .error-body p {
  font: 21px/1.5 Georgia, serif;
  background: none;
  color: #333;
  margin: 1.5em 0;
}
section.error-section .error-body small {
  font-size: 70%;
  color: gray;
}
section.error-section.basic .error-body {
  padding: 160px 20px ;
}
section.error-subsection {
  background: #f1e4cc;
  background: linear-gradient(90deg, #f1e4cc 0%, #ffffff 30%, #fbf7f0 70%, #f1e4cc 100%);
}
section.error-subsection.categories.zbozi-cat .zbozi-container .right .bottom .arrow .glyphicon-chevron-right {
  font-size: 30px;
  -webkit-text-stroke: transparent;
}
nav.profile {
  background-color: #f1e4cc;
}
section.conditions h1 {
  color: #4c4c4c;
  font-size: 30px;
  font-weight: bold;
}
section.conditions h3 {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: bold;
}
section.conditions h3.no-bold {
  font-weight: normal;
}
section.conditions h3.underline {
  border-bottom: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
}
section.conditions h3.center-align {
  margin-left: auto;
  margin-right: auto;
}
section.conditions ol {
  counter-reset: list;
}
section.conditions ol li {
  list-style: none;
}
section.conditions ol li:before {
  margin-left: -17px;
  content: counter(list) ") ";
  counter-increment: list;
}
section.signup #osoba-panel {
  background-color: #f7e3a6;
  padding-top: 30px;
}
section.signup #firma-panel {
  background-color: #abe0b0;
  padding-top: 30px;
}
section.signup #firma-panel .info-text {
  text-align: center;
  margin: 0 30px 50px;
  font-weight: bold;
}
section.signup h1 {
  color: #4c4c4c;
  font-size: 30px;
  font-weight: bold;
}
section.signup h2 {
  color: #4c4c4c;
  font-size: 18px;
  margin-left: 30px;
}
section.signup .nav-tabs {
  /* margin-bottom: 30px; */
  border-bottom: 2px solid #000;
}
section.signup .nav-tabs li {
  text-align: center;
  display: inline-block;
  width: 50%;
  margin-bottom: -2px;
}
section.signup .nav-tabs li a {
  padding: 8px 15px;
}
section.signup .nav-tabs li.active a {
  padding: 10px 15px;
}
section.signup .nav-tabs li:first-child a, section.signup .nav-tabs>li:first-child.active>a, section.signup .nav-tabs>li:first-child.active>a:focus, section.signup .nav-tabs>li:first-child.active>a:hover {
  background-color: #dbbb59;
  color: #ffffff;
}
section.signup .nav-tabs li a, section.signup .nav-tabs>li.active>a, section.signup .nav-tabs>li.active>a:focus, section.signup .nav-tabs>li.active>a:hover {
  background-color: #86ce8d;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: 2px solid transparent;
}
section.signup .nav-tabs li.active a {
  font-weight: bold;
  /* background-color: #fff; */
  /* color: #555; */
  border: 2px solid #000;
  border-bottom-color: transparent;
}

section.signup .nav-tabs li.active a:focus {
  border: 2px solid #000;
  border-bottom-color: transparent;
}
section.signup .nav-tabs li.active a:hover {
  border: 2px solid #000;
  border-bottom-color: transparent;
}
section.signup label {
  margin-left: 30px;
  font-weight: normal;
  color: #4c4c4c;
  margin-bottom: 0;
  position: relative;
  top: 7px;
}
section.signup label.checkbox {
  top: 0;
}
section.signup input[type="text"],
section.signup input[type="password"] {
  width: 90%;
  height: 30px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 2px grey;
  border: 1px solid #abd4e6;
  padding-left: 5px;
}
section.signup .upload-photo {
  position: absolute;
  display: block;
  overflow: hidden;
}
section.signup .upload-photo input[type="file"] {
  position: absolute;
  top: 100px;
}
section.signup .upload-photo img {
  float: left;
}
section.signup .upload-photo span {
  line-height: 40px;
  margin-left: 8px;
  text-decoration: underline;
}
section.signup .upload-photo:hover {
  text-decoration: none;
  cursor: pointer;
}
section.signup .upload-photo:hover span {
  text-decoration: none;
}
section.signup hr {
  border-top: 1px solid #d4c2b8;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.signup h3 {
  color: #1485b9;
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0 30px 30px;
}
section.signup h3.slideng-name {
  margin-left: 90px;
}
section.signup select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 90%;
  height: 30px;
  padding-left: 12px;
  background-image: url("../images/chevron-down.png");
  background-position-x: 96%;
  background-position-y: center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 2px grey;
  border: 1px solid #abd4e6;
  margin-bottom: 20px;
}
section.signup .item-region-user {
  margin-bottom: 10px;
}
section.signup .item-region-company {
  margin-bottom: 10px;
}
section.signup textarea {
  box-shadow: 1px 1px 2px grey;
  border: 1px solid #abd4e6;
  resize: none;
  width: 96%;
  height: 80px;
  margin-bottom: 20px;
}
section.signup .add-skill-container a:hover {
  text-decoration: none;
}
section.signup .add-skill-container img.add-skill {
  position: static;
  float: left;
  margin-top: -10px;
  margin-right: 10px;
  margin-left: 30px;
}
section.signup .add-skill-container .glyphicon-chevron-down.add-skill,
section.signup .add-skill-container .glyphicon-chevron-up.add-skill {
  position: absolute;
  right: 50px;
  top: 18px;
  font-size: 30px;
  -webkit-text-stroke: 3px white;
  text-stroke: 3px white;
}
section.signup .add-skill-container .add-skill-content {
  display: none;
}
section.signup .bottom {
  margin-bottom: 30px;
  padding: 0px 45px;
}
section.signup .bottom .podminky {
  float: left;
}
section.signup .bottom .podminky a {
  color: #014a6c;
  text-decoration: underline;
}
section.signup .bottom .podminky .podminky-container {
  /*display: block;*/
  position: relative;
  top: 0;
  padding-left: 28px;
  margin: 7px 20px 0 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.signup .bottom .podminky .podminky-container.error .checkmark {
  border-color: red;
}
section.signup .bottom .podminky .podminky-container:hover input ~ .checkmark {
  background-color: #ccc;
}
section.signup .bottom .podminky .podminky-container input {
  width: auto;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
section.signup .bottom .podminky .podminky-container input:checked ~ .checkmark:after {
  display: block;
}
section.signup .bottom .podminky .podminky-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 16px;
  background-color: white;
  border: 1px solid #a6cee0;
  box-shadow: 1px 1px 2px #808080;
  box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.2);
}
section.signup .bottom .podminky .podminky-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: -1px;
  width: 7px;
  height: 12px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.signup .bottom .btn-send {
  float: right;
  -webkit-appearance: none;
  appearance: none;
  background-color: #014a6c;
  color: white;
  background-image: none;
  text-shadow: none;
  border-radius: 0;
  margin-left: 20px;
}
section.profile .notifications-container {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 3;
}
section.profile .notifications-container .question-container {
  float: left;
  margin-right: 10px;
  position: relative;
}
section.profile .notifications-container .question-container.open .question-panel {
  border-bottom-color: white;
}
section.profile .notifications-container .question-container.open .question-list {
  display: block;
}
section.profile .notifications-container .question-container .question-panel {
  border: 1px solid #d7d7d7;
  position: absolute;
  width: 186px;
  right: 0;
  top: 0;
}
section.profile .notifications-container .question-container .question-panel:hover {
  cursor: pointer;
}
section.profile .notifications-container .question-container .question-panel .question-bubble {
  position: relative;
  float: left;
  width: 45px;
  height: 45px;
  background-image: url(../images/bubble.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center bottom;
}
section.profile .notifications-container .question-container .question-panel .question-bubble .number {
  position: absolute;
  right: 0px;
  top: 2px;
  background-color: #1e725b;
  border-radius: 50%;
  padding: 2px 6px;
  color: white;
  font-size: 12px;
}
section.profile .notifications-container .question-container .question-panel span {
  line-height: 45px;
  margin: 0 12px;
}
section.profile .notifications-container .question-container .question-list {
  display: none;
  width: 400px;
  max-height: 350px;
  position: relative;
  right: 0;
  top: 46px;
  border: 1px solid #d7d7d7;
  background-color: white;
  overflow: auto;
  padding-top: 15px;
}
section.profile .notifications-container .question-container .question-list .no-answers {
  margin-bottom: 10px;
  text-align: center;
}
section.profile .notifications-container .question-container .question-list .questioner-container {
  margin-top: 30px;
}
section.profile .notifications-container .question-container .question-list .questioner-container a {
  color: inherit;
}
section.profile .notifications-container .question-container .question-list .questioner-container img {
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  width: 50px;
}
section.profile .notifications-container .question-container .question-list .questioner-container img.unknown {
  width: 30px;
  border-radius: 0;
  border: none;
  margin: 0 8px;
}
section.profile .notifications-container .question-container .question-list .questioner-container .questioner-name {
  font-size: 14px;
  font-weight: bold;
}
section.profile .notifications-container .question-container .question-list .questioner-container .time {
  color: #014a6c;
  font-size: 12px;
  font-weight: bold;
}
section.profile .notifications-container .question-container .question-list .question {
  color: #014a6c;
  font-weight: bold;
  font-size: 16px;
}
section.profile .notifications-container .question-container .question-list .answer-container {
  margin: 15px 0 0 0;
  border: 1px solid #c9caca;
  padding: 15px;
  position: relative;
  min-height: 82px;
}
section.profile .notifications-container .question-container .question-list .answer-container .chevron {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -8px;
  left: 20px;
  border-top: 1px solid #c9caca;
  border-left: 1px solid #c9caca;
  background-color: white;
  transform: rotate(45deg);
}
section.profile .notifications-container .question-container .question-list .answer-container img {
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  width: 50px;
  position: absolute;
}
section.profile .notifications-container .question-container .question-list .answer-container .answer {
  width: calc(100% - 70px);
  display: inline-block;
  margin-left: 70px;
}
section.profile .notifications-container .question-container .question-list .answer-container .btn-mine {
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px auto 15px auto;
  display: block;
  position: static;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 0;
}
section.profile .notifications-container .follow-container {
  float: right;
}
section.profile .notifications-container .follow-container .follow-banner {
  line-height: 45px;
  padding: 0 20px;
  border: 1px solid #d7d7d7;
}
section.profile .notifications-container .follow-container .follow-banner:hover {
  cursor: pointer;
}
section.profile .notifications-container .follow-container .follow-banner .glyphicon-chevron-down {
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  margin-right: 6px;
  font-size: 18px;
  position: relative;
  top: 5px;
}
section.profile .notifications-container .follow-container .follow-list {
  display: none;
  width: 100%;
  padding-bottom: 10px;
  background-color: white;
  border: 1px solid #d7d7d7;
  border-top: 1px solid white;
  position: relative;
  top: -1px;
}
section.profile .notifications-container .follow-container .follow-list.open {
  display: block;
}
section.profile .notifications-container .follow-container .follow-list .follow-item {
  display: block;
}
section.profile .notifications-container .follow-container .follow-list .follow-item .follow-checkbox-container {
  /*display: block;*/
  position: relative;
  padding-left: 28px;
  margin: 7px 20px 7px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.profile .notifications-container .follow-container .follow-list .follow-item .follow-checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
section.profile .notifications-container .follow-container .follow-list .follow-item .follow-checkbox-container input {
  width: auto;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
section.profile .notifications-container .follow-container .follow-list .follow-item .follow-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
section.profile .notifications-container .follow-container .follow-list .follow-item .follow-checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 16px;
  background-color: white;
  border: 1px solid #a6cee0;
  box-shadow: 1px 1px 2px #808080;
  box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.2);
}
section.profile .notifications-container .follow-container .follow-list .follow-item .follow-checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: -1px;
  width: 7px;
  height: 12px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.profile .notifications-container .new-message {
  float: right;
  line-height: 45px;
  padding: 0 20px;
  border: 1px solid #d7d7d7;
  margin-left: 10px;
  color: black;
  background-color: white;
}
section.profile .notifications-container .new-message:hover {
  text-decoration: none;
}
section.profile .notifications-container .new-message .glyphicon-envelope {
  display: none;
}
section.profile {
  padding-top: 70px;
  position: relative;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
section.profile .switch {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 34px;
}
section.profile .switch input {
  display: none;
}
section.profile .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.profile .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.profile input:checked + .slider {
  background-color: lightgreen;
}
section.profile input:focus + .slider {
  box-shadow: 0 0 1px lightgreen;
}
section.profile input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
section.profile .slider.round {
  border-radius: 34px;
}
section.profile .slider.round:before {
  border-radius: 50%;
}
section.profile .item-region {
  margin-bottom: 10px;
}
section.profile .top-bar {
  background-color: #f1e4cc;
  width: 100%;
  height: 293px;
  position: absolute;
  top: 137px;
  border-top: 1px solid #c7c7c7;
}
section.profile .photo {
  width: 144px;
  height: 144px;
  float: left;
  margin: 0 20px 5px 0;
  position: relative;
  z-index: 1;
}
section.profile .photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
}
section.profile .name {
  display: inline-block;
  font-size: 34px;
  color: #4c4c4c;
}
section.profile .name h1 {
  font-weight: bold;
}
section.profile .name:hover {
  text-decoration: none;
}
section.profile .favorite-star {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/favorite_star.png);
  background-size: contain;
}
section.profile .favorite-star:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
section.profile .favorite-star.inactive {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
section.profile .favorite-star.inactive:hover {
  -webkit-filter: none;
  filter: none;
}
section.profile .favorite-star.extended {
  float: right;
  position: relative;
  top: 9px;
  margin-left: 10px;
}
section.profile .btn-remove {
  right: 100px;
  top: 20px;
}
section.profile .btn-hide {
  right: 8px;
  top: 20px;
}
section.profile .subtitle,
section.profile .subtitle2 {
  position: relative;
  top: 24px;
  color: #4c4c4c;
  font-size: 22px;
}
section.profile .about-href {
  background-color: #1485b9;
  color: white;
  padding: 8px 12px 6px 20px;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  top: -5px;
  margin-left: 10px;
}
section.profile .about-href .glyphicon {
  text-stroke: 2px #1485b9;
  -webkit-text-stroke: 2px #1485b9;
  margin-left: 5px;
}
section.profile .about-href:hover {
  text-decoration: none;
}
section.profile .about {
  /*margin-left: 144px !important;*/
  position: relative;
  top: -52px;
  display: none;
  width: initial !important;
  margin: 0 !important;
  /*width: 80% !important;/*
        /*width: calc(100% - 144px) !important;*/
  overflow: initial !important;
}
section.profile .about .about-text {
  margin-left: 164px !important;
}
section.profile .about .images {
  /*width: calc(100% + 144px);*/
  /* margin-left: -144px;*/
}
section.profile .about .images .img-container {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
section.profile .about .images .img-container img {
  width: 90%;
  border: 3px solid #e4cca3;
  border-radius: 8px;
}
section.profile .about .images .img-container .title {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
section.profile .adviser-info {
  border: 1px solid #d4c2b8;
  background-color: #f1e4cc;
  margin-bottom: 20px;
  overflow: auto;
  display: flex;
  align-items: center;
}
section.profile .adviser-info .adviser-info-container {
  width: fit-content;
  width: -moz-fit-content;
  float: left;
  margin: 0 20px;
  /*margin-top: 25px;*/
}
section.profile .adviser-info .adviser-info-container .text {
  color: #967f54;
  font-weight: bold;
}
section.profile .adviser-info .adviser-info-container img {
  margin-right: 5px;
}
section.profile .adviser-info .adviser-info-container.phone .text {
  position: relative;
  top: 5px;
}
section.profile .adviser-info .adviser-info-container.email {
  padding-top: 6px;
}
section.profile .adviser-info .adviser-info-container.web {
  padding-top: 6px;
}
section.profile .adviser-info .adviser-info-container.address {
  display: flex;
  align-items: center;
}
section.profile .adviser-info .adviser-info-container.first {
  margin: 10px 40px 10px 15px;
  line-height: 18px;
}
section.profile .adviser-info .adviser-info-container.first .text {
  float: right;
  margin: 10px;
}
section.profile .skill {
  border: 1px solid #b0a795;
  margin-bottom: 20px;
  background-color: #f3efe6;
  position: relative;
}
section.profile .skill .btn-edit {
  right: 0;
}
section.profile .skill .btn-remove {
  right: 140px;
  top: auto;
}
section.profile .skill .top {
  position: relative;
  min-height: 210px;
  /*overflow: auto;*/
  background-image: url(../images/skill_background_profile.png);
  background-size: cover;
  padding-top: 20px;
}
section.profile .skill .top .name {
  display: block;
  position: static;
  color: #1485b9;
  text-align: center;
  font-size: 24px;
  margin: 0 20px 10px 20px;
  font-weight: bold;
}
section.profile .skill .top .question-container {
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
}
section.profile .skill .top .question-container.open .bubble-container {
  background-color: white;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}
section.profile .skill .top .question-container.open .question-list {
  display: block;
}
section.profile .skill .top .question-container .bubble-container {
  background-image: url(../images/adviser-bubble-grey.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  width: 41px;
  height: 41px;
  z-index: 2;
  display: inline-block;
  position: relative;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
section.profile .skill .top .question-container .bubble-container:hover {
  cursor: pointer;
  text-decoration: none;
}
section.profile .skill .top .question-container .bubble-container:hover .bubble-number {
  background-color: #1485b9bf;
}
section.profile .skill .top .question-container .bubble-container .bubble-number {
  position: absolute;
  right: 4px;
  /* left: 0; */
  top: 4px;
  background-color: #1485b9;
  font-size: 11px;
  color: white;
  padding: 1px 7px;
  border-radius: 2px;
}
section.profile .skill .top .question-container .bubble-container .bubble-number:hover {
  cursor: pointer;
  background-color: #1485b9bf;
}
section.profile .skill .top .question-container .question-list {
  display: none;
  width: 400px;
  max-height: 350px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 40px;
  border: 1px solid #d7d7d7;
  background-color: white;
  overflow: auto;
  padding-top: 15px;
}
section.profile .skill .top .question-container .question-list .no-answers {
  margin-bottom: 10px;
  text-align: center;
}
section.profile .skill .top .question-container .question-list .questioner-container {
  margin-top: 30px;
}
section.profile .skill .top .question-container .question-list .questioner-container img {
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  width: 50px;
}
section.profile .skill .top .question-container .question-list .questioner-container img.unknown {
  width: 30px;
  border-radius: 0;
  border: none;
  margin: 0 8px;
}
section.profile .skill .top .question-container .question-list .questioner-container .questioner-name {
  font-size: 14px;
  font-weight: bold;
}
section.profile .skill .top .question-container .question-list .questioner-container .time {
  color: #014a6c;
  font-size: 12px;
  font-weight: bold;
}
section.profile .skill .top .question-container .question-list .question {
  color: #014a6c;
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
section.profile .skill .top .question-container .question-list .answer-container {
  margin: 15px 0 0 0;
  border: 1px solid #c9caca;
  padding: 15px;
  position: relative;
  min-height: 82px;
}
section.profile .skill .top .question-container .question-list .answer-container .chevron {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -8px;
  left: 20px;
  border-top: 1px solid #c9caca;
  border-left: 1px solid #c9caca;
  background-color: white;
  transform: rotate(45deg);
}
section.profile .skill .top .question-container .question-list .answer-container img {
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  width: 50px;
  position: absolute;
}
section.profile .skill .top .question-container .question-list .answer-container .answer {
  font-size: 14px;
  color: black;
  display: inline-block;
  margin-left: 70px;
}
section.profile .skill .top .question-container .question-list .answer-container .btn-mine {
  width: fit-content;
  margin: 5px auto 15px auto;
  display: block;
  position: static;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 0;
}
section.profile .skill .top .text {
  height: 153px;
  overflow: hidden;
  line-height: 24px;
  color: #4c4c4c;
  text-align: center;
  font-size: 16px;
  padding: 0px 24px;
}
section.profile .skill .top .text.open {
  /*height: auto; */
}
section.profile .skill .top .show-more {
  position: absolute;
  bottom: 0;
  display: block;
  height: 44px;
  width: 100%;
  text-align: center;
}
section.profile .skill .top .show-more .more-href {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
}
section.profile .skill .top .show-more .more-href .glyphicon-dk {
  display: inline-block;
  width: 25px;
  height: 13px;
  background-size: cover;
}
section.profile .skill .top .show-more .more-href .glyphicon-dk.glyphicon-chevron-down-dk {
  background-image: url(../images/chevron-down-blue-dk.png);
}
section.profile .skill .top .show-more .more-href .glyphicon-dk.glyphicon-chevron-up-dk {
  background-image: url(../images/chevron-up-blue-dk.png);
}
section.profile .skill .bottom {
  height: 250px;
  background-color: #dddad2;
  overflow: auto;
}
section.profile .skill .bottom .rating {
  float: left;
  text-align: center;
  color: #4c4c4c;
  margin: 20px;
}
section.profile .skill .bottom .rating .star {
  height: 80px;
}
section.profile .skill .bottom .rating .rate {
  font-size: 30px;
}
section.profile .skill .bottom .rating .rate-name {
  text-transform: uppercase;
  position: relative;
  top: -7px;
  font-size: 14px;
}
section.profile .skill .bottom .rating .no-rating {
  margin-top: 100%;
}
section.profile .skill .bottom .bar {
  background-image: url("../images/bar.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 75%;
  width: 2px;
  float: left;
  background-position: center;
  margin: 30px 0px;
}
section.profile .skill .bottom .questions {
  float: left;
}
section.profile .skill .bottom .questions .line {
  display: block;
  overflow: auto;
  margin: 18px;
  padding: 5px;
}
section.profile .skill .bottom .questions .line:hover {
  background-color: white;
}
section.profile .skill .bottom .questions .line .icon {
  width: 30px;
  float: left;
  margin-right: 15px;
  box-shadow: 3px 3px 5px grey;
}
section.profile .skill .bottom .questions .line .text {
  float: left;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #014a6c;
}
section.profile .skill .bottom.itsme .rating {
  float: none;
  margin: 10% auto;
}
section.profile .skill .bottom.itsme .bar {
  display: none;
}
section.profile .skill .bottom.itsme .questions {
  display: none;
}
section.profile .skill .bottom.itsme .no-rating {
  margin-top: 30%;
  margin-bottom: 24%;
}
section.profile .nav-tabs li {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: -3px;
}
section.profile .nav-tabs li.active {
  border-bottom: 1px solid white;
}
section.profile .nav-tabs li.active a {
  /*border: none;*/
  color: #1485b9;
  border-left: 1px solid #d4c2b8;
  border-right: 1px solid #d4c2b8;
  border-top: 1px solid #d4c2b8;
}
section.profile .nav-tabs li a {
  color: #1485b9;
  border-left: 1px solid #d4c2b8;
  border-right: 1px solid #d4c2b8;
  border-top: 1px solid #d4c2b8;
  position: relative;
  display: block;
  padding: 10px 10px 5px 15px;
  font-weight: bold;
  height: 100%;
  font-size: 22px;
  margin-right: 0;
  border-radius: 0;
}
section.profile .nav-tabs li a .icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: -6px;
  background-size: cover;
}
section.profile .tab-content {
  margin-bottom: 40px;
}
section.profile .tab-content .tab-pane {
  min-height: 200px;
  border: 1px solid #d4c2b8;
}
section.profile .tab-content #galerie .img-container {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
section.profile .tab-content #galerie .img-container img {
  width: 90%;
}
section.profile .tab-content #galerie .img-container .title {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
section.profile .tab-content #odpovedi .tag-container {
  /*height: 77px;*/
  overflow: hidden;
  border-top: 1px solid #d4c2b8;
  border-bottom: 1px solid #d4c2b8;
  margin-top: 30px;
}
section.profile .tab-content #odpovedi .tag-container.first {
  margin-top: 0;
  border-top: none;
}
section.profile .tab-content #odpovedi .tag-container .name {
  margin-top: 40px;
  color: #b8b8b8;
  text-transform: uppercase;
  position: static;
  font-size: 24px;
  font-weight: bold;
}
section.profile .tab-content #odpovedi .tag-container .question-container {
  position: relative;
  padding: 30px;
  border-top: 1px solid #d4c2b8;
  border-bottom: 1px solid #d4c2b8;
  border-left: 1px solid #d4c2b8;
  border-right: 1px solid #d4c2b8;
}
section.profile .tab-content #odpovedi .tag-container .question-container:first-of-type {
  border-top: none;
}
section.profile .tab-content #odpovedi .tag-container .question-container .tag-name {
  display: block;
  position: absolute;
  background-color: #1485b9;
  color: white;
  width: fit-content;
  width: -moz-fit-content;
  padding: 2px 10px 2px 10px;
  margin-bottom: 5px;
}
section.profile .tab-content #odpovedi .tag-container .question-container .tag-name .triangle {
  width: 0;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  border-left: 10px solid #1485b9;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
section.profile .tab-content #odpovedi .tag-container .question-container .tag-name:hover {
  text-decoration: none;
  background-color: #1485b9bf;
}
section.profile .tab-content #odpovedi .tag-container .question-container .tag-name:hover .triangle {
  border-left-color: #1485b9bf;
}
section.profile .tab-content #odpovedi .tag-container .question-container .text {
  max-height: 120px;
  overflow: hidden;
}
section.profile .tab-content #odpovedi .tag-container .answer-container {
  position: relative;
  padding: 30px;
  overflow: auto;
  border-bottom: 1px solid #d4c2b8;
  border-left: 1px solid #d4c2b8;
  border-right: 1px solid #d4c2b8;
}
section.profile .tab-content #odpovedi .tag-container .answer-container .profile-container {
  float: left;
  text-align: center;
  margin-right: 20px;
}
section.profile .tab-content #odpovedi .tag-container .answer-container .profile-container img {
  width: 120px;
  border-radius: 50%;
  border: 5px solid #d8d8d8;
  margin-bottom: 10px;
}
section.profile .tab-content #odpovedi .tag-container .answer-container .name {
  margin-top: 0;
}
section.profile .tab-content #odpovedi .tag-container .answer-container .text {
  max-height: 120px;
  overflow: hidden;
}
section.profile .tab-content #odpovedi .tag-container .show-more {
  position: absolute;
  bottom: 5px;
  left: 48%;
}
section.profile .tab-content #odpovedi .tag-container .show-more:hover {
  text-decoration: none;
}
section.profile .tab-content #odpovedi .tag-container .show-more .more {
  font-size: 16px;
  font-weight: bold;
}
section.profile .tab-content #odpovedi .tag-container .show-more .glyphicon {
  font-size: 22px;
  -webkit-text-stroke: 2px white;
  position: relative;
  top: 7px;
  left: 3px;
}
section.profile .tab-content #blog .blog-container {
  display: block;
  margin: 20px 20px 0 0;
  position: relative;
}
section.profile .tab-content #blog .blog-container:last-child {
  margin-bottom: 10px;
}
section.profile .tab-content #blog .blog-container:hover {
  text-decoration: none !important;
}
section.profile .tab-content #blog .blog-container:hover .text {
  color: #5d5d5d !important;
}
section.profile .tab-content #blog .blog-container img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
section.profile .tab-content #blog .blog-container .title {
  overflow: auto;
}
section.profile .tab-content #blog .blog-container .title * {
  float: left;
}
section.profile .tab-content #blog .blog-container .title .name-blog {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 20px;
  margin-right: 12px;
}
section.profile .tab-content #blog .blog-container .title .bar {
  width: 2px;
  height: 10px;
  background-color: #bcbcbc;
  margin: 10px 15px 8px 15px;
}
section.profile .tab-content #blog .blog-container .title .datetime {
  color: #014a6c;
  font-weight: bold;
  margin-top: 4px;
}
section.profile .tab-content #blog .blog-container .text {
  font-size: 14px;
  margin-right: 50px;
  color: #5d5d5d;
}
section.profile .tab-content #blog .blog-container .more {
  background-position: center;
  background-image: url("../images/vice.svg");
  width: 20px;
  height: 100%;
  float: right;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top: 0;
  right: 0;
}
section.profile .tab-content #zbozi .category-title {
  color: #1485b9;
  width: fit-content;
  width: -moz-fit-content;
  float: left;
  font-size: 16px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 10px 0 30px;
}
section.profile .tab-content #zbozi .right {
  float: right;
}
section.profile .tab-content #zbozi .right .sort {
  float: left;
  line-height: 36px;
  margin-top: 20px;
}
section.profile .tab-content #zbozi .dropdown {
  float: left;
  margin: 20px 30px 0 10px;
}
section.profile .tab-content #zbozi .dropdown .dropdown-toggle {
  background-image: none;
  background-color: transparent;
  color: black;
  text-shadow: none;
  border-radius: 0;
}
section.profile .tab-content #zbozi .dropdown .dropdown-toggle .glyphicon-chevron-down {
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  position: relative;
  top: 3px;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  min-width: 200px;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.optgroup {
  position: relative;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.optgroup:hover .optgroup {
  background-color: #f1e4cc;
  cursor: pointer;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.optgroup:hover a {
  background-color: #f1e4cc;
  cursor: pointer;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.optgroup:hover a .glyphicon-chevron-right {
  float: right;
  text-stroke: 2px #f1e4cc;
  -webkit-text-stroke: 2px #f1e4cc;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.optgroup:hover ul {
  display: block;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.optgroup a {
  text-transform: uppercase;
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.optgroup a .glyphicon-chevron-right {
  position: absolute;
  right: 2px;
  top: 28%;
  width: auto;
  text-stroke: 2px white;
  -webkit-text-stroke: 2px white;
  padding: 0;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.all {
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.all:hover {
  background-color: #f1e4cc;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.all a {
  padding: 0;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.all a:hover {
  background-color: inherit;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li ul {
  padding: 0;
  display: none;
  background-color: white;
  list-style-type: none;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li ul.optmember {
  position: absolute;
  top: 0;
  left: 198px;
  width: fit-content;
  width: -moz-fit-content;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li ul.optmember li {
  background-color: #f1e4cc;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li ul.optmember li a {
  padding: 10px;
  display: inline-block;
  color: black;
  text-transform: uppercase;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li ul.optmember li a:hover {
  text-decoration: none;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.sort-item a {
  padding: 10px 20px;
  text-transform: uppercase;
}
section.profile .tab-content #zbozi .dropdown .dropdown-menu li.sort-item a:hover {
  background-color: #f1e4cc;
}
section.profile .tab-content #zbozi .zbozi-container-line {
  margin: 0 30px 20px 30px;
}
section.profile .tab-content #zbozi .zbozi-container-line .zbozi-container {
  border: 1px solid #a6b3b9;
  color: #4c4c4c;
  margin: 10px 0 10px 0;
  display: block;
}
section.profile .tab-content #zbozi .zbozi-container-line .zbozi-container img {
  width: 90%;
  margin: 10%;
}
section.profile .tab-content #zbozi .zbozi-container-line .zbozi-container .right {
  height: 160px;
  position: relative;
}
section.profile .tab-content #zbozi .zbozi-container-line .zbozi-container .right .title {
  color: #1485b9;
  margin-top: 10px;
}
section.profile .tab-content #zbozi .zbozi-container-line .zbozi-container .right .desc {
  padding-right: 10px;
}
section.profile .tab-content #zbozi .zbozi-container-line .zbozi-container .right .bottom {
  position: absolute;
  bottom: 0;
  width: 90%;
}
section.profile .tab-content #zbozi .zbozi-container-line .zbozi-container .right .bottom hr {
  margin: 5px 0 5px 0;
}
section.profile .tab-content #zbozi .zbozi-container-line .zbozi-container .right .bottom .price {
  font-size: 26px;
  font-weight: bold;
}
section.profile .tab-content #zbozi .zbozi-container-line .zbozi-container .right .bottom .arrow {
  color: #bdbdbd;
  float: right;
  position: relative;
  top: 4px;
}
section.profile .tab-content #zbozi .zbozi-container-line .zbozi-container .right .bottom .arrow .glyphicon-chevron-right {
  font-size: 24px;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}
section.profile .tab-content #timeline .header {
  padding: 10px;
  background-color: #f1f1f1;
  overflow: auto;
}
section.profile .tab-content #timeline .header img {
  width: 70px;
  float: left;
  border: 2px solid #80808047;
  border-radius: 50%;
  margin-right: 10px;
}
section.profile .tab-content #timeline .header .name {
  font-weight: bold;
  color: #4c4c4c;
  position: static;
  font-size: 18px;
  margin-top: 10px;
}
section.profile .tab-content #timeline .header .info span {
  color: #014a6c;
  font-weight: bold;
}
section.profile .tab-content #timeline .header .info .separator {
  background-color: #717171;
  display: inline-block;
  width: 3px;
  height: 8px;
  margin: 0 10px 1px 10px;
}
section.profile .tab-content #timeline .body {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  overflow: auto;
  color: black;
}
section.profile .tab-content #timeline .body:hover {
  text-decoration: none;
}
section.profile .tab-content #timeline .body .text {
  min-height: 30px;
}
section.profile .tab-content #timeline .body .glyphicon-chevron-right-dk {
  background-image: url('../images/chevron-right-grey-dk.png');
  background-size: cover;
  height: 31px;
  width: 15px;
  position: absolute;
  top: 30%;
  color: #bdbdbd;
  right: 5px;
}
section.profile .tab-content #timeline .body .bold {
  font-weight: bold;
  color: #014a6c;
}
section.profile .tab-content #timeline .body .title {
  font-weight: bold;
  color: #014a6c;
}
section.profile .tab-content #timeline .body .new-gallery {
  height: 100px;
  margin-right: 10px;
}
section.profile .tab-content #timeline .body .new-blog {
  float: left;
  height: 100px;
  margin-right: 10px;
}
section.profile .tab-content #nastenka .text {
  padding: 15px;
}
section.profile .tab-content #kontakt .text {
  padding: 15px;
}
section.profile .tab-content #kontakt a {
  color: inherit;
}
section.blog {
  padding-top: 70px;
  position: relative;
}
section.blog .top-bar {
  background-color: #f1e4cc;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 137px;
  border-top: 1px solid #c7c7c7;
}
section.blog .photo-href {
  width: 144px;
  border-radius: 50%;
  float: left;
  display: block;
  position: relative;
  z-index: 2;
}
section.blog .photo-href .photo {
  width: 144px;
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  float: left;
  margin: 0 20px 5px 0;
}
section.blog .name {
  position: relative;
  top: 0;
  font-size: 34px;
  font-weight: bold;
  color: #4c4c4c;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
section.blog .name:hover {
  text-decoration: none;
}
section.blog .subtitle {
  position: relative;
  top: 14px;
  color: #4c4c4c;
  font-size: 22px;
}
section.blog .href-blog {
  font-weight: bold;
  float: right;
  position: relative;
  top: -30px;
}
section.blog .href-blog img {
  width: 20px;
  position: relative;
  left: -4px;
  top: -2px;
}
section.blog .blog-container {
  background-color: white;
  padding: 10px 25px 30px 25px;
  border: 1px solid #a6b3b9;
  position: relative;
}
section.blog .blog-container .name {
  position: static;
  color: #1485b9;
  margin-bottom: 0;
}
section.blog .blog-container .time {
  color: #4c4c4c;
  margin-bottom: 25px;
}
section.blog .others-blogs-container {
  padding: 0 25px;
  margin-bottom: 50px;
  background-image: url('../images/bar-horizontal.png');
  background-size: 100% 29px;
  background-repeat: no-repeat;
  border-left: 1px solid #a6b3b9;
  border-right: 1px solid #a6b3b9;
  border-bottom: 1px solid #a6b3b9;
}
section.blog .others-blogs-container .name {
  margin-top: 30px;
  font-size: 24px;
  margin-bottom: 30px;
}
section.blog .others-blogs-container .other-blog-container {
  margin-bottom: 30px;
  overflow: auto;
  display: block;
}
section.blog .others-blogs-container .other-blog-container img {
  width: 33%;
  float: left;
  margin-right: 2%;
}
section.blog .others-blogs-container .other-blog-container .title {
  float: left;
  font-size: 18px;
  color: #1485b9;
  font-weight: bold;
  width: 65%;
}
section.blog .others-blogs-container .other-blog-container .text {
  color: black;
  float: left;
  width: 65%;
}
section.zbozi {
  padding-top: 70px;
  position: relative;
  /*
    .horizontal-bar {
    height: 30px;
    background-image: url('../images/bar-horizontal.png');
    background-size: 100% 29px;
    background-repeat: no-repeat;
    }
    */
}
section.zbozi .top-bar {
  background-color: #f1e4cc;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 137px;
  border-top: 1px solid #c7c7c7;
}
section.zbozi .photo-href {
  width: 144px;
  border-radius: 50%;
  float: left;
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 20px 5px 0;
}
section.zbozi .photo-href img {
  width: 144px;
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  float: left;
}
section.zbozi .photo-href img.no-radius {
  border-radius: 0;
}
section.zbozi .name {
  position: relative;
  top: 0;
  font-size: 34px;
  font-weight: bold;
  color: #4c4c4c;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
section.zbozi .name:hover {
  text-decoration: none;
}
section.zbozi .subtitle {
  position: relative;
  top: 14px;
  color: #4c4c4c;
  font-size: 22px;
}
section.zbozi .href-zbozi {
  font-weight: bold;
  float: right;
  position: relative;
  top: -30px;
  z-index: 1;
}
section.zbozi .href-zbozi img {
  width: 20px;
  position: relative;
  left: -4px;
  top: -2px;
}
section.zbozi .category-name {
  font-size: 24px;
  margin: 30px 0 0 20px;
  display: inline-block;
  text-transform: uppercase;
}
section.zbozi .category-name a {
  color: black;
  font-weight: bold;
}
section.zbozi .category-title {
  color: #1485b9;
  width: fit-content;
  width: -moz-fit-content;
  float: left;
  font-size: 16px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 10px 0 30px;
}
section.zbozi .dropdown {
  float: left;
  margin: 20px 30px 0 10px;
}
section.zbozi .dropdown .dropdown-toggle {
  background-image: none !important;
  background-color: transparent !important;
  color: black !important;
  text-shadow: none;
  border-radius: 0;
}
section.zbozi .dropdown .dropdown-toggle .glyphicon-chevron-down {
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  position: relative;
  top: 3px;
}
section.zbozi .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  min-width: 200px;
}
section.zbozi .dropdown .dropdown-menu li.optgroup {
  position: relative;
}
section.zbozi .dropdown .dropdown-menu li.optgroup:hover .optgroup {
  background-color: #f1e4cc;
  cursor: pointer;
}
section.zbozi .dropdown .dropdown-menu li.optgroup:hover a {
  background-color: #f1e4cc;
  cursor: pointer;
}
section.zbozi .dropdown .dropdown-menu li.optgroup:hover a .glyphicon-chevron-right {
  float: right;
  text-stroke: 2px #f1e4cc;
  -webkit-text-stroke: 2px #f1e4cc;
}
section.zbozi .dropdown .dropdown-menu li.optgroup:hover ul {
  display: block;
}
section.zbozi .dropdown .dropdown-menu li.optgroup a {
  text-transform: uppercase;
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
}
section.zbozi .dropdown .dropdown-menu li.optgroup a .glyphicon-chevron-right {
  position: absolute;
  right: 2px;
  top: 28%;
  width: auto;
  text-stroke: 2px white;
  -webkit-text-stroke: 2px white;
  padding: 0;
}
section.zbozi .dropdown .dropdown-menu li.all {
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
}
section.zbozi .dropdown .dropdown-menu li.all:hover {
  background-color: #f1e4cc;
}
section.zbozi .dropdown .dropdown-menu li.all a {
  padding: 0;
}
section.zbozi .dropdown .dropdown-menu li.all a:hover {
  background-color: inherit;
}
section.zbozi .dropdown .dropdown-menu li ul {
  padding: 0;
  display: none;
  background-color: white;
  list-style-type: none;
}
section.zbozi .dropdown .dropdown-menu li ul.optmember {
  position: absolute;
  top: 0;
  left: 198px;
  width: fit-content;
  width: -moz-fit-content;
}
section.zbozi .dropdown .dropdown-menu li ul.optmember li {
  background-color: #f1e4cc;
}
section.zbozi .dropdown .dropdown-menu li ul.optmember li a {
  padding: 10px;
  display: inline-block;
  color: black;
  text-transform: uppercase;
}
section.zbozi .dropdown .dropdown-menu li ul.optmember li a:hover {
  text-decoration: none;
}
section.zbozi .dropdown .dropdown-menu li.sort-item a {
  padding: 10px 20px;
  text-transform: uppercase;
}
section.zbozi .dropdown .dropdown-menu li.sort-item a:hover {
  background-color: #f1e4cc;
}
section.zbozi .zbozi-container {
  background-color: white;
  padding: 10px 25px 30px 25px;
  border: 1px solid #a6b3b9;
  position: relative;
}
section.zbozi .zbozi-container .picture {
  width: 33%;
  float: left;
  margin: 20px 20px 0 0;
}
section.zbozi .zbozi-container .picture img {
  width: 100%;
}
section.zbozi .zbozi-container .name {
  position: static;
  color: #1485b9;
  margin-bottom: 0;
}
section.zbozi .zbozi-container .time {
  color: #4c4c4c;
  margin-bottom: 25px;
}
section.zbozi .zbozi-container .text {
  float: right;
  width: 64%;
}
section.zbozi .zbozi-container .top {
  position: relative;
  float: right;
  width: 64%;
}
section.zbozi .zbozi-container .top hr {
  margin: 15px 0 5px 0;
  border-top: 1px solid #bdbdbd;
  width: 97%;
  padding: 0 10px;
}
section.zbozi .zbozi-container .top .left {
  margin: 15px auto 20px auto;
  width: fit-content;
  width: -moz-fit-content;
  float: left;
}
section.zbozi .zbozi-container .top .left .price {
  font-size: 26px;
  font-weight: bold;
}
section.zbozi .zbozi-container .top a {
  color: #bdbdbd;
  float: right;
  margin: 18px auto 20px auto;
  display: block;
}
section.zbozi .zbozi-container .top a:hover {
  text-decoration: none;
}
section.zbozi .zbozi-container .top a .btn-modal {
  background-image: none;
  background-color: #014a6c;
  color: white;
  text-shadow: none;
  border-radius: 0;
  padding: 5px 25px;
}
section.zbozi .zbozi-container .top a .glyphicon-chevron-right {
  position: relative;
  top: 6px;
  font-size: 24px;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}
section.zbozi .zbozi-container .bottom {
  position: relative;
}
section.zbozi .zbozi-container .bottom hr {
  margin: 15px 0 5px 0;
  border-top: 1px solid #bdbdbd;
}
section.zbozi .zbozi-container .bottom .middle {
  margin: 10px auto 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}
section.zbozi .zbozi-container .bottom .middle .price {
  font-size: 26px;
  font-weight: bold;
}
section.zbozi .zbozi-container .bottom .middle .back {
  text-align: center;
  margin-top: 10px;
}
section.zbozi .zbozi-container .bottom .middle .back a {
  position: static;
  color: inherit;
}
section.zbozi .zbozi-container .bottom .middle .back a .glyphicon {
  top: 2px;
}
section.zbozi .zbozi-container .bottom .middle .back a:hover {
  text-decoration: underline;
}
section.zbozi .zbozi-container .bottom a {
  color: #bdbdbd;
  position: absolute;
  right: 10px;
  top: 40%;
}
section.zbozi .zbozi-container .bottom a:hover {
  text-decoration: none;
}
section.zbozi .zbozi-container .bottom a .btn-modal {
  background-image: none;
  background-color: #014a6c;
  color: white;
  text-shadow: none;
  border-radius: 0;
  padding: 5px 25px;
}
section.zbozi .zbozi-container .bottom a .glyphicon-chevron-right {
  position: relative;
  top: 6px;
  font-size: 24px;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}
section.zbozi .others-zbozi-container {
  padding: 25px;
  margin-bottom: 50px;
  overflow: auto;
  background-image: url('../images/bar-horizontal.png');
  background-size: 100% 29px;
  background-repeat: no-repeat;
  border-left: 1px solid #a6b3b9;
  border-right: 1px solid #a6b3b9;
  border-bottom: 1px solid #a6b3b9;
}
section.zbozi .others-zbozi-container .name {
  font-size: 24px;
}
section.zbozi .others-zbozi-container .other-zbozi-container {
  display: block;
  border: 1px solid #a6b3b9;
  color: #4c4c4c;
  margin: 10px 0 10px 0;
}
section.zbozi .others-zbozi-container .other-zbozi-container .zbozi-container-line {
  margin: 20px;
}
section.zbozi .others-zbozi-container .other-zbozi-container img {
  width: 90%;
  margin: 10%;
}
section.zbozi .others-zbozi-container .other-zbozi-container .right {
  min-height: 160px;
  position: relative;
}
section.zbozi .others-zbozi-container .other-zbozi-container .right .title {
  color: #1485b9;
  margin-top: 10px;
  font-weight: bold;
}
section.zbozi .others-zbozi-container .other-zbozi-container .right .bottom {
  position: absolute;
  bottom: 0;
  width: 90%;
}
section.zbozi .others-zbozi-container .other-zbozi-container .right .bottom hr {
  margin: 5px 0 5px 0;
  border-top: 1px solid #bdbdbd;
}
section.zbozi .others-zbozi-container .other-zbozi-container .right .bottom .price {
  font-size: 26px;
  font-weight: bold;
}
section.zbozi .others-zbozi-container .other-zbozi-container .right .bottom .glyphicon-chevron-right {
  color: #bdbdbd;
  float: right;
  position: relative;
  top: 7px;
  font-size: 24px;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}
section.profile.company {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
section.profile.company .btn-remove {
  right: 110px;
  top: 20px;
}
section.profile.company .btn-hide {
  right: 217px;
  top: 20px;
}
section.profile.company .btn-edit {
  top: 20px;
}
section.profile.company .switch {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 34px;
}
section.profile.company .switch input {
  display: none;
}
section.profile.company .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.profile.company .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.profile.company input:checked + .slider {
  background-color: lightgreen;
}
section.profile.company input:focus + .slider {
  box-shadow: 0 0 1px lightgreen;
}
section.profile.company input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
section.profile.company .slider.round {
  border-radius: 34px;
}
section.profile.company .slider.round:before {
  border-radius: 50%;
}
section.profile.company .photo img {
  border-radius: 0;
}
section.profile.company .description {
  overflow: hidden;
  height: 140px;
  margin: 20px;
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f1e4cc;
}
section.profile.company .description .showmore {
  width: fit-content;
  position: absolute;
  bottom: 135px;
  left: 35px;
  /**background-color: #f1e4cc;            */
}
section.profile.company .description .showmore a {
  position: static;
  margin: 0 10px 2px 10px;
  text-transform: uppercase;
  color: #1485b9;
}
section.profile.company .description .showmore a:hover {
  text-decoration: none;
}
section.profile.company .description .showmore a .glyphicon-dk {
  display: inline-block;
  width: 20px;
  height: 11px;
  background-size: cover;
}
section.profile.company .description .showmore a .glyphicon-dk.glyphicon-chevron-down-dk {
  background-image: url(../images/chevron-down-blue-dk.png);
}
section.profile.company .description .showmore a .glyphicon-dk.glyphicon-chevron-up-dk {
  background-image: url(../images/chevron-up-blue-dk.png);
}
section.profile.company .top-bar {
  height: 290px;
}
section.profile.company .skill {
  border: 1px solid #b0a795;
  margin-bottom: 20px;
  background-image: url("../images/skill_background.png");
  background-size: 337px;
  margin: 3%;
}
section.profile.company .skill .top {
  height: 196px;
  background-image: none;
  overflow: initial;
  min-height: auto;
  padding-top: 0;
}
section.profile.company .skill .top.itsme .rating {
  float: none;
  margin: 0;
  position: relative;
  top: 25%;
}
section.profile.company .skill .top .rating {
  float: left;
  text-align: center;
  color: #4c4c4c;
  margin: 20px;
}
section.profile.company .skill .top .rating .star {
  height: 80px;
}
section.profile.company .skill .top .rating .rate {
  font-size: 30px;
}
section.profile.company .skill .top .rating .rate-name {
  text-transform: uppercase;
  position: relative;
  top: -7px;
  font-size: 14px;
}
section.profile.company .skill .top .bar {
  background-image: url("../images/bar.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 70%;
  width: 2px;
  float: left;
  background-position: center;
  margin: 30px 0px;
}
section.profile.company .skill .top .questions {
  float: left;
}
section.profile.company .skill .top .questions .line {
  display: block;
  overflow: auto;
  margin: 18px;
  padding: 5px;
}
section.profile.company .skill .top .questions .line:hover {
  background-color: white;
}
section.profile.company .skill .top .questions .line .icon {
  width: 30px;
  float: left;
  margin-right: 15px;
  box-shadow: 3px 3px 5px grey;
}
section.profile.company .skill .top .questions .line .text {
  padding: 0;
  overflow: auto;
  height: auto;
  float: left;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #014a6c;
}
section.profile.company .skill .bottom {
  height: 120px;
  width: 100%;
  background-color: transparent;
}
section.profile.company .skill .bottom .name {
  position: static;
  color: #1485b9;
  text-align: center;
  font-size: 18px;
  margin: 20px;
}
section.profile.company .skill .bottom .text {
  color: #4c4c4c;
  padding: 20px;
}
section.profile.company .skill .bottom .text p {
  margin-bottom: 0;
}
section.profile.company .skill .bottom .text .stars {
  margin-top: 5px;
  width: fit-content;
  width: -moz-fit-content;
}
section.profile.company .skill .bottom .text .stars .star {
  height: 20px;
  width: 20px;
  float: left;
  background-repeat: no-repeat;
  margin-right: 5px;
  background-image: url('../images/star-empty.png');
  background-size: contain;
}
section.profile.company .skill .bottom .text .stars .star:last-child {
  margin-right: 0;
}
section.profile.company .skill .bottom .text .stars .star.full {
  background-image: url('../images/star-full.png');
}
section.profile.company .contacts {
  position: static;
  margin-top: 70px;
  margin-bottom: 20px;
}
section.profile.company .contacts .contact-container {
  width: 33%;
  float: left;
}
section.profile.company .contacts .contact-container a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
section.profile.company .contacts .contact-container a .bar {
  display: inline-block;
  width: 90%;
}
section.profile.company .contacts .contact-container a .bar img {
  width: 40px;
  margin: 7px auto;
  display: block;
}
section.profile.company .contacts .contact-container a .text {
  color: #4c4c4c;
}
section.profile.company .tab-content #dobrykontakt .text {
  margin: 10px 20px;
}
section.profile.company .tab-content #dobrykontakt .text h1,
section.profile.company .tab-content #dobrykontakt .text h2,
section.profile.company .tab-content #dobrykontakt .text h3,
section.profile.company .tab-content #dobrykontakt .text h4,
section.profile.company .tab-content #dobrykontakt .text h5 {
  color: #3d9ac5;
}
section.profile.company .tab-content #dobrykontakt .text ul {
  padding-left: 20px;
  list-style: none;
}
section.profile.company .tab-content #dobrykontakt .text ul li:before {
  margin-right: 10px;
  content: "\25AA";
  color: #3d9ac5;
  font-size: 24px;
  line-height: 12px;
  position: relative;
  top: 3px;
}
section.profile.company .tab-content #reference .reference-container-first {
  overflow: auto;
  background-color: #f0f3f4;
  margin: 10px;
}
section.profile.company .tab-content #reference .reference-container-first .left {
  float: left;
  margin: 20px;
}
section.profile.company .tab-content #reference .reference-container-first .left .text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #3d9ac5;
  margin-bottom: 5px;
}
section.profile.company .tab-content #reference .reference-container-first .left a {
  padding: 7px;
  display: inline-block;
  background-color: #1485b9;
  color: white;
}
section.profile.company .tab-content #reference .reference-container-first .left a:hover {
  text-decoration: none;
}
section.profile.company .tab-content #reference .reference-container-first .left a .glyphicon {
  -webkit-text-stroke: 2px #1485b9;
  text-stroke: 2px #1485b9;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
section.profile.company .tab-content #reference .reference-container-first .rating {
  float: right;
  font-size: 73px;
  font-weight: bold;
  color: #1485b9;
  margin-right: 20px;
}
section.profile.company .tab-content #reference .reference-container {
  position: relative;
  margin: 10px;
  border: 1px solid #a6b3b9;
  padding: 20px;
  overflow: auto;
}
section.profile.company .tab-content #reference .reference-container .left {
  float: left;
  width: 20%;
  text-align: center;
}
section.profile.company .tab-content #reference .reference-container .left .rating {
  font-size: 88px;
  font-weight: bold;
  color: #014a6c;
  line-height: 77px;
}
section.profile.company .tab-content #reference .reference-container .left .text {
  text-transform: uppercase;
  color: #014a6c;
  line-height: 30px;
}
section.profile.company .tab-content #reference .reference-container .left .stars {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}
section.profile.company .tab-content #reference .reference-container .left .stars .star {
  height: 28px;
  width: 28px;
  float: left;
  background-repeat: no-repeat;
  margin-right: 5px;
  background-image: url('../images/star-empty.png');
}
section.profile.company .tab-content #reference .reference-container .left .stars .star:last-child {
  margin-right: 0;
}
section.profile.company .tab-content #reference .reference-container .left .stars .star.full {
  background-image: url('../images/star-full.png');
}
section.profile.company .tab-content #reference .reference-container .right {
  float: right;
  width: 78%;
}
section.profile.company .tab-content #reference .reference-container .right .text {
  height: 80px;
  overflow: hidden;
}
section.profile.company .tab-content #reference .reference-container .right .show-more {
  float: left;
  margin-top: 10px;
  background-color: #1485b9;
  color: white;
  padding: 15px 20px;
  font-size: 14px;
}
section.profile.company .tab-content #reference .reference-container .right .show-more:hover {
  background-color: #1485b9bd;
  text-decoration: none;
}
section.profile.company .tab-content #reference .reference-container .right .show-more:hover .glyphicon {
  -webkit-text-stroke: 1px #1485b9bd;
  text-stroke: 1px #1485b9bd;
}
section.profile.company .tab-content #reference .reference-container .right .show-more .glyphicon {
  -webkit-text-stroke: 1px #1485b9;
  text-stroke: 1px #1485b9;
  font-size: 14px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
section.profile.company .tab-content #reference .reference-container .btn-edit {
  position: absolute;
  bottom: 20px;
  right: 150px;
  top: auto;
}
section.profile.company .tab-content #reference .reference-container .btn-remove {
  position: absolute;
  bottom: 20px;
  right: 20px;
  top: auto;
}
section.profile.company .tab-content #prace .job-container {
  display: block;
  border: 1px solid #a6b3b9;
  overflow: auto;
  margin: 10px 30px;
}
section.profile.company .tab-content #prace .job-container:first-child {
  margin-top: 30px;
}
section.profile.company .tab-content #prace .job-container:last-child {
  margin-bottom: 30px;
}
section.profile.company .tab-content #prace .job-container .job {
  float: left;
  font-size: 23px;
  line-height: 48px;
  margin-left: 20px;
  color: #3d9ac5;
}
section.profile.company .tab-content #prace .job-container img {
  width: 18px;
  float: right;
  margin: 10px;
}
section.profile.company .tab-content #prace .item-ssid {
  margin-top: 10px;
}
section.profile.company .tab-content #prace .delete-ssid {
  float: right;
  position: relative;
  top: 6px;
}
section.profile.company .tab-content #prace .add-ssid {
  display: block;
  margin: 10px auto 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}
#addReference.modal {
  position: relative;
  top: 0;
}
#addReference.modal .modal-dialog {
  margin: 0;
  width: 100%;
}
#addReference.modal .modal-dialog .modal-content {
  border-radius: 0;
}
#addReference.modal .title {
  color: #3d9ac5;
  margin: 10px 0 0 15px;
  display: inline-block;
}
#addReference.modal .photo {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  float: left;
  margin: 10px;
}
#addReference.modal .name {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  top: 23px;
}
#addReference.modal .rating {
  width: 165px;
  float: left;
  font-size: 60px;
  font-weight: bold;
  color: #1485b9;
  margin: 0 20px;
  line-height: 50px;
}
#addReference.modal .slider-container {
  float: left;
}
#addReference.modal .slider-container .desc {
  font-size: 10px;
  margin-bottom: 15px;
}
#addReference.modal .slider-container .ui-slider-horizontal {
  border: 2px solid #1485b9;
  height: 13px;
  -moz-box-shadow: inset 3px 3px 7px #b3b3b3;
  -webkit-box-shadow: inset 3px 3px 7px #b3b3b3;
  box-shadow: inset 3px 3px 7px #b3b3b3;
}
#addReference.modal .slider-container .ui-slider-horizontal .ui-slider-handle {
  background-image: url('../images/chevrons-slider.png');
  border-radius: 50%;
  border: 2px solid white;
  background-size: cover;
  height: 40px;
  width: 41px;
  top: -1.1em;
  outline: none;
  -moz-box-shadow: 3px 3px 7px #b3b3b3;
  -webkit-box-shadow: 3px 3px 7px #b3b3b3;
  box-shadow: 3px 3px 7px #b3b3b3;
}
#addReference.modal .btn-modal {
  margin: 10px 15px 0 0;
}
#frm-editReferenceForm-editReferenceForm {
  position: relative;
  top: 0;
}
#frm-editReferenceForm-editReferenceForm .modal-dialog {
  margin: 0;
  width: 100%;
}
#frm-editReferenceForm-editReferenceForm .modal-dialog .modal-content {
  border-radius: 0;
}
#frm-editReferenceForm-editReferenceForm .title {
  color: #3d9ac5;
  margin: 10px 0 0 15px;
  display: inline-block;
}
#frm-editReferenceForm-editReferenceForm .photo {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  float: left;
  margin: 10px;
}
#frm-editReferenceForm-editReferenceForm .name {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  top: 23px;
}
#frm-editReferenceForm-editReferenceForm .rating {
  float: left;
  font-size: 60px;
  font-weight: bold;
  color: #1485b9;
  margin: 0 20px;
  line-height: 50px;
}
section.company-ex {
  padding-top: 0;
  bottom: 15px;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
section.company-ex * {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #082d3e;
}
section.company-ex * strong {
  font-weight: 700;
}
section.company-ex * .btn-mine {
  color: white;
}
section.company-ex * .btn-mine .glyphicon {
  color: white;
}
section.company-ex .glyphicon {
  font-family: 'Glyphicons Halflings';
}
section.company-ex .modal.page .modal-dialog {
  width: 900px;
}
section.company-ex .modal-dialog * {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
section.company-ex .modal-dialog * strong {
  font-weight: 700;
}
section.company-ex .modal-dialog * .glyphicon {
  font-family: 'Glyphicons Halflings';
}
section.company-ex .container2 {
  background-color: #fcf8ea;
  margin-bottom: 30px;
}
section.company-ex .switch {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 34px;
}
section.company-ex .switch input {
  display: none;
}
section.company-ex .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.company-ex .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.company-ex input:checked + .slider {
  background-color: lightgreen;
}
section.company-ex input:focus + .slider {
  box-shadow: 0 0 1px lightgreen;
}
section.company-ex input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
section.company-ex .slider.round {
  border-radius: 34px;
}
section.company-ex .slider.round:before {
  border-radius: 50%;
}
section.company-ex .notifications-container {
  top: -10px;
}
section.company-ex .notifications-container * {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
section.company-ex .notifications-container * .glyphicon {
  font-family: 'Glyphicons Halflings';
}
section.company-ex .notifications-container .question-container .question-panel {
  background-color: white;
}
section.company-ex .notifications-container .follow-container .follow-banner {
  background-color: white;
}
section.company-ex #editCompanyExtended .modal-dialog {
  width: 95%;
}
section.company-ex #addMenuModal .modal-dialog {
  width: 770px;
}
section.company-ex #addDynamicInfoModal .modal-dialog {
  width: 500px;
}
section.company-ex .slide-modal {
  text-align: left;
}
section.company-ex .slide-modal textarea {
  width: 100%;
  resize: none;
  height: 100px;
}
section.company-ex input[type=file] {
  display: none;
}
section.company-ex .mini-info-container {
  position: relative;
}
section.company-ex .item-ssid {
  margin-top: 10px;
}
section.company-ex .delete-ssid {
  float: right;
  position: relative;
  top: 6px;
}
section.company-ex .add-ssid {
  display: block;
  margin: 10px auto 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}
section.company-ex .btn-hide {
  right: 502px;
  z-index: 3;
  top: 70px;
}
section.company-ex .btn-remove {
  right: 412px;
  z-index: 3;
  top: 70px;
}
section.company-ex .head {
  background-size: cover;
  /*background: none !important;*/
  background-position: center;
  position: relative;
  padding-top: 130px;
}
section.company-ex .head .logo-placeholder {
  display: none;
}
@media (min-width: 1201px) {
	section.company-ex .head .logo-placeholder {
	  height: 290px;
	  display: block;
	}
}
section.company-ex .head .logo {
  /* -webkit-box-shadow: 0px 0px 86px 50px rgba(255,255,255,1);*/
  /* -moz-box-shadow:0px 0px 86px 50px rgba(255,255,255,1);*/
  /*  box-shadow: 0px 0px 86px 50px rgba(255,255,255,1);*/
  padding: 50px 50px;
  /* background-color: white;*/
  display: block;
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
  visibility: hidden;
}
@media (min-width: 1201px) {
  section.company-ex .head .logo.desktopVisibility {
    visibility: visible;
  }
}
@media (max-width: 1200px) {
  section.company-ex .head .logo.mobileVisibility {
    visibility: visible;
  }
}
section.company-ex .head .logo img {
  width: 190px;
}
section.company-ex .head .logo h1 {
  font-weight: bold;
  font-size: 74px;
  margin: unset;
}
section.company-ex .head .logo span {
  font-weight: bold;
  font-size: 74px;
  margin: unset;
}
@media (min-width: 1201px) {
  section.company-ex .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 500px;
    height: 430px;
    top: -50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: -moz-radial-gradient(ellipse at center, #ffffff 20%, #ffffff 26%, rgba(255, 255, 255, 0) 70%);
    background: -webkit-radial-gradient(ellipse at center, #ffffff 20%, #ffffff 26%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(ellipse at center, #ffffff 20%, #ffffff 26%, rgba(255, 255, 255, 0) 70%);
  }
}
section.company-ex .head .menu-container {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}
section.company-ex .head .menu-container .one-menu-container {
  display: inline-block;
  position: relative;
  height: 72px;
  top: 36px;
}
section.company-ex .head .menu-container .one-menu-container .one-menu {
  text-transform: uppercase;
  color: white;
  padding: 4px 12px;
  font-size: 20px;
  display: inline-block;
  min-width: 110px;
  text-align: center;
  background-color: #082d3e;
  margin-left: 10px;
  z-index: 1;
  position: relative;
}
section.company-ex .head .menu-container .one-menu-container .btn-mine {
  position: absolute;
  background-color: #014a6c;
  opacity: 0.5;
  transition: all 0.2s;
  top: -35px;
}
section.company-ex .head .menu-container .one-menu-container .btn-mine:hover {
  opacity: 1;
  transition: all 0.2s;
}
section.company-ex .head .menu-container .one-menu-container .btn-mine.btn-remove {
  right: -2px;
}
section.company-ex .head .menu-container .one-menu-container .btn-mine.btn-edit {
  right: 28px;
}
section.company-ex .head .menu-container .one-menu-container .btn-mine.btn-hide {
  right: 28px;
}
section.company-ex .head .menu-container .one-menu-container .btn-mine.btn-arrow-right {
  right: 58px;
}
section.company-ex .head .menu-container .one-menu-container .btn-mine.btn-arrow-left {
  right: 88px;
}
section.company-ex .head .menu-container form .page,
section.company-ex .head .menu-container form .company-section,
section.company-ex .head .menu-container form .miniinfo,
section.company-ex .head .menu-container form .href {
  display: none;
}
section.company-ex .head .bxslider {
  visibility: hidden;
}
section.company-ex .head .bx-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin-top: 80px;
}
section.company-ex .head .bx-wrapper .bxslider .one-slide .one-slide-container {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  display: block;
}
section.company-ex .head .bx-wrapper .bxslider .one-slide .one-slide-container .square {
  padding: 0px 30px;
  width: 490px;
  height: 250px;
  float: left;
  background-color: #082d3e;
  background-color: #082d3ebf;
}
section.company-ex .head .bx-wrapper .bxslider .one-slide .one-slide-container .square .title {
  text-align: center;
  font-size: 80px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  color: white;
  line-height: 100px;
  padding-top: 5px;
}
section.company-ex .head .bx-wrapper .bxslider .one-slide .one-slide-container .square hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.company-ex .head .bx-wrapper .bxslider .one-slide .one-slide-container .square img {
  width: 25%;
  float: left;
  border-radius: 50%;
  margin-bottom: 15px;
}
section.company-ex .head .bx-wrapper .bxslider .one-slide .one-slide-container .square .text {
  width: 70%;
  float: right;
  color: white;
  margin-bottom: 10px;
  font-size: 18px;
}
section.company-ex .head .bx-wrapper .bxslider .one-slide .one-slide-container .square .btn-remove {
  top: auto;
  right: 90px;
}
section.company-ex .head .bx-wrapper .bxslider .one-slide .one-slide-container .square .btn-edit {
  top: auto;
  right: 0;
}
section.company-ex .head .bx-wrapper .bxslider .one-slide .one-slide-container .triangle {
  width: 0px;
  height: 0px;
  border-top: 130px solid transparent;
  border-bottom: 119px solid transparent;
}
section.company-ex .head .bx-wrapper .bxslider .one-slide .one-slide-container .triangle.left {
  float: left;
  border-right: 30px solid #082d3e;
  border-right: 30px solid #082d3ebf;
}
section.company-ex .head .bx-wrapper .bxslider .one-slide .one-slide-container .triangle.right {
  float: right;
  border-left: 30px solid #082d3e;
  border-left: 30px solid #082d3ebf;
}
section.company-ex .head .bx-wrapper .bx-controls .bx-prev {
  text-indent: 0;
  background-color: #082d3e;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: right;
  line-height: 100px;
  font-size: 44px;
  left: -70px;
  top: 0;
  z-index: 999;
}
section.company-ex .head .bx-wrapper .bx-controls .bx-prev .glyphicon {
  color: white;
  text-stroke: 8px #082d3e;
  -webkit-text-stroke: 8px #082d3e;
}
section.company-ex .head .bx-wrapper .bx-controls .bx-next {
  text-indent: 0;
  background-color: #082d3e;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: left;
  line-height: 100px;
  font-size: 44px;
  right: -70px;
  top: 0;
  z-index: 999;
}
section.company-ex .head .bx-wrapper .bx-controls .bx-next .glyphicon {
  color: white;
  text-stroke: 8px #082d3e;
  -webkit-text-stroke: 8px #082d3e;
}
section.company-ex .head .bx-wrapper .bx-pager {
  bottom: -90px;
  z-index: 900;
}
section.company-ex .head .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  border: 2px solid #cdcdcd;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
}
section.company-ex .head .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #082d3e;
}
section.company-ex .questions {
  margin: 60px auto 0 auto;
  width: fit-content;
  width: -web-fit-content;
}
section.company-ex .questions .question-container {
  cursor: pointer;
  display: inline-block;
  float: left;
  margin-right: 50px;
  padding: 5px 10px;
}
section.company-ex .questions .question-container:hover {
  text-decoration: none;
  background-color: white;
  padding: 5px 10px;
}
section.company-ex .questions .question-container:last-of-type {
  float: none;
  margin-right: 0;
}
section.company-ex .questions .question-container img {
  width: 28px;
  box-shadow: 2px 2px 9px #cacaca;
  margin-right: 10px;
}
section.company-ex .questions .question-container .text {
  font-size: 20px;
  position: relative;
  top: 3px;
}
section.company-ex .mini-infos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.company-ex .mini-infos .btn-add {
  right: auto;
  left: 35px;
  top: -40px;
}
section.company-ex .mini-infos .mini-info-container {
  padding: 0 30px 0 40px;
  margin-bottom: 40px;
}
section.company-ex .mini-infos .mini-info-container .main-item-container {
  height: 168px;
  position: relative;
  display: block;
  padding-bottom: 40px;
}
section.company-ex .mini-infos .mini-info-container .main-item-container .title {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section.company-ex .mini-infos .mini-info-container .main-item-container .text {
  font-size: 16px;
  height: 70%;
  margin-bottom: 20px;
  overflow: hidden;
}
section.company-ex .mini-infos .mini-info-container .main-item-container .bar {
  background-color: #7d9192;
  height: 16px;
  width: 100%;
  margin: 20px 0 20px 0;
  position: absolute;
  bottom: -10px;
}
section.company-ex .mini-infos .mini-info-container a.main-item-container:hover {
  text-decoration: none;
}
section.company-ex .mini-infos .mini-info-container a.main-item-container:hover .title {
  text-decoration: underline;
}
section.company-ex .category {
  background-color: #fcf8ea;
  margin-bottom: 30px;
}
section.company-ex .category .category-name {
  font-size: 24px;
  font-weight: normal;
  margin: 30px 0 0 20px;
  display: inline-block;
  text-transform: uppercase;
}
section.company-ex .category .category-name a {
  font-weight: normal;
}
section.company-ex .category .category-desc {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 30px 20px;
  display: block;
}
section.company-ex .category .btn-more {
  display: block;
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
  border: 1px solid #879999;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: normal;
  box-shadow: 1px 1px 2px #cacaca;
  font-size: 18px;
  background-color: transparent;
}
section.company-ex .category .btn-more:hover {
  background-color: #879999;
  color: white;
}
section.company-ex .category .btn-more:hover .glyphicon {
  transition: all 0.2s;
  text-stroke: 2px #879999;
  -webkit-text-stroke: 2px #879999;
  color: white;
}
section.company-ex .category .btn-more .glyphicon {
  transition: all 0.2s;
  text-stroke: 2px #fcf8ea;
  -webkit-text-stroke: 2px #fcf8ea;
}
section.company-ex .category .item-container {
  background-color: white;
  margin: 20px;
  padding: 20px;
  display: block;
  overflow: auto;
  min-height: 490px;
  position: relative;
}
section.company-ex .category .item-container:hover {
  text-decoration: none;
}
section.company-ex .category .item-container img.main {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  /* min-width: 50%; */
  max-height: 285px;
}
section.company-ex .category .item-container img.more {
  width: 20px;
  float: right;
}
section.company-ex .category .item-container .item-name-description-container {
  max-height: 119px;
  overflow: hidden;
}
section.company-ex .category .item-container .item-name {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 5px;
  max-height: 50px;
  overflow: hidden;
}
section.company-ex .category .item-container .item-description {
  text-align: center;
}
section.company-ex .category .item-container hr {
  margin-top: 10px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 50px;
  width: 85%;
  left: 0;
  right: 0;
}
section.company-ex .category .item-container .bottom {
  display: block;
  overflow: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
}
section.company-ex .category .item-container .bottom .cena {
  font-weight: normal;
  font-size: 24px;
}
section.company-ex .category .item-container .bottom .price {
  position: absolute;
  left: 28%;
}
section.company-ex .category .photo-container {
  position: relative;
  margin: 20px 20px 40px 20px;
}
section.company-ex .category .photo-container .lightbox-container img.main {
  width: 100%;
}
section.company-ex .category .photo-container .lightbox-container img.zoom {
  position: absolute;
  right: -20px;
  bottom: -15px;
  width: 40px;
  border-radius: 50%;
}
section.company-ex .category hr {
  border-color: #bdbdbd;
}
section.company-ex .category .category-title {
  width: fit-content;
  width: -moz-fit-content;
  float: left;
  font-size: 16px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 10px 0 30px;
}
section.company-ex .category.mini-infos-footer hr {
  width: 80%;
  border-color: #dfdfd4;
  margin-bottom: 50px;
}
section.company-ex .category.mini-infos-footer .shadow {
  margin-top: 20px;
  height: 36px;
  background-image: url(../images/blog_shadow.png);
  background-size: cover;
}
section.company-ex .category.goods {
  margin-bottom: 0;
}
section.company-ex .category.goods hr {
  float: left;
  width: 100%;
}
section.company-ex .category.goods .category-title {
  margin: 10px 10px 0 30px;
}
section.company-ex .category.goods .right {
  float: right;
}
section.company-ex .category.goods .right .sort {
  float: left;
  line-height: 36px;
  margin-top: 10px;
}
section.company-ex .category.goods .dropdown {
  float: left;
  margin: 10px 30px 0 10px;
}
section.company-ex .category.goods .dropdown .dropdown-toggle {
  background-image: none;
  background-color: transparent;
  color: black;
  text-shadow: none;
  border-radius: 0;
}
section.company-ex .category.goods .dropdown .dropdown-toggle .glyphicon-chevron-down {
  -webkit-text-stroke: 2px #fcf8ea;
  text-stroke: 2px #fcf8ea;
  position: relative;
  top: 3px;
}
section.company-ex .category.goods .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.optgroup {
  position: relative;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.optgroup:hover .optgroup {
  background-color: #f1e4cc;
  cursor: pointer;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.optgroup:hover a {
  background-color: #f1e4cc;
  cursor: pointer;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.optgroup:hover a .glyphicon-chevron-right {
  float: right;
  text-stroke: 2px #f1e4cc;
  -webkit-text-stroke: 2px #f1e4cc;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.optgroup:hover ul {
  display: block;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.optgroup a {
  text-transform: uppercase;
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.optgroup a .glyphicon-chevron-right {
  position: absolute;
  right: 2px;
  top: 28%;
  width: auto;
  text-stroke: 2px white;
  -webkit-text-stroke: 2px white;
  padding: 0;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.all {
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.all:hover {
  background-color: #f1e4cc;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.all a {
  padding: 0;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.all a:hover {
  background-color: inherit;
}
section.company-ex .category.goods .dropdown .dropdown-menu li ul {
  padding: 0;
  display: none;
  background-color: white;
  list-style-type: none;
}
section.company-ex .category.goods .dropdown .dropdown-menu li ul.optmember {
  position: absolute;
  top: 0;
  left: 158px;
  width: fit-content;
  width: -moz-fit-content;
}
section.company-ex .category.goods .dropdown .dropdown-menu li ul.optmember li {
  background-color: #f1e4cc;
}
section.company-ex .category.goods .dropdown .dropdown-menu li ul.optmember li a {
  padding: 10px;
  display: inline-block;
  color: black;
  text-transform: uppercase;
}
section.company-ex .category.goods .dropdown .dropdown-menu li ul.optmember li a:hover {
  text-decoration: none;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.sort-item a {
  padding: 10px 20px;
  text-transform: uppercase;
}
section.company-ex .category.goods .dropdown .dropdown-menu li.sort-item a:hover {
  background-color: #f1e4cc;
}
section.company-ex .category.goods .item-container hr {
  width: 80%;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 0 10px;
}
section.company-ex .category.goods-detail {
  margin-bottom: 0;
  /**/
  position: relative;
}
section.company-ex .category.goods-detail .btn-remove {
  top: auto;
  right: 110px;
}
section.company-ex .category.goods-detail .btn-edit {
  top: auto;
  right: 13px;
}
section.company-ex .category.goods-detail hr {
  float: left;
  width: 100%;
}
section.company-ex .category.goods-detail .category-title {
  margin: 10px 10px 0 30px;
}
section.company-ex .category.goods-detail .category-title a {
  font-weight: bold;
}
section.company-ex .category.goods-detail .right {
  float: right;
}
section.company-ex .category.goods-detail .right .sort {
  float: left;
  line-height: 36px;
  margin-top: 10px;
}
section.company-ex .category.goods-detail .dropdown {
  float: left;
  margin: 10px 30px 0 10px;
}
section.company-ex .category.goods-detail .dropdown .dropdown-toggle {
  background-image: none;
  background-color: transparent;
  color: black;
  text-shadow: none;
  border-radius: 0;
}
section.company-ex .category.goods-detail .dropdown .dropdown-toggle .glyphicon-chevron-down {
  -webkit-text-stroke: 2px #fcf8ea;
  text-stroke: 2px #fcf8ea;
  position: relative;
  top: 3px;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.optgroup {
  position: relative;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.optgroup:hover .optgroup {
  background-color: #f1e4cc;
  cursor: pointer;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.optgroup:hover a {
  background-color: #f1e4cc;
  cursor: pointer;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.optgroup:hover a .glyphicon-chevron-right {
  float: right;
  text-stroke: 2px #f1e4cc;
  -webkit-text-stroke: 2px #f1e4cc;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.optgroup:hover ul {
  display: block;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.optgroup a {
  text-transform: uppercase;
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.optgroup a .glyphicon-chevron-right {
  position: absolute;
  right: 2px;
  top: 28%;
  width: auto;
  text-stroke: 2px white;
  -webkit-text-stroke: 2px white;
  padding: 0;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.all {
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.all:hover {
  background-color: #f1e4cc;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.all a {
  padding: 0;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.all a:hover {
  background-color: inherit;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li ul {
  padding: 0;
  display: none;
  background-color: white;
  list-style-type: none;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li ul.optmember {
  position: absolute;
  top: 0;
  left: 158px;
  width: fit-content;
  width: -moz-fit-content;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li ul.optmember li {
  background-color: #f1e4cc;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li ul.optmember li a {
  padding: 10px;
  display: inline-block;
  color: black;
  text-transform: uppercase;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li ul.optmember li a:hover {
  text-decoration: none;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.sort-item a {
  padding: 10px 20px;
  text-transform: uppercase;
}
section.company-ex .category.goods-detail .dropdown .dropdown-menu li.sort-item a:hover {
  background-color: #f1e4cc;
}
section.company-ex .category.goods-detail .item-container hr {
  width: 80%;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 0 10px;
}
section.company-ex .category.goods-detail .picture {
  width: 33%;
  float: left;
  margin: 20px 20px 0 0;
}
section.company-ex .category.goods-detail .picture img {
  width: 100%;
}
section.company-ex .category.goods-detail .top {
  position: relative;
  float: right;
  width: 65%;
}
section.company-ex .category.goods-detail .top hr {
  margin: 15px 0 5px 0;
  border-top: 1px solid #bdbdbd;
  width: 97%;
  padding: 0 10px;
}
section.company-ex .category.goods-detail .top .name {
  position: static;
  color: #002b3e;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
}
section.company-ex .category.goods-detail .top .left {
  margin: 18px auto 20px auto;
  width: fit-content;
  width: -moz-fit-content;
  float: left;
}
section.company-ex .category.goods-detail .top .left .price {
  font-size: 26px;
  font-weight: bold;
}
section.company-ex .category.goods-detail .top a {
  color: #bdbdbd;
  float: right;
  margin: 18px auto 20px auto;
  display: block;
}
section.company-ex .category.goods-detail .top a .btn-modal {
  background-image: none;
  background-color: #014a6c;
  color: white;
  text-shadow: none;
  border-radius: 0;
  padding: 5px 25px;
}
section.company-ex .category.goods-detail .top a .btn-modal:hover {
  background-color: #014a6cbd;
}
section.company-ex .category.goods-detail .top a .glyphicon-chevron-right {
  color: #bdbdbd;
  position: relative;
  top: 6px;
  font-size: 24px;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}
section.company-ex .category.goods-detail .time {
  color: #4c4c4c;
  margin-bottom: 25px;
}
section.company-ex .category.goods-detail .text {
  margin-top: 20px;
  width: 65%;
  float: right;
}
section.company-ex .category.goods-detail .bottom {
  position: relative;
}
section.company-ex .category.goods-detail .bottom hr {
  margin: 15px 0 5px 0;
  border-top: 1px solid #bdbdbd;
  padding: 0 10px;
}
section.company-ex .category.goods-detail .bottom .middle {
  margin: 10px auto 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}
section.company-ex .category.goods-detail .bottom .middle .price {
  font-size: 26px;
  font-weight: bold;
}
section.company-ex .category.goods-detail .bottom .middle .back {
  text-align: center;
  margin-top: 10px;
}
section.company-ex .category.goods-detail .bottom .middle .back a {
  position: static;
  color: inherit;
}
section.company-ex .category.goods-detail .bottom .middle .back a .glyphicon {
  top: 2px;
}
section.company-ex .category.goods-detail .bottom .middle .back a:hover {
  text-decoration: underline;
}
section.company-ex .category.goods-detail .bottom a {
  color: #bdbdbd;
  position: absolute;
  right: 10px;
  top: 40%;
}
section.company-ex .category.goods-detail .bottom a:hover {
  text-decoration: none;
}
section.company-ex .category.goods-detail .bottom a .btn-modal {
  background-image: none;
  background-color: #014a6c;
  color: white;
  text-shadow: none;
  border-radius: 0;
}
section.company-ex .category.goods-detail .bottom a .glyphicon-chevron-right {
  color: #bdbdbd;
  position: relative;
  top: 6px;
  font-size: 24px;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}
section.company-ex .category.work {
  margin-bottom: 0;
}
section.company-ex .category.work .filter-area .filter-container {
  float: left;
  position: relative;
}
section.company-ex .category.work .filter-area .filter-container input {
  height: 35px;
  padding-left: 5px;
}
section.company-ex .category.work .filter-area .float-right .filter-container {
  margin-left: 10px;
}
section.company-ex .category.work .filter-area .float-right .filter-container .glyphicon-chevron-down {
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  color: #4c4c4c;
  position: relative;
  top: 2px;
}
section.company-ex .category.work .filter-area .float-right .filter-container .dropdown-menu {
  min-width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 0;
  border-color: #d8d8d8;
}
section.company-ex .category.work .filter-area .float-right .filter-container .btn-filter {
  background-image: none;
  background-color: white;
  text-shadow: none;
  border-radius: 0;
  color: #4c4c4c;
  border-color: #d8d8d8;
}
section.company-ex .category.work .filter-area label {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -25px;
}
section.company-ex .category.work .filter-area hr {
  float: right;
  width: 100%;
  margin-bottom: 40px;
}
section.company-ex .category.work .work-container {
  background-color: white;
  overflow: auto;
  padding: 20px;
  margin-bottom: 20px;
  display: block;
}
section.company-ex .category.work .work-container:hover {
  text-decoration: none;
}
section.company-ex .category.work .work-container .work-name {
  font-weight: bold;
  font-size: 18px;
}
section.company-ex .category.work .work-container .work-desc {
  margin: 0 15px 15px 0;
  min-height: 80px;
}
section.company-ex .category.work .work-container .bottom .time {
  float: left;
}
section.company-ex .category.work .work-container .bottom .btn-open {
  float: right;
  border-radius: 0;
  color: white;
  background-color: #082d3e;
}
section.company-ex .category.work .work-container .bottom .btn-open .glyphicon {
  color: white;
  -webkit-text-stroke: 2px #082d3e;
  -text-stroke: 2px #082d3e;
}
section.company-ex .category.work .work-container .bottom .btn-open:hover {
  background-color: #082d3ebd;
}
section.company-ex .category.work .work-container .bottom .btn-open:hover .glyphicon {
  -webkit-text-stroke: 2px #486370;
  -text-stroke: 2px #486370;
}
section.company-ex .category.work-detail {
  margin-bottom: 0;
}
section.company-ex .category.work-detail .wage {
  margin: 20px 10px 0 0;
}
section.company-ex .category.work-detail .wage span {
  font-size: 32px;
  font-weight: bold;
  color: #014a6c;
}
section.company-ex .category.work-detail .nav-tabs {
  border-bottom: none;
}
section.company-ex .category.work-detail .nav-tabs li {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: -3px;
}
section.company-ex .category.work-detail .nav-tabs li.active {
  border-bottom: 1px solid #fcf8ea;
}
section.company-ex .category.work-detail .nav-tabs li.active a {
  /*border: none;*/
  background-color: #082d3ebd;
  color: #fcf8ea;
  border-left: 1px solid #d4c2b8;
  border-right: 1px solid #d4c2b8;
  border-top: 1px solid #d4c2b8;
}
section.company-ex .category.work-detail .nav-tabs li a {
  background-color: #082d3e;
  color: white;
  border-left: 1px solid #d4c2b8;
  border-right: 1px solid #d4c2b8;
  border-top: 1px solid #d4c2b8;
  position: relative;
  display: block;
  padding: 5px 10px 5px 10px;
  font-weight: normal;
  height: 100%;
  font-size: 18px;
  margin-right: 0;
  border-radius: 0;
}
section.company-ex .category.work-detail .nav-tabs li a:hover {
  background-color: #082d3ebd;
}
section.company-ex .category.work-detail .nav-tabs li a .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: -6px;
  background-size: cover;
}
section.company-ex .category.work-detail .nav-tabs li a .glyphicon-chevron-right {
  text-stroke: 1px #082d3e;
  -webkit-text-stroke: 3px #082d3e;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
  top: 2px;
}
section.company-ex .category.work-detail .tab-content {
  margin-bottom: 40px;
}
section.company-ex .category.work-detail .tab-content .tab-pane {
  min-height: 200px;
  border: none;
  background-color: white;
}
section.company-ex .category.work-detail .tab-content .tab-pane .text {
  padding: 20px;
  position: relative;
  left: -15px;
}
section.company-ex .category.work-detail .tab-content .tab-pane .text ul {
  padding-left: 5px;
}
section.company-ex .category.work-detail .tab-content .tab-pane .text ul li {
  list-style: none;
}
section.company-ex .category.work-detail .tab-content .tab-pane .text ul li:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  color: #1485b9;
  margin-right: 8px;
}
section.company-ex .category.work-detail #frm-interestForm {
  border: 1px solid #d0d4cd;
  padding: 0 30px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 2px grey;
}
section.company-ex .category.work-detail #frm-interestForm h2 {
  font-weight: bold;
  font-size: 33px;
}
section.company-ex .category.work-detail #frm-interestForm .profil {
  margin-bottom: 10px;
}
section.company-ex .category.work-detail #frm-interestForm .profil img {
  width: 50px;
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
}
section.company-ex .category.work-detail #frm-interestForm .profil .name {
  position: relative;
  top: 4px;
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
}
section.company-ex .category.work-detail #frm-interestForm .textarea-container {
  border: 1px solid #d0d4cd;
  margin-bottom: 20px;
  height: 200px;
  overflow: initial;
  box-shadow: 1px 1px 2px grey;
}
section.company-ex .category.work-detail #frm-interestForm .textarea-container textarea {
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  display: block;
  resize: none;
  padding: 10px;
  border: none;
}
section.company-ex .category.work-detail #frm-interestForm .curriculum-container .insert-file {
  position: relative;
  top: -4px;
  margin-right: 10px;
}
section.company-ex .category.work-detail #frm-interestForm .curriculum-container input[type=file] {
  display: none;
}
section.company-ex .category.work-detail #frm-interestForm .curriculum-container .insert {
  position: static;
  float: left;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: white;
  box-shadow: 1px 1px 2px grey;
  border: 1px solid #8a9c9d;
}
section.company-ex .category.work-detail #frm-interestForm .curriculum-container .insert:hover {
  opacity: 0.9;
}
section.company-ex .category.work-detail #frm-interestForm .curriculum-container .insert:hover {
  cursor: pointer;
}
section.company-ex .category.work-detail #frm-interestForm .curriculum-container .curriculum-item {
  display: none;
  line-height: 45px;
  margin-left: 40px;
}
section.company-ex .category.work-detail #frm-interestForm .curriculum-container .curriculum-item .file {
  position: relative;
  top: -2px;
  left: -2px;
}
section.company-ex .category.work-detail #frm-interestForm label {
  font-weight: normal;
  margin: 0 auto;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
  top: 3px;
}
section.company-ex .category.work-detail #frm-interestForm input[type=text] {
  width: 100%;
  border: 1px solid #d0d4cd;
  box-shadow: 1px 1px 2px grey;
}
section.company-ex .category.work-detail #frm-interestForm .btn-send {
  border-radius: 0;
  float: right;
  margin: 0 0 20px 0;
  display: block;
  box-shadow: 1px 1px 2px grey;
  font-weight: bold;
  border: 1px solid #8a9c9d;
}
section.company-ex .category.work-detail #frm-interestForm .btn-send:hover {
  opacity: 0.9;
  background-color: white;
}
section.company-ex .category.work-detail #frm-interestForm .btn-send .glyphicon {
  -text-stroke: 2px white;
  -webkit-text-stroke: 2px white;
}
section.company-ex .category.blog-detail {
  margin-bottom: 0;
}
section.company-ex .category.blog-detail .blog-container {
  margin: 20px 0 0 30px;
}
section.company-ex .category.blog-detail .blog-container .time {
  margin-bottom: 20px;
}
section.company-ex .category.blog-detail .btn-remove {
  top: 0;
  right: 130px;
}
section.company-ex .category.blog-detail .btn-edit {
  top: 0;
}
section.company-ex .category .row.blog-container {
  display: block;
  margin: 10px 10px 20px 10px;
  padding: 20px 10px;
}
section.company-ex .category .row.blog-container .title .name-blog {
  font-weight: bold;
  font-size: 18px;
}
section.company-ex .category .row.blog-container .text {
  margin: 0 15px 15px 0;
  min-height: 60px;
}
section.company-ex .category .row.blog-container .more .datetime {
  float: left;
}
section.company-ex .category .row.blog-container .more .btn-open {
  float: right;
  border-radius: 0;
  color: white;
  background-color: #082d3e;
}
section.company-ex .category .row.blog-container  .more .btn-open .glyphicon {
  color: white;
  -webkit-text-stroke: 2px #082d3e;
  -text-stroke: 2px #082d3e;
}
section.company-ex .category.reference a.add {
  padding: 7px;
  display: inline-block;
  background-color: #249a9a;
  color: white;
  margin: 30px 20px 0 20px;
  text-transform: uppercase;
  float: right;
}
section.company-ex .category.reference a.add .glyphicon {
  -webkit-text-stroke: 2px #1485b9;
  text-stroke: 2px #1485b9;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: white;
}
section.company-ex .category.reference .reference-container-first {
  margin: 0;
}
section.company-ex .category.reference .reference-container-first .left {
  float: right;
  margin: 55px 40px 0 0;
}
section.company-ex .category.reference .reference-container-first .left .text {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 5px;
}
section.company-ex .category.reference .reference-container-first .rating {
  float: right;
  font-size: 73px;
  margin-right: 10px;
}
section.company-ex .category.reference .reference-container {
  position: relative;
  margin: 10px;
  background-color: white;
  padding: 20px;
  overflow: auto;
}
section.company-ex .category.reference .reference-container .left {
  float: left;
  width: 180px;
  text-align: center;
}
section.company-ex .category.reference .reference-container .left.rating-type.rating1 .rating,
section.company-ex .category.reference .reference-container .left.rating-type.rating1 .text {
  color: #bebebe;
}
section.company-ex .category.reference .reference-container .left.rating-type.rating1 .thermometer {
  background-image: url('../images/teplomer-25.png');
}
section.company-ex .category.reference .reference-container .left.rating-type.rating2 .rating,
section.company-ex .category.reference .reference-container .left.rating-type.rating2 .text {
  color: #c9ab9c;
}
section.company-ex .category.reference .reference-container .left.rating-type.rating2 .thermometer {
  background-image: url('../images/teplomer-45.png');
}
section.company-ex .category.reference .reference-container .left.rating-type.rating3 .rating,
section.company-ex .category.reference .reference-container .left.rating-type.rating3 .text {
  color: #76c0ac;
}
section.company-ex .category.reference .reference-container .left.rating-type.rating3 .thermometer {
  background-image: url('../images/teplomer-65.png');
}
section.company-ex .category.reference .reference-container .left.rating-type.rating4 .rating,
section.company-ex .category.reference .reference-container .left.rating-type.rating4 .text {
  color: #249a7a;
}
section.company-ex .category.reference .reference-container .left.rating-type.rating4 .thermometer {
  background-image: url('../images/teplomer-85.png');
}
section.company-ex .category.reference .reference-container .left.rating-type.rating5 .rating,
section.company-ex .category.reference .reference-container .left.rating-type.rating5 .text {
  color: #0e5a68;
}
section.company-ex .category.reference .reference-container .left.rating-type.rating5 .thermometer {
  background-image: url('../images/teplomer-100.png');
}
section.company-ex .category.reference .reference-container .left .rating {
  font-size: 85px;
  line-height: 80px;
}
section.company-ex .category.reference .reference-container .left .text {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}
section.company-ex .category.reference .reference-container .left .thermometer {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  height: 28px;
  width: 100%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
section.company-ex .category.reference .reference-container .right {
  float: right;
  width: 82%;
}
section.company-ex .category.reference .reference-container .right .text {
  height: 80px;
  overflow: hidden;
}
section.company-ex .category.reference .reference-container .right .show-more {
  float: left;
  margin-top: 10px;
  /*background-color: #1485b9;*/
  border: 1px solid #879999;
  color: white;
  padding: 15px 20px;
  font-size: 14px;
  transition: 0.2 all;
}
section.company-ex .category.reference .reference-container .right .show-more:hover {
  background-color: #879999;
  color: white;
  text-decoration: none;
  transition: 0.2 all;
}
section.company-ex .category.reference .reference-container .right .show-more:hover .glyphicon {
  transition: 0.2 all;
  -webkit-text-stroke: 1px #879999;
  text-stroke: 1px #879999;
}
section.company-ex .category.reference .reference-container .right .show-more .glyphicon {
  transition: 0.2 all;
  -webkit-text-stroke: 1px #1485b9;
  text-stroke: 1px #1485b9;
  font-size: 14px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
section.company-ex .category.reference .btn-edit {
  position: absolute;
  bottom: 20px;
  right: 130px;
}
section.company-ex .category.reference .btn-remove {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
section.company-ex .content {
  background-color: #fcf8ea;
  margin-bottom: 0;
}
section.company-ex .content .content-name {
  font-size: 24px;
  font-weight: normal;
  margin: 20px 0 0 20px;
  display: inline-block;
  text-transform: uppercase;
}
section.company-ex .content .text {
  margin: 30px 0 0 20px;
}
section.company-ex .content .text a {
  text-decoration: underline;
}
section.company-ex .content .text a:hover {
  text-decoration: none;
}
section.company-ex .text.page {
  font-size: 16px;
}
section.company-ex .contact {
  background-color: #082d3e;
  padding-bottom: 50px;
}
section.company-ex .contact * {
  color: #daddde;
}
section.company-ex .contact * .modal-dialog * {
  color: #4c4c4c;
}
section.company-ex .contact input,
section.company-ex .contact textarea {
  color: black;
}
section.company-ex .contact .name {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
  font-weight: normal;
  text-transform: uppercase;
}
section.company-ex .contact .photo {
  float: left;
  /*width: 10%;*/
  /*margin: 0 6%;*/
  border: none;
}
section.company-ex .contact .photo img {
  border-radius: 4px;
  width: 100%;
}
section.company-ex .contact .contact-container {
  width: 28%;
  float: left;
}
section.company-ex .contact .contact-container.itsme {
  min-height: 50px;
}
section.company-ex .contact .contact-container img {
  display: block;
  width: 30px;
}
section.company-ex #map {
  height: 400px;
  margin: -15px;
}
section.work {
  position: relative;
}
section.work .top-bar {
  background-color: #f1e4cc;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  border-top: 1px solid #c7c7c7;
}
section.work .name {
  font-size: 34px;
  font-weight: bold;
  color: #4c4c4c;
  float: left;
  margin-bottom: 30px;
  margin-top: 10px;
  display: inline-block;
}
section.work .name:hover {
  text-decoration: none;
}
section.work .btn-modal {
  background-image: none;
  background-color: #014a6c;
  color: white;
  float: right;
  text-shadow: none;
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 5px 30px;
}
section.work .logo {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
}
section.work .logo img {
  width: 100%;
}
section.work .description {
  margin: 30px 0 0 0;
}
section.work .nav-tabs {
  margin-top: 20px;
}
section.work .nav-tabs li {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: -3px;
}
section.work .nav-tabs li.active {
  border-bottom: 1px solid white;
}
section.work .nav-tabs li.active a {
  /*border: none;*/
  color: #1485b9;
  border-left: 1px solid #d4c2b8;
  border-right: 1px solid #d4c2b8;
  border-top: 1px solid #d4c2b8;
}
section.work .nav-tabs li a {
  color: #1485b9;
  border-left: 1px solid #d4c2b8;
  border-right: 1px solid #d4c2b8;
  border-top: 1px solid #d4c2b8;
  position: relative;
  display: block;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  height: 100%;
  font-size: 22px;
  margin-right: 0;
  border-radius: 0;
}
section.work .nav-tabs li a .icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: -6px;
  background-size: cover;
  margin-right: 8px;
}
section.work .nav-tabs li a .glyphicon-chevron-right {
  text-stroke: 1px #1485b9;
  -webkit-text-stroke: 3px #1485b9;
  background-color: #1485b9;
  padding: 4px;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
section.work .tab-content {
  margin-bottom: 40px;
}
section.work .tab-content .tab-pane {
  min-height: 200px;
  border: 1px solid #d4c2b8;
}
section.work .tab-content .tab-pane .text {
  padding: 20px;
  position: relative;
  left: -15px;
}
section.work .tab-content .tab-pane .text ul {
  padding-left: 5px;
}
section.work .tab-content .tab-pane .text ul li {
  list-style: none;
}
section.work .tab-content .tab-pane .text ul li:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  color: #1485b9;
  margin-right: 8px;
}
section.work .wage-container {
  text-align: right;
  margin-bottom: 30px;
}
section.work .wage-container span {
  color: #014a6c;
  font-weight: bold;
  font-size: 35px;
}
section.work #frm-interestForm {
  border: 1px solid #d0d4cd;
  padding: 0 30px;
  margin: 30px 0;
  box-shadow: 1px 1px 2px grey;
}
section.work #frm-interestForm h1 {
  color: #1485b9;
  font-weight: bold;
  font-size: 33px;
}
section.work #frm-interestForm .textarea-container {
  border: 1px solid #d0d4cd;
  margin-bottom: 30px;
  height: 200px;
  overflow: initial;
  box-shadow: 1px 1px 2px grey;
}
section.work #frm-interestForm .textarea-container textarea {
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  display: block;
  resize: none;
  padding: 10px;
  border: none;
}
section.work #frm-interestForm .textarea-container .curriculum-container {
  position: absolute;
  bottom: 0;
  margin: 10px 20px;
}
section.work #frm-interestForm .textarea-container .curriculum-container .insert-file {
  position: relative;
  top: -4px;
  margin-right: 10px;
}
section.work #frm-interestForm .textarea-container .curriculum-container input[type=file] {
  display: none;
}
section.work #frm-interestForm .textarea-container .curriculum-container .insert {
  float: left;
  line-height: 27px;
}
section.work #frm-interestForm .textarea-container .curriculum-container .insert:hover {
  cursor: pointer;
}
section.work #frm-interestForm .textarea-container .curriculum-container .inputs {
  float: left;
}
section.work #frm-interestForm .textarea-container .curriculum-container .inputs .curriculum-item {
  display: none;
  line-height: 27px;
  margin-left: 40px;
}
section.work #frm-interestForm .textarea-container .curriculum-container .inputs .curriculum-item .file {
  position: relative;
  top: -2px;
  left: -2px;
}
section.work #frm-interestForm .textarea-container .curriculum-container .inputs .curriculum-item .file-remove {
  position: relative;
  top: -1px;
}
section.work #frm-interestForm label {
  font-weight: normal;
  margin: 0 auto;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
  top: 3px;
}
section.work #frm-interestForm input[type=text] {
  width: 100%;
  border: 1px solid #d0d4cd;
  box-shadow: 1px 1px 2px grey;
}
section.work #frm-interestForm .btn-modal {
  float: none;
  margin: 0 auto 20px auto;
  display: block;
}
section.work .item-ssid {
  margin-top: 10px;
}
section.work .delete-ssid {
  float: right;
  position: relative;
  top: 6px;
}
section.work .add-ssid {
  display: block;
  margin: 10px auto 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}
section.rating {
  padding-top: 50px;
}
section.rating .top-bar {
  background-color: #f1e4cc;
  width: 100%;
  height: 271px;
  position: absolute;
  top: 228px;
  border-top: 1px solid #c7c7c7;
}
section.rating .photo {
  width: 144px;
  border-radius: 50%;
  border: 5px solid grey;
  border: 5px solid rgba(128, 128, 128, 0.1);
  float: left;
  margin: 0 20px 5px 0;
}
section.rating .name {
  position: relative;
  top: 37px;
  font-size: 34px;
  font-weight: bold;
  color: #4c4c4c;
}
section.rating .subtitle {
  position: relative;
  top: 34px;
  color: #4c4c4c;
  font-size: 22px;
  display: inline;
}
section.rating .skill {
  background-color: white;
  border-top: 1px solid #bcb3a2;
  border-left: 1px solid #bcb3a2;
  border-bottom: 1px solid #bcb3a2;
  padding: 2% 3%;
  height: 200px;
}
section.rating .skill .first-column {
  width: 20%;
  float: left;
}
section.rating .skill .first-column .profilovka {
  width: 60px;
  border-radius: 50%;
  border: 2px solid #808080;
  border: 2px solid rgba(128, 128, 128, 0.2);
}
section.rating .skill .first-column .gold-star {
  width: 80px;
  margin: 0 auto;
  display: block;
}
section.rating .skill .first-column .rate {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
section.rating .skill .first-column .rate-name {
  text-transform: uppercase;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
section.rating .skill .first-column .no-rating {
  text-align: center;
  margin-top: 50%;
}
section.rating .skill .second-column {
  width: 80%;
  float: right;
  text-align: center;
}
section.rating .skill .second-column .title-skill {
  font-weight: bold;
  color: #1485b9;
  font-size: 18px;
  margin: 5px;
}
section.rating .rating-container {
  background-color: #dbcfba;
  border-top: 1px solid #bcb3a2;
  border-right: 1px solid #bcb3a2;
  border-bottom: 1px solid #bcb3a2;
  height: 200px;
}
section.rating .rating-container .help-text {
  text-align: center;
  margin: 30px 10px;
}
section.rating .rating-container .margin-text {
  float: left;
  line-height: 70px;
  margin: 0 20px;
  color: #1485b9;
  font-weight: bold;
}
section.rating .rating-container .stars {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}
section.rating .rating-container .stars .star {
  background-image: url(../images/star-empty-rating.png);
  display: block;
  width: 72px;
  height: 70px;
  background-size: 50px 50px;
  background-position: left;
  background-repeat: no-repeat;
  float: left;
  margin: 0;
}
section.rating .rating-container .stars .star.full {
  background-image: url(../images/star-full-rating.png);
}
section.rating .rating-container .stars .star:last-of-type {
  width: 52px;
}
section.rating .rating-container .stars .star:hover {
  background-image: url(../images/star-full-rating.png);
  cursor: pointer;
}
section.rating .rating-container .stars .star input[type=checkbox] {
  display: none;
}
section.rating .questioner-container {
  margin: 30px 0;
}
section.rating .questioner-container img {
  width: 60px;
  border-radius: 50%;
  border: 2px solid #808080;
  border: 2px solid rgba(128, 128, 128, 0.2);
}
section.rating .questioner-container img.unknown {
  width: 40px;
  border-radius: 0;
  border: none;
  margin: 0 8px;
}
section.rating .questioner-container .questioner-name {
  font-size: 14px;
  font-weight: bold;
}
section.rating .questioner-container .time {
  color: #014a6c;
  font-size: 12px;
  font-weight: bold;
}
section.rating .questioner-container .question-text {
  color: #014a6c;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 62px;
}
section.rating .answerer-container {
  border: 1px solid #c9caca;
  margin-bottom: 30px;
  position: relative;
  min-height: 90px;
}
section.rating .answerer-container .chevron {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -8px;
  left: 20px;
  border-top: 1px solid #c9caca;
  border-left: 1px solid #c9caca;
  background-color: white;
  transform: rotate(45deg);
}
section.rating .answerer-container img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70px;
  border-radius: 50%;
  border: 2px solid #808080;
  border: 2px solid rgba(128, 128, 128, 0.2);
}
section.rating .answerer-container .text {
  padding: 10px 10px 10px 90px;
}
section.rating .answerer-container .btn-send {
  float: right;
  -webkit-appearance: none;
  appearance: none;
  background-color: #014a6c;
  color: white;
  background-image: none;
  text-shadow: none;
  border-radius: 0;
  margin-left: 20px;
  position: relative;
  top: -40px;
  right: 10px;
}
section.rating .answerer-container .error {
  position: absolute;
  bottom: 0;
  left: 90px;
  color: red;
}
section.searching .keyworduser-container .keyworduser-item {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: arial, sans-serif, arial, sans-serif;
}
section.searching .keyworduser-container .keyworduser-item .title {
  font-size: 16px;
  text-decoration: underline;
  line-height: 22px;
  color: #1155CC;
  margin: 0;
}
section.searching .keyworduser-container .keyworduser-item .address {
  display: block;
  color: #009933;
  line-height: 15px;
}
section.searching .keyworduser-container .keyworduser-item .description {
  line-height: 15px;
  font-size: 13px;
  color: #333333;
}
section.searching .keyworduser-container .keyworduser-item .questions {
  overflow: auto;
}
section.searching .keyworduser-container .keyworduser-item .questions .line {
  display: block;
  margin: 8px;
  overflow: auto;
  padding: 5px;
  width: auto;
  float: left;
  margin-left: 0;
  padding-left: 0;
}
section.searching .keyworduser-container .keyworduser-item .questions .line .icon {
  width: 30px;
  float: left;
  margin-right: 15px;
  box-shadow: 3px 3px 5px grey;
}
section.searching .keyworduser-container .keyworduser-item .questions .line .text {
  float: left;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #014a6c;
}
section.searching .keyworduser-container .keyworduser-item .questions .line.badge-line {
  position: relative;
  padding-top: 4px;
}
section.searching .keyworduser-container .keyworduser-item .questions .line.badge-line .badge {
  position: absolute;
  top: 0px;
  left: 24px;
  background-color: #fa8608;
  padding: 0px 6px;
  color: white;
  border-radius: 60%;
  font-size: 12px;
  line-height: 18px;
  min-width: auto;
  font-weight: normal;
}
section.searching .we-found-banner {
  display: none;
}
section.searching .searching-text {
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #bbbbbb;
}
section.searching .searching-text .searching-expression-container {
  float: left;
}
section.searching .searching-text .searching-expression-container .first {
  font-size: 18px;
  font-weight: bold;
}
section.searching .searching-text .searching-expression-container .second {
  font-size: 60px;
  font-weight: bold;
}
section.searching .no-margin-top {
  margin-top: 0 !important;
}
section.searching .right-slide-down {
  margin-top: 20px;
}
section.searching .zbozi-container {
  border: 1px solid #a6b3b9;
  color: #4c4c4c;
  margin: 0px 0 20px 0;
  display: block;
}
section.searching .zbozi-container .main-picture {
  width: 90%;
  margin: 20px;
}
section.searching .zbozi-container .author {
  margin: 0px 0 5% 10%;
  overflow: auto;
}
section.searching .zbozi-container .author img {
  width: 35px;
  float: left;
  margin-right: 5px;
}
section.searching .zbozi-container .author .author-name {
  font-size: 10px;
  display: inline-grid;
}
section.searching .zbozi-container .right {
  min-height: 210px;
  position: relative;
}
section.searching .zbozi-container .right .title {
  color: #1485b9;
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}
section.searching .zbozi-container .right .bottom {
  position: absolute;
  bottom: -8px;
  width: 90%;
}
section.searching .zbozi-container .right .bottom hr {
  margin: 5px 0 5px 0;
  border-color: #bdbdbd;
}
section.searching .zbozi-container .right .bottom .price {
  font-size: 26px;
  font-weight: bold;
}
section.searching .zbozi-container .right .bottom .arrow {
  color: #bdbdbd;
  float: right;
  position: relative;
  top: 4px;
}
section.searching .zbozi-container .right .bottom .arrow .glyphicon-chevron-right {
  font-size: 34px;
  -webkit-text-stroke: 4px white;
  text-stroke: 4px white;
}
section.searching .work-container {
  border: 1px solid #d8d8d8;
  overflow: auto;
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  min-height: 155px;
}
section.searching .work-container * {
  color: black;
}
section.searching .work-container .work-name {
  color: #1485b9;
  font-weight: bold;
  font-size: 18px;
}
section.searching .work-container .work-desc {
  margin: 0 15px 15px 0;
  min-height: 40px;
}
section.searching .work-container .glyphicon-chevron-right {
  text-stroke: 1px white;
  -webkit-text-stroke: 4px white;
  position: absolute;
  right: 0;
  top: 6%;
  font-size: 35px;
  color: #d8d8d8;
}
section.searching .work-container .bottom {
  border-top: 1px solid #d8d8d8;
}
section.searching .work-container .bottom .author {
  margin-top: 15px;
  overflow: auto;
  float: left;
}
section.searching .work-container .bottom .author img {
  width: 25px;
  float: left;
  margin-right: 5px;
}
section.searching .work-container .bottom .author .author-name {
  font-size: 12px;
  line-height: 24px;
}
section.searching .work-container .bottom .time {
  float: right;
  margin-top: 15px;
  font-size: 12px;
  line-height: 24px;
}

@media (min-width: 1200px) {
  /*header a footer su skryte*/
  .search-group.search-group-slider.header-hidden {
    position: absolute;
    top: 120px;
    right: 0;
  }
  .notifications-container.header-hidden {
    left: 20%;
  }
  .company-header.extended.header-hidden {
    margin-top: -81px;
  }
  section.company-ex .head.header-hidden:before {
    top: -20px;
  }
  section.company-ex .head::before { top: 0; }
}
/* css updates 06. 08. 2021 */



#menu-hamburger .hamburger-label img { display: none; position: relative; z-index: 1; }
#menu-hamburger input.hamburger-checkbox { display: none !important; position: static; }
#menu-hamburger {  padding: 0 0 3px !important; position: static !important; }
.ahrefs { text-align: center; }
.company-header { padding-bottom: 0; padding-top: 0;  }
.company-header.extended.header-hidden {display: none; }
.hamburger-label { cursor: pointer; display: flex; justify-content: flex-end; margin: 0; }
.header__main .logo { display: flex; margin-top: 16px; max-width: 140px; }
.header__main { align-items: center; display: flex; position: relative; }
.menu-content > .search-group { align-self: flex-end; }
.menu-content { display: flex; height: auto; left: 0; top: 100% !important; transition: all .25s; }
.notification-icon { max-width: 30px; }
.notifications-container { top: 0 !important; }
.notifications-container.header-hidden { left: 0; }
.search-group .loggedin .notification-container .chat-list .chat-item .right { width: auto; }
.search-group .loggedin .notification-container .chat-list .chat-item { display: flex; }
.search-group .loggedin { position: relative !important; }
.search-group .loggedout { align-items: center; display: flex; justify-content: flex-end; padding-bottom: 5px; position: static !important; }
.search-group-new .input-container { display: flex; width: 100% !important; }
.search-group-new { display: flex; flex-wrap: wrap; }
.search-group-slider { align-items: flex-end; display: flex; justify-content: flex-end; }
.search-group.search-group-slider.header-hidden { right: 15px; top: 80px; }
.slider-controls { position: absolute; right: 0; }
.top .search-group.search-group-slider .loggedout a { color: #fff; z-index: 1; }
.top .search-group.search-group-slider { display: none; }
.top .search-group.search-group-slider.header-hidden { display: flex; }
.top { margin: 0 auto; max-width: 1170px; padding: 15px; position: relative; }
.top__toggler span { background: #888; bottom: 0; height: 2px; left: 10px; margin: auto; position: absolute; top: 0; width: 22px; }
.top__toggler { align-self: center; color: #333; cursor: pointer; display: none; height: 34px; margin-left: 15px; position: relative; width: 44px; }
.top__toggler--active span { background: transparent; }
.top__toggler--active { z-index: 1000; }
.top__toggler--active::after { border-color: #fff; margin-top: 7px; transform: rotate(-45deg); }
.top__toggler--active::before { border-color: #fff; margin-bottom: 7px; transform: rotate(45deg); }
.top__toggler::after { border-top: 2px solid #888; content: ""; display: block; left: 10px; position: absolute; top: 9px; transition: all .45s; width: 22px; }
.top__toggler::before { border-top: 2px solid #888; bottom: 9px; content: ""; display: block; left: 10px; position: absolute; transition: all .45s; width: 22px; }
header #frm-searchBarForm.no-desktop .search-group .btn-search { top: 0 !important; }
header .search-group:first-child .select2.select2-container { margin-top: 0 !important; }
header.company-header .search-group-new .input-container input { flex-grow: 1; }
header.company-header .search-group-new .radio-container label { margin-top: 0; }
header.company-header .search-group:first-child { padding-top: 0; }
header.company-header.extended { position: relative; }
img { max-width: 100% ; }
section.company-ex #map { margin-bottom: 0; margin-top: 0; }
section.company-ex .head { padding-top: 0 !important; }
section.company-ex .notifications-container .follow-container .follow-banner { align-items: center; display: flex; white-space: nowrap; }
section.profile .favorite-star { background-repeat: no-repeat; }
section.profile .notifications-container .follow-container .follow-banner .glyphicon-chevron-down { top: 0; }
section.profile .notifications-container .follow-container .follow-list.open {left: 15px; position: absolute; right: 0; top: 100%; width: auto; }
section.profile .notifications-container .follow-container { padding-left: 15px; position: relative; }
section.profile .notifications-container .new-message { white-space: nowrap; }
section.profile .notifications-container .question-container .question-list { position: absolute; }
section.profile .notifications-container .question-container .question-panel { display: flex; position: relative; }
section.profile .notifications-container .question-container .question-panel { top: 0; }
section.profile .notifications-container .question-container { float: none; margin-right: 0; }
section.profile .notifications-container .question-container.open .question-list { z-index: 1; }
section.profile .notifications-container { display: flex; justify-content: flex-end; position: relative; }
section.profile { padding-top: 20px; }
section.profile.company-ex { background: transparent; bottom: 0; padding-top: 0; }
.noscroll { height: 100vh; overflow: hidden; }
