/* -- Bernstein at 100 -- */

#events {
	width: 184px;
	padding: 12px 17px;
	border: 1px solid #000;
	border-top: 0;
	background: #E6E6E6;
}

#events .date {
	font-size: 9px;
	text-transform: uppercase;
}

#events .event {
	margin-top: 20px;
}

#events .event a {
	font-family: "NeueHaasBold";
	color: #000;
}

#sponsors {
	border-top: 1px solid #000;
}



/* -- Blog -- */

#blog .list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: -7px;
	overflow: hidden;
}

#blog .list li {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}

#blog .list li a {
	display: block;
	border-right: 10px solid #FFF;
	border-top: 20px solid #FFF;
	padding: 20px;
	color: #FFF;
	text-decoration: none;
	transition: background-color .2s, color .2s;
}

#blog .list li:nth-child(even) a {
	border-left: 10px solid #FFF;
	border-right: 0;
}


#blog .list a .title {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "NeueHaasBold";
	font-size: 18px;
	color: #FFF;
	margin-bottom: 15px;
}

#blog .list a .summary {
	display: block;
	height: 58px;
	overflow: hidden;
	margin-bottom: 15px;
}

#blog .list a .action {
	display: block;
	color: #000;
	text-decoration: underline;
}

#blog .list a:hover {
	background: #000;
	color: #FFF;
}

#blog .list a:hover .action {
	color: #FFF;
}



/* -- Calendar -- */

#calendar-nav {
	width: 198px;
	padding: 10px;
	border: 1px solid #000;
}

#calendar-nav h3 {
	margin: 0;
}

#calendar-nav #calendar-nav-header {
	height: 33px;
}

#calendar-nav #calendar-nav-current,
#calendar-nav #calendar-nav-current:hover {
	float: left;
	color: #000;
	text-decoration: none;
}

#calendar-nav #calendar-nav-prev,
#calendar-nav #calendar-nav-next {
	display: block;
	float: right;
	width: 11px;
	height: 1px;
	margin-top: 2px;
	padding-top: 18px;
	overflow: hidden;
	background: url(../images/common/arrow-lr.png) no-repeat;
	background-size: 24px 12px;
}

#calendar-nav #calendar-nav-prev {
	margin-right: 2px;
	background-position: left 3px;
}

#calendar-nav #calendar-nav-next {
	background-position: right 3px;
}

#calendar-nav-wrap {
	width: 218px;
	overflow: hidden;
}

#calendar-filters-trigger {
	position: absolute;
	display: none;
	right: 10px;
	text-transform: uppercase;
}

#calendar-filters-trigger a {
	text-decoration: none;
}

#calendar-nav ul {
	width: 102%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#calendar-nav ul li {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	padding: 1px 3px;
	text-align: center;
	line-height: 20px;
	color: #808080;
}

#calendar-nav ul li a {
	display: block;
	width: 20px;
	height: 20px;
	color: #000;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFF;
	border-radius: 50%;
	transition: border-color .2s;
}

#calendar-nav ul li a:hover {
	border-color: #000;
}

#calendar-nav ul li.current a {
	background: #000;
	color: #FFF;
	font-family: "NeueHaasBold";
	border-color: #000 !important;
}

#calendar-nav ul li.day {
	font-size: 9px;
	height: 14px;
	line-height: 14px;
}

#calendar-nav ul li.blank {
	color: #999;
}

#calendar-nav ul li.other a,
#calendar-nav ul li.other a:hover {
	color: #999;
	background: none;
	cursor: default;
}

#calendar #filters {
	width: 188px;
	padding: 15px;
	margin-bottom: 20px;
	background: #E6E6E6;
	border: 1px solid #000;
	border-top: 0;
}

#calendar #filter-location {
	position: relative;
	height: 44px;
}

#calendar #filter-location .select-container {
	float: left;
	width: 86px;
}

#calendar #filter-location .select-container:last-child {
	float: right;
}

#calendar #filters .select a {
	font-size: 13px;
	font-family: "NeueHaas";
}

#calendar #filter-date {
	position: relative;
	height: 44px;
}

#calendar #filter-date .left,
#calendar #filter-date .right {
	width: 86px;
}

#calendar #filter-date input.input {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}

#calendar #filter-date:before {
	position: absolute;
	content: " ";
	height: 1px;
	left: 85px;
	width: 20px;
	overflow: hidden;
	border-bottom: 1px solid #000;
	margin-top: 15px;
}

#calendar-submit {
	padding: 15px 25px 0 15px;
	margin-bottom: 60px;
	border: 1px solid #000;
}

