.click-box {
	border-radius: 0px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.click-box:hover{
	box-shadow: 0 0 2px #dee1e3;
	border: 1px solid #dee1e3;
	border-radius: 3px;
}

.no-line {
	text-decoration: none;
}

.flex {
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.flex-transition {
	transition: max-width 0.5s;
}
.content-box {
	padding-top: 4em;
	padding-left: 1em;
	padding-right: 1em;
}
.flex-transition:hover {
	max-width: 67em;
	transition: max-width 0.5s;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: 0 0 2px #cccccc;
}
.image.fit{
	margin: 2em 0 2em 0;
}
.cover-image-padding{
	padding: 20px;
}
.text-white {
	color: #ffffff;
}
#menu > ul.links > li a:hover {
	text-decoration: underline;
}
ul.links {
	list-style: none;
}
a.selected {
	font-style: italic;
}

a p {
	color: #767d85;
}

.rotation {
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    transition: transform 1s;
}
.flip {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.demo { margin:0 0 25px 0;}
.demo-centered {margin-top: 10px;}

/* Transition css */
/*
#one .content {
	-moz-transition: opacity 1s ease-in-out, -moz-transform 0.75s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out, -webkit-transform 0.75s ease-in-out;
	-ms-transition: opacity 1s ease-in-out, -ms-transform 0.75s ease-in-out;
	transition: opacity 1s ease-in-out, transform 0.75s ease-in-out;
	opacity: 1;
}

 #one.is-loading .content {
	opacity: 0;
	-moz-transform: translateY(1em);
	-webkit-transform: translateY(1em);
	-ms-transform: translateY(1em);
	transform: translateY(1em);
}
*/

/*desktop only*/
@media screen and (min-width: 736px) {

	.cover-image-ia {
		padding: 20px 10px 45px 10px;
	}
	.cover-image-pi {
		padding-bottom: 55px;
	}

}

@media screen and (max-width: 1280px) {
	.flex-transition {
		max-width: 90%;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
	}
	.flex-transition:hover {
		max-width: 92%;
	}
	.content-box {
		padding-top: 2em;
	}
}