  .search, .search input, .newsletter a, .cc a {
	 border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 -khtml-border-radius: 5px;
}
 .search {
	 font-weight: bold;
	 color: #fff;
	 padding-left: 5px;
	 text-align: center;
}

.brochure-header a, a.ticket-button {
    text-align:center;
}


.brochure-header a, a.ticket-button, .socialize-header {
    background-color: #101820;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     -webkit-border-top-left-radius: 5px;
     -webkit-border-top-right-radius: 5px;
     -moz-border-top-left-radius: 5px;
     -moz-border-top-right-radius: 5px;
     -khtml-border-top-left-radius: 5px;
     -khtml-border-top-right-radius: 5px;
}
	 

.brochure-header a, .cc a {
    display: block;
    color:#fff;
    padding:10px 0;
}

.brochure-header a:hover {
    background-color: #d72121;
}

 #content_related .blog-header a, #content_related .ticket-header a, #content_related .brochure-header a, #content_related .newsletter a, #content_related .cc a {
	 text-decoration: none;
}
 .brochure, .brochure {
	 height: 230px;
	 text-align:center;
}
.brochure .image {
    border-style: solid;
    border-top: 1px solid #666;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #101820;
}

 .blog, .blog .image {
	 height: 90px;
}
 
.ticket-header {
	 padding: 0;
	 
}

 .ticket-header img {
	 vertical-align:middle;
	padding-bottom: 11px;
	 width:15%;
	 margin-right: 10px;
}
a.ticket-button {
    text-transform:uppercase;
    font-family: "ReplicaProRegular",sans-serif;
    display: inline-block;
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    font-size: 150%;
    width: 100%;
    padding-top: 7px;
    
}

a.ticket-button:hover {
    background-color:#d72121;
}

 .tickets {
     padding: 8px;
	 font-size: 11px;
	 border-style:solid;
	 border-width: 3px;
	 border-color: #101820;
	 margin-bottom: 8px;
 }
 
  .tickets p {
	 margin-bottom: 0;
 }

.socialize {
	 padding: 5px;
	 margin: 0 0 10px 0;
	 font-size: 11px;
	 border-left: 1px solid #101820;
	 border-right: 1px solid #101820;
	 border-bottom: 1px solid #101820;
}
 #content_related .tickets a {
	 text-decoration: none;
	 color: #d72121;
}
 .socialize img {
	 margin: 4px;
}
 .brochure, .search, .newsletter, .cc {
	 margin: 0 0 10px 0;
}

 .cc h4 {
	 border-bottom: 2px solid #fff;
	 text-align: center;
	 text-transform: none;
	 font-size: 18px;
}
 .cc a {
	 color: #fff;
	 display: block;
	 text-align: center;
	 background-color: #d72121;
	 text-decoration: none;
	 font-size: 120%;
}

.cc a:hover {
    background-color: #101820;
}

.cc a .underline {
    height: 6px;
    background-color: #fff;
    border-bottom: 4px solid #acdadb;
}

.newsletter a {
    display: block;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.newsletter a:hover {
    background-color: #d72121;
}

 .search, .newsletter a {
	 padding: 10px;
	 background-color: #101820;
	
}
 .search input {
	 width: 100%;
	 height: 18px;
}
.search label {
    font-size: 1rem;
    color: #fff;
    padding-top: 5px;
}
.search {
    padding-top: 0;
}
 
.socialize-header {
	 padding: 10px;
	 background-color: #101820;
	 color: #fff;
	 text-align: center;
}

.icpp img {
    margin-bottom: 20px;
}

@media only screen and (max-width: 40em) {
    
    .ticket-header img {
        width: 7%;
        
    }
}



.tagline {
    position: relative;
    margin: 100px 60px 0 0;
    padding: 5px 30px 5px 10px;
    line-height: 1em;
    background-color: #efefef;
    text-transform: capitalize;
    border: 1px solid #ccc;
    color: #666;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
     -webkit-border-top-left-radius: 5px;
     -webkit-border-bottom-left-radius: 5px;
     -moz-border-top-left-radius: 5px;
     -moz-border-bottom-left-radius: 5px;
     -khtml-border-top-left-radius: 5px;
     -khtml-border-bottom-left-radius: 5px;
}

.tagline img {
    position: absolute;
    width: 90px;
    right: -60px;
    top: -5px;
}




