/* line 17, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 12, ../sass/screen.scss */
.clearBoth {
  clear: both;
}

/* line 16, ../sass/screen.scss */
html {
  background-color: #fff;
}

/* line 20, ../sass/screen.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 24, ../sass/screen.scss */
body {
  background-color: #f2f2f2;
  color: #5e5e5d;
  font-family: 'PT Serif', serif;
}

/* line 30, ../sass/screen.scss */
a {
  color: #9b9b9b;
}
/* line 33, ../sass/screen.scss */
a:hover {
  color: #666;
}

/* line 38, ../sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 57, ../sass/screen.scss */
.w1 h5, .w2 h5, .w3 h5, .w4 h5,
.view-works,
.journal-teaser li,
#shotsByPlayerId a h3,
* a,
#page-journallist .journal-list li:hover h4 a,
#page-home .about-teaser h1 span,
.books li img,
.books li .bookcover,
.sexy,
.works-featured li,
.works-featured li img,
.works-featured-one li,
.works-featured-one li img,
.dribbble-works li,
.dribbble-works li img,
.dribbble-works h3,
.works-featured .text-feature,
header,
#page-hire #content-wrapper:hover {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* ---------------------------------
	Header */
/* line 67, ../sass/screen.scss */
header {
  padding: 0.5em 2em;
  clear: both;
  height: 100px;
  background-color: #fff;
}

/* line 75, ../sass/screen.scss */
.avatar {
  width: 97px;
  height: 97px;
  float: left;
  background: url("/images/oykunhead.png");
}
/* line 81, ../sass/screen.scss */
.avatar:hover {
  background: url("/images/inspiration.gif");
}

/* line 86, ../sass/screen.scss */
.avatar-blank {
  width: 97px;
  height: 97px;
  float: left;
  background: url("/images/avatar_oykun_blank.png");
}

/* line 93, ../sass/screen.scss */
.nav {
  float: right;
  margin-top: 2.5em;
}
/* line 97, ../sass/screen.scss */
.nav li {
  display: inline;
  margin-left: 3em;
}
/* line 102, ../sass/screen.scss */
.nav .active a {
  color: #333332;
  border-bottom: 3px solid #5e5e5d;
}
/* line 107, ../sass/screen.scss */
.nav a {
  text-decoration: none;
  padding: 1em 0;
}
/* line 111, ../sass/screen.scss */
.nav a:hover {
  border-bottom: 4px solid #9b9b9b;
}

/* ---------------------------------
	Header #END */
/* ---------------------------------
	Content */
/* line 125, ../sass/screen.scss */
#content-wrapper {
  width: 800px;
  margin: 0 auto;
}

/* line 131, ../sass/screen.scss */
h1 {
  font-size: 40px;
  font-weight: 400;
  margin: 1em 0 1em 0;
  letter-spacing: 0.01em;
}

/* line 138, ../sass/screen.scss */
h2 {
  font-size: 20px;
  margin-bottom: 2em;
  line-height: 1.9em;
}

/* line 145, ../sass/screen.scss */
.about-teaser {
  padding: 4em 0;
  width: 800px;
}

.about-teaser h2.infoline a {
  border-bottom: 0 !important;
}

