#logo {
  width: 155px;
  height: 155px;
  background: url(images/logo-big.png);
  display: block;
  margin: 8px auto 0;
  position: relative;
  z-index: 8888;
}

body {
  background:url(images/background-light_toast.png)
}


#container {
  min-width: 1024px;
  max-width: 1300px;
  margin: 0 auto;
  background: #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.white-text,
a.white-text {
  color: #ffffff;
}

.biggertext {
  font-size: 3.2em;
}

#features a {
	display: inline-block;
	background-color: #bf1e2e;
	color: #fff;
	text-decoration: none;
	padding: 0.5em;
	border-radius: 4px;
}

#lang {
position: absolute;
 right:302px;
  top: 0;

}

#lang img {
margin-right:5px;
width:25px;
}



/*********************
CLEARFIXIN'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */.clearfix {
  /* for IE */

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

.home-page-headline {
  font-size: 7em;
  top: 100px;
  opacity: 0;
  margin-top: 65px;
  -webkit-transition: top 1.2s;
  -moz-transition: top 1.2s;
  -o-transition: top 1.2s;
  -ms-transition: top 1.2s;
  transition: top 1.2s;
}
.home-page-headline .learn-more {
  font-size: 18px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -60px;
  display: block;
}
.home-page-headline a {
  color: #fff;
  position: relative;
  display: block;
}
.home-page-headline a:hover {
  color: #b90d32;
}

.text-huge {
  font-size: 6em;
  line-height: 1em;
}
.sixcol {
  width: 48.618784527%;
}

/* layout & column defaults */
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
  position: relative;
  float: left;
  margin-left: 2.762430939%;
}
.onecol img,
.twocol img,
.threecol img,
.fourcol img,
.fivecol img,
.sixcol img,
.sevencol img,
.eightcol img,
.ninecol img,
.tencol img,
.elevencol img,
.twelvecol img {
  max-width: 100%;
}


.wrap {
  width: 90%;
  margin: 0 auto;
}

.home-header-wrap {
  overflow: hidden;
  height: 500px;
  position: relative;
}
.home-header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
}

.media-slide.current {
  -webkit-transition: -webkit-filter 0.6s ease-out;
  -moz-transition: -webkit-filter 0.6s ease-out;
  -o-transition: -webkit-filter 0.6s ease-out;
  transition: -webkit-filter 0.6s ease-out;
  -webkit-filter: blur(0px);
}



