/*--------------------------------------------------------------------------------

Typography CSS for www.taylorthomas.co.uk

Version: 1.0
Author: Marcus Taylor
e-Mail: enquiries@taylorthomas.co.uk
Website: http://www.taylorthomas.co.uk

--------------------------------------------------------------------------------*/

h1 {
  font-size: 3em; /*30px*/
  line-height: 1.333333333333333; /*40px*/
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #afafaf;
}

h2 {
  font-size: 2.4em; /*24px*/
  line-height: 1.333333333333333; /*30px*/
  font-family: "FS Me Web Light", Helvetica, Arial, Verdana , sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #afafaf;
}

h3 {
  font-size: 1.8em; /*18px*/
  line-height: 1.333333333333333; /*24px*/
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #afafaf;
}

h4 {
  font-size: 1.4em; /*14px*/
  line-height: 1.428571428571429; /*20px*/
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #afafaf;
}

p {
  font-size: 1.4em; /*14px*/
  line-height: 1.428571428571429; /*20px*/
  font-weight: normal;
  color: #fff;
  margin: 0 0 0.9em 0;
  padding: 0;
}

li {
  font-size: 1.4em; /*14px*/
  line-height: 1.428571428571429; /*20px*/
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #fff;
}

strong {
  font-family: "FS Me Web Bold", Helvetica, Arial, Verdana , sans-serif;
}

a {
  transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
}

a:link,
a:visited {
  color: #cac931;
  text-decoration: none;
}

a:hover,
a:active {
  color: #fff;
  text-decoration: none;
}

::selection {
  background: #cac931;
  color: #fff;
}

/* Global
--------------------------------------------------------------------------------*/

p a.previous,
p a.next  {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat;
  width: 34px;
  height: 58px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  z-index: 10;
}

p a.previous {
  background-position: 0 -400px;
}

p a.previous:hover {
  background-position: 0 -480px;
}

p a.next {
  background-position: 0 -240px;
}

p a.next:hover {
  background-position: 0 -320px;
}

p a.next-section,
p a.back-to-top {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat;
  width: 58px;
  height: 34px;
  margin: 0 auto;
  padding: 0;
  display: block;
  text-indent: -9999px;
  z-index: 10;
  clear: both;
}

p a.next-section {
  background-position: 50% -640px;
  margin: 8% auto;
}

p a.next-section:hover {
  background-position: 50% -560px;
}

p a.back-to-top {
  background-position: 50% -800px;
  margin: 0 auto;
}

p a.back-to-top:hover {
  background-position: 50% -720px;
}

p a.close {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0 -1360px;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  z-index: 10;
  clear: both;
}

p a.close:hover {
  background-position: 0 -1440px;
}

#our-work h2,
#about-us h2,
#contact-us h2 {
  margin: 0 0 3.5% 0;
}

/* Layout specific - Header
--------------------------------------------------------------------------------*/

header h1 {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0 0;
  width: 25%;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  z-index: 10;
  float: left;
}

header h1 a {
  display: block;
}

header ul#navigation {
  width: 50%;
  height: 40px;
  float: left;
  position: relative;
}

header ul#navigation li {
  color: #afafaf;
}

header ul#navigation li a#our-work-link {
  position: absolute;
  top: 0%;
  left: 0%;
}

header ul#navigation li a#our-approach-link {
  position: absolute;
  top: 50%;
  left: 0%;
}

header ul#navigation li a#contact-us-link {
  position: absolute;
  top: 0%;
  left: 50%;
}

header ul#navigation li a#blog-link {
  position: absolute;
  top: 50%;
  left: 50%;
}

header ul#contacts {
  width: 25%;
  float: left;
}

header ul#navigation li a.selected {
  color: #fff;
}

header ul#contacts li {
  font-size: 1.2em; /*12px*/
  line-height: 1.666666666666667; /*20px*/
  color: #afafaf;
}

