/*Reset http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
form,
label,
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: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}
body {
  line-height: 1;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
cite {
  font-style: normal;
}
:focus {
  outline: 0;
}
abbr,
acronym {
  cursor: help;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
th,
td {
  vertical-align: top;
}
.trans {
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
/* Helvetica/Gill sans based serif stack */
.comfortalight {
  font-family: "Comfortaa", serif;
  font-weight: 300;
}
.comfortaregular {
  font-family: "Comfortaa", serif;
  font-weight: 400;
}
.comfortabold {
  font-family: "Comfortaa", serif;
  font-weight: 700;
}
/*thin grey line*/
/*red menu nav*/
/*font colour*/
/*14/22*/
/*margin is 10px/960*100 for percentage*/
* {
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  *behavior: url(lib/boxsizing.htc);
}
/*
column setup 
12 column grid at 960
60px with 10px gutters
*/
.span1 {
  width: 6.25%;
}
/*60px/960px*100*/
.span2 {
  width: 14.583333333%;
}
/*140px/960px*100*/
.span3 {
  width: 22.916666667%;
}
/*220px/960px*100*/
.span4 {
  width: 31.25%;
}
/*300px/960px*100*/
.span5 {
  width: 39.583333333%;
}
/*380px/960px*100*/
.span6 {
  width: 47.916666667%;
}
/*460px/960px*100*/
.span7 {
  width: 56.25%;
}
/*540px/960px*100*/
.span8 {
  width: 64.583333333%;
}
/*620px/960px*100*/
.span9 {
  width: 72.916666667%;
}
/*700px/960px*100*/
.span10 {
  width: 81.25%;
}
/*780px/960px*100*/
.span11 {
  width: 89.583333333%;
}
/*860px/960px*100*/
.span12 {
  width: 97.916666667%;
}
/*940px/960px*100*/
.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}
.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
}
.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.fs19 {
  font-size: 19px;
  font-size: 1.9rem;
}
.fs20 {
  font-size: 20px;
  font-size: 2rem;
}
.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}
.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.fs25 {
  font-size: 25px;
  font-size: 2.5rem;
}
.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}
.fs27 {
  font-size: 27px;
  font-size: 2.7rem;
}
.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}
.fs32 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
}
.fs44 {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 62px;
}
.row {
  overflow: hidden;
  position: relative;
  zoom: 1;
  margin: 0 auto;
}
.col {
  margin-bottom: 1.5714em;
}
@media screen and (min-width: 768px) {
  .col {
    float: left;
    margin: 0 1.0416667%;
  }
}
/*html body*/
html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
  /*(10px for rem sizing)*/
  background: #210b0b;
}
body {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714em /*1.8em*/;
  /*(14px/18px)*/
  color: #484848;
  background: #210b0b;
  font-family: "Comfortaa", serif;
  font-weight: 300;
}
/*headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 18px;
  font-weight: normal;
  color: #290f0f;
  font-family: "Comfortaa", serif;
  font-weight: 400;
}
h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 38px;
  margin-bottom: 36px;
}
h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  margin-bottom: 18px;
}
h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 18px;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  margin-bottom: 18px;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 20px;
  margin-bottom: 18px;
}
h6 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
small {
  font-size: 12px;
  font-size: 1.2rem;
}
large {
  font-size: 18px;
  font-size: 1.8rem;
}
q {
  color: #622f2f;
  font-style: italic;
}
strong {
  font-family: "Comfortaa", serif;
  font-weight: 400;
}
/*Type/Lists*/
::-webkit-selection {
  background: #e1d6d6;
  color: #000;
  text-shadow: none;
}
::-moz-selection {
  background: #e1d6d6;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #e1d6d6;
  color: #000;
  text-shadow: none;
}
img,
object,
video {
  border: 0;
  max-width: 100%;
  height: auto;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/*defualt image treatment*/
#maincontent img {
  margin: 0 0 1.5714em 0;
}
@media only screen and (min-width: 480px) {
  #maincontent img {
    float: left;
    margin: 0 2.3571em 1.5714em 0;
  }
}
#maincontent img.dunko {
  margin-top: 6px;
  margin-right: 4px;
}
@media only screen and (min-width: 768px) {
  #maincontent img.dunko {
    float: right;
  }
}
ol,
ul,
dl,
p {
  margin-bottom: 18px;
}
/*ul { list-style:circle outside; padding:0 0 0 25px; }
ol { list-style:decima
l outside; padding:0 0 0 25px; }
*/
ul {
  list-style: circle inside;
  padding: 0;
}
ol {
  list-style: decimal inside;
  padding: 0;
}
ul li,
ol li {
  padding-left: 5px;
  margin-bottom: 8px;
}
dt,
th {
  font-weight: bold;
}
dd {
  margin: 0;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #953235;
  cursor: pointer;
  font-weight: normal;
}
a:hover {
  text-decoration: none;
  color: #000000;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  font-family: "Comfortaa", serif;
  font-weight: 700;
}
p a {
  font-weight: normal;
}
p a:hover {
  text-decoration: underline;
}
p.button {
  margin: 1.5714em 0;
}
.profile p.button {
  margin-top: 3.1428em;
  margin-bottom: 0;
}
p.button a {
  font-size: 18px;
  font-size: 1.8rem;
}
.border {
  border: 1px solid #bcb8ba;
  border-radius: 4px;
}
/*Layout*/
.wrapper {
  position: relative;
  margin: 0 auto;
  clear: both;
  height: 1%;
  padding: 0;
  overflow: hidden;
  zoom: 1;
  width: 90%;
}
.wrapper:after {
  content: ".";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}
