body {
    background-color: #000;
    -webkit-font-smoothing: antialiased;
}

h2, h3{
	font-family: 'Coda', cursive;
}

a{
	color: #333;
}

div#coll-preloader {
    display: none !important;
}

a:hover{
	color: #77c3ec;
}

.common.title .text{	
	font-size: 60px;
	margin: 20px 0px;
}

.page a{
	color: #b9262e;
}

.post-483{
	display: none;
}

.vote-item{
	display: none !important;
}

/*******MENU******/

.sf-menu{
	font-family: 'Coda', cursive;
}

.sf-menu a{
	font-weight: normal;
}

.sf-menu a:hover{
	color: #77c3ec !important;
}

.sociallinks img {
	max-width: 24%;
}

ul#menu-main-menu {
   margin-bottom: 0 !important;
}

.header .container .row {
   overflow: visible;
}

.header:hover .sf-menu ul {
   background: #262324;
   padding-top: 3em;
}




/*******BUTTONS & LINKS *******/

.button{
	color: #fff !important;
	background-color: #77c3ec;
	border: none;
	font-size: 25px;
	padding: 8px 20px;
}

a.button:hover{
	color: #333;
}

.seemore{
	font-size: 18px;
	padding: 3px 20px;
	margin-top: 10px;
}

.bluelink {
    color: #77c3ec;
}

input[type=submit]{
	display: none;
}

#bottom a{
	color: #77c3ec;
}

#bottom a:hover{
	color: #333;
}



/******* TOP SLIDE *****/

.toptext {
	position: relative;
	width: 100%;
	color: #ffffff;
	text-shadow: 3px 4px 0px #000;
	margin-top: 150px;
	text-align: center;
}
.publicart{
	font-size: 50px;
	font-family: 'Coda',cursive;
	display: block;
	margin-bottom: 20px;
}

.benefiting {
	font-family: 'Coda', cursive;
	font-size: 45px;
	display:block;
}
.policefoundation {
	font-family: 'Coda', cursive;
	font-size: 70px;
	line-height: 76px;
	text-align: center;
}

.celebrationtitle {
	font-family: 'Coda', cursive;
	font-size: 34px;
	display: block;
	margin-bottom: 20px;
	color: #333;
	line-height: 100%;
}
.celebration {
	text-align: center;
	color: #808080;
	font-size: 18px;
	line-height: 28px;
}


.hoh{font-size: 75px; line-height: 85px;}
.auction {font-size: 70px; line-height: 80px;}
.auctiondate{font-size: 50px; line-height: 60px;}
.auctionloc{font-size: 50px; line-height: 60px;}
.auctionbutton{text-shadow: 0px 0px 0px #000; background-color: #b9262e; color: #fff; margin-top: 10px;}





/******SEARCH*******/

#search div.wrapper.container{
	padding: 0px 10px;
	background-color: #262324;
	background: url(../mercurial/images/search-bar.png) repeat-x;
	line-height: 60px;
	font-size: 28px;
	color: #fff;
	width: 100%;
}

#search div.wrapper.container p{
	margin-bottom: 0px;
}

#search label{
	display: inline-block;
	width: 30%;
}

#search input[type=text], #search input[type=text] textarea {
display: inline-block;
border: 1px solid #E5E6EC;
margin: 10px 1%;
height: 40px;
width: 67%;
}

.search-results .entry-content a{
	font-size: 24px;
}

.search-results .common.title .text {
	font-size: 40px;
	border-bottom: 2px solid #333;
}

/******FRONT PAGE*******/

.info-columns .items .hentry img.thumb:hover{
	max-width: 105%;
}

#info .column-last{
	text-align: right;
}

/*****TEAM/ARTIST ********/

.team .items .hentry .position{
	margin-bottom: 0px;
	color: #333;
}

.team .items .hentry{
	margin-bottom: 30px;
}

.position-wrapper{
	margin-bottom: 30px;
}





/******HORSE GALLERY*******/

#public-art-display .row, .page-id-13 .row{
	overflow: visible;
}

#left-nav{
	position: absolute;
	display: inline-block;
	background-image: url(../mercurial/images/star-left.png);
	text-indent: -9999px;
	width: 98px;
	height: 100px;
	z-index: 990;
	left:-20px;
	top: 35%;
}

#right-nav{
	position: absolute;
	display: inline-block;
	background-image: url(../mercurial/images/star-right.png);
	text-indent: -9999px;
	width: 98px;
	height: 100px;
	z-index: 990;
	right: -20px;
	top: 35%;
}

.page-id-13 #right-nav{
	right: -10px;
}

