/* ========================================================================
**
** Written by Lawrence Dolton 2016 - ld@lawrencedolton.com
**
** ======================================================================== */

/* ========================================================================
** reset
** ======================================================================== */
/* css reset */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; outline: none;
}
/* HTML5 display-role reset for older browsers */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary { display: block;}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ========================================================================
** main elements
** ======================================================================== */
html {
    /* sticky footer settings */
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 100px; /* sticky footer settings: bottom = footer height */
    color: #484848;
    font-size: 16px;
    font-family: 'open_sansregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #dad8cb;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}
a:link { color: #585858; text-decoration: none; }
a:visited { color: #585858; text-decoration: none; }
a:active { color: #ffffff; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }
a:focus { outline: black dotted 1px; }
h1 {
    color: #555555;
    font-family: 'varelaregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.25em;
}
h2 {
    font-family: 'varelaregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
}
h3 {
	margin: .5em 0;
	font-family: 'open_sanssemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.3em;
}
h4 {
	margin: .5em 0;
	color: #484848;	
	font-family: 'open_sanssemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
    line-height: 1.3em;
}
h5 {
    margin-bottom: .8em;
    color: #585858;
    font-family: 'open_sanssemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}
p {
    margin-bottom: .8em;
    color: #585858;
    font-family: 'open_sansregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .95em;
    line-height: 1.5em;
}

/* ========================================================================
** header - home
** ======================================================================== */
#header-home {
    width: 100%;
    margin: 0 auto;
    background: #313133;
}
#header-home h1 {
    padding: .4em 0;
    text-align: center;
    color: #ece3d2;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#header-home #nav-buttons ul li {
    display: inline-block;
    padding: .5em .5em .5em 0;
    color: #c9c1b2;  /*#ece3d2*/
    font-family: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    letter-spacing: 1px;
}
#header-home #nav-buttons ul li:last-child {
    padding: .5em 0;
}

/* ========================================================================
** header - main
** ======================================================================== */
#header {
    width: 100%;
    margin: 0 auto;
    background: #313133;
}
#header h1 {
    padding: .4em 0;
    text-align: center;
    color: #ece3d2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ========================================================================
** navigation
** ======================================================================== */
nav {
    margin: 0 auto;
    background: #43434b;
    border-top: 1px solid #9991a4;
}
#nav-buttons {
    text-align: center;
}
#nav-buttons li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: .6em;
    background: #43434b;
}
#nav-buttons li:last-child {
    margin: 0;
}
#nav-buttons li a {
    color: #ece3d2;
    font-family: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
}
#nav-buttons li a img {
    display: none;
    position: relative;
    top: 3px;
    left: 0;
    margin-right: 10px;
}
#nav-buttons li a span {
    display: none;
    position: relative;
    top: 1px;
}

body#home li#home-nav,
body#portfolio li#portfolio-nav,
body#soundworks li#soundworks-nav,
body#soundportfolio li#soundworks-nav,
body#about li#about-nav,
body#contact li#contact-nav {
    color: #ffffff !important;
    background: #4a5f8b;
}

/* ========================================================================
** main - home
** ======================================================================== */
#main-home-statement {
    height: 60px;
    margin: 0 auto;
    padding: .5em 0;
    text-align: center;
}
#main-home-statement ul li {
    display: inline-block;
    width: 120px;
    margin: .5em 0;
    color: #585858;
    font-family: 'open_sanssemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
}
#main-home-container {
    text-align: center;
    background-color: #41403f;
    background-image: url(../images/circles_bkg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#main-home {
    width: 80%;
    margin: 0 auto;
    padding: 2em 0;
    text-align: center;
}
#main-home ul li {
    display: inline-block;
    width: 48%;
    margin: .6em;
    background: #4a5f8b;
}
#main-home ul li a {
    display: block;
    padding: .5em;
    color: #ece3d2;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.5em;
    text-transform: uppercase;
}
#main-home ul li a:hover {
    background: #c28f3c;
}

