@charset "UTF-8";

/* font-face */

@font-face {
  font-family: "fontello";
  src: url("/sites/friendsoflviv/resources/fonts/fontello.eot?96530191");
  src: url("/sites/friendsoflviv/resources/fonts/fontello.eot?96530191#iefix") format("embedded-opentype"), url("/sites/friendsoflviv/resources/fonts/fontello.woff2?96530191") format("woff2"), url("/sites/friendsoflviv/resources/fonts/fontello.woff?96530191") format("woff"), url("/sites/friendsoflviv/resources/fonts/fontello.ttf?96530191") format("truetype"), url("/sites/friendsoflviv/resources/fonts/fontello.svg?96530191#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  src: url(/sites/friendsoflviv/resources/fonts/OpenSans-Regular.ttf) format("truetype"), url(/sites/friendsoflviv/resources/fonts/OpenSans-Regular.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  src: url(/sites/friendsoflviv/resources/fonts/OpenSans-Semibold.ttf) format("truetype"), url(/sites/friendsoflviv/resources/fonts/OpenSans-Semibold.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  src: url(/sites/friendsoflviv/resources/fonts/OpenSans-Bold.ttf) format("truetype"), url(/sites/friendsoflviv/resources/fonts/OpenSans-Bold.woff) format("woff");
}

/* end font-face */

/* icons */

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
}

.icon-heart:before {
  content: "\E800";
}

/* '' */

.icon-star:before {
  content: "\E801";
}

/* '' */

.icon-heart-empty:before {
  content: "\E802";
}

/* '' */

.icon-star-empty:before {
  content: "\E803";
}

/* '' */

.icon-user:before {
  content: "\E804";
}

/* '' */

.icon-search:before {
  content: "\E805";
}

/* '' */

.icon-cancel:before {
  content: "\E806";
}

/* '' */

.icon-cancel-circled:before {
  content: "\E807";
}

/* '' */

.icon-info:before {
  content: "\E808";
}

/* '' */

.icon-reply-all:before {
  content: "\E809";
}

/* '' */

.icon-chat:before {
  content: "\E80A";
}

/* '' */

.icon-phone:before {
  content: "\E80B";
}

/* '' */

.icon-location:before {
  content: "\E80C";
}

/* '' */

.icon-eye:before {
  content: "\E80D";
}

/* '' */

.icon-right-open-big:before {
  content: "\E80E";
}

/* '' */

.icon-left-open-big:before {
  content: "\E80F";
}

/* '' */

.icon-right-open-mini:before {
  content: "\E810";
}

/* '' */

.icon-left-open-mini:before {
  content: "\E811";
}

/* '' */

.icon-mobile:before {
  content: "\E812";
}

/* '' */

.icon-mail:before {
  content: "\E813";
}

/* '' */

.icon-reddit:before {
  content: "\E814";
}

/* '' */

.icon-vk:before {
  content: "\E815";
}

/* '' */

.icon-forward:before {
  content: "\E816";
}

/* '' */

.icon-reply:before {
  content: "\E817";
}

/* '' */

.icon-menu:before {
  content: "\E818";
}

/* '' */

.icon-twitter:before {
  content: "\F309";
}

/* '' */

.icon-facebook:before {
  content: "\F30C";
}

/* '' */

.icon-gplus:before {
  content: "\F30F";
}

/* '' */

.icon-pinterest:before {
  content: "\F312";
}

/* '' */

.icon-tumblr:before {
  content: "\F315";
}

/* '' */

.icon-linkedin:before {
  content: "\F318";
}

/* '' */

/* end icons */

/* buttons */

.button {
  display: inline-block;
  border: 0;
  height: 32px;
  border-radius: 3px;
  background: #000;
  color: #fff;
  line-height: 32px;
  padding: 0 10px;
  transition: all 0.2s linear;
}

.button:hover,
.button:active,
.button:focus {
  background: #222;
  color: #fff;
  text-decoration: none;
}

.button:before {
  margin-right: 7px;
}

/* end buttons */

/* common */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

.clr:after {
  content: "";
  clear: both;
  display: block;
}

img {
  border: 0;
}

img[align=left] {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

img[align=right] {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

body {
  background: #fff;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 1;
  transition: padding 0.2s linear;
  color: #919191;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 11px;
  }
}

body.header-small {
  padding-top: 75px;
}

body.header-small .header-content {
  height: 45px !important;
}

@media screen and (min-width: 1020px) {
  body.header-small .header-content nav > ul > li > a {
    line-height: 45px !important;
  }
}

body.header-small #logo {
  top: 0px !important;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2.3em;
  color: #000;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.6em;
  color: #000;
}

p {
  line-height: 1.65em;
  font-size: 1.25em;
  color: #000;
}

*:not(.ignoreFirstChild) > p:not(:first-child) {
  margin-top: 25px;
}

