#vimeo-embed {
	margin:15px auto;
	display:block;
}
#gallery-main-categories {
	clear:both;
	height:160px;
}
#gallery-main-categories > div {
	float:left;
	width:20%;
	height:100%;
	margin:0%;

}
#gallery-main-categories div div {
	display:block;
	padding:5%;
	margin:0 1%;
	height:80%;
		background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

	border:1px solid #ddd;
cursor:pointer;
}
#gallery-main-categories div:hover {
	opacity:1;
	
}
#gallery-main-categories a {
	text-decoration:none;
	border:0px solid #000;
	color:#fff;
}
#gallery-main-categories h4 {
	margin:0;
	color:#700;
	padding:2px 5px;
	font-size:2em;
	font-weight:400;
	font-family:"Italianno";
	border-bottom:1px solid #ddd;
}
#gallery-main-categories p {
	padding:6px 5px;
	margin:0;
	color:#222;
	font-size:0.9em;
}
#gallery-main-categories #main-contact div {
	background: rgb(187,60,53); /* Old browsers */
background: -moz-linear-gradient(top, rgba(187,60,53,1) 0%, rgba(163,34,34,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,60,53,1)), color-stop(100%,rgba(163,34,34,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(187,60,53,1) 0%,rgba(163,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(187,60,53,1) 0%,rgba(163,34,34,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(187,60,53,1) 0%,rgba(163,34,34,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(187,60,53,1) 0%,rgba(163,34,34,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb3c35', endColorstr='#a32222',GradientType=0 ); /* IE6-9 */
 -moz-box-shadow:    inset 0 0 10px #700;
   -webkit-box-shadow: inset 0 0 10px #700;
box-shadow:inset 0 0 10px #700;
opacity:1;
color:#fdd;
}
#gallery-main-categories #main-contact div h4 {
	color:#fff;
	border-bottom:1px solid #700;
}
#gallery-main-categories #main-contact div h4 a {
	color:#9A362D;
	background-color:#fff;
	float:right;
	font-size:12px;
	font-weight:800;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:2px 12px;
	margin:2px;
	font-family:"Source Sans Pro";
	text-decoration:none;
}
#gallery-main-categories #main-contact p {
	padding:6px 12px;
	margin:0;
	color:#fff;	
	font-size:0.9em;
}
#gallery-main-categories #main-contact span {
	display:block;
	margin-top:5px;
}
blockquote {
	font-style:italic;
	background-image: url('/public/images/layout/quote.png');
	background-repeat:no-repeat;
	background-position:top left;
	margin:30px 0;
	padding-left:100px;
	color:#555;
	line-height:1.6em;
}
.partner h3 {
	border-bottom:1px solid #ddd;
}
.partner h3 span {
	font-size:0.9em;
	color:#444;
}
.partner-website {
	float:right;
	display:block;
	padding:5px 20px;
	background-color:#a22;
	color:#fff !important;
	text-decoration:none;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	
}