/*
	GREY:		#4b5770
	GREY DARK: 	#282f3c
	PURPLE:		#725ba7
	BLUE: 		#27aae1
*/
/* Desktop and up */
@media (min-width: 768px) {
	.colorbar {
		height: 200px;
	}
	.adminimal-menu .colorbar {
		top: 29px;
	}
	.container {
		width: 90%;
		min-width: 1000px;
		max-width: 1200px;
	}
	.not-front .header-wrapper {
		margin-bottom: 40px;
	}
	.not-front.page-library .header-wrapper {
		margin-bottom: 0px;
	}
	.header .brand {
		display: block;
		height: 100px;
		margin-top: 30px;
	}
	.brand img {
		width: 340px;
		height: auto;
	}
	/* 	NAVIGATION: GENERIC */
	.header .nav li {
		display: inline-block;
	}	
	/* 	NAVIGATION: PRIMARY */
	.header .nav.primary {
		height: 70px;
	}
	.header .nav.primary > ul {
		padding: 0;
		margin: 0;
	}
	.header .nav.primary > ul > li > a {
		display: block;
		font-size: 26px;
		color: #fff;
		opacity: .7;
		height: 70px;
		padding: 10px 20px 12px 20px;
		margin-right: 10px;
		transition: background 100ms ease-in-out;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}
	.header .nav.primary > ul > li > a:hover {
		opacity: 1;
		background: -webkit-linear-gradient(90deg, #eee 0%, #ffffff 50%);
		color: #282f3c;		
	}
	.header .nav.primary > ul > li > a.active,
	.header .nav.primary > ul > li > a.active-trail {
		opacity: 1;
		background: #fff;
		color: #282f3c;		
	}
	/* NAVIGATION: RAFTER */
	.header .nav.rafter {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.header .nav.rafter > ul > li > a {
		color: #fff;
		font-size: 70%;
		font-weight: bold;
		text-transform: uppercase;
		opacity: .7;
		padding: 10px 10px;
	}
	.header .nav.rafter > ul > li > a:hover {
		background: transparent;
		opacity: 1;
	}
	.header .nav.rafter > ul > li > a.active,
	.header .nav.rafter > ul > li > a.active-trail {
		opacity: 1;
		border-top: 4px solid #fff;
	}
	
	/* LANGUAGE SWITCH */
	.nav.rafter .lang-switch a {
		position: absolute;
		right: 85%;
		display: inline-block;
		font-family: 'SPGibson';
		color: #fff;
		font-size: 70%;
		font-weight: bold;
		text-transform: uppercase;
		opacity: .7;
		padding: 5px 10px;
	}


	/* 	NAVIGATION: FOOTER */
	.footer .nav.footer-links {
		margin: 20px 0;
	}
	.footer .nav.footer-links > ul > li > a {
		display: inline-block;
		margin-right: 10px;
		padding: 0px;
	}
	.footer .nav.footer-links > ul > li > a:hover {
		background: transparent;
		text-decoration: underline;
	}

	/* SEARCHBAR */
	.searchbar {
		position: absolute;
		right: 0px;
		top: 50px;
	}
	.searchbar input {
		font-size: 22px;
		background: rgba(255,255,255,.2);
		border: none;
		padding: 30px 20px;
		color: #fff;
		width: 300px !important;
	}
	.searchbar input::-webkit-input-placeholder { color: rgba(255,255,255,.4); }
	.searchbar input::-moz-placeholder { color: rgba(255,255,255,.4); }
	.searchbar input:-ms-input-placeholder { color: rgba(255,255,255,.4); }
	.searchbar input:-moz-placeholder { color: rgba(255,255,255,.4); }	
	.searchbar input::placeholder {
		color: rgba(255,255,255,.2);
	}


	/* TILE: HERO */
	.hero-wrapper {
		background: #282f3c;
		margin-bottom: 40px;
	}
	.hero .tile-wrapper {
		width: 100%;
		display: table;
		background: -webkit-linear-gradient(0deg, #4b5770 50%, #282f3c 100%);
	}
	.hero .tile .thumb {
		width: 75%;
		display: table-cell;
		padding-right: 15px;
	}
	.hero .tile .caption {
		width: 25%;
		display: table-cell;
		vertical-align: top;
		padding: 60px 0px 40px 15px;
	}
	.hero .tile .category {
		position: absolute;
		top: 20px;
		left: 75%;
		margin-left: 15px;
		width: 25%;
	}
	.hero a .tile h1,
	.hero a .tile .caption,
	.hero a .tile .category {
		color: #fff;
	}
	
	
	/* TILE: GIANT */
	.giant .tile-wrapper {
		width: 100%;
		display: table;
	}
	.giant .tile .thumb {
		width: 50%;
		display: table-cell;
		padding-right: 15px;
	}
	.giant .tile .caption {
		width: 50%;
		display: table-cell;
		vertical-align: top;
		padding: 0px 0px 0px 15px;
		*background: -webkit-linear-gradient(0deg, #4b5770 0%,#282f3c 40%, #282f3c 100%);
	}
	

	/* CONTENT */
	
	/* 	AUTHOR */
	.node .author {
		border-top: 1px solid #725ba7;
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
		display: table;
		color: #725ba7;
	}
	.node .author .profile-photo {
		display: table-cell;
		width: 50px;
		vertical-align: top;
	}
	.node .author .profile-photo img {
		border-radius: 50%;
		width: 50px;
		height: auto;
		box-shadow: 0px 0px 10px rgba(0,0,0,.3);		
	}
	.node .author .caption {
		display: table-cell;
		vertical-align: top;
		padding-left: 15px;
	}
	.node .author .caption h1 {
		font-size: 16px;
		line-height: normal;
		margin: 0;
	}
	.node .author .caption .lead {
		font-size: 14px;
	}


	/* FOOTER */
	.footer .brand img {
		margin-bottom: 40px;
	}
	.footer .social-links {
		margin-top: 20px;
	}

}