header ul#contacts li a:link,
header ul#contacts li a:visited {
  color: #afafaf;
}

header ul#contacts li a:hover,
header ul#contacts li a:active {
  color: #fff;
}

/* Layout specific - Featured Work
--------------------------------------------------------------------------------*/

#featured-work h2 {
  width: 50%;
  float: left;
}

#featured-work p a.previous {
  position: absolute;
  top: 26.67%;
  left: -7.4%;
}

#featured-work p a.next {
  position: absolute;
  top: 26.67%;
  right: -7.4%;
}

#carousel-caption p {
  margin: 0;
}

#carousel-pagination li {
  display: inline-block;
  margin: 0% 1% 0 1%;
}

#carousel-pagination li a {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0 -1280px;
  width: 10px;
  height: 10px;
  display: block;
  text-indent: -9999px;
  z-index: 10;
}

#carousel-pagination li a:hover,
#carousel-pagination li a.selected {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0 -1200px;
}

#social-media a,
#social-media p,
#social-media li {
  color: #333;
  text-shadow: 0 0.1em 0.1em #feffff;
}

#social-media ul {
  width: 85.714285714285714%;
  margin: 0 auto;
  border-bottom: 1px solid #a4a332;
}

#social-media li {
  width: 49%;
  padding: 0 0 5px 0;
  border-right: 1px solid #a4a332;
  display: block;
  float: left;
  text-align: center;
}

#social-media a {
  color: #333;
}

#social-media li a {
  font-family: "FS Me Web Bold", Helvetica, Arial, Verdana , sans-serif;
}

#social-media a:hover,
#social-media a.selected {
  color: #595932;
}

#social-media li:last-child {
  border-right: none;
}

#blog ul {
  width: inherit;
  margin: 0 0 2% 0;
  border-bottom: none;
  text-align: center;
}

#blog li {
  width: inherit;
  font-size: 1.2em;
  line-height: 1.5;
  padding: 0;
  margin: 0 0.25em;
  border-right: none;
  display: inline;
  float: none;
}

#twitter .follow-us p {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat center -1485px;
  padding: 0 0 16.666666666666667% 0; /*0 0 45px 0*/
}

/* Layout specific - Our work
--------------------------------------------------------------------------------*/

#case-studies h3 {
  margin: 0 0 0 4%;
  float: left;
}

#case-studies p {
  font-size: 1.2em;
  color: #afafaf;
  margin: 0;
}

/* Layout specific - Our approach
--------------------------------------------------------------------------------*/

#about-us p a.previous {
  position: absolute;
  top: -500%;
  left: -7.4%;
  z-index: 10;
}

#about-us p a.next {
  position: absolute;
  top: -500%;
  right: -7.4%;
  z-index: 10;
}

#about-us-navigation ul {
  border-bottom: 0.1em solid #484848;
  margin: 0 0 4% 0; /*0 0 40px 0*/
}

#about-us-navigation li {
  width: 49%;
  font-size: 1.8em; /*18px*/
  line-height: 1.333333333333333; /*24px*/
  padding: 1% 0; /*10px 0*/
  border-right: 0.1em solid #484848;
  display: block;
  float: left;
}

#about-us-navigation li:last-child {
  width: 48%;
  padding: 1% 0 1% 2%; /*10px 0 10px 20px*/
  border-right: none;
}

#about-us-navigation li a.selected {
  color: #fff;
}

#our-approach h3,
#our-background h3 {
  width: 50%;
  margin: 0 0 4% 0; /*0 0 40px 0*/
  color: #fff;
}

#our-approach .column.left h3,
#our-approach .column.right h3,
#our-background .column.left h3,
#our-background .column.right h3 {
  width: auto;
  font-size: 2.4em; /*24px*/
  line-height: 1.25; /*30px*/
  margin: 0 0 5.122373502986344% 0; /*0 0 15px 0*/
  color: #afafaf;
}

