* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #4a4a4a;
	font: 14px/18px 'Open Sans', sans-serif;
	position: relative;
	-webkit-text-size-adjust:none;
	-webkit-overflow-scrolling: touch;
	min-width: 1250px;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	text-decoration: none !important
}
:focus,
:active {
	outline:none
}
::-moz-selection {
	color: #fff;
	background: #f5a623;
}
*::selection {
	color: #fff;
	background: #f5a623;
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	vertical-align: top;
}
li {
	list-style: none;
	position: relative;
}
header, main, nav, section, article, aside, footer {
	display:block;
	position: relative;
}
.clr:after {
	clear: both;
	content: '';
	display: table;
}

.center {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}

.input {
	vertical-align: middle;
	padding: 12px 0;
	width: 100%;
	height: 44px;
	font: 14px/20px 'Open Sans', sans-serif;
	position: relative;
	-webkit-appearance: none;
	color: #fff;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.3);
	background: none;
	display: block;
	margin-bottom: 5px;
	-webkit-appearance: none;
}
textarea.input {
	resize: none;
	height: 126px;
	overflow: hidden;
	padding: 10px 0;
}
::-moz-placeholder {
	opacity: 1;
}
:-ms-input-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.input:focus::-moz-placeholder {
	opacity: .7;
}
.input:focus:-ms-input-placeholder {
	opacity: .7;
}
.input:focus::-webkit-input-placeholder {
	opacity: .7;
}
.input::-ms-clear {
	display: none
}

.hide {
	display: none;
}

/* btn
-----------------------------------------------------------------------------*/
.btn {
	display:inline-block;
	cursor: pointer;
	text-align: center;
	padding:0 24px;
	line-height: 52px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .8px;
	height: 52px;
	background: #f5a623;
}
.btn:hover {
	background: #d48d18;
}
.btn--black {
	background: #000;
}
.btn--black:hover {
	background: #353535;
}




.flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flexbox--wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbox--column {
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.flexbox--center {
	-webkit-justify-content: center;
	justify-content: center;
}
.flexbox--align-center {
	-webkit-align-items: center;
	align-items: center;
}
.flexbox--justify {
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
	overflow: hidden;
	position: relative;
	background: rgba(0,0,0,.6);
}
.jspContainer:after,
.jspContainer:before {
	position: absolute;
	height: 40px;
	top: 0;
	left: 0;
	right: 120px;
	content: '';
	z-index: 1;
	background: #fff;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.jspContainer:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.jspPane {
	position: absolute;
	background: #fff;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 51px;
	width: 16px;
	height: 100%;
}
.jspCap {
	display: none;
}
.jspTrack {
	position: relative;
}
.jspTrack:before {
	position: absolute;
	width: 1px;
	top: 8px;
	left: 7px;
	bottom: 8px;
	content: '';
	opacity: .5;
	background: #fff;
}
.jspDrag {
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 50%;
}
.jspArrow {
	display: block;
	cursor: pointer;
	position: relative;
}
.jspArrow:before {
	width: 20px;
	height: 20px;
	content: '';
	left: 50px;
	top: 41px;
	position: absolute;
	background: url(../images/sprite.svg) -36px -12px;
}
.jspArrowDown:before {
	top: 30px;
	background-position: -58px -12px;
}
.jspDisabled {
	cursor: default;
}
.jspVerticalBar .jspArrow {
	width: 120px;
	height: 90px;
	left: -53px;
	position: relative;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}