/* @group honour styles */

@media all and (max-width: 480px) {



.clear {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.iosfix {
  height: 101%;
  overflow: hidden;
}

#page {
	width: 100%;
	height: 100%;
	/*min-width: 481px;
	max-width: 979px;*/
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* @group header */

header {
	width: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	-ms-transition: top 0.2s ease-in-out;
	-webkit-transition: top 0.2s ease-in-out;
	-moz-transition: top 0.2s ease-in-out;
	-o-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
	z-index: 100;
	top: 0;
	height: 50px;
	left: 0;
}

.nav-up {
	top: -50px;
}

header .wrap {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}

header h1 {
	width: 130px;
	height: 32px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 9px;
	left: 2px;
	z-index: 10;
}

header h1 a {
	width: 130px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(../images/logo-honour.png) no-repeat;
	background-size:cover;
	text-indent: -9999px;
	display: block;
}

/* @group primary */

#primary {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

#primary:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 16px;
	right: 10px;
	background: #6a6b6d url(http://honourbranding.com/wp-content/themes/honour/images/navicon.png) repeat 0 0;
	cursor: pointer;
}

#primary.clicked:before {
    -ms-transform:  rotate(90deg);
	-webkit-transform:  rotate(90deg);
	-moz-transform:  rotate(90deg);
	-o-transform:  rotate(90deg);
	transform:  rotate(90deg);
	background-color: #ee2b76;
	-ms-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#primary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: -210px;
	z-index: -1;
	visibility: hidden;
}

#primary.clicked ul {
	top: 50px;
	visibility: visible;
	-ms-transition: all 0.25s ease-in-out;
    -webkitmozwebkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	height: 100%;
	position: fixed;
	background-color: #333;
	padding-top: 50px;
}

#primary ul li {
	font: normal 24px/1 'locatordisplaybold';
	margin: 0;
	padding: 0;
	text-align: center;
	float: none;
}

#primary li a:link, #primary li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 16px 50px;
	margin: 0;
}

#primary li a.active:link, #primary li a.active:visited {
	color: #ee2b76;
	text-decoration: none;
}

#primary li a:hover, #primary li a:active {
	color: #ee2b76;
	text-decoration: none;
}

/* @end */



/* @end */

/* @group masthead */

#masthead {
	width: 100%;
	margin: 50px auto 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: center;
}

/* @group hero */

#hero {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.listing #hero {
	display: none;
}

#hero section {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	box-shadow: -1px 0 0 #fff;
	display: none;
}

#hero img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0;
	position: relative;
}

#hero #screen {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(http://honourbranding.com/wp-content/themes/honour/images/hero-overlay.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	pointer-events: none;
}

#carousel {
	margin: 0;
	padding: 0;
}

#carousel .bx-viewport {
}

#carousel .bx-controls {
	position: absolute;
	bottom: 34px;
	width: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	pointer-events: none;
	background: none !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	/*max-width: 979px;
	min-width: 481px;*/
	padding: 0;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	padding-right: 20px;
}

#carousel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#carousel li {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#carousel li img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0;
	position: relative;
}

#carousel .wrap-outer {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
}

#carousel .wrap-inner {
	max-width: 480px;
	padding: 0;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 100%;
	display: block;
}

#carousel .strap {
	text-align: left;
	width: 60%;
	display: block;
}

#carousel .strap h1 {
	color: #fff;
	margin: 0 0 8px;
	position: relative;
	font: normal 30px/34px 'locatordisplayregular';
	padding: 0 0 0 4.1666666666667%;
	/*text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);*/
}

#carousel .strap p {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0 0 0 5.2083333333333%;
	position: relative;
	/*text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);*/
}

/* My Comment */

#carousel button {
	border-style: none;
	background-color: #fff;
	font: normal 24px/1 'locatordisplayregular';
	color: #ee2b76;
	padding: 15px 26px 11px;
	margin: 0;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	cursor: pointer;
	position: relative;
}

#hero video {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	width: auto;
}

/* @end */



/* @end */

/* @group content */

#content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/*min-width: 481px;
	max-width: 979px;*/
	overflow: hidden;
	position: relative;
	z-index: 10;
}

/* @group landing */

#landing {
	width: 100%;
	margin: 0;
	padding: 19px 0 0;
	overflow: hidden;
}

#landing .single {
	width: 100%;
}

#landing .double {
	width: 100%;
}

#landing .treble {
	width: 100%;
}

