@charset "UTF-8";

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}
html, body {
	font-family: "Host Grotesk", "Helvetica", Arial, sans-serif;
	height: 100%;
	margin: 0;
	background-color: #FFF;
	overflow: hidden;
}
#main {
	margin: 0;
	padding: 0;
	z-index: 10;
	margin-bottom: -40px
}
.underline-01 { /* changed - added*/
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px solid #666;
}

.underline-02 { /* changed - added*/
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
}
.background, .pattern, .gradient {
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%
}
.pattern {
	background: transparent url('../images/gui/pattern.png') repeat top left;
	opacity: .2;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
.gradient {
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0), #FFF);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0), #FFF);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0), #FFF);
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0), #FFF);
	background-image: linear-gradient(bottom, rgba(255,255,255,0), #FFF);
	background-position: 0 -200px;
	transition: background-position .5s ease-out;
	-moz-transition: background-position .5s ease-out;
	-ms-transition: background-position .5s ease-out;
	-o-transition: background-position .5s ease-out;
	-webkit-transition: background-position .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}

.container {
	background-color: #000;
	height: 100%;
	height: auto!important;
	display: block
}
#header {
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
#header h1 {
	/* background-color: #000;
	color: #fff;
	font-size: 35px;
	font-weight: bolder;
	letter-spacing: -4px;
	padding: 50px 90px 5px 14px */ /* changed - removed */
}

#logo-link {  /* changed - added */
	margin-top:46px;
	width: 186px;
	height: 52px;
	background-image: url(../images/spacer.gif);
	z-index: 999;
	position:absolute;
	/* background-color:#0F0; */
}

#header-dark-gradient { /* changed - added */
	position:absolute;
	width: 100%;
	height: 400px;
	/* background-image: url(../images/header-light-gradient-1.png);
	background-repeat: repeat-x; */
}

#header .logo {
	/* line-height: 30px;
	padding-bottom: 16px; */
	/* margin-bottom: 10px; */
	margin-top:46px; /* changed - added */
	width: 186px;
	height: 52px; /* changed from 52px */
	background-image: url(../images/logo-neue-floors-dark.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header .logo a {
	color: #fff
}
#header .bar {
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: #FFF;
	width: auto;
	height: 1px;
	margin-top: -1px
}
#header nav {
	margin-bottom: 10px;
	padding-top:50px; /* changed - added */
}
#header .nav-bar {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background: 0;
	border: 0;
	margin-top: 0;
	height: auto;
	float: left;
	width: 100%;
}
#header .nav-bar ul {
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
#header .nav-bar li {
	background: 0;
	border-right: 0;
	margin-right: 8%;
	display: block;
	height: auto;
	outline: 0;
	clear: right;
	padding-bottom: 10px;
}
#header .nav-bar li.has-flyout {
	display: block;
	height: auto
}
#header .nav-bar li li {
	line-height: 1;
	margin-bottom: 0
}
#header .nav-bar li li a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#header .nav-bar a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding-left: 0;
	color: #474747;
	text-transform: uppercase;
	font-size: 19px;
	border: 0;
	border-bottom: 2px solid #FFF;
	outline: 0;
	font-size: 18px;
	font-weight: 400 !important;
	letter-spacing: -0.5px;
}
#header .nav-bar .main {
	border-bottom: 2px solid rgba(161, 161, 161, 1);
	transition: border-bottom .3s ease-out;
	-moz-transition: border-bottom .3s ease-out;
	-ms-transition: border-bottom .3s ease-out;
	-o-transition: border-bottom .3s ease-out;
	-webkit-transition: border-bottom .3s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	font-size: 20px;
}
#header .nav-bar .main:hover {
	border-bottom: 2px solid #000
}
#header .nav-bar .flyout-toggle {
	border: medium none;
	display: block;
	height: 6px;
	margin-top: 18px;
	padding-bottom: 6px;
	padding-top: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	z-index: 2;
	background: url('../images/gui/sprite.png') no-repeat scroll 0 0 transparent;
	transition: background-position .3s ease-out;
	-moz-transition: background-position .3s ease-out;
	-ms-transition: background-position .3s ease-out;
	-o-transition: background-position .3s ease-out;
	-webkit-transition: background-position .3s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#header .nav-bar .flyout-toggle span {
	border: 0
}
#header .nav-bar .flyout {
	background: 0;
	border: 0;
	padding-left: 0
}
#header .nav-bar .flyout a {
	border: 0;
	font-size: 12px;
	line-height: 20px;
	opacity: .5;
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#header .nav-bar .flyout a:hover {
	opacity: 1
}
#header .nav-bar .flyout span {
	float: left
}
#header .nav-bar .flyout span.bg {
	background-color: #000
}
#header .nav-bar .flyout span.bg a, #header .nav-bar .flyout span.bg a:hover {
	color: #000
}
#header .compact {
	margin-top: 11px
}
#header .compact .flyout-toggle {
	margin-top: 9px
}
#header .compact .flyout {
	top: 26px;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#header .compact li {
	margin-right: 15px
}
#header .compact a {
	font-size: 14px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 34px;
	font-weight: 300
}

/*changed - all #content .social to #content .social */

#content .social {
	float:left; /* changed */
	margin: 14px 0 0;
	height: 37px
}
#content .social li {
	background-color:#177a7f;/* changed */
	float: left;
	margin-right:16px;/* changed */
	margin-top:0px; /* changed */
	/* margin-left: 6px;
	margin-top: 6px; */
	width: 32px;
	height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	z-index: 2;
	behavior: url(js/PIE.htc)
}
#content .social li a {
	color: #fff;
	border: 0;
	outline: 0;
	background-image: url('../images/gui/sprite.png');
	cursor: pointer;
	display: block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	transition: background-position .3s ease-out;
	-moz-transition: background-position .3s ease-out;
	-ms-transition: background-position .3s ease-out;
	-o-transition: background-position .3s ease-out;
	-webkit-transition: background-position .3s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .social .twitter a {
	background-position: -191px -339px
}
#content .social .twitter a:hover {
	background-position: -191px -369px
}
#content .social .facebook a {
	background-position: -101px -339px
}
#content .social .facebook a:hover {
	background-position: -101px -369px
}
#content .social .youtube a {
	background-position: -10px -339px
}
#content .social .youtube a:hover {
	background-position: -10px -369px
}
#content .social .google a {
	background-position: -55px -339px
}
#content .social .google a:hover {
	background-position: -55px -369px
}
#content .social .dribble a {
	background-position: -11px -533px
}
#content .social .dribble a:hover {
	background-position: -11px -563px
}
#content .social .vcard a {
	background-position: -145px -533px
}
#content .social .vcard a:hover {
	background-position: -145px -563px
}
#content .social .pinerest a{
	background-position:-55px -533px;
	}
