@CHARSET "UTF-8";
/*** BASIC CSS SETTINGS ***/

/** Content Elements **/
.ce-header h1 {
	text-transform: uppercase;
	border-top: 1px solid #e2e3e7;
    border-bottom: 1px solid #e2e3e7;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    margin-left: 10%;
    margin-right: 10%;
}

.ce-header h2, .ce-text h2 {
	letter-spacing: .01em;
	line-height: 35px;
}
	

.ce-image .grid-col-8 {
	text-align: center;
}

.ce-text {
	text-align: center;	
}

.ce-text p{	    
	font-family: "ITC Officina Display W01","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	line-height: 25px;
}

/** NAVI **/
.grid_view .panel {
	padding: 16px 16px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	display: block;
}

.grid_view .panel a {
	display: block;
	position: relative;
}



a.navi-link {
	padding-top: 10px;
}
a.navi-link::before {
	content: "\e601";
}

a.navi-link::before {
	position: absolute;
	top: 24px;
	right: 0px;
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #e2e3e7;
	border-radius: 50%;
	-webkit-transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	font-family: icon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	line-height: 23px;
	text-align: center;
	color: #7c878b;
}

a.navi-link:hover:before {
	background-color: #7c878b;
	color: #fff;
}

h2.footer-head {
	display: block;
	font-family: "ITC Officina Display W01", "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	margin: 16px 0;
	padding: 0 24px;
	text-align: center;
	letter-spacing: 0.05em;
}

h4.tile.headline {
	display: block;
	font-family: "ITC Officina Display W01", "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

h5.tile.subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.grid_view a:hover picture img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	opacity: 1;
}

.grid_view a picture {
	background: none;
	overflow: hidden;
}

.grid_view a picture img {
	-webkit-transition: all 4s ease-out;
	transition: all 4s ease-out;
	opacity: 0.66;
}