#landing .container {
	padding: 0;
	float: left;
	position: relative;
	margin: 0 !important;
	width: 100%;
}

#landing .container .single {
	width: 100%;
}

#landing .container .double {
	width: 100%;
}

#landing .container .treble {
	width: 100%;
}

#landing .box {
	margin: 0 0 19px;
	padding: 0;
	float: left;
	position: relative;
}

#landing .single h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 14px;
	left: 3.125%;
	z-index: 100;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

#landing .double h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 14px;
	left: 3.125%;
	z-index: 100;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

#landing .treble h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 14px;
	left: 3.125%;
	z-index: 100;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

#landing .box h2.dark {
	color: #333;
}

#landing .box .roll {
	margin: 0;
	padding: 0;
	background-color: #000;
	display: block;
}

#landing .reveal {
	overflow: hidden;
}

#landing .single .reveal {
	padding: 0;
	position: absolute;
	color: #fff;
	top: 60px;
	margin: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	left: 3.9583333333333%;
	font-size: 20px;
	line-height: 24px;
	right: 7.9166666666666%;
	bottom: 19px;
}

#landing .single .reveal strong {
	font: normal 20px/24px 'locatorbold' !important;
	display: block;
}

#landing .double .single .reveal {
	padding: 0;
	position: absolute;
	color: #fff;
	top: 60px;
	margin: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	left: 3.9583333333333%;
	font-size: 20px;
	line-height: 24px;
	right: 7.9166666666666%;
	bottom: 19px;
}

#landing .double .single .reveal strong {
	font: normal 20px/24px 'locatorbold' !important;
	display: block;
}

#landing .double.small .reveal {
	padding: 0;
	position: absolute;
	color: #fff;
	top: 60px;
	margin: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	left: 5.0666666666667%;
	font-size: 20px;
	line-height: 24px;
	right: 10.1333333333334%;
	bottom: 19px;
}

#landing .double.small .reveal strong {
	font: normal 20px/24px 'locatorbold' !important;
	display: block;
}

#landing .single.tall .reveal {
	padding: 0;
	position: absolute;
	color: #fff;
	top: 80px;
	margin: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	left: 4.9095607235142%;
	font-size: 28px;
	line-height: 30px;
	right: 9.8191214470284%;
	bottom: 19px;
}

#landing .single.tall .reveal strong {
	font: normal 28px/30px 'locatorbold' !important;
	display: block;
}

#landing .double .reveal {
	padding: 0;
	position: absolute;
	color: #fff;
	top: 60px;
	margin: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	left: 3.9583333333333%;
	font-size: 20px;
	line-height: 24px;
	right: 7.9166666666666%;
	bottom: 19px;
}

#landing .treble .reveal {
	padding: 0;
	position: absolute;
	color: #fff;
	top: 60px;
	margin: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	left: 3.9583333333333%;
	font-size: 20px;
	line-height: 24px;
	right: 7.9166666666666%;
	bottom: 19px;
}

#landing .box .reveal strong {
	font: normal 20px/24px 'locatorbold';
	display: block;
}

#landing .box img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

#landing .project a.taphover.hover img {
	transition: opacity 0.5s ease;
	opacity: 0.3;
}

#landing .project a.taphover.hover .reveal {
	transition: opacity 0.5s ease;
	opacity: 1;
}

#landing .feature {
	position: relative;
}

#landing .feature img {
	position: relative;
}

#landing .feature a {
	margin: 0;
	padding: 0;
	display: block;
	color: #333;
}

#landing .feature a.taphover.hover .bg {
	transition: background-color 0.5s ease;
	background-color: #000;
}

#landing .feature a.taphover.hover .heading {
	transition: color 0.5s ease;
	color: #fff;
}

#landing .feature a.taphover.hover .text {
	transition: color 0.5s ease;
	color: #fff;
}

#landing .feature .strap {
	position: absolute;
	width: 93.75%;
	margin: 0;
	display: block;
	bottom: 0;
	left: 0;
	padding: 12px 3.125% 16px;
}

#landing .feature .bg {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background-color: #ececec;
	opacity: 0.8;
	overflow: hidden;
}

#landing .feature .heading {
	color: #333;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 14px;
	left: 3.125%;
	z-index: 100;
	font-size: 16px;
	line-height: 20px;
}

#landing .feature .text {
	margin: 0;
	display: block;
	font-size: 28px;
	line-height: 30px;
	color: #333;
	position: relative;
	padding: 40px 0 0;
}