.page-id-13 #left-nav{
	left: -10px;
}

.outside{
	position: relative;
	padding-bottom: 100px;
}

.horseportfolio{
	overflow:hidden;
} 

.horseportfolio ul.filter .items{
    position:relative;
    float:left;
    transition:.6s ease-in-out left;	
    left:0%;	
 }

.horseportfolio{
	width: 90%;
	margin: 0 auto;
}

.horseportfolio .wrapper {
	position:relative;
	display: inline-block;
}



.horseportfolio .info {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding:  20px 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #000;
	z-index: 5;
	color: #fff;
	
	opacity: 0;
	zoom: 1;
    filter: alpha(opacity=0);
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
  	-ms-transition: opacity 0.3s ease-in-out;
  	-o-transition: opacity 0.3s ease-in-out;
  	transition: opacity 0.3s ease-in-out;
  	font-size: 18px;
  	line-height: 24px;
  	text-align: center;
  
}

.horseportfolio .info:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.horseportfolio .info .info-item{
	margin: 7px 0px;
}

.horseportfolio .title{
	font-size: 22px;
}

.horseportfolio h3 {
	color: #fff;
	font-size: 26px;
}

.horseportfolio article {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.horseportfolio article:nth-child(3n+3){
	margin-right: 0%;
}

.horseportfolio article img {
	width: 100%;
}


.single-horses h3{
	font-size: 40px;
}

.horse-thumb{
	height: 250px;
	margin: 10px;
}

.horseportfolio .thumb {
	z-index: 2;
	position: relative;
	float: left;
	display: inline-block;
}


.horseportfolio .thumb img {
	border: 4px solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}

.page-id-13 .horseportfolio .thumb img {
	border:0px;
}

.description{
	text-align: center;
	font-size: 20px;
	display: block;
	margin-top: 15px;
}

.artist-name{
	margin-right: 25px;
}


/******VOTE HORSE GALLERY*******/

#votecontainer {
	text-align: right;
	position: fixed;
	width: 100%;
	z-index: 10;
}

div#gform_wrapper_6 {
	margin-bottom: 60px !important;
}

.common.wrapper {
	padding-top: 150px;
}

.voteheader {
	border-top: 112px solid #e6e6e6;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	height: 20px;
	width: 600px;
	text-align: center;
	position: relative;
	float: right;
}

.voteheader-text{
	position: absolute;
	top: -32px;
	left: 40px;
	font-size: 24px;
}

.votenow{
	background: #b9262e;
	padding: 2px 20px;
	color: #fff;
	font-size: 18px;
	position: relative;
	top: -5px;
	left: 10px;
}

a.votenow{
	color: #fff;
}


.page-template-vote-php .horseportfolio {
	width: 100%;
}

.page-template-vote-php .horseportfolio article {
	width: 48%;
	margin-right: 2%;
}

.page-template-vote-php .horseportfolio article:nth-child(3n+3){
	margin-right: 2%;
}

.page-template-vote-php .horseportfolio article:nth-child(even){
	margin-right: 0%;
}

.page-template-vote-php .horseportfolio .thumb img{
	max-height: 246px;
}

.page-template-vote-php .votebox{
	padding: 20px;
	background: #e6e6e6;
	text-align: center;
}

.vote{
	color: #b8262d; /* text color */
	font-family: "Coda";
	font-size: 40px;
	text-transform: uppercase;
	padding: 0 10px;
}

.voteline{
	margin-bottom: 30px;
}

.dividers{
	padding-bottom: 7px;
	width: 31%;
}

.votebox .gform_wrapper .top_label .gfield_label{
	display: none !important;
}

.votebox .ginput_container {
	margin-bottom: 10px;
}

.votebox .gform_wrapper input[type=text]{
	padding: 10px ;
	color: #6d6d6d;
	font-style: italic;
	font-size: 14px;
}

.votebox .gform_wrapper select option {
padding: 10px 9px !important;
display: block;
}

.votebox .gform_wrapper select{
	font-size: 20px;
}


/*******MAPS *******/

div.results_entry span.location_name {
color: #b9262e !important;
display: block;
font-weight: normal !important;
}
#sl_info_bubble{
	font-size: 10px !important;
	padding-top: 2% !important;
	line-height: 20px !important;
}

span#slp_bubble_country {
display: none !important;
}

span#slp_bubble_description{
	color: #b9262e;
}

div#address_search {
padding: 20px 0px;
background-color: #efefef;
}


#sl_div a.storelocatorlink{
	color: #64b3dd !important;
}