/* line 150, ../sass/screen.scss */
.works-teaser {
  width: 800px;
  border-top: 5px solid #fff;
  padding: 5em 0;
}
/* line 155, ../sass/screen.scss */
.works-teaser a {
  text-decoration: none;
  color: #5e5e5d;
}
/* line 160, ../sass/screen.scss */
.works-teaser .w1 {
  float: left;
  margin: 0 2em 2em 0;
  width: 366px;
  height: 635px;
  overflow: hidden;
}
/* line 167, ../sass/screen.scss */
.works-teaser .w1 h5 {
  background-color: #fff;
  padding: 30px 0;
  width: 366px;
  text-align: center;
  margin-top: -76px;
}
/* line 174, ../sass/screen.scss */
.works-teaser .w1 h5 a {
  padding-bottom: 10px;
}
/* line 178, ../sass/screen.scss */
.works-teaser .w1 h5 a:hover {
  color: #111;
  border-bottom: 4px solid #5e5e5d;
}
/* line 184, ../sass/screen.scss */
.works-teaser .w1:hover h5 {
  margin-top: 0;
}
/* line 188, ../sass/screen.scss */
.works-teaser .w1:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 193, ../sass/screen.scss */
.works-teaser .w2, .works-teaser .w3 {
  float: right;
  margin-bottom: 2em;
  overflow: hidden;
  width: 400px;
  height: 300px;
}
/* line 201, ../sass/screen.scss */
.works-teaser .w2 h5, .works-teaser .w3 h5 {
  background-color: #fff;
  padding: 30px 0;
  width: 400px;
  text-align: center;
  margin-top: -76px;
}
/* line 208, ../sass/screen.scss */
.works-teaser .w2 h5 a, .works-teaser .w3 h5 a {
  padding-bottom: 10px;
}
/* line 212, ../sass/screen.scss */
.works-teaser .w2 h5 a:hover, .works-teaser .w3 h5 a:hover {
  color: #111;
  border-bottom: 4px solid #5e5e5d;
}
/* line 218, ../sass/screen.scss */
.works-teaser .w2:hover h5, .works-teaser .w3:hover h5 {
  margin-top: 0;
}
/* line 222, ../sass/screen.scss */
.works-teaser .w2:hover img, .works-teaser .w3:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 227, ../sass/screen.scss */
.works-teaser .w4 {
  float: left;
  margin-bottom: 2em;
  overflow: hidden;
  width: 466px;
  height: 300px;
}
/* line 235, ../sass/screen.scss */
.works-teaser .w4 h5 {
  background-color: #fff;
  padding: 30px 0;
  width: 466px;
  text-align: center;
  margin-top: -76px;
}
/* line 242, ../sass/screen.scss */
.works-teaser .w4 h5 a {
  padding-bottom: 10px;
}
/* line 246, ../sass/screen.scss */
.works-teaser .w4 h5 a:hover {
  color: #111;
  border-bottom: 4px solid #5e5e5d;
}
/* line 252, ../sass/screen.scss */
.works-teaser .w4:hover h5 {
  margin-top: 0;
}
/* line 256, ../sass/screen.scss */
.works-teaser .w4:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 261, ../sass/screen.scss */
.works-teaser .view-works {
  float: right;
  width: 195px;
  height: 160px;
  padding: 140px 0 0 105px;
  background-color: #fff;
}
/* line 268, ../sass/screen.scss */
.works-teaser .view-works:hover {
  background-color: #f2f2f2;
}
/* line 272, ../sass/screen.scss */
.works-teaser .view-works:hover a {
  color: #5e5e5d;
  border-bottom: 2px solid #5e5e5d;
  padding-bottom: 1em;
}

/* Journal Teaser Horizontal List style

.journal-teaser {
	width: $content-width;
	border-top: 5px solid #fff;
	padding: 4em 0 3em 0;
	margin-top: 5em;
	
	li {
		float: left;
		padding: 1em;
		width: 232px;
		text-align: center;
	
		&:hover {
			background-color: #fff;
		}
			
		h4 {
		    font-size: 33px;
		    font-weight: 400;
		    padding: 1em 0 0.7em 0;
		    letter-spacing: 0.01em;
		    line-height: 1.3em;
		}
		
		p {
		    color: $text-lighter;
		}
	}
	
	.journal-teaser-thumbnail {
		width: 220px;
		height: 220px;
		text-align: center;
		
		img {
			margin: 0 auto;
			width: 230px;
			height: 230px;
		}
	}
	
	.journal-teaser-header {
		clear: both;
		height: 4em;
		display: block;		
		padding: 1em 0 1em 0;
		
		h3 {
		    font-size: 35px;
		    font-weight: 400;
		    letter-spacing: 0.01em;
		    float: left;
		}
		
		h2 {
			float: right;
		}
	
	}
}
*/
/* line 345, ../sass/screen.scss */
.journal-teaser {
  width: 800px;
  border-top: 5px solid #fff;
  padding: 4em 0 3em 0;
  margin: 5em 0 0;
}
/* line 351, ../sass/screen.scss */
.journal-teaser li {
  display: block;
  height: 192px;
}
/* line 355, ../sass/screen.scss */
.journal-teaser li:hover {
  background-color: #fff;
}
/* line 359, ../sass/screen.scss */
.journal-teaser li h4 {
  font-size: 33px;
  font-weight: 400;
  padding: 1em 0 0.6em 0;
  letter-spacing: 0.01em;
}
/* line 366, ../sass/screen.scss */
.journal-teaser li p {
  color: #9b9b9b;
}
/* line 371, ../sass/screen.scss */
.journal-teaser .journal-teaser-thumbnail {
  float: left;
  margin-right: 2.5em;
}
/* line 377, ../sass/screen.scss */
.journal-teaser h3 {
  font-size: 35px;
  font-weight: 400;
  margin: 1em 0 2em 0;
  letter-spacing: 0.01em;
}
/* line 384, ../sass/screen.scss */
.journal-teaser h2 {
  margin: 3em 0 0;
}