#our-approach .column.right p {
  font-size: 1.2em; /*12px*/
  line-height: 1.5; /*18px*/
  color: #ccc;
}

#our-approach .column.right ul {
  margin: 0 0 0.9em 0;  /*0 0 0 9px 0*/
}

#our-approach .column.right li {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0 -2234px;
  font-size: 1.2em; /*12px*/
  line-height: 1.5; /*18px*/
  color: #ccc;
  padding: 0 0 0 3.418461538461539%; /*0 0 0 10px*/
}

#about-us-pagination li {
  display: inline-block;
  margin: 0.307023616738205% 0.511706027897009% 0 0.511706027897009%; /*3px 5px 0 5px*/
}

#about-us-pagination li a {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0 -1280px;
  width: 10px;
  height: 10px;
  display: block;
  text-indent: -9999px;
  z-index: 10;
}

#about-us-pagination li a:hover,
#about-us-pagination li a.selected {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0 -1200px;
}

/* Layout specific - Case study
--------------------------------------------------------------------------------*/

#case-study-title li {
  display: inline;
  color: #999;
}

#case-study-title li:first-child:before {
  content: "–";
  padding: 0 0.5% 0 0;
  display: inline-block;
}

#case-study-title li:before {
  content: ",";
  padding: 0 0.5% 0 0;
  display: inline-block;
}

#case-study h2,
#case-study h3 {
  width: 50%;
  margin: 0 0 1.5% 0;
}

#case-study h3,
#case-study p {
  color: #333;
}

.sharing li {
  padding: 0 2%;
  border-left: 1px solid #c8c8c8;
  display: inline-block;
}

.sharing li:first-child {
  padding: 0 2% 0 0;
  border-left: none;
}

.sharing li a.facebook,
.sharing li a.twitter,
.sharing li a.google {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat;
  width: 20px;
  height: 16px;
  padding: 0;
  margin: 0;
  display: block;
  text-indent: -9999px;
}

.sharing li a.facebook {
  background-position: 0 -1600px;
}

.sharing li a.facebook:hover {
  background-position: 0 -1680px;
}

.sharing li a.twitter {
  background-position: 1px -1758px;
}

.sharing li a.twitter:hover {
  background-position: 1px -1838px;
}

.sharing li a.google {
  background-position: 0 -1919px;
}

.sharing li a.google:hover {
  background-position: 0 -1999px;
}

#more-case-studies p a.previous {
  background-position: 0 -1040px;
  position: absolute;
  top: 39.67741935483871%; /*123px*/
  left: -7.4%;
  z-index: 10;
}

#more-case-studies p a.previous:hover {
  background-position: 0 -1120px;
}

#more-case-studies p a.next {
  background-position: 0 -880px;
  position: absolute;
  top: 39.67741935483871%; /*123px*/
  right: -7.4%;
  z-index: 10;
}

#more-case-studies p a.next:hover {
  background-position: 0 -960px;
}

#more-case-studies  #case-studies h3 {
  width: auto;
  margin: 0 0 0 4%;
  color: #afafaf;
  float: left;
}

#more-case-studies  #case-studies p {
  font-size: 1.2em;
  color: #afafaf;
  margin: 0;
}


/* Layout specific - Footer
--------------------------------------------------------------------------------*/

footer h2 {
  background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0 -160px;
  width: 33%;
  height: 9%;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  z-index: 10;
  float: left;
}

footer h3 {
  font-size: 1.2em;
  line-height: 1.5;
  float: right;
}

/* Clears
--------------------------------------------------------------------------------*/