.container {
  width: 96%;
  max-width: 1310px;
  position: relative;
  margin: 0 auto;
}

.container:after {
  clear: both;
  display: block;
  content: "";
}

.img_radius,
.mainpage-article img,
.blogContent .blog-item .blog-item-image img,
.articles_list_ofPage article .article_image img,
.articles_list_ofPage .article .article_image img,
.contactsContent .contactsInfo .contactsPic img,
.becomeFriend .beFriendBlock .beFriend-img img,
.blog-item-picture img {
  border-radius: 3px;
}

/* end common*/

/* header */

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 90;
}

header .header-socials {
  background: #f8f8f8;
  height: 36px;
}

header .header-socials .socials-list {
  float: right;
}

header .header-socials .socials-list:after {
  clear: both;
  display: block;
  content: "";
}

header .header-socials .socials-list a {
  float: left;
  height: 36px;
  width: 36px;
  font-size: 0.1px;
  text-indent: -1000px;
  position: relative;
}

header .header-socials .socials-list a:before {
  font-size: 13px;
  text-indent: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #919191;
  transition: all 0.2s linear;
}

header .header-socials .socials-list a.icon-twitter:hover {
  background: #1da1f2;
}

header .header-socials .socials-list a.icon-facebook:hover {
  background: #4267b2;
}

header .header-socials .socials-list a.icon-pinterest:hover {
  background: #C72527;
}

header .header-socials .socials-list a:hover:before {
  color: #fff;
}

header .header-socials .socials-list a:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.header-content {
  height: 90px;
  background: #fff;
  transition: height 0.2s linear;
}

.header-content .container {
  height: 100%;
}

.header-content #logo {
  float: left;
  height: 100%;
  transition: all 0.2s linear;
  width: 240px;
}

@media screen and (max-width: 480px) {
  .header-content #logo {
    width: 200px;
    position: relative;
    height: auto;
    top: 30px;
  }
}

.header-content #logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

#hamburger {
  display: block;
  float: left;
  position: absolute;
  font-size: 2em;
  color: #000;
  width: 36px;
  text-align: center;
  right: 0;
  top: 50%;
  margin-top: -18px;
  height: 36px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
}

@media screen and (min-width: 1020px) {
  #hamburger {
    display: none;
  }
}

#hamburger:hover {
  color: #000;
  border-color: #000;
}

#hamburger.active {
  border-color: #000;
  background: #000;
  color: #fff;
}

#hamburger:before {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 34px;
}

.header-content nav {
  float: right;
  height: 100%;
}

@media screen and (max-width: 1020px) {
  .header-content nav {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 100%;
    background: #fff;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
}

.header-content nav > ul {
  height: 100%;
}

@media screen and (min-width: 1020px) {
  .header-content nav > ul {
    display: block !important;
  }
}

.header-content nav > ul:after {
  clear: both;
  display: block;
  content: "";
}

.header-content nav > ul > li {
  float: left;
  display: block;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1020px) {
  .header-content nav > ul > li {
    float: none;
    height: auto;
    line-height: 1.2;
    padding: 8px 13px;
  }

  .header-content nav > ul > li .showSubMenu {
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 32px;
  }

  .header-content nav > ul > li .showSubMenu:after {
    content: "";
    border: 6px solid transparent;
    border-top-color: #232323;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
  }
}

.header-content nav > ul > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  min-width: 100%;
  white-space: nowrap;
  display: none;
}

@media screen and (max-width: 1020px) {
  .header-content nav > ul > li ul {
    position: relative;
    border: 0;
  }
}

.header-content nav > ul > li ul li {
  padding: 8px 15px;
  display: block;
}

@media screen and (min-width: 1020px) {
  .header-content nav > ul > li:hover ul {
    display: block;
  }
}

.header-content nav > ul > li > a {
  display: block;
  line-height: 90px;
  height: 100%;
  padding: 0 13px;
}

@media screen and (max-width: 1100px) {
  .header-content nav > ul > li > a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1020px) {
  .header-content nav > ul > li > a {
    height: auto;
    padding: 8px 13px;
    line-height: 1.2 !important;
  }
}

.header-content nav > ul > li > a.active {
  text-decoration: none;
  color: #000;
}

.header-content nav > ul > li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff8400;
}

.header-content nav > ul > li a {
  color: #000;
  font-weight: bold;
  transition: all 0.2s linear;
}

/* end header */

#contentWrapper {
  margin-top: 171px;
}

.header-small #contentWrapper {
  margin-top: 126px;
}

#contentWrapper > div > .container > div {
  margin-top: 45px;
}

#contentWrapper h2 {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

/* slider */

.simpleSlider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.simpleSlider > div {
  height: 100%;
}

.simpleSlide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.simpleSlide img {
  width: 100%;
}

.simpleSlide[data-effect=fade] .simpleSlide {
  left: 0;
}