/* ---------------------------------
	Content #END */
/* ---------------------------------
	Footer */
/* line 398, ../sass/screen.scss */
footer {
  padding: 5em 0;
  margin-top: 6em;
  background-color: #fff;
  text-align: center;
}
/* line 404, ../sass/screen.scss */
footer p {
  margin: 3em 0;
  color: #c1c1c1;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
/* line 411, ../sass/screen.scss */
footer a {
  color: #c1c1c1;
}

/* line 417, ../sass/screen.scss */
.social {
  margin: 0 auto;
  width: 440px;
  height: 90px;
}
/* line 422, ../sass/screen.scss */
.social li {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 1em;
}
/* line 428, ../sass/screen.scss */
.social li a {
  float: left;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px / 4px;
  border-radius: 4px / 4px;
}
/* line 435, ../sass/screen.scss */
.social li a.dribbble {
  background: url("/images/dribbble.png") no-repeat center 20px;
}
/* line 438, ../sass/screen.scss */
.social li a.dribbble:hover {
  background-position: center -75px;
  background-color: #ed6297;
}
/* line 444, ../sass/screen.scss */
.social li a.twitter {
  background: url("/images/twitter.png") no-repeat center 22px;
}
/* line 447, ../sass/screen.scss */
.social li a.twitter:hover {
  background-position: center -75px;
  background-color: #52a2c6;
}
/* line 453, ../sass/screen.scss */
.social li a.rdio {
  background: url("/images/rdio.png") no-repeat center 22px;
}
/* line 456, ../sass/screen.scss */
.social li a.rdio:hover {
  background-position: center -75px;
  background-color: #1689ca;
}
/* line 462, ../sass/screen.scss */
.social li a.instagram {
  background: url("/images/instagram.png") no-repeat center 22px;
}
/* line 465, ../sass/screen.scss */
.social li a.instagram:hover {
  background-position: center -75px;
  background-color: #4C769D;
}
/* line 471, ../sass/screen.scss */
.social li a.zerply {
  background: url("/images/zerply.png") no-repeat center 22px;
}
/* line 474, ../sass/screen.scss */
.social li a.zerply:hover {
  background-position: center -75px;
  background-color: #8EB879;
}
.social li a.linkedin {
  background: url("/images/linkedin.png") no-repeat center 22px;
}
/* line 474, ../sass/screen.scss */
.social li a.linkedin:hover {
  background-position: center -75px;
  background-color: #0976b4;
}

/* ---------------------------------
	Footer #END */
/* ---------------------------------
	PAGE Contact */
/* line 490, ../sass/screen.scss */
#page-home .about-teaser {
  width: 100%;
}
/* line 493, ../sass/screen.scss */
#page-home .about-teaser a {
  text-decoration: none;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 0.5em;
}
/* line 498, ../sass/screen.scss */
#page-home .about-teaser a:hover {
  border-bottom: 3px solid #333332;
}
/* line 503, ../sass/screen.scss */
#page-home .about-teaser h1 {
  font-size: 2.5em;
}
/* line 507, ../sass/screen.scss */
#page-home .about-teaser h2 {
  font-size: 1.5em;
}

/* ---------------------------------
	PAGE Contact */
/* line 520, ../sass/screen.scss */
#page-contact h1 {
  line-height: 2em;
  margin: 2em 0 2em 0;
  font-size: 2em;
}
/* line 526, ../sass/screen.scss */
#page-contact .about-teaser ul {
  color: #9b9b9b;
  line-height: 1.6em;
}
/* line 530, ../sass/screen.scss */
#page-contact .about-teaser ul li {
  margin: .5em 0;
}