#social-media ul:after,
#about-us ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Media Queries:
--------------------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
  #case-study h2 {
    margin: 2.4em 0 0 0;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
  
  #featured-work p a.previous {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2720px;
    width: 42px;
    height: 44px;
    top: 26.67%;
    left: -2.1%;
  }
  
  #featured-work p a.previous:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2800px;
  }
  
  #featured-work p a.next {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2880px;
    width: 42px;
    height: 44px;
    top: 26.67%;
    right: -2.1%;
  }
  
  #featured-work p a.next:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2960px;
  }
  
  #about-us p a.previous {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2720px;
    width: 42px;
    height: 44px;
    top: 16.71310123292548%;
    left: 1.591933355302014%;
  }
  
  #about-us p a.previous:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2800px;
  }
  
  #about-us p a.next {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2880px;
    width: 42px;
    height: 44px;
    top: 16.71310123292548%;
    right: 1.591933355302014%;
  }
  
  #about-us p a.next:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2960px;
  }
  
  #more-case-studies p a.previous {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2720px;
    width: 42px;
    height: 44px;
    bottom: 0%;
    left: -21px;
  }
  
  #more-case-studies p a.previous:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2800px;
  }
  
  #more-case-studies p a.next {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2880px;
    width: 42px;
    height: 44px;
    bottom: 0%;
    right: -21px;
  }
  
  #more-case-studies p a.next:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2960px;
  }
  
  #close-case-study p {
    background: #fafafa;
    width: 100%;
    height: 44px;
    padding: 20px 0 0 40px;
  }
  
}

@media only screen and (max-width: 959px) {
  
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  
  #featured-work p a.previous {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2720px;
    width: 42px;
    height: 44px;
    top: 25%;
    left: -21px;
  }
  
  #featured-work p a.previous:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2800px;
  }
  
  #featured-work p a.next {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2880px;
    width: 42px;
    height: 44px;
    top: 25%;
    right: -21px;
  }
  
  #featured-work p a.next:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2960px;
  }
  
  #case-studies h3 {
    margin: 0 0 4% 4%;
    float: none;
  }
  
  #about-us p a.previous {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2720px;
    width: 42px;
    height: 44px;
    top: 16.71310123292548%;
    left: 1.591933355302014%;
  }
  
  #about-us p a.previous:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2800px;
  }
  
  #about-us p a.next {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2880px;
    width: 42px;
    height: 44px;
    top: 16.71310123292548%;
    right: 1.591933355302014%;
  }
  
  #about-us p a.next:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2960px;
  }
  
  #more-case-studies p a.previous {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2720px;
    width: 42px;
    height: 44px;
    bottom: 0;
    left: -21px;
  }
  
  #more-case-studies p a.previous:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2800px;
  }
  
  #more-case-studies p a.next {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2880px;
    width: 42px;
    height: 44px;
    bottom: 0%;
    right: -21px;
  }
  
  #more-case-studies p a.next:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2960px;
  }
  
  #more-case-studies #case-studies h3 {
    width: auto;
    margin: 0 0 4% 4%;
    color: #afafaf;
    float: none;
  }
  
  #close-case-study p {
    background: #fafafa;
    width: 100%;
    height: 44px;
    padding: 20px 0 0 40px;
  }
  
}