#content .social .pinerest a:hover{
	background-position:-55px -563px;
	}
#content {
	display: none;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	border-bottom: 6px solid #000;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	float: left;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .wrapper .old, #content .wrapper .new {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .wrapper .container {
	background: 0;
	overflow: hidden
}
#content .wrapper .container article {
	float: left
}
#content hgroup, #content .hgroup {
	position: relative;
	height: auto;
	width: 100%;
	float: left;
	padding-bottom: 0px;
}

#content hgroup, #content .hgroup a:hover {
	border-bottom: 2px solid rgba(161, 161, 161, 1);
	transition: border-bottom .2s ease-out;
	-moz-transition: border-bottom .2s ease-out;
	-ms-transition: border-bottom .2s ease-out;
	-o-transition: border-bottom .2s ease-out;
	-webkit-transition: border-bottom .2s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.breadcrumbs a {
	font-size: 15px;
	font-weight: 700;
	color: #757575;
	letter-spacing: 1.25px;
	line-height: 36px;
	font-family: "Host Grotesk", "Helvetica", Arial, sans-serif;
	font-weight: 800 !important;
}

.breadcrumbs a:hover {
	border-bottom: 2px solid rgba(161, 161, 161, 1);
	transition: border-bottom .2s ease-out;
	-moz-transition: border-bottom .2s ease-out;
	-ms-transition: border-bottom .2s ease-out;
	-o-transition: border-bottom .2s ease-out;
	-webkit-transition: border-bottom .2s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

#content .target .container {
	padding-bottom: 0px /* used to be 30px */
}
#content h1, #content h2 {
	clear: both;
	color: #fff;
	float: left;
	font-size: 95px;
	font-size: 9.5rem;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 112px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: block;
	width: auto
}
#content h1 span, #content h2 span {
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 8px
}
#content h2 {
	font-size: 82px;
	width: 100%
}
#content h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 28px !important;
	color: #575757;
	float: left;
	font-size:22px; /* changed - used to be 18px */
	line-height: 26pt;
	font-weight: 400;
	letter-spacing: -1px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
	height: auto;
	clear: both;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word
}
#content h4 {
	/* border-bottom:1px solid #5d5c5d; */
	color: #5d5c5d;
	float: left;
	font-size: 14pt;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 20px;
	margin-top:10px; /* changed - used to be 40px */ 
	padding-bottom: 16px;
	padding-right: 40px;
	padding-top:4px; /* changed - used to be 16px */ 
	text-transform: uppercase;
	width: auto;
	margin-bottom: 25px
}
#content h5, #content h6 {
	color: #a9a9a9
}
#content h6.headline { /* changed - added */
	clear:both;
	color:#000; /* changed */
	float:left;
	font-size:4.5rem; /* changed - used to be 15px */
	font-weight:100;
	letter-spacing:0px;
	line-height:52px; /* changed */
	overflow:hidden;
	padding:0;
	margin:0;
	background-color:#FFF;
	display:block;
	width:auto;
}
#content h6.headline span{ /* changed - added */
	background-color:#000;
	background-color:#fefefe; /* changed - used to be rgba(0, 0, 0, 0.8) */
	padding-bottom:2px;
	padding-left:6px;
	padding-right:8px;
}
#content h6{ /* changed - added */
	font-size:52px; /* changed - used to be 82 */
	width:100%;
}
#content h9{ /* changed - added for main gallery pages */
	color:#FFFFFF;
	float:left;
	font-size:9pt; /* changed - used to be 18px */ 
	line-height:18pt;
	font-weight:400;
	letter-spacing:-0.7pt;
	margin-top:3px;
	margin-bottom:16px;
	text-transform:uppercase;
	width:100%;
	height:auto;
	clear:both;
	white-space:pre;
	white-space:pre-wrap;
	white-space:pre-line;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-hp-pre-wrap;
	word-wrap:break-word;
}

#content collection { /* changed - added for main gallery pages */
	color:#FFFFFF;
	float:left;
	font-size:9pt; /* changed - used to be 18px */ 
	line-height:18pt;
	font-weight:400;
	letter-spacing:-0.7pt;
	margin-top:3px;
	margin-bottom:16px;
	text-transform:uppercase;
	width:100%;
	height:auto;
	clear:both;
	white-space:pre;
	white-space:pre-wrap;
	white-space:pre-line;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-hp-pre-wrap;
	word-wrap:break-word;
}

#content collection a {
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	color:#ffffff; /* changed - added */
	text-transform:uppercase;
}

#content a {
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	color:#575757; /* changed - added */
	text-transform:uppercase;
}

