	div#translateWrapper {
		display:none;
		position: absolute;
		top:0;
		right:0;
		z-index: 200;
		padding: .25rem .5rem;
		background: #efe3b9;
		border-bottom-left-radius: 10px;
		
	}
	div#translateWrapper a {
		display:inline-block;
		width:50%;
		font-size: .7rem;
		font-style: italic;
	}
	div#translateWrapper a#wrapClose{
		display:inline-block;
		width:50%;
		font-style:normal;
		text-align:right;
	}
	.skiptranslate.goog-te-gadget, a.goog-logo-link {font-size:.65rem !important; }
	
	.ttu-translate-trigger {
		display: inline-block;
		white-space: nowrap;
		z-index: 3;
		background: url("/_ttu-template/2017/img/google-translate.svg") no-repeat left center ;
		width: 24px;
		height: 44px;
		overflow: hidden;
		/*color: asdftransparent !important;*/
	}
	@media only screen and (max-width: 999px) {
		.ttu-translate-trigger {
			color: transparent !important;
		}
	}
	@media only screen and (min-width: 1000px) {
		.ttu-translate-trigger {
			/*color: #666 !important;*/
			background-size:14px;
			padding-left: 18px;
			width: auto;
			height: auto;
			overflow: visible;
		}
		.ttu-translate-trigger.mobile-translate {
			display: none !important;
		}
	}
	
	#google_translate_element select {
		width: 100%;
		border: 1px solid #666;
		font-family: 'ITC Charter W01',Georgia,Garamond,serif;
		font-weight: 600;
		padding: .25em;
		color: #666;

	}
