.collection_1_wrap{
	display: grid;
	grid-template-columns: 1.5fr 2.5fr;
}

.collection_top_bar{
	background: #93aacb;
	text-transform: uppercase;
	color: white;
	font-family: 'Oswald', sans-serif !important;
	 font-weight: 200 !important;
    font-size: 16px;
    letter-spacing: 1px;
	padding: 10px 30px 10px 55px;
/* 	text-align: right; */
}

.more_collections{
	color: #000;
	margin-right: 10px;
	 font-weight: 400 !important;
}

.collectionItems a{
		color: #fff;
	}

.collectionItems:after{
	content: '\2605';
	color: #fff;
	margin: 0 10px 0 10px;
}

.collectionItems:last-of-type:after{
	display: none;
}

.collectionImages{
	padding: 0px;
/* 	background: rgba(255, 227, 125, 0.7); */
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	display: grid;
	justify-content: center;
}

.collectionImages img{
	width: 100%;
}



.colection_1_text{	
padding: 30px 60px 30px 60px;	
background: rgba(255, 241, 197, 0.7);
}

.text_block_1{
	font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 60px !important;	
}

.text_block_1 li{
	    list-style: none;
	     float: none;
	    clear: both;

}

.text_block_1 li:before{
	content: "◼︎";
    display: block;
    float: left;
    width: 1.2em;
    font-size: 22px;
    color: #c51a1b;
}

.text_block_2{
    margin-bottom: 60px !important;	
}

.collection_2_wrap{
	background:rgba(227, 210, 161, 0.38);
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 5px 15px;	
/*
	display: flex;
  align-items: flex-end;
*/

}

.text_block_3{
	font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    padding: 30px 30px 30px 0px;	
}

.text_block_3 li{
	    list-style: none;
}

.text_block_3 li:before{
	content: "◼︎";
    display: inline-block;
    float: none;
    width: 1.2em;
    font-size: 22px;
    color: #216598;
}

.extraBooklettCover{
	width: 300px;
	height: 300px;
	float: left;
	cursor: pointer;
	padding: 30px 30px 0px 30px;
}


@media only screen and (max-width: 800px) {
	
	.collection_top_bar{
	background: #93aacb;
	text-transform: uppercase;
	color: white;
	font-family: 'Oswald', sans-serif !important;
	 font-weight: 200 !important;
    font-size: 16px;
    letter-spacing: 1px;
	padding: 10px 30px 10px 30px;
	text-align: left;
}

.collection_1_wrap{
	display: grid;
	grid-template-columns: 1fr;
}

	
	.collectionImages{
	padding: 0px;
/* 	background: rgba(255, 227, 125, 0.7); */
	background-position: right top;
	background-size: cover;
	display: grid;
	justify-content: center;
	height: 400px;
	width: 100%;
}

.colection_1_text{	
padding: 15px;	
background: rgba(255, 241, 197, 0.7);
}

.text_block_1{
	font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 60px !important;	
    float: none;
	clear: both;
}

.text_block_1 span{
	font-size: 18px !important;
}

.text_block_1 ul, .text_block_1 li{
	    list-style: none;
	    margin: 0px !important;
	    padding: 0px !important;
	    float: none;
	    clear: both;
}

.text_block_1 li:before{
	content: "◼︎";
    display: block;
    float: left;
    width: 1.2em;
    font-size: 18px !important;
    color: #c51a1b;
}

.collection_2_wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px 15px;	
	display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.text_block_3{
	font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    padding: 15px 15px 15px 15px !important;
}

.text_block_3 span{
	font-size: 18px !important;
}

.text_block_3 li{
	    list-style: none;
	    margin: 0px !important;
	    padding: 0px !important;
	    float: none;
	    clear: both;
}

.text_block_3 ul, .text_block_3 li{
	    list-style: none;
	    margin: 0px !important;
	    padding: 0px !important;
	    float: none;
	    clear: both;
}


.text_block_3 li:before{
	content: "◼︎";
    display: block;
    float: left;
    width: 1.2em;
    font-size: 18px !important;
    color: #216598;
}



.extraBooklettCover{
	cursor: pointer;
	padding: 15px 15px 15px 15px;
	width: 100%;
	height: auto;
}

.extraBooklettCover img{
	width: 100%;
	height: auto;
}
	
	
}
