/**
 * @file
 * Overall specifications for Newsplus Lite.
 */

html {
  height: 100%;
}
body {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.55;
  background-color: #ffffff;
}

.clear {
    clear: both;
}

p {
  margin: 0;
  padding: 0 0 15px 0;
}
p.large {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  padding-bottom: 20px;
}
a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
code,
pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}
pre {
  background: #ebebeb;
  border:none;
  border-left: 10px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #363636;
  padding: 20px;
  font-size: 14px;
  max-height: 62px;
  overflow: hidden;
  margin: 40px 0 40px 45px;
}
pre:hover {
  max-height: 10000px;
  -webkit-transition: all ease-in-out 2s;
  -moz-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  -ms-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  font-size: 24px;
  font-style: italic;
  padding:0 0 0 140px;
  border-left: none;
  position: relative;
  margin: 40px 0 50px;
  line-height: 1.33;
  min-height: 80px;
}
.footer-area blockquote,
.subfooter-area blockquote,
.sidebar blockquote {
  padding-left: 80px;
}

/* Blockquote quote symbol */
blockquote:after {
  position: absolute;
  content: "“";
  left: 15px;
  color: #dddddd;
  font-style: normal;
  font-size: 280px;
  line-height: 0.8;
  height: 100%;
  top: 0;
}
.footer-area blockquote:after,
.subfooter-area blockquote:after,
.sidebar blockquote:after {
  left: 0;
  font-size: 190px;
}

#footer .container {
    background: #f3f3f3;
}

