.gpp-sc-instruction-box { 
	padding:20px; 
	margin-bottom:20px; 
	background:#EDEDED; 
	color:#333;
	float:left;
}
/* Grid */
.gpp-sc-grid_1,
.gpp-sc-grid_2,
.gpp-sc-grid_3,
.gpp-sc-grid_4,
.gpp-sc-grid_5,
.gpp-sc-grid_6,
.gpp-sc-grid_7,
.gpp-sc-grid_8,
.gpp-sc-grid_9,
.gpp-sc-grid_10,
.gpp-sc-grid_11,
.gpp-sc-grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

.alpha { margin-left:0; }
.omega { margin-right:0; }

 .gpp-sc-grid_1 { width:6.333%; }
 .gpp-sc-grid_2 { width:14.667%; }
 .gpp-sc-grid_3 { width:23.0%; }
 .gpp-sc-grid_4 { width:31.333%; }
 .gpp-sc-grid_5 { width:39.667%; }
 .gpp-sc-grid_6 { width:48.0%; }
 .gpp-sc-grid_7 { width:56.333%; }
 .gpp-sc-grid_8 { width:64.667%; }
 .gpp-sc-grid_9 { width:73.0%; }
 .gpp-sc-grid_10 { width:81.333%; }
 .gpp-sc-grid_11 { width:89.667%; }
 .gpp-sc-grid_12 { width:98.0%; }
