/* WEB FONTS ---------------------------------------------------------------------------- */

@font-face {
	font-family: 'rs-pandera-light';
	src: url('../webfonts/RSPanderaWebSubset-Light.woff2') format('woff2'),
		 url('../webfonts/RSPanderaWebSubset-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rs-pandera-bold';
	src: url('../webfonts/RSPanderaWebSubset-Bold.woff2') format('woff2'),
		 url('../webfonts/RSPanderaWebSubset-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'rs-streets-regular';
	src: url('../webfonts/RSStreetsofLondonSubset-Regular.woff2') format('woff2'),
		 url('../webfonts/RSStreetsofLondonSubset-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rs-streets-italic';
	src: url('../webfonts/RSStreetsofLondonWebSubset-Italic.woff2') format('woff2'),
		 url('../webfonts/RSStreetsofLondonWebSubset-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'rs-fabiol-regular';
	src: url('../webfonts/RSFabiolSubset-Regular.woff2') format('woff2'),
		 url('../webfonts/RSFabiolSubset-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rs-icons';
	src: url('../webfonts/RSPanderaIcons-Regular.woff2') format('woff2'),
		 url('../webfonts/RSPanderaIcons-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/* BASE --------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #e9e9e9;
}
body * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#rs-temp-page {
	max-width: 1600px;
	margin: 0 auto;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'rs-pandera-light', sans-serif;
	color: #2c2c2c;
	font-weight: normal;
	font-style: normal;
}
p {
	font-family: 'rs-pandera-light', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;
	color: #2c2c2c;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
a,
a:focus,
a:visited,
a:hover,
a:active {
	border: 0 !important;
	outline: none !important;
	text-decoration: none !important;
	color: #8d8d8d;
}

.rs-temp-nobreak {
	white-space: nowrap;
}


/* CLEAR FLOATS ------------------------------------------------------------------------- */

.rs-temp-clearfix:before,
.rs-temp-clearfix:after {
	content: ' ';
	display: table;
}
.rs-temp-clearfix:after {
	clear: both;
}


/* SELECTIONS --------------------------------------------------------------------------- */

::-moz-selection {
	background-color: #f0f0f0;
	color: #13171a;
	text-shadow: none;
}
::-webkit-selection {
	background-color: #f0f0f0;
	color: #13171a;
	text-shadow: none;
}
::selection {
	background-color: #f0f0f0;
	color: #13171a;
	text-shadow: none;
}


/* FRAMEWORK ---------------------------------------------------------------------------- */

.rs-temp-row {
	width: 100%;
	margin: 0;
	padding: 0;
}
.rs-temp-row-content-wrapper {
	display: block;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 50px;
	overflow: hidden;
}
.rs-temp-row-full {
	max-width: 1050px;
}
.rs-temp-row-left {
	display: inline-block;
	float: left;
}
.rs-temp-row-left h3 {
	margin: 10px 0 80px 0;
	font-family: 'rs-pandera-light';
	font-size: 28px;
	line-height: 37px;
}
.rs-temp-row-caps-header {
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'rs-pandera-light';
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color: #737373;
}
.rs-temp-row-content {
	position: relative;
	min-height: 490px;
	margin: 0;
}
.rs-temp-row-left {
	font-family: 'rs-pandera-light';
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	line-height: 29px;
}
.rs-temp-row-body-text {
	margin: 0 0 0 0;
}
.rs-temp-row-right {
	display: inline-block;
	width: 49%;
	min-height: 490px;
	float: right;
}
.rs-temp-row-right img {
	width: 100%;
	height: 100%;
}
.rs-temp-row-right .rs-temp-row-content {
	border: 0;
}


/* PAGE HEADER -------------------------------------------------------------------------- */

#rs-temp-header {
	margin: 0;
	width: 100%;
	padding: 50px 0 35px 0;
}
#rs-temp-header .rs-temp-row-content-wrapper {
	min-height: 100px;
}
#rs-temp-header h1 {
	font-family: 'rs-pandera-light', sans-serif;
	font-size: 40px;
	line-height: 44px;
	font-weight: 300;
	letter-spacing: normal;
	color: #2c2c2c;
	margin: 0;
}
#rs-temp-header p {
	font-family: 'rs-streets-italic', sans-serif;
	font-size: 25px;
	letter-spacing: 0.5px;
	text-transform: none;
	color: #2c2c2c;
	opacity: 0.5;
	text-indent: 3px;
	font-style: italic;
	margin: 8px 0;
	font-weight: normal;
}
#rs-temp-header a,
#rs-temp-header a:hover,
#rs-temp-header a:visited,
#rs-temp-header a:active {
	opacity: 1 !important;
	color: #2c2c2c !important;
	text-decoration: none !important;
}
#rs-temp-header p span {
	display: inline-block;
	padding-right: 10px;
	text-indent: 0;
}


