.content {
	text-align: center;
}

section {
	max-width:700px;
	width:100%;
	margin:0 auto;
	padding:50px 0 0 0;
	height:300px;
}

img {
	display: block;
	float:left;
	padding: 0 30px 0 5px;
	margin: 0;
}

.info {
	height: 100%;
	margin-left: auto;
	margin-right: auto;

}

.text {
	width:300px;
	float:left;
	text-align:left;
	border-left:1px solid #DFDFDF;
	height:100%;
	padding:0 30px;
}

p,h3 {
	text-align: left;
	color:#5C5959;
	font-size: 0.85em;
}

h3 {
	font-family: 'Dosis', sans-serif;
	text-align:left;
	margin:0;
	padding:5px 0;
	font-size:1.2em;
	line-height: 1.4em;
	font-weight: 100;
}

nav.all {
text-align: right;
font-size: 1em;
margin:0;

}

nav.all a {
	color: #B6B2B2;
	margin-right: 18%;
	font-family: 'Dosis', sans-serif;
}

section > p a {
	color: #B6B2B2;
}
nav.all a:hover, p a:hover {
	color:#181818;
}

.color-1 {
	padding:0;
	margin:2em;
	max-width:100%;
}

.nav-fillpath a {
	position: absolute;
	top: 75%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-fillpath a.prev {
	left: 15%;
}

.nav-fillpath a.next {
	right: 15%;
}

.nav-fillpath {
	min-width: 700px;
	padding:0;
	margin-bottom: 0;
}

footer p {
	text-align: center;
}

/*--------------------*/
/* Fillpath (http://www.nizuka.fr/)*/
/*--------------------*/

.nav-fillpath a {
	width: 70px;
	height: 70px;
}

.nav-fillpath .icon-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.nav-fillpath a::before,
.nav-fillpath a::after,
.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
	position: absolute;
	left: 50%;
	width: 2px;
	height: 50%;
	background: #DFDFDF;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
	z-index: 100;
	height: 0;
	background: #4A4848;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.nav-fillpath a::before,
.nav-fillpath .icon-wrap::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.nav-fillpath a.next::before,
.nav-fillpath a.next .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.nav-fillpath a::after,
.nav-fillpath .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.nav-fillpath a.next::after,
.nav-fillpath a.next .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.nav-fillpath h3 {
	position: absolute;
	top: 50%;
	margin: 0;
	color: #4A4848;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.85em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.nav-fillpath a.prev h3 {
	left: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.nav-fillpath a.next h3 {
	right: 100%;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}

.nav-fillpath a:hover .icon-wrap::before,
.nav-fillpath a:hover .icon-wrap::after {
	height: 50%;
}

.nav-fillpath a:hover::before,
.nav-fillpath a:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

.nav-fillpath a.next:hover::before,
.nav-fillpath a.next:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

.nav-fillpath a:hover::after,
.nav-fillpath a:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

.nav-fillpath a.next:hover::after,
.nav-fillpath a.next:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}

.nav-fillpath a:hover h3 {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}




@media screen and (max-width:640px) {

.info {
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
}

section {
width:80%;
height:100%;
padding:10px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
}

.text {
	border-left: none;
	margin-top: 10px;

	padding:0;
	padding-left:0.8em;
	width:70%;

}

.nav-fillpath {
	width: 100%;
	margin:0;

}

.nav-fillpath a.prev {
	left: 0;
	top: 460px;
}

.nav-fillpath a.next {
	right: 0;
	top: 160px;
}

img {
	margin-bottom: 1em;
	width:100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
	
.nav-fillpath a {
	width: 35px;
	height: 40px;
	font-size: 0.8em;

}

nav.all {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-size: 0.9em;
}

.color-1 {
	margin: 0;
}

footer {
	margin-right: auto;
	margin-left: auto;
	left: 0;
}

}

@media screen and (max-width:768px) {

footer {
	left: 0;
}

}

@media screen and (max-width:320px) {

.info {
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
}

}