@media only screen and (max-width: 767px) {
  
  #featured-work h2 {
    width: 100%;
    margin: 0 0 1.666666666666667em 0;
    float: none;
  }
  
  #featured-work p a.previous {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2720px;
    width: 42px;
    height: 44px;
    top: 16.67%;
    left: -21px;
  }
  
  #featured-work p a.previous:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2800px;
  }
  
  #featured-work p a.next {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2880px;
    width: 42px;
    height: 44px;
    top: 16.67%;
    right: -21px;
  }
  
  #featured-work p a.next:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2960px;
  }
  
  #case-studies h3 {
    margin: 0 0 4% 4%;
    float: none;
  }
  
  #about-us p a.previous {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2720px;
    width: 42px;
    height: 44px;
    top: 16.71310123292548%;
    left: 1.591933355302014%;
  }
  
  #about-us p a.previous:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2800px;
  }
  
  #about-us p a.next {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2880px;
    width: 42px;
    height: 44px;
    top: 16.71310123292548%;
    right: 1.591933355302014%;
  }
  
  #about-us p a.next:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2960px;
  }
  
  #more-case-studies p a.previous {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2720px;
    width: 42px;
    height: 44px;
    bottom: 0%;
    left: -21px;
  }
  
  #more-case-studies p a.previous:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2800px;
  }
  
  #more-case-studies p a.next {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2880px;
    width: 42px;
    height: 44px;
    bottom: 0%;
    right: -21px;
  }
  
  #more-case-studies p a.next:hover {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat 0px -2960px;
  }
  
  #more-case-studies  #case-studies h3 {
    width: auto;
    margin: 0 0 4% 4%;
    color: #afafaf;
    float: none;
  }
  
  #more-case-studies  #case-studies p {
    font-size: 1.2em;
    color: #afafaf;
    margin: 0;
  }
  
  #close-case-study p {
    background: #fafafa;
    width: 100%;
    height: 44px;
    padding: 20px 0 0 20px;
  }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

  header h1 {
    width: 33.3%;
  }

  header ul#navigation {
    width: 66.6%;
  }

  header ul#contacts {
    display: none;
  }

  #more-case-studies #case-studies h3 {
    margin: 0 0% 4% 4%;
  }

}

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

  p a.next-section,
  p a.back-to-top,
  header ul.contacts,
  footer h2,
  #more-case-studies p a.previous,
  #more-case-studies p a.next {
    display: none;
  }

  header h1 {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite.png") no-repeat center -80px;
    font-size: 2em; /*20px*/
    line-height: 1.5; /*30px*/
    width: 100%;
    float: none;
  }
  
  header ul#navigation li {
    color: #afafaf;
  }
  
  header ul#navigation {
    width: 100%;
    height: auto;
    text-align: center;
    float: none;
    position: inherit;
  }
  
  header ul#navigation li {
    width: auto;
    margin: 0 1% 0 0;
    padding: 0 0 0 2%;
    float: none;
    border-left: 1px solid #484848;
    display: inline-block;
  }
  
  header ul#navigation li:first-child {
    border-left: none;
    padding: 0 1% 0 0;
  }
  
  header ul#navigation li a#our-work-link,
  header ul#navigation li a#our-approach-link,
  header ul#navigation li a#contact-us-link,
  header ul#navigation li a#blog-link {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  
  header ul#contacts {
    display: none;
  }
  
  #featured-work h2 {
    font-size: 1.8em;
  }

  #case-study h2,
  #case-study h3,
  #our-approach h3,
  #our-background h3 {
    width: 100%;
  }
  
  #close-case-study p {
    background: #fafafa;
    width: 100%;
    height: 34px;
    padding: 10px 0 0 10px;
  }
  
  #case-studies h3 {
    margin: 0 0 6.666666666666667% 3.333333333333334%; /*0 0 20px 10px*/
  }
  
  #about-us-navigation ul {
    border-bottom: 0.1em solid #484848;
    margin: 0 0 4% 0; /*0 0 40px 0*/
  }
  
  #about-us-navigation li {
    width: 49%;
    font-size: 1.4em; /*14px*/
    line-height: 1.428571428571429; /*20px*/
  }
  
  #about-us p a.previous {
    left: 3.571428571428571%;
  }
  
  #about-us p a.next {
    right: 3.571428571428571%;
  }
  
  footer h3 {
    float: left;
  }
    
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

  header h1,
  #featured-work p a.previous,
  #featured-work p a.next,
  #featured-work p a.previous:hover,
  #featured-work p a.next:hover,
  #carousel-pagination li a,
  #carousel-pagination li a.selected,
  #twitter .follow-us p,
  p a.next-section,
  p a.back-to-top,
  p a.close,
  #about-us p a.previous,
  #about-us p a.next,
  #about-us p a.previous:hover,
  #about-us p a.next:hover,
  #our-approach .column.right li,
  #about-us-pagination li a,
  #about-us-pagination li a.selected,
  .sharing li a.facebook,
  .sharing li a.twitter,
  .sharing li a.google,
  #more-case-studies p a.previous,
  #more-case-studies p a.next,
  #more-case-studies p a.previous:hover,
  #more-case-studies p a.next:hover,
  footer h2 {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite@x2.png") no-repeat;
    -webkit-background-size: 160px;
    -moz-background-size: 160px;
    background-size: 160px;
  }
  
  header h1 {
    background-position: 0px 0px;
  }
  
  #featured-work p a.previous,
  #more-case-studies p a.previous {
    background-position: 0 -2720px;
  }
  
  #featured-work p a.previous:hover,
  #more-case-studies p a.previous:hover {
    background-position: 0 -2800px;
  }
  
  #featured-work p a.next,
  #more-case-studies p a.next {
    background-position: 0 -2880px;
  }
  
  #featured-work p a.next:hover,
  #more-case-studies p a.next:hover {
    background-position: 0 -2960px;
  }
  
  p a.next-section {
    background-position: 50% -640px;
    margin: 8% auto;
  }
  
  p a.next-section:hover {
    background-position: 50% -560px;
  }
  
  p a.back-to-top {
    background-position: 50% -800px;
    margin: 0 auto;
  }
  
  p a.back-to-top:hover {
    background-position: 50% -720px;
  }
  
  p a.close {
    background-position: 0 -1360px;
  }
  
  p a.close:hover {
    background-position: 0 -1440px;
  }
  
  #carousel-pagination li a {
    background-position: 0 -1280px;
  }
  
  #carousel-pagination li a:hover,
  #carousel-pagination li a.selected {
    background-position: 0 -1200px;
  }
  
  #twitter .follow-us p {
    background-position: 50% -1485px;
  }
  
  #about-us p a.previous {
    background-position: 0 -2720px;;
  }
  
  #about-us p a.previous:hover {
    background-position: 0 -2800px;
  }
  
  #about-us p a.next {
    background-position: 0 -2880px;
  }
  
  #about-us p a.next:hover {
    background-position: 0 -2960px;
  }

  #our-approach .column.right li {
    background-position: 0 -2234px;
  }
  
  #about-us-pagination li a {
    background-position: 0 -1280px;
  }
  
  #about-us-pagination li a:hover,
  #about-us-pagination li a.selected {
    background-position: 0 -1200px;
  }
  
  .sharing li a.facebook {
    background-position: 0 -1600px;
  }
  
  .sharing li a.facebook:hover {
    background-position: 0 -1680px;
  }
  
  .sharing li a.twitter {
    background-position: 1px -1758px;
  }
  
  .sharing li a.twitter:hover {
    background-position: 1px -1838px;
  }
  
  .sharing li a.google {
    background-position: 0 -1919px;
  }
  
  .sharing li a.google:hover {
    background-position: 0 -1999px;
  }
  
  #more-case-studies p a.previous {
    background-position: 0px -2720px;
  }
  
  #more-case-studies p a.previous:hover {
    background-position: 0px -2800px;
  }
  
  #more-case-studies p a.next {
    background-position: 0px -2880px;
  }
  
  #more-case-studies p a.next:hover {
    background-position: 0px -2960px;
  }
  
  footer h2 {
    background-position: 0 -160px;
  }
  
}

@media only screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 479px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-width: 479px) and (min--moz-device-pixel-ratio: 1.5),
only screen and (max-width: 479px) and (min-device-pixel-ratio: 1.5) {
  
  header h1 {
    background: url("http://assets.madebytaylorthomas.co.uk/blog/icon-sprite@x2.png") no-repeat;
    -webkit-background-size: 160px;
    -moz-background-size: 160px;
    background-size: 160px;
  }
  
  header h1 {
    background-position: center -80px;
  }
}
