/************* BIG-MAMUT *************/
.big-mamut {
	background: #fff;
	position: relative;
	overflow: hidden;
  margin: 0 0 30px 0;
}
  .big-mamut a.outer { width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-indent: -9999px; }

	.big-mamut h1, .big-mamut h1 a {
		color: #fff;
	}
	.big-mamut h1 {
		font-family: 'Oswald';
		font-size: 1.714em;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 5px;
	}
	.big-mamut .date {
		color: #b3b3b3;
		font-style: italic;
		font-size: 0.857em;
	}

  /**
   * .entry-main
   */
  .big-mamut .entry-main h1 {
    position: absolute;
    bottom: 30px;
    left: 0px;
    background: rgba(72, 78, 84, .7);
    padding: 10px 20px 10px 30px;
	font-size: 2.5em;
  }

  /**
   * .entry-wide-side
   */
	.big-mamut .entry-wide-side .mamut-desc {
		background: #484e54;
		position: absolute;
		top: 0;
		right: 0;
		width: 31.3%;
		height: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.big-mamut .entry-wide-side .mamut-image {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	.big-mamut .entry-wide-side .mamut-image img {
	  min-height: 100%;
	  display: block;
	}
	.big-mamut .entry-wide-side p {
		margin: 1em 0;
	}
	.big-mamut .entry-wide-side p, .big-mamut .entry-wide-side p a {
		color: #e6e6e6;
		text-decoration: none;
	}
	.big-mamut .entry-wide-side .submit {
		font-size: 14px;
		font-weight: 700;
		position: absolute;
		bottom: 20px;
	}

	.big-mamut .mamut-desc-c {
		padding: 0 0 50px 0;
		height: 100%; box-sizing: border-box;
	}

  /**
   * .entry-wide
   */
	.big-mamut .entry-wide .mamut-desc {
		background: #484e54;
		position: absolute;
		top: 0;
		right: 0;
		width: 31.3%;
		height: 100%;
		padding: 20px;
	box-sizing: border-box;
	}
	.big-mamut .entry-wide .mamut-image {
		height: 360px;
		overflow: hidden;
		position: relative;
		width: 70%;
	}
	.big-mamut .entry-wide .mamut-image .image-cover {
	  width: 100%;
	  min-height: 100%;
	  display: block;
	}
	.big-mamut .entry-wide p {
		margin: 1em 0;
	}
	.big-mamut .entry-wide p, .big-mamut .entry-wide p a {
		color: #e6e6e6;
		text-decoration: none;
	}
	.big-mamut .entry-wide .submit {
		font-size: 14px;
		font-weight: 700;
		position: absolute;
		bottom: 20px;
	}


#mamut .wrapper, #mamut .node { width: 100% !important; height: 360px; }
#mamut .cycle-mask {
	width: 100% !important;
	overflow: hidden;
}
#mamut .node {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	position: relative !important;
}
#mamut .cycle-carousel-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	white-space: normal !important;
}
.mamut-nav { text-align: center; margin: 15px 0 0 0; }
	.mamut-nav li { display: inline-block; margin: 0 4px; }
	.mamut-nav li span {
		background: #01346b;
		width: 12px;
		height: 12px;
		overflow: hidden;
		display: block;
		text-indent: -9999999px;
		cursor: pointer;
		border: 1px solid #ccc;
		-webkit-transition: .2s;
				transition: .2s;
	box-shadow: 2px 2px 0px #fff inset, -2px -2px 0px #fff inset;
	}
		.mamut-nav li.activeSlide span {
		box-shadow: 0px 0px 0px #fff inset, -0px -0px 0px #fff inset;
		}

	.mamut-nav .nav-pages { padding: 0; margin: 0; vertical-align: middle; display: inline-block; }
	.mamut-nav .nav-direct.prev {
		background: url('../../img/pagination-arrow-l.png') no-repeat center center;
		width: 20px;
		height: 20px;
		display: inline-block;
		vertical-align: middle;
	}
	.mamut-nav .nav-direct.next {
		background: url('../../img/pagination-arrow-r.png') no-repeat center center;
		width: 20px;
		height: 20px;
		display: inline-block;
		vertical-align: middle;
	}

.group-mamut, .group-mamut-c, .group-mamut-c .row { width: 100%; }
.group-mamut { margin-bottom: 30px;  }
.group-mamut-c { height: 360px; overflow: hidden; z-index: 1;}
.group-mamut-c .cycle-carousel-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	white-space: normal !important;
}


@media screen and (max-width: 1037px) {
	.big-mamut .entry-wide .mamut-image { width: 60%; }
}
@media screen and (max-width: 767px) {
	.big-mamut .entry-wide .mamut-desc { padding: 5px 5px 61px 5px; }
	.big-mamut .entry-wide .submit { left: 15px; }

	.big-mamut .entry-wide .mamut-image { width: 100%; }
	#mamut .wrapper, #mamut .node { height: 450px; }
}
