.grid-accordion {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.grid-accordion * {
	-webkit-tap-highlight-color: transparent;
}

.ga-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ga-panels {
	position: absolute;
}

.ga-horizontal .ga-panels {
	height: 100%;
}

.ga-vertical .ga-panels {
	width: 100%;
}

.ga-panel {
	position: absolute;
	overflow: hidden;
}

.ga-shadow {
	-webkit-box-shadow: -5px 0px 40px 1px #000;
	-mox-box-shadow: -5px 0px 40px 1px #000;
	box-shadow: -5px 0px 40px 1px #000;
}

.ga-background,
.ga-background-opened {
	border: none;
	vertical-align: bottom;
	width: auto;
	height: auto;
}

.ga-background-opened {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.ga-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
}

.ga-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.ga-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.ga-rounded {
	border-radius: 10px;
}

.ga-padding {
	padding: 10px;
}

.ga-pagination-buttons {
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.ga-pagination-button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.ga-pagination-buttons .ga-selected {
	background-color: #000;
}

.ga-has-buttons {
	margin-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.ga-pagination-button {
		width: 14px;
		height: 14px;
	}

	.ga-has-buttons {
		margin-bottom: 36px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.ga-pagination-button {
		width: 16px;
		height: 16px;
	}

	.ga-has-buttons {
		margin-bottom: 38px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.ga-pagination-button {
		width: 18px;
		height: 18px;
	}

	.ga-has-buttons {
		margin-bottom: 40px;
	}
}

.ga-selectable {
	cursor: default;
}

.ga-grab {
	cursor: url(images/openhand.cur), move;
}

.ga-grabbing {
	cursor: url(images/closedhand.cur), move;
}

.ga-no-js {
	overflow: hidden;
	max-width: 100%;
}

.grid-accordion p.ga-layer {
	font-size: 14px;
	line-height: 1.4;
}

.grid-accordion h1.ga-layer {
	font-size: 32px;
	line-height: 1.4;
}

.grid-accordion h2.ga-layer {
	font-size: 24px;
	line-height: 1.4;
}

.grid-accordion h3.ga-layer {
	font-size: 19px;
	line-height: 1.4;
}

.grid-accordion h4.ga-layer {
	font-size: 16px;
	line-height: 1.4;
}

.grid-accordion h5.ga-layer {
	font-size: 13px;
	line-height: 1.4;
}

.grid-accordion h6.ga-layer {
	font-size: 11px;
	line-height: 1.4;
}

.grid-accordion img.ga-layer {
	border: none;
}

.grid-accordion .ga-background,
.grid-accordion .ga-background-opened {
	border: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.grid-accordion a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.grid-accordion .ga-background,
.grid-accordion .ga-background-opened,
.grid-accordion iframe,
.grid-accordion object,
.grid-accordion video,
.grid-accordion embed,
.grid-accordion canvas {
	max-width: none;
	max-height: none;
}