#calendar-list {
	padding: 0 10px 10px 0;
}

#calendar-list h2 {
	padding: 10px 10px 5px;
	margin: 0;
	border-bottom: 1px solid #000;
}

#calendar-list .day {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0;
}

#calendar-list .day .date {
	width: 212px;
	float: left;
	margin-left: 10px;
	padding: 0 10px;
	font-size: 18px;
	line-height: 33px;
	color: #FFF;
	font-family: "NeueHaasBold";
}

#calendar-list .day .event {
	float: right;
	clear: right;
	width: 390px;
	margin-top: -2px;
	padding-right: 65px;
	padding-bottom: 30px;
	overflow: hidden;
}

#calendar-list .day .event .title {
	font-family: "NeueHaasBold";
	font-size: 18px;
	line-height: 24px;
}

#calendar-list .day .event .title a {
	color: #000;
	text-decoration: none;
}

#calendar-list .day .event .summary {
	padding: 4px 0;
	font-size: 13px;
}

#calendar-list .day .event .summary p {
	font-size: 13px;
}

#calendar-list .day .event .summary .details {
	font-size: 15px;
	margin-bottom: 4px;
}

div.datepick {
	display: none;
	position: absolute;
	z-index: 100000;
	width: 217px;
	border: 1px solid #000;
	margin: 0 -1px;
	background: #FFF;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	line-height: 14px;
}

div.datepick a {
	text-decoration: none;
}

div.datepick div.head {
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	padding: 4px 0;
	background: #F2F2F2;
}

div.datepick div.head a.prev {
	display: block;
	float: left;
	padding: 0 4px;
	cursor: pointer;
	font-size: 16px;
	line-height: 15px;
	color: #000;
}

div.datepick div.head a.next {
	display: block;
	float: right;
	padding: 0 4px;
	cursor: pointer;
	font-size: 16px;
	line-height: 15px;
	color: #000;
}

div.datepick div.days {
	height: 16px;
	overflow: hidden;
	background: #CCC;
}

div.datepick div.days div {
	float: left;
	width: 31px;
	padding: 2px 0;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	color: #FFF;
	overflow: hidden;
}

div.datepick div.dates {
	padding-top: 5px;
}

div.datepick div.dates a {
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	line-height: 21px;
	margin: 3px 4px;
	border: 1px solid #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	cursor: pointer;
	color: #303030;
	overflow: hidden;
	border-radius: 50%;
}

div.datepick div.dates a.selected {
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	font-family: "NeueHaasBold";
}

div.datepick div.dates a:hover {
	border: 1px solid #000;
}

div.datepick div.dates a.empty {
	cursor: default;
}

div.datepick div.dates a.empty:hover {
	background: #FFF;
}

.datepicker img.trigger {
	vertical-align: middle;
}

.unselectable {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}



/* -- Discography -- */

#discography {
	position: relative;
}

#discography .col3 {
	padding-left: 0;
	padding-right: 0;
}

#discography .results {
	padding: 0 10px;
}

#discography .grid {
	position: relative;
}

#discography .grid .item {
	width: 213px;
	height: 490px;
}

#discography .grid .item img {
	width: 213px;
	height: 213px;
}

#discography .grid .title .composer {
	font-family: "NeueHaas";
	padding-bottom: 3px;
}

#discography .grid .audio {
	font-size: 10px;
	line-height: 15px;
	height: 50px;
	overflow: hidden;
}

#discography .grid .audio a {
	max-height: 30px;
	overflow: hidden;
}

#discography .grid p.more-trigger {
	margin: 0 0 10px;
}

#discography .line-cover {
	max-width: 700px;
}

.shops {
	text-align: center;
	height: 24px;
}

.shops a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 2px;
	font-size: 1px;
	line-height: 100px;
	overflow: hidden;
}

.shops a.amazon {
	background: url(../images/common/shop-amazon.png) no-repeat;
	background-size: 24px 24px;
}

.shops a.itunes {
	background: url(../images/common/shop-itunes.png) no-repeat;
	background-size: 24px 24px;
}

.shops a.spotify {
	background: url(../images/common/shop-spotify.png) no-repeat;
	background-size: 24px 24px;
}

.shops a.apple {
	background: url(../images/common/shop-apple.png) no-repeat;
	background-size: 24px 24px;
}

.shops a.other {
	background: url(../images/common/shop-other.png) no-repeat;
	background-size: 24px 24px;
}

#discography-search .col form {
	width: 220px;
}

#discography-search #filters {
	width: 188px;
	padding: 15px;
	margin-bottom: 190px;
	background: #E6E6E6;
	border: 1px solid #000;
}