#content p {
	color:#575757; /* changed - used to be 9c9c9c*/
	float: left;
	font-size: 17px;
	padding: 5px 0;
	clear: left;
	margin-top: 5px;
	line-height: 1.8pc;
	letter-spacing: 0.25px;
}
#content i, #content strong, #content ul li {
	color:#757575; /* changed - used to be 9c9c9c*/
	font-size: 17px;
	letter-spacing: 0.25px;
	line-height: 1.8pc;
}
#content blockquote {
	float: left;
	margin: 0 0 10px;
	padding: 9px 20px 9px 19px;
	border-color: #9c9c9c
}
#content ul.list {
	clear: left
}
#content ul.list li {
	list-style: square inside none;
	margin-bottom: 4px;
	font-size: inherit
}
#content .latest {
	clear: both;
	padding-top: 10px;
	width:100%; /* changed - used to be 95% */
	float: left
}
#content .latest li {
	overflow: hidden;
	background-color: #000; /* changed - hover bg */	
}
#content .latest li a {
	width: 100%;
	float: left;
	opacity: 1
}
#content .latest li a img {
	float: left;
	width: 100%
}
#content .latest li a .overlay {
	top: 0;
	color: #fff;
	float: left;
	left: 0;
	padding: 10px 10px 10px 12px;
	position: absolute;
	text-transform: uppercase;
	filter: alpha(opacity=0);
	opacity: 0
}
#content .latest li a .overlay h5 {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #FFF;
	-webkit-touch-callout: default;
	-webkit-user-select: default;
	-khtml-user-select: default;
	-moz-user-select: default;
	-ms-user-select: default;
	user-select: default;
	cursor: default;
	cursor: pointer;
	font-size: 18pt;
	font-weight: lighter;
	line-height: 22px;
	letter-spacing: normal;
	margin-bottom: 0
}
#content .latest li a .overlay p {
	font-size: 8pt;
	margin-top: -4px
}
#content .awards ul, #content .clients ul {
	padding-top: 10px;
	margin: 0
}
#content .awards ul li, #content .clients ul li {
	float: left;
	height: 60px;
	width: 120px;
	text-align: center;
	display: table;
	position: relative;
	line-height: 60px;
	opacity: .5;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .awards ul li a, #content .clients ul li a {
	width: 100%;
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: center
}
#content .awards ul li a img, #content .clients ul li a img {
	vertical-align: middle
}
#content .awards ul li:hover, #content .clients ul li:hover {
	opacity: 1
}
#content .awards ul li {
	height: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-right: 15px;
	width: 100%
}
#content .awards ul li a {
	height: auto
}
#content .awards ul li img {
	width: 100%;
	float: left
}
#content .clients ul {
	float: left;
	margin-top: 30px
}
#content .inline {
	margin-top: 40px
}
#content .image {
	float: left;
	width: 100%;
	position: relative;
	min-height: 100px
}
#content .image a {
	background: url("../images/orbit/loading.gif") no-repeat scroll 50% 50% #000;
	float: left;
	width: 100%;
	min-height: 100px
}
#content .image img {
	float: left;
	background-color: #000;
	width: 100%;
	height: auto;
	opacity: 0
}
#content .image span {
	background: url("../images/gui/sprite.png") no-repeat scroll -238px -203px transparent;
	float: left;
	height: 65px;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
	position: absolute;
	top: 50%;
	width: 65px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0, 0);
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .image span.active {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1, 1)
}
#content .blog h4 {
	margin-bottom: 15px
}
#content .blog h5 {
	font-size: 1.9rem;
	line-height: 27pt
}
#content .blog h6 {
	font-size: 1.6rem;
	line-height: 25pt
}
#content .blog a {
	transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-ms-transition: color .5s ease-out;
	-o-transition: color .5s ease-out;
	-webkit-transition: color .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .blog .button {
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .blog .thumbnail {
	float: left;
	width: 100%;
	min-height: 100px;
	height: auto;
	background: url("../images/orbit/loading.gif") no-repeat scroll 50% 50% #000
}
#content .blog .thumbnail a {
	float: left
}
#content .blog .thumbnail a img {
	float: left;
	width: 100%;
	opacity: 0
}
#content .blog .thumbnail img {
	float: left;
	width: 100%;
	opacity: 0
}
#content .blog .meta {
	float: left
}
#content .blog .meta ul {
	margin-top: 30px;
	float: left
}
#content .blog .meta ul li {
	margin: 2px 2px 2px 0;
	width: 100%;
	float: left;
	height: 22px
}
#content .blog .meta ul li span {
	float: left;
	height: 16px;
	left: -20px;
	margin-right: 8px;
	width: 16px
}
#content .blog .meta ul li a {
	color: #acacac;
	transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-ms-transition: color .5s ease-out;
	-o-transition: color .5s ease-out;
	-webkit-transition: color .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	margin-right: 8px
}
#content .blog .meta ul li a div {
	float: left;
	margin-right: 6px
}
#content .blog .meta ul li a:hover {
	color: #eaeaea
}
#content .blog .meta .author {
	background: url("../images/gui/sprite.png") no-repeat scroll -3px -36px transparent
}
#content .blog .meta .comments {
	background: url("../images/gui/sprite.png") no-repeat scroll -3px -59px transparent
}
#content .blog .meta .tags {
	background: url("../images/gui/sprite.png") no-repeat scroll -3px -84px transparent
}
#content .blog .post {
	margin-top: 60px;
	margin-bottom: 40px
}
#content .blog .post .button {
	clear: both
}
#content .blog .article h3 {
	margin-bottom: 30px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word
}
#content .blog .article .meta {
	width: 100%
}
#content .blog .article .meta ul {
	width: 100%;
	border-bottom: 1px solid #5d5c5d;
	border-bottom: 1px solid rgba(250,250,250,0.1)
}
#content .blog .article .meta ul li {
	width: auto;
	margin-right: 15px;
	height: 30px
}
#content .blog .comments h4 {
	margin-top: 50px;
	border: 0
}
#content .blog .comments ul {
	float: left
}
#content .blog .comments ul li {
	border-top: 1px solid #262627;
	margin-bottom: 50px
}
#content .blog .comments ul li .meta {
	padding-top: 16px;
	border-top: 1px solid #444;
	margin-top: -1px
}
#content .blog .comments ul li .meta .author {
	background: 0;
	width: 100%;
	margin-bottom: 10px;
	float: left
}
#content .blog .comments ul li .meta .label {
	padding-left: 0;
	margin-left: 0;
	background: transparent
}
#content .blog .comments ul li .entry {
	padding-top: 7px
}
#content .blog .comments ul li .avatar {
	padding-top: 20px
}
#content .blog .comments ul li .avatar img {
	border: 2px solid #dedede;
	margin: 0;
	padding: 0
}
#content .blog .commentForm h4 {
	border-bottom: 1px solid #262627;
	clear: both;
	float: left;
	margin-bottom: 20px
}
#content .blog .commentForm form {
	float: left;
	width: 100%
}
#content .blog .commentForm form input {
	box-shadow: none
}
#content .blog .commentForm form textarea {
	box-shadow: none
}
#content .blog .sidebar {
	width: 18%
}
#content .blog .sidebar h4 {
	margin-bottom: 20px
}
#content .blog .sidebar .search form {
	float: left
}
#content .blog .sidebar .search form .input-text {
	background-color: #080808;
	border: 0;
	color: #9c9c9c;
	behavior: url(js/PIE.htc);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px;
	margin-top: 0;
	clear: left;
	float: left;
	width: 100%;
	margin-right: 10px;
	font-size: 8pt;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .blog .sidebar .search form .input-text:focus, #content .blog .sidebar .search form .input-text:focus {
	background-color: #000
}
#content .blog .sidebar .search form .submit {
	background: url("../images/gui/sprite.png") no-repeat scroll -25px -5px transparent;
	border: medium none;
	cursor: pointer;
	float: right;
	height: 30px;
	margin-top: -37px;
	margin-right: 3px;
	opacity: .3;
	position: relative;
	right: 0;
	text-indent: -999px;
	top: 0;
	width: 30px;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .blog .sidebar .search form .submit:hover {
	opacity: .8
}
#content .blog .sidebar ul {
	float: left;
	list-style: none inside none;
	overflow: hidden;
	width: 100%
}
#content .blog .sidebar ul span.hits {
	font-size: 10pt
}
#content .blog .sidebar .tags li {
	float: left;
	list-style: none outside none;
	margin-bottom: 0
}
#content .blog .sidebar .tags li a {
	background-color: #000;
	color: #9c9c9c;
	float: left;
	font-size: 12px;
	margin: 3px 5px 3px 0;
	padding: 2px 7px;
	cursor: default;
	behavior: url(js/PIE.htc);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .blog .sidebar .tags li a:hover {
	color: #000;
	background-color: #fff
}
#content .inset {
	margin-top: 60px
}
#content hr {
	opacity: .2
}
#content .pagination {
	overflow: visible;
	margin-top: 30px
}
#content .pagination .page {
	font-size: 10pt;
	padding-top: 6px;
	text-align: center
}
#content .pagination a {
	font-size: 11px;
	color: #fff;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .pagination a.related {
	color: #9c9c9c;
	font-size: 10pt;
	text-decoration: none;
	border: 0;
	padding-left: 0;
	padding-right: 0
}
#content .pagination a.related:hover {
	color: #fff;
	text-decoration: none
}
#content .pagination .prev a {
	float: left
}
#content .pagination .next a {
	float: right
}
#content .flex-video {
	background: url("../images/orbit/loading.gif") no-repeat scroll 50% 50% #000
}
#content .map {
	background-color: #000;
	display: block;
	height: 310px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	width: 100%;
	min-height: 200px
}
#content .contactInfo {
	float: left;
	width: auto;
	margin-top: 10px;
	-webkit-touch-callout: default;
	-webkit-user-select: default;
	-khtml-user-select: default;
	-moz-user-select: default;
	-ms-user-select: default;
	user-select: default;
	cursor: default
}
#content .contactInfo li {
	float: left;
	width: 100%;
	margin: 2px 2px 2px;
	color: #000;
	font-size: 16px;
}
#content .contactInfo div {
	margin-left: 25px;
	-webkit-touch-callout: default;
	-webkit-user-select: default;
	-khtml-user-select: default;
	-moz-user-select: default;
	-ms-user-select: default;
	user-select: default;
	cursor: default
}
#content .contactInfo span {
	float: left;
	height: 16px;
	left: -20px;
	margin-right: 8px;
	width: 16px
}
#content .contactInfo a:link {  /* changed - added link */
	transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-ms-transition: color .5s ease-out;
	-o-transition: color .5s ease-out;
	-webkit-transition: color .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	color:#f4eac1 /* changed - added */
}
#content .contactInfo a:hover {
	color:#b9b08d /* changed - added */
}	
#content .contactInfo .iphone {
	background: url("../images/gui/sprite.png") no-repeat scroll -78px -309px transparent
}
#content .contactInfo .pin {
	background: url("../images/gui/sprite.png") no-repeat scroll -108px -309px transparent
}
#content .contactInfo .email {
	background: url("../images/gui/sprite.png") no-repeat scroll -48px -309px transparent
}
#content .contactInfo .link {
	background: url("../images/gui/sprite.png") no-repeat scroll -17px -309px transparent
}
#content .alert-box {
	font-size: 12px;
	line-height: 15px;
	float: left;
	width: 100%;
	display: none
}
#content .alert-box a.close {
	cursor: pointer
}
#content .contactForm, #content .commentForm {
	float: left;
	clear: left;
	font-size: 8pt;
	width: 100%;
	margin-bottom: 20px
}
#content .contactForm form, #content .commentForm form {
	margin-top: 10px
}
#content .contactForm .input-text, #content .commentForm .input-text {
	background-color: #080808;
	border: 0;
	color: #9c9c9c;
	behavior: url(js/PIE.htc);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px;
	margin-top: 0;
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 8pt;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .contactForm .input-text:focus, #content .commentForm .input-text:focus, #content .contactForm .input-text:focus, #content .commentForm .input-text:focus {
	background-color: #000
}
#content .contactForm textarea, #content .commentForm textarea {
	margin-top: 0;
	float: left;
	width: 100%;
	height: 80px;
	resize: none;
	margin-right: 0;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	resize: true
}
#content .contactForm .fields, #content .commentForm .fields {
	float: left;
	width: 40%;
	margin-right: 3%
}
#content .contactForm .area, #content .commentForm .area {
	width: 57%;
	float: left
}
#content .contactForm input#submit, #content .commentForm input#submit {
	line-height: 20px;
	margin-right: 2px;
	height: 29px;
	padding: 2px;
	width: 100%;
	float: right
}
#content .feedback {
	clear: left
}
#content #message {
	margin-right: 0
}
#content .blog .commentForm h4 {
	margin-top: 0
}
#content .blog .commentForm input#submit {
	width: 150px
}
#shell p {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}
.myScrollbarV {
	position: absolute;
	z-index: 100;
	width: 8px;
	bottom: 7px;
	top: 7px;
	right: 1px
}
.myScrollbarV>div {
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 4px;
	opacity: .7;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ccc), to(#fff));
	background-image: -moz-linear-gradient(top, #fff, #ccc);
	background-image: -o-linear-gradient(top, #fff, #ccc);
	border: 1px solid #FFF;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.75);
	-moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.75);
	-o-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.75);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.75)
}
.home, .docked {
	background: none; /* chamged - used to be 0 */
	position: relative;
	height: auto;
	width: auto
}
.docked {
	transition: margin-top .5s ease-out;
	-moz-transition: margin-top .5s ease-out;
	-ms-transition: margin-top .5s ease-out;
	-o-transition: margin-top .5s ease-out;
	-webkit-transition: margin-top .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
.wide, .project {
	position: relative;
	background-color: #171718;
	z-index: 5
}
#content .opaque {
	background-color: rgba(255,255,255,0.9)
}
#content .opaque h4 {
	color: #9c9c9c;
	border-color: #9c9c9c;
	text-shadow: 1px 1px 2px #000
}
.subheader {
	margin-bottom: 0;
	margin-top: 10px
}
#ticker {
	clear: both;
	float: left;
	height: 90px;
	overflow: hidden
}
#ticker li {
	height: 90px;
	display: block;
	margin-top: 5px
}
#ticker li a {
	width: 100%;
	float: left
}
#ticker li p {
	padding: 0;
	margin-bottom: 5px
}
.tweets {
	clear: both;
	color: #fff;
	float: left
}
.tweets .tweet_list {
	height: 90px;
	margin-top: 6px;
	overflow: hidden;
	padding: 0 6px 6px 0;
	width: 100%;
	transition: width .5s ease-out;
	-moz-transition: width .5s ease-out;
	-ms-transition: width .5s ease-out;
	-o-transition: width .5s ease-out;
	-webkit-transition: width .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
.tweets .tweet_list:hover {
	width: 100%
}
.tweets .tweet_avatar {
	float: left;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	overflow: hidden;
	clear: both
}
.tweets .tweet_time {
	float: left;
	width: 100%;
	font-size: 9pt
}
.tweets .tweet_time a {
	transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-ms-transition: color .5s ease-out;
	-o-transition: color .5s ease-out;
	-webkit-transition: color .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
.tweets .tweet_text {
	float: left;
	font-size: 9pt;
	margin-bottom: 5pt;
	width: auto
}
.tweets .tweet_text a {
	transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-ms-transition: color .5s ease-out;
	-o-transition: color .5s ease-out;
	-webkit-transition: color .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
.tweets div {
	width: auto
}
.tweets li {
	height: 90px;
	float: left;
	overflow: hidden
}
#content .loading {
	background: url("../images/orbit/loading.gif") no-repeat scroll 50% 50% #000
}
#content .tweets .loading {
	background: 0
}
#content .fullvideo {
	width: 100%;
	display: table;
	vertical-align: middle;
	overflow: hidden;
	background-color: #000;
	position: relative;
	line-height: 100%;
	background: 0;
	margin: 0 auto
}
#content .fullvideo .vimeo, #content .fullvideo .youtube {
	margin-top: 0;
	display: table-cell;
	vertical-align: middle;
	background: 0;
	width: 100%
}
#content dl.contained.tabs {
	border: medium none;
	clear: both;
	width: auto
}
#content dl.contained.tabs dd {
	display: block;
	float: left;
	height: 30px;
	padding: 0;
	margin-top: 10px
}
#content dl.contained.tabs dd a {
	background: 0;
	border: 0;
	border-bottom: 1px solid #373637;
	color: #373637;
	font-weight: 400;
	height: inherit;
	letter-spacing: -1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 40px;
	text-transform: uppercase;
	font-size: 10pt;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content dl.contained.tabs dd a.active {
	border-bottom: 1px solid #6d6c6d;
	color: #6d6c6d
}
#content ul.contained.tabs-content {
	float: left;
	border: 0
}
#content ul.contained.tabs-content>li {
	border: 0;
	padding-left: 0;
	padding-top: 5px
}
#content .works {
	display: block;
	position: relative;
	float: left;
	overflow: visible;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .works .item {
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	margin-right: 30px;
	opacity: 0;
	display: table
}
#content .works a {
	background-color: #000;
	float: left
}
#content .works h5 {
	color: #fefefe;
	float: left;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	height: 30px;
	line-height: 35px;
	overflow: hidden;
	text-transform: uppercase;
	margin: 0
}
#content .works p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
#content .works img {
	float: left;
	background-color: #000;
	width: 100%;
	height: auto
}
#content .works span {
	background: url("../images/gui/sprite.png") no-repeat scroll -238px -203px transparent;
	float: left;
	height: 65px;
	left: 50%;
	margin-left: -32px;
	margin-top: -54px;
	position: absolute;
	top: 50%;
	width: 65px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0, 0);
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .works span.active {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1, 1)
}
#content .twoCols .item {
	width: 450px
}
#content .twoCols .item img {
	width: 450px
}
#content .threeCols .item {
	width: 295px
}
#content .threeCols .item img {
	width: 295px
}
#content .fourCols .item {
	width: 215px
}
#content .fourCols .item img {
	width: 215px
}
#content .oneCol .item {
	width: 100%
}
#content .oneCol .item img {
	width: 100%
}
#filters {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-left: -9px
}
#filters dd {
	margin-right: 10px;
	margin-bottom: 9px
}
#filters dd a {
	transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-ms-transition: color .5s ease-out;
	-o-transition: color .5s ease-out;
	-webkit-transition: color .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
