.dev-head,
.dev-head-a,
.dev-head-a:hover,
.hvr-radial-out:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover {
	color: #fff;
	font-size: 1rem
}

.has-sub li,
.has-sub ul,
.navigation li {
	list-style: none
}

.dev-nav h6,
.dev-profile h5,
.social,
.text {
	text-align: center
}

*,
.has-sub span {
	box-sizing: border-box
}

* {
	margin: 0;
	padding: 0
}

.dev-head {
	width: 100%;
	height: 60px;
	background: #000;
	display: block;
	line-height: 60px;
	position: relative;
	z-index: 99
}

.sticky {
	position: fixed !important;
	top: 0;
	animation: slideDown .8s forwards
}

.bnp {
	background: #F433FF;
	--theme-color: #F433FF
}

.gol-b {
	background: #EAC117;
	--theme-color: #EAC117
}

.greenish {
	background: #307D7E;
	--theme-color: #307D7E
}

.wood {
	background: #966F33;
	--theme-color: #966F33
}

.endless-river {
	background: #43cea2;
	background: -webkit-linear-gradient(to right, #185a9d, #43cea2);
	background: linear-gradient(to right, #185a9d, #43cea2);
	--theme-color: linear-gradient(to right, #185a9d, #43cea2)
}

.crazy-orange {
	background: #D38312;
	background: -webkit-linear-gradient(to right, #A83279, #D38312);
	background: linear-gradient(to right, #A83279, #D38312);
	--theme-color: linear-gradient(to right, #A83279, #D38312)
}

.between-clouds {
	background: #73C8A9;
	background: -webkit-linear-gradient(to right, #373B44, #73C8A9);
	background: linear-gradient(to right, #373B44, #73C8A9);
	--theme-color: linear-gradient(to right, #373B44, #73C8A9)
}

.amethyst {
	background: #9D50BB;
	background: -webkit-linear-gradient(to right, #6E48AA, #9D50BB);
	background: linear-gradient(to right, #6E48AA, #9D50BB);
	--theme-color: linear-gradient(to right, #6E48AA, #9D50BB)
}

.steel-man {
	background: #780206;
	background: -webkit-linear-gradient(to right, #061161, #780206);
	background: linear-gradient(to right, #061161, #780206);
	--theme-color: linear-gradient(to right, #061161, #780206)
}

.d2f {
	background: #FF4E50;
	background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);
	background: linear-gradient(to right, #F9D423, #FF4E50);
	--theme-color: linear-gradient(to right, #F9D423, #FF4E50)
}

.park-life {
	background: #ADD100;
	background: -webkit-linear-gradient(to right, #7B920A, #ADD100);
	background: linear-gradient(to right, #7B920A, #ADD100);
	--theme-color: linear-gradient(to right, #7B920A, #ADD100)
}

.moonlit {
	background: #0F2027;
	background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
	background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
	--theme-color: linear-gradient(to right, #2C5364, #203A43, #0F2027)
}

.fb-messenger {
	background: #00c6ff;
	background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
	background: linear-gradient(to right, #0072ff, #00c6ff);
	--theme-color: linear-gradient(to right, #0072ff, #00c6ff)
}

.flickr {
	background: #ff0084;
	background: -webkit-linear-gradient(to right, #33001b, #ff0084);
	background: linear-gradient(to right, #33001b, #ff0084);
	--theme-color: linear-gradient(to right, #33001b, #ff0084)
}

.dev-profile h5 {
	display: block;
	color: #333;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14pt;
	font-weight: 400;
	padding: 4px
}

.dev-profile img {
	width: 100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .2);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .1)
}

.nav-icon {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 12px;
	z-index: 5;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	cursor: pointer
}

.nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: rgba(255, 255, 255, .8);
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.hvr-float-shadow,
.hvr-radial-out {
	display: inline-block;
	box-shadow: 0 0 1px transparent
}

.nav-icon span:nth-child(1) {
	top: 0
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
	top: 10px
}

.nav-icon span:nth-child(4) {
	top: 20px
}

.nav-icon.open span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%
}

.nav-icon.open {
	position: absolute;
	left: 310px;
	top: 20px
}

.nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%
}

.dim-overlay:before,
.hvr-radial-out:before {
	content: "";
	top: 0
}

@-webkit-keyframes bounceIn {

	30%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	30%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.dim-overlay {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-duration: .8s;
	-webkit-animation-duration: .8s
}

.dim-overlay:before {
	background-color: rgba(0, 0, 0, .4);
	height: 100vh;
	left: 0;
	position: fixed;
	width: 100%;
	overflow: hidden;
	z-index: 2
}

.hvr-radial-out {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .4s;
	transition-duration: .4s
}

.hvr-radial-out:before {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--theme-color);
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
	-webkit-transform: scale(2);
	transform: scale(2);
	animation: fadeIn .5s forwards
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes slideDown {
	from {
		transform: translateY(-100%)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes slideLeft {
	from {
		transform: translateX(-100%)
	}

	to {
		transform: translateX(0)
	}
}

.hvr-float-shadow {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform
}

.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px)
}

.glass-effect {
	box-shadow: inset 0 8px 8px rgba(255, 255, 255, .5), inset 0 -15px 30px rgba(0, 0, 0, .01), 0 5px 30px rgba(0, 0, 0, .01)
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

-webkit-@keyframes fadeOut {
	from {
		-webkit-opacity: 1
	}

	to {
		-webkit-opacity: 0
	}
}

.fadeOut {
	animation: fadeOut .8s forwards;
	-webkit-animation: fadeOut .8s forwards
}

.dev-address:hover:before,
.dev-contact-form:hover:before,
.dev-profile:hover:before,
.dev-work:hover:before {
	content: '';
	position: absolute;
	top: 8px;
	width: 1px;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: rgba(0, 0, 0, .3);
	border-top: 0;
	margin-left: -8px;
	margin-top: -8px;
	transform: rotate(180deg);
	animation: fadeIn 1s;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s
}

.dev-profile:hover:before {
	left: 40px
}

.dev-work:hover:before {
	left: 92px
}

.dev-contact-form:hover:before {
	left: 147px
}

.dev-address:hover:before {
	left: 201px
}

.dev-contact-form button,
.dev-contact-form input,
.dev-contact-form textarea {
	padding: 10px;
	display: block;
	width: 100%;
	margin-top: 4px;
	outline: 0;
	border-radius: 4px;
	font-size: 13px
}

.dev-contact-form input,
.dev-contact-form textarea {
	border: 1px solid #ddd
}

.dev-ctn-btn {
	border: 0;
	cursor: pointer;
	background: var(--theme-color);
	color: #fff;
	transition: .3s;
	-webkit-transition: .3s
}

.dev-ctn-btn:hover {
	opacity: .8;
	-webkit-opacity: .8;
	transition: .3s;
	-webkit-transition: .3s
}

.dev-contact-form textarea {
	resize: none
}

.dev-nav h6 {
	font-size: 13px;
	line-height: 1
}

.dev-address,
.dev-contact-form,
.dev-profile,
.dev-work {
	margin: 0;
	background: rgba(255, 255, 255, .6);
	transition: 0s;
	text-align: center;
	color: #000;
	border-radius: 1px;
	overflow: hidden;
	height: 220px;
	padding: 10px 5px;
	display: none;
	line-height: 1.5
}

.dev-work p {
	color: #555;
	font-size: 13px;
	line-height: 1.5
}

.social a {
	display: inline-block !important
}

.fa-facebook,
.fa-google-plus,
.fa-twitter {
	display: inline-block !important;
	font-size: 16px;
	padding: 8px;
	border-radius: 2px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	color: #fff
}

.fa-facebook:before,
.fa-google-plus:before,
.fa-twitter:before {
	font-family: FontAwesome;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -6px;
	display: block
}

.logo,
.next,
.prev {
	position: absolute
}

.fa-twitter {
	background: #55ACEE
}

.fa-facebook {
	background: #3B5998
}

.fa-google-plus {
	background: #EA4335
}

.dev-nav nav {
	padding: 0;
	transition: .45s;
	-webkit-transition: .45s;
	-moz-transition: .45s
}

.has-sub a.nav-link {
	font-size: 14px !important;
	font-weight: 400;
	padding: 26px 10px 18px !important;
	line-height: 1 !important
}

.has-sub a.nav-link:hover {
	background: rgba(0, 0, 0, .15);
	transition: .2s;
	color: rgba(255, 255, 255, 1)
}

.has-sub ul li {
	border-bottom: 1px dotted rgba(0, 0, 0, .1)
}

.navigation li a {
	text-decoration: none;
	display: block;
	padding: 10px 12px;
	color: #333;
	font-size: 14px;
	transition: .3s;
	line-height: 1.5
}

.down,
.navigation .dropdown-heading:hover {
	background: rgba(0, 0, 0, .15);
	transition: .2s;
	color: rgba(255, 255, 255, 1)
}

.down .fa,
.navigation .dropdown-heading:hover .fa {
	color: #fff
}

.logo {
	top: 4px
}

.logo h3 {
	font-weight: 400;
	font-size: 18pt
}

.logo img {
	width: 120px;
	height: auto
}

.mySlides {
	display: none
}

.slideshow-container {
	position: relative
}

.slideshow-container img {
	vertical-align: middle;
	object-fit: cover;
	margin-bottom: -38px
}

.next,
.prev {
	cursor: pointer;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -28px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	transition: .6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none
}

.numbertext,
.text {
	color: #f2f2f2;
	padding: 5px;
	position: absolute
}

.next:before,
.prev:before {
	font-family: FontAwesome;
	font-weight: 100
}

.next:before {
	content: "\f054"
}

.prev:before {
	content: "\f053"
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px
}

.next:hover,
.prev:hover {
	background-color: rgba(0, 0, 0, .8)
}

.text {
	text-shadow: 1px .2px #000;
	font-size: 13px;
	margin-bottom: -38px;
	bottom: 5px;
	width: 100%;
	left: 0
}

.numbertext {
	font-size: 12px;
	top: 0;
	right: 5px;
	z-index: 5;
	margin-top: -6px
}

main {
	margin: 15px
}

article {
	line-height: 1.5
}

article ol,
article ul {
	margin-left: 30px
}

article p {
	margin: 5px;
	color: #333;
	font-size: 16px
}

article h2 {
	padding: 10px 0;
	font-size: 18pt
}

.dropdown-heading {
	padding: 26px 10px 18px !important;
	font-size: 16px;
	line-height: 1;
	display: block;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none
}

.has-sub ul {
	overflow: hidden;
	height: 0;
	transition: .36s;
	background: #fff
}

.has-sub ul li a {
	display: block;
	font-size: 13px;
	border-bottom: 0;
	color: #333;
	padding-left: 32px;
	height: 37px
}

.has-sub ul li a:hover {
	text-indent: 0;
	background: rgba(0, 0, 0, .09);
	border-left: 0
}

.has-sub span {
	display: block;
	border-bottom: 1px dotted rgba(0, 0, 0, .19);
	font-weight: 600
}

.has-sub .dropdown-heading:after {
	content: "\f078";
	font-family: Icons;
	float: right;
	margin-right: 0;
	margin-left: 5px;
	transition: 360ms;
	font-size: 10px;
	margin-top: 3px
}

.has-sub .down:after {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	transition: 360ms;
	-webkit-transition: 360ms;
	-moz-transition: 360ms
}

.h-logo {
	display: none
}

.houzeo-logo {
	display: block
}

@media only screen and (max-width:480px) {
	.dropdown-heading {
		color: #555
	}

	.down,
	.navigation .dropdown-heading:hover {
		background: var(--theme-color);
		color: rgba(255, 255, 255, .9)
	}

	.navigation li .fa {
		padding-right: 15px
	}

	.has-sub ul.mega {
		list-style: none
	}

	.slideshow-container img {
		height: 150px;
		width: 250px
	}

	.houzeo-logo {
		display: none
	}

	.h-logo {
		display: block
	}

	.logo img.h-logo {
		width: 40px !important;
		margin-left: 80px
	}

	.lyh {
		display: none
	}

	.nav-icon {
		top: 20px
	}

	.dev-nav {
		font-family: 'Titillium Web', sans-serif;
		width: 300px;
		background: #f2f2f2;
		height: 100vh;
		display: block;
		position: fixed;
		top: 0;
		left: -300px;
		transition: .4s;
		overflow: auto;
		z-index: 99
	}

	.show-nav {
		left: 0;
		transition: .4s
	}

	.trigger-board {
		background: rgba(0, 0, 0, .3);
		height: 40px;
		text-align: center;
		padding: 0;
		transition: .4s
	}

	.trigger-board li {
		display: inline-block !important;
		width: 50px;
		overflow: hidden;
		height: 40px;
		outline: 0;
		border: 0;
		margin: 0;
		line-height: 40px
	}
}

@media only screen and (min-width:960px) {

	.has-sub span,
	.navigation li {
		border-bottom: 0
	}

	.dev-head,
	main {
		margin-left: auto;
		margin-right: auto
	}

	nav {
		position: relative;
		padding-left: 14%
	}

	.has-sub ul,
	.logo,
	.menu-trigger,
	.nav-icon.open {
		position: absolute
	}

	.navigation li a {
		color: rgba(255, 255, 255, .8)
	}

	.dropdown-heading .fa,
	.navigation li a .fa {
		color: rgba(255, 255, 255, .8);
		padding-right: 5px;
		font-size: 16px
	}

	.navigation li a:hover .fa {
		color: #fff;
		font-size: 16px;
		transition: .3s
	}

	.dev-head {
		padding-left: 2px;
		z-index: 99
	}

	.logo {
		display: inline
	}

	.menu-trigger {
		right: 60px;
		display: none
	}

	.nav-icon.open {
		left: auto;
		top: 12px
	}

	.navigation li {
		display: block;
		float: left
	}

	.has-sub ul {
		box-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
		width: 170px
	}

	.gr-color,
	.has-sub li,
	.pl-color {
		position: relative;
		display: block
	}

	.has-sub ul.mega {
		width: 350px;
		z-index: 99
	}

	.has-sub ul.mid {
		width: 230px;
		z-index: 99
	}

	.slideshow-container img {
		vertical-align: middle;
		object-fit: cover;
		height: 200px;
		width: 350px
	}

	.dropdown-heading {
		color: rgba(255, 255, 255, .8);
		height: 60px;
		padding-right: 12px
	}

	.has-sub li {
		float: none;
		border-bottom: 1px dotted rgba(0, 0, 0, .1)
	}

	.has-sub ul li a {
		padding-left: 12px
	}

	main {
		max-width: 700px;
		display: block;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
		width: 100%
	}

	article {
		margin: 0 20px
	}

	.intro {
		margin: 0 -20px;
		padding: 20px
	}

	.gr-color,
	.pl-color {
		width: 50%;
		float: left;
		text-align: center
	}
}

@media only screen and (min-width:480px) and (max-width:960px) {
	nav {
		position: relative;
		padding-left: 10px;
		left: 270px
	}
}

@media only screen and (min-width:480px) {
	.dev-nav {
		font-family: 'Titillium Web', sans-serif;
		width: 250px;
		background: 0 0;
		height: 260px;
		overflow: hidden !important;
		display: block;
		position: fixed;
		top: 60px;
		left: 0;
		transition: .4s;
		z-index: 99
	}

	.menu-trigger {
		display: none
	}

	.hide-nav {
		left: -250px;
		transition: .4s -webkit-transition:.4s -moz-transition:.4s
	}

	.trigger-board {
		background: rgba(0, 0, 0, .3);
		width: 42px;
		height: 168px;
		text-align: center;
		padding: 0;
		transition: .4s;
		float: left
	}

	.trigger-board li {
		display: block;
		width: 42px;
		overflow: hidden;
		height: 42px;
		outline: 0;
		border: 0;
		margin: 0;
		line-height: 40px
	}

	.active-trigger {
		background: var(--theme-color)
	}

	.dev-address,
	.dev-contact-form,
	.dev-profile,
	.dev-work {
		border-right: 3px solid rgba(255, 255, 255, .9);
		border-radius: 0 5px 5px 0;
		box-sizing: border-box;
		box-shadow: inset -10px 4px 15px rgba(255, 255, 255, .5)
	}

	.dev-address:hover:before,
	.dev-contact-form:hover:before,
	.dev-profile:hover:before,
	.dev-work:hover:before {
		content: '';
		position: absolute;
		left: 3px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg)
	}

	.dev-profile:hover:before {
		top: 25px
	}

	.dev-work:hover:before {
		top: 67px
	}

	.dev-contact-form:hover:before {
		top: 109px
	}

	.dev-address:hover:before {
		top: 151px
	}
}

@media only screen and (min-width:1280px) {
	.logo {
		position: absolute
	}

	nav {
		position: relative;
		padding-left: 10px;
	}

	.wffmneed h2 span {
		font-size: 10rem
	}

	.wffmneed h2 {
		text-align: center
	}
}

@media only screen and (min-width:1600px) {
	.logo {
		position: absolute
	}

	nav {
		position: relative;
		padding-left: 10px;
		border-left: 1px dotted rgba(255, 255, 255, .13)
	}
}

ul.navigation,
ul.navigation ul {
	padding: 0 !important
}