.og-grid {
	list-style:none;
	padding:10px 0;
	margin:0 auto;
	text-align:center;
	width:100%
}
.og-grid li {
	display:inline-block;
	margin:0 5px 5px 0;
	vertical-align:top;
	height:185px
}
.og-grid li.og-expanded>a::after {
	top:auto;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-bottom-color:#ddd;
	border-width:15px;
	left:50%;
	margin:-20px 0 0 -15px
}
.og-expander {
	position:absolute;
	background:#ddd;
	top:auto;
	left:0;
	width:100%;
	margin-top:10px;
	text-align:left;
	height:0;
	overflow:hidden
}
.og-expander-inner {
	padding:30px 30px;
	height:100%
}
.og-close {
	position:absolute;
	width:40px;
	height:40px;
	top:50px;
	right:20px;
	cursor:pointer;
	opacity:1;
	background:url('../images/close.png');
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.og-close:hover {
	opacity:.5
}
.og-fullimg, .og-details {
	width:40%;
	float:left;
	height:80%;
	overflow:hidden;
	position:relative
}
.og-details {
	padding:0 40px 0 20px
}
.og-fullimg {
	text-align:center;
	margin-top:15px;
	display:block!important;
}
.og-fullimg img {
	display:block!important;
	max-height:100%;
	max-width:100%
}
.og-details a {
	font-size:16px;
	color:#FFF;
	font-family:'OpenSansLight', sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:10px 20px;
	background:#00aed7;
	border:3px solid #00aed7;
	display:inline-block;
	margin:30px 0 0;
	outline:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.og-details a::before {
	content:'\2192';
	display:inline-block;
	margin-right:10px
}
.og-details a:hover {
	background:#555;
	border-color:#555;
	color:#FFF
}
.og-loading {
	width:20px;
	height:20px;
	border-radius:50%;
	background:#ddd;
	box-shadow:0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	-webkit-animation:loader .5s infinite ease-in-out both;
	-moz-animation:loader .5s infinite ease-in-out both;
	animation:loader .5s infinite ease-in-out both
}
section.about {
	background:#f5f5f5;
	padding:70px 0 50px
}
section.about .inner {
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center
}

#portraits {
	text-align:center
}
#portraits li {
	position:relative;
	list-style-type:none;
	display:inline-block;
	background:#eee;
	width:23%;
	height:auto;
	margin-bottom:2.5%;
	transition:all 150ms ease-out;
	margin:0 0 5px 5px;
	background:#FFF;
	padding-bottom:10px
}
@-webkit-keyframes fadeIn {
from {
opacity:0
}
to {
	opacity:1
}
}
@-moz-keyframes fadeIn {
from {
opacity:0
}
to {
	opacity:1
}
}
@keyframes fadeIn {
from {
opacity:0
}
to {
	opacity:1
}
}
.fade-in {
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	opacity:.7;
	filter:alpha(opacity=70);
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s
}
.fade-in.one {
	-webkit-animation-delay:.3s;
	-moz-animation-delay:.3s;
	animation-delay:.3s
}
.isotope .isotope-item {
	-webkit-transition-duration:.8s;
	-moz-transition-duration:.8s;
	transition-duration:.8s
}
.isotope .isotope-item {
	-webkit-transition-property:-webkit-transform, opacity;
	-moz-transition-property:-moz-transform, opacity;
	transition-property:transform, opacity
}
@media screen and (max-width:1024px) {
nav #logo {
	float:left;
	display:inline-block;
	margin-left:0;
	letter-spacing:2px;
	padding:20px 20px 20px 10px;
	line-height:20px;
	vertical-align:middle
}
}