.portfolio, div.orbit-wrapper {
	overflow: hidden;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0
}
.portfolio div .play, div.orbit-wrapper div .play {
	background: url("../images/gui/sprite.png") no-repeat scroll -346px -177px transparent;
	text-indent: -200px;
	float: left;
	height: 100px;
	left: 50%;
	line-height: 100px;
	margin-left: -50px;
	margin-top: -120px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100px;
	overflow: hidden;
	display: none;
	opacity: .4
}
.portfolio div .play:hover, div.orbit-wrapper div .play:hover {
	opacity: 1
}
.portfolio div .projectSlides, div.orbit-wrapper div .projectSlides {
	width: 100%;
	vertical-align: middle;
	opacity: 0
}
#content .orbit-wrapper .close, .loading .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 34px;
	background: url("../images/gui/sprite.png") no-repeat scroll -253px -284px transparent;
	text-indent: -9999px;
	margin: 20px;
	opacity: .5;
	cursor: pointer;
	display: block;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .orbit-wrapper .close:hover, #content .fullvideo .close:hover {
	opacity: 1
}
#content .orbit-wrapper .heart {
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/gui/sprite.png") no-repeat scroll -303px -284px #000;
	text-indent: 40px;
	margin: 20px;
	opacity: .5;
	cursor: pointer;
	line-height: 34px;
	overflow: hidden;
	color: #9c9c9c;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	behavior: url(js/PIE.htc)
}
#content .orbit-wrapper .heart:hover {
	opacity: 1;
	width: 66px
}
#content div.orbit-wrapper div.portfolio div.orbit-slide {
	background: url("../images/orbit/loading.gif") no-repeat scroll 50% 50% #000
}
.jspContainer {
	overflow: hidden;
	position: relative
}
.jspPane {
	position: absolute
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background: transparent;
	padding: 6px;
	opacity: .9
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0
}
.jspCap {
	display: none
}
.jspHorizontalBar .jspCap {
	float: left
}
.jspTrack {
	background: transparent;
	position: relative
}
.jspDrag {
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	behavior: url(js/PIE.htc);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d
}
.jspVerticalBar .jspArrow {
	height: 16px
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%
}
.jspVerticalBar .jspArrow:focus {
	outline: 0
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%
}
* html .jspCorner {
	margin: 0 -3px 0 0
}
#content .project {
	height: 120px;
	bottom: 0;
	position: absolute;
	width: 100%;
	background-color: #050505;
	background-color: rgba(0,0,0,0.5);
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .project a {
	transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-ms-transition: color .5s ease-out;
	-o-transition: color .5s ease-out;
	-webkit-transition: color .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .project h3 {
	font-size: 18pt;
	text-shadow: 0 1px 1px #000;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word
}
#content .project h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #9c9c9c;
	text-shadow: 0 1px 1px #000
}
#content .project span {
	padding-top: 12px
}
#content .project ul.tags {
	float: left;
	clear: left;
	margin-top: 10px
}
#content .project ul.tags li {
	background-color: #0f0f10;
	color: #9c9c9c;
	float: left;
	font-size: 12px;
	margin: 3px 10px 15px 0;
	padding: 2px 7px;
	cursor: default;
	behavior: url(js/PIE.htc);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .project ul.tags li:hover {
	color: #000;
	background-color: #fff
}
#content div.slider-nav span {
	width: 110px;
	height: 110px;
	margin-top: -125px;
	opacity: .5;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content div.slider-nav span.left {
	background: url("../images/gui/sprite.png") repeat scroll -60px -6px transparent;
	left: 20px
}
#content div.slider-nav span:hover {
	opacity: 1
}
#content div.slider-nav span.right {
	background: url("../images/gui/sprite.png") repeat scroll -190px -6px transparent;
	right: 20px
}
#bg {
	transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