/* ---------------------------------
	PAGE Works */
/* line 541, ../sass/screen.scss */
#page-works .about-teaser {
  padding-top: 4em;
}
/* line 545, ../sass/screen.scss */
#page-works .works-teaser {
  border: 0;
  padding-top: 0;
}
/* line 550, ../sass/screen.scss */
#page-works footer {
  margin-top: 0;
}

/* line 555, ../sass/screen.scss */
.works-featured {
  margin: 1em 0;
  padding-bottom: 3em;
  border-bottom: 4px solid #eaeaea;
  clear: left;
  height: 280px;
  display: block;
}
.works-featured-one {
  margin: 5em 0 0;
  padding-bottom: 1em;
  clear: left;
  height: 280px;
  display: block;
}
/* line 563, ../sass/screen.scss */
.works-featured li, .works-featured-one li {
  display: inline;
  width: 370px;
  float: left;
  padding-bottom: 1em;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px / 6px;
  border-radius: 6px / 6px;
  text-align: center;
}
/* line 573, ../sass/screen.scss */
.works-featured li:hover img, .works-featured-one li:hover img {
  margin-top: -5px;
}
/* line 577, ../sass/screen.scss */
.works-featured li:hover .text-feature, .works-featured-one li:hover .text-feature {
  background-color: #fff;
}
/* line 583, ../sass/screen.scss */
.works-featured .leftf, .works-featured-one .leftf {
  float: left;
}
/* line 587, ../sass/screen.scss */
.works-featured .rightf, .works-featured-one .rightf {
  float: right;
}
/* line 591, ../sass/screen.scss */
.works-featured .text-feature, .works-featured-one .text-feature {
  background-color: #eaeaea;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px / 6px;
  border-radius: 6px / 6px;
  padding: 1.5em 1em;
  margin-bottom: 2em;
  text-align: center;
}
/* line 598, ../sass/screen.scss */
.works-featured .text-feature:before, .works-featured-one .text-feature:before {
  content: "";
  float: left;
  width: 16px;
  height: 16px;
  background: url(../images/star.png) no-repeat 0 0;
}
/* line 606, ../sass/screen.scss */
.works-featured .text-feature:after, .works-featured-one .text-feature:after {
  content: "";
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/star.png) no-repeat 0 0;
}

/* line 617, ../sass/screen.scss */
.dribbble-works li {
  float: left;
  width: 33%;
  text-align: center;
  padding: 1em 0 1.5em 0;
  margin-bottom: 4em;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px / 3px;
  border-radius: 3px / 3px;
}
/* line 629, ../sass/screen.scss */
.dribbble-works li:hover img {
  -webkit-transform: perspective(0) rotate(-2deg);
  -moz-transform: perspective(0) rotate(-2deg);
  -ms-transform: perspective(0) rotate(-2deg);
  -o-transform: perspective(0) rotate(-2deg);
  transform: perspective(0) rotate(-2deg);
  border-color: #fff;
}
/* line 634, ../sass/screen.scss */
.dribbble-works li:hover h3 a {
  border-color: #9b9b9b;
}
/* line 639, ../sass/screen.scss */
.dribbble-works li img {
  width: 235px;
  height: 235px;
  -webkit-border-radius: 150px 150px;
  -moz-border-radius: 150px / 150px;
  border-radius: 150px / 150px;
}
/* line 645, ../sass/screen.scss */
.dribbble-works li h3 {
  padding: 1.8em 0 0;
}
/* line 648, ../sass/screen.scss */
.dribbble-works li h3 a {
  text-decoration: none;
  color: #5e5e5d;
  padding-bottom: .4em;
  border-bottom: 4px solid #f2f2f2;
}

/*
.dribbblefeed {
	overflow: hidden;
}

#shotsByPlayerId {

	width: 140%;
	height: 600px;
	overflow:hidden;
	
	li {
		display: inline;
		width: auto;
		margin: 0;
		padding: 0em;
	
		a {
			float: left;
			overflow: hidden;
			width: 400px;
			height: 300px;
			
			
			h3 {
				background-color: #fff;
				padding: 30px 0;
				width: 400px;
				text-align: center;
				margin-top: -76px;
			
				a {
					padding-bottom: 10px;	
				}
				
				a:hover  {
					color: #111;
					border-bottom: 4px solid $text-color;
				}			
			}
			
			&:hover h3 {		
				margin-top: 0;
			}			
			
			&:hover img {
				@include opacity (0.5);
			}		
		}
	
	
		img {
			width: 400px;
			height: 300px;	
		}
	}
}
*/
/* ---------------------------------
	PAGE Profile */
