@font-face {
    font-family: 'weblysleek_uilight';
    src: url('fonts/weblysleekuil-webfont.eot');
    src: url('fonts/weblysleekuil-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/weblysleekuil-webfont.woff2') format('woff2'),
         url('fonts/weblysleekuil-webfont.woff') format('woff'),
         url('fonts/weblysleekuil-webfont.ttf') format('truetype'),
         url('fonts/weblysleekuil-webfont.svg#weblysleek_uilight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'weblysleek_uisemibold';
    src: url('fonts/weblysleekuisb-webfont.eot');
    src: url('fonts/weblysleekuisb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/weblysleekuisb-webfont.woff2') format('woff2'),
         url('fonts/weblysleekuisb-webfont.woff') format('woff'),
         url('fonts/weblysleekuisb-webfont.ttf') format('truetype'),
         url('fonts/weblysleekuisb-webfont.svg#weblysleek_uisemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'weblysleek_uisemilight';
    src: url('fonts/weblysleekuisl-webfont.eot');
    src: url('fonts/weblysleekuisl-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/weblysleekuisl-webfont.woff2') format('woff2'),
         url('fonts/weblysleekuisl-webfont.woff') format('woff'),
         url('fonts/weblysleekuisl-webfont.ttf') format('truetype'),
         url('fonts/weblysleekuisl-webfont.svg#weblysleek_uisemilight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('fonts/SourceSansPro-Semibold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('fonts/SourceSansPro-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
/*==== RESET ====*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    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;
}
/*==== end of RESET ====*/
*, 
*:after, 
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}
.clear {
  clear: both;
}
.main {
  overflow: hidden;
}
pre {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  overflow: hidden;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: normal;
}
/*==== welcome ====*/

.welcome--container {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.welcome--text {
  text-decoration: none;
  color: #000000;
  display: inline-block;
}

.welcome--big-text {
  font-size: 66px;
  line-height: 66px;
  font-family: "SourceSansPro-Semibold";
  display: inline-block;
}
.welcome--normal-text {
  font-size: 18px;
  line-height: 18px;
  font-family: "SourceSansPro-Regular";
  display: inline-block;
}
.welcome--text:hover,
.welcome--text:focus {
  text-decoration: none;
  color: #ff61a0;
}

/*==== end of welcome ====*/
/*==== NAVIGATION ====*/
.header {
  background-color: #fff;
}
.logo--link {
  display: block;
}
.logo--img {
  display: block;
  width: 100%;
}
.nav--trigger-btn {
  position: relative;
  float: right;
  background-color: transparent;
  background-image: none;
  padding: 9px 10px;
  margin: 8px 15px 0 0;
}
.trigger-btn--icon-bar {
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
}
.trigger-btn--icon-bar + .trigger-btn--icon-bar {
    margin-top: 4px;
}
.logo--container {
  float: left;
  width: 220px;
  padding: 15px;
}
.hidden {
  display: none;
}
.nav--container {
  display: none;
}
#showNav:checked ~ .nav--container {
  display: block;
}
.nav--list {
  border-top: 1px solid #ff61a0;
  border-bottom: 1px solid #ff61a0;
}
.nav--link {
  display: block;
  position: relative;
  color: #242424;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  font-family: "weblysleek_uisemibold";
  line-height: 20px;
  font-size: 14px;
}

/*==== end of NAVIGATION ====*/

/*==== about ====*/

.infos--container {
  padding: 20px 15px 0 15px;
}
.infos-text--semib {
  font-family: "weblysleek_uisemibold";
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 5px;
}
.infos-text--semil {
  font-family: "weblysleek_uisemilight";
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 5px;
}
.about-img--container {
  padding-bottom: 10px;
}
.about-img--pics {
  padding: 10px 0;
  margin: 0 auto;
  display: block;
}
/*==== end of about ====*/

/*==== contact ====*/
.contact--background-img {
  background: url("../images/cana_orig.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.social-items--container {
  text-align: center;
}
.social-items {
  display: inline-block;
}
.contact--text {
  text-align: center;
  line-height: 40px;
} 
/*==== end of contact ====*/ 

.book--text {
  text-align: center;
}
.awards--text {
  text-align: center;
}

.projects--container {
  padding: 20px 15px 0 15px;
}
.prj-item--container {
  margin: 30px 0; 
  text-align: center;
}
.prj-item--link {
  color: #BD3A29;
  text-decoration: none;
}
.video--contaier {
  text-align: center;
}


/*==== work ====*/
.work-item--container {
  position: relative;
}
.prj-list {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 135px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.prj-category {
  font-size: 12px;
  color: #A7A7A7;
  margin: 0 0 2px;
  font-family: sans-serif;
}
pre.prj-title {
  line-height: 1.3;
  font-family: "weblysleek_uisemibold";
  font-size: 4vw;
  color: #656565;
  cursor: pointer;
}
.prj-modal--container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.prj-modal--header {
  border-bottom: 1px solid #e5e5e5;
}
.prj-modal--header,
.prj-modal--footer {
  padding: 10px 15px;
  overflow: hidden;
}
.prj-modal--footer {
  border-top: 1px solid #e5e5e5;
}
.prj-modal--title {
  font-size: 20px;
  font-family: "weblysleek_uisemibold";
  line-height: 24px;
}
.prj-modal--description {
  margin-top: 8px;
  font-size: 18px;
  font-family: "weblysleek_uisemibold";
}
.prj-modal--body {
  /*padding: 15px;*/
}
.prj-modal--body-text {
  font-family: "weblysleek_uisemilight";
  font-size: 15px;
  line-height: 1.3;
  color: #333;
  margin: 20px 15px 20px;
}
.prj-modal--image {
  display: block;
  width: 100%;
}
.prj-modal--helper {
  font-family: "weblysleek_uisemilight";
  font-size: 15px;
  color: #333;
  padding: 10px;
}
.prj-modal--audio {
  width: 100%;
}
.prj-modal--video {
  width: 100%;
}
.prj-modal--content {
  background-clip: padding-box;
  border-radius: 4px;
  background-color: #fff;
  width: 90%;
  margin: 20px auto;
}
.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stopScrolling {
  overflow: hidden;
}
.effect {
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  transition: all 0.8s linear;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #E2E2E2;
}
.effect:hover {
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  transition: all 0.8s linear;
  border: 1px solid #ff61a0;
}

.prj-modal--header--close-btn {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  float: right;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
}
.prj-modal--footer--close-btn {
  float: right;
  color: #333;
  background-color: #fff;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/*==== end of work ====*/ 

@media screen and (min-width: 636px) {
  .infos--container {
    float: left;
    width: 50%;
  }
  .about-img--container {
    float: left;
    width: 50%;
  }
  .work-item--container {
    width: 95%;
    margin: 0 auto;
  }
  pre.prj-title {
    font-size: 3vw;
  }
  .prj-modal--content {
    width: 65%;
  }
}
@media screen and (min-width: 744px) {
  .main,
  .projects--container {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 968px) {
  .main, 
  .work-item--container,
  .projects--container {
    width: 85%;
    margin: 0 auto;
  }
  .nav--trigger-btn {
    display: none;
  }
  .nav--container {
    display: block;
    overflow: hidden;
    float: right;
    padding: 15px 15px 0 0;
  }
  .header {
    overflow: hidden;
  }
  .header .clear {
    clear: none;
  }
  .nav--list {
    border: none;
    overflow: hidden;
  }
  .nav--item {
    float: left;
  }
  .prj-list {
    width: 33%;
    float: left;
  }
  pre.prj-title {
    font-size: 1.2vw;
  }
  .prj-item--container {
    width: 33%;
    float: left;
    text-align: center;
    overflow: hidden;
  }
  .video--contaier {
    width: 33%;
    float: left;
  }
}  
@media screen and (min-width: 1280px) {
  .main,
  .work-item--container,
  .projects--container {
    width: 75%;
    margin: 0 auto;
  }
  pre.prj-title {
    font-size: 0.9vw;
  }
  .prj-modal--content {
    width: 55%;
  }
}
@media screen and (min-width: 1480px) {
  .main,
  .work-item--container,
  .projects--container {
    width: 65%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1534px) {
  .main,
  .work-item--container,
  .projects--container {
    width: 65%;
    margin: 0 auto;
  }
  pre.prj-title {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 1798px) {
  .main,
  .work-item--container,
  .projects--container {
    width: 50%;
    margin: 0 auto;
  }
  .prj-modal--content {
    width: 45%;
  }
}