.results_entry:nth-of-type(odd){
	background-color: #f8f8f8 !important;
}


/******SPONSOR PAGE*******/


.sponsorgrid, .sponsorgrid h3, .sponsorgrid h2 {
	text-align:center;
}

.sponsorgrid h4{
	text-align: center;
	font-size: 18px;
	color: #b9262e;
	margin-bottom: 0px;
}

.sponsorgrid form {
	margin-top: -50px;
}

.sponsors-logos p{
	display: inline-block;
}

.page-id-17 .sponsorgrid a{
	color: #333;
}

.sponsors-logos img {
	margin: 10px 20px;
	display: inline-block;
}

.sponsors-logos img{
	max-height: 80px;
	width: auto;
}

ul.sponsorlist li {
	display: inline-block;
	width: 47%;
	margin-left: 1%;
	margin-right: 1%;
}

.sponsors p{
	float: left;
	width: 50%;
	text-align: center;
}

/******FORMS*******/


.gform_wrapper .contactusform .top_label .gfield_label {
	display: none !important;
}

.gform_wrapper .contactusform textarea, .gform_wrapper .contactusform input[type=text] {
	font-size: 16px;
	padding: 10px 10px;
	border-radius: 0;
	-webkit-box-radius: 0;
	-moz-border-radius: 0;
	border: none;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #777;
}

.gform_wrapper .gform_footer input[type=submit] {
	color: #fff;
	background-color: #77c3ec;
	border: none;
	font-size: 25px;
	padding: 8px 20px;
	display: block;
	float: right;
}

.gform_wrapper .contactusform .gform_footer {
	margin: 0;
	padding: 0;
}

#gforms_confirmation_message {
	color: #fff;
	font-size: 18px;
	background-color: #777;
	padding: 20px;
}

.gform_wrapper .rsvpform .gform_footer input[type=submit] {
	font-size: 22px;
	padding: 5px 30px !important;
}

.gform_wrapper .rsvpform input[type=text], .gform_wrapper .rsvpform select {
	font-size: 18px;
	padding: 5px 10px;
}

.gform_wrapper .rsvpform .top_label .gfield_label {
	font-size: 14px;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper h3.gform_title{
	font-family: 'Open Sans', sans-serif !important;
}


/******AUCTION PAGE*******/

.rsvp {
	margin-left: 20%;
	width: 60%;
	float: left;
}

.rsvpleft {
	text-align: left;
	float: left;
	width: 50%;
}

.rsvpbox {
	width: 50%;
	float:left;
	margin: 0 auto 30px;
	background: #eee;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.rsvpsponsors {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 60%;
	margin-left: 20%;
	text-align: center;
}

.rsvpsponsors li {
	width: 17%;
	text-align: center;
	display: inline-block;
	padding: 10px 1%;
}

.rsvpsponsors li img {
	max-width: 90%;
	vertical-align: middle;
	max-height: 80px;
}

.rsvpsponsors li.big {
	width: 50%;
}

ul.recentposts li {
	color: #fff;
	margin-bottom: 20px;
	float: left;
	text-transform: uppercase;
}

ul.recentposts li img {
	float: left;
	margin-right: 20px;
}

ul.recentposts h3 {
	color: #77c3ec;
}

.rsvpform {
	margin: 0 auto;
}


/******BLOG********/

.common.title .text, .team .items .hentry .title .text{
	font-family: 'Coda', cursive;
}

.page-id-19 .team .items .hentry .wrapper{
	padding: 0px;
}

.page-template-template-blog-php, .single-post {
	text-align: center;
}

.page-template-template-blog-php img, .single-post img{
	margin: 0 auto;
}

.page-template-template-blog-php .caption, .single-post .caption{
	font-size: 12px;
	color: gray;
}

.page-template-template-blog-php .entry-title .text, .single-post .entry-title .text{
	text-transform: uppercase;
	color: #b9262e;
	font-family: 'Arial', sans-serif;
	font-weight: 900;
}

.page-template-template-blog-php  .readmore{
	color: #77c3ec;
	font-family: 'Arial', sans-serif;
	font-weight: 900;
	text-align: center;
}

@media only screen and (max-width: 1199px) {
	
	.toptext{
		text-shadow: 2px 2px 0px #000;
		margin-top: 90px;
	}
	
	.publicart{
		font-size: 44px;
	}
	
	.benefiting{
		font-size: 46px;
	}
	
	.policefoundation{
		font-size: 60px;
	}
	
	#left-nav, #right-nav{
		top: 35%;
	}
	
	.dividers {
		width: 25%;
	}
	
	.hoh {
     font-size: 64px;
        line-height: 60px;
    }
    
    .auctiondate {
        font-size: 34px;
        line-height: 45px;
    }

}

