/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.6 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Header
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header-container {
	display: block;
	width: 100%;
	margin: 0 auto;
	z-index: 999;
	position: fixed;
}
#site-header {
	background: #ffffff;
	display: table;
	height: auto;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border-top: 4px #404040 solid;
}
#site-header h1 {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 60px;
	line-height: 60px;
	margin-right: -999em;
	padding: 26px 0 20px 40px;
	display:table-cell;
	vertical-align:middle;
}
#site-header h1 a {
	color: #404040;
	text-decoration: none;
	text-transform: uppercase;
}
#site-header nav {
	display:table-cell;
	vertical-align:middle;
	padding: 26px 40px 20px 0;
	height: 100%;
}
#site-header nav ul {
	margin: 0;
	text-align: right;
}
#site-header nav ul li {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	color: #58676c;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 16px;
}
#site-header nav ul li:first-child {
	padding-left: 0;
}
#site-header nav ul li a {
	text-decoration: none;
	color: #58676c;
}
#site-header nav ul li a:hover {
	color: #0685b1;
}
#reveal-corner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	overflow: hidden;
}
#reveal-corner a {
	display: block;
	height: 30px;
	width: 30px;
}
#reveal-corner a strong {
	display: block;
	height: 30px;
	width: 30px;
	background: #0685b1;
	position: relative;
	top: -15px;
	left: -15px;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
#reveal-corner a:hover strong {
	background: #056384;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	About
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#about {
	display: block;
	background: #b1b1b1;
	color: #ffffff;
	position: static;
	width: 100%;
	z-index: 1010;
	text-shadow: 0 0 1px #b1b1b1;
}
#iso-about {
	margin: 0 auto;
	padding-top: 20px;
	-webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
#about section {
	visibility: hidden;
	width: 250px;
	padding: 10px;
	margin: 0 20px 20px 0;
}
#about section#description, div#social {
	width: 540px;
}
#about section h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#about section img {
	max-width: 100%;
}
#about a {
	color: #ffffff;
}
#about p.btn {
	margin-bottom: 0;
}
#about p.btn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0.8;
	text-decoration: none;
}
#about p.btn a:hover {
	opacity: 1;
}
#about section#description h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#about section#description p {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}
#about section#description #social {
	margin-top: 20px;
}
#about section#description .icon {
	float: right;
	border: 5px solid #ffffff;
	margin: 4px 0px 0px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#about section#twitter p em a {
	opacity: 0.6;
}
#about section#twitter p em a:hover {
	opacity: 1;
}
div#social h3 {
	margin-bottom: 0;
}
div#social ul {
	list-style-type: none;
	margin: 0;
}
div#social li {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px 2px 6px 0px;
	line-height: 20px;
	display: inline-block;
}
div#social li:nth-child(9n+0) {
	margin-left: 0;
}
div#social li a {
	opacity: 0.75;
	-moz-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
}
div#social li a:hover {
	opacity: 1;
}
div#social li.social_behance a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) 0 0; }
div#social li.social_cargo a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -20px 0; }
div#social li.social_delicious a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -40px 0; }
div#social li.social_digg a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -60px 0; }
div#social li.social_dribbble a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -80px 0; }
div#social li.social_ember a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -100px 0; }
div#social li.social_etsy a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -120px 0; }
div#social li.social_facebook a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -140px 0; }
div#social li.social_ffffound a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -160px 0; }
div#social li.social_flickr a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -180px 0; }
div#social li.social_gowalla a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -200px 0; }
div#social li.social_lastfm a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -220px 0; }
div#social li.social_linkedin a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -240px 0; }
div#social li.social_skype a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -260px 0; }
div#social li.social_slideshare a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -280px 0; }
div#social li.social_stumbledupon a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -300px 0; }
div#social li.social_twitter a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -320px 0; }
div#social li.social_vimeo a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -340px 0; }
div#social li.social_youtube a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -360px 0; }
div#social li.social_email a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -380px 0; }
div#social li.social_forrst a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -400px 0; }
div#social li.social_soundcloud a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -420px 0; }
div#social li.social_formspring a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -440px 0; }
div#social li.social_foursquare a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -460px 0; }
div#social li.social_deviantart a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -480px 0; }
div#social li.social_website a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -500px 0; }
div#social li.social_rdio a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -520px 0; }
div#social li.social_myspace a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -540px 0; }
div#social li.social_google a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -560px 0; }
div#social li.social_spotify a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -580px 0; }
div#social li.social_pinterest a { background: url(http://static.tumblr.com/fftf9xi/eaFlp36o2/social-icons.png) -600px 0; }

#about section#instagram .photos {
	margin-bottom: 0;
}
#about section#instagram .photos img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#about section#instagram .photos img:nth-child(2n+0) {
	margin-right: 0;
}
#about section#liked ul#likes {
	margin: 0;
	list-style-type: none;
}
#about section#liked ul#likes blockquote {
	margin-top: -10px;
	border-left: 4px solid rgba(255,255,255,0.25);
	padding-left: 10px;
}
#about ul.flickrfeed {
	margin: 0;
	list-style-type: none;
}
#about ul.flickrfeed li {
	float: left;
	line-height: 0;
	margin: 0px 8px 8px 0px;
	border: 5px solid #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#about ul.flickrfeed li a {
	line-height: 0;
}
#about ul.flickrfeed li img {
	width: 65px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Main
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main {
	padding: 0px 0 0 0;
}
#iso {
	padding: 0px;
	margin: 0 auto;
	-webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}






/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/* End: Recommended Isotope styles */

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}







::-webkit-scrollbar{width:6px;height:6px;}
::-webkit-scrollbar-button:start:decrement
::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
::-webkit-scrollbar-track-piece{background-color:#d8d8d8;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
::-webkit-scrollbar-thumb:vertical{height:50px;background-color:#58676c;-webkit-border-radius:3px;}
::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:#58676c;-webkit-border-radius:3px;}

.tipsy { font-size: 11px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #0685b1; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; text-shadow: none; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; border: 5px solid transparent; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #0685b1; }
.tipsy-arrow-s { border-top-color: #0685b1; }
.tipsy-arrow-e { border-left-color: #0685b1; }
.tipsy-arrow-w { border-right-color: #0685b1; }

.tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow, .tipsy-ne .tipsy-arrow { top: 0; border-top: none; }
.tipsy-s .tipsy-arrow, .tipsy-sw .tipsy-arrow, .tipsy-se .tipsy-arrow { bottom: 0; border-bottom: none; }
.tipsy-n .tipsy-arrow, .tipsy-s .tipsy-arrow { left: 50%; margin-left: -5px; }
.tipsy-nw .tipsy-arrow, .tipsy-sw .tipsy-arrow { left: 10px; }
.tipsy-ne .tipsy-arrow, .tipsy-se .tipsy-arrow { right: 10px; }
.tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow { top: 50%; margin-top: -5px; }
.tipsy-e .tipsy-arrow { right: 0; border-right: none; }
.tipsy-w .tipsy-arrow { left: 0; border-left: none; }



.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; overflow: hidden; }

#dsq-content #dsq-global-toolbar .dsq-toolbar-item {
	overflow: hidden !important;
	text-align: left !important;
	direction: ltr !important;
}


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */

}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}



@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