@media screen and (max-width:520px) {
header {
	background:transparent;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.lead {
	padding:10px 30px 10px 30px;
	font-family:'Open Sans', arial, sans-serif;
	font-weight:400;
	font-size:15px
}
section.contact .row .col1 {
	width:90%
}
section.contact .row .col2 {
	width:90%;
	margin-top:30px;
	text-align:center
}
section.contact .inner blockquote p {
	color:#fff;
	text-transform:uppercase;
	font-family:'Open Sans', arial, sans-serif;
	font-weight:400;
	font-size:14px
}
section.contact .inner form input[type="text"], section.contact .inner form input[type="email"], section.contact .inner form textarea {
	width:95%
}
section.contact .inner form .submit {
	width:100%
}
footer {
	font-size:9px
}
}
@media only screen and (max-device-width :550px) and (orientation :landscape) {
header {
	height:100%
}
#tab a, .android #tab a {
	padding:10px
}
header h1 {
	margin-top:5%
}
#wrapper {
	position:absolute;
	width:100%
}
section.about .inner h2, section.contact .inner h2, section.portfolio .inner h2 {
	font-family:'Open Sans', arial, sans-serif;
	font-weight:400
}
}
@media only screen and (min-device-width :320px) and (max-device-width :480px) and (orientation :portrait) {
#wrapper {
	position:absolute;
	width:100%
}
#tab a {
	position:absolute
}
header h1 {
	font-size:30pt
}
section.about .inner h2, section.contact .inner h2, section.portfolio .inner h2 {
	font-family:'Open Sans', arial, sans-serif;
	font-weight:300
}
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
header h1 {
	margin-top:45%
}
}
@media(max-width:800px) {
#portraits li {
	width:31%;
	padding-top:0;
	margin-bottom:3%
}
}
@media(max-width:600px) {
#portraits li {
	width:46%;
	padding-top:0;
	margin-bottom:4%
}
}
@media(max-width:400px) {
#portraits li {
	width:75%;
	padding-top:0;
	margin-bottom:5%
}
}
@-webkit-keyframes loader {
0% {
background:#ddd
}
33% {
background:#ccc;
box-shadow:0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
}
66% {
background:#ccc;
box-shadow:0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
}
}
@-moz-keyframes loader {
0% {
background:#ddd
}
33% {
background:#ccc;
box-shadow:0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
}
66% {
background:#ccc;
box-shadow:0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
}
}
@keyframes loader {
0% {
background:#ddd
}
33% {
background:#ccc;
box-shadow:0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
}
66% {
background:#ccc;
box-shadow:0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
}
}
@media screen and (max-width:830px) {
.og-expander h3 {
	font-size:32px
}
.og-expander p {
	font-size:13px
}
.og-expander a {
	font-size:12px
}
.og-fullimg {
	margin-top:2%
}
}
@media screen and (max-width:650px) {
.og-fullimg {
	display:none
}
.og-details {
	float:none;
	width:100%
}
.og-close {
	right:45%;
	top:10px;
	display:none
}
.og-details h3 {
	padding-top:50px
}
.og-expander-inner {
	padding-top:10px
}
}
@media screen and (max-width:480px) {
.og-fullimg {
	display:none
}
.og-details {
	float:none;
	width:100%
}
.og-close {
	right:45%;
	top:10px;
	display:none
}
.og-details h3 {
	padding-top:50px
}
.og-expander-inner {
	padding-top:10px
}
}
@media screen and (max-width:650px) {
nav #logo {
	float:left;
	display:inline-block;
	margin-left:0;
	padding:15px 20px 10px 10px;
	vertical-align:middle
}
nav ul li {
	display:none
}
nav select text {
	color:red
}
nav select {
	display:block;
	background:url('../images/nav-icon.png') no-repeat;
	width:30px;
	border:0;
	height:30px;
	display:inline-block;
	right:15px;
	top:10px;
	color:rgba(0,0,0,0.0)
}
}
[class^="icon-"] {
background:0;
opacity:1;
font-size:24px;
color:#00aed7;
transition:color .3s;
-moz-transition:color .3s;
-webkit-transition:color .3s;
-o-transition:color .3s
}
a:hover [class^="icon-"] {
	color:#555
}
section.blog img {
	display:block;
	max-width:100%;
	height:auto
}
.wp-caption-text {
	font-size:12px;
	color:#555;
	margin-top:5px
}
p {
	font-size:14px;
	font-family:'Open Sans', arial, sans-serif;
	font-weight:400;
	line-height:24px;
	color:#777
}
p>a {
	color:#00aed7
}
p>a:hover {
	color:#555
}
.post-body p, .sidebar p {
	margin-bottom:20px
}
blockquote {
	color:#555;
	margin:0;
	display:block;
	margin-top:25px;
	margin-bottom:25px;
	font-size:22px
}
blockquote, q {
	quotes:none
}
blockquote:before, q:before, blockquote:after, q:after {
	content:""
}

@media screen and (max-width:720px) {
.inner-spacer-right-lrg {
	margin-right:20px
}
}
@media screen and (max-width:520px) {
section.blog .row .col1, section.blog .row .col2 {
	width:94%;
	padding:0 3%
}
.inner-spacer-right-lrg {
	margin-right:0
}
}
@media only screen and (max-device-width :800px) and (orientation :landscape) {
.android #tab a {
	padding:10px
}
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both
}
.og-grid li>a, .og-grid li>a img {
	border:medium none;
	display:block;
	outline:medium none;
	position:relative
}
*:after, *:before {
	-moz-box-sizing:border-box;
	margin:0;
	padding:0
}
nav ul li a, .lead, #portraits li .poste, section.contact .inner h4 {
	text-transform:none
}
#portraits li img {
	height:auto
}
#social_module {
	padding-top:30px
}
@media only screen and (min-device-width :320px) and (max-device-width :480px) {
.mobile .my-sticky-nav.stuck {
	position:relative!important
}
}
@media only screen and (min-device-width :320px) and (max-device-width :800px) {
.android .my-sticky-nav.stuck {
	position:relative!important
}
}
body, html, .lead, .roles, section.contact .row, section.contact .inner form input[type="text"], section.contact .inner form input[type="email"], section.contact .inner form textarea, section.contact .inner form .submit, .tweet_list .tweet_time a, #ticker ul.tweet_list, #ticker .tweet_list li, footer {
	font-family:'Open Sans', arial, sans-serif;
	font-weight:400
}
