body{
  height: auto; /*сделано для корректной работы fancybox https://javascript.ru/forum/jquery/41953-fancybox-smeshhenie-stranicy-vverkh-pri-klike-po-ssylke.html*/
}

.content-block a:link, .content-block a:visited,
.single-saint-content a:hover, .single-saint-content a:link, .single-saint-content a:visited{
  color: #6e6e6e;
  text-decoration: none;
  font-style: italic
}
.content-block a:hover, .single-saint-content a:hover {
  color: #39b584;
  text-decoration: none;
}

.ask-block  a:link, .ask-block  a:visited{
  color: #000000;
  text-decoration: none;
  font-style: italic
}
.ask-block .panel-title  a:link, .ask-block  .panel-title a:visited{
  color: #39b584;
  text-decoration: none;
  font-style: italic
}
.ask-block{
  color: #6e6e6e;
  text-decoration: none;
}

.ask_answers a:hover {
  color: #39b584;
  text-decoration: none;
}
.evf-gallery-shadow-down {
  height: 45px;
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  display: table;
  width: 100%;

}

#caves-list .evf-gallery-shadow-down {
  margin-bottom:25px;;

}

.evf-gallery-link{
  height:100%;
  display:table-cell;
  vertical-align: middle;
  font-size: 18px;
}

.evf-gallery-label {

}

.evf-vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.evf-play-pause-nav {
  padding-top: 7px;
  text-align: right;
}

.evf-play-pause-nav a{
  height: 45px;
  margin-left: 15px;
  margin-right: 15px;
  text-shadow: none;
  color: #969696;
}

.evf-slide-link {
  font-size: 18px;
}
#CarouselInner {
  cursor :pointer;
}
.evf-author-name{
  text-align: left;
  color: #969696;
  font-size: 17px;
  margin-bottom: 15px;
}

.single-saint-thumbnail {
  max-width: 250px;
  width: 100%;
  height: auto;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}

.evf-photo-svyatie img{
  max-width: 200px;
  max-height: 200px;
}

.photo.main img, .evf-photo-svyatie.main img{
  border: 2px solid #39b584;
}
.evf-photo-svyatie .photo{
}

.evf-photo-svyatie h2{
  margin-bottom: 10px;
}

.peshhery.evf-photo-svyatie{
  text-align: center;
}

a.sub-info{
  color: grey;
}

#caves-list img{
  width: 100%;
  max-width:none;
  height:auto;
  margin-bottom:0px;
  margin-top:25px;
}

.kontact-map {
  height: 455px;
}

@media (min-width: 769px){
  .kontact-map {
    height: 769px;
  }
}
  #zapiska-form li{
    font-size: 20px;
  }
  #listOfNames li{
    font-size: 26px;
  }
  #addName{
    font-size: 18px;
  }

.paymaster table tr th{
  color: #535353;
}

.evf-photo-svyatie a:link, .evf-photo-svyatie a:visited {
  font-style: normal;
}

.evf-home-page{
  background-color: #e6dfd4;
  font-size: 16px;
  color:#3c3c3c;
  padding: 10px;
  margin: 0 15px 0 15px;
}

.subtitle {
  text-transform: uppercase;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 1;
  margin-top: 15px;
}

#calendar_describe{
 min-height: 200px;
}

.calendar-container h4 span a,.calendar-container h4 span>span{
  color: #369670 !important;
}

.orthodox-calendar img {
  float: left;
  margin: 0 15px 30px 0;
  max-width: 150px;
}

@media (max-width: 575px){
  .orthodox-calendar img {
    float: none;
    margin-bottom: 15px;
  }

  .orthodox-calendar .description {
    margin-bottom: 15px;
  }
  .calendar-schedule .schedule h2{
    margin-top: 0;
  }

}

.schedule-page .button-with-border,
.schedule-page .button-default,
.schedule-page .share-btn,
.akafist-page .button-with-border,
.akafist-page .button-default,
.akafist-page .share-btn{
  /* margin-top: 40px;*/
  margin-left: 0;
  width: 215px;
  padding: 10px 15px;
}

.cafe-places-map .gm-style-iw a {
  display: inherit !important;
}
header .header-icone-2 {
 margin-top: 0;
}

.schedule-tree.schedule-item-listing li{
  list-style-type: none !important;
}


div.node-content ul {
  list-style: none;
  padding: 0;
}
div.node-content ul li {
  padding-left: 1.3em;
}
div.node-content ul li:before {
  content: "\f02d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  margin-bottom: 5px;
  width: 1.3em; /* same as padding-left set on li */
  font-size: 17px;
}

a.pdf-load {
  display: inline-block;
  border-radius: 50px;
  padding: 8px 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
  color: #369670 !important;
  font-size: 15px;
  border: 2px solid #369670;
  background: transparent;
  outline: none;
  /*white-space: nowrap;*/
  width: auto;
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
}

a.pdf-load:before {
  content: "Скачать PDF: \f1c1 "; /* FontAwesome Unicode */
  font-family: FontAwesome;
  margin-right: 5px;
  display: inline-block;
  font-size: 17px;
  color: #740400;
}

a.pdf-load.uk:before {
  content: "Завантажити PDF: \f1c1 "; /* FontAwesome Unicode */
}

a.pdf-load:after {
  content: "\f019"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px;
  width: 1.3em; /* same as padding-left set on li */
  font-size: 17px;
}

.blago-blog h4 a{
  color:  #369670 !important;
  font-weight: bold;
  font-style: normal !important;
}


.blago-blog .table {
  display: table;

}

.blago-blog .table div{
  display:table-cell;
  vertical-align: top;
}
.blago-blog .table div.image{
  width: 180px;
  line-height: 0;
}

.blago-blog .table div.text{
padding-left: 10px;
  text-align: left;
}

.blago-blog img{
  width: 180px;
}

.blago-blog .table .text ul {
  list-style: none;
  padding: 0;
}
.blago-blog .table .text ul li {
  padding-left: 1.3em;
}
.blago-blog .table .text ul a {
  color:  #369670 !important;
  font-weight: bold;
  font-style: normal !important;
}
.blago-blog .table .text ul li:before {
  content: "\f10c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.2em; /* same as padding-left set on li */
  margin-bottom: 5px;
  width: 1.2em; /* same as padding-left set on li */
  font-size: 17px;
}

.dark-form{
  background: #e6dfd4;
  padding: 30px;
  margin: 15px 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  max-width: 500px;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  color: #1c1c1c;
}


#steps .button-with-border{
  margin: 0;
  min-width: auto;
  max-width: none;

}

.evf-pre {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 15px;
  font-family: monospace;
}

@media (max-width: 575px){

  .blago-img img{
    display: block !important;
    float: none !important;
  }

  .blago-blog .table {
    display: block;
    border-bottom: #b1b1b1 1px solid
  }

  .blago-blog .table div{
    display: block ;
  }
  .blago-blog .table div.text{
    padding-left: 0;
  }

}



.schedule .scroll {
  margin-top: 10px;
}

#alcal_print_icon {
  float: left;
}
#alcal_print_day {

}
#alcal_print_week {
font-weight: bold;
}
#alcal_print_trapeza {

}
#alcal_print_saints {

}
#alcal_print_evang {
  font-style: italic;
}