#discography-search #filters .select a {
	font-size: 13px;
	font-family: "NeueHaas";
}

#discography-search #filter-date {
	position: relative;
	height: 44px;
	padding-top: 10px;
}

#discography-search #filter-date .left,
#discography-search #filter-date .right {
	width: 86px;
}

#discography-search #filter-date input.input {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}

#discography-search #filter-date:before {
	position: absolute;
	content: " ";
	height: 1px;
	left: 85px;
	width: 20px;
	overflow: hidden;
	border-bottom: 1px solid #000;
	margin-top: 15px;
}

#discography-filters-trigger {
	position: absolute;
	display: none;
	right: 10px;
	background: #FFF;
	padding: 0 0 5px 5px;
	text-transform: uppercase;
}

#discography-filters-trigger a {
	text-decoration: none;
}


/* -- Home -- */

#home {
	overflow: hidden;
}

#home #main {
	float: left;
	width: 710px;
	padding-top: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
}

#home .carousel-indicators {
	bottom: 71px;
}

#home #features {
	width: 710px;
	height: 420px;
	margin-bottom: 20px;
	background: #000;
	color: #FFF;
}

#home #features  ul {
	width: 710px;
	height: 420px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#home #features  ul li {
	width: 710px;
	height: 420px !important;
	margin: 0;
	padding: 0;
	background: #000;
}

#home #features  ul li a {
	text-decoration: none;
}

#home #features  ul li img {
	display: block;
}

#home #features  ul li span {
	display: block;
	height: 20px;
	padding: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "NeueHaasBold";
	font-size: 19px;
	line-height: 21px;
	color: #FFF;
}

#home #side {
	float: right;
	width: 230px;
	padding-top: 32px;
	overflow: hidden;
}

#home #side img {
	display: block;
	margin-top: 3px;
}

#home #side-news {
	padding-top: 5px;
}





/* -- Memories -- */

#memories {
	position: relative;
	padding-bottom: 60px;
}

#memories-submit {
	position: fixed;
	z-index: 91;
	bottom: 100px;
	text-align: center;
	width: 100%;
	transition: bottom .3s;
}

#memories-submit a {
	display: inline-block;
	padding: 15px 30px;
	font-family: "NeueHaasBold";
	font-size: 19px;
	line-height: 21px;
	background: #F06432;
	color: #FFF;
}

#memories-submit a:hover {
	color: #FFF;
	background: #000;
}

#memories-list .memory {
	position: relative;
	width: 220px;
	height: 220px;
	overflow: hidden;
	color: #000;
	cursor: pointer;
	text-align: center;
}

#memories-list .memory .image {
	margin-top: 0;
}

#memories-list .memory .overlay {
	position: absolute;
	width: 180px;
	height: 180px;
	top: 20px;
	left: 20px;
	margin-top: 220px;
	overflow: hidden;
	background: rgba(255,255,255,.9);
	transition: margin-top .5s;
	line-height: 180px;
}

#memories-list .memory:hover .overlay {
	margin-top: 0;
}

#memories-list .memory .overlay .vpad {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

#memories-list .memory .title {
	display: inline-block;
	width: auto;
	max-height: 100px;
	overflow: hidden;
	padding: 0 10px;
}

#memories-list .memory .video,
#memories-list .memory .img-lg {
	display: none;
}

#memories-list .memory .summary {
	display: none;
}

#memories-list .memory .audio {
	display: none;
}

#info-popup.memories-popup {
	height: 100%;
	overflow-y: auto;
}

#info-popup.memories-popup .video {
	display: block;
}

#info-popup.memories-popup .image {
	clear: both;
	text-align: center;
	padding: 1px 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #000;
}


#info-popup.memories-popup .video-icon {
	display: none;
}

#info-popup.memories-popup .img {
	display: none;
}

#info-popup.memories-popup img.img-lg,
#info-popup.memories-popup .video {
	display: block;
	width: auto;
	height: auto;
	float: none;
	margin: auto;
	padding: 5px 0 0;
}

/* -- Search -- */

#search-box {
	padding: 10px 0 50px;
	text-align: center;
	border-bottom: 1px solid #000;
	vertical-align: middle;
}

#search-box .input {
	width: 50%;
	height: 20px;
	padding: 10px;
	line-height: 20px;
	font-size: 20px;
	border: 1px solid #000;
	vertical-align: middle;
}

#search-box .submit {
	width: 100px;
	height: 42px;
	line-height: 42px;
	margin-left: 5px;
	font-size: 20px;
	background: #000;
	text-decoration: none;
	color: #FFF;
	vertical-align: middle;
}