@media (min-width: 992px) {
  .two-sidebars blockquote {
    padding: 0 0 0 80px;
  }
  .two-sidebars blockquote:after {
    left: 0;
    font-size: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area blockquote,
  .subfooter-area blockquote,
  .sidebar blockquote {
    padding-left: 40px;
    font-size: 18px;
  }
  .footer-area blockquote:after,
  .subfooter-area blockquote:after,
  .sidebar blockquote:after {
    left: 0;
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  blockquote {
    padding: 0 0 0 80px;
  }
  blockquote:after {
    left: 0;
    font-size: 190px;
  }
}
ul {
  list-style-type: square;
}
ul.list li {
  margin-bottom: 5px;
}
.colored-area {
  color: #ffffff;
}
.colored-area legend{
  color: #ffffff;
}

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
/* Headings */
h1, h2, h3, h4, h5, h6,
.heading-a,
.heading-b,
.heading-c,
.heading-d,
.heading-e {
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.heading-a > a,
.heading-b > a,
.heading-c > a,
.heading-d > a,
.heading-e > a {
  color: #3f3f3f;
}
h1,
.heading-a {
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
h2,
.heading-b {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
h2.afisha {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 3px;
    vertical-align: middle;
    height: 90px;
    display: table-cell;
}
h2.afisha a {
	color: #fff;
}
h3.news {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0 10px 0;
}
h3.news a {
  color: #fff;
}
h3,
.heading-c {
  font-size: 22px;
  margin-bottom: 15px;
}
h4.news {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
h4.news a {
  color: #fff;
}
h4,
.heading-d {
  font-size: 18px;
}
h5,
.heading-e {
  font-size: 16px;
}
.title {
  margin-top: 0
}

.view-header > hr {
    border-top: 1px solid #ccc;
    margin: 0 auto;
    max-width: 300px;
    position: relative;
    top: -15px;
}
.view-header > hr::after {
    border-top: 1px solid #a74976;
    content: "";
    left: 20%;
    position: absolute;
    right: 20%;
    top: -1px;
}

.sidebar .block > h2,
#page .block-views h2.title {
  margin-top: 7px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #464646;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
.node--view-mode-teaser h2.node__title,
.node--view-mode-teaser h2.node__title {
  font-weight: 700;
}
.sidebar h3.title {
  margin-top: 9px;
}
.footer-area .block > h2,
.subfooter-area .block > h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
 .node h1.title {
    font-size: 36px;
  }
}
del {
  text-decoration: line-through;
}
.feed-icon {
  display: block;
  margin: 25px 0 0 0;
}

/* Views home afisha*/

.afisha-content-block {
    background: #fff;
    padding: 0px;
}

.afisha-content-description {
    background: #fff;
    padding: 0px;
	height: 190px;
}

.afisha-content-date {
    height: 100px;
	padding: 10px 0 0 0;
}

.afisha-content-title-3 {
    height: 82px;
    background: #5B4BBF;
    display: table;
    width: 100%;
}

.afisha-content-title-6 {
    height: 82px;
    background: #5B4BBF;
    display: table;
    width: 100%;
}

.afisha-content-title-7 {
    height: 82px;
    background: #5B4BBF;
    display: table;
    width: 100%;
}

.afisha-content-title-8 {
    height: 82px;
    background: #5B4BBF;
    display: table;
    width: 100%;
}

.afisha-content-title-9 {
    height: 82px;
    background: #5B4BBF;
    display: table;
    width: 100%;
}

.afisha-content-title-10 {
    height: 82px;
    background: #5B4BBF;
    display: table;
    width: 100%;
}

.afisha-content-title-11 {
    height: 82px;
    background: #5B4BBF;
    display: table;
    width: 100%;
}

.view-taxonomy-term .views-row, .view-frontpage .views-row {
    border-bottom: 0px solid #fff;
    margin-bottom: 15px;
	min-height: 100%;
}

.data-afisha {
    font-size: 19px;
	color: #444444;
	font-weight: 700;
    text-align: left;
	padding: 0 15px;
}

.primechanie {
    font-size: 14px;
    text-align: left;
    padding: 3px 15px;
    color: #5B4BBF;
    font-weight: 700;
	text-transform: uppercase;
}

.zal {
	font-size: 15px;
    text-align: left;
	color: #5B4BBF;
	padding: 0 15px;
}

.afisha-more {
    background: #fff;
    text-align: center;
	padding: 8px;
}

.afisha-more a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.afisha-bilet {
    background: #8B35D1;
    text-align: center;
	padding: 8px;
}

.afisha-bilet a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.afisha-bilet a:hover {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.all-consert {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-style: italic;
}

.all-consert a {
	color: #fff;
}

/* News */ 

.news-post {
    margin: 30px 0;
}

/* FlexSlider*/ 

.flexslider {
    background: #fff none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    margin: 0;
    position: relative;
	float:none;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
}

.flex-direction-nav a:before{
	font-size: 28px;
	padding-left: 10px;
    padding-right: 10px;
	color: rgba(255, 255, 255, 0.8);
}

.flex-caption {
    max-width: 680px;
    height: 100%;
    white-space: normal !important;
    position: absolute;
    bottom: 0;
    color: #fff;
    vertical-align: text-top;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
    padding: 50px 70px;
    text-transform: uppercase;
}

.slide-time {
    padding: 40px 0 0 0;
}

.slide-time span.slide-time-01 {
    line-height: 12px;
    font-size: 20px;
    padding-bottom: 10px;
	display: list-item;
}
.slide-time span.slide-time-02 {
    line-height: 12px;
    font-size: 20px;
    padding-bottom: 10px;
	display: list-item;
}
.slide-time span.slide-time-03 {
    line-height: 12px;
    font-size: 20px;
    padding-bottom: 10px;
	display: list-item;
}

.slide-type {
    padding-top: 50px;
    font-size: 22px;
    font-weight: 700;
}
.slide-title {
    padding: 10px 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.slide-button {
    padding-top: 50px;
}


.slide-button a {
    background: #fff;
    color: #000;
    padding: 8px 40px;
    text-shadow: none;
    font-weight: 700;
}

/* components: flexslider-internal-banner */
#internal-slider-carousel ul.slides > li.flex-active-slide,
#internal-slider-carousel ul.slides > li:hover {
  border-color: #ea2d49;
}
@media (max-width: 767px) {
  #internal-slider-carousel .flex-direction-nav a {
    border-color: #ea2d49;
    color: #ea2d49;
  }
}

@media (max-width: 770px) {
	
.flex-caption {
    max-width: 250px;
    height: 100%;
    white-space: normal !important;
    position: absolute;
    bottom: 0;
    color: #fff;
    vertical-align: text-top;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
    padding: 20px 42px;
    text-transform: uppercase;
}	
  
.slide-time {
    padding: 0 0 2px 0;
}

.slide-time span.slide-time-01 {
    font-size: 9px;
	padding-bottom: 3px;
}

.slide-time span.slide-time-02 {
    font-size: 9px;
	padding-bottom: 3px;
}

.slide-time span.slide-time-03 {
    font-size: 9px;
	padding-bottom: 0px;
}

.slide-type {
    padding-top: 5px;
    font-size: 10px;
    font-weight: 700;
}

.slide-title {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.slide-button {
    display:none;
}

}

/* components: flexslider-main */
.flex-direction-nav a  {
  color: #ea2d49;
}

.flex-control-paging li a {
    width: 15px;
    height: 15px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  background-color: rgba(255,255,255,0.3);
  border-radius:50px;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .flex-control-paging li a:hover,
  .flex-control-paging li a.flex-active {
    background-color: #ea2d49;
  }
}

.view-footer {
    margin: 15px 50px 0;
}

.optionset-flexslider-default-thumbnail-slider {
    margin: 0px auto;
    width: 620px;
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(255, 255, 255, 1.0);
    cursor: default;
}

.flex-control-paging li a {
	background: rgba(255, 255, 255, 0.5);
}

/* Festival block*/

.field-content.soll-2016 {
    margin-bottom: 30px;
}

.kategory-consert-3 {
    background: #00969d none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
	display:block;
}

.kategory-consert-6 {
    background: #f14c59 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
	display:block;
}

.kategory-consert-7 {
    background: #e87a59 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
	display:block;
}

.kategory-consert-8 {
    background: #993c37 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
	display:block;
}

.kategory-consert-10 {
    background: #a8cc00 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
	display:block;
}

.kategory-consert-11 {
    background: #2E3191 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
	display:block;
}

.block-padding {
	padding: 15px 0 0 0;
}

/* adaptive youtube */

.video {position:relative;padding-bottom:56.25%;/*пропорции видео 16:9 */padding-top:25px;height:0;}
.video iframe {position:absolute;top:0;left:0;width:100%;height:100%;}

/* Social icon */

ul.social-icon {
    list-style: none;
    display: inline-flex;
	padding: 0;
}

.social-icon li {
    margin: 0px 19px 0px 0px;
    font-size: 2.2rem;
}

/* Yandex Sharing */

.ya-share2 {
    float: right;
}

/* afsiha */

.repertuar {
    width: 255px;
    background: #5B4BBF;
    margin-bottom: 30px;
    padding: 14px;
    float: left;
	text-align: center;
	margin-right: 30px;
}

.repertuar a {
    color: #fff;
	font-weight: 700;
    text-transform: uppercase;
}

.repertuar a:hover {
    color: #fff;
}

.field--name-field-bilet-onlayn {
    background: #8B35D1;
	font-size: 2rem;
    text-align: center;
	text-transform: uppercase;
	padding: 5px 0;
}

.field--name-field-bilet-onlayn a {
    color: #fff;
}

.field--name-field-bilet-onlayn a:hover {
    color: #fff;
}

.youtube-container.youtube-container--responsive {
    margin-bottom: 10px;
}

#flexslider-1 .youtube-container.youtube-container--responsive {
    margin-bottom: 0px;
}

.playlist-youtube {
    display: block;
    float: right;
    font-size: 12px;
    background: #66C647;
    padding: 1px 10px;
    border-radius: 2px;
}

.playlist-youtube a {
	color: #fff;
}

.playlist-youtube a:hover {
	color: #fff;
}

#block-onlayntranslyaciya h2 {
    text-align: center;
    color: #fff;
}

.block-field-blocknodeafishacreated {
    margin: 0px 0 10px 0;
}

.block-field-blocknodeafishafield-zal {
    margin: 0px 0 10px 0;
}

.field.field--name-created.field--type-created.field--label-inline {
    font-weight: 700;
}

.mfp-field.mfp-all-items.field.field--name-field-foto.field--type-image.field--label-hidden.field__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  text-align: center;
}

.mfp-field.mfp-all-items.field.field--name-field-foto.field--type-image.field--label-hidden.field__items img {
  width: 90%;
  margin-bottom: 30px;
}


.vi-special-block-image {
  background-image: url(/themes/contrib/newsplus_lite/images/eye.png) !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  display: block;
  width: 160px;
  height: 35px;
  border: 0 !important;
  cursor: pointer;
  margin: 0 auto;
  font-size: 0 !important;
}

.vi-normal-block-image {
  background-image: url(../images/normal.png) !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  width: 185px;
  height: 72px;
  display: block;
  margin: 0 auto;
  border: 0 !important;
  cursor: pointer;
  font-size: 0 !important;
}

.vi-special-block-text,
.vi-normal-block-text {
  background-color: transparent !important;
  border: 0 !important;
  background-image: none !important;
}

#block-pereklyuchatelyazyka ul.links {
	display: inline-flex;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

#block-pereklyuchatelyazyka ul.links li {
  padding-right: 10px;
}

#block-pereklyuchatelyazyka ul.links li a {
	color: #fff;
	background: none;
	margin: 0;
	padding: 0;
	min-width: auto;
	font-size: 12px;
	text-decoration: none;
}

#block-pereklyuchatelyazyka ul.links li a.is-active {
	text-decoration: underline;
}
.block-gerb2 {
position:absolute;
left:100px;
top:100px;
}