.simpleSlide[data-effect=slide] .simpleSlide {
  left: 100%;
}

.simpleSlide .simpleSlide-caption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: #fff;
  padding: 5px;
}

.simpleSlide .simpleSlide-caption h4 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 5px;
}

.simpleSlide .simpleSlide-caption p {
  margin-top: 0;
  font-size: 1.25em;
  color: #fff;
}

.simpleSlide-prev,
.simpleSlide-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  margin-top: -32px;
  opacity: 0;
  transition: all 0.2s linear;
}

.simpleSlide-prev:before,
.simpleSlide-next:before {
  color: rgba(255, 255, 255, 0.8);
  font-size: 32px;
  text-align: center;
  line-height: 64px;
  width: 100%;
  display: block;
}

.simpleSlide-prev:hover,
.simpleSlide-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.simpleSlide-prev {
  left: 15px;
}

.simpleSlide-next {
  right: 15px;
}

.simpleSlider:hover .simpleSlide-prev,
.simpleSlider:hover .simpleSlide-next {
  cursor: pointer;
  opacity: 1;
}

.simpleSlide .slideTxt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  color: #fff;
  z-index: 90;
  font-size: 21px;
}

/* top slider */

#mainSlider .simpleSlide:before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  background: url(/sites/friendsoflviv/media/design/slider_left.jpg) 0 0 no-repeat;
  background-size: auto 100%;
  z-index: 89;
}

#mainSlider .simpleSlide:after {
  content: "" !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  background: url(/sites/friendsoflviv/media/design/slider_right.png) top right no-repeat;
  background-size: auto 100%;
  z-index: 89;
}

.exedit-on #mainSlider .simpleSlide:before,
.exedit-on #mainSlider .simpleSlide:after {
  /*display: none!important;*/
}

/* end top slider */

/* slider */