@media only screen and (max-width: 1050px) {
	.horseportfolio .title{
		font-size: 19px;
	}
	.horseportfolio .info{
		font-size: 16px;
	}
}

@media only screen and (max-width: 967px){
	
	.common.title .text{
		font-size: 38px;
	}
	
	h2 {
		font-size: 22px;
	}
	
	#info div.wrapper.container, #public-art-display div.wrapper.container{
		padding: 20px 0px;
	}
	
	
	.toptext{
		margin-top: 150px;
	}
	
	.publicart{
		font-size: 36px;
	}
	
	.benefiting{
		font-size: 36px;
		position: relative;
		top: -20px;
	}
	
	.policefoundation{
		font-size: 50px;
		line-height: 50px;
		position: relative;
		top: -30px;
	}
	
	.hoh {
      font-size: 55px;
      line-height: 50px;
    }
	
	#search div.wrapper.container{
		padding: 0px;
		font-size: 14px;
		margin-top: 0px;
	}
	
	#search label{
		width: 50%;
		padding-right: 2%;
	}
	
	#search input[type=text], #search input[type=text] textarea{
		width: 45%;
	}
	
	/*.horseportfolio {
		height: 725px !important;
	}*/
	
	#left-nav, #right-nav{
		top: 40%;
	}
	
	
	#left-nav{
		background-image: url(../mercurial/images/star-left-small.png);
		width: 50px;
		height: 53px;
		left: 10px;
	}

	#right-nav{
		background-image: url(../mercurial/images/star-right-small.png);
		width: 50px;
		height: 53px;
		right: 10px;
	}
	
	.page-id-13 #left-nav{
		left: 10px;
	}
	
	.page-id-13 #right-nav{
		right: 10px;
	}
	
	.horseportfolio .title {
		font-size: 15px;
		margin-bottom: 5px;
	
	}
	.horseportfolio .info{
		padding: 15px 10px;
		font-size: 14px;
		line-height: 22px;
	}
	
	.horseportfolio .info .info-item {
		margin: 3px 0px;
	}
	
	div#sl_div div#map {
		width: 100%;
		height: 300px !important;
	}
	
	div#map_sidebar{
		font-size: 12px !important;
	}
	
	.results_entry {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}

	.vote {
	font-size: 30px;
	}
	
	
	
}



@media only screen and (max-width: 768px) {
   
	.header .logo img {
		height: 55px;
	}
	
	.header .logo{
		height: 65px;
	}
	
	#main .container {
		margin-top: 20px;
	}
	
	#info .column-last{
		text-align: center;
	}
	
	.horseportfolio article{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.horseportfolio .info{
		padding: 20px;
	}
	
	.horseportfolio .title {
		font-size: 21px;
		margin-bottom: 10px;
		line-height: 25px;
	}
	
	.horseportfolio .info .info-item {
	margin: 7px 0px;
	font-size: 16px;
	}
		
	/*.horseportfolio {
		height: 555px !important;
	}*/
	
	#left-nav, #right-nav{
		top: 35%;
	}
    
    ul.sponsorlist li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.rsvp {
		margin-left: 5%;
		width: 90%;
	}

	.rsvpleft {
		width: 100%;
		text-align: center;
	}

	.rsvpbox {
		width: 100%;
	}

	.rsvpsponsors {
		width: 100%;
		margin-left: 0;
	}
	
	.horse-thumb{
		width: 100%;
		height: auto;
		margin: 10px;
	}
	
	.artist-name{
		display: block;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.vote {
		font-size: 50px;
		margin-top: 20px;
	}
	
	.voteline {
		margin-bottom: 10px;
		line-height: 50px;
	}
	
	/*#votecontainer {
	/* text-align: right; *//*
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 80px;
	left: 0px;
	background:  #e6e6e6;
}

.voteheader {
	border-top: none;
	border-left: 0px;
	border-right: 0px;
	height: 140px;
	text-align: center;
	position: relative;
	float: none;
	width: 100%;
}

.voteheader-text{
	position: inherit;
	top: 75px;
	left: 0px;
	font-size: 18px;
	line-height: 30px;
}

.votenow{
	background: #b9262e;
	padding: 1px 20px;
	color: #fff;
	font-size: 18px;
	position: relative;
	top: -5px;
	left: 10px;
	display: inline-block;
margin-top: 2px;
}*/

.vote-item{
	display: block !important;
}

	
	
}