/* ========================================================================
** main
** ======================================================================== */
#main-container {
    width: 100%;
    margin: 0 auto;
}
.top-row {
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}
.top-row h2 {
    vertical-align: bottom;
    color: #7c7295;
    font-size: 2.5em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    opacity: .5;
}
.top-row-return {
	position: absolute;
    top: 116px;
	left: 20px;
    height: 32px;
    padding-top: 6px;
    z-index: 100;
}
.top-row-return img {
	display: inline-block;
}
.top-row-return p {
	display: inline-block;
    position: relative;
    top: -10px;
}
.main-body {
    float: left;
    width: 68%;
    margin: 1em 1em 1em 4em;
}
.main-sidebar {
    float: left;
    width: 20%;
    margin: 1em 0;
    padding: 1em;
    background: #d5d5d5;
}
.main-sidebar h2 {
    margin-bottom: 1em;
}
.main-sidebar h4:hover {
    color: #ffffff;
}
.main-sidebar p {
    margin-bottom: 2em;
}

.main-body-center {
    width: 100%;
    margin: 0 auto;
}
.body-center-row {
    padding: 1em;
    text-align: center;
    background: #dad8cb;
    border-top: 1px solid #9f9c9c;
}
.body-center-row h2 {
    margin-bottom: 1em;
}
.body-center-row h3 {
    margin: 0 0 .5em 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #dad8cb;
}
.body-center-row:last-child h5 {
    display: inline-block;
    vertical-align: middle;
}

.photo-list {
    margin-top: 2em;
    text-align: center;
}
.photo-list ul li {
    display: inline-block;
    text-align: center;
    width: 45%;
    margin-right: .5em;
}
.photo-list ul li:last-child {
    margin-right: 0;
}
.photo-list .caption {
    font-size: .9em;
}
.photo-block {
    margin-top: 1em;
}
.photo-block img {
    width: 100%;
}
.photo-block .caption {
    margin: .5em 0 1.5em 0;
    padding: 0 .7em;
    font-size: .9em;
}

.sub-btn-list {
    margin-top: .25em;
    text-align: center;
}
.sub-btn-list ul li {
    display: inline-block;
    width: 300px;
    margin: 0 60px 30px 0;
    vertical-align: top;
}
.sub-btn-list ul li a {
    display: block;
    padding: .3em 0;
    color: #ece3d2;
    font-family: 'open_sanssemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    background: #4a5f8b;
}
.sub-btn-list ul li a:hover {
    background: #c28f3c;
}
.sub-btn-list ul li p {
    margin: 0 auto;
    padding: .5em .2em 0 .2em;
    text-align: left;
    font-size: 1em;
}

.sub-btn {
    display: block;
    width: 300px;
    padding: .3em 0;
    text-align: center;
    color: #ece3d2;
    font-family: 'open_sanssemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    background: #4a5f8b;
}
a.sub-btn:link, a.sub-btn:visited {
    color: #ece3d2;
	text-decoration: none;
}
a.sub-btn:hover, a.sub-btn:active {
    color: #ece3d2;
    background: #c28f3c;
}
.sub-btn-sm {
    display: inline-block;
    padding: .3em 1em;
    text-align: center;
    color: #ece3d2;
    font-family: 'open_sanssemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    background: #4a5f8b;
}
a.sub-btn-sm:link, a.sub-btn-sm:visited {
    color: #ece3d2;
	text-decoration: none;
}
a.sub-btn-sm:hover, a.sub-btn-sm:active {
    color: #ece3d2;
    background: #c28f3c;
}
.sub-btn-sm.box-link img {
    margin-left: 8px;
    vertical-align: middle;
}

#rowbox-info {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
#rowbox-info h3 {
    margin-bottom: .4em;
}
#rowbox-info h5 {
    margin-bottom: 1em;
}
#rowbox-image {
    display: inline-block;
    margin-left: 3em;
}
#rowbox-image p {
    color: #2e2e2e;
    font-size: .75em;
}
#rowbox-image img {
    width: 100%;
    max-width: 320px;
    border: 1px solid #484848;
}
#rowbox-image p {
    margin-bottom: 1em;
}