.mainpage-simpleslider {
  float: left;
  max-width: 855px;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .mainpage-simpleslider {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.recentNewsList {
  float: right;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .recentNewsList {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.recentNewsList .recentNews:not(:first-child) {
  margin-top: 15px;
}

.recentNewsList .recentNews:after {
  clear: both;
  display: block;
  content: "";
}

.recentNewsList .recentNews > a {
  float: left;
  width: 61px;
  height: 61px;
  border: 1px solid #e1e1e1;
  padding: 6px;
  transition: border 0.2s linear;
}

.recentNewsList .recentNews > a img {
  width: 100%;
  height: 100%;
}

.recentNewsList .recentNews > a:hover {
  border-color: rgba(0, 0, 0, 0.4);
}

.recentNewsList .recentNews .recentNews-date {
  text-transform: uppercase;
  color: #919191;
  margin-bottom: 10px;
}

.recentNewsList .recentNews div a {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

.recentNewsList .recentNews > div {
  min-height: 104px;
  margin-left: 76px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mainpage-article_picture {
  float: right;
  max-width: 400px;
  margin-top: -17px;
  margin-left: 15px;
  position: relative;
  z-index: 10;
}

.mainpage-article_picture img {
  width: 100%;
}

.mainpage-article_picture span {
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 15px;
  right: 15px;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 600px) {
  .mainpage-article_picture {
    margin: 0 0 30px 0;
    float: none;
    max-width: 100%;
  }
}

.mainpage-article .button {
  margin-top: 30px;
}

.mainpage-article {
  padding-bottom: 45px;
  padding-top: 45px;
}

.becomeFriendBlock {
  width: 40%;
  float: left;
}

@media screen and (max-width: 600px) {
  .becomeFriendBlock {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.becomeFriendBlock li {
  list-style: inside;
  color: #919191;
  font-size: 1.23em;
  margin-bottom: 10px;
}

/* footer */

footer {
  background: #000;
  color: #fff;
  margin-top: 60px;
}

footer a {
  color: #fff;
}

footer p {
  opacity: 0.7;
}

footer h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.6em;
  font-weight: normal;
  opacity: 0.5 !important;
}

footer li {
  list-style: none;
  display: inline-block;
  margin: 3px;
}

footer li:not(:first-child) {
  margin-top: 8px;
}

footer li a {
  opacity: 0.7;
  font-size: 1.2em;
}

footer li a:hover {
  opacity: 1 !important;
  color: #fff;
  text-decoration: none;
}

.footer-block {
  float: left;
  width: 100%;
  padding: 30px 15px;
}

@media screen and (max-width: 600px) {
  .footer-block {
    width: 100%;
    padding: 15px;
  }
}

/* end footer */

.innerPage {
  position: relative;
  margin: 0 50px;
  padding: 30px 0;
}

@media screen and (max-width: 800px) {
  .innerPage {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .innerPage {
    margin: 0;
  }
}

.innerPage:before {
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 75%;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}

@media screen and (max-width: 1024px) {
  .innerPage:before {
    left: 70%;
  }
}

@media screen and (max-width: 800px) {
  .innerPage:before {
    display: none;
  }
}

.content {
  float: left;
  width: 75%;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 70%;
  }
}

@media screen and (max-width: 800px) {
  .content {
    width: 100%;
  }
}

.blogContent {
  max-width: 540px;
}

.blogContent.full-item {
  max-width: none;
}

@media screen and (min-width: 800px) {
  .blogContent.full-item {
    padding-right: 50px;
  }
}

.blogContent.full-item .blog-item-meta {
  margin-bottom: 30px !important;
}

.blogContent.full-item .blog-item-meta h2 {
  color: #000 !important;
  font-size: 1.5 !important;
}

@media screen and (max-width: 800px) {
  .blogContent {
    max-width: none;
  }
}

.blogContent .blog-item:not(:first-child) {
  margin-top: 45px;
}

.blogContent .blog-item h4 {
  margin-bottom: 15px;
  font-size: 1.3em;
}

.blogContent .blog-item .blog-item-image {
  margin-bottom: 15px;
  position: relative;
}

.blogContent .blog-item .blog-item-image img {
  width: 100%;
  display: block;
}

.blogContent .blog-item .blog-item-image span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s linear;
  opacity: 0;
}

.blogContent .blog-item .blog-item-image span:before {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  line-height: 10px;
  margin: -5px 0 0 -5px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-size: 2em;
  transition: all 0.2s linear;
  transform: rotate(-45deg);
}

.blogContent .blog-item .blog-item-image:hover span {
  opacity: 1;
}

.blogContent .blog-item .blog-item-image:hover span:before {
  transform: rotate(0deg);
  width: 80px;
  height: 80px;
  border-radius: 80px;
  line-height: 80px;
  margin: -40px 0 0 -40px;
}

.blogContent .blog-item .blog-item-meta {
  margin-bottom: 15px;
}

.blogContent .blog-item .blog-item-meta h2 {
  font-size: 1.25em;
  margin-bottom: 10px;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 500 !important;
  padding-top: 15px;
}

.blogContent .blog-item .blog-item-meta div {
  font-size: 0.9em;
  color: #919191;
}

.blogContent .blog-item .blog-item-preview p {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
}

.blogContent .blog-item .blog-item-preview h3 {
  margin-bottom: 10px;
  font-size: 2em;
  color: #000;
  font-weight: 500;
}

.blogContent .blog-item .blog-item-preview h3 strong {
  font-weight: 500;
}

.blogContent .blog-item .blog-item-content p {
  color: #000;
}

.blogContent .blog-item .blog-item-content h3 {
  margin-bottom: 10px;
  font-size: 2em;
  color: #000;
  font-weight: 500;
}

.blogContent .blog-item .blog-item-content h3 strong {
  font-weight: 500;
}

.blogContent .blog-item .blog-item-content h3 + p {
  margin-top: 0;
}

.blogContent .blog-item .blog-item-share {
  margin-top: 45px;
}

.blogContent .blog-item .blog-item-share > div {
  border: 1px solid #919191;
  border-radius: 2px;
}

.blogContent .blog-item .blog-item-share > div:after {
  clear: both;
  display: block;
  content: "";
}

.blogContent .blog-item .blog-item-share > div a {
  float: left;
  width: 16.666666%;
  height: 56px;
  text-align: center;
  transition: background 0.2s linear;
  font-size: 1.25em;
}

@media screen and (max-width: 480px) {
  .blogContent .blog-item .blog-item-share > div a {
    width: 33.33%;
    border-left: 1px solid #919191;
  }
}

.blogContent .blog-item .blog-item-share > div a:not(:first-child) {
  border-left: 1px solid #919191;
}

@media screen and (max-width: 480px) {
  .blogContent .blog-item .blog-item-share > div a:nth-child(3n+1) {
    border-left: none;
  }
}

@media screen and (max-width: 480px) {
  .blogContent .blog-item .blog-item-share > div a:nth-child(n+4) {
    border-top: 1px solid #919191;
  }
}

.blogContent .blog-item .blog-item-share > div a:before {
  height: 56px;
  line-height: 56px;
  color: #919191;
}

.blogContent .blog-item .blog-item-share > div a:hover {
  text-decoration: none;
}

.blogContent .blog-item .blog-item-share > div a:hover:before {
  color: #fff;
}

.blogContent .blog-item .blog-item-share > div a:hover.icon-facebook {
  background: #4267b2;
}

.blogContent .blog-item .blog-item-share > div a:hover.icon-twitter {
  background: #1da1f2;
}

.blogContent .blog-item .blog-item-share > div a:hover.icon-gplus {
  background: #de5a49;
}

.blogContent .blog-item .blog-item-share > div a:hover.icon-vk {
  background: #597ba5;
}

.blogContent .blog-item .blog-item-share > div a:hover.icon-tumblr {
  background: #345574;
}

.blogContent .blog-item .blog-item-share > div a:hover.icon-reddit {
  background: #ff4500;
}

.blogContent .blog-item .blog-item-share > div a:hover.icon-mail {
  background: #9fae37;
}

.blogContent .blog-item .blog-item-share > div a:hover.icon-pinterest {
  background: #C72527;
}

.blogContent .blog-item .blog-item-share > div a:hover.icon-linkedin {
  background: #419cca;
}

.blogContent .blog-item .blog-item-comments {
  margin-top: 45px;
}

.blogContent .blog-item .blog-item-comments > p {
  line-height: 1.2;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
  margin-top: 0;
}

.blogContent .blog-item .blog-item-comments .comments-q {
  height: 60px;
  position: relative;
  margin-bottom: 35px;
}

.blogContent .blog-item .blog-item-comments .comments-q:before {
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
}

.blogContent .blog-item .blog-item-comments .comments-q span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #000;
  text-align: center;
  line-height: 60px;
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 1.6em;
  margin: 0 auto;
  /*outline: 20px solid #fff;*/
}

.blogContent .blog-item .blog-item-comments .comments-q span:after {
  content: "ANTWOORDEN";
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  position: absolute;
  top: 100%;
  margin-top: -15px;
  left: -16px;
}

.blogContent .blog-item .blog-item-comments .commentsList {
  margin-bottom: 30px;
}

.blogContent .blog-item .blog-item-comments .commentsList .comment {
  padding: 30px 0;
}

.blogContent .blog-item .blog-item-comments .commentsList .commentInfo {
  margin-bottom: 20px;
}

.blogContent .blog-item .blog-item-comments .commentsList .commentInfo .commentAuthor {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.4em;
  font-weight: 500;
}

.blogContent .blog-item .blog-item-comments .commentsList .commentInfo .commentAuthor em {
  margin-left: 5px;
}

.blogContent .blog-item .blog-item-comments .commentsList .commentInfo .commentDate {
  display: block;
  font-size: 10px;
  margin-top: 7px;
}

.blogContent .blog-item .blog-item-comments .commentsList .commentText {
  color: rgba(0, 0, 0, 0.87) !important;
  padding-top: 10px;
  font-size: 14px;
}

.blogContent .blog-item .blog-item-comments #addComment textarea,
.blogContent .blog-item .blog-item-comments #addComment input[type=email],
.blogContent .blog-item .blog-item-comments #addComment input[type=text],
.blogContent .blog-item .blog-item-comments #addComment input[type=text] {
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  resize: none;
  width: 100%;
}

.blogContent .blog-item .blog-item-comments #addComment .fqrow:not(.fqt_textarea) .required {
  display: none;
}

.blogContent .blog-item .blog-item-comments #addComment .fq_field {
  position: relative;
}

.blogContent .blog-item .blog-item-comments #addComment .fq_field:after {
  clear: both;
  display: block;
  content: "";
}

.blogContent .blog-item .blog-item-comments #addComment .fqrow {
  overflow: visible;
}