#landing .feature .text strong {
	font: normal 28px/30px 'locatorbold';
	display: block;
}

#landing .event {
	width: 100%;
	padding: 0;
	margin: 0 0 19px;
	overflow: hidden;
}

#landing .event a {
	padding: 0;
	display: block;
	margin: 0;
	text-decoration: none;
}

#landing .event a.taphover.hover img {
	transition: opacity 0.5s ease;
	opacity: 1;
}

#landing .event a.taphover.hover .reveal {
	transition: opacity 0.5s ease;
	opacity: 0;
}

#landing .event a.taphover.hover h2 {
	transition: opacity 0.5s ease;
	opacity: 0;
}

#landing .event h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	left: 3.9583333333333%;
	z-index: 100;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}

#landing .single.container .event .reveal {
	color: #fff;
	font: normal 20px/22px 'locatorbold';
	margin: 0;
	padding: 0;
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#landing .event img {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#landing .thoughts {

}

#landing .thoughts .roll {
	background-color: #ee2b76;
}

#landing .reports {

}

#landing .reports .roll {
	background-color: #666;
}

/*
#landing .event a:hover .p, #landing .event a:active .p {
	color: #ee2b76;
	text-decoration: none;
}

#landing .thoughts a:hover, #landing .thoughts a:active {
	background-color: #d9d9d9;
}

#landing .reports a:hover, #landing .reports a:active {
	background-color: #c7c7c7;
}
*/

#landing .instagram {
	margin: 0 0 19px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#landing .instagram h2 {
	font: normal 34px/1 'sociolicoregular';
	margin: 0;
	padding: 0;
	color: #fff;
	/*text-shadow: 1px 1px 0px rgba(102, 102, 102, 1);*/
}

#landing #instafeed {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #000;
}

#landing #instafeed a {
	display: none;
}

#landing #instafeed a:last-child {
	text-decoration: none;
	display: block;
}

#landing #instafeed a.taphover.hover img {
	transition: opacity 0.5s ease;
	opacity: 0.3;
}

#landing #instafeed a.taphover.hover .caption {
	transition: opacity 0.5s ease;
	opacity: 1;
}

#landing #instafeed a.taphover.hover .likes {
	transition: opacity 0.5s ease;
	opacity: 1;
}

#landing #instafeed img {
	margin: 0;
	display: block;
}

#landing #instafeed .caption {
	display: block;
	position: absolute;
	top: 60px;
	margin: 0;
	padding: 0;
	color: #fff;
	font: normal 28px/30px 'locatorbold';
	margin: 0;
	overflow: hidden;
	/* -ms-word-break: break-all; */
	/* Be VERY careful with this, breaks normal words wh_erever */
	/* word-break: break-all; */
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	left: 3.125%;
	right: 3.125%;
}

#landing #instafeed .caption span {
	color: #00abf0;
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);*/
}

#landing #instafeed .likes {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 20px;
	vertical-align: middle;
	color: #fff;
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);*/
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	left: 3.125%;
}

#landing #instafeed .likes span {

}

#landing .twitter {
	margin: 0 0 19px;
	padding: 0;
	background-color: #00abf0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#landing .twitter h2 {
	font: normal 34px/1 'sociolicoregular';
	margin: 0;
	padding: 0;
	color: #fff;
	position: absolute;
	left: 2.5%;
}

#landing .twitter .tweet-content {
	margin: 0;
	overflow: hidden;
	padding: 60px 3.125% 50px;
}

#landing .twitter .tweet-content p {
	color: #333;
	font: normal 28px/30px 'locatorbold';
	margin: 0;
	padding: 0;
}

#landing .twitter .tweet-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#landing .twitter .tweet-content li {
	color: #fff;
	font: normal 28px/30px 'locatorbold';
	margin: 0;
	padding: 0;
	-ms-word-break: break-all;
	/* Be VERY careful with this, breaks normal words wh_erever */
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

#landing .twitter .tweet-content li .at {
	color: #333;
}

#landing .twitter .tweet-content li a {
	color: #333;
	text-decoration: none;
}

#landing .twitter .tweet-content li .tweet_time {
	position: absolute;
	bottom: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 16px/1 'locatorregular';
	display: block;
	left: 3.125%;
}

#landing .twitter .tweet-content li .tweet_time a {
	color: #fff;
	text-decoration: none;
}

#landing .twitter .tweet_text {
	display: block;
	overflow: hidden;
}

