/* oswald-regular - latin_latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/fonts/oswald-v16-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('/wp-content/fonts/oswald-v16-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/oswald-v16-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/oswald-v16-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/oswald-v16-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/oswald-v16-latin_latin-ext-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* carrois-gothic-regular - latin */
@font-face {
  font-family: 'Carrois Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/fonts/carrois-gothic-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Carrois Gothic Regular'), local('CarroisGothic-Regular'),
       url('/wp-content/fonts/carrois-gothic-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/carrois-gothic-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/carrois-gothic-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/carrois-gothic-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/carrois-gothic-v7-latin-regular.svg#CarroisGothic') format('svg'); /* Legacy iOS */
}

.myButton {
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:28px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#1589d6;
	font-family:Verdana;
	font-size:25px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}