#search-box .submit:hover {
	background: #F06432;
}

#search-filter {
	padding-bottom: 20px;
}

#search-filter span {
	color: #AAA;
}


/* -- Shop -- */


#maintenance_notice {
	display: none !important;
}

.shop-header a {
	color: #F06432;
}

.shop-header a:hover {
	color: #000;
}

#shop-title {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
}

#shop-title h1 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 26px;
	font-weight: normal;
	font-family: "NeueHaasBold";
	cursor: default;
}

#shop-title h1 a {
	color: #000;
}

#shop-title .return {
	display: inline-block;
	padding: 0 10px 0 18px;
	font-size: 12px;
	font-family: "NeueHaasBold";
	background: url(../images/common/arrow-back.png) no-repeat;
	background-size: 13px 34px;
	background-position: 0 2px;
}

#shop-title .return:hover {
	background-position: 0 -18px;
}

#shop-account {
	float: right;
	font-size: 12px;
	font-family: "NeueHaasBold";
}

#shop a {
	color: #F06432;
}

#shop a:hover {
	color: #000;
}

#shop-account a {
	display: inline-block;
	margin-left: 25px;
}

#shop #layout-toggle {
	float: right;
	padding-right: 40px;
}

#shop #layout-toggle a {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

#shop #layout-toggle a.toggle-grid {
	background: url(../images/common/toggle-grid.png) no-repeat;
	background-size: 20px 20px;
}

#shop #layout-toggle a.toggle-list {
	background: url(../images/common/toggle-list.png) no-repeat;
	background-size: 20px 20px;
}

#shop .SortBox {
	position: absolute;
	margin-top: -42px;
	right: 50px;
}

#shop .cols {
	border-top: 1px solid #000;
}

#shop #subnav {
	padding-bottom: 10px;
	margin-bottom: 50px;
}

#shop #subnav ul li {
	display: block;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
}

#shop #product-list {
	padding: 0;
}

#shop .ProductList li {
	position: relative;
	width: 219px !important;
	margin: 0;
	padding: 20px 10px 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#shop .ProductList li .ProductImage {
	text-align: center;
	display: block;
	width: 100%;
}

#shop .ProductList li .ProductImage a {
	display: block;
	width: 180px;
	height: 180px;
	margin-left: 19px;
	text-align: center;
}

#shop .ProductList li .ProductImage a img {
	display: block;
	margin: auto;
}

#shop .ProductList li .ProductDetails {
	font-size: 15px;
	margin: 10px 0;
}

#shop .ProductList li .ProductDetails a {
	font-size: 15px;
	line-height: 17px;
	font-family: "NeueHaasBold";
	text-decoration: none;
	color: #000;
}

#shop .ProductList li .ProductPriceRating {
	margin: 15px 0;
	font-size: 10px !important;
	color: #000;
}

#shop .ProductList li .ProductPriceRating em {
	font-size: 10px !important;
	color: #000;
}

#shop .ProductList li .ProductActionAdd a {
	display: block !important;
	position: relative;
	width: 219px;
	height: 32px;
	padding: 0 !important;
	font-family: "NeueHaasBold";
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	color: #FFF;
	background-color: #F06432 !important;
	transition: background-color .15s;
}


#shop .SearchContainer .SearchSorting {
	right: 0;
}

#shop .SearchContainer .ProductList {
	border-top: 1px solid #000;
	margin: 20px 0 !important;
}

#shop .SearchContainer .ProductList li {
	width: auto !important;
	border-right: 0;
}

#shop .SearchContainer .ProductList li .ProductImage {
	margin-right: 20px !important;
}

#shop #toggle_form_image {
	display: none;
}

#shop .FeedLink {
	float: right;
}



#shop #SideProductRelated li {
	border: 0 !important;
}


#shop .SelectBillingAddress select,
#shop .SelectShippingAddress select {
	width: auto !important;
}

#shop input.Textbox,
#shop input.FormField {
	border: 1px solid #000;
	background: #FFF;
}

#shop #giftcertificatecode,
#shop #couponcode {
	height: 13px;
}





/* -- Timeline  -- */

#timeline ul {
	list-style: none;
	width: 90%;
	padding: 30px 5%;
	margin: 0;
	overflow: hidden;
	background: url(../images/pages/timeline-bg@2x.png) center repeat-y;
	background-size: 1px 1px;
}

#timeline ul li {
	list-style: none;
	clear: both;
	float: left;
	width: 49%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#timeline ul li .text {
	padding: 10px 30px 10px 0;
}

#timeline ul li.type-world .bgcolor {
	background-color: #AAA;
}

#timeline ul li.type-world .text {
	color: #555;
}