@media screen and (max-width:640px) {
	 .gpp-sc-grid_1,
	 .gpp-sc-grid_2,
	 .gpp-sc-grid_3,
	 .gpp-sc-grid_4,
	 .gpp-sc-grid_5,
	 .gpp-sc-grid_6,
	 .gpp-sc-grid_7,
	 .gpp-sc-grid_8,
	 .gpp-sc-grid_9,
	 .gpp-sc-grid_10,
	 .gpp-sc-grid_11,
	 .gpp-sc-grid_12 {
		display: block;
		float:none;
		margin:0 auto;
		width:100%;
	}
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Buttons */

.gpp-sc-button {
	display: inline-block;
	margin: 0 0 1em;
	padding: 8px 15px;
	border: 0;
	border-radius: 2px;
	border: 1px solid transparent;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, "Lucida Grande", sans-serif;
	line-height: 1.5384615384615385;
	cursor: pointer;
	outline: none;
	background-color: #434a54;
	border-color: #434a54;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style:normal;
	text-decoration:none;
}
.gpp-sc-button.medium {
	padding: 12px 24px;
	font-size: 18px;
}
.gpp-sc-button.medium .gpp-sc-genericon {
	line-height: 1.25;
	font-size: 18px;
}
.gpp-sc-button.large {
	padding: 20px 32px;
	font-size: 24px;
}
.gpp-sc-button.large .gpp-sc-genericon {
	line-height: 1.5;
	font-size: 24px;
}
.gpp-sc-button.block {
	display: block;
}
.gpp-sc-button-icon-left {
	padding-right: 0.5em;
}
.gpp-sc-button-icon-right {
	padding-left: 0.5em;
}
.gpp-sc-button-icon-left.gpp-sc-genericon, .gpp-sc-button-icon-right.gpp-sc-genericon {
	vertical-align: top;
	height: 10px;
}
.gpp-sc-button:hover {
	opacity: 0.8;
}
.gpp-sc-button span.gpp-sc-button-inner {
	display: block;
	font-weight: normal;
	line-height: 1.5384615384615385;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}

.gpp-sc-button.grey, .gpp-sc-box.grey, .gpp-sc-highlight.grey, .gpp-sc-pricing-header.grey, .gpp-sc-pricing-header.grey h5 {
	background-color: #ccc;
	border-color: #ccc;
	color: #fff;
}

.gpp-sc-button.yellow, .gpp-sc-box.yellow, .gpp-sc-highlight.yellow, .gpp-sc-pricing-header.yellow, .gpp-sc-pricing-header.yellow h5 {
	background-color: #f6bb42;
	border-color: #f6bb42;
	color: #fff;
}

.gpp-sc-button.green, .gpp-sc-box.green, .gpp-sc-highlight.green, .gpp-sc-pricing-header.green, .gpp-sc-pricing-header.green h5 {
	background-color: #8cc152;
	border-color: #8cc152;
	color: #fff;
}

.gpp-sc-button.red, .gpp-sc-box.red, .gpp-sc-highlight.red, .gpp-sc-pricing-header.red, .gpp-sc-pricing-header.red h5 {
	background-color: #da4453;
	border-color: #da4453;
	color: #fff;
}

.gpp-sc-button.pink, .gpp-sc-box.pink, .gpp-sc-highlight.pink, .gpp-sc-pricing-header.pink, .gpp-sc-pricing-header.pink h5 {
	background-color: #d770ad;
	border-color: #d770ad;
	color: #fff;
}

.gpp-sc-button.black, .gpp-sc-box.black, .gpp-sc-highlight.black, .gpp-sc-pricing-header.black, .gpp-sc-pricing-header.black h5 {
	background-color: #434a54;
	border-color: #434a54;
	color: #fff;
}

.gpp-sc-button.blue, .gpp-sc-box.blue, .gpp-sc-highlight.blue, .gpp-sc-pricing-header.blue, .gpp-sc-pricing-header.blue h5 {
	background-color: #3bafda;
	border-color: #3bafda;
	color: #fff;
}

.gpp-sc-button.purple, .gpp-sc-box.purple, .gpp-sc-highlight.purple, .gpp-sc-pricing-header.purple, .gpp-sc-pricing-header.purple h5 {
	background-color: #967adc;
	border-color: #967adc;
	color: #fff;
}

/*  Alert Boxes  */

.gpp-sc-box {
	float: left;
	width: 90%;
	display: block;
	padding: 3% 5%;
	margin: 0.5em 0;
	font-size: 1.2em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gpp-sc-box.alignright, .gpp-sc-box.alignleft {
	margin-left: 0;
	margin-right: 0;
}

.gpp-sc-box a {
	text-decoration: underline;
}
.gpp-sc-box .gpp-sc-button {
	text-decoration: none;
	float: right;
	margin: 0;
}

/* Dividers */

.gpp-sc-divider {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	background: none;
}
.gpp-sc-divider.solid {
	border-top: 1px solid #eee;
}
.gpp-sc-divider.dashed {
	border-top: 1px dashed #eee;
}
.gpp-sc-divider.dotted {
	border-top: 1px dotted #eee;
}
.gpp-sc-divider.double {
	height: 5px;
	display: block;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.gpp-sc-divider.yellow {
	border-color: #f6bb42;
}
.gpp-sc-divider.green {
	border-color: #8cc152;
}
.gpp-sc-divider.red {
	border-color: #da4453;
}
.gpp-sc-divider.pink {
	border-color: #d770ad;
}
.gpp-sc-divider.black {
	border-color: #434a54;
}
.gpp-sc-divider.blue {
	border-color: #3bafda;
}
.gpp-sc-divider.gray {
	border-color: #ededed;
}
.gpp-sc-divider.purple {
	border-color: #967adc;
}


/* Toggle
================================================== */
.gpp-sc-toggle .gpp-sc-toggle-trigger {
	display: block;
	color: #3d3d3d;
	display: block;
	padding: 0.8em;
	border: 1px solid #ddd;
	background: #f9f9f9;
	outline: 0;
	text-transform: none;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	cursor: pointer;
}
.gpp-sc-toggle .gpp-sc-toggle-trigger:hover {
	background-color: #fcfcfc;
	text-decoration: none;
}

.gpp-sc-toggle .gpp-sc-toggle-container {
	display: none;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 0px;
}


/* Accordion
================================================== */
.gpp-sc-accordion {
	border: 1px solid #ddd
}
.gpp-sc-accordion h3.gpp-sc-accordion-trigger {
	display: block;
	color: #3d3d3d;
	display: block;
	padding: 0.8em;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
	outline: 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	cursor: pointer;
}
.gpp-sc-accordion h3.gpp-sc-accordion-trigger a {
	color: #555;
	text-decoration: none !important;
}
.gpp-sc-accordion .ui-state-focus {
	outline: none;
}
.gpp-sc-accordion .gpp-sc-accordion-trigger:hover {
	background-color: #fcfcfc;
	text-decoration: none;
}
.gpp-sc-accordion .gpp-sc-accordion-trigger.ui-state-active {
	background-color: #fff;
	text-decoration: none;
}
.gpp-sc-accordion .gpp-sc-accordion-trigger.ui-state-active a {
	color: #000
}
.gpp-sc-accordion .ui-accordion-content {
	background-color: #fff;
	padding: 15px;
	border-bottom: solid 1px #ddd;
}
.gpp-sc-accordion .ui-accordion-content p:last-child {
	margin: 0px;
}
.gpp-sc-accordion .ui-icon {
	margin-right: 7px;
}


/* Tabs
================================================== */
.gpp-sc-tabs ul.ui-tabs-nav {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
	margin-left: 1px;
}
.gpp-sc-tabs ul.ui-tabs-nav li {
	display: block;
	width: auto;
	height: 40px;
	padding: 0 !important;
	float: left !important;
	margin: 0 !important;
	outline: none;
}
.gpp-sc-tabs ul.ui-tabs-nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 39px;
	padding: 0px 20px;
	line-height: 40px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background-color: #f9f9f9;
	font-size: 1em;
	color: #444;
	outline: none;
}
.gpp-sc-tabs ul.ui-tabs-nav li a:hover {
	color: #333;
	background: #fcfcfc;
}
.gpp-sc-tabs ul.ui-tabs-nav .ui-state-active a {
	background: #fff;
	height: 40px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111 !important;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
.gpp-sc-tabs ul.ui-tabs-nav .ui-state-active a:hover {
	background: #fff
}
.gpp-sc-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
	margin-left: 0
}
.gpp-sc-tabs ul.ui-tabs-nav li:first-child a {
	border-width: 1px 1px 0 1px
}
.gpp-sc-tabs .tab-content {
	background: #fff;
	padding: 20px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin: 0;
}
.gpp-sc-tabs ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.gpp-sc-tabs ul.tabs:after {
	clear: both
}
.gpp-sc-tabs ul.tabs {
	zoom: 1
}
.gpp-sc-tabs .ui-tabs-hide {
	display: none
}
.gpp-sc-tabs:before, ul.gpp-sc-tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.gpp-sc-tabs:after {
	clear: both
}
.gpp-sc-tabs {
	zoom: 1
}
.gpp-sc-tabs .ui-tabs-hide {
	display: none
}

.gpp-sc-tabs .ui-tabs-nav {
	margin-bottom: 0 !important;
}


/* Googlemap
================================================== */
.googlemap {
	position: relative;
	max-width: inherit;
}
.googlemap .map_canvas {
	width: 100%;
	height: 100%;
}
.googlemap .map_canvas h3 {
	margin: 0 0 10px;
	font-size: 14px;
}
.map_canvas img {
	max-width: none !important
}


/* Pricing Table
================================================== */
.gpp-sc-pricing-table {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.gpp-sc-pricing-table div {
	list-style: none
}
.gpp-sc-pricing-table > div {
	list-style: none;
	text-shadow: none;
	margin-bottom: 0;
	border: 1px solid #ddd;
}
.gpp-sc-pricing-table .gpp-sc-pricing-header {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.gpp-sc-pricing-table .gpp-sc-pricing-header h5 {
	font-size: 1.3em;
	margin: 0;
	font-weight: normal;
	line-height: 1;
}
.gpp-sc-pricing-table .gpp-sc-pricing-cost {
	font-size: 3em;
	line-height: 1;
}
.gpp-sc-pricing-table .featured .gpp-sc-pricing-header {
	background: #fd5c41;
	margin: -1px;
	border-bottom: 1px solid #e72302;
}
.gpp-sc-pricing-table .featured .gpp-sc-pricing-header h5 {
	color: #fff;
	border-bottom: 1px solid #e72302;
}
.gpp-sc-pricing-table .featured .gpp-sc-pricing-cost {
	border-top: 1px solid #fe8773
}
.gpp-sc-pricing-table .gpp-sc-pricing-per {
	font-size: 0.786em;
}
.gpp-sc-pricing-table .gpp-sc-pricing-content {
	background: #fff;
	font-size: 0.857em;
	text-align: center;
}
.gpp-sc-pricing-content p {
	margin:0;
}
.gpp-sc-pricing-table .gpp-sc-pricing-content ul {
	margin: 0 !important;
	list-style: none !important;
}
.gpp-sc-pricing-table .gpp-sc-pricing-content ul li {
	margin: 0 !important;
	padding: 10px 20px !important;
	border-bottom: 1px solid #eee;
	list-style: none !important;
}
.gpp-sc-pricing-table .gpp-sc-pricing-content ul li:nth-child(2n+2) {
	background: #f9f9f9
}
.gpp-sc-pricing-table .gpp-sc-pricing-button {
	background: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 20px;
}
.gpp-sc-pricing-table .gpp-sc-pricing-button .gpp-sc-button {
	float: none;
	margin: 0 auto;
}


/* Clear Floats
================================================== */
.gpp-cs-clear-floats {
	clear: both
}
.gpp-sc-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