.bg-gallery {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.bg-gallery li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity: 0;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
.bg-gallery li div {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	color: #fff
}
#bg img {
	max-width: inherit
}
#content article .widescreen {
	margin-top: 40px
}
#content .vimeo, #content .youtube {
	margin-top: 60px
}
.gap {
	-webkit-mask-box-image: -webkit-linear-gradient(left, transparent 0, rgba(0,0,0,0.8) 50%, transparent 100%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), transparent);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), transparent);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), transparent);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), transparent);
	background-image: linear-gradient(top, rgba(0,0,0,0.5), transparent);
	background-color: transparent;
	border-top: 1px solid rgba(0,0,0,0.4);
	height: 10px;
	margin: -1px 0 -10px;
	position: relative;
	width: auto;
	z-index: 10
}
#content .copy {
	text-align:right; /* changed - used to be center */
	margin-top:10px; /* changed - used to be 20px */
}
#content .copy p {
	/* border-top: 1px solid #9c9c9c;
	border-top: 1px solid rgba(250,250,250,0.1); */ /* changed */
	font-size: 14px;
	line-height: 16px;
	width: 100%;
}
#content .copy p a {
	transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-ms-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content .line{ /* changed - added */
	border-top:1px solid #9C9C9C; 
	border-top:1px solid rgba(250, 250, 250, 0.1);
	width:100%;
}
#footer {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10
}
#footer .copy {
	background-color: #000
}
#footer .copy p {
	font-size: 7pt;
	line-height: 12pt;
	text-align:right; /* changed - used to be center */
}
#share {
	width: 310px;
	margin: -50px 0 auto -155px;
	left: 50%;
	top: 50%
}
#close {
	background-color: #000;
	display: block;
	float: left;
	height: 10px;
	width: 100%
}