#landing .fill {
	display: none;
}

#landing .loadmore {
	width: 100%;
	height: 50px;
	margin: 0 0 19px;
	padding: 0;
	text-align: center;
	clear: both;
	font: normal 24px/28px 'locatorregular';
}

#landing .loadmore a {

}

#landing .loadmore a:after {
	content:  "+";
	font: normal 36px/28px 'sociolicoregular';
	padding: 0 0 0 5px;
	position: relative;
	top: 4px;
}

#landing .loadmore a:link, #landing .loadmore a:visited {
	color: #999;
	text-decoration: none;
}

#landing .loadmore a:hover, #landing .loadmore a:active {
	color: #666;
	text-decoration: none;
}


/* @end */

/* @group listing */

#listing {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#listing #thoughts {
	width: 100%;
	margin: 0 0 19px;
	padding: 0;
}

#thoughts #filter {
	margin: 0;
	padding: 18px 19px 12px;
	border-bottom: 1px solid #fff;
	background-color: #666;
}

#thoughts #filter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
}

#thoughts #filter li {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	float: left;
}

#thoughts #filter li span {
	padding-right: 10px;
	padding-left: 10px;
	color: #999;
}

#thoughts #filter li a:link, #thoughts #filter li a:visited {
	color: #999;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#thoughts #filter li a.active:link, #thoughts #filter li a.active:visited {
	color: #fff;
	cursor: default;
	border-bottom: 1px solid #999;
	text-decoration: none;
}

#thoughts #filter li a:hover, #thoughts #filter li a:active {
	color: #ccc;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#thoughts .thought {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	position: relative;
	height: 100%;
}

#thoughts .thought a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #ececec;
}

#thoughts .thought .wrap {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#thoughts .thought .image {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	background-color: #333;
}

#thoughts .thought img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

#thoughts .thought .text-wrap {
	margin: 0;
	padding: 3.9583333333333%;
	display: block;
	overflow: hidden;
}

#thoughts .thought .date {
	margin: 0 0 16px;
	padding: 0;
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #666;
}

#thoughts .thought .h2 {
	font: normal 18px/20px 'locatorbold';
	display: block;
	color: #333;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#listing #social {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: none;
}

#listing #social h2 {
	background-color: #00abf0;
	color: #fff;
}

#listing #social .twitter {
	margin: 0;
	padding: 15px 19px 60px;
	background-color: #00abf0;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

#listing #social .twitter h2 {
	font: normal 34px/1 'sociolicoregular';
	margin: 0 0 20px;
	padding: 0;
	color: #fff;
	background-color: transparent;
	border-style: none;
}

#listing #social .twitter .tweet_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#listing #social .twitter .tweet_list li {
	display: none;
}

#listing #social .twitter .tweet_list li:last-child {
	display: block;
	color: #fff;
	font: normal 24px/26px 'locatorbold';
	margin: 0;
	padding: 0;
	-ms-word-break: break-all;
	/* Be VERY careful with this, breaks normal words wh_erever 
	word-break: break-all;*/
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

#listing #social .twitter .tweet_list .at {
	color: #333;
}

#listing #social .twitter .tweet_list a {
	color: #333;
	text-decoration: none;
}

#listing #social .twitter .tweet_list .tweet_time {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 16px/1 'locatorregular';
	display: block;
}

#listing #social .twitter .tweet_list .tweet_time a {
	color: #fff;
	text-decoration: none;
}

#listing #social .instagram {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #fff;
	background-color: #333;
}

#listing #social .instagram h2 {
	font: normal 34px/1 'sociolicoregular';
	margin: 0;
	padding: 0;
	color: #fff;
	/*text-shadow: -1px -1px 0px rgba(102, 102, 102, 1);*/
	background-color: transparent;
	border-style: none;
	position: absolute;
	top: 19px;
	left: 19px;
	z-index: 100;
}

#listing #social .instagram img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

#listing #social .instagram a {
	display: none;
}

#listing #social .instagram a:last-child {
	text-decoration: none;
	display: block;
}

#listing #social .instagram a.taphover.hover img {
	transition: opacity 0.5s ease;
	opacity: 0.3;
}

#listing #social .instagram a.taphover.hover .caption {
	transition: opacity 0.5s ease;
	opacity: 1;
}

#listing #social .instagram a.taphover.hover .likes {
	transition: opacity 0.5s ease;
	opacity: 1;
}

