/* DENT MEDIC
   Master Styles
   Author: Jonathan Nicol (jonathan@f6design.com)
   
   Resources
   http://annevankesteren.nl/2005/03/clearing-floats
   http://html5boilerplate.com/
   http://lesscss.org
*****************************************************************/
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.heading {
  font-family: "proxima-nova-n7", "proxima-nova", Helvetica, Arial, sans-serif;
  color: #000000;
  line-height: 1;
  font-weight: bold;
}
.single-col {
  float: none;
  width: auto;
}
/* Global reset
   html5doctor.com/html-5-reset-stylesheet/
*****************************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: ;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Minimal base styles (generic)
*****************************************************************/
body {
  font: 13px sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.22;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
a {
  outline: none;
}
ul {
  margin-left: 30px;
}
ol {
  margin-left: 30px;
  list-style-type: decimal;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */

  white-space: pre;
  /* CSS2 */

  white-space: pre-wrap;
  /* CSS 2.1 */

  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */

  word-wrap: break-word;
  /* IE */

}
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* hand cursor on clickable input elements */
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
/* always force a scrollbar in non-IE */
html {
  overflow-y: scroll;
}
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}
img {
  display: block;
}
/* Extended base styles (site specific)
*****************************************************************/
html,
body {
  background: #ffffff;
  text-align: center;
  height: 100%;
}
body,
select,
input,
textarea {
  color: #000000;
  font-size: 14px;
  font-family: "proxima-nova-n4", "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}
a,
a:active,
a:visited {
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #666666;
  text-decoration: underline;
}
h1 {
  font-family: "proxima-nova-n7", "proxima-nova", Helvetica, Arial, sans-serif;
  color: #000000;
  line-height: 1;
  font-weight: bold;
}
h2 {
  font-family: "proxima-nova-n7", "proxima-nova", Helvetica, Arial, sans-serif;
  color: #000000;
  line-height: 1;
  font-weight: bold;
}
h3 {
  font-family: "proxima-nova-n7", "proxima-nova", Helvetica, Arial, sans-serif;
  color: #000000;
  line-height: 1;
  font-weight: bold;
}
h4 {
  font-family: "proxima-nova-n7", "proxima-nova", Helvetica, Arial, sans-serif;
  color: #000000;
  line-height: 1;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 1em 0 2em 0;
}
p {
  margin: 1em 0;
}
textarea {
  resize: vertical;
}
/* Common shared styles
*****************************************************************/
.hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
/* Page structure
*****************************************************************/
#distance {
  float: left;
  margin-bottom: -314px;
  height: 50%;
  width: 1px;
}
#container {
  clear: both;
  position: relative;
  margin: 0 auto;
  height: 607px;
  width: 940px;
  background: #fff;
}
.branding {
  margin-bottom: 0;
}
.content-wrap {
  text-align: center;
  width: 900px;
  border: 20px solid #000000;
  overflow: auto;
  background: url('../img/sophie-otton-4.jpg') top right no-repeat;
}
.content-l {
  position: relative;
  width: 450px;
  height: 565px;
  float: left;
  letter-spacing: 1px;
}
.content-l p {
  margin: 0.75em 0 0 0;
}
.content-r {
  width: 450px;
  float: right;
}
h2,
.download {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.download {
  display: block;
  text-decoration: none;
  background: url('../img/download-icon.png') 50% 0% no-repeat;
  padding: 45px 0 0 0;
}
.download:hover {
  background: url('../img/download-icon.png') 50% -150px no-repeat;
}
section {
  margin: 70px 0 0 0;
}
section.media-contact,
section.media-contact h2 {
  font-size: 11px;
}
.branding + section {
  margin-top: 30px;
}
.social {
  position: absolute;
  bottom: 30px;
  margin: 0;
  width: 100%;
}
.icon {
  display: inline-block;
  margin-top: 15px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: url('../img/sprites.png') 0 0 no-repeat;
}
.icon.linkedin {
  background-position: 0 0;
}
.icon.linkedin:hover {
  background-position: -25px 0;
}
.icon.twitter {
  background-position: 0 -25px;
}
.icon.twitter:hover {
  background-position: -25px -25px;
}
/* Header
*****************************************************************/
.site-title {
  width: 450px;
  height: 214px;
  margin: 0 auto;
  text-indent: -9999px;
  background: transparent url('../img/logo.png') 0 0 no-repeat;
}
/* Print styles - generic
*****************************************************************/
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  /*abbr:after { content: " (" attr(title) ")"; }*/
  /*.ir a:after { content: ""; }*//* Don't show links for images */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Print styles - site specific
*****************************************************************/
@media print {
  /* do something */
}
/* Media queries
*****************************************************************/
@media screen and (max-width: 660px) {
  
}
