@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
list-style: none;
}

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

.clear { clear: both; }

a {
	text-decoration: none;
	outline: none;
	outline: 0;
}
a img { border: none; }

.image-half img {
	width: 50%;
    border: 1px solid #CCC;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.codepens {
	padding: 20px;
    background: white;
    margin: 20px 0px 30px 0px;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 23%;
  margin: 2%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.hidden { display: none; }

.third {
	width: 29.333%;
    margin: 2%;
    float: left;
}
.legend {
	font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
}

/* ======================================================
   GENERAL
   ====================================================== */

.thumb-container {
	width: 104%;
    margin-left: -2%;
}
.dmd {
	text-align: right;
    margin-top: 5px;
    padding-right: 25px;
}
html {
	height: 100%;
	/*box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke:1px transparent;	*/
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img { margin-bottom: 25px; }

body {
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	font-weight: 300;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.1);
}
img {
	width: 100%;
	height: auto;	
}
video {
  width: 100%;
  height: auto;
}

a {
	text-decoration: underline;
	color: #989898;
	font-family: 'ProximaNovaSemiBold';
}
a:hover, #inner-main a:hover {
	color: #e71e8c;	
}
#inner-main p a {
	text-decoration: underline;
	color: #989898;
    background-color: rgba(255, 255, 255, 1.00);
    padding: 0px 3px 0px 23px;
	font-family: 'ProximaNovaSemiBold';
    background-image: url("http://uicdesign.com/img/link.png");
    background-repeat: no-repeat;
    background-position: 3px 2px;
}
#inner-main p a img {
	border: 0px !important;
    border-bottom: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    background-color: none !important;
    background: none !important;
    text-decoration: none !important;
    font-size: 0px !important;
    color: none !important;
}
.thumb a, .thumb-one a {
	text-decoration: none !important;
    background-color: rgba(255, 255, 255, 0.00) !important;
    padding: 0px 0px !important;
}
#navigation a { text-decoration: none;}
.pink { color: #e71e8c; }
.blue { color: #0082C9; }
.green { color: #00935A; }
.grey { color: #CCC;}
.bold { font-family: 'ProximaNovaSemiBold'; }

.h3-sep {
	border-top: 1px dotted #999;
	padding: 11px 0px 0px 0px;
	margin-top: 20px;	
}
.list li { list-style: circle; margin: 0px 0px 0px 17px; }
.light-blue { color: #90e4ff !important;}
.list { line-height: 22px; }

/* ======================================================
   Typography
   ====================================================== */
h1 { 
	font-size: 32px;
	font-family: 'ProximaNovaSemiBold';
	margin: 40px 0px 20px 0px;
	color: #e71e8c;
}
h2 { 
	font-size: 32px;
	font-family: 'ProximaNovaSemiBold';
	margin: 80px 0px 20px 0px;
	border-top: 1px dotted #000000;
	padding-top: 5px;	
}
h2 a { 
	color: #000;
}
h3 {
	font-size: 16px;	
	font-family: 'ProximaNovaBold';
}
p {
	line-height: 23px;
	margin-bottom: 20px;	
	 padding: 1px;
}
.linespace-1 {
	border-top: 1px dotted black;
    margin: 20px 0px 20px 0px;
}
.linespace-2 {
	border-top: 1px dotted black;
    margin: 50px 0px 20px 0px;
}
.first-image {
	margin-bottom: -50px;
    padding-top: 10px;
}
.list {
	list-style: disc;
    margin-bottom: 20px;
}
.list li {
	margin: 0px 20px;
}
.quote {
	font-size: 24px;	
	font-family: 'ProximaNovaThin';
    line-height: 30px;
}
.quoter {
font-family: 'ProximaNovaLight';
	display: block;
    margin-top: -10px;
    margin-bottom: 20px;
    clear: both;
}

/* ==========================================================================
   HEADER
   ========================================================================== */ 

.header {
width: 84%;
 padding: 0px 3% 0px 3%;
 max-width: 900px;
 margin: 0 auto;
}
.design-logo {
 width: 200px;
 margin: 30px 0px -130px -20px;
 padding-top: 20px;
}

header {
 width: 84%;
 padding: 0px 3% 0px 3%;
 max-width: 1200px;
 margin: 0 auto;
 position: relative;
 height: 64px;
 overflow: hidden;
 z-index: 1;
}

.identity {
	margin: 15px 0px 0px 0px;	
}
.logo {
	width: 30px;	
	float: left;	
	margin-left: -3px;
}
.logo2 {
	width: 30px;	
	float: left;	
	margin-left: -3px;
}
.course-title {
	float: left;	
	margin: 7px 0px 0px 0px;
	font-family: 'ProximaNovaBold';
}


/* ==========================================================================
   MAIN
   ========================================================================== */
#main {
	margin-top: 87px;	
}
#inner-main {
	width: 84%;
	max-width: 1200px;
	background: rgba(255, 255, 255, 0.5);
	margin: 87px auto 0px auto;
	padding: 20px 3% 40px 3%;	
}
#inner-main-2 {
	width: 86%;
	max-width: 1200px;
	background: rgba(255, 255, 255, 0.5);
	margin: 87px auto 0px auto;
	padding: 20px 2% 40px 2%;	
}
.half-left {
	width: 48%;
    margin: 0px 2% 0px 0px;
    float: left;
}
.half-right {
	width: 48%;
    margin: 0px 0% 0px 2%;
    float: right;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
	margin-top: 20px;	
}
#inner-footer {
	width: 84%;
	max-width: 1200px;
	margin: 60px auto 0px auto;
	padding: 10px 3% 40px 3%;
	border-top: 1px dotted #999;	
	font-size: 12px;
	color: #999;	
}
#inner-footer a {
	text-decoration: underline;	
	color: #999;	
	font-family: 'ProximaNovaRegular';
}
#inner-footer a:hover {
	color: #e71e8c;	
}
#inner-footer p {
	line-height: 18px;	
}
.footer-left {
	float: left;	
}
.footer-right {
	float: right;	
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */  
   
.button-wrap {
 text-align: center;
 width: 84%;
 padding: 0px 3%;
 max-width: 1200px;
 margin: -87px auto 0px auto;
 position: relative;
}
/*styling open close button*/
.button img {
 display: inline;
 position: absolute;
 right: 3%;
 top: 20px;
 z-index: 999;
 width: 50px;
}
.button {
	padding-right: 3%;
}
/* ========= OVERLAY ========= */   
.overlay {
 display: none;
 position: fixed;
 top: 0;
 height: 100%;
 width: 100%;
 background: rgba(0, 0, 0, 0.92);
 overflow: auto;
 z-index: 998;
}
.wrap {
 color: #fff;
 text-align: left;
 max-width: 1200px;
 margin: 0 auto;
 width: 84%;
 padding: 0% 3%;
}
#navigation {
	margin: 100px 0px 0px 0px;
	line-height: 24px;	
}
.nav-left {
	border-top: 3px solid #E4E4E4;
	float: left;	
	width: 30.333%;
	margin: 0% 3% 0% 0%;	
	padding: 10px 0px 0px 0px;
}
.nav-middle {
	border-top: 3px solid #E4E4E4;
	float: left;	
	width: 30.333%;
	margin: 0% 1.5% 0% 1.5%;	
	padding: 10px 0px 0px 0px;			
}
.nav-right {
	border-top: 3px solid #E4E4E4;
	float: left;	
	width: 30.333%;	
	margin: 0% 0% 0% 3%;	
	padding: 10px 0px 0px 0px;	
}
#navigation h3 {
}
#navigation ul {
	border-top: 1px solid #E4E4E4;	
	margin-top: 20px;
	padding-top: 9px;
}
#navigation a {
	color: #BFBFBF;	
}
#navigation a:hover { color: #e71e8c; }