#listing #social .instagram .caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 60px 20px 20px;
	color: #fff;
	font: normal 28px/30px 'locatorbold';
	margin: 0;
	-ms-word-break: break-all;
	/* Be VERY careful with this, breaks normal words wh_erever */
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#listing #social .instagram .caption span {
	color: #00abf0;
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);*/
}

#listing #social .instagram .likes {
	display: block;
	position: absolute;
	left: 20px;
	margin: 0;
	padding: 0;
	bottom: 20px;
	vertical-align: middle;
	color: #fff;
	/*text-shadow: -1px -1px 0px rgba(255, 255, 255, 1);*/
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#listing #social .instagram .likes span {

}



/* @end */

/* @group work */

#work {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#work #title {
	width: 100%;
	margin: 0 0 19px;
	padding: 0;
	background-color: #666;
	position: relative;
	height: 220px;
}

#work #title h1 {
	position: absolute;
	top: 12px;
	left: 3.125%;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#work #title hgroup {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	max-height: 140px;
	overflow: hidden;
}

#work #title h2 {
	font: normal 24px/28px 'locatorbold';
	color: #fff;
	margin: 0;
	padding: 0 6.25% 0 3.125%;
}

#work #title h3 {
	font: normal 24px/28px 'locatorregular';
	color: #fff;
	margin: 0;
	padding: 0 6.25% 0 3.125%;
}

#work #title .share {
	position: absolute;
	left: 2.0833333333333%;
	bottom: -4px;
	margin: 0;
	padding: 0;
}

#work .share dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 50px;
	display: block;
	overflow: hidden;
	width: 100%;
}

#work .share dt {
	margin: 0 5px 0 0;
	padding: 18px 0 0;
	color: #fff;
	float: left;
	font: normal 16px/1 'locatorlight';
	display: none;
}

#work .share dd {
	margin: 0 0 0 3px;
	padding: 0;
	font: normal 42px/1 'sociolicoregular';
	float: left;
}

#work .share dd a:link, #work .share dd a:visited {
	color: #fff;
	text-decoration: none;
}

#work .share dd a:hover, #work .share dd a:active {
	color: #fff;
	text-decoration: none;
}

#work section {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#work section img {
	width: 100%;
	height: auto;
	margin: 0 0 19px;
	display: block;
	clear: both;
}

#work section iframe {
	width: 100%;
	height: auto;
	margin: 0 0 19px;
	display: block;
	clear: both;
}

#work article {
	padding: 0 3.125% 0 0;
	float: left;
	margin-bottom: 19px;
	margin-right: 3.125%;
	margin-left: 3.125%;
}

#work article h2 {
	font: normal 18px/24px 'locatorbold';
	margin: 0 0 4px;
	padding: 0;
	color: #ee2b76;
}

#work article p.intro {
	color: #999;
	font: normal 20px/26px 'locatormedium';
	margin: 0 0 24px;
	padding: 0;
}

#work article p {
	color: #999;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 24px;
	padding: 0;
}

#work article ul {
	margin: 0 0 24px 1ex;
	padding: 0;
	list-style-type: none;
}

#work article li {
	color: #999;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px;
	position: relative;
	padding: 0 0 0 1ex;
}

#work article li span:first-of-type {
	color: #ee2b76;
	position: absolute;
	left: 0;
}

#work article img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

#work article blockquote, #work article blockquote p {
	color: #ee2b76;
	font: normal 24px/28px 'locatormedium';
	margin: 0 0 24px;
	padding: 0;
}

#work aside {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#work aside img {
}

#work aside .roll {
	margin: 0;
	padding: 0;
	background-color: #333;
	display: block;
	position: relative;
}

#work aside .quote {
	background-color: #ee2b76;
	overflow: hidden;
	margin-bottom: 19px;
}

#work aside .quote blockquote, #work aside .quote blockquote p {
	display: block;
	font: normal 28px/30px 'locatorbold';
	margin: 0 0 19px;
	padding: 12.9198966408269% 4.9095607235142% 0;
	color: #fff;
	max-height: 180px;
	overflow: hidden;
}

#work aside .quote cite {
	display: block;
	font: normal 24px/26px 'locatormedium';
	color: #fff;
	margin: 0;
	padding: 0 4.9095607235142%;
}



/* @end */

/* @group standard */

#standard {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#standard #title {
	width: 100%;
	margin: 0 0 19px;
	padding: 0;
	background-color: #666;
	position: relative;
	height: 220px;
}

