@import url("http://fonts.googleapis.com/css?family=Monda|Fugaz+One|Oleo+Script");
@import url("../webfonts/Sweet_Pea_2/stylesheet.css");
@import url("../webfonts/CFJackStory_Regular/stylesheet.css");
@import url("../webfonts/Oswald_Regular/stylesheet.css");
/*******************************************************
CONTENTS

01. BASE
02. LAYOUT
03. MODULES

This style sheet organization is based on the SMACCS 
system. Please visit the following website for more info:
http://smacss.com/

--

01. BASE

All base HTML tags that require styling
*********************************************************/
html {
  font-size: 16px;
}
.fa.fa-circle {
	color: #e8dcb5;
}
footer {
	background-color: #294068;
}
#banner {
	width: 275px;
	height: 300px;
	background-repeat: no-repeat;
	float: none;
	text-align: center;
}
.lead.center-block.text-center {
	color: rgba(173,173,173,1.00);
}
.annotation {
	padding-top: 0px;
	height: 299px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
body {
	background-color: #ffffff;
	color: #808080;
	font-family: gudea, Verdana, Helvetica;
	font-size: 100%;
	line-height: 1.5;
	overflow-x: hidden;
	font-style: normal;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 100%;
    line-height: 1.8;
  }
}
body.home-page {
  overflow-y: hidden;
}
li {
	line-height: 1.5;
	padding-top: 0px;
}
@media only screen and (min-width: 768px) {
  li {
    line-height: 1.8;
  }
}
a,
a:link,
a:visited {
  color: #9a9a9a;
  outline: none;
  text-decoration: underline;
}
a {
  line-height: 1.5;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  a {
    line-height: 1.8;
  }
}
a:hover,
a:focus {
  color: #4d4d4d;
  outline: none;
  text-decoration: underline;
}
p {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  p {
    line-height: 1.8;
  }
}
img,
figure {
	display: block;
	margin: 0 1em 0.5em;
	padding-left: 6px;
	padding-bottom: 11px;
}
hr {
  border-bottom: 0;
  border-top: 1px solid rgba(204, 204, 204, 0.6);
  margin: 1em 0;
  opacity: .6;
}
/*******************************************************
02. LAYOUT

Styles specific to your layout or website
*******************************************************/
/* Preloader */
.preloader {
  background: #ffffff;
  height: 100%;
  min-height: 1000px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999999;
}
.preloader img {
  display: block;
  left: 50%;
  margin: -16px 0px 0px -16px;
  position: fixed;
  text-align: center;
  top: 50%;
}
/* WRAPPERS AND CONTAINERS */
/* Site Wrapper */
#site-wrapper {
  padding-left: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  #site-wrapper {
    padding-left: 250px;
  }
}
#site-wrapper.toggled {
  padding-left: 250px;
}
@media only screen and (min-width: 768px) {
  #site-wrapper.toggled {
    padding-left: 0;
  }
}
/* Sidebar wrapper */
#sidebar-wrapper {
	height: 100%;
	left: 250px;
	margin-left: -250px;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	width: 0;
	z-index: 1000;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #294068;
}
@media only screen and (min-width: 768px) {
  #sidebar-wrapper {
    width: 250px;
  }
}
#site-wrapper.toggled #sidebar-wrapper {
  width: 250px;
}
@media only screen and (min-width: 768px) {
  #site-wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
}
/* Page content wrapper */
#page-content-wrapper {
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #page-content-wrapper {
    padding: 20px;
  }
}
#site-wrapper.toggled #page-content-wrapper {
  margin-right: -250px;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  #site-wrapper.toggled #page-content-wrapper {
    margin-right: 0;
    position: relative;
  }
}
#page-content-wrapper.home {
  background-color: #ffffff;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
#page-content-wrapper.home .inner {
  bottom: 5px;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  #page-content-wrapper.home .inner {
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
  }
}
#page-content-wrapper.home .inner .image {
	background-attachment: fixed;
	background-color: #191919;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../imgs/new-home.png);
}
#page-content-wrapper.home .inner .overlay {
	bottom: 0;
	left: 0;
	padding-top: 0 !important;
	position: absolute !important;
	right: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(), to(rgba(0, 0, 0, 0.2)));
	background-position: top;
}
/* About wrapper */
.about-wrapper .artist-img-container img {
	margin: 0 auto;
	-moz-border-radius: 50%;
	/*Firefox*/
	-webkit-border-radius: 50%;
	/*Safari, Chrome*/
	border-radius: 50%;
}