.identity a  {
	color: black;
    text-decoration: none;
}

/* ==========================================================================
   CODE SECTIONS
   ========================================================================== */ 
.c-html {
	color: rgba(0,0,0,0.25);
	margin: 0px 0px 5px 0px;	
	display: block;
	text-align: right;
	font-size: 14px;
	font-family: 'ProximaNovaSemiBold';
}
.html-code {
	background-color: rgba(0,0,0,0.10);	
	padding: 25px 3%;
	font-size: 14px;
	line-height: 16px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.c-css {
	color: rgba(0,0,0,0.60);
	margin: 0px 0px 5px 0px;	
	display: block;
	text-align: right;
	font-size: 14px;
	font-family: 'ProximaNovaSemiBold';
}
.css-code {
	background-color: rgba(0,0,0,0.60);	
	color: #fff;
	padding: 25px 3%;
	font-size: 14px;
	line-height: 16px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.c-browser {
	color: rgba(0,0,0,0.50);
	margin: 0px 0px 5px 0px;	
	display: block;
	text-align: right;
	font-size: 14px;
	font-family: 'ProximaNovaSemiBold';
}
.full {
	margin: 20px 0px 0px 0px;	
}



/* ==========================================================================
   CALENDAR
   ========================================================================== */ 
.c-week {
	border-top: 1px dotted black;
    padding: 10px 0px 0px 0px;
    margin: 10px 0px 5px 0px;
}
.c-day {
	width: 46%;
    float: left;
    margin: 0px 2% 0px 0%;
}



/* ==========================================================================
   WORK
   ========================================================================== */ 
.for-videos {
	width: 104%;
    margin-left: -2%;
}

.bookcover {
	width: 48%;
	clear: both;
	margin: 0px 0%;
}
.thumbs-1 {
	width: 104%;
	margin-left: -2%;
	margin-bottom: 20px;
}

.thumb-one {
	width: 21%;
	margin: 5px 2%;
	float: left;
    height: 250px;
}
.thumb-one img {
	margin: 0%;
}
.thumb-one p {
	font-size: 12px;
	margin: 0px 0px 20px 0px;
    line-height: 14px;
}
.bc-descriptions {
	clear: both;
	margin: 0px 0px 0px 0px;
}
.thumb-two {
	width: 29.333%;
	margin: 5px 2% 45px 2%;
	float: left;
}
.thumb-two img {
	margin: 0%;
}
.thumb-two p {
	font-size: 12px;
	margin: 0px 0px 20px 0px;
    line-height: 14px;
}
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; margin: 0px 0px 40px 0px; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.vimeolegend { margin-top: -40px !important;}


.responsive-container2 { position: relative; padding-bottom: 80%; padding-top: 0px; height: 0; overflow: hidden; margin: 0px 0px 40px 0px; }
.responsive-container2 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }









/* ======================================================
   MEIDA QUERIES
   ====================================================== */ 
   
@media screen and (max-width: 600px) {

.nav-left {
	border-top: 3px solid #E4E4E4;
	float: left;	
	width: 100%;
	margin: 0% auto 40px auto;	
	padding: 10px 0px 0px 0px;
}
.nav-middle {
	border-top: 3px solid #E4E4E4;
	float: left;	
	width: 100%;
	margin: 0% auto 40px auto;	
	padding: 10px 0px 0px 0px;			
}
.nav-right {
	border-top: 3px solid #E4E4E4;
	float: left;	
	width: 100%;	
	margin: 0% auto 80px auto;	
	padding: 10px 0px 0px 0px;	
}
.thumb-two {
	width: 46%;
	margin: 5px 2% 25px 2%;
	float: left;
}
.c-day {
	width: 96%;
    float: none;
    margin: 0px 2% 0px 0%;
}

}   
 



/* ======================================================
   ANIMATION
   ====================================================== */
.element-animation{
  animation: animationFrames ease 40s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 21s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 21s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 21s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 21s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  ;
  }
  15% {
    opacity:1;
    transform:  ;
  }
  85% {
    opacity:1;
    transform:  ;
  }
  100% {
    opacity:0;
    transform:  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  ;
  }
  15% {
    opacity:1;
    -moz-transform:  ;
  }
  85% {
    opacity:1;
    -moz-transform:  ;
  }
  100% {
    opacity:0;
    -moz-transform:  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  ;
  }
  15% {
    opacity:1;
    -webkit-transform:  ;
  }
  85% {
    opacity:1;
    -webkit-transform:  ;
  }
  100% {
    opacity:0;
    -webkit-transform:  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  ;
  }
  15% {
    opacity:1;
    -o-transform:  ;
  }
  85% {
    opacity:1;
    -o-transform:  ;
  }
  100% {
    opacity:0;
    -o-transform:  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  ;
  }
  15% {
    opacity:1;
    -ms-transform:  ;
  }
  85% {
    opacity:1;
    -ms-transform:  ;
  }
  100% {
    opacity:0;
    -ms-transform:  ;
  }
}


.resp-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.resp-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* -------->> CSS Transitions <<<-----------*/


.fade a {
	opacity: 1.0;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}

.fade a:hover {
	opacity: 0.5;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}




