figure {
	text-align: center;
}

.bg-image {
	background-size: cover;
	/* background-attachment: fixed; */
	background-position-x: 0 !important;
	background-repeat: no-repeat;
	position: relative;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #525f71;
    font-weight: 300;
    line-height: 1.1;
}

h1, .h1 {
    font-size: 3em;
    margin: .3125em 0 .5em;
}

h2, .h2 {
    font-size: 2.25em;
    margin: .4166em 0 .6666em;
}

h3, .h3 {
    font-size: 1.875em;
    margin: .5em 0 .8em;
}

h4, .h4 {
    font-size: 1.5em;
    margin: .625em 0 1em;
}

h5, .h5 {
    font-size: 1.125em;
    margin: .8333em 0 1.3333em;
    line-height: 1.6;
}

h6, .h6 {
    font-size: 1em;
    margin: 0.9375em 0 1.5em;
}

.columns {
	margin: 0 -1em;
	width: 100%;
}

.columns > div.pure-u-1 {
	padding: 0 1em;
}

.btn, .btn:active, .btn:visited {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	
	text-decoration: none;
	outline: none;
}

table {
	width: 100%;
}

table tr td {
	border: 1px solid #DDD;
	padding: 10px;
}

.login-form input[type=text],
.login-form input[type=password] {
	width: 100%;
	box-sizing: border-box;
}

.x-scroll {
	position: relative;
	padding: 1rem !important;
}

.x-scroll .content-box {
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.x-scroll .content-box > div > * {
	white-space: normal;
}

.x-scroll .arrow {
    position: absolute;
    top: 50%;
    margin-top: -4.5rem;
    line-height: 5rem;
    font-size: 5rem;
	cursor: pointer;
}

.x-scroll .arrow.arrow-left {
	left: -.5rem;
}

.x-scroll .arrow.arrow-right {
	right: -.5rem;
}

.x-scroll .spacer {
	display: none;
}


.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }


[data-z-index] > * {
    z-index: 2;
}