/* all added */

.collection-details{
	float:left;
	width:auto;
	margin-top:20px; /* changed - spacing */
	-webkit-touch-callout:default;
	-webkit-user-select:default;
	-khtml-user-select:default;
	-moz-user-select:default;
	-ms-user-select:default;
	user-select:default;
	cursor:default;
	line-height: 23px /* changed - spacing */
}
.collection-details li{
	float:left;
	width:100%;
	margin-top: 5px; /* changed - spacing */
}
.collection-details div{
	margin-left:0px;
	-webkit-touch-callout:default;
	-webkit-user-select:default;
	-khtml-user-select:default;
	-moz-user-select:default;
	-ms-user-select:default;
	user-select:default;
	cursor:default;
	color:#ccc /* changed - font */
}
.collection-details span{
	float:left;
	/* height:16px;
	width:16px; */
	}
.collection-details a{
	transition:color 0.5s ease-out;
	-moz-transition:color 0.5s ease-out;
	-ms-transition:color 0.5s ease-out;
	-o-transition:color 0.5s ease-out;
	-webkit-transition:color 0.5s ease-out;
}

.title-01 {
	color: #757575 !important;  
	font-weight: 800 !important; 
	font-size: 17px !important; 
	letter-spacing: 0.25px !important; 
	color: #00000 !important; 
}

/* end of add */ 

.isotope-item {
	z-index: 2;
	-webkit-perspective: 1000
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}
@-moz-document url-prefix() {
#content .contactForm textarea {
height:85px
}
#content .sidebar .search input.submit {
margin-top:-38px;
margin-right:4px
}
#content .latest li a .overlay h5 {
	display: none;
}
}
@media only screen and (max-width:767px) {

#header nav {
	margin-top:0px; /* changed - added */
	margin-bottom:30px; /* changed - added */
}
#header .nav-bar>li {
	margin-right:0px; /* changed - used to be 0px */
}
#header .nav-bar, #content .social {
	margin-top: 4px
}
#header nav {
	margin-top: 12px
}
html, body {
	overflow: visible
}
#content, #musicPlayer, .home {
	position: relative;
	display: block
}
#bg {
	position: fixed
}
.home {
	top: 0
}
.bg-gallery li span {
	position: fixed;
	background-attachment: scroll
}
#content .project {
	position: relative
}

/* changed - added - flexslider */

.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
} 
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
} 

.flex-direction-nav a {
	top: -114px !important;
}

.slider-container { /* changed - added */
	height: 380px; /* changed - works on android */
	height: 100%;
	/* background-color:#0F0 */
}
#content .latest li a .overlay h5 {
	display: none;
}	
}

@media only screen and (min-device-width:767px) and (-webkit-min-device-pixel-ratio:0) {
	
#content .works span {
	margin-top: -32px
}
/* #content .latest li a .overlay h5 {
	display: none;
}*/
}
@media only screen and (max-device-width:760px) and (-webkit-min-device-pixel-ratio:0) {

#content .works span {
	margin-top: -54px
}
/* #content .latest li a .overlay h5 {
	display: none;
}*/
}
@media handheld, only screen and (max-width:767px) {
	
#header-dark-gradient { /* changed - added */
	background-image: url(../images/header-light-gradient-1.png);
	background-repeat: repeat-x;
}
	
#content .works span {
	margin-top: -56px
}
#content h1 {
	font-size: 32px;
	font-size: 3.1rem;
	line-height: .9;
	letter-spacing: -1px;
	margin-bottom: 0;
	padding-bottom: 2px;
	padding-top: 10px
}
#content h1 span {
	line-height: 1.3
}
#content h2 {
	font-size: 28px;
	font-size: 2.7rem;
	line-height: .6;
	letter-spacing: -1px;
	margin-bottom: 0;
	padding-bottom: 2px
}
#content h2 span {
	line-height: 1.3
}
#content h7 span{ /* changed - added */
	line-height:1.3;
}
#content h7 { /* changed - added */
	font-size:28px;
	font-size:2.8rem;
	line-height:0.6;
	letter-spacing:-1px;
	margin-bottom:0px;
	padding-bottom:2px;
}
#content h9 { /* changed - added */
	display: none;
}

#content collection { /* changed - added */
	display: none;
}