/* PAGE SUBHEADER ----------------------------------------------------------------------- */

#rs-temp-subheader {
	background: #f6f6f6;
}
#rs-temp-subheader .rs-temp-row-content-wrapper {
	padding: 0;
}
#rs-temp-subheader .rs-temp-row-content-wrapper {
	max-height: 600px;
	overflow: hidden;
}
.rs-temp-slider-image {
	max-width: 1050px;
	max-height: 600px;
	margin: 0;
	padding: 0;
}


/* SLIDER ------------------------------------------------------------------------------- */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.prev,
.next {
	position: absolute;
	top: 46%;
	font-family: 'rs-icons';
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	opacity: 0.7;
	background-color: rgba(0,0,0,0.5);
}
.prev {
	z-index: 10000;
	left: 0;
	padding: 10px 10px 6px 8px;
}

.next {
	z-index: 10001;
	right: 0;
	padding: 10px 8px 6px 10px;
}
@media(hover: hover) and (pointer: fine) {
	.prev:hover,
	.next:hover {
		color: #fff;
		opacity: 1;
	}
}
.prev:active,
.prev:visited,
.next:active,
.next:visited {
	color: #fff;
	opacity: 0.7;
}


/* FULL WIDTH HEADING ------------------------------------------------------------------- */

#rs-temp-recent-projects h1 {
	font-size: 36px;
	margin-top: 80px;
}
#rs-temp-recent-projects p {
	max-width: 900px;
}

/* DIVIDER ------------------------------------------------------------------------------ */

.rs-temp-divider {
	margin: 100px 0 30px 0;
}
.rs-temp-divider .rs-temp-row-full {
	border-top: 1px solid #ccc;
}


/* AWARDS LEFT -------------------------------------------------------------------------- */

#rs-temp-reddot-wrapper {
	position: absolute;
	min-width: 180px;
	min-height: 100px;
	display: block;
	bottom: 0;
	margin: 0 0 0 0;
}

#rs-temp-reddot-logo {
	display: inline-block;
	max-width: 55px;
	margin: 0 0 -5px 0;
}

#rs-temp-reddot-text {
	max-width: 180px;
	margin: 0 0 0 0;
}


/* RETAIL FONTS ------------------------------------------------------------------------- */

#rs-temp-retail-fonts {
	margin-bottom: 35px;
}
#rs-temp-retail-fonts p {
	max-width: 900px;
}
.rs-temp-lazydogs {
	font-size: 48px;
	line-height: 1em;
	min-height: 62px;
	color: #8d8d8d;
}
.rs-temp-lazydogs a {
	opacity: 1;
}
@media(hover: hover) and (pointer: fine) {
	.rs-temp-lazydogs a:hover {
		opacity: 0.75;
	}
}
#rs-temp-fabiol {
	font-family: 'rs-fabiol-regular', sans-serif;
}
#rs-temp-pandera {
	font-family: 'rs-pandera-light', sans-serif;
}
#rs-temp-streets {
	font-family: 'rs-streets-regular', sans-serif;
}
#rs-temp-tdc img {
	margin-top: 40px;
	max-width: 440px;
}


/* FOOTER ------------------------------------------------------------------------------- */

