@font-face {font-family: "Vitesse"; src: url("/fonts/Vitesse-Medium.otf") format("opentype");}
@font-face {font-family: "VitesseLight"; src: url("/fonts/Vitesse-Light.otf") format("opentype");}
@font-face {font-family: "VitesseBold"; src: url("/fonts/Vitesse-Bold.otf") format("opentype");}
@font-face {font-family: "VitesseBook"; src: url("/fonts/Vitesse-Book.otf") format("opentype");}
@font-face {font-family: "Populaire"; src: url("/fonts/Populaire.otf") format("opentype");}
@font-face {font-family: "Karla"; src: url("/fonts/Karla-Regular.ttf") format("truetype");}
@font-face {font-family: "KarlaBold"; src: url("/fonts/Karla-Bold.ttf") format("truetype");}
@font-face {font-family: "KarlaItalic"; src: url("/fonts/Karla-Italic.ttf") format("truetype");}

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.tab-prev-btn {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1ba1e+10,b1ba1e+100&1+10,0+100 */
	background: -moz-linear-gradient(left,  rgba(177,186,30,1) 10%, rgba(177,186,30,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(177,186,30,1) 10%,rgba(177,186,30,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(177,186,30,1) 10%,rgba(177,186,30,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1ba1e', endColorstr='#00b1ba1e',GradientType=1 ); /* IE6-9 */
}
.tab-next-btn {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1ba1e+0,b1ba1e+100&0+10,1+100 */
	background: -moz-linear-gradient(left,  rgba(177,186,30,0) 0%, rgba(177,186,30,0) 10%, rgba(177,186,30,1) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(177,186,30,0) 0%,rgba(177,186,30,0) 10%,rgba(177,186,30,1) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(177,186,30,0) 0%,rgba(177,186,30,0) 10%,rgba(177,186,30,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1ba1e', endColorstr='#b1ba1e',GradientType=1 ); /* IE6-9 */
}
input {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}