/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.navbar-brand {
    padding: 5px 15px 5px 5px;
}
/*a {color:#bd1822;}*/
h1.container {border-bottom: 4px solid black;}

/* Sticky footer styles
-------------------------------------------------- */
html,
body {
    padding-top: 25px;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #c3b59a;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #000;
}

/* Index
-------------------------------------------------- */
.index {
padding:20px 0;}

/* Poster
-------------------------------------------------- */
.section-header {
    background: #000;
    margin-bottom: 20px;
}
.article {
    border-bottom: 1px solid black;
    color: #000;
		padding:5px 0;
}
.article.future {
	background-color:#fff;
}
.article.actual {
	background-color:#bd1822 !important;
	color:#fff !important;
}
.article.actual .date {
	color:#ddd !important;
}
.article .date {
    padding-top: 10px;
    color: #444 !important;
		text-align:right;
}
.article .date-number {
    font-size: 36px;
}
.article .date-year {
    font-size: 18px;
    color: #999;
}

/* Group
-------------------------------------------------- */
.group .person {
    margin-bottom: 20px;
    text-align: center;
}
.group .person p {
  color: #bd1822;
  font-weight:bold;
}

.group .content {
    margin-bottom: 20px;
    text-align: justify;
}

/* Contacts
-------------------------------------------------- */
.contacts {
    margin-top: 20px;
}
phone {
    font-size: 30px;
}
.contacts .social-icons{
  text-align: center;
  font-size: 8em;
}
.download {text-align:center;}
.bo-vk-old {
	display:block;
  overflow: auto;
   font-size: 1em;
   line-height: 1.25em;
   padding: 0.625em 1.25em 0.625em 2.5em;
   margin-right: 0.3125em;
   border-radius: 0.3125em;
   background-image: url('../img/icons/vk.svg');
   -webkit-background-size: 1.875em 10em;
   -o-background-size: 1.875em 10em;
   -moz-background-size: 1.875em 10em;
   background-size: 1.875em 10em;
   /* styles carried over from the original implementation */
   background-repeat: no-repeat;
   background-color: #ccc;
   color: #444;
   float: left;
   text-decoration: none;
   text-shadow: 0 -1px 2px #fff;
}
.bo {
	display:block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}
.bo-vk {background-image: url('../img/icons/vk.svg');}
.bo-facebook {background-image: url('../img/icons/facebook.svg');}
.bo-youtube {background-image: url('../img/icons/youtube.svg');}
.bo-skype {background-image: url('../img/icons/skype.svg');}
.bo-email {background-image: url('../img/icons/email.svg');}

a:hover .bo-vk {background-image: url('../img/icons/vk_active.svg');}
a:hover .bo-facebook {background-image: url('../img/icons/facebook_active.svg');}
a:hover .bo-youtube {background-image: url('../img/icons/youtube_active.svg');}
a:hover .bo-skype {background-image: url('../img/icons/skype_active.svg');}
a:hover .bo-email {background-image: url('../img/icons/email_active.svg');}

/* Music
-------------------------------------------------- */
.music a{text-decoration: none; }
.music a:hover {
    background-color: #ccc;
}
.music a h2, .music h2 {
    color: #bd1822 !important;
    margin-bottom: 0;
}
.music a .year, .music span.year {
   font-size: 14px;
    color: black;
    font-weight: normal;
}
.compositions p {
    font-weight: bold;
}
.compositions * {
    box-sizing: content-box;
}
.music .music-main {
	padding-bottom: 20px;
}

/*.active a, .current a {color: #bd1822 !important;}*/

/* Photo
-------------------------------------------------- */
.photo {
	text-align:center;
	background-color:#000
}
/* Video
-------------------------------------------------- */
/* http://avexdesigns.com/responsive-youtube-embed/ */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}