.blogContent .blog-item .blog-item-comments #addComment .fqrow:not(:first-child) {
  margin-top: 15px !important;
}

.blogContent .blog-item .blog-item-comments #addComment .fqrow .fq_row_label_colon {
  display: none;
}

.blogContent .blog-item .blog-item-comments #addComment .fqrow .fq_postfix {
  display: inline-block;
  line-height: 36px;
}

.blogContent .blog-item .blog-item-comments #addComment .fq_input {
  width: 100%;
  width: 100%;
  max-width: 220px;
}

.blogContent .blog-item .blog-item-comments #addComment .fqt_textarea .fq_input {
  max-width: none !important;
}

.blogContent .blog-item .blog-item-comments #addComment .fqt_textarea .required {
  position: absolute;
  top: 0;
  left: 100%;
}

.blogContent .blog-item .blog-item-comments #addComment .fqt_textarea .fq_label {
  display: none;
}

.blogContent .blog-item .blog-item-comments #addComment .fq_label {
  margin-bottom: 5px;
}

.blogContent .blog-item .blog-item-comments #addComment textarea {
  padding: 15px;
  height: 130px;
}

.blogContent .blog-item .blog-item-comments #addComment input {
  padding: 0 15px;
  height: 36px;
}

.search-block.responsiveSearch {
  margin-bottom: 30px;
  display: none;
}

@media screen and (max-width: 800px) {
  .search-block.responsiveSearch {
    display: block;
  }
}

.search-block form {
  position: relative;
}

.search-block form:after {
  clear: both;
  display: block;
  content: "";
}

.search-block input[type=text] {
  padding: 11px 47px 11px 5px;
  height: 38px;
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
  color: #919191;
  float: left;
  width: 100%;
}

.search-block input[type=submit] {
  width: 38px;
  height: 38px;
  background: #000 url(/sites/friendsoflviv/media/design/icon-search.png) center no-repeat;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: background 0.2s linear;
}