#standard #title h1 {
	position: absolute;
	top: 12px;
	left: 3.125%;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#standard #title hgroup {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	max-height: 140px;
	overflow: hidden;
}

#standard #title h2 {
	font: normal 24px/28px 'locatorbold';
	color: #fff;
	margin: 0;
	padding: 0 6.25% 0 3.125%;
}

#standard #title h3 {
	font: normal 24px/28px 'locatorregular';
	color: #fff;
	margin: 0;
	padding: 0 6.25% 0 3.125%;
}

#standard #title .share {
	position: absolute;
	left: 2.0833333333333%;
	bottom: -4px;
	margin: 0;
	padding: 0;
}

#standard .share dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 50px;
	display: block;
	overflow: hidden;
	width: 100%;
}

#standard .share dt {
	margin: 0 5px 0 0;
	padding: 18px 0 0;
	color: #fff;
	float: left;
	font: normal 16px/1 'locatorlight';
	display: none;
}

#standard .share dd {
	margin: 0 0 0 3px;
	padding: 0;
	font: normal 42px/1 'sociolicoregular';
	float: left;
}

#standard .share dd a:link, #standard .share dd a:visited {
	color: #fff;
	text-decoration: none;
}

#standard .share dd a:hover, #standard .share dd a:active {
	color: #fff;
	text-decoration: none;
}

#standard section {
	margin: 0 0 30px;
	padding: 0;
	clear: both;
	width: 100%;
	overflow: hidden;
}

#standard section.intro {
	border-bottom: 2px solid #ccc;
	margin: 0 0 19px;
	padding: 0;
}

#standard section img {
	width: 100%;
	height: auto;
	margin: 0 0 19px;
	display: block;
}

#standard section article {
	width: 90.625%;
	margin: 0 0 19px;
	padding: 0 3.125% 0;
	float: left;
}

#standard section.intro article {
	margin: 0;
}

#standard article h2 {
	color: #ee2b76;
	font: normal 24px/28px 'locatormedium';
	margin: 0 0 24px;
	padding: 0;
}

#standard article h3 {
	font: normal 18px/24px 'locatorbold';
	margin: 0 0 4px;
	padding: 0;
	color: #ee2b76;
}

#standard article h4 {
	margin: 0 0 4px;
	padding: 0;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
}

#standard article p.intro {
	color: #999;
	font: normal 20px/26px 'locatormedium';
	margin: 0 0 24px;
	padding: 0;
}

#standard article p {
	color: #999;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 24px;
	padding: 0;
}

#standard article ul {
	margin: 0 0 24px 1ex;
	padding: 0;
	list-style-type: none;
}

#standard article li {
	color: #999;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px;
	position: relative;
	padding: 0 0 0 1ex;
}

#standard article li span:first-of-type {
	color: #ee2b76;
	position: absolute;
	left: 0;
}

#standard article cite {
	display: block;
	color: #666;
	margin: 0 0 20px;
	padding: 0;
	font: normal normal 15px/20px 'locatorbold';
}

#standard article  blockquote, #standard article  blockquote p {
	color: #ee2b76;
	font: normal 24px/28px 'locatormedium';
	margin: 0 0 24px;
	padding: 0;
}

#standard section article a:link, #standard section article a:visited {
	color: #ee2b76;
	text-decoration: none;
}

#standard section article a:hover, #standard section article a:active {
	color: #ee2b76;
	text-decoration: underline;
}

#standard section aside {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#standard section aside img {
	
}



/* @end */

/* @group contact */

#contact {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#contact #maps {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#contact .location h2 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 18px 3.125% 12px;
	border-bottom: 1px solid #fff;
	background-color: #ee2b76;
}

#contact .london {
	width: 100%;
	margin: 0 0 1px;
	padding: 0;
}

#contact .london .mapwrap {
	padding: 0;
	margin: 0;
}

#contact .jeddah {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 10;
}

#contact .lonroll {
	margin: 0;
	padding: 0;
	background-color: #000;
	display: block;
	overflow: hidden;
	position: relative;
}

#contact .jedroll {
	margin: 0;
	padding: 0;
	background-color: #000;
	display: block;
	overflow: hidden;
	position: relative;
}

#contact .reveal {
	margin: 0;
	padding: 0;
	position: absolute;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	top: 50px;
	left: 3.125%;
	right: 3.125%;
}

#contact .reveal ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	cursor: auto;
}