/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em;
}
.home-header-wrap {
  overflow: hidden;
  height: 500px;
  position: relative;
}
.home-header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
}
.next-prev-butts {
  z-index: 10;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgb(0,0,0);
  opacity:0.85;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.next-prev-butts:hover {
  background-color: rgb(185,13,50);
}
.next-prev-butts a {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
}
#home-next-butt {
  top: 200px;
}
#home-prev-butt {
  top: 250px;
}
#arrow-up {
  width: 0; 
  height: 0;
  margin: 15px 0px 0px 9px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
}
#arrow-down {
  width: 0; 
  height: 0;
  margin: 19px 0px 0px 9px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #fff;
}
.limbo {
  top: 500px;
}
.home-slide-in {
  top: 500px;
}
.home-slide-visible {
  top: 0px;
}
.home-slide-out {
  top: -500px;
}
.slide-trans {
  -webkit-transition: top 0.7s ease;
  -moz-transition: top 0.7s ease;
  -o-transition: top 0.7s ease;
  -ms-transition: top 0.7s ease;
  transition: top 0.7s ease;
}
.home-social {
  position: absolute;
  right: 100px;
  top: 450px;
}
.home-social .twitter-share-button {
  position: absolute;
  right: 0;
  top: 0;
}
.home-social .fb-like {
  position: absolute;
  right: 130px;
  top: 0;
}
.home-page-headline {
	font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 3em;
	top: 100px;
	opacity: 0;
	-webkit-transition: top 1.2s;
	-moz-transition: top 1.2s;
	-o-transition: top 1.2s;
	-ms-transition: top 1.2s;
	transition: top 1.2s;
	text-decoration: none;
	font-style: normal;
}
.home-page-headline .learn-more {
  font-size: 18px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -60px;
  display: block;
}
.home-page-headline a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;

}
.home-page-headline a:hover {
  color: #b90d32;
}
.page-headline-show {
  top: 0px;
  opacity: 1;
}
#home-content {
  position: relative;
}
#home-content p {
	font-family: "proxima-nova-n5", "proxima-nova", sans-serif;
	font-weight: 500;
	margin: 0;
	background: url(images/black-pattern.jpg);
	position: relative;
	z-index: 500;
	color: #fff;
	line-height: 2.05em;
	font-weight: 100;
	margin-top: -100px;
	font-size: 1.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border-top: 4px solid #e7672e;
}
#home-content #home-content-fake {
	background-image: url(images/black-pattern.jpg);
	background-position: 118px -95px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
}
#spotlight .sixcol {
  margin-left: 0;
}
#spotlight .sixcol p {
  margin: 0 0 1em 0;
}
#spotlight #orphanage-buttons a {
  display: inline-block;
  background: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #10bdcb;
  margin-right: 2em;
  line-height: 1.4em;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  margin-top: 1em;
}
#spotlight #orphanage-buttons a:hover {
  color: #e7672e;
}
#spotlight-images .twelvecol {
  margin-bottom: 20px;
}
#spotlight-images a:hover img {
  border: 4px solid #e7672e;
}
#spotlight-images img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #fff;
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: box-sizing;
  -moz-box-sizing: box-sizing;
  -ms-box-sizing: box-sizing;
  box-sizing: box-sizing;
}
#involved {
  padding: 30px 0;
}
#involved .involved-icon {
  height: 216px;
  background-position: center;
  background-repeat: no-repeat;
}
#involved a {
  display: inline-block;
  background-color: #e7672e;
  color: #fff;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 4px;
}
#involved a:hover {
  background-color: #fe7c42;
}
#donate-poster h2 {
  margin: 0;
  font-weight: bold;
  font-size: 2.6em;
  color: #fff;
}
#donate-poster p {
  margin: 0;
}
#donate-poster a.block {
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
  text-decoration: none;
  color: #e7672e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#donate-poster a.block:hover {
  background-color: #e7672e;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#donate-poster.active #donate-text {
  -webkit-filter: blur(0px);
  padding-left: 0px;
  opacity: 1;
}
#donate-poster.active #home-donate {
  -webkit-filter: blur(0px);
  margin-left: 30px;
  opacity: 1;
}
#donate-text {
  padding-top: 100px;
  padding-left: 100px;
  -webkit-filter: blur(3px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#home-donate {
  margin-left: 120px;
  -webkit-filter: blur(3px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#social .fivecol-nom,
#social .threecol-nom {
  min-height: 330px;
}
#social #fbt {
  background: #00acee;
  position: relative;
}
#social #tweet {
  font-size: 1.2em;
  font-weight: 100;
}
#social #tweet a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dotted #33f1ff;
}
#social #tweet a:hover {
  border-bottom: 1px solid #eee;
}
#social #blog-roll {
  background: #00d9e8;
}
#social #blog-roll a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#social #instagram .inner {
  padding: 24px;
}
#social #fb {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #3b5998;
}
#social #fb .fb-like {
  float: left;
  margin-top: 5px;
}
#map {
  padding: 30px 0;
  position: relative;
  min-height: 550px;
}
#map .step-1 {
  padding-top: 100px;
}
.orphanage-link {
  color: #444;
  position: relative;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 310px;
}
.orphanage-link h3 {
  margin: 0;
}
.orphanage-link p {
  margin: 0;
}
.orphanage-link img {
  position: relative;
  z-index: 4444;
}
.orphanage-link:hover img {
  opacity: 0.6;
}
.orphanage-link:hover:after {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  top: 90px;
  color: #e7672e;
  background: #fff;
  line-height: 40px;
  font-size: 16px;
  content: "Learn More →";
  text-transform: uppercase;
  display: block;
  z-index: 5555;
}
.map-circle {
  position: absolute;
  text-align: center;
  background: #e7672e;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}
.map-circle:hover {
  background: #fff;
  color: #e7672e;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 0 0 4px rgba(231, 103, 46, 0.2), inset 0 0 20px -5px #e7672e;
}
.map-circle#eastasia {
  left: 750px;
  top: 220px;
}
.map-circle#centralamerica {
  left: 190px;
  top: 250px;
}
.map-circle#southamerica {
  left: 280px;
  top: 400px;
}
.map-circle#europe {
  left: 520px;
  top: 180px;
}
.map-circle#africa {
  left: 490px;
  top: 330px;
}
.map-circle#westasia {
  left: 650px;
  top: 280px;
}
#filter {
  /* for IE */

  zoom: 1;
}
#filter:before,
#filter:after {
  content: "";
  display: table;
}
#filter:after {
  clear: both;
}
#filter p {
  display: block;
  float: left;
  padding: 6px 0;
}
#filter a {
  color: #666;
  text-decoration: none;
  display: block;
  float: left;
  margin-left: 40px;
}
#filter a.current {
  color: #e7672e;
  border-bottom: 1px solid #e7672e;
}
#filter input {
  border: 2px solid #ddd;
  padding: 6px 12px;
  border-radius: 14px;
  position: relative;
}
#filter input:focus {
  outline: none;
  border: 2px solid #aaa;
}
#single-orphanage-bg,
#single-post-bg,
#blog-index-bg,
#single-page-bg,
#featured-project-bg {
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: center top;
	position: relative;
	color: #444;
	min-height: 200px;
	padding: 80px 0 0 0;
}
#single-orphanage-bg .blog-title-wrap,
#single-post-bg .blog-title-wrap,
#blog-index-bg .blog-title-wrap,
#single-page-bg .blog-title-wrap,
#featured-project-bg .blog-title-wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
  min-height: 400px;
}
#single-orphanage-bg .blog-title-wrap #blog-title,
#single-post-bg .blog-title-wrap #blog-title,
#blog-index-bg .blog-title-wrap #blog-title,
#single-page-bg .blog-title-wrap #blog-title,
#featured-project-bg .blog-title-wrap #blog-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  font-size: 20px;
  background-color: #fff;
}
#single-orphanage-bg .blog-title-wrap #single-video-wrap,
#single-post-bg .blog-title-wrap #single-video-wrap,
#blog-index-bg .blog-title-wrap #single-video-wrap,
#single-page-bg .blog-title-wrap #single-video-wrap,
#featured-project-bg .blog-title-wrap #single-video-wrap {
  display: inline-block;
  padding: 2em 0 5em 0;
}
.page-header-title {
	font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
	font-weight: 700;
	background-color: #c02546;
	padding: 0.25em 0.5em 0.15em;
	display: inline-block;
	font-size: 30px;
	color: #FFF;
	margin-bottom: 10px;
}
.page-header-subtext {
	font-family: "proxima-nova-n5", "proxima-nova", sans-serif;
	font-weight: 500;
	font-size:14px;
	margin-top: 1.0em;
	line-height: 18px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
#blog-index-bg {
  background-attachment: scroll;
}
.blog-post {
  margin: 0 0 2em 0;
  padding: 2em 0 0 0;
  border-top: 4px solid #dbdbdb;
}
.blog-post:first-child {
  border-top: 0px solid #fff;
}
.blog-post h1.single-title {
  font-weight: 100;
  color: #222;
}
.blog-post time {
  background-color: #10bdcb;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 7px;
  margin: 0 0 1em 0;
}
.blog-post .post-content {
  color: #222;
  font-family: "Adelle", Cambria, Times New Roman, Times, serif;
  font-weight: 100;
  line-height: 1.8em;
}
.blog-post .post-content p {
  margin: 0 0 2.0em 0;
}
.blog-post .post-content .addthis_button_tweet {
  margin-left: 1.0em;
  margin-top: 0.1em;
}
.blog-post .post-content #featured_project_secondary_tab {
  display: none;
}
.team-bio {
  display: none;
}
.bio-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 60%;
  margin: 0 20%;
  overflow: auto;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
}
.bio-content .close-overlay {
  font-weight: bold;
  padding: 6px 12px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #efefef;
  color: #333;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.bio-content .close-overlay:hover {
  background-color: #555;
  color: #efefef;
}
.team-member {
  opacity: 0.8;
  position: relative;
  cursor: pointer;
  height: 200px;
  margin-right: 3%;
  margin-bottom: 3%;
  width: 30%;
  float: left;
  background-position: center;
  background-size: cover;
}
.team-member:hover {
  opacity: 1.0;
}
.team-member p {
  margin: 0;
}
.team-member .meta {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 12px;
  line-height: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.team-member .meta .name {
  font-weight: bold;
}
#single-post-bg {
  min-height: 700px;
  background-attachment: fixed;
  box-shadow: inset 0 0 130px #000;
  color: #fff;
}
#single-post-bg .sidebar,
#single-post-bg section {
  position: relative;
  z-index: 500;
}
#single-post-bg .sidebar ul a {
  color: #fff;
}
#single-post-bg .sidebar ul a:visited {
  color: #ccc;
}
#s {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  border: 1px solid transparent;
  border-left: 4px solid #ddd;
  padding: 4px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#s::-webkit-input-placeholder {
  color: #666;
}
#s:-moz-placeholder {
  color: #666;
}
#s:-ms-input-placeholder {
  color: #666;
}
#s:focus {
  outline: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.6);
}
.sidebar ul {
  list-style: none;
}
.sidebar ul a {
  position: relative;
  text-decoration: none;
  padding-right: 0px;
}
.sidebar ul a:after {
  content: "→";
  position: absolute;
  right: -16px;
}
.sidebar ul a:hover {
  padding-right: 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sidebar ul li {
  list-style: none;
  margin: 0 0 0.5em 0;
  padding: 0;
}
#single-post-bg header {
  position: relative;
  z-index: 500;
  text-shadow: 1px 1px 3px #212121;
}
#single-post-bg header .meta {
  font-family: "Adelle", Cambria, Times New Roman, Times, serif !important;
  color: #fff;
}
#single-post-bg:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  z-index: 300;
}
a[rel="prev"],
a[rel="next"] {
  background: #e7672e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 10px;
  font-size: 80%;
}
a[rel="prev"]:hover,
a[rel="next"]:hover {
  background: #161616;
  color: #10bdcb;
}
a[rel="prev"]:before {
  content: "«";
  font-size: 120%;
  position: relative;
  left: -4px;
}
a[rel="next"]:after {
  content: "»";
  font-size: 120%;
  position: relative;
  right: -4px;
}
.single-orphanage #content {
  position: relative;
}
#about-tag {
  position: absolute;
  top: -80px;
  font-size: 20px;
  padding: 10px 20px;
  height: 40px;
  line-height: 40px;
}
#featured-project {
  position: relative;
  padding-bottom: 20px;
}
#featured-project-bg {
  background-size: cover;
  background-position: center top;
  margin: 0 auto;
  min-height: 450px;
}
#featured_project_tab {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  background: #fff;
  float: left;
  padding: 0 12px;
  width: 184px;
  margin-top: -50px;
  margin-bottom: 0;
}
#featured_project_secondary_tab {
  position: absolute;
  margin-top: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  width: 400px;
  left: 208px;
  padding: 4px 12px 0;
  background: #161616;
}
#featured_project_secondary_tab a {
  display: inline-block;
  margin-top: 4px;
  line-height: 26px;
  padding: 2px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e7672e;
}
#projects {
	padding-bottom: 80px;
}
#projects .first img {
	border-top: 0px solid #e7672e;
}
#projects .first a {
  text-decoration: none;
  font-size: 1.6em;
}
#projects .first a:hover span {
  background: #b8701d;
}
#projects .first a span {
  width: 30%;
  color: #fff;
  background: #eb8f26;
  display: block;
  text-align: center;
  text-shadow: 0 -1px 0 #b8701d;
  border: 2px solid #b8701d;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  position: relative;
}
#projects .first a span:before {
  height: 2px;
  background: #eb8f26;
  display: block;
  content: "";
  width: 161px;
  position: absolute;
  top: 27px;
  left: -163px;
}
#projects .first a span:after {
  height: 2px;
  background: #eb8f26;
  display: block;
  content: "";
  width: 161px;
  position: absolute;
  top: 27px;
  left: 142px;
}
#projects .last img {
	border-top: 0px solid #e85b46;
}
#projects .last a {
  text-decoration: none;
  font-size: 1.6em;
}
#projects .last a:hover span {
  background: #b54736;
}
#projects .last a span {
  width: 30%;
  color: #fff;
  background: #e85b46;
  display: block;
  text-align: center;
  text-shadow: 0 -1px 0 #b54736;
  border: 2px solid #b54736;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  position: relative;
}
#projects .last a span:before {
  height: 2px;
  background: #e85b46;
  display: block;
  content: "";
  width: 161px;
  position: absolute;
  top: 27px;
  left: -163px;
}
#projects .last a span:after {
  height: 2px;
  background: #e85b46;
  display: block;
  content: "";
  width: 161px;
  position: absolute;
  top: 27px;
  left: 142px;
}
#project_tab {
	font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
	font-weight: 600;
	background: #b90d32;
	color: #fff;
	font-size: 1.4em;
	display: block;
	float: left;
	padding: 4px 8px;
	height: 40px;
	line-height: 40px;
	margin-top: -22px;
	font-style: normal;
	font-variant: normal;
}
#twitter-container a.white-text {
  text-decoration: none;
  padding: 3px 0;
  border-bottom: 1px solid #fff;
}
#twitter-container a.white-text:first-child {
  margin-right: 40px;
}
#twitter-container a {
  color: #fff;
}
#twitter-container a:visited {
  color: #fff;
}
#fb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
}
#fb a.white-text {
  padding: 3px 0;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
