@font-face {
  font-family: "bebasregular";
  src: url("fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("fonts/bebasneue_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body{
	min-height: 100%;
}
.wrapper{
	min-height: 100%;
	position: relative;
}
.block{
	background-color: #231f20;
	text-align: center;
	position: relative;
}
.logo{
	max-height: 205px;
	display: block;
	margin: 40px auto 74px;
}
.bottom{
	text-align: center;
}
.title{
	font-family: "bebasregular";
	text-transform: uppercase;
	font-size: 50px;
	line-height: 34px;
	letter-spacing: 0.05em;
}
.block .title{
	color: white;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bottom{
	color: #231f20;
}
.bottom .title{
	font-size: 30px;
	letter-spacing: 0.4em;
	margin-right: -0.4em;
	line-height: 26px;
}
.btn.register{
	background-color: #d02128;
	color: white;
	margin: 20px auto;
	float: none;
	font-family: "bebasregular";
	width: 215px;
	padding: 10px;
	font-size: 16px;
}
.menu-item{
	border-bottom: 1px solid #231f20;
}
.menu-item .item-label a{
	font-family: "bebasregular";
	font-size: 32px;
	letter-spacing: 0.4em;
	color: #d02128;
	padding: 20px 0 20px 130px;
	display: block;
}
.menu-item .item-label a::after{
	content: "-";
	font-size: 22px;
	display: block;
	float: right;
	font-family: 'Nunito', sans-serif;
	margin-right: 40px;
	color: #231f20;
}
.menu-item .item-label a.collapsed::after{
	content: "+";
}
.menu-item .item-label a:hover, .menu-item .item-label a:focus{
	text-decoration: none;
	color: #bf1c23;
}
.menu-item .card-body{
	padding: 0px 130px 25px 130px;
	font-family: 'Nunito', sans-serif;
}
a{
	color: #d02128;
}
.images{
	position: absolute;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 50%;
	top: 0;
	right: 0;
}
.thumbnail h4{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.images{
		display: none;
	}
}
@media (max-width: 575px) {
	.menu-item .item-label a{
		padding: 25px 40px 25px 40px;
	}
	.menu-item .card-body{
		padding: 0px 40px 25px 40px;
	}
}
@keyframes imgFade {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.images {
  -webkit-animation-name: imgFade;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;

  -moz-animation-name: imgFade;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;

  -o-animation-name: imgFade;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 8s;

  animation-name: imgFade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}
.images:nth-of-type(2) {
	background-image: url('../images/re-4.jpg');
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
.images:nth-of-type(3) {
	background-image: url('../images/re-3.jpg');
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
.images:nth-of-type(4) {
	background-image: url('../images/re-2.jpg');
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.images:nth-of-type(5) {
	background-image: url('../images/re-1.jpg');
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
a:focus, a:hover{
	color: #d02128;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
	background-color: #d02128;
}
.tab-content{
	margin-top: 30px;
}