#branding {
  background: #fff;
  overflow: hidden;
  position: relative;
  zoom: 1;
  border-top: 1px solid #ed1c24;
  border-bottom: 1px solid #e3dddd;
}
#branding-logo {
  margin: 0;
  padding: 0;
}
#branding-logo a {
  display: block;
  text-indent: -99999px;
  width: 107px;
  line-height: 110px;
  height: 110px;
  margin: 40px 0 10px 1.0416667%;
  background: url(../img/logos/dunko-single.png) 50% 50% no-repeat;
  background: none, url(../img/logos/dunko-single.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 480px) {
  #branding-logo a {
    width: 315px;
    line-height: 87px;
    height: 87px;
    background: url(../img/logos/dunko.png) 50% 50% no-repeat;
    background: none, url(../img/logos/dunko.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    margin-top: 1.5714em;
  }
}
@media only screen and (min-width: 680px) {
  #branding-logo a {
    margin-bottom: 1.5714em;
    margin-left: 0;
  }
}
@media only screen and (min-width: 960px) {
  #branding-logo a {
    float: left;
    margin-top: 2.3571em;
    margin-bottom: 2.3571em;
    margin-left: 1.0416667%;
  }
}
/*menu specific styles*/
#navigation {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
#navigation #navigation-icon {
  display: none;
}
#navigation nav ul {
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  margin: 0;
  padding: 0;
}
#navigation nav li {
  position: relative;
  margin: 0;
  padding: 0;
}
#navigation nav li a {
  display: inline-block;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
