/************* dropdown **********/
/************* FORMS *************/
.modal a.close-modal {
    top: 4.5px;
    right: 8.5px;
}
.select-css {
  display: block;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.3em 1.8em 0.3em 0.4em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  /* -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; */
  background-color: #fff;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3…c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  outline: none;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  /*  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;*/
  color: #222;
  outline: none;
}
.select-css option {
  font-weight: normal;
}

.formstyle.container {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.formstyle input[type="text"],
.formstyle input[type="email"],
.formstyle input[type="tel"],
.formstyle input[type="url"],
.formstyle textarea,
.formstyle button[type="submit"] {
  font: 400 16px/16px "Roboto", Helvetica, Arial, sans-serif;
}

.formstyle {
  background: #f9f9f9;
  padding: 25px;
  margin: 4px auto;
  max-width: 400px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.formstyle {
  max-width: 540px;
  background: #fff;
  padding: 0px;
  margin: 4px auto 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  position: fixed;
  width: 100%;
  bottom: 0px;
}
#addcomment.formstyle {
	 bottom: 45px;
}

.formstyle h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

.formstyle h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 20px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
fieldset {
  margin: 0;
}

.formstyle input[type="text"],
.formstyle input[type="email"],
.formstyle input[type="tel"],
.formstyle input[type="url"],
.formstyle textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

.formstyle input[type="text"]:hover,
.formstyle input[type="email"]:hover,
.formstyle input[type="tel"]:hover,
.formstyle input[type="url"]:hover,
.formstyle textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

.formstyle textarea {
  height: 100px;
  max-width: 95%;
  resize: none;
}

.formstyle button[type="submit"],
.formstyle button {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4caf50;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

.formstyle button[type="submit"]:hover,
.formstyle button:hover {
  background: #43a047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.formstyle button[type="submit"]:active,
.formstyle button:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

.formstyle input:focus,
.formstyle textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
/***********end forms*************/

/***********************************/
/**********NAVIGACJA NA DOLE********/
/***********************************/

.grid {
  margin-top: 44px;
}

/* .grid__col-sizer, */

/* .grid__gutter-sizer {
  width: 2%;
} */

.infinite-scroll-last {
  display: none;
  color: var(--secondary-accent);
}

/* loader ellips in separate pen CSS */

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  /*  background: #555; change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.topmenu {
  z-index: 2;
}
.ddown {
  overflow: hidden;
  cursor: pointer;
}

.blogheader .nazwa .input {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--gray-13);
  cursor: text;
  outline: none;
}
.blogheader .slug .input {
  min-width: 100px;
  background: var(--white);
  border: 1px solid var(--gray-13);
  font-size: 16px;
  padding: 3px;
  display: inline-block;
  cursor: text;
  outline: none;
}
.blogheader .opis.input {
  background: var(--white);
  border: 1px solid var(--gray-13);
  cursor: text;
  outline: none;
  margin: 20px 10px;
  padding: 8px 0;
  min-height: 70px;
}
.blogheader .input:focus {
  background: var(--white);
}
.blogheader .dlaupload {
  width: 100%;
  height: 80vh;
  margin: 0 auto;
  position: absolute;
  top: 0;
  max-width: 540px;
  background-color: white;
  z-index: 1;
  display: none;
}
.blogheader .dlaupload .row {
  display: flex;
  justify-content: space-evenly;
  background-color: #fff;
  height: 50px;
  padding-top: 15px;
}
.blogheader .dlaupload .btn {
  height: 28px;
  margin-top: 4px;
  font-size: 16px;
}
.croppie-container .cr-slider-wrap {
  position: relative;
  top: -351px;
  z-index: 2;
}
.blogheader .dlaupload.input {
  width: 90%;
  height: 300px;
  margin: 0 auto;
}
.cropilka {
  width: 100%;
  height: 60%;
}

.blogheader .uplavatar {
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  height: 37px;
  margin: 0 auto;
  display: none;
}
.blogheader .uplavatar.input {
  display: block;
}
#zagruzi {
  width: 300px;
  height: 500px;
}

.blogheader .slug.edycja {
  font-size: 12px;
  position: relative;
}

.blogheader .saveblog {
  grid-column-start: 3;
  grid-column-end: 4;
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4caf50;
  color: #fff;
  margin: 0 0 25px;
  padding: 10px;
  font-size: 15px;
  display: none;
}
.blogheader .msg {
  grid-column-start: 1;
  grid-column-end: 3;
  display: none;
  color: var(--red);
}

.showhide .pytanie {
  display: inline-block;
  top: 0;
  height: 22px;
  overflow: hidden;
  font-size: 16px;
  padding: 1px;
}

.onoffswitch {
  position: relative;
  width: 118px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "Всем";
  padding-left: 10px;
  background-color: #34a7c1;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "Только мне";
  padding-right: 10px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 14px;
  margin: 5px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 89px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.otstup,
.otstup54 {
  margin-top: 50px;
}
.otstup10 {
  margin-top: 10px;
}
.otstup123 {
  margin-top: 123px;
}

/********* Formularz logowania *****/
/*.loginform{
	display:none;
	width:100%;
	height:100%;
	background: #f2f2f2;
	z-index:10000;
	position:absolute;
	font-family: var(--font-family);
}
*/

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

/* .loginform * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.loginform a {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.loginform a:focus {
  outline: none !important;
}

.loginform a:hover {
  text-decoration: none;
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}


.loginform p {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

.loginform ul,
li {
  margin: 0px;
  list-style-type: none;
}

.loginform input {
  outline: none;
  border: none;
}

.loginform textarea {
  outline: none;
  border: none;
}

.loginform textarea:focus,
.loginform input:focus {
  border-color: transparent !important;
}

.loginform input:focus::-webkit-input-placeholder {
  color: transparent;
}
.loginform input:focus:-moz-placeholder {
  color: transparent;
}
.loginform input:focus::-moz-placeholder {
  color: transparent;
}
.loginform input:focus:-ms-input-placeholder {
  color: transparent;
}

.loginform textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.loginform textarea:focus:-moz-placeholder {
  color: transparent;
}
.loginform textarea:focus::-moz-placeholder {
  color: transparent;
}
.loginform textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.loginform input::-webkit-input-placeholder {
  color: #adadad;
}
.loginform input:-moz-placeholder {
  color: #adadad;
}
.loginform input::-moz-placeholder {
  color: #adadad;
}
.loginform input:-ms-input-placeholder {
  color: #adadad;
}

.loginform textarea::-webkit-input-placeholder {
  color: #adadad;
}
.loginform textarea:-moz-placeholder {
  color: #adadad;
}
.loginform textarea::-moz-placeholder {
  color: #adadad;
}
.loginform textarea:-ms-input-placeholder {
  color: #adadad;
}

.loginform button {
  outline: none !important;
  border: none;
  background: transparent;
}

.loginform button:hover {
  cursor: pointer;
}

.loginform iframe {
  border: none !important;
}


.loginform .txt1 {
  font-family: var(--font-family);
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

.loginform .txt2 {
  font-family: var(--font-family);
  font-size: 13px;
  color: #333333;
  line-height: 1.5;
}



.limiter {
  width: 100%;
  margin: 0 auto;
}

.loginform .container-login100 {
 
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}

.loginform .wrap-login100 {
  width: 390px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 77px 55px 33px 55px;

  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}



.loginform .login100-form {
  width: 100%;
}

.loginform .login100-form-title {
  display: block;
  font-family: var(--font-family);
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}
.loginform .login100-form-title i {
  font-size: 60px;
}



.loginform .wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
}

.loginform .input100 {
  font-family: var(--font-family);
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
}

.loginform .focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.loginform .focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #6a7dfe;
  background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  background: -o-linear-gradient(left, #21d4fd, #b721ff);
  background: -moz-linear-gradient(left, #21d4fd, #b721ff);
  background: linear-gradient(left, #21d4fd, #b721ff);
}

.loginform .focus-input100::after {
  font-family: var(--font-family);
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.loginform .input100:focus + .focus-input100::after {
  top: -15px;
}

.loginform .input100:focus + .focus-input100::before {
  width: 100%;
}

.loginform .has-val.input100 + .focus-input100::after {
  top: -15px;
}

.loginform .has-val.input100 + .focus-input100::before {
  width: 100%;
}


.loginform .btn-show-pass {
  font-size: 15px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.loginform .domen_bloga {
  font-size: 15px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 5px;
 
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.loginform .btn-show-pass:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}

.loginform .btn-show-pass.active {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}


.loginform .container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.loginform .wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
}

.loginform .login100-form-btn {
  font-family: var(--font-family);
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;

  background: #a64bf4;
}

.loginform .wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}



@media (max-width: 576px) {
  .loginform .wrap-login100 {
    padding: 77px 15px 33px 15px;
  }
}



.loginform .validate-input {
  position: relative;
}

.loginform .alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: var(--font-family);
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;
  z-index: 2;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.loginform .alert-validate::after {
  content: "!!!";
  font-family: var(--font-family);
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.loginform .alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .loginform .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.loginform .p-b-26 {
  padding-bottom: 26px;
}
.loginform .p-b-48 {
  padding-bottom: 48px;
}
.loginform .p-t-115 {
  padding-top: 115px;
}

.login_step_2,
.povt_pass,
.reg_step3,
.end_login {
  display: none;
}

.loginform .vozwrat {
  margin-top: 50px;
}
.login_msg {
  margin: 13px 0px;
  color: red;
}
.close_login {
  display: block;
  position: relative;
  float: right;
  right: -11px;
  top: -71px;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  line-height: 24px;
  font-weight: 300;
  padding: 6px 11px;
  font-size: 24px;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
} */

/* ------------------ ADD POST -----------------*/
.addpostlayer {
  margin-top: 60px;
}

#previewupload {
  width: 100%;
  display: flex;
}
.addpostlayer .formstyle {
  max-width: 540px;
  background: #fff;
  padding: 0px;
  margin: 4px auto 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  width: 100%;
  bottom: 0px;
}
.addpostlayer fieldset {
  margin: 20px 0;
}

.addpostlayer .jakposcic {
  margin: 0px 5px;
  font-size: 14px;
  padding: 0 8px 8px 8px;
}
.jakswitch {
  position: relative;
  width: 284px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
}
.jakswitch-checkbox {
  display: none;
}
.jakswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.jakswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.jakswitch-inner:before,
.jakswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.jakswitch-inner:before {
  content: "Каждая картинка отдельный пост";
  padding-left: 10px;
  /*  background-color: #34A7C1; color: #FFFFFF;*/
  background-color: #eeeeee;
  color: #999999;
}
.jakswitch-inner:after {
  content: "Все картинки в одном посте";
  padding-right: 10px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
}
.jakswitch-switch {
  display: block;
  width: 14px;
  margin: 5px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 90%;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.jakswitch-checkbox:checked + .jakswitch-label .jakswitch-inner {
  margin-left: 0;
}
.jakswitch-checkbox:checked + .jakswitch-label .jakswitch-switch {
  right: 0px;
}

.addpostlayer .jak {
  margin: 0px 5px 10px;
}

.addpostlayer .kuda {
  margin: 11px 5px 5px;
  display: block;
}
.addpostlayer .select-css {
  color: #999999;
}
.addpostlayer .url {
  margin: 15px 5px 5px;
  display: block;
}
.addpostlayer .urlinput {
  width: 97%;
  padding: 4px 5px;
  display: inline-block;
  outline: none;
  border: 1px solid #aaa;
}
.addpostlayer .urlinput:focus {
  width: 97%;
  border: 1px solid #aaa;
  outline: none;
}

.addpostlayer textarea:focus {
  border: 0px;
}
.open_jakposcic {
  padding: 10px;
  display: inline-block;
}
.tag-editor {
  font: normal 14px var(--font-family);
  min-height: 50px;
}
.tag-editor input {
  border: none !important;
}
.tag-editor div {
  line-height: 20px;
}

/*******************DELETE **********/
#delete {
  max-width: 400px;
}
#delete h2 {
  font-size: 18px;
  font-weight: 600;
}

#delete .delvezde {
  margin: 10px 0;
}
#delete .buttony {
  display: flex;
  justify-content: space-evenly;
}
#delete .buttony .btn {
  margin-top: 15px;
  height: 28px;
}
#delete .zamknij {
  background-color: var(--blue);
}