.search-block input[type=submit]:hover,
.search-block input[type=submit]:focus,
.search-block input[type=submit]:active {
  background-color: #5EA8AA;
}

/* sidebar */

aside {
  float: right;
  width: 25%;
  padding-left: 40px;
}

@media screen and (max-width: 1024px) {
  aside {
    width: 30%;
  }
}

@media screen and (max-width: 800px) {
  aside {
    display: none;
  }
}

aside .sidebar-block:not(:first-child) {
  margin-top: 45px;
}

aside .sidebar-block h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 5px;
}

aside .sidebar-block li {
  list-style: none;
  padding: 6px 0;
}

aside .recent-added ul {
  margin-left: 0 !important;
}

aside .recent-added li {
  list-style: none !important;
}

aside .recent-added li:not(:first-child) {
  padding: 9px 0 6px 0;
  border-top: 3px solid #e1e1e1;
}

aside .recent-added li a {
  font-style: italic;
  color: #919191;
  font-size: 13px;
}

aside .recent-added li a:hover {
  text-decoration: none;
  color: #000;
}

/* end sidebar */

/* page */

.pageHeader:after {
  clear: both;
  display: block;
  content: "";
}

.pageHeader > * {
  float: left;
}

@media screen and (min-width: 767px) {
  .pageHeader > *:not(.pageHeader-logo) {
    margin-top: 60px;
  }
}

.pageHeader .pageHeader-title {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .pageHeader .pageHeader-title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.pageHeader .pageHeader-title h1 {
  text-transform: uppercase;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .pageHeader .pageHeader-title .phrases_rotator {
    height: 30px;
    overflow: hidden;
  }
}

.pageHeader .pageHeader-title .phrases_rotator div {
  font-size: 1.25em;
}

.pageHeader .pageHeader-title .button {
  margin-top: 30px;
}

.pageHeader .pageIntro {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .pageHeader .pageIntro {
    width: 100%;
  }
}

.pageHeader .pageHeader-logo {
  width: 20%;
  height: 300px;
  background: url(/sites/friendsoflviv/media/design/logo_text.png) center no-repeat;
  background-size: auto 100%;
  float: right !important;
}

@media screen and (max-width: 767px) {
  .pageHeader .pageHeader-logo {
    display: none;
  }
}

.pageContent {
  margin: 30px 0;
}

.pageFooter {
  height: 300px;
  background: url(/sites/friendsoflviv/media/design/logo_text_2.png) left center no-repeat;
  margin-top: 45px;
}

@media screen and (max-width: 800px) {
  .pageFooter {
    display: none;
  }
}

/* end page */

/* gallery */

.galleryWrapper .gallery-item {
  width: 33.33%;
  float: left;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .galleryWrapper .gallery-item {
    width: 50%;
    padding: 2px;
  }
}

.galleryWrapper .gallery-item .gallery-item-link {
  display: block;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.galleryWrapper .gallery-item .gallery-item-link:hover {
  background-size: 110% auto;
}

/* end gallery */

.contentOptBlock {
  margin: 60px 0 0 0;
}

/* block: book */

.block_book .book_img {
  float: left;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .block_book .book_img {
    width: 100%;
  }
}

.block_book .book_img img {
  max-width: 100%;
}

.block_book .book_desc {
  float: right;
  width: 75%;
  padding: 30px 0 0 30px;
}

@media screen and (max-width: 767px) {
  .block_book .book_desc {
    width: 100%;
    padding: 10px 0 0 0;
  }
}

/* end block: book */

/* block: videos */

.block_videos .videos_list .video_block {
  width: 33.33%;
  padding: 10px;
  float: left;
}

@media screen and (max-width: 767px) {
  .block_videos .videos_list .video_block {
    width: 100%;
  }
}

.block_videos .videos_list .video_block h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 30px;
}

.block_videos .videos_list .video_block iframe {
  width: 100%;
  height: 100%;
}

/* end block: videos */

.articles_list_ofPage article:after,
.articles_list_ofPage .article:after {
  clear: both;
  display: block;
  content: "";
}

.articles_list_ofPage article:not(:first-child),
.articles_list_ofPage .article:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  /*border-top: 1px solid rgba(0,0,0,.1);*/
}

.articles_list_ofPage article:nth-child(odd) .article_image,
.articles_list_ofPage .article:nth-child(odd) .article_image {
  float: left;
}

.articles_list_ofPage article:nth-child(odd) .article_text,
.articles_list_ofPage .article:nth-child(odd) .article_text {
  float: right;
  padding-left: 30px;
}

.articles_list_ofPage article:nth-child(even) .article_image,
.articles_list_ofPage .article:nth-child(even) .article_image {
  float: right;
}

