/*
 * __ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ
 * ------ General Reset ------
 * ‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯
 */
* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*
 * __ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ
 * ------- Input Reset -------
 * ‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯
 */
input[type="text"],
input[type="password"],
textarea,
select {
	font-size: 13px;
	/*background: #e6e6e6;*/
	padding: 15px 15px;
	display: block;
	width: 100%;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	min-height: 100px;
}
a,
button,
select,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
select {
	-webkit-appearance: none;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAFCAYAAABfPyy9AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AILDyEI/km/rwAAAFdJREFUGNNjYBhoYGFhMY2BgeE/OoaKEwRMhBRoaGjk6ujobEIW09HR2aShoZFLNV8kJCRwKioqnmRgYPivqKh4MiEhgZPqQRUdHS2qpaW1PTo6WpQUfQDmZxTakjhIKgAAAABJRU5ErkJggg==) no-repeat right center;
	line-height: 1.2em !important;
	cursor: pointer;
}
/*
 * __ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ
 * ---- Input Placeholder ----
 * ‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯
 */
::-webkit-input-placeholder {
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	font-weight: normal;
	background: none;
}
:-moz-placeholder {
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	font-weight: normal;
	background: none;
}
::-moz-placeholder {
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	font-weight: normal;
	background: none;
}
:-ms-input-placeholder {
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	font-weight: normal;
	background: none;
}
/*
 * __ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ
 * ------ Base Elements ------
 * ‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯
 */
html,
body,
button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea,
select {
	font-size: 15px;
	color: #1A1919;
	letter-spacing: 0;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}
html,
body {
	color: #555555;
	overflow-x: hidden;
	/*-webkit-touch-callout: none; !* iOS Safari *!*/
	/*-webkit-user-select: none; !* Safari *!*/
	/*-khtml-user-select: none; !* Konqueror HTML *!*/
	/*-moz-user-select: none; !* Firefox *!*/
	/*-ms-user-select: none; !* Internet Explorer/Edge *!*/
	/*user-select: none;*/
}
input[disabled],
input[readonly] {
	background: #f9f9f9;
	color: #a7a7a7;
}
select {
	padding: 0 24px 0 8px;
}
b,
strong {
	font-weight: 800;
}
a {
	letter-spacing: 0;
	color: #1A1919;
	font-weight: 500;
	/*-webkit-transition: color 0.27s;*/
	/*-moz-transition: color 0.27s;*/
	/*-o-transition: color 0.27s;*/
	/*transition: color 0.27s;*/
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
	text-decoration: none;
}
a:hover {
	/*font-weight: 700;*/
	/*opacity: 0.7;*/
}
ul {
	list-style-type: none;
}


.button {
	display: inline-block;
	height: 48px;
	font-size: 13px;
	letter-spacing: 1.5px;
	line-height: 44px;
	font-weight: 600;
	text-align: center;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}


.button-colored {
	width: 175px;
	color: #FFFFFF;
}

.button-colored:hover {
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.20);
}

.button-colored:active {;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.10);
}



.button-bordered-dark {
	color: #231F20;
	background: #FFFFFF;
	border: 2px solid #ECECEC;
	width: 175px;
}
.button-bordered-dark:hover {
	background: #F7F7F7;
	border: 2px solid #ECECEC;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.05);
}
.button-bordered-dark:active {
	background: #ECECEC;
	border: 2px solid #999999;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.10);
}

.button-bordered-white {
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	width: 175px;
}
.button-bordered-white:hover {
	color: #231F20;
	background: #F7F7F7;
	border: 2px solid #ECECEC;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.05);
}

.button-bordered-white:active {
	color: #231F20;
	background: #ECECEC;
	border: 2px solid #999999;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.10);
}





.button-gray-dark {
	display: block;
	background: #231F20;
	border: 1px solid #231F20;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 auto;
}
.button-gray-dark:hover {
	background: #555555;
	border: 1px solid #000000;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.25);
}
.button-gray-dark:active {
	background: #231F20;
	border: 1px solid #000000;
	box-shadow: inset 0 2px 2px 0 #000000;
}

.button-gray2x-light {
  display: block;
  background: #ECECEC;
	border: 1px solid #ECECEC;
  color: #231F20;
  width: 280px;
  text-transform: uppercase;
  margin: 0 auto;
}
.button-gray2x-light:hover {
	background: #F7F7F7;
	border: 1px solid #ECECEC;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.05);
}
.button-gray2x-light:active {
	background: #ECECEC;
	border: 1px solid #999999;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.10);
}

.button-white {
	display: block;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #231F20;
}
.button-white:hover {
	background: #F7F7F7;
	border: 1px solid #ECECEC;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.05);
}
.button-white:active {
	background: #ECECEC;
	border: 1px solid #999999;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.10);
}