#navigation nav li .toggleSub {
  display: none;
}
#navigation nav li ul {
  display: none;
}
#maincontent {
  overflow: hidden;
  position: relative;
  zoom: 1;
  margin: 0 auto;
  padding: 4.7142em 0 4.7142em 0;
  background: #fff;
  background: linear-gradient(to bottom, #f6f2f2 0%, #ffffff 50%);
}
#maincontent.profile .maincontent-content-section {
  margin-bottom: 0;
}
.maincontent-content-section {
  overflow: hidden;
  position: relative;
  zoom: 1;
  margin-bottom: 1.5714em;
}
.leadvideo {
  margin: 1.5714em 1.0416667% 3.1428em 1.0416667%;
}
.leadvideo-meta {
  border-bottom: 1px solid #ccd4db;
  padding: 1.96425em 0;
}
.leadvideo-meta span {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  color: #290f0f;
  margin-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
.listing {
  overflow: hidden;
  margin: 0 1.0416667% 22px 1.0416667%;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .listing {
    width: 97.916666667%;
  }
}
.listing-content {
  overflow: hidden;
  margin-bottom: 1.5714em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .listing-content {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 3.1428em;
    margin-bottom: 3.1428em;
  }
}
.listing-content .listing-content-video {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin: 0 auto 3.1428em auto;
}
@media only screen and (min-width: 768px) {
  .listing-content .listing-content-video {
    width: 50%;
    float: left;
  }
}
#maincontent .listing-content img {
  float: none;
  margin: 0;
}
.listing-content .listing-content-detail {
  width: 100%;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
@media only screen and (min-width: 768px) {
  .listing-content .listing-content-detail {
    width: 45%;
    margin-left: 5%;
    float: left;
  }
}
.listing-content .listing-meta {
  margin-bottom: 1.5714em;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
}
@media only screen and (min-width: 960px) {
  .listing-content .listing-meta {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 22px;
  }
}
.listing-content .listing-meta em {
  display: block;
  font-style: normal;
  color: #622f2f;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 4px;
  font-weight: bold;
}
.listing-content .listing-meta:last-child {
  margin-bottom: 0;
}
.listing-content .listing-title {
  display: block;
  font-family: "Comfortaa", serif;
  font-weight: 700;
  color: #290f0f;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1.5714em;
}
.column ul.col {
  width: 100%;
  margin-bottom: 3.1428em;
  overflow: hidden;
  clear: both;
}
.no-csscolumns .column ul.col li {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .no-csscolumns .column ul.col li {
    width: 47.916666667%;
    float: left;
    padding-right: 40px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .no-csscolumns .column ul.col li {
    width: 31.25%;
  }
}
.flexslider.single {
  margin-top: 2.3571em;
}
#maincontentgallery {
  width: 97.9166666%;
  margin: 0 1.0416667%;
}
/*footer/siteinfo styles*/
#footer.row {
  padding: 3.1428em 0;
  margin: 0;
  background: #210b0b;
  color: #fff;
}
#footer p {
  font-family: "Comfortaa", serif;
  font-weight: 300;
  font-weight: normal;
}
#footer p a {
  color: #fff;
  font-weight: normal;
}
#footer p a:hover {
  color: #fff;
}
.footer-meta-contact a {
  display: block;
}
@media only screen and (min-width: 340px) {
  .footer-meta-contact a {
    display: inline-block;
    margin-right: 15px;
  }
}
p.footer-meta-copy {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
a.tel,
a.tel:hover {
  cursor: text;
  text-decoration: none;
}
#footer .footer-icons.col {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
#footer .footer-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.5714em;
}
@media screen and (min-width: 768px) {
  #footer .footer-icons ul {
    text-align: right;
    margin-top: 0;
  }
}
#footer .footer-icons li {
  display: inline-block;
  margin: 0 12px 12px 0;
  padding: 0;
  height: 34px;
}
#footer .footer-icons li a {
  width: 34px;
  height: 34px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -99999px;
  padding-top: 34px;
  overflow: hidden;
}
#footer .footer-icons li.blog a {
  background-image: url(../img/icons/social-blog.png);
  background-image: none, url(../img/icons/social-blog.svg);
}
#footer .footer-icons li.flickr a {
  background-image: url(../img/icons/social-flickr.png);
  background-image: none, url(../img/icons/social-flickr.svg);
}
#footer .footer-icons li.vimeo a {
  background-image: url(../img/icons/social-vimeo.png);
  background-image: none, url(../img/icons/social-vimeo.svg);
}
#footer .footer-icons li.linkedin a {
  background-image: url(../img/icons/social-linkedin.png);
  background-image: none, url(../img/icons/social-linkedin.svg);
}
#footer .footer-icons li.twitter a {
  background-image: url(../img/icons/social-twitter.png);
  background-image: none, url(../img/icons/social-twitter.svg);
}
@media only screen and (max-width: 679px) {
  /*search and list touch icons*/
  #navigation #navigation-icon {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    cursor: pointer;
    margin: 20px 0 18px 0;
    color: #585858;
  }
  #navigation #navigation-icon span {
    display: block;
    width: 140px;
    margin: 0;
    padding: 0 0 0 35px;
    font-family: "Comfortaa", serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    background: url(../img/icons/touch-list.png) 0 0 no-repeat;
    background: none, url(../img/icons/touch-list.svg) 0 0 no-repeat;
  }
  #navigation #navigation-icon:focus span,
  #navigation #navigation-icon.active span {
    background-position: 0 -44px;
    color: #182328;
  }
  #navigation nav {
    margin: 0 0 30px 0;
    width: 100%;
  }
  #navigation nav.active {
    display: block;
  }
  #navigation nav ul {
    padding: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    display: none;
  }
  #navigation nav ul li {
    display: block;
    margin: 0 0 14px 0;
    float: none;
    overflow: hidden;
    padding: 0 0 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: "Comfortaa", serif;
    font-weight: 400;
  }
  #navigation nav ul li a {
    padding: 0;
    text-decoration: none;
    padding-bottom: 14px;
    border-bottom: 2px solid #fff;
  }
  #navigation nav ul li a:hover {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    border-bottom-color: #000;
  }
  #navigation nav ul li.active a {
    color: #000;
    border-bottom-color: #000;
  }
  .no-js #navigation nav {
    display: block;
  }
}
@media only screen and (min-width: 680px) {
  #navigation {
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin: 0 0 10px 0;
    padding: 0;
  }
  #navigation nav {
    position: relative;
    display: block;
  }
  #navigation nav ul {
    margin: 0;
    float: left;
    text-align: left;
  }
  #navigation nav ul li {
    display: inline-block;
    margin: 0 45px 0 0;
    padding: 0;
  }
  #navigation nav ul li:last-child {
    margin-right: 0;
  }
  #navigation nav ul li a {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    padding-bottom: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    border-bottom: 2px solid #fff;
    color: #722b2d;
  }
  #navigation nav ul li a:hover {
    border-bottom-color: #722b2d;
  }
  #navigation nav ul li.active a {
    border-bottom-color: #000;
    color: #000;
  }
  .column ul.col {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 960px) {
  #navigation {
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin: 0 1.56250005% 0;
    padding: 0;
  }
  #navigation nav {
    position: relative;
    display: block;
  }
  #navigation nav ul {
    margin: 118px 0 0 0;
    float: right;
    text-align: right;
  }
  #navigation nav ul li {
    display: inline-block;
    margin: 0 0 0 75px;
    padding: 0;
  }
  #navigation nav ul li a {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    padding-bottom: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    border-bottom: 2px solid #fff;
    color: #722b2d;
  }
  #navigation nav ul li a:hover {
    border-bottom-color: #722b2d;
  }
  #navigation nav ul li.active a {
    border-bottom-color: #000;
    color: #000;
  }
  #navigation nav ul li:first-child {
    margin-left: 0;
  }
  .column ul.col {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}