/* ========================================================================
** soundworks portfolio main
** ======================================================================== */
body#soundportfolio .body-center-row:last-child {
    margin-top: 1em;
}
.soundworks-infobox {
    width: 60%;
    padding: 0 2em;
}


/* ========================================================================
** soundworks portfolio video
** ======================================================================== */
#video-list {
    display: inline-block;
    width: 30%;
    margin-right: 4em;
    margin-bottom: 2em;
    text-align: left;
}
#video-list ul {
    text-align: left;
}
#video-list ul li {
    display: block;
    padding: 0 0 .7em 0;
}
#video-list ul li a:link, #video-list ul li a:active, #video-list ul li a:visited {
    color: #484848;
}
#video-list ul li a:hover {
    color: #4a5f8b;
}
.video-list-row {
    padding: 0;
    border: none;
}
.video-list-title {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1em;
}
.video-list-category-tag {
    float: right;
    display: inline-block;
    color: #4a5f8b;
    font-size: .9em;
    line-height: 1.3em;
}

#video-display {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#video-display-img {
    display: block;
    width: 100%;
    max-width: 513px;
    margin: 26px 0 0 30px;
    border: 2px solid #43434b;
}
#video-container {
    float: left;
    margin-bottom: 10px;
}
#video-container-img {
    display: none;
    position: relative;
    width: 100%;
    max-width: 320px;
}
#big-screen {
    position: relative;
    display: none;
	width: 100%;
	height: 100%;
    max-width: 320px;
    max-height: 240px;
    min-width: 240px;
}
#video-details {
    display: block;
    width: 300px;
    padding-left: 4px;
    text-align: left;
}
#video-details p {
    padding-bottom: 20px;
}
#video-details a {
    color: #ece3d2;
}


/* ========================================================================
** soundworks portfolio audio
** ======================================================================== */
#audioplayer-box {
    display: none;
}
#audioplayer {
	width: 400px;
	height: 36px;
    margin: 0 auto;
    padding: 20px 0 12px 0;
}
#audioplayer-info {
    display: none;
}
.list-row {
    display: inline-block;
    margin-right: 20px;
}


/* ========================================================================
** footer
** ======================================================================== */
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    text-align: center;
    background: #313133;
}
footer p {
    margin-top: 20px;
}
footer section {
    margin: 0 auto;
    width: 90%;
}
footer section ul {
    text-align: center;
    margin-top: 20px;
}
footer section li {
    display: inline-block;
    color: #5b5b5a;
    font-size: 1.1em;
    margin-right: 46px;
}
footer section li:last-child {
    margin-right: 0;
}


/* ========================================================================
** portfolio
** ======================================================================== */
#thumbnails {
	width: 100%;
	text-align: center;
}
.project-box {
	display: inline-block;
	position: relative;
	max-width: 500px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.project-box .image-box {
	text-align: left;
}
.project-box .image-box img {
	width: 100%;
    max-width: 500px;
    border: 1px solid #555555;
}
.project-box:hover {
	background-color: #c7c2be;
}
.project-box h4 {
	margin: .5em 0 .25em 0;
    color: #302f2f;
    font-family: 'open_sanscondensed_light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    letter-spacing: .03em;
}
.project-box p {
    font-size: 1em;
    line-height: 1.3em;
}
.project-box p img {
    vertical-align: middle;
}

/* detail */
#details-container {
    width: 80%;
    margin: 0 auto;
}
#details-info {
    float: left;
	width: 40%;
    padding: 0 2em 2em 0;
    text-align: left;
}
#details-info h3 {
    margin-bottom: .6em;
}
#details-info h5 {
    margin-top: 0;
    margin-bottom: 0;
}
#details-info h5:nth-child(3) {
    margin-top: .6em;
    margin-bottom: 0;
}
#details-info p {
    margin: 1em 0;
    font-size: 1em;
    line-height: 1.4em;
}
#details-info ul {
    margin: 10px 0 30px 0;
    text-align: left;
}
#details-info ul li {
    margin: 0 0 .5em 2em;
    list-style: circle;
    color: #585858;
    font-size: 1em;
    line-height: 22px;
}
#details-info h5 a {
    padding: .3em .5em;
    background: #4a5f8b;
}