#fb a.white-text:first-child {
  margin-right: 40px;
}
#sidebar-blog h3 {
  margin: 0 0 0.25em 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
#sidebar-blog h3 a {
  color: #fff;
}
#sidebar-blog .excerpt {
  font-size: 80%;
  color: #fff;
}
#sidebar-blog .excerpt p {
  margin: 0;
  padding: 0;
}
#sidebar-blog a.read-more {
  background-color: #e7672e;
  text-decoration: none;
  display: inline-block;
  margin: 0.5em 0 1.5em 0;
  font-size: 70%;
  padding: 0.5em;
  color: #fff;
}
#sidebar-blog #see-all {
  display: block;
  border-top: 1px dotted rgba(256, 256, 256, 0.5);
  padding: 0.5em 0 0 0;
  margin: 0 0 1em 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#media_holder {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-height: 600px;
  position: relative;
}
#media_holder #prev,
#media_holder #next {
  width: 70px;
  height: 150px;
  color: #fff;
  font-weight: lighter;
  top: 325px;
  font-size: 3em;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
}
#media_holder #next {
  right: 0px;
}
#media_holder #next:after {
  width: 50px;
  height: 50px;
  -webkit-transform: rotatez(-45deg);
  content: "";
  z-index: 9999;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  display: block;
  position: absolute;
  top: 44px;
  left: 0px;
}
#media_holder #prev {
  left: 0px;
}
#media_holder #prev:after {
  width: 50px;
  height: 50px;
  -webkit-transform: rotatez(-45deg);
  content: "";
  z-index: 9999;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  display: block;
  position: absolute;
  top: 44px;
  left: 20px;
}
.media-slide {
  -webkit-filter: blur(6px);
  -webkit-transition: -webkit-filter 0.6s ease-out;
  -moz-transition: -webkit-filter 0.6s ease-out;
  -o-transition: -webkit-filter 0.6s ease-out;
  transition: -webkit-filter 0.6s ease-out;
  float: left;
  min-height: 600px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center top;
}
.media-slide.current {
  -webkit-transition: -webkit-filter 0.6s ease-out;
  -moz-transition: -webkit-filter 0.6s ease-out;
  -o-transition: -webkit-filter 0.6s ease-out;
  transition: -webkit-filter 0.6s ease-out;
  -webkit-filter: blur(0px);
}
.media-slide .media-title {
  position: absolute;
  padding: 20px 40px;
  top: 12px;
  right: -2px;
  max-width: 60%;
  max-height: 80%;
  overflow: auto;
}
.media-slide a.details {
  cursor: pointer;
}
.media-slide div.details {
  display: none;
}
#downloads .threecol {
  position: relative;
  width: 220px;
  height: 220px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#downloads .facebook-cover:after {
  content: "facebook cover";
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  background-color: #10bdcb;
  color: #fff;
  text-transform: uppercase;
  font-size: 60%;
  z-index: 25;
  opacity: 1;
}
#downloads .twitter-background:after {
  content: "twitter background";
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  background-color: #10bdcb;
  color: #fff;
  text-transform: uppercase;
  font-size: 60%;
  z-index: 25;
  opacity: 1;
}
#downloads .share-photo:after {
  content: "share photo";
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  background-color: #10bdcb;
  color: #fff;
  text-transform: uppercase;
  font-size: 60%;
  z-index: 25;
  opacity: 1;
}
#downloads a:hover {
  opacity: 0.8;
}
#random_orphanage {
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  min-height: 600px;
}
#about_pages {
  position: relative;
  top: -50px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 50px;
}
#about_pages li {
  background: #d3d3d3;
  height: 50px;
  margin-bottom: 3px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#about_pages li:first-child {
  background: #e7672e;
  border-bottom: none;
}
#about_pages li:first-child a {
  color: #fff;
}
#about_pages li.current_page_item {
  background: #10bdcb;
  width: 108%;
  height: 108%;
  margin-left: -4%;
  border-top: none;
  border-bottom: none;
}
#about_pages li.current_page_item a {
  color: #fff;
  padding-left: 6px;
}
#about_pages li:hover {
  background-color: #bbb;
}
#about_pages li.current_page_item:hover {
  background: #10bdcb;
}
#about_pages li a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-size: 20px;
  font-weight: lighter;
  display: block;
  height: 50px;
  text-indent: 12px;
}