#timeline ul li .date {
	height: 32px;
	padding: 0 30px;
	font-family: "NeueHaasBold";
	text-align: right;
	font-size: 15px;
	line-height: 32px;
	color: #FFF;
	background-image: url(../images/pages/timeline-arrow-right@2x.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 17px 40px;
}

#timeline ul li .text {
	padding: 25px 30px 0 0;
}

#timeline ul li .image {
	float: right;
	width: 120px;
	height: 120px;
	margin-top: -5px;
	margin-left: 10px;
	overflow: hidden;
	background: #CCC;
	cursor: pointer;
}

#timeline ul li .image img {
	display: block;
	width: 120px;
	height: auto;
	margin: 0 !important
}

#timeline ul li .video-thumbnail {
	padding-top: 0;
}

#timeline ul li .video-thumbnail:after {
	margin-top: -80px;
	margin-left: 36px;
}

#timeline ul li:nth-child(even) {
	float: right;
}

#timeline ul li:nth-child(even) .date {
	text-align: left;
	background-image: url(../images/pages/timeline-arrow-left@2x.png);
	background-position: left center;
}

#timeline ul li:nth-child(even) .text {
	padding-left: 30px;
	padding-right: 0;
}

#timeline ul li:nth-child(even) .image {
	float: left;
	margin-left: 0;
	margin-right: 15px;
}





/* -- Works -- */

#works {
	position: relative;
}

#works-nav {
	height: 43px;
	padding-top: 7px;
}

#works-nav h5 {
	float: left;
	margin-top: 0;
	width: 300px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#works-filters {
	float: right;
	margin-top: -8px;
}

#works-filters .filter {
	float: left;
	width: 220px;
	padding: 0 10px;
}

#works .grid {
	border-top: 1px solid #000;
}

#works .grid .item {
	height: 396px;
}

#works .grid .item .more {
	bottom: 20px;
}

#works #versions .select {
	max-width: 218px;
}

#works #versions .version {
	display: none;
	margin: 20px 0;
}

#works #versions ul {
	margin-left: 0;
	padding-left: 20px;
}

#works .detail {
	margin-bottom: 20px;
}


/* -- Mailing List Popup -- */

#mailing-list {
	display: none;
	position: fixed;
	z-index: 9999;
	top: -99999px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,.3);
	background-image: radial-gradient(rgba(0,0,0,.2), rgba(0,0,0,.4));	
}

#mailing-list-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 420px;
	height: 420px;
	margin-left: -212px;
	margin-top: -212px;
	text-align: center;
	border: 2px solid #E42E29;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
}

#mailing-list-popup .close {
	position: absolute;
	right: 14px;
	top: 14px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	background: url(../images/pages/mailing-list-close@2x.png);
	background-size: 100% 100%;
	cursor: pointer;
}

#mailing-list-popup .image {
	height: 157px;
	margin-top: 55px;
	background: url(../images/pages/mailing-list-image@2x.jpg) center center no-repeat;
	background-size: 157px 157px;
}

#mailing-list-popup .title {
	margin: 25px 0 12px;
	font-size: 30px;
	line-height: 34px;
	font-family: "NeueHaasBold";
	text-transform: uppercase;
	color: #E42E29;
}

#mailing-list-popup .tagline {
	font-size: 18px;
	line-height: 20px;
}

#mailing-list-popup .action {
	margin-top: 30px;
}


/* -- Google Search -- */

.gsc-control-cse {
	background: 0 !important;
	padding: 0 !important;	
	border: 0  !important;
}

form.gsc-search-box {
	box-sizing: border-box !important;
	padding: 10px !important;
	background: #E6E6E6 !important;
	border: 1px solid #000 !important;
}

.gsc-input-box {
	border-color: #000 !important;	
}

td.gsc-input {
	padding-right: 2px !important;	
}

input.gsc-input {
	background: none !important;
}

.gsc-search-button-v2 {
	border-radius: 0 !important;
	background-color: #000 !important;
	border-color: #000 !important;	
	padding: 7px 8px 8px !important;
}

.gsst_a .gscb_a {
	color: #CCC !important;	
}

.gs-webResult.gs-result a.gs-title,
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:link *,
.gs-webResult.gs-result a.gs-title:visited * {
	color: #F0963C !important;	
}


.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover * {
	color: #000 !important;	
}

.gs-visibleUrl {
	color: #AAA !important;
}

.gcsc-find-more-on-google {
	display: none !important;
}

.gsc-cursor-page {
	color: #F0963C !important;	
}

.gsc-cursor-current-page {
	color: #000 !important;	
}