/*#navigation { 
	nav {
		ul { 
			li { 
				margin:0 75px 0 0; 
				a { 
					&:hover {
					}
				}
				&.active {
					a {
					}
				}
				&:last-child {
				}
			}
		}
	}
}
*/
@media only screen and (max-width: 767px) {
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr td {
    border: none;
  }
  tr {
    border-bottom: 1px solid #ccc;
  }
}
/*===The end of core base styles===the following cover tablet to desktop===*/
@media only screen and (min-width: 768px) {
  .wrapper {
    position: relative;
    width: 68.57142857em /*960px/14px*/;
    max-width: 95%;
    margin: 0 auto;
    clear: both;
    height: 1%;
    padding: 0;
  }
  /*column setup*/
  .maincontent-content {
    width: 56.25%;
    padding-right: 4%;
  }
  .maincontent-aside {
    width: 39.583333333%;
  }
  .maincontent-fullwidth {
    width: 97.916666667%;
    margin-bottom: 1.5714em;
  }
  .column ul.col {
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    padding-right: 0;
  }
  .profile .maincontent-content {
    width: 39.583333333%;
    padding-right: 4%;
  }
  .profile .maincontent-aside {
    width: 56.25%;
  }
  .no-csscolumns .column ul.col li {
    width: 31.25%;
    float: left;
    padding-right: 40px;
  }
  #footer .footer-meta {
    width: 47.916666667%;
  }
  #footer .footer-icons {
    width: 47.916666667%;
  }
  #footer .footer-icons li:last-child {
    margin-right: 0;
  }
}