.about-warpper .resume-img-container img {
	border: 1px solid rgba(204, 204, 204, 0.6);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	-moz-border-radius: 50%;
	/*Firefox*/
	-webkit-border-radius: 50%;
	/*Safari, Chrome*/
	border-radius: 50%;
	background-position: 0% center;
	margin-left: auto;
	display: block;
	width: 40%;
}


/* Contact info container */
.contact-info-container {
  border-left: 1px solid rgba(204, 204, 204, 0.6);
  border-top: 1px solid rgba(204, 204, 204, 0.6);
  border-right: 1px solid rgba(204, 204, 204, 0.6);
  margin: 0 auto;
  padding: 1em;
  width: 100%;
}
.contact-info-container p {
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
}
.contact-info-container p strong a {
	color: #4d4d4d;
	text-decoration: none;
	font-family: gudea, Verdana, Helvetica;
	font-style: normal;
	font-weight: 400;
}
.contact-info-container p strong a:hover,
.contact-info-container p strong a:focus {
  color: #191919;
  text-decoration: none;
}
/*******************************************************
03. MODULES

Reusable classes or components
*******************************************************/
/*
HELPERS
*/
/* Theme's specific utility classes */
.bordered {
  border: 1px solid rgba(204, 204, 204, 0.6);
}
.outlined {
  outline: 1px solid rgba(204, 204, 204, 0.6);
}
.bordered-round {
  border: 1px solid rgba(204, 204, 204, 0.6);
  -moz-border-radius: 50%;
  /*Firefox*/
  -webkit-border-radius: 50%;
  /*Safari, Chrome*/
  border-radius: 50%;
}
span.no-break {
  white-space: nowrap;
}
.push {
  margin-bottom: 1em;
}
.push-none,
.push-0 {
  margin-bottom: 0;
}
.push-half {
  margin-bottom: 0.5em;
}
.push-double {
  margin-bottom: 2em;
}
.push-right {
  margin-right: 1em;
}
.push-left {
  margin-left: 1em;
}
.push-top {
  margin-top: 1em;
}
.pad-top {
	padding-top: 1em;
}
.pad-top-none {
  padding-top: 0;
}
.pad-top-half {
  padding-top: 0.5em;
}
.pad-top-double {
  padding-top: 2em;
}
.pad-bottom {
  padding-bottom: 1em;
}
.pad-bottom-none {
  padding-bottom: 0;
}
.pad-bottom-half {
  padding-bottom: 0.5em;
}
.pad-bottom-double {
  padding-bottom: 2em;
}
.pad-right {
  padding-right: 1em;
}
.pad-left {
  padding-left: 1em;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: gudea;
	margin: 0.5em 0 0.5em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
}
h1,
h2,
h3 {
	font-family: "Oswald Regular";
	font-weight: 400;
	font-style: normal;
}
h4,
h5,
h6 {
  color: #4d4d4d;
  font-weight: 400;
  opacity: 1;
}
h1 {
  color: #956868;
  font-size: 2.25em;
  opacity: .6;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.22em;
  }
}
h2 {
  color: #956868;
  font-size: 2em;
  opacity: .8;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  color: #956868;
  font-size: 1.75em;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.78em;
  }
}
h4 {
  font-size: 1.63em;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.56em;
  }
}
h5 {
  font-size: 1.38em;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 1.33em;
  }
}
h6 {
  font-size: 1.13em;
}
@media only screen and (min-width: 768px) {
  h6 {
    font-size: 1.11em;
  }
}
h1 small,
.h1 small,
h1 .small,
.h1 .small {
	color: #956868;
}
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	color: #956868;
}
.page-header {
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  margin: 0 auto 0.5em;
  padding-bottom: 0.5em;
}
.page-header span {
	font-family: "Oswald Regular";
	font-style: normal;
	font-weight: 400;
}
.centered-header {
  margin: 0 auto 0.5em;
  text-align: center;
  width: 100%;
}
blockquote {
	font-size: 1.13em;
	margin: 0 0 1em;
	padding: 0.25em;
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 1.11em;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  blockquote {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1201px) {
  blockquote {
    max-width: 60%;
  }
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #999999;
  display: block;
  font-size: 80%;
  line-height: 0.1875;
}
@media only screen and (min-width: 768px) {
  blockquote footer,
  blockquote small,
  blockquote .small {
    line-height: 0.225;
  }
}
p.lead {
	color: #956868;
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 1em;
	width: 100%;
	font-family: gudea;
	font-style: normal;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {
  p.lead {
	font-size: 2em;
	line-height: 1.8;
  }
}
.shorter-paragraph {
  max-width: 80%;
}
/* Buttons */
.btn,
a.btn,
.btn-default,
a.btn-default {
	background-color: transparent;
	border: 1px solid #C7C7C7;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	/*Firefox*/
	-webkit-border-radius: 2px;
	/*Safari, Chrome*/
	border-radius: 2px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-default.light {
	color: #BBCAE4;
}
.btn-default.light:hover,
.btn-default.light:focus {
	background-color: #7997CD;
	box-shadow: none;
	color: #e8dcb5;
}
.btn-default.dark {
	color: #294068;
}
.btn-default.dark:hover,
.btn-default.dark:focus {
  background-color: #ffffff;
  color: #191919;
}
/* Tables */
table,
.table {
  margin-bottom: 1em;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: rgba(204, 204, 204, 0.6);
  color: #4d4d4d;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(204, 204, 204, 0.6);
  color: #4d4d4d;
}
/* Forms */
form,
.form {
  margin-bottom: 1em;
}
.form-group {
  margin-bottom: 1em;
}
.form-control {
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(204, 204, 204, 0.6);
  box-shadow: none;
  color: #4d4d4d;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em;
  -moz-border-radius: 2px;
  /*Firefox*/
  -webkit-border-radius: 2px;
  /*Safari, Chrome*/
  border-radius: 2px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .form-control {
    line-height: 1.8;
  }
}
.form-control:focus {
  border-color: #b3b3b3;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.help-block {
  color: #9a9a9a;
  font-size: 80%;
}
.input-group-addon {
  background-color: #cccccc;
  border: 1px solid rgba(204, 204, 204, 0.6);
  color: #4d4d4d;
  font-size: 1em;
  -moz-border-radius: 2px;
  /*Firefox*/
  -webkit-border-radius: 2px;
  /*Safari, Chrome*/
  border-radius: 2px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0.5em 0 0;
}
/* Navigation */
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 250px;
}
.sidebar-nav-no-branding {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10%;
  width: 250px;
}
.sidebar-nav li {
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .sidebar-nav li {
    line-height: 1.8;
  }
}
.sidebar-nav li .sidebar-social {
  margin-top: 0;
}
.sidebar-nav .close-icon,
.sidebar-nav-no-branding .close-icon {
  cursor: pointer;
}
.sidebar-nav .close-icon i {
	color: #D6D6D6;
	display: inline-block;
	font-size: 1.5em;
	margin-right: 1em;
	margin-top: 0.16666666666666666em;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sidebar-nav .close-icon:hover i,
.sidebar-nav .close-icon:focus i {
  color: #cccccc;
}
.sidebar-nav-no-branding .close-icon {
  position: relative;
  top: -3em;
}
.sidebar-nav li a {
	color: #ADADAD;
	display: block;
	line-height: 3.24;
	text-decoration: none;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:focus,
.sidebar-nav li a.active {
  background: rgba(205, 205, 205, 0.2);
  color: #ffffff;
  text-decoration: none;
}
.sidebar-nav > .branding {
  font-size: 1em;
  height: 18em;
  margin-bottom: -30px;
  position: relative;
  text-align: center;
  top: -0.4em;
}
.sidebar-nav > .branding h1 {
	color: #956868;
	margin-bottom: 0;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
  .sidebar-nav > .branding h1 {
    margin-top: 10px;
  }
}
.sidebar-nav > .branding img {
	border: 1px none rgba(195,49,175,0.60);
	margin: 0.25em auto 0;
	position: relative;
	top: -10px;
	-moz-border-radius: 50%;
	/*Firefox*/
	-webkit-border-radius: 50%;
	/*Safari, Chrome*/
	border-radius: 50%;
	background-image: url(imgs/white-logo3.png);
}
.sidebar-nav > .branding a {
	color: #ADADAD;
}
.sidebar-nav > .branding a:hover {
  background: none;
  color: #ffffff;
}
/* Menu toggle */
.menu-toggle-container {
  height: 2em;
  margin-bottom: 1em;
}
.menu-toggle {
	color: #ADADAD;
	cursor: pointer;
	display: inline-block;
	font-size: 2em;
	left: 50%;
	position: absolute;
	top: -0.8em;
	z-index: 3;
}
@media only screen and (min-width: 768px) {
  .menu-toggle {
    top: -0.9em;
  }
}
.menu-toggle:hover,
.menu-toggle:focus {
	color: #294068;
}
/* Home banner */
.banner {
  position: relative;
}
.banner-header span {
	font-family: "Sweet Pea 2";
}
.banner-header,
h1.banner-header {
	color: #ffffff;
	font-size: 2.8em;
	margin-bottom: 0;
	opacity: 1;
	text-align: center;
	text-transform: lowercase;
}
@media only screen and (min-width: 768px) {
  .banner-header,
  h1.banner-header {
    font-size: 3.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-header,
  h1.banner-header {
    font-size: 4em;
  }
.banner.text-center .camera-icon img {
	text-align: center;
}
}
.banner p.lead {
	color: #ffffff;
	margin: 0 auto;
	opacity: 1;
	padding-bottom: 0.5em;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	font-family: "CFJackStory Regular";
}
.banner i {
  font-size: 2em;
  margin-top: 1em;
  opacity: 1;
  padding-bottom: 0.25em;
}
@media only screen and (min-width: 768px) {
  .banner i {
	font-size: 3.2em;
  }
}
/* Social icons */
.sidebar-social {
  margin: 8px auto 0;
  text-align: center;
  width: 100%;
}
.sidebar-social li {
  height: 32px;
  text-align: center;
  width: 32px;
}
.sidebar-social li a {
  display: block;
}
.list-inline > li:first-child {
	padding-left: 0;
}
/* Navs */
.nav-tabs {
  border-bottom: none;
}
.nav-tabs li a {
  text-decoration: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  border: none;
  color: #191919;
}
.nav > li > a {
  text-decoration: none;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav-tabs > li > a:hover {
  background-color: #4d4d4d;
  border: none;
  color: #ffffff;
  -moz-border-radius: 2px;
  /*Firefox*/
  -webkit-border-radius: 2px;
  /*Safari, Chrome*/
  border-radius: 2px;
}
.tab-content {
  margin-top: 1em;
}
/* Gallery Albums and Blog Grids */
#gallery .img-container,
#albums .img-container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	margin-bottom: 30px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#gallery .img-container {
	position: relative;
	background-image: url(imgs/portfolio/stationary-mockup1280.jpg);
}
#gallery .img-container:hover,
#gallery .img-container:focus,
#albums .img-container:hover,
#albums .img-container:focus {
  opacity: .5;
}
#gallery .title-container {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 30px;
  font-size: 10px;
  left: 15px;
  opacity: 0;
  position: absolute;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gallery .title-container h3 {
  color: #ffffff;
  opacity: 1;
  padding: 0 0.125em 0;
}
#gallery article:hover .title-container {
  opacity: 1;
}
.album-container .album {
  height: 100%;
  padding: 0;
}
.album-container .album > a .photo-overlay {
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 3;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	bottom: 0px;
}
.album-container .album > a {
  background-color: transparent;
  display: block;
}
.album-container .album > a:hover .photo-overlay {
	background-color: rgba(255,255,255,0.50);
}
.album-container .album figure {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.album-container .album figure img {
  margin: 0;
  min-width: 100%;
  z-index: 0;
}
.album-container .album .photo-title {
	background: rgba(0, 0, 0, 0.3);
	bottom: 10px;
	color: #ffffff;
	left: 7px;
	position: absolute;
	text-align: center;
	z-index: 4;
}
.album-container .album .photo-title h5 {
  color: #ffffff;
  padding: 0 0.5em;
}

/* Lightbox plugin modifications */
.blueimp-gallery {
  background: #ffffff;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  max-height: 80%;
  max-width: 80%;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url("../lightbox-icons/preloader.gif") center no-repeat;
  background-size: 32px 32px;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  background: rgba(0, 0, 0, 0.8);
  text-shadow: none;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover {
  background-color: #191919;
}
body:last-child .blueimp-gallery > .play-pause {
  background-color: transparent;
  background-image: url("../lightbox-icons/play-pause.svg");
  padding: 1em 0 0;
  opacity: 1;
}
.blueimp-gallery > .close {
  color: #4d4d4d;
  text-shadow: none;
}
.blueimp-gallery > .close:hover {
  color: #191919;
}
.blueimp-gallery > .title {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 0.5em;
  text-shadow: none;
  z-index: 999;
}
.blueimp-gallery > .title:hover {
  background-color: #191919;
}
.blueimp-gallery > .indicator {
  bottom: 20%;
}
@media only screen and (min-width: 768px) {
  .blueimp-gallery > .indicator {
    bottom: 4%;
  }
}
.blueimp-gallery > .indicator > li {
  background: #191919;
  border: 1px solid #4d4d4d;
  box-shadow: none;
  opacity: 1;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #ffffff;
  border-color: #191919;
}
/* Blog post meta */
a.post-by,
.post-share-links a {
  color: #4d4d4d;
  text-decoration: none;
}
a.post-by:hover,
a.post-by:focus,
.post-share-links a:hover,
.post-share-links a:focus {
  color: #191919;
}
.copyright {
	font-size: x-small;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
	padding-top: 25px;
	font-family: gudea, Verdana, Helvetica, sans-serif;
	text-align: right;
	padding-right: 21px;
}