.no-mtop {
  margin-top: 0;
}

.mtop-30 {
  margin-top: 30px;
}
.pad-30 {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pad-10 {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pad-vert {
  padding: 30px 0;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.meta {
  color: #999;
}
.meta a:visited {
  color: #e7672e;
}
/* post content */
.post-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning 
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.post-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.post-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}
.post-content video,
.post-content object {
  max-width: 100%;
}
.post-content pre,
.post-content code {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .post-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */.more-orphanages {
  background-color: #ddd;
  color: #FFF;
  font-size: 120%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2%;
  max-height: 220px;
  height: 220px;
  text-align: center;
  display: inline-block;
  float: left;
  width: 220px;
  margin-top: 20px;
  margin-left: 2.762430939%;
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */
  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  background-color: #e8e8e8;
  height: 100%;
  min-height: 500px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 5.5em 2em 2em 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
  margin: 2em 0 0 0;
}
.orphanage-donate-wrap {
  display: block;
  overflow: auto;
}
a.orphanage-give {
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #E7672E;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  display: inline-block;
  text-transform: uppercase;
}
.widget ul li {
  /* deep nesting */

}
a.lb {
  display: block;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: #161616;
  color: #878787;
  color: rgba(255, 255, 255, 0.5);
}
#badge {
  width: 960px;
  /* for IE */

  zoom: 1;
  margin: 20px auto;
}
#badge:before,
#badge:after {
  content: "";
  display: table;
}
#badge:after {
  clear: both;
}
#badge a {
  margin-left: 20px;
  display: block;
  float: right;
}
#badge .fb-like {
  float: left;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to 
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/******************************************************************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's 
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
******************************************************************/
/* styles in 481up.less */
/******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
/*********************
NAVIGATION STYLES
*********************/
/* .menu is clearfixed inside mixins.scss */
.menu {
  /* end .menu ul */

}
.menu ul {
  /* end .menu ul li */

  /* highlight current page */

  /* end current highlighters */

}
.menu ul li {
  /*
				plan your menus and drop-downs wisely.
				*/

}
.menu ul li a {
  /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/

}
/* end .menu */
/*********************
POSTS & CONTENT STYLES
*********************/
/* post content */
.post-content {
  /* at this larger size, we can start to align images */

}
.post-content .alignleft,
.post-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.post-content .alignright,
.post-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.post-content .aligncenter,
.post-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
/* end .post-content */
/*********************
FOOTER STYLES
*********************/
/*
check your menus here. do they look good?
do they need tweaking?
*/
/* end .footer-links */
/******************************************************************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
/* styles in 768up.less */
/******************************************************************
Site Name: 
Author: 

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* home page */
/* blog page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 960px;
  position: relative;
}
/*
		This is a combination of the 1140 grid and Twitter Boostrap.
		I liked 1140 but Boostrap's grid was way more detailed so
		I merged them together, let's see how this works out.
		If you want to use 1140, the original values are commented
		out on each line.
	*/