/* line 723, ../sass/screen.scss */
#page-profile .about-teaser {
  padding: 6em 0 2em 0;
  text-align: center;
}
/* line 728, ../sass/screen.scss */
#page-profile h1 {
  padding: 1em 0 0;
}
/* line 733, ../sass/screen.scss */
#page-profile #content-wrapper p {
  font-size: 1.2em;
  letter-spacing: 0.03em;
  line-height: 2em;
  margin-bottom: 1.7em;
}
/* line 740, ../sass/screen.scss */
#page-profile #content-wrapper a:hover {
  text-decoration: none;
}
/* line 745, ../sass/screen.scss */
#page-profile .text-twitter {
  color: #52a2c6;
}
/* line 749, ../sass/screen.scss */
#page-profile .text-dribbble {
  color: #ed6297;
}
/* line 753, ../sass/screen.scss */
#page-profile .text-rdio {
  color: #1689ca;
}
/* line 757, ../sass/screen.scss */
#page-profile .text-instagram {
  color: #4C769D;
}

/* line 763, ../sass/screen.scss */
.books {
  padding-bottom: 1em;
}
/* line 766, ../sass/screen.scss */
.books .bookcover {
  height: 270px;
  padding-top: 5px;
}
/* line 771, ../sass/screen.scss */
.books img {
  margin: 0 0 1em 0;
}
/* line 775, ../sass/screen.scss */
.books li {
  float: left;
  padding: 1.2em;
  width: 220px;
  height: 400px;
  text-align: center;
}
/* line 782, ../sass/screen.scss */
.books li:hover img {
  -webkit-box-shadow: 0 0 9px #787878;
  -moz-box-shadow: 0 0 9px #787878;
  box-shadow: 0 0 9px #787878;
}
/* line 786, ../sass/screen.scss */
.books li:hover .bookcover {
  padding: 0;
}
/* line 792, ../sass/screen.scss */
.books h3 {
  font-size: 1.3em;
  margin-bottom: .4em;
}
/* line 797, ../sass/screen.scss */
.books p {
  padding: 1em 0 0;
  font-size: .9em !important;
}

/* ---------------------------------
	PAGE Journal List */
/* #page-journallist { */
/* line 807, ../sass/screen.scss */
.journal-teaser {
  border: 0;
  padding: 4em 0 0;
  margin: 0;
}

/* line 814, ../sass/screen.scss */
.journal-list li {
  height: 190px;
  display: block;
  margin-bottom: 3em;
}
/* line 819, ../sass/screen.scss */
.journal-list li:hover {
  background: #fff;
}
/* line 822, ../sass/screen.scss */
.journal-list li:hover h4 a {
  color: #333332;
  text-decoration: none;
  border-bottom: 4px solid #5e5e5d;
  margin-left: .2em;
}
/* line 831, ../sass/screen.scss */
.journal-list h4 {
  padding-top: .5em !important;
}
/* line 834, ../sass/screen.scss */
.journal-list h4 a {
  color: #5e5e5d;
  text-decoration: none;
}
/* line 840, ../sass/screen.scss */
.journal-list p.entry {
  font-size: 1.1em;
  margin: 1.3em 0 0 12.5em;
  color: #5e5e5d !important;
  line-height: 1.8em;
}

/* ---------------------------------
	PAGE Journal */
/* line 853, ../sass/screen.scss */
.img-centred {
  text-align: center;
  padding: 2em 0;
}

/* line 858, ../sass/screen.scss */
.note {
  font-style: italic;
  color: #9b9b9b;
}

/* line 863, ../sass/screen.scss */
.illustration-note {
  font-style: italic;
  font-size: .9em !important;
  text-align: center;
  margin-bottom: 3.2em !important;
}