.delswitch {
  margin-top: 15px;
  position: relative;
  width: 223px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
}
.delswitch-checkbox {
  display: none;
}
.delswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.delswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.delswitch-inner:before,
.delswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.delswitch-inner:before {
  content: "Удаляй меня полностью!";
  padding-left: 10px;
  /*  background-color: #34A7C1; color: #FFFFFF;*/
  background-color: #eeeeee;
  color: #999999;
}
.delswitch-inner:after {
  content: "Удали только реблог!";
  padding-right: 10px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
}
.delswitch-switch {
  display: block;
  width: 14px;
  margin: 5px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 87%;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.delswitch-checkbox:checked + .delswitch-label .delswitch-inner {
  margin-left: 0;
}
.delswitch-checkbox:checked + .delswitch-label .delswitch-switch {
  right: 0px;
}

/***************** DELETE END *******************/

/************** COMENTS *****************/

/* .ocena .reblogico {
  width: 25px;
  height: 15px;
}
.ocena .commentico {
  width: 15px;
  height: 15px;
}
.ocena .upalico.activ {
  width: 15px;
  height: 15px;
  background-position-y: 15px;
}
.ocena .tekuico.activ {
  width: 23px;
  height: 15px;
  background-position-y: 15px;
}
.ocena .stouico.activ {
  width: 18px;
  height: 15px;
  background-position-y: 15px;
} */
.comment fieldset {
  margin: 0;
}
.napisz {
  padding: 0 10px;
}
.napisz .txt {
  width: 74%;
  float: left;
  overflow: hidden;
  padding: 0px;
  font-size: 14px;
  margin: 5px auto;
  display: block;
  border: 0px solid #ccc;
  height: auto;
  max-height: 150px;
  overflow-y: auto;
}
.napisz .txt:hover {
  border: 0px;
}
.napisz .txt:focus {
  border: 0px;
}
.napisz .send {
  max-width: 25%;
  float: right;
  padding: 8px 5px;
  margin: 4px 0 2px 0;
}

.blogfollow {
  overflow: hidden;
  background-color: var(--white);
}
.bf {
  display: flex;
  margin: 8px 0;
}
.bf .avatar {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin: 0 5px;
  background-size: cover;
  border: 2px solid gray;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 4px #000;
}
.bf .tresc {
  flex-grow: 2;
  margin: 0 10px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid gray;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.bf .tresc .row {
  display: flex;
}
.bf .autor {
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
}
.bf .folocenki {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.folocenki > span {
  width: 100%;
  margin-bottom: 10px;
}
.folocenki .post_footer_like {
  margin: 0 10px;
}

.bf .guziki {
  flex-shrink: 0;
}

.tag_menu_ajax {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 50px;
  top: 0px;
  max-width: 540px;
}

.widthtag {
  max-width: 540px;
  margin: 0 auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--blue);
  color: var(--white);
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
}

.searchform {
  display: contents;
}
.searchtag {
  width: 100%;
  z-index: 3;
  padding: 5px;
  border: none;
  outline: none;
  font-size: 16px;
  margin: 0 18px;
  border-radius: 3px;
}
.find {
  z-index: 3;
  padding: 10px 15px;
  border-radius: 4px;
}
.find:hover {
  background-color: var(--gray-7);
}

.taglist a {
  background-color: var(--gray-7);
  margin: 5px;
  padding: 2px;
  line-height: 35px;
}

/**** POST HEADER ********/
/* 
.post_footer {

  display: none;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  height: 45px;
  color: var(--gray-65);
}
.post_footer_notes {
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.post_footer_controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  line-height: 1;
}
.post_footer_control {
  margin-left: 20px;
}
.post_footer_control.first {
  margin-left: 5px;
}
.post_footer_control p {
  font-size: 10px;
}

.post_footer_control .m-icon {
  font-size: 25px;
  font-size: 23px;
  color: var(--gray-65);
} */

/* .lid_comments {
}
.lid_comments .pagin {
  height: 30px;
  font-size: 16px;
  text-align: center;
  padding: 6px;
  border: 1px solid var(--blue);
  margin: 20px 10px;
  box-sizing: border-box;
}
.lid_comments .pagin:hover {
  background-color: var(--blue);
}
.lid_comments .formstyle,
.lid_comments .oceny {
  position: inherit;
} */
/* .lid_comments .oceny {
  border-top: 1px solid var(--gray-13);
  height: 40px;
  border-bottom: 1px solid var(--gray-13);
} */
/* .lid_comments .ocena {
  flex-direction: row;
  border: none;
}

.lid_comments .oceny.ocena p {
  display: none;
} */

/* .lid_comments .otstup123,
.lid_comments .otstup54 {
  display: none;
} */

/**** POST HEADER END********/

.settings {
  max-width: 540px;
  margin: 0px;
  padding: 30px 10px;
}

.settings h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.selblogrow p {
  font-size: 13px;
  text-align: justify;
  line-height: 16px;
  margin-top: 10px;
  color: var(--gray-75);
}
.settings_selblog {
  margin-top: 20px;
}

.settings button {
  height: 30px;
  width: 200px;
  margin: 20px auto;
  display: block;
}

.settings .pasrow {
  margin: 15px auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.settings .pasrow label {
  flex: 1 1 50%;
}
.settings .pasrow input {
  flex: 1 1 50%;
  padding: 6px;
  background-color: #fff;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3…c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  outline: none;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
}

.pasmsg p.err {
  font-weight: 600;
  color: rgb(231, 8, 8);
  margin-top: 10px;
}
.selblogmsg p,
.pasmsg p {
  font-weight: 600;
  color: rgb(9, 153, 21);
  margin-top: 10px;
  font-size: 16px;
}

.recom > h2 {
  font-size: 18px;
  margin: 10px;
  font-weight: 600;
}
.recomended {
  display: flex;
  max-width: 540px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-direction: row;
}
.recom-item {
  flex: 0 0 70%;
  margin: 0 10px 0 0;
}
.recomended .sample {
  display: flex;
  margin-top: 15px;
  justify-content: space-around;
}
.recomended .blogheader {
  padding-bottom: 1px;
}
.recomended .blogheader > .head {
  border-radius: 5px 5px 0 0;
}
.recomended .blogheader .nazwa {
  height: 45px;
  overflow: hidden;
}
.recomended .sample .photo-item__image {
  margin: 0 3px;
  height: 100px;
  overflow: hidden;
  border-radius: 3px;
}
.recomended .btn-subsrec {
  display: block;
  /* width: 320px; */
  padding: 5px 30px;
  margin: 20px auto;
  background-color: rgb(12, 190, 36);
  border-radius: 4px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.recomended .btn-subsrec:hover {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(21, 148, 38);
  transform: translate3d(4px, 4px, 4px);
  /* transform: translateX(4px); */
}
.pustoy {
  text-align: center;
}
.pustoy h2 {
  display: block;
  margin: 40px auto 40px;
  font-size: 17px;
  font-weight: 600;
  background-color: #fff;
}
.dajtok {
  display: block;
  width: 270px;
  height: 350px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  background-color: var(--gray-75);
  transform: translate(-50%) translateY(-50%);
}
.dajtok span {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(252, 97, 8);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.dajtok h2 {
  margin: 60px 27px 20px;
  display: block;
  width: 250px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.dajtok em {
  color: #fff;
  font-size: 12px;
  margin: 0 10px;
  display: block;
}
.dajtok input {
  width: 160px;
  height: 30px;
  display: block;
  margin: 20px auto;
  font-size: 18px;
  letter-spacing: 1.5em;
}
.dajtok button {
  display: block;
  width: 160px;
  padding: 10px 30px;
  margin: 30px auto 10px;
  background-color: rgb(12, 190, 36);
  border-radius: 4px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.dajtok button:hover {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(21, 148, 38);
  transform: translate3d(4px, 4px, 4px);
}
.dajtok .msg,
#addabuse .msg,
.show-abusa .msg {
  color: rgb(245, 143, 10);
  display: block;
  margin: 16px;
  font-weight: 600;
}
.dajtok p {
  color: #fff;
  margin-left: 15px;
  text-decoration: underline;
  cursor: pointer;
}
.abusy {
  display: block;
  max-width: 540px;
  width: 87%;
  max-height: 550px;
  overflow: hidden;
  position: fixed;
  bottom: 43px;
  left: 50%;
  transform: translate(-50%);
  background-color: var(--gray-75);
  transform: translate(-50%);
  background: #fff;
  padding: 10px;
  border: 2px solid #070707;
  border-radius: 5px;
  overflow-y: auto;
}
.abusy h2,
#addabuse h2 {
  margin: 5px 27px 20px;
  display: block;

  color: #070707;
  font-weight: 600;
  font-size: 20px;
}
.abusy li {
  border-bottom: 1px solid #333333;
  padding: 5px;
  cursor: pointer;
}

#addabuse .probl {
  margin: 10px;
}

#addabuse textarea {
  width: 100%;
  height: 200px;
  margin: 10px 0 10px 10px;
}
#addabuse button {
  display: inline-block;
  padding: 10px 11px;
  margin: 5px auto 10px;
  background-color: rgb(12, 190, 36);
  border-radius: 4px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

#addabuse button:hover {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(21, 148, 38);
  transform: translate3d(4px, 4px, 4px);
}
.show-abusa {
  padding: 10px;
}

.show-abusa h2 {
  margin: 5px 27px 20px;
  display: block;

  color: #070707;
  font-weight: 600;
  font-size: 20px;
}
.show-abusa .problema {
  margin: 15px;
  font-weight: 600;
  color: #c80000;
}
.show-abusa .opisanieabusy {
  margin: 15px;
}
.show-abusa button {
  display: inline-block;
  padding: 10px 11px;
  margin: 5px auto 10px;
  background-color: rgb(12, 190, 36);
  border-radius: 4px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.show-abusa button:hover {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(21, 148, 38);
  transform: translate3d(4px, 4px, 4px);
}
.hidden {
  display: none;
}