.onecol {
  width: 5.801104972%;
}
/* 4.85%;  } /* grid_1  */
.twocol {
  width: 14.364640883%;
}
/* 13.45%; } /* grid_2  */
.threecol {
  width: 22.928176794%;
}
/* 22.05%; } /* grid_3  */
.fourcol {
  width: 31.491712705%;
}
/* 30.75%; } /* grid_4  */
.fivecol {
  width: 40.055248616%;
}
/* 39.45%; } /* grid_5  */
.sixcol {
  width: 48.618784527%;
}
/* 48%;    } /* grid_6  */
.sevencol {
  width: 57.182320438000005%;
}
/* 56.75%; } /* grid_7  */
.eightcol {
  width: 65.74585634900001%;
}
/* 65.4%;  } /* grid_8  */
.ninecol {
  width: 74.30939226%;
}
/* 74.05%; } /* grid_9  */
.tencol {
  width: 82.87292817100001%;
}
/* 82.7%;  } /* grid_10 */
.elevencol {
  width: 91.436464082%;
}
/* 91.35%; } /* grid_11 */
.twelvecol {
  width: 99.999999993%;
}
/* 100%;   } /* grid_12 */
/* layout & column defaults */
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
  position: relative;
  float: left;
  margin-left: 2.762430939%;
}
.onecol img,
.twocol img,
.threecol img,
.fourcol img,
.fivecol img,
.sixcol img,
.sevencol img,
.eightcol img,
.ninecol img,
.tencol img,
.elevencol img,
.twelvecol img {
  max-width: 100%;
}
.threecol-nom {
  width: 28%;
  padding: 0 1%;
  position: relative;
  float: left;
}
.fivecol-nom {
  width: 40%;
  padding: 0;
  position: relative;
  float: left;
}
.fivecol-nom.first,
.threecol-nom.last {
  padding-right: 0;
}
.first {
  margin-left: 0;
}
.last {
  float: right;
}
/*********************
HEADER SYTLES
*********************/
/*********************
NAVIGATION STYLES
*********************/
.nav {
  border: 0;
  /* end .menu ul li */

  /* highlight current page */

  /* end current highlighters */

}
.nav li {
  float: left;
  position: relative;
  /*
		plan your menus and drop-downs wisely.
		*/

  /* showing sub-menus */

}
.nav li a {
  border-bottom: 0;
  /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/

}
.nav li a:hover,
.nav li a:focus {
  color: #e7672e;
}
.nav li ul.sub-menu,
.nav li ul.children {
  width: 200px;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  display: none;
  z-index: 8999;
  /* highlight sub-menu current page */

}
.nav li ul.sub-menu li,
.nav li ul.children li {
  /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 10px;
  border-right: 0;
  display: block;
  width: 180px;
  border-bottom: 1px solid #ccc;
}
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
  border-bottom: 0;
}
.nav li ul.sub-menu li.current-menu-item a,
.nav li ul.children li.current-menu-item a,
.nav li ul.sub-menu li.current_page_item a,
.nav li ul.children li.current_page_item a,
.nav li ul.sub-menu li.current-page-ancestor a,
.nav li ul.children li.current-page-ancestor a {
  color: #e7672e;
}
.nav li:hover ul {
  top: auto;
  display: block;
}
/* end .nav */
/*********************
SIDEBARS & ASIDES
*********************/
.widgettitle {
  border-bottom: 2px solid #444;
  margin-bottom: 0.75em;
}
.widget img {
  max-width: 100%;
}
.widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */

}
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/*********************
FOOTER STYLES
*********************/
/*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
footer {
  padding-bottom: 30px;
}
ul.footer-nav li {
  font-weight: 700;
  /* 
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/

}
ul.footer-nav li.current-menu-item a {
  box-shadow: none;
  border: none;
}
ul.footer-nav li a {
  width: 160px;
  line-height: 60px;
  color: #fff;
  background: #202020;
  box-shadow: none;
  border: none;
}
ul.footer-nav li a:hover {
  background: #282828;
}
/* end .footer-links */
/******************************************************************
DESKTOP 
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
@media only screen and (min-width: 1030px) {
  /* styles in 1030up.less */
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylesheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
}
/* end of media query */
/******************************************************************
LARGE VIEWING SIZE 
This is for the larger monitors and possibly full screen viewers.
******************************************************************/
@media only screen and (min-width: 1240px) {
  /* styles in 1240up.less */
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/* end of media query */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxLoadedContent p {
  padding: 20px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/******************************************************************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with 
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* styles in 2x.less */
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/* end of media query */
/******************************************************************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
******************************************************************/
@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;
    /* show links on printed pages */
  
    /* show title too */
  
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited 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;
  }
  img {
	max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
	orphans: 3;
	widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* hide content people who print don't need to see */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}