#details-img-box {
    float: right;
    width: 50%;
    padding: 0 1em;
}
#details-img-box p {
    margin-bottom: 1em;
    padding: .25em 0 1em 0;
    color: #484848;
    font-size: .9em;
}
.details-img-small {
    width: 100%;
    max-width: 600px;
    min-width: 260px;
    height: 100%;
    border: 1px solid #9f9c9c;
}
.details-img-big {
    width: 100%;
    max-width: 600px;
    min-width: 260px;
    height: 100%;
    border: 1px solid #9f9c9c;
}


/* ========================================================================
** about
** ======================================================================== */
.about-infobox {
    width: 50%;
    padding: 0 4em;
}
.about-infobox .sub-btn {
    margin-bottom: 1em;
}
#about-brief {
    margin-bottom: 30px;
}
#about-brief ul li {
    margin-bottom: 10px;
}
#about-brief ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
#about-brief ul li h5 {
    display: inline-block;
    margin: 0;
}

#about-list ul li {
    margin: .5em 0 .5em 2em;
    padding: 0 0 6px 0;
    list-style: circle;
    color: #484848;
    font-family: 'open_sansregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
}
#about-list ul li:last-child {
    padding-bottom: 26px;
}
.about-imagebox {
    margin-top: 20px;
    margin-bottom: 30px;
}


/* ========================================================================
** contact
** ======================================================================== */
.contact-infobox {
    width: 40%;
}
.contact-infobox a:link, #contact-info a:visited {
    color: #4a5f8b;
}
.contact-infobox a:hover, #contact-info a:active {
    color: #c28f3c;
}
.contact-infobox h5:first-child {
    margin-top: 12px;
}
.contact-imagebox {
    margin: 0 0 16px 30px !important;
}
.contact-imagebox img {
    border: none !important;
}
#contact-places {
    padding-top: 10px;
}