#contact .reveal li {
	margin: 0;
	padding: 0 100px 0 0;
	position: relative;
	font: normal 16px/20px 'locatorbold';
	color: #fff;
}

#contact .reveal li ul {
	height: auto;
	padding: 20px 0 0;
	list-style-type: none;
	clear: both;
}

#contact .reveal li li {
	margin: 0;
	padding: 0;
	font: normal 16px/20px 'locatorregular';
	color: #fff;
	height: auto;
}

#contact .reveal li a:link, #contact .reveal li a:visited {
	color: #fff;
	text-decoration: none;
}

#contact .reveal li a:hover, #contact .reveal li a:active {
	color: #fff;
	text-decoration: underline;
}

#contact .googlelink {
	font: normal 16px/1 'locatorbold';
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3.125%;
	bottom: 19px;
}

#contact .googlelink a:link, #contact .googlelink a:visited {
	color: #fff;
	text-decoration: none;
}

#contact .googlelink a:hover, #contact .googlelink a:active {
	color: #ee2b76;
	text-decoration: none;
}

/* @group contact clocks */

#contact .reveal li li.clock {
	position: absolute;
	width: 80px;
	height: 80px;
	margin: 0;
	background: url(http://honourbranding.com/wp-content/themes/honour/images/contact-clockface.png);
	list-style: none;
	top: 0;
	right: 0;
}

#contact .reveal li li.clock .sec, #contact .reveal li li.clock .min, #contact .reveal li li.clock .hour {
	position: absolute;
	width: 4px;
	height: 80px;
	top: 0px;
	left: 38px;
}

#contact .reveal li li.clock .sec {
	background: url(../images/contact-sechand.png);
	z-index: 3;
}

#contact .reveal li li.clock .min {
	background: url(../images/contact-minhand.png);
	z-index: 2;
}

#contact .reveal li li.clock .hour {
	background: url(http://honourbranding.com/wp-content/themes/honour/images/contact-hourhand.png);
	z-index: 1;
}

/* @end */

#map_uk {
	width: 100%;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#map_jed {
	width: 100%;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#contact #details {
	padding: 0 3.125% 0 0;
	float: left;
	margin-bottom: 19px;
	margin-right: 3.125%;
	margin-left: 3.125%;
}

#contact #details article {
	margin: 0;
	padding: 0;
}

#contact #details article h1 {
	color: #ee2b76;
	font: normal 24px/28px 'locatormedium';
	margin: 0 0 20px;
	padding: 0;
}

#contact #details article p {
	color: #666;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 24px;
	padding: 0;
	-ms-word-break: break-all;
	/* Be VERY careful with this, breaks normal words wh_erever 
	word-break: break-all;*/
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

#contact #details article p a:link, #contact #details article p a:visited {
	color: #ee2b76;
	text-decoration: none;
}

#contact #details article p a:hover, #contact #details article p a:active {
	color: #ee2b76;
	text-decoration: underline;
}



/* @end */

/* @group related */

#related {
	margin: 31px 3.125% 0;
	padding: 15px 0 0;
	border-top: 1px solid #ccc;
	width: 93.75%;
	overflow: hidden;
}

#related h2 {
	font: normal 20px/24px 'locatorbold';
	color: #999;
	margin: 0 0 38px;
	padding-left: 3.125%;
	padding: 0;
}

#related section {
	float: left;
	position: relative;
	margin: 0 0 19px;
	padding: 0;
}

#related section a {
	display: block;
	text-decoration: none;
}

#related section .h3 {
	color: #666;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 18px;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	display: block;
}

#related section .h4 {
	font: normal 20px/22px 'locatorbold';
	color: #666;
	margin: 0;
	padding: 0;
	display: block;
}

#related section a:link .h4, #related section a:visited .h4 {
	color: #666;
	text-decoration: none;
}

#related section a:hover .h4, #related section a:active .h4 {
	color: #ee2b76;
	text-decoration: none;
}

#related section .p {
	color: #666;
	margin: 0 0 22px;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
	display: block;
}



/* @end */

/* @group loadmore */

.loadmore {
	width: 100%;
	height: 50px;
	margin: 19px 0;
	padding: 0;
	text-align: center;
	clear: both;
	font: normal 24px/28px 'locatorregular';
}

.loadmore a {
	/*display: block;*/
}

.loadmore a:after {
	content:  "+";
	font: normal 36px/28px 'sociolicoregular';
	padding: 0 0 0 5px;
	position: relative;
	top: 4px;
}

