@charset "UTF-8";
/* CSS Document */

.herorow {
	/*height:490px;*/
	min-height:530px;
	background-color:#000000;
	background-image:url(../../images/magazine/bg_hero.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:cover;
}

.herobg {
	padding-top:30px;
	padding-bottom:30px;
	min-height:530px;
	text-align:center;
}

.herobg img {
	width:100%;
	max-width:810px;
	vertical-align:middle;
}

.herocont {
	display:block;
	/*min-height:490px;*/
}

.herotitle {
	font-family: 'Oswald', sans-serif;
	font-size:52px;
	font-weight:300;
	/*margin-bottom:20px;
	margin-top:80px;*/
	padding-left:15px;
	padding-right:15px;
}

.herotext {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	font-weight:300;
	margin-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

.heroroundel {
	margin-bottom:80px;
}

.herostatic {
	position:relative;
	  top:0px;
	  left:0px;
	  width:100%;
}

.heroroundel{
	text-align:center;
}
	
.herospacer {
	margin-top:0px;
}

.herotable {
	display:block;
	min-height:530px;
}

.herocell {
	display:block;
}

.heromiddle {
	vertical-align:middle !important;
	padding-left:25px;
	padding-right:25px;
}

@media (min-width: 767px) {
	.herotable {
		display:table;
	}
	
	.herocell {
		display:table-cell;
		float:none;
		vertical-align:middle;
	}
	
	.heroroundel{
		text-align:left;
	}
	
	.herotitle {
		/*margin-bottom:80px;
		margin-top:120px;*/
		margin-bottom:36px;
		padding-left:0px;
		padding-right:0px;
	}
	
	.herospacer {
		margin-top:120px;
	}
	
	.herotext {
		
		margin-bottom:140px;
		padding-left:0px;
		padding-right:0px;
	}
	
	.herostatic {
		
		  /*position:absolute;*/
	}
}


.instable {
	display:block;
	width:100%;
}

.insrow1 {
	display:block;
	height:22px;
    float: left;
	width:100%;
}

.insrow2 {
	display:block;
    float: left;
	width:100%;
}

.insrow3 {
	display:block;
    float: left;
}

.inscell {
	display:block;
	float:left;
}

.insrow1 .inscell {
	background-image:url(../../images/magazine/lev1.png);
	background-size:100% 100%;
	height:22px;
}

.insrow2 .inscell {
	background-image:url(../../images/magazine/lev2.png);
	background-size:100% 100%;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	font-weight:700;
	text-align:center;
	padding-top:20px;
	padding-bottom:14px;  
}

.insrow3 .inscell {
	background-image:url(../../images/magazine/lev3.png);
	background-size:100% 100%;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#FFF;
	line-height:26px;
	font-weight:300;
	text-align:center;
	padding-top:30px;
	padding-bottom:50px;  
	padding-left:40px;
	padding-right:40px;
}

@media (min-width: 767px) {
	.instable {
		display:table;
		width:100%;
	}
	
	.insrow1 {
		display:table-row;
		height:22px;
		float: none;
	}
	
	.insrow2 {
		display:table-row;
		float: none;
	}
	
	.insrow3 {
		display:table-row;
		float: none;
	}
	
	.inscell {
		display:table-cell;
		float:none;
	}
}



/* ================================  video GALLERY -  SECTION ================================ */
.instr-gallery {
	background-color:#dbdbdb;
	background-image:url(../../images/magazine/bg_magazine.jpg);
	/*height:498px;*/
	background-position:center;
	padding-top:40px;
	padding-bottom:40px;
	background-repeat:no-repeat;
	background-size:cover;
}
.instr-gallery .instr-gallery_container {
	width:100%;
	/*max-width:1260px;*/
	margin:0 auto;
	/*background-color:#dbdbdb;*/
	display:table;
	
}
.instr-gallery-sx{
	/*float:left;*/
	float:none;
	display:table-cell;
	width:42px;
}
.instr-gallery-center{
	/*float:left;*/
	float:none;
	display:table-cell;
	/*width:100%;*/
	max-width:1176px;
}
.instr-gallery-center .col-md-4 {
	background-size:contain;
	height:100%;
	text-align:center;
}
.instr-gallery-center .col-md-4 div {
	background-size:cover;
	height:100%;
	text-align:center;
}

.instr-gallery-center .row {
	height:50%;
}
.instr-gallery-dx{
	/*float:right;*/
	float:none;
	display:table-cell;
	width:42px;
}
.instr-tit_gall {
	padding:10px;
	background-color:rgba(0,0,0,0.8);
	color:#FFF;
	font-size:1.3rem;
}

.mag_title {
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	font-weight:400;	
	color:#FFFFFF;
	margin-top:100px;
	margin-bottom:10px;
	text-align:center;
}
@media (min-width: 767px) {
	.mag_title {
		text-align:left;
	}
}


.turn-page-wrapper {
	-webkit-box-shadow: 0px 0px 20px 10px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 20px 10px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 20px 10px rgba(255,255,255,0.5);
}


.giftsrow .giftstitle {
	background-color:#ed1c24;
	text-align:center;	
	font-family: 'Oswald', sans-serif;
	font-size:42px;
	font-weight:400;
	padding-top:16px;
	padding-bottom:16px;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF;
}
.giftsrow .giftstitle:hover {
	color:#000000;
}

@media (min-width: 767px) {
	.giftsrow .giftstitle {
		padding-left:0px;
		padding-right:0px;
	}
}


.giftsrow .giftslist {
	margin-top:20px;
	margin-bottom:36px;
    padding-right: 15px;
    padding-left: 15px;

}

.giftitem .text {
	background-color:#1c1c1c;	
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#FFF;
	font-weight:300;
	text-align:center;
	line-height:26px;
	padding-top:20px;
	padding-bottom:20px;
}

.gift1 {
	background-color:#797878;
	background-image:url(../../images/index/gift1.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}

.gift2 {
	background-color:#797878;
	background-image:url(../../images/index/gift2.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}

.gift3 {
	background-color:#797878;
	background-image:url(../../images/index/gift3.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}

.gift4 {
	background-color:#797878;
	background-image:url(../../images/index/gift4.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}

.gift5 {
	background-color:#797878;
	background-image:url(../../images/index/gift5.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}

.gift6 {
	background-color:#797878;
	background-image:url(../../images/index/gift6.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}



.giftslist {
	display:block;
}
.giftitem {
	display:block;
	margin-bottom:15px;
}


@media (min-width: 767px) {
	
.giftslist {
  display:table;
  border-collapse: separate;
  border-spacing: 5px;
}
.giftitem {
	display:table-cell;
	float:none;
	vertical-align:top;
	background-color:#1d1c1c;
	margin-bottom:0px;
}
	
}