.web-places-list {
    padding-bottom: 26px;
}
.web-places-list h3 {
    margin-bottom: .1em;
}
.web-places-list ul {
    display: inline-block;
    width: 100%;
    padding-top: .5em;
}
.web-places-list ul li {
    display: inline-block;
    padding: 0 1em;
}
.web-places-list ul li a {
    display: block;
}

    
/* ========================================================================
** media queries
** ======================================================================== */
@media screen and (max-width: 1500px) {
    #about-brief ul li h5 {
        width: 80%;
    }
}
@media screen and (min-width: 1200px) {
    .project-box {
        margin-right: 40px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1200px) {
    #main-home ul li {
        width: 70%;
        margin: .5em;
    }
    #video-display-img {
        margin: 0 0 0 20px;
    }
    #video-list {
        width: 50%;
    }
    .soundworks-infobox {
        width: 80%;
        padding: 0;
    }
    #rowbox-image {
        margin-left: 0;
    }
}
@media screen and (max-width: 960px) {
    #main-home ul li {
        width: 70%;
        margin: .5em;
    }
    #details-container {
        width: 90%;
    }
    #details-info {
        width: 100%;
        padding-right: 0;
    }
    #details-img-box {
        width: 100%;
        padding: 0;
    }
    #video-display-img {
        margin: 0;
    }
    #video-list {
        width: 65%;
        margin-right: 0;
    }
    .sub-btn-list ul li {
        width: 60%;
        margin: 0 0 30px 0;
    }
    .about-infobox {
        width: 90%;
        padding: 0;
    }
    .about-infobox .sub-btn {
        margin: 0 auto;
    }
    .about-imagebox {
        margin-top: 50px;
    }
}
@media screen and (max-width: 768px) {
    #main-home ul li {
        width: 80%;
        margin: .5em;
    }
    #main-home-container {
        background-size: auto;
    }
    #nav-buttons li a img {
        display: inline-block;
    }
    #nav-buttons li a span {
        display: inline-block;
    }
    #nav-buttons li a span {
        top: 0;
    }
    .web-places-list ul li:first-child {
        padding-left: 0;
    }
    .top-row-return {
        display: none;
    }
    #about-brief ul li h5 {
        width: 80%;
    }
    .contact-infobox {
        width: 40%;
    }
}
@media screen and (max-width: 650px) {
    .contact-infobox {
        width: 95%;
    }
    .contact-imagebox {
        margin: 20px 0 16px 0 !important;
    }
    .web-places-list ul {
        width: 60%;
    }
    .web-places-list ul li {
        padding: 1em 1em;
    }
    .web-places-list ul li:first-child {
        padding-left: 2em;
    }
}
@media screen and (max-width: 600px) {
    h1 {
        font-size: 1.8em;
        line-height: 1.1em;
    }
    #main-home-statement ul li {
        width: 100px;
        margin: .5em 0 0 0;
    }
    #main-home {
        padding: 1em 0;
    }
    #main-home ul li {
        width: 90%;
        margin: .5em;
    }
    #main-home ul li a {
        padding: .5em;
        font-size: 1.5em;
    }
    #video-list {
        width: 90%;
    }
    #video-container {
        float: none;
    }
    #audioplayer {
		width: 280px;
	}
    body#about .body-center-row {
        padding: 1em .5em;
    }
    #about-brief ul li {
        padding-bottom: 6px;
        border-bottom: 1px solid #9898a8;
    }
    #about-list ul li {
        margin: .5em 0 .5em 1.2em;
        padding: .45em 0;
        font-size: 1em;
    }
    .sub-btn-list ul li {
        width: 80%;
    }
}
@media screen and (max-width: 480px) {
    nav {
        padding-bottom: .3em;
    }
    #header-home #nav-buttons ul li {
        display: block;
        margin: 0;
        padding: .4em;
    }
    #header-home #nav-buttons ul li:first-child {
        padding: .4em .4em .1em .4em;
    }
    #nav-buttons li {
        display: block;
        margin: 0;
    }
    .top-row {
        display: none;
    }
    .sub-btn {
        width: 100%;
    }
    #main-home-statement ul li {
        width: 80px;
    }
    .soundworks-infobox {
        width: 94%;
        padding: 0;
    }
    .web-places-list ul {
        width: 100%;
    }
    .video-list-row {
        padding: 4px 4px 4px 20px;
        background: #c7c2be;
    }
    .video-list-category-tag {
        float: none;
        display: block;
        text-align: left;
        font-size: .9em;
        line-height: 1.3em;
    }
    #about-brief ul li h5 {
        width: 70%;
    }
    footer section li {
        margin-right: 18px;
    }
    .sub-btn-list ul li {
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    #header-home h1 {
        padding: .6em 0;
        font-size: 1.7em;
    }
    #header h1 {
        padding: .6em 0;
        font-size: 1.7em;
    }
    #main-home-container {
        background-size: contain;
    }
    #main-home-statement {
        padding: .5em 1em .5em 1em;
    }
    #nav-buttons li a span {
        top: 1px;
    }
    #video-list {
        margin-bottom: 1em;
    }
    #video-display-img {
        display: none;
    }
    #video-details {
        width: 280px;
    }
}

    
/* ========================================================================
** fonts
** ======================================================================== */
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../fonts/OpenSans-CondLight-webfont.eot');
    src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'varelaregular';
    src: url('../fonts/vrr-regular-webfont.eot');
    src: url('../fonts/vrr-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vrr-regular-webfont.woff') format('woff'),
         url('../fonts/vrr-regular-webfont.ttf') format('truetype'),
         url('../fonts/vrr-regular-webfont.svg#varelaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


