.list {
	width: 100px;
	height: 100px;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 15px;
	z-index: 1004;

    text-indent: -9999px;
    background-image: url(../img/list-btn@2x.png);
    background-size: cover;

	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-o-transition: background-color .25s;
	-ms-transition: background-color .25s;
	transition: background-color .25s;
}

.list:hover/*, .list.active*/ {
	background-image: url(../img/list-btn-dark@2x.png);
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.list:active {
	background-color: #f5f5f5;
}

.cd-dropdown {
	position: absolute;
	z-index: 1003;
	list-style-type: none;
	margin: 0;
	padding: 0;
    width: auto;
	top: 115px;
	left: 15px;
	right: 15px;
	bottom: 15px;
/*	background-color: #fff;
*/	opacity: 0;
	visibility: hidden;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: 0 -1px 4px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.08);
    box-shadow: 0 -1px 4px rgba(0,0,0,0.08);
}

.cd-dropdown li {
	position: relative;
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.07);
	-moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.07);
    box-shadow: 0 -1px 0 rgba(0,0,0,0.07);
}

.cd-dropdown a {
	position: relative;
	background-color: #fff;
	color: #1a1a29;
	text-decoration: none;
	opacity: 0;
	display: block;
/*	font-style: italic;
*/	font-weight: 100;
	font-size: 2rem;
	padding: 2.15rem 9%;
	max-height: 100px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.meta {
	text-decoration: none;
	opacity: 0;
	padding: 0;
	max-height: 100px;
	position: fixed !important;
	z-index: 1005;
	left: 15px;
	right: 50%;
	top: 15px;
	overflow: hidden;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;

}

.meta.active-meta {
	opacity: 1;
}

/*.meta img {
	height: 100px;
	float: left;
	width: 100px;
	margin: 0 15px 0 0;
	position: relative;
	left: 0;
    opacity: 0;
    -webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}

.meta:hover img {
	opacity: 1;
} */

.about {
	float: left;
	margin-left: 18%;
/*	opacity: 0.6;
*/	padding: 1.2rem 0;
    -webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

/*.meta:hover .about  {
	opacity: 1;
}*/

.about strong {
/*	font-family: "ff-tisa-web-pro";
	font-style: italic;*/
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.25rem;
	color: rgba(255,255,255,0.2);
    -webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s; 
}

.meta:hover .about strong {
	color: #fff;
}

.about em {
	color: rgba(255,255,255,0.2);
/*	font-family: "ff-tisa-web-pro";
*/	font-size: 0.8rem;
	position: relative;
/*	text-transform: uppercase;
*/	font-style: normal;
/*	letter-spacing: 0.04rem;
*/	top: -0.15rem;
	left: 0.5rem;
	white-space: nowrap;
}

.follow {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.follow li {
	float: left;
}

.follow a {
	float: left;
	margin-top: 0.2rem;
	padding: 0.16rem 0.6rem 0.08rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 0.04rem;
	color: rgba(255,255,255,0.2);
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.2);
    -webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.follow li:first-child a {
	border-right: none;
}

.follow a:hover {
	background: #fff;
	border: 1px solid rgba(255,255,255,1);
	color: #1a1a29;
}

.cd-dropdown a span {
	display: block;
	float: right;
	height: 70px;
	width: 70px;
	margin-right: -3.5%;
	margin-top: -1.2rem;
	background-image: url(../img/caret-dark@2x.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 70px 70px;
}

.cd-active {
	text-indent: 0px;
	opacity: 1;
	top: 115px;
	visibility: visible;
	position: absolute;
	overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.cd-active.cd-dropdown a {
	opacity: 1;
	position: relative;
	color: #252525;
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}


.cd-active.cd-dropdown a:hover {
	background: #f2f2f2;
}