/* line 870, ../sass/screen.scss */
.quote {
  font-style: italic;
  font-size: 1.4em !important;
  padding: 0.7em 1.5em;
}
/* line 875, ../sass/screen.scss */
.quote span {
  font-size: 1.2em;
}

/* line 880, ../sass/screen.scss */
#page-journal {
  /* Merhaba */
  /* Music and Discovery */
  /* White Space */
  /* Self Taught */
}
/* line 883, ../sass/screen.scss */
#page-journal header a, #page-journal header .active a {
  color: #fff;
  border-color: #fff;
}
/* line 888, ../sass/screen.scss */
#page-journal header .avatar:hover {
  background: url("/images/oykunhead.png");
}
/* line 893, ../sass/screen.scss */
#page-journal footer {
  margin-top: 0;
}
/* line 897, ../sass/screen.scss */
#page-journal h1 {
  padding: 1.5em 0 0.5em 0;
  margin: 0;
  text-align: center;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.3em;
}
/* line 905, ../sass/screen.scss */
#page-journal .article-date {
  color: #979796;
  font-size: 0.9em;
  text-align: center;
  padding-bottom: 1em;
}
/* line 914, ../sass/screen.scss */
#page-journal #content-wrapper ul.bulletlist {
  font-size: 1.2em;
  letter-spacing: 0.03em;
  line-height: 2em;
  margin-bottom: 2em !important;
  padding-left: 0;
}
/* line 921, ../sass/screen.scss */
#page-journal #content-wrapper ul.bulletlist li {
  margin-bottom: 1.7em;
  padding-left: 0;
}
/* line 926, ../sass/screen.scss */
#page-journal #content-wrapper ul.bulletlist strong {
  font-size: 1.1em;
  margin-right: 0.33em;
}
/* line 933, ../sass/screen.scss */
#page-journal #content-wrapper ul.romanlist {
  font-size: 1.2em;
  letter-spacing: 0.03em;
  line-height: 2em;
  margin-bottom: 2em !important;
  padding-left: 2em;
}
/* line 940, ../sass/screen.scss */
#page-journal #content-wrapper ul.romanlist li {
  margin-bottom: 1.1em;
  padding-left: 1em;
  list-style: upper-roman;
}
/* line 946, ../sass/screen.scss */
#page-journal #content-wrapper ul.romanlist strong {
  font-size: 1.1em;
  margin-right: 0.33em;
}
/* line 953, ../sass/screen.scss */
#page-journal #content-wrapper p {
  font-size: 1.2em;
  letter-spacing: 0.03em;
  line-height: 2em;
  margin-bottom: 1.7em;
}
/* line 959, ../sass/screen.scss */
#page-journal #content-wrapper p strong {
  font-size: 1.1em;
  margin-right: 0.33em;
}
/* line 967, ../sass/screen.scss */
#page-journal .commenting {
  padding: 2em 0;
}
/* line 971, ../sass/screen.scss */
#page-journal .share-article {
  padding: 2em 0;
}
/* line 974, ../sass/screen.scss */
#page-journal .share-article .twitter-share-button {
  float: left;
}
/* line 978, ../sass/screen.scss */
#page-journal .share-article .fb-like, #page-journal .share-article .readlater {
  float: left;
  margin: 0 2em;
}
/* line 983, ../sass/screen.scss */
#page-journal .share-article .twitterfollow {
  float: right;
}
/* line 988, ../sass/screen.scss */
#page-journal .navigate-journal {
  margin: 1em 0 0;
  padding: 3em 0 1.5em 0;
  font-size: 1.6em;
  color: #9b9b9b;
  width: 100%;
  height: 3em;
  background-color: #f8f8f8;
}
/* line 997, ../sass/screen.scss */
#page-journal .navigate-journal ul {
  width: 800px;
  margin: 0 auto;
}
/* line 1001, ../sass/screen.scss */
#page-journal .navigate-journal ul li {
  display: inline;
}
/* line 1006, ../sass/screen.scss */
#page-journal .navigate-journal .linkdate {
  font-size: 1em;
}
/* line 1010, ../sass/screen.scss */
#page-journal .navigate-journal .older {
  float: left;
}
/* line 1013, ../sass/screen.scss */
#page-journal .navigate-journal .older a {
  background: url("/images/older.png") no-repeat 0 0.5em;
  padding-left: 2em;
}
/* line 1018, ../sass/screen.scss */
#page-journal .navigate-journal .newer {
  text-align: right;
  float: right;
}
/* line 1022, ../sass/screen.scss */
#page-journal .navigate-journal .newer a {
  background: url("/images/newer.png") no-repeat right 0.5em;
  padding-right: 2em;
}
/* line 1030, ../sass/screen.scss */
#page-journal .journal-header-merhaba {
  text-align: center;
  background-color: #addccf;
  padding: 6em 0;
}
/* line 1037, ../sass/screen.scss */
#page-journal .journal-header-musicdiscovery {
  text-align: center;
  background-color: #51b2e9;
  padding: 9em 0;
}
/* line 1044, ../sass/screen.scss */
#page-journal .journal-header-whitespace {
  text-align: center;
  background-color: #f5de78;
  padding: 7em 0;
}
/* line 1051, ../sass/screen.scss */
#page-journal .journal-header-selftaught {
  text-align: center;
  background-color: #ee796f;
  padding: 7em 0;
}