.articles_list_ofPage article:nth-child(even) .article_text,
.articles_list_ofPage .article:nth-child(even) .article_text {
  float: left;
  padding-right: 30px;
}

.articles_list_ofPage article .article_image,
.articles_list_ofPage .article .article_image {
  width: 25%;
}

.articles_list_ofPage article .article_image img,
.articles_list_ofPage .article .article_image img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .articles_list_ofPage article .article_image,
  .articles_list_ofPage .article .article_image {
    width: 100%;
    float: none;
  }
}

.articles_list_ofPage article .article_text,
.articles_list_ofPage .article .article_text {
  width: 75%;
  padding-top: 30px;
}

@media screen and (max-width: 480px) {
  .articles_list_ofPage article .article_text,
  .articles_list_ofPage .article .article_text {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.articles_list_ofPage article .article_text h2,
.articles_list_ofPage .article .article_text h2 {
  color: #0070e8;
  text-transform: uppercase;
  font-weight: normal;
  /*
              padding-bottom: 15px;
              border-bottom: 1px solid #0070e8;*/
}

.articles_list_ofPage article .article_text .button,
.articles_list_ofPage .article .article_text .button {
  margin-top: 30px;
}

.pageContent ul {
  margin-top: 15px;
  margin-left: 30px;
}

.pageContent ul li {
  font-size: 1.25em;
  list-style: decimal inside;
  line-height: 1.1;
}

.pageContent ul li:not(:first-child) {
  margin-top: 8px;
}

p.italic {
  font-style: italic;
}

p.italic strong {
  font-size: 1.3em;
  color: #000;
  font-weight: normal;
}

.halfArticle .article_text {
  width: 60% !important;
}

.halfArticle h3 {
  font-weight: 500;
  font-size: 1.6em;
  color: #000;
  margin-bottom: 30px;
}

.halfArticle .teamMember:not(:first-child) {
  margin-top: 15px;
}

.halfArticle .teamMember img {
  width: 82px;
  height: 82px;
}

.halfArticle .teamMember h5 {
  color: #000;
  font-size: 1.3em;
  color: #000;
  margin-bottom: 0 !important;
  font-weight: 500;
}

.halfArticle .teamMember h5 span {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.5);
}

.halfArticle .teamMember h5 + p {
  margin-top: 10px !important;
}

.modules_after {
  margin-top: 45px;
}

.contactsMap {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contactsMap img {
  max-width: 100%;
}

.contactsContent .contactsInfo {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contactsContent .contactsInfo:after {
  clear: both;
  display: block;
  content: "";
}

.contactsContent .contactsInfo .contactsData {
  float: left;
}

@media screen and (max-width: 767px) {
  .contactsContent .contactsInfo .contactsData {
    float: none;
    width: 100%;
  }
}

.contactsContent .contactsInfo .contactsData h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
  font-size: 1.3em;
}

.contactsContent .contactsInfo .contactsData p:not(:first-child) {
  margin-top: 10px;
}

.contactsContent .contactsInfo .contactsData p strong {
  font-weight: 500;
  color: #000;
}

.contactsContent .contactsInfo .contactsPic {
  float: right;
}

@media screen and (max-width: 767px) {
  .contactsContent .contactsInfo .contactsPic {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

.contactsContent .contactsInfo .contactsPic img {
  max-width: 100%;
}

.contactsForm h3 {
  font-size: 1.3em;
  color: #000;
  margin-bottom: 15px;
}

.contactsForm label {
  display: block;
  margin-bottom: 5px;
}

.contactsForm .form-group:not(:first-child) {
  margin-top: 15px;
}

.contactsForm > div {
  max-width: 600px;
  margin: 0 auto;
}

.contactsForm .form-group {
  width: 100%;
}

.contactsForm .form-group input[type=text],
.contactsForm .form-group input[type=email],
.contactsForm .form-group input[type=password],
.contactsForm .form-group textarea {
  resize: none;
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

.contactsForm .form-group textarea {
  padding: 15px;
  height: 110px;
}

.contactsForm .form-group input[type=text],
.contactsForm .form-group input[type=email],
.contactsForm .form-group input[type=password] {
  padding: 0 15px;
  height: 36px;
}

@media screen and (min-width: 768px) {
  .contactsForm {
    min-height: 300px;
    background: url(/sites/friendsoflviv/media/design/logo_text_2.png) left center no-repeat;
  }
}

.becomeFriend .beFriendBlock {
  padding: 30px 0;
}

.becomeFriend .beFriendBlock .beFriend-img {
  width: 35%;
  text-align: center;
  padding-top: 3%;
}

@media screen and (max-width: 767px) {
  .becomeFriend .beFriendBlock .beFriend-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 767px) {
  .becomeFriend .beFriendBlock .beFriend-img img {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .becomeFriend .beFriendBlock .beFriend-img img {
    max-width: 100%;
  }
}

.becomeFriend .beFriendBlock .beFriend-text {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .becomeFriend .beFriendBlock .beFriend-text {
    width: 100%;
  }
}

.becomeFriend .beFriendBlock .beFriend-text > div {
  padding: 30px;
  background: #7bb0e7;
}

.becomeFriend .beFriendBlock .beFriend-text h3 {
  color: #fff;
  padding: 15px;
  font-size: 2.4em;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 30px 0;
}

.becomeFriend .beFriendBlock .beFriend-text .beFriend-desc p,
.becomeFriend .beFriendBlock .beFriend-text .beFriend-desc li {
  color: #000;
}

.becomeFriend .beFriendBlock:nth-child(odd) .beFriend-img {
  float: left;
}

@media screen and (max-width: 767px) {
  .becomeFriend .beFriendBlock:nth-child(odd) .beFriend-img {
    float: none;
  }
}

.becomeFriend .beFriendBlock:nth-child(odd) .beFriend-text {
  float: right;
}

@media screen and (max-width: 767px) {
  .becomeFriend .beFriendBlock:nth-child(odd) .beFriend-text {
    float: none;
  }
}

.becomeFriend .beFriendBlock:nth-child(even) .beFriend-img {
  float: right;
}

@media screen and (max-width: 767px) {
  .becomeFriend .beFriendBlock:nth-child(even) .beFriend-img {
    float: none;
  }
}

.becomeFriend .beFriendBlock:nth-child(even) .beFriend-text {
  float: left;
}

@media screen and (max-width: 767px) {
  .becomeFriend .beFriendBlock:nth-child(even) .beFriend-text {
    float: none;
  }
}

#searchPage li {
  display: block;
}

#searchPage li .searchTitle {
  font-size: 1.4em;
}

#searchPage li:not(:first-child) {
  margin-top: 15px;
}

.blog-item-picture img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .formError {
    left: 0 !important;
  }
}

@media screen and (max-width: 1020px) {
  .responsive_next_prev {
    padding: 30px 0;
  }

  .responsive_next_prev:after {
    clear: both;
    display: block;
    content: "";
  }

  .responsive_next_prev a.prevPost {
    float: left;
  }

  .responsive_next_prev a.prevPost:before {
    content: "< ";
  }
}

@media screen and (max-width: 1020px) and (max-width: 480px) {
  .responsive_next_prev a.prevPost {
    padding: 8px;
    display: block;
  }
}

@media screen and (max-width: 1020px) {
  .responsive_next_prev a.nextPost {
    float: right;
  }

  .responsive_next_prev a.nextPost:after {
    content: " >";
  }
}

@media screen and (max-width: 1020px) and (max-width: 480px) {
  .responsive_next_prev a.nextPost {
    padding: 8px;
    display: block;
  }
}

@media screen and (min-width: 1020px) {
  .responsive_next_prev a.nextPost,
  .responsive_next_prev a.prevPost {
    position: fixed;
    height: 64px;
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    top: 50%;
    margin-top: -32px;
    color: #fff;
    width: 200px;
    transition: all 0.2s linear;
    text-decoration: none;
    font-size: 14px;
  }

  .responsive_next_prev a.prevPost {
    left: -170px;
  }

  .responsive_next_prev a.prevPost:hover {
    left: -15px;
  }

  .responsive_next_prev a.prevPost:after {
    content: "<";
    color: #fff;
    font-size: 21px;
    position: absolute;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    line-height: 20px;
    right: 10px;
  }

  .responsive_next_prev a.nextPost {
    right: -170px;
  }

  .responsive_next_prev a.nextPost:hover {
    right: -15px;
  }

  .responsive_next_prev a.nextPost:before {
    content: ">";
    color: #fff;
    font-size: 21px;
    position: absolute;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    line-height: 20px;
    left: 10px;
  }
}

.itemTxt,
.itemTxt p {
  font-size: 12px;
}

.comment_admin {
  padding-top: 10px;
}

.comment_admin a {
  color: rgba(0, 0, 0, 0.4);
}

.exedit-on .blog-item-image .icon-forward {
  display: none !important;
}

.mce-item-anchor {
  display: none;
}

.exedit-on header {
  top: 60px;
}

.exedit-on .showonexedit {
  display: initial;
}

.exedit-on .mce-item-anchor {
  display: initial;
}

.exedit-off header {
  top: 60px;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.ff-exo-form button[type=submit] {
  display: inline-block;
  border: 0;
  height: 30px;
  border-radius: 3px;
  background: #000;
  color: #fff;
  line-height: 32px;
  padding: 0 15px;
  transition: all 0.2s linear;
  margin-top: 30px;
}

.ff-exo-form#form_1000 .form-group {
  margin-bottom: 10px;
}

.img-responsive {
  width: 100%;
}

.blockPeople {
  display: grid;
  grid-template-columns: 45% 5% 50%;
}

.blockPeople a {
  text-decoration: underline;
}