#content .latest {
	width: 100%
}
#content p, #content .tweets .tweet_text, #content .tweets .tweet_time a, #content ul.list li {
	font-size: 1.5rem
}
#content .latest li a .overlay h5 {
	font-size: 2rem;
	font-weight: lighter
}
#content h3, #content .project h3 {
	font-size: 2.4rem
}
#content .project h4 {
	margin-top: 50px
}
#content .latest a .overlay p {
	margin-top: 0;
	font-size: 10pt
}
#content h4 {
	font-size: 2rem
}
#content .blog h5 {
	font-size: 1.9rem
}
#content .image, #content .image a {
	min-height: 50px
}
#content .latest li {
	background: 0
}
#content .latest li a .overlay {
	background: none repeat scroll 0 0 transparent;
	float: left;
	margin: 0;
	opacity: 1;
	padding: 10px 0 0;
	position: relative
}
#content dl.contained.tabs dd {
	width: 100%
}
#header .nav-bar .flyout a {
	font-family: "Host Grotesk", "Helvetica", Arial, sans-serif;
	font-size: 19px;
	line-height:26px; /* changed - added */
}
#content .tweets li, #content .tweets li div, #content .tweets ul, #ticker, #ticker>li {
	height: 120px
}
#content div.slider-nav span, #content .portfolio div .play {
	margin-top: -50px;
	-webkit-transform: scale(0.6, 0.6);
	-moz-transform: scale(0.6, 0.6);
	-ms-transform: scale(0.6, 0.6);
	transform: scale(0.6, 0.6)
}
#content .portfolio div .play {
	margin-top: -45px
}
#content .vimeo, #content .youtube {
	margin-top: 30px
}
#content .orbit-wrapper .close, #content .orbit-wrapper .heart, #content .fullvideo .closef {
	margin: 5px;
	-webkit-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8)
}
#content .orbit-wrapper .heart {
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}
#content .orbit-wrapper .close, #content .fullvideo .close {
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right
}
#content div.slider-nav span.left {
	left: -17px
}
#content div.slider-nav span.right {
	right: -17px
}
#content .project {
	height: auto
}
#content .target .container {
	padding-bottom: 10px
}
#content .alert-box {
	float: none;
	width: auto
}
#content .contactForm .fields, #content .contactForm .area, #content .contactForm input#submit, #content .blog .commentForm .fields, #content .blog .commentForm .area, #content .blog .commentForm input#submit {
	width: 100%
}
#content .contactForm textarea, #content .contactForm input#submit, #content .commentForm textarea, #content .commentForm input#submit {
	margin-left: 0;
	margin-right: 0
}
#content .contactForm .input-text, #content .blog .sidebar .search form .input-text, #content .commentForm .input-text {
	font-size: 14pt
}
#content .clients ul li {
	width: 50%
}
#content .field {
	padding: 6px
}
#content .blog .sidebar .search form .submit {
	margin-right: 7px;
	margin-top: -42px
}
#content .blog .thumbnail {
	min-height: 50px
}
#content .blog .post {
	margin-top: 0
}
#content .blog .comments ul li .meta {
	border-top: 0
}
#content .pagination .prev a:target {
	content: "Prev"
}
#content .contactForm input#submit, #content .commentForm input#submit {
	margin-top: 6px;
	height: 34px;
	font-size: 15px
}
#content .blog .meta ul li {
	width: auto;
	margin-right: 10px
}
#content .blog .sidebar .tags li a, #content .project ul.tags li {
	font-size: 1.5rem
}
#content .works .item {
	width: 100%;
	height: auto;
	margin-right: 0
}
#content .works .item img {
	width: 100%;
	height: auto
}
#content .works .item a {
	float: none
}
#content .works .item h5 {
	font-size: 2.2rem;
	margin-top: 5px
}
#content .works .item p {
	font-size: 1.3rem
}

/* changed - added - flexslider */

.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
} 
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
.slider-container { /* changed - added */
	height: 380px; /* changed - works on android */
	height: 100%;
	/* background-color:#0F0 */
}

#content .fullvideo .vimeo, #content .fullvideo .youtube {
	display: block
}
#content .project {
	background-color: #171718
}
.pp_pic_holder.pp_default {
	width: 100%!important;
	left: 0!important;
	overflow: hidden
}
div.pp_default .pp_content_container .pp_left {
	padding-left: 0!important
}
div.pp_default .pp_content_container .pp_right {
	padding-right: 0!important
}
.pp_content {
	width: 100%!important;
	height: auto!important
}
.pp_fade {
	width: 100%!important;
	height: 100%!important
}
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
	display: none!important
}
#pp_full_res img {
	width: 100%!important;
	height: auto!important
}
.pp_details {
	width: 94%!important;
	padding-left: 3%;
	padding-right: 4%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	margin-top: -2px!important
}
a.pp_close {
	right: 10px!important;
	top: 10px!important
}
#content .latest li a .overlay h5 {
	display: none;
}
}
@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
	
#header {
	transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	-webkit-transition: all .6s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
#content h1 {
	font-size: 50pt;
	line-height: 60pt
}
#content h2 {
	font-size: 45pt;
	line-height: 60pt
}
#content h7 { /* changed - added */
	font-size:45pt;
	line-height:60pt;
}
#content .works .item {
	margin-right: 26px
}

/* changed - added - flexslider */
	
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
} 
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
} 
.slider-container { /* changed - added */
	height: 600px;
	height: 100%;
}
#content .latest li a .overlay h5 {
	display: none;
}
}
@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
	
#content h1 {
	font-size: 48pt;
	line-height: 58pt
}
#content h2 {
	font-size: 42pt;
	line-height: 55pt
}
#content h7 span { /* changed - added */
	font-size:42pt;
	line-height:55pt;
}
#content .works .item {
	margin-right: 26px
}
#content .latest li a .overlay h5 {
	display: none;
}
}

@media only screen and (max-device-width:720px) and (orientation:portrait) {

	#content h1 {
		font-size: 3.2rem;
		line-height: 1;
		letter-spacing: -1px;
		margin-bottom: 0;
		padding-bottom: 2px;
		padding-top: 10px
	}
	#content h1 span {
		line-height: 1.3
	}
	#content h2 {
		font-size: 2.7rem;
		line-height: .8;
		letter-spacing: -1px;
		margin-bottom: 0;
		padding-bottom: 2px
	}
	#content h2 span {
		line-height: 1.3
	}
	#content h7 { /* changed - added */
		font-size:42pt;
		line-height:55pt;
	}

	/* 

	#content .latest li a .overlay h5 {
		display: none;
	} 

	*/

}

/* ====================== [ Top Nav ] ====================== */

.gradient-extra-v1 {

	/*
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.75), #FFF);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0.75), #FFF);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0.75), #FFF);
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0.75), #FFF);
	background-image: linear-gradient(bottom, rgba(255,255,255,0.75), #FFF);
	background-position: 0 -200px;
	transition: background-position .5s ease-out;
	-moz-transition: background-position .5s ease-out;
	-ms-transition: background-position .5s ease-out;
	-o-transition: background-position .5s ease-out;
	-webkit-transition: background-position .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
	*/
	position:absolute;
	width: 100%;
	height: 600px;
	background-image: url(../images/lighten-bg.png);
	background-repeat: repeat-x;
	opacity: 1;

}

