

.img-hover img {
    -webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
  	-o-transition: all .5s ease; /* IE 9 */
  	-ms-transition: all .5s ease; /* Opera */
  	transition: all .5s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:translatZ(0) scale(1.05); /* Opera */
    transform:translatZ(0) scale(1.05);
	 opacity: .9;



}

.show-more-cube a {
    background-color: #EE5F5B;
  }

  .pages header {
    padding-bottom: 10px;
  }

  a:hover {
     text-decoration: none;
}
.img-overlay {

	opacity: 0;
	z-index: 5000;
	background-color: red;
}

.img-overlay:hover {
	opacity: 1;
}


.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%);
}

object {
	float: left;
	padding-right: 5px;
}

.SackersGothicStd-Heavy {
	font-family: SackersGothicStd-Heavy;
	font-weight: normal;
	font-style: normal;
}


.location {
	font-size: .7em; position:absolute; z-index: 99; padding: 10px; bottom: 0px;"
}
.location a {
	color: white;
}

#author-photo { float:left; height: 250px; padding: 20px;
}

@media(max-width:768px)

{

.location {display: none;
}

#author-photo {
	height: 200px !important;
}

}



@media(min-width:768px)

{
.padding-desktop {padding-bottom: 80px;
}

}

.logo {
	width: 70%;
	padding-bottom: 10px;
}

.item {
	min-height: 150px;
	padding: 15px;
	color: black;

	-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}

.row-fluid a {
	text-decoration: none;
}


.item:hover {
	opacity: .5;
}

a {
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out}

<!--- blog image styles --!>
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