.loadmore a:link, .loadmore a:visited {
	color: #999;
	text-decoration: none;
}

.loadmore a:hover, .loadmore a:active {
	color: #666;
	text-decoration: none;
}



/* @end */

/* @group imagelightbox */

.imagelightbox {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.imagelightbox li {
	margin: 0;
	padding: 0;
	display: none;
}

.imagelightbox li:first-child {
	display: block;
}

.imagelightbox .reveal {
	padding: 0;
	position: absolute;
	width: 100%;
	color: #fff;
	font: normal 24px/30px 'locatorbold';
	height: 30px;
	top: 50%;
	margin: -15px 0 0;
	text-align: center;
	text-transform: uppercase;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.imagelightbox .reveal span {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ee2b76;
	display: inline-block;
}



/* @end */

/* @group footer */

footer {
	margin: 0;
	padding: 35px 0;
	background-color: #ececec;
	position: relative;
	width: 100%;
	overflow: hidden;
}

footer #strapline {
	color: #afafaf;
	font: 28px/32px 'locatordisplayregular';
	padding: 0;
	width: 94%;
	margin: 0 3% 20px;
}

footer #info {
	padding: 0 0 40px;
	overflow: hidden;
	width: 94%;
	position: relative;
	margin: 0 3%;
}

footer #copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	font: normal 14px/17px 'locatorregular';
	color: #afafaf;
}

footer #copyright strong {
	font: normal 14px/17px 'locatorregular';
	color: #878787;
	padding: 0 1px 0 0;
}

footer ul#locations {
	margin: 0 0 10px;
	padding: 7px 0 0;
	overflow: hidden;
	list-style-type: none;
}

footer ul#locations li {
	margin: 0 20px 20px 0;
	padding: 4px 0 0 50px;
	position: relative;
	font: normal 14px/17px 'locatorbold';
	color: #afafaf;
	float: left;
}

footer ul#locations li a:link, footer ul#locations li a:visited {
	color: #afafaf;
	text-decoration: none;
}

footer ul#locations li a:hover, footer ul#locations li a:active {
	color: #ee2b76;
	text-decoration: none;
}

footer ul#locations li ul {
	width: auto;
	padding: 0;
	list-style-type: none;
}

footer ul#locations li li {
	margin: 0;
	padding: 0;
	float: none;
	font: normal 14px/17px 'locatorregular';
	color: #afafaf;
}

footer ul#locations li li.clock {
	margin: 0;
	padding: 0;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
}

/* @group footer clocks */

#locations #london {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/clockface.png);
	list-style: none;
}

#locations #london .sec, #locations #london .min, #locations #london .hour {
	position: absolute;
	width: 4px;
	height: 40px;
	top: 0px;
	left: 18px;
}

#locations #london .sec {
	background: url(../images/sechand.png);
	z-index: 3;
}

#locations #london .min {
	background: url(../images/minhand.png);
	z-index: 2;
}

#locations #london .hour {
	background: url(../images/hourhand.png);
	z-index: 1;
}

#locations #jeddah {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/clockface.png);
	list-style: none;
}

#locations #jeddah .sec, #locations #jeddah .min, #locations #jeddah .hour {
	position: absolute;
	width: 4px;
	height: 40px;
	top: 0px;
	left: 18px;
}

#locations #jeddah .sec {
	background: url(../images/sechand.png);
	z-index: 3;
}

#locations #jeddah .min {
	background: url(../images/minhand.png);
	z-index: 2;
}

#locations #jeddah .hour {
	background: url(../images/hourhand.png);
	z-index: 1;
}

/* @end */

footer #links {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

footer ul#share {
	margin: 0 0 16px;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

footer ul#share li {
	float: left;
	font: normal 58px/1 'sociolicoregular';
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: top;
}

footer ul#share li a:link, footer ul#share li a:visited {
	color: #afafaf;
	text-decoration: none;
}

footer ul#share li a:hover, footer ul#share li a:active {
	color: #666;
	text-decoration: none;
}

footer ul#secondary {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

footer ul#secondary li {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	font: normal 14px/17px 'locatorregular';
}

footer ul#secondary li a:link, footer ul#secondary li a:visited {
	color: #afafaf;
	text-decoration: none;
}

footer ul#secondary li a:hover, footer ul#secondary li a:active {
	color: #ee2b76;
	text-decoration: none;
}

/* @end */

}