.gradient-extra-v2 {

	/*
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.75), #FFF);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0.75), #FFF);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0.75), #FFF);
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0.75), #FFF);
	background-image: linear-gradient(bottom, rgba(255,255,255,0.75), #FFF);
	background-position: 0 -200px;
	transition: background-position .5s ease-out;
	-moz-transition: background-position .5s ease-out;
	-ms-transition: background-position .5s ease-out;
	-o-transition: background-position .5s ease-out;
	-webkit-transition: background-position .5s ease-out;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
	*/
	position:absolute;
	width: 100%;
	height: 600px;
	background-image: url(../images/lighten-bg-home.png);
	background-repeat: repeat-x;
	opacity: 1;

}

@media only screen and (max-device-width:770px) {

.gradient-extra-v1 {
	position:absolute !important;
	width: 100% !important;
	height: 600px !important;
	background-image: url(../images/test2.png) !important;
	background-repeat: repeat-x !important;
}	

}

/* ====================== [ Alert Box ] ====================== */

/*

input, textarea {
  border-radius: 5px;
  border: 2px solid #ccc;
  padding: 4px;
  font-family: 'Host Grotesk';
  width: 300px;
  margin-top: 10px;
  outline: none;
}

label {
  width: 300px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}

label span {
  font-size: 1rem;
}

*/

p.recaptchaalert {
	font-size: 1.4rem !important;
	color: red !important;
	display: block !important;
	margin-top: 5px !important;
	animation: fadeIn 2s;
	-webkit-animation: fadeIn 2s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
	}

label.error {
    color: red !important;
    background-color: rgba(245, 247, 249, 0);
    background: rgba(245, 247, 249, 0);
    font-size: 1.3rem !important;
    display: block !important;
    margin-top: 5px !important;
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

/*

label.error.fail-alert {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    background: #ffe6eb;
}

*/

input.valid.success-alert {
    border: 2px solid #4CAF50 !important;
    color: green !important;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;

}

input.error, textarea.error {
    border: 2px solid red !important;
    font-weight: 300 !important;
    color: red;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

[type="submit"], [type="reset"], button, html [type="button"] {
    margin-left: 0;
    border-radius: 0;
    color: #000000;
    border: none;
    font-weight: 300;
    padding: 10px 0;
    line-height: 1;
}

.close {
  display: none;
  color: #000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  border-radius: 0px !important;
  padding: 0px 10px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  font-size: 30px !important;
  line-height: 0px !important;
}

/* ====================== [ Input Fields ] ====================== */

.contact-form-field-title {
  font-size: 14px;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: 0px;
}

.contact-form-field-title-v2 {
  font-size: 20px;
  font-weight: 400;
  /* text-transform: uppercase; */
  letter-spacing: 0px;
}

.contact-form-para {
  font-size: 16px;
  font-weight: 500;
  /* text-transform: uppercase; */
  letter-spacing: 0px;
  color: #757575 !important;
}

.form3 input,
.form3 textarea {
	padding: 15px 20px;
	border: 1px solid rgba(145, 145, 145, 1);
	border-radius: 0px;
	width: 100%; 
	box-sizing: border-box; 
	height: 42px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Host Grotesk", "Helvetica", Arial, sans-serif;
}

.form3 input:focus,
.form3 textarea:focus {
  	border: 1px solid rgba(104, 92, 49, 1);
	width: 100%;
}

#row input {
    border-width: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    outline: none;
}

/* ====================== [ Buttons ] ====================== */

.butn {
  border: 1px solid transparent;
}

.butn.butn-md {
  padding: 14px 35px;
}

.butn.butn-full {
  width: 100%;
  padding: 15px 25px;
  text-align: center;
}

.butn.butn-bord {
  border-color: #FFF !important;
  background: #757575 !important;
  color: #FFF !important;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn.butn-bord:hover {
  background: #000 !important;
  color: #fff;
}

.butn.butn-bord:hover span {
  color: #fff !important;
}

.butn.butn-bord-thin {
  border-color: rgba(0, 0, 0, 0.12);
  background: transparent;
  color: #1a1a1a;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn.butn-bord-thin:hover {
  background: #1a1a1a;
  color: #fff;
}

.butn.butn-bord-thin:hover span {
  color: #fff;
}

.butn.butn-bg {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn.butn-bg:hover {
  background: transparent !important;
  border-color: #1a1a1a;
  color: #1a1a1a !important;
}

/* ====================== [ Margins and Padding ] ====================== */

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-15 {
   margin-bottom: 15px !important;
}

.mb-50 {
   margin-bottom: 50px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

/* ====================== [ Google Fonts ] ====================== */


/* ====================== [ 1. Host Grotesk ] ====================== */

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800

.host-grotesk-<uniquifier> {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* ====================== [ Footer Copyright ] ====================== */

.year-style-v1 p {
    font-size:15px !important;
    letter-spacing: 0.15px !important;
    font-weight: 600;
}


.h1-title-v2 {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
	font-size: 26px !important;
	color: #000000 !important;
	line-height: 46px !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px !important;
/*	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
 */
	text-transform: uppercase;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;

	list-style-type: square !important;
	padding-top: 40px;
}

.h2-title-v1 {
	color: #757575 !important;  
	font-weight: 900 !important; 
	font-size: 17px !important; 
	line-height: 22px !important; 
	letter-spacing: 0.15px !important; 
	color: #00000 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.h2-title-v2 {
	color: #757575 !important;  
	font-weight: 400 !important; 
	font-size: 17px !important; 
	line-height: 22px !important; 
	letter-spacing: 0.15px !important; 
	color: #00000 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.h3-list-v1 li {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 22px !important;
	color: #575757;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: -0.5px !important;
/*	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
 */
	text-transform: uppercase;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;

	list-style-type: square;
	line-height: 32px;
	margin-left: 20px;
	padding-top: 30px;
}


.h3-list-v2 li {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 17px !important;
	color: #575757;
	line-height: 22px;
	font-weight: 900;
	letter-spacing: 0.25px !important;
/*	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
 */
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;

	list-style-type: square;
	line-height: 32px;
	margin-left: 20px;
	padding-top: 8px;
}


.breadcrumbs-v1 {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px !important;
}

.iconamoon--arrow-right-2-thin {
 transform: translateY(6px);
 padding: 0 2px 0 2px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23595959' stroke-linecap='round' stroke-linejoin='round' d='m10 17l5-5l-5-5'/%3E%3C/svg%3E");
}