#rs-temp-footer {
	margin-top: 120px;
}
#rs-temp-footer-first,
#rs-temp-footer-second {
	float: left;
	padding-right: 80px;
	min-width: 300px;
}
#rs-temp-footer-first h5,
#rs-temp-footer-second h5 {
	padding-top: 20px;
	border-top: 1px solid #ccc;
	font-family: 'rs-pandera-bold', sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	color: #858585;
}
#rs-temp-footer-first p,
#rs-temp-footer-second p {
	font-family: 'rs-pandera-light', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #676767;
}
#rs-temp-footer-first a,
#rs-temp-footer-second a,
#rs-temp-footer-first a:hover,
#rs-temp-footer-second a:hover,
#rs-temp-footer-first a:visited,
#rs-temp-footer-second a:visited,
#rs-temp-footer-first a:active,
#rs-temp-footer-second a:active {
	border-bottom: 0 !important;
	color: #676767 !important;
	text-decoration: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	opacity: 1;
}
@media(hover: hover) and (pointer: fine) {
	#rs-temp-footer-first a:hover,
	#rs-temp-footer-second a:hover {
		opacity: 0.75;
	}
}
#rs-temp-site-info p {
	font-size: 16px;
	color: #999 !important;
	padding: 40px 0;
}


/* SITE DISCLOSURE ---------------------------------------------------------------------- */


.rs-site-disclosure {
	margin-top: 60px;
	padding-bottom: 100px;
	max-width: 700px !important;
}

.rs-site-disclosure h3 {
	padding-top: 50px !important;
	margin-bottom: 48px !important;
	font-family: 'rs-pandera-bold', sans-serif !important;
	color: #2c2c2c !important;
	font-size: 24px !important;
	font-weight: bold;
	font-style: normal;
}

.rs-site-disclosure h3.rs-h4-style {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.rs-site-disclosure h3.rs-h4-style,
.rs-site-disclosure h4 {
	margin-bottom: 13px !important;
	font-family: 'rs-pandera-bold', sans-serif;
	font-size: 15px !important;
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase !important;
	letter-spacing: .8px !important;
	color: #2c2c2c !important;
}

.rs-site-disclosure a {
	border-bottom: 0 !important;
	color: #2c2c2c;
	text-decoration: none;
	transition: all 150ms ease-in;
}

.rs-site-disclosure p {
	margin-bottom: 45px !important;
	font-family: 'rs-pandera-light', sans-serif;
	font-weight: 300;
	font-size: 18px !important;
	line-height: 28px !important;
	color: #2c2c2c !important;
}

/* MOBILE STYLES ------------------------------------------------------------------------ */


@media only screen and (max-width:1150px) {
	.prev {
		top: 43%;
		left: 10px;
	}
	.next {
		top: 43%;
		right: 10px;
	}
	.rs-temp-row-right {
		width: 515px;
	}
}
@media only screen and (max-width:1050px) {
	.rs-temp-row-left,
	.rs-temp-inverse-row .rs-temp-row-left {
		width: 100%;
		float: left;
	}
	.rs-temp-row-right,
	.rs-temp-inverse-row .rs-temp-row-right {
		width: 100%;
		float: left;
	}
	.rs-temp-row-content,
	.rs-temp-row-content-wrapper,
	.rs-temp-row-right {
		min-height: 0;
	}
	.rs-temp-row-right {
		max-width: 550px;
	}
	.rs-temp-row-left h3 {
		margin: 10px 0 40px 0;
	}
	.rs-temp-row-body-text {
		margin: 0 0 50px 0;
	}
	#rs-temp-reddot-wrapper {
		position: relative;
		margin: 15px 0 25px 0;
		overflow: hidden;
	}
	#rs-temp-reddot-logo {
		max-width: 60px;
		display: inline-block;
	}
	#rs-temp-reddot-text {
		max-width: 210px;
		margin: 0px 0 -1px 6px;
	}
	.rs-temp-lazydogs {
		font-size: 46px;
		min-height: 60px;
	}
	.prev {
		top: 43%;
	}
	.next {
		top: 43%;
	}
	.rs-temp-divider {
		margin: 90px 0 30px 0;
	}
}
@media only screen and (max-width:680px) {
	.rs-temp-row-right {
		width: 100%;
	}
	.prev,
	.next {
		top: 43%;
		font-size: 36px;
		line-height: 36px;
	}
	.prev {
		left: 5px;
	}
	.next {
		right: 5px;
	}
}
@media only screen and (max-width:550px) {
	#rs-temp-header p span {
		display: block;
	}
	.rs-temp-row-content-wrapper {
		padding: 0 30px;
	}
	.rs-temp-lazydogs {
		font-size: 40px;
		min-height: 50px;
	}
}
@media only screen and (max-width:420px) {
	.rs-temp-lazydogs {
		font-size: 30px;
		min-height: 40px;
	}
}