/* Merhaba */
/* line 1061, ../sass/screen.scss */
body.journal-merhaba header {
  background: #addccf;
}

/* Music and Discovery */
/* line 1068, ../sass/screen.scss */
body.journal-musicdiscovery header {
  background: #51b2e9;
}
/* line 1073, ../sass/screen.scss */
body.journal-musicdiscovery #content-wrapper ul.rdiolist {
  font-size: 1.1em;
  padding-left: 1em;
  margin-bottom: 2em;
}
/* line 1078, ../sass/screen.scss */
body.journal-musicdiscovery #content-wrapper ul.rdiolist li {
  padding: 0.5em 0;
  background: url("/images/li-music.png") no-repeat 0 0.5em;
  padding-left: 2em;
}
/* line 1083, ../sass/screen.scss */
body.journal-musicdiscovery #content-wrapper ul.rdiolist li:hover {
  background-position-x: .2em;
}

/* White Space */
/* line 1093, ../sass/screen.scss */
body.journal-whitespace header {
  background: #f5de78;
}

/* simplicity */
/* line 1100, ../sass/screen.scss */
body.journal-simplicity header {
  background: #BDB2FF;
}


/* Self Taught */
/* line 1100, ../sass/screen.scss */
body.journal-selftaught header {
  background: #ee796f;
}
/* line 1104, ../sass/screen.scss */
body.journal-selftaught .bulletlist li:first-letter {
  float: left;
  font-size: 3em;
  line-height: 1em;
  padding: .05em .2em 0 0;
}
/* line 1111, ../sass/screen.scss */
body.journal-selftaught .dots-process {
  text-align: center;
  height: 130px;
  clear: both;
  padding: 1.8em 0 0;
}
/* line 1117, ../sass/screen.scss */
body.journal-selftaught .dots-process li {
  padding: 0 1em;
  margin: 0 2.5em;
  float: left;
}
/* line 1122, ../sass/screen.scss */
body.journal-selftaught .dots-process li span {
  display: block;
  width: 30px;
  margin: .5em auto;
  height: 30px;
  background: url("/images/dots-process.png") no-repeat;
}
/* line 1132, ../sass/screen.scss */
body.journal-selftaught .dots-process .first {
  margin: 0 1.8em !important;
}
/* line 1136, ../sass/screen.scss */
body.journal-selftaught .dots-process .second span {
  background-position-x: -35px;
}
/* line 1140, ../sass/screen.scss */
body.journal-selftaught .dots-process .third span {
  background-position-x: -70px;
}
/* line 1144, ../sass/screen.scss */
body.journal-selftaught .dots-process .time {
  padding-top: 2em;
  font-size: .5em;
}
/* line 1149, ../sass/screen.scss */
body.journal-selftaught .dots-process .further span {
  background-position-x: -105px;
}

/***************************************
	Media Queries
	**************************************

/* ------------------------------
	For smaller res (930px) 
	------------------------------ 
@media screen and (max-width: 930px) {
	
	
}
	


/* ---------------------------------------
	Only iPad/iPhone (portrait + landscape)
	--------------------------------------- 
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (max-device-width: 480px) {
	
	
}

			
/*------------------------------------
	Smartphones (portrait and landscape)
	------------------------------------ 

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
	
	header {
		height: 200px;
		margin: 0;
		
		.avatar {
			margin: 1em auto;
			float: none;
			display: block;
		}
	}
	
	#content-wrapper {
		font-size: 1em;
		line-height: .6em;
		width: 90% !important;
		padding: 0 1.5em;
		margin: 0;
		
		.about-teaser {
			padding: 2em 0;
		
			h1 {
				font-size: 2em;
				margin-bottom: 1.8em;
			}
		}
	}
	
	.works-teaser, .navigate-journal, .lrdio, .linstagram, .lzerply {
		display: none;
	}
	
	footer {
		padding: 2em;	
		
		p {
			line-height: 2em;
			margin: 0;
		}
	}
	
	.social {
		width: 230px;
		float: none;
		margin: 0.7em auto;	
		padding: 0;
	}
	
	.nav {
		float: none;
		margin: 2em auto 0;
		padding: 0;
		width: 310px;
		
		li {
			margin: 0 .7em;
			padding: 0;
		}
		
		a {
			padding: 0;	
		}
	}
	
	.journal-header-selftaught {
		padding: 4em 0 6em 0 !important;
	}
	
	#page-journal #content-wrapper h1 {
		font-size: 2.5em;
	}
}

*/
/* line 1260, ../sass/screen.scss */
#page-quote #content-wrapper {
  padding-top: 3em;
}
/* line 1264, ../sass/screen.scss */
#page-quote #content-wrapper h1 {
  font-size: 1.3em;
  padding: 2em 0 1em 0;
}
/* line 1269, ../sass/screen.scss */
#page-quote #content-wrapper p {
  font-size: 1.2em;
  line-height: 3.3em;
  margin-bottom: 1.3em;
}

/* line 1275, ../sass/screen.scss */
.dropdown {
  background: url(/images/selectarrow.png) no-repeat right 15px;
  width: 250px;
  margin-right: 10px;
}

/* line 1280, ../sass/screen.scss */
.sexy {
  -webkit-appearance: none;
  border: 0;
  padding: .2em 1em;
  background-color: #f2f2f2;
  border-bottom: 1px dotted #9b9b9b;
  font: 1.1em normal PT Serif;
  text-align: center !important;
  color: #111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 1291, ../sass/screen.scss */
.sexy:hover, .sexy:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px #cccccc;
  -moz-box-shadow: 0 0 2px #cccccc;
  box-shadow: 0 0 2px #cccccc;
}

/* line 1298, ../sass/screen.scss */
.stextarea {
  width: 100%;
  background: url(/images/textareabg.png) repeat;
  text-align: left !important;
  line-height: 1.61em;
  border: none !important;
}

/* line 1306, ../sass/screen.scss */
.button {
  background-color: #33bb88;
  border: 0;
  padding: 1em 2em;
  font: .8em bold 'PT Serif', serif;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px #23a273;
  -moz-box-shadow: 0 1px 2px #23a273;
  box-shadow: 0 1px 2px #23a273;
}
/* line 1314, ../sass/screen.scss */
.button:hover {
  background-color: #28af7d;
}
/* line 1318, ../sass/screen.scss */
.button:press {
  background-color: #23a273;
}

body#page-hire {
	background: #fff url(/images/bghire-min.jpg) no-repeat center top;
	background-size: contain;
}

body#page-hire header {
	background: rgba(255, 255, 255, .75);
}
body#page-hire header:hover {
	background: rgba(255, 255, 255, 1);
}


#page-hire #content-wrapper {
	margin-top: 25%;
	margin-bottom: 5em;
}
#page-hire #content-wrapper:hover {
	background: rgba(255, 255, 255, .75);
}
#page-hire .nav a { 
	color: #111;
}

#page-hire h1 {
    font-size: 2em;
    padding: 2em 0 1em 0 !important;
}
#page-hire h2 {
    font-size: 2em;
    margin: 2em 0 .5em 0 !important;
}

#page-hire #content-wrapper p {
  font-size: 1.2em;
  letter-spacing: 0.03em;
  line-height: 2em;
  margin-bottom: 1.7em;
}
.markit {
    background-color: #f5f5da;
    padding: 5px;
}
.scheduleline {
    margin-top: 5em;
}