/*
* jQuery Mobile Framework 1.0.1
* http://jquerymobile.com
*
* Copyright 2011-2012 (c) jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
*/
/* Swatches */

/* A
-----------------------------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,800);

.ui-bar-a {
	border: 1px solid #475d6d
	/*{a-bar-border}*/
	;
	background: #475d6d
	/*{a-bar-background-color}*/
	;
	color: #ffffff
	/*{a-bar-color}*/
	;
	text-shadow: 0
	/*{a-bar-shadow-x}*/
	1px
	/*{a-bar-shadow-y}*/
	1px
	/*{a-bar-shadow-radius}*/
	#444444
	/*{a-bar-shadow-color}*/
	;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#282828
			/*{a-bar-background-start}*/
		), to(#3d3d3d
			/*{a-bar-background-end}*/
		));
	/* Saf4 , Chrome */
	background-image: -webkit-linear-gradient(#282828
		/*{a-bar-background-start}*/
		, #3d3d3d
		/*{a-bar-background-end}*/
	);
	/* Chrome 10 , Saf5.1  */
	background-image: -moz-linear-gradient(#282828
		/*{a-bar-background-start}*/
		, #3d3d3d
		/*{a-bar-background-end}*/
	);
	/* FF3.6 */
	background-image: -ms-linear-gradient(#282828
		/*{a-bar-background-start}*/
		, #3d3d3d
		/*{a-bar-background-end}*/
	);
	/* IE10 */
	background-image: -o-linear-gradient(#282828
		/*{a-bar-background-start}*/
		, #3d3d3d
		/*{a-bar-background-end}*/
	);
	/* Opera 11.10  */
	background-image: linear-gradient(#282828
		/*{a-bar-background-start}*/
		, #3d3d3d
		/*{a-bar-background-end}*/
	);
}

.ui-bar-a .ui-link-inherit {
	color: #ffffff
	/*{a-bar-color}*/
	;
}

.ui-bar-a .ui-link {
	color: #7cc4e7
	/*{a-bar-link-color}*/
	;
}

.ui-bar-a .ui-link:hover {
	color: #2489CE
	/*{a-bar-link-hover}*/
	;
}

.ui-bar-a .ui-link:active {
	color: #2489CE
	/*{a-bar-link-active}*/
	;
}

.ui-bar-a .ui-link:visited {
	color: #2489CE
	/*{a-bar-link-visited}*/
	;
}

.ui-bar-a,
.ui-bar-a input,
.ui-bar-a select,
.ui-bar-a textarea,
.ui-bar-a button {
	font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

.ui-body-a,
.ui-dialog.ui-overlay-a {
	color: #000000;
	text-shadow: 1px 1px 1px #eeeeee;
	background-image: url(../logos/bg.jpg);
	background-size: cover;
}

.ui-body-a,
.ui-body-a input,
.ui-body-a select,
.ui-body-a textarea,
.ui-body-a button {
	font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.ui-body-a .ui-link-inherit {
	color: #000000
	/*{a-body-color}*/
	;
}

.ui-body-a .ui-link {
	color: #2489CE
	/*{a-body-link-color}*/
	;
}

.ui-body-a .ui-link:hover {
	color: #2489CE
	/*{a-body-link-hover}*/
	;
}

.ui-body-a .ui-link:active {
	color: #2489CE
	/*{a-body-link-active}*/
	;
}

.ui-body-a .ui-link:visited {
	color: #2489CE
	/*{a-body-link-visited}*/
	;
}

.ui-btn-up-a {
	border: 1px solid #cccccc
	/*{a-bup-border}*/
	;
	background: #eeeeee
	/*{a-bup-background-color}*/
	;
	color: #2F3E46
	/*{a-bup-color}*/
	;
	text-shadow: 0
	/*{a-bup-shadow-x}*/
	1px
	/*{a-bup-shadow-y}*/
	0
	/*{a-bup-shadow-radius}*/
	#ffffff
	/*{a-bup-shadow-color}*/
	;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff
			/*{a-bup-background-start}*/
		), to(#f1f1f1
			/*{a-bup-background-end}*/
		));
	/* Saf4 , Chrome */
	background-image: -webkit-linear-gradient(#ffffff
		/*{a-bup-background-start}*/
		, #f1f1f1
		/*{a-bup-background-end}*/
	);
	/* Chrome 10 , Saf5.1  */
	background-image: -moz-linear-gradient(#ffffff
		/*{a-bup-background-start}*/
		, #f1f1f1
		/*{a-bup-background-end}*/
	);
	/* FF3.6 */
	background-image: -ms-linear-gradient(#ffffff
		/*{a-bup-background-start}*/
		, #f1f1f1
		/*{a-bup-background-end}*/
	);
	/* IE10 */
	background-image: -o-linear-gradient(#ffffff
		/*{a-bup-background-start}*/
		, #f1f1f1
		/*{a-bup-background-end}*/
	);
	/* Opera 11.10  */
	background-image: linear-gradient(#ffffff
		/*{a-bup-background-start}*/
		, #f1f1f1
		/*{a-bup-background-end}*/
	);
}

.ui-btn-up-a a.ui-link-inherit {
	color: #2F3E46
	/*{a-bup-color}*/
	;
}

.ui-btn-hover-a {
	border: 1px solid #bbbbbb
	/*{a-bhover-border}*/
	;
	background: #dfdfdf
	/*{a-bhover-background-color}*/
	;
	color: #2F3E46
	/*{a-bhover-color}*/
	;
	text-shadow: 0
	/*{a-bhover-shadow-x}*/
	1px
	/*{a-bhover-shadow-y}*/
	0
	/*{a-bhover-shadow-radius}*/
	#ffffff
	/*{a-bhover-shadow-color}*/
	;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6
			/*{a-bhover-background-start}*/
		), to(#e0e0e0
			/*{a-bhover-background-end}*/
		));
	/* Saf4 , Chrome */
	background-image: -webkit-linear-gradient(#f6f6f6
		/*{a-bhover-background-start}*/
		, #e0e0e0
		/*{a-bhover-background-end}*/
	);
	/* Chrome 10 , Saf5.1  */
	background-image: -moz-linear-gradient(#f6f6f6
		/*{a-bhover-background-start}*/
		, #e0e0e0
		/*{a-bhover-background-end}*/
	);
	/* FF3.6 */
	background-image: -ms-linear-gradient(#f6f6f6
		/*{a-bhover-background-start}*/
		, #e0e0e0
		/*{a-bhover-background-end}*/
	);
	/* IE10 */
	background-image: -o-linear-gradient(#f6f6f6
		/*{a-bhover-background-start}*/
		, #e0e0e0
		/*{a-bhover-background-end}*/
	);
	/* Opera 11.10  */
	background-image: linear-gradient(#f6f6f6
		/*{a-bhover-background-start}*/
		, #e0e0e0
		/*{a-bhover-background-end}*/
	);
}

.ui-btn-hover-a a.ui-link-inherit {
	color: #2F3E46
	/*{a-bhover-color}*/
	;
}

.ui-btn-down-a {
	border: 1px solid #bbbbbb
	/*{a-bdown-border}*/
	;
	background: #d6d6d6
	/*{a-bdown-background-color}*/
	;
	color: #2F3E46
	/*{a-bdown-color}*/
	;
	text-shadow: 0
	/*{a-bdown-shadow-x}*/
	1px
	/*{a-bdown-shadow-y}*/
	0
	/*{a-bdown-shadow-radius}*/
	#ffffff
	/*{a-bdown-shadow-color}*/
	;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0
			/*{a-bdown-background-start}*/
		), to(#dfdfdf
			/*{a-bdown-background-end}*/
		));
	/* Saf4 , Chrome */
	background-image: -webkit-linear-gradient(#d0d0d0
		/*{a-bdown-background-start}*/
		, #dfdfdf
		/*{a-bdown-background-end}*/
	);
	/* Chrome 10 , Saf5.1  */
	background-image: -moz-linear-gradient(#d0d0d0
		/*{a-bdown-background-start}*/
		, #dfdfdf
		/*{a-bdown-background-end}*/
	);
	/* FF3.6 */
	background-image: -ms-linear-gradient(#d0d0d0
		/*{a-bdown-background-start}*/
		, #dfdfdf
		/*{a-bdown-background-end}*/
	);
	/* IE10 */
	background-image: -o-linear-gradient(#d0d0d0
		/*{a-bdown-background-start}*/
		, #dfdfdf
		/*{a-bdown-background-end}*/
	);
	/* Opera 11.10  */
	background-image: linear-gradient(#d0d0d0
		/*{a-bdown-background-start}*/
		, #dfdfdf
		/*{a-bdown-background-end}*/
	);
}

.ui-btn-down-a a.ui-link-inherit {
	color: #2F3E46
	/*{a-bdown-color}*/
	;
}

.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
	font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	text-decoration: none;
}

/* Structure */

/* links within "buttons" 
-----------------------------------------------------------------------------------------------------------*/

a.ui-link-inherit {
	text-decoration: none !important;
}


/* Active class used as the "on" state across all themes
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-active {
	border: 1px solid #c1272d
	/*{global-active-border}*/
	;
	background: #c1272d
	/*{global-active-background-color}*/
	;
	color: #ffffff
	/*{global-active-color}*/
	;
	cursor: pointer;
	text-shadow: 0
	/*{global-active-shadow-x}*/
	1px
	/*{global-active-shadow-y}*/
	1px
	/*{global-active-shadow-radius}*/
	#444444
	/*{global-active-shadow-color}*/
	;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF333b
			/*{global-active-background-start}*/
		), to(#811a1e
			/*{global-active-background-end}*/
		));
	/* Saf4 , Chrome */
	background-image: -webkit-linear-gradient(#FF333b
		/*{global-active-background-start}*/
		, #811a1e
		/*{global-active-background-end}*/
	);
	/* Chrome 10 , Saf5.1  */
	background-image: -moz-linear-gradient(#FF333b
		/*{global-active-background-start}*/
		, #811a1e
		/*{global-active-background-end}*/
	);
	/* FF3.6 */
	background-image: -ms-linear-gradient(#FF333b
		/*{global-active-background-start}*/
		, #811a1e
		/*{global-active-background-end}*/
	);
	/* IE10 */
	background-image: -o-linear-gradient(#FF333b
		/*{global-active-background-start}*/
		, #811a1e
		/*{global-active-background-end}*/
	);
	/* Opera 11.10  */
	background-image: linear-gradient(#FF333b
		/*{global-active-background-start}*/
		, #811a1e
		/*{global-active-background-end}*/
	);
	font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

.ui-btn-active a.ui-link-inherit {
	color: #ffffff
	/*{global-active-color}*/
	;
}


/* button inner top highlight
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-inner {
	border-top: 1px solid #fff;
	border-color: rgba(255, 255, 255, .3);
}


/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/

.ui-corner-tl {
	-moz-border-radius-topleft: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-top-left-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-top-left-radius: .6em
	/*{global-radii-blocks}*/
	;
}

.ui-corner-tr {
	-moz-border-radius-topright: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-top-right-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-top-right-radius: .6em
	/*{global-radii-blocks}*/
	;
}

.ui-corner-bl {
	-moz-border-radius-bottomleft: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-bottom-left-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-bottom-left-radius: .6em
	/*{global-radii-blocks}*/
	;
}

.ui-corner-br {
	-moz-border-radius-bottomright: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-bottom-right-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-bottom-right-radius: .6em
	/*{global-radii-blocks}*/
	;
}

.ui-corner-top {
	-moz-border-radius-topleft: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-top-left-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-top-left-radius: .6em
	/*{global-radii-blocks}*/
	;
	-moz-border-radius-topright: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-top-right-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-top-right-radius: .6em
	/*{global-radii-blocks}*/
	;
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-bottom-left-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-bottom-left-radius: .6em
	/*{global-radii-blocks}*/
	;
	-moz-border-radius-bottomright: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-bottom-right-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-bottom-right-radius: .6em
	/*{global-radii-blocks}*/
	;
}

.ui-corner-right {
	-moz-border-radius-topright: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-top-right-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-top-right-radius: .6em
	/*{global-radii-blocks}*/
	;
	-moz-border-radius-bottomright: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-bottom-right-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-bottom-right-radius: .6em
	/*{global-radii-blocks}*/
	;
}

.ui-corner-left {
	-moz-border-radius-topleft: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-top-left-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-top-left-radius: .6em
	/*{global-radii-blocks}*/
	;
	-moz-border-radius-bottomleft: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-bottom-left-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-bottom-left-radius: .6em
	/*{global-radii-blocks}*/
	;
}

.ui-corner-all {
	-moz-border-radius: .6em
	/*{global-radii-blocks}*/
	;
	-webkit-border-radius: .6em
	/*{global-radii-blocks}*/
	;
	border-radius: .6em
	/*{global-radii-blocks}*/
	;
}

.ui-corner-none {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
	opacity: .3;
}

.ui-disabled,
.ui-disabled a {
	pointer-events: none;
	cursor: default;
}

/* Icons
-----------------------------------------------------------------------------------------------------------*/

.ui-icon,
.ui-icon-searchfield:after {
	background: #FFFFFF
	/*{global-icon-color}*/
	;
	background: rgba(0, 0, 0, 0.4)
	/*{global-icon-disc}*/
	;
	background-image: url(images/icons-18-white.png)
	/*{global-icon-set}*/
	;
	background-repeat: no-repeat;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}


/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/

.ui-icon-alt {
	background: #fff;
	background: rgba(255, 255, 255, .3);
	background-image: url(images/icons-18-black.png);
	background-repeat: no-repeat;
}

/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {

	.ui-icon-plus,
	.ui-icon-minus,
	.ui-icon-delete,
	.ui-icon-arrow-r,
	.ui-icon-arrow-l,
	.ui-icon-arrow-u,
	.ui-icon-arrow-d,
	.ui-icon-check,
	.ui-icon-gear,
	.ui-icon-refresh,
	.ui-icon-forward,
	.ui-icon-back,
	.ui-icon-grid,
	.ui-icon-star,
	.ui-icon-alert,
	.ui-icon-info,
	.ui-icon-home,
	.ui-icon-search,
	.ui-icon-searchfield:after,
	.ui-icon-checkbox-off,
	.ui-icon-checkbox-on,
	.ui-icon-radio-off,
	.ui-icon-radio-on {
		background-image: url(images/icons-36-white.png)
		/*{global-large-icon-set}*/
		;
		-moz-background-size: 776px 18px;
		-o-background-size: 776px 18px;
		-webkit-background-size: 776px 18px;
		background-size: 776px 18px;
	}

	.ui-icon-alt {
		background-image: url(images/icons-36-black.png);
	}
}

/* plus minus */
.ui-icon-plus {
	background-position: -0 50%;
}

.ui-icon-minus {
	background-position: -36px 50%;
}

/* delete/close */
.ui-icon-delete {
	background-position: -72px 50%;
}

/* arrows */
.ui-icon-arrow-r {
	background-position: -108px 50%;
}

.ui-icon-arrow-l {
	background-position: -144px 50%;
}

.ui-icon-arrow-u {
	background-position: -180px 50%;
}

.ui-icon-arrow-d {
	background-position: -216px 50%;
}

/* misc */
.ui-icon-check {
	background-position: -252px 50%;
}

.ui-icon-gear {
	background-position: -288px 50%;
}

.ui-icon-refresh {
	background-position: -324px 50%;
}

.ui-icon-forward {
	background-position: -360px 50%;
}

.ui-icon-back {
	background-position: -396px 50%;
}

.ui-icon-grid {
	background-position: -432px 50%;
}

.ui-icon-star {
	background-position: -468px 50%;
}

.ui-icon-alert {
	background-position: -504px 50%;
}

.ui-icon-info {
	background-position: -540px 50%;
}

.ui-icon-home {
	background-position: -576px 50%;
}

.ui-icon-search,
.ui-icon-searchfield:after {
	background-position: -612px 50%;
}

.ui-icon-checkbox-off {
	background-position: -684px 50%;
}

.ui-icon-checkbox-on {
	background-position: -648px 50%;
}

.ui-icon-radio-off {
	background-position: -756px 50%;
}

.ui-icon-radio-on {
	background-position: -720px 50%;
}


/* checks,radios */
.ui-checkbox .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ui-icon-checkbox-off,
.ui-icon-radio-off {
	background-color: transparent;
}

.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
	background-color: #c1272d
	/*{global-active-background-color}*/
	;
	/* NOTE: this hex should match the active state color. It's repeated here for cascade */
}

/* loading icon */
.ui-icon-loading {
	background-image: url(images/ajax-loader.png);
	width: 40px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-size: 35px 35px;
}


/* Button corner classes
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-corner-tl {
	-moz-border-radius-topleft: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-top-left-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-top-left-radius: 1em
	/*{global-radii-buttons}*/
	;
}

.ui-btn-corner-tr {
	-moz-border-radius-topright: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-top-right-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-top-right-radius: 1em
	/*{global-radii-buttons}*/
	;
}

.ui-btn-corner-bl {
	-moz-border-radius-bottomleft: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-bottom-left-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-bottom-left-radius: 1em
	/*{global-radii-buttons}*/
	;
}

.ui-btn-corner-br {
	-moz-border-radius-bottomright: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-bottom-right-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-bottom-right-radius: 1em
	/*{global-radii-buttons}*/
	;
}

.ui-btn-corner-top {
	-moz-border-radius-topleft: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-top-left-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-top-left-radius: 1em
	/*{global-radii-buttons}*/
	;
	-moz-border-radius-topright: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-top-right-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-top-right-radius: 1em
	/*{global-radii-buttons}*/
	;
}

.ui-btn-corner-bottom {
	-moz-border-radius-bottomleft: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-bottom-left-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-bottom-left-radius: 1em
	/*{global-radii-buttons}*/
	;
	-moz-border-radius-bottomright: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-bottom-right-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-bottom-right-radius: 1em
	/*{global-radii-buttons}*/
	;
}

.ui-btn-corner-right {
	-moz-border-radius-topright: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-top-right-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-top-right-radius: 1em
	/*{global-radii-buttons}*/
	;
	-moz-border-radius-bottomright: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-bottom-right-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-bottom-right-radius: 1em
	/*{global-radii-buttons}*/
	;
}

.ui-btn-corner-left {
	-moz-border-radius-topleft: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-top-left-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-top-left-radius: 1em
	/*{global-radii-buttons}*/
	;
	-moz-border-radius-bottomleft: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-bottom-left-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-bottom-left-radius: 1em
	/*{global-radii-buttons}*/
	;
}

.ui-btn-corner-all {
	-moz-border-radius: 1em
	/*{global-radii-buttons}*/
	;
	-webkit-border-radius: 1em
	/*{global-radii-buttons}*/
	;
	border-radius: 1em
	/*{global-radii-buttons}*/
	;
}

/* radius clip workaround for cleaning up corner trapping */
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-left,
.ui-corner-all,
.ui-btn-corner-tl,
.ui-btn-corner-tr,
.ui-btn-corner-bl,
.ui-btn-corner-br,
.ui-btn-corner-top,
.ui-btn-corner-bottom,
.ui-btn-corner-right,
.ui-btn-corner-left,
.ui-btn-corner-all {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

/* Overlay / modal
-----------------------------------------------------------------------------------------------------------*/

.ui-overlay {
	background: #666;
	opacity: .5;
	filter: Alpha(Opacity=50);
	position: absolute;
	width: 100%;
	height: 100%;
}

.ui-overlay-shadow {
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
}

.ui-shadow {
	-moz-box-shadow: 0px 1px 4px
	/*{global-box-shadow-size}*/
	rgba(0, 0, 0, .3)
	/*{global-box-shadow-color}*/
	;
	-webkit-box-shadow: 0px 1px 4px
	/*{global-box-shadow-size}*/
	rgba(0, 0, 0, .3)
	/*{global-box-shadow-color}*/
	;
	box-shadow: 0px 1px 4px
	/*{global-box-shadow-size}*/
	rgba(0, 0, 0, .3)
	/*{global-box-shadow-color}*/
	;
}

.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow,
.ui-bar-c .ui-shadow {
	-moz-box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
	box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
}

.ui-shadow-inset {
	-moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
}

.ui-icon-shadow {
	-moz-box-shadow: 0px 1px 0 rgba(255, 255, 255, .4)
	/*{global-icon-shadow}*/
	;
	-webkit-box-shadow: 0px 1px 0 rgba(255, 255, 255, .4)
	/*{global-icon-shadow}*/
	;
	box-shadow: 0px 1px 0 rgba(255, 255, 255, .4)
	/*{global-icon-shadow}*/
	;
}

/* Focus state - set here for specificity
-----------------------------------------------------------------------------------------------------------*/

.ui-focus {
	-moz-box-shadow: 0px 0px 12px #E6E6E6
	/*{global-active-background-color}*/
	;
	-webkit-box-shadow: 0px 0px 12px #E6E6E6
	/*{global-active-background-color}*/
	;
	box-shadow: 0px 0px 12px #E6E6E6
	/*{global-active-background-color}*/
	;
}

/* unset box shadow in browsers that don't do it right
-----------------------------------------------------------------------------------------------------------*/

.ui-mobile-nosupport-boxshadow * {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus {
	outline-width: 2px;
}


.ui-page .ui-header,
.ui-page .ui-footer {
	position: relative;
}

.ui-title,
.ui-footer .ui-title {
	display: block;
	font-size: 16px;
	margin: 0.6em 90px 0.8em;
	min-height: 1.1em;
	outline: 0 none !important;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#sapling {
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 500;
}

#header-title {
	float: left;
	height: 30px;
	padding: 11px 0 0 5px;
	color: #7A7A7A;
	text-shadow: 1px 1px 1px #313131;
}

.ui-content {
	background: #fff;
}

html,
body {
	position: relative;
	height: 100%;
}

.swiper-container {
	max-width: 800px;
	max-height: 600px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: none;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

#swiper-text {
	position: absolute;
	left: 20px;
	top: 20px;
	text-align: left;
}

.swiper-slide img {
	width: 100%;
	overflow: auto;
	top: 0;
}

.swiper-slide p {
	font-family: "Open Sans", helvetica;
	color: #ffffff;
	font-weight: 300;
	line-height: 65px;
	font-size: 50px;
	text-shadow: 1px 1px 1px #000;
}

.swiper-slide {
	display: block !important;
}

#logo-badge {
	width: 107%;
	float: left;
	margin: -15px 0px 0px -15px;
	padding: 0px;
}

#logo-badge img {
	width: 100%;
	margin: 0 auto;
}

h1 {
	font-weight: 300 !important;
	font-size: 35px !important;
	line-height: 40px !important;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding: 15px 0 15px 0 !important;
	-webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
}

.checkout-header h1 {
	padding-left: 20px !important;
}

#mouse-type {
	font-size: 11px;
	line-height: 15px;
	color: #ccc;
	padding: 20px;
}

#mouse-type:hover {
	color: #000;
}

h3 {
	font-weight: 600 !important;
}

p {
	font-size: 14px;
}

#yourdonation {
	width: 200px;
	float: left;
	font-size: 30px;
	text-shadow: 1px 1px 1px #fff;
}

#donvalue {
	width: 80px;
	float: right;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	color: red;
}

#social {
	width: 100%;
	clear: left;
	float: left;
}

#goalraised,
#grvalue {
	font-weight: 400;
	font-size: 20px;
	padding: 5px 1px;
}

#goalraised {
	width: 95px;
	float: left;
}

#grvalue {
	float: left;
	color: red;
	width: 200px;
	font-weight: 800;
}



.ui-select .ui-btn {
	display: block;
	position: relative;
}

.ui-select {
	width: 120px;
	float: left;
}

input.ui-input-text,
textarea.ui-input-text {
	background: #fff;
}

label.ui-input-text {
	font-size: 14px;
}

label.ui-select {
	font-size: 14px;
}

button,
.blue-btn {
	cursor: pointer;
}

#grid-container {
	width: 100%;
	padding-bottom: 20px;
	padding-left: 3%;
}

#donatebox {
	background-color: #fff;
	width: 120%;
	height: 59px;
	margin: 0 -20px 0 -20px;
	padding: 10px 20px;
	border: 1px solid #CACACA;
	box-shadow: inset 1px 1px 4px #c5c5c5;
	clear: both;
}

#commentsbbl #bbl {
	border-radius: 6px;
	padding: 10px;
	background-color: #feffde;
	box-shadow: 2px 2px 2px #d2d2d2;
}

#commentsbbl #meta {
	background: url("/sapling/images/arrow.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 18px;
}

.blue-btn {
	padding: 5px;
	color: #fff;
	border-radius: 6px;
	text-shadow: none;
	width: 110px;
	font-size: 12px;
	margin: 2px;
	float: right;
	text-align: center;
	background: #a9e4f7;
	/* Old browsers */
	text-decoration: none;
	background: -moz-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9e4f7), color-stop(100%, #0fb4e7));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a9e4f7 0%, #0fb4e7 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9e4f7', endColorstr='#0fb4e7', GradientType=0);
	/* IE6-9 */
}

body {
	background: #EEE8E8;
}

.etabs {
	margin: 0;
	padding: 0;
}

.tab {
	display: inline-block;
	zoom: 1;
	display: inline;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
}

.tab a:hover {
	text-decoration: underline;
}

.tab.active {
	background: #fff;
	padding: 6px;
	position: relative;
	top: 1px;
	border-color: #666;
}

.tab a.active {
	font-weight: bold;
}

.tab-container .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

.tab-panel {
	padding: 10px;
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 14px;
	background: #fff;
	border-radius: 0px 4px 4px 4px;
	-moz-border-radius: 0px 4px 4px 4px;
	-webkit-border-radius: 0px 4px 4px 4px;
}

.error {
	color: #ff0000;
	display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.about {
	margin: 70px auto 40px;
	padding: 8px;
	width: 260px;
	font: 10px/18px 'Open Sans', Arial, sans-serif;
	color: #bbb;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	background: #383838;
	background: rgba(34, 34, 34, 0.8);
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
}

.about a {
	color: #eee;
	text-decoration: none;
	border-radius: 2px;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-o-transition: background 0.1s;
	transition: background 0.1s;
}

.about a:hover {
	text-decoration: none;
	background: #555;
	background: rgba(255, 255, 255, 0.15);
}

.about-links {
	height: 30px;
}

.about-links>a {
	float: left;
	width: 50%;
	line-height: 30px;
	font-size: 12px;
}

.about-author {
	margin-top: 5px;
}

.about-author>a {
	padding: 1px 3px;
	margin: 0 -1px;
}

/*
 * Copyright (c) 2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
body {
	font: 13px/20px 'Open Sans', Verdana, sans-serif;
	color: #404040;
	background: #fafafa;
	text-shadow: 0px 1px 0px #fff;
}

.checkout {
	width: 90%;
	margin: 10px auto;
	padding: 15px;
	background: #fff;
	border: 1px solid;
	border-color: #c2cadb #bbc5d6 #b7c0cd;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.checkout>p {
	zoom: 1;
}

.checkout>p:before,
.checkout>p:after {
	content: '';
	display: table;
}

.checkout>p:after {
	clear: both;
}

.checkout>p+p {
	margin-top: 15px;
}

.checkout-header {
	position: relative;
	margin: -15px -15px 15px;
}

.checkout-title {
	padding: 0 15px;
	line-height: 38px;
	font-size: 13px;
	font-weight: bold;
	color: #7f889e;
	text-shadow: 0 1px rgba(255, 255, 255, 0.7);
	background: #eceff5;
	border-bottom: 1px solid #c5ccdb;
	border-radius: 7px 7px 0 0;
	background-image: -webkit-linear-gradient(top, #f5f8fb, #e9edf3);
	background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
	background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
	background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);
	-webkit-box-shadow: inset 0 1px white;
	box-shadow: inset 0 1px white;
}

.checkout-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.checkout-price {
	position: absolute;
	top: -28px;
	right: 30px;
	padding: 0 20px;
	font: 20px/40px Helvetica, Arial, sans-serif;
	color: white;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	text-indent: -1px;
	background: #e54930;
	border: 1px solid;
	border-color: #b33323 #ab3123 #982b1f;
	border-radius: 21px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: -webkit-linear-gradient(top, #f75a3b, #d63b29);
	background-image: -moz-linear-gradient(top, #f75a3b, #d63b29);
	background-image: -o-linear-gradient(top, #f75a3b, #d63b29);
	background-image: linear-gradient(to bottom, #f75a3b, #d63b29);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.checkout-price:before {
	content: '';
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	border: 2px solid #f5f8fb;
	border-radius: 18px;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
}

input {
	margin: 0;
	line-height: normal;
	font-family: inherit;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.checkout-input {
	float: left;
	padding: 0 7px;
	height: 32px;
	color: #525864;
	background: white;
	border: 1px solid;
	border-color: #b3c0e2 #bcc5e2 #c0ccea;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, #f6f8fa, white);
	background-image: -moz-linear-gradient(top, #f6f8fa, white);
	background-image: -o-linear-gradient(top, #f6f8fa, white);
	background-image: linear-gradient(to bottom, #f6f8fa, white);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}

.checkout-input:focus {
	border-color: #46aefe;
	outline: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
}

.lt-ie9 .checkout-input {
	line-height: 30px;
}

.checkout-name {
	width: 150px;
}

.checkout-card {
	width: 100%;
}

.checkout-exp,
.checkout-cvc {
	margin-left: 15px;
	width: 55px !important;
}

.checkout-btn {
	width: 100%;
	padding: 0;
	font-weight: bold;
	color: white;
	padding: 15px 0;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid;
	border-color: #1486f9 #0f7de9 #0d6acf;
	background: #1993fb;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
	background-image: -moz-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
	background-image: -o-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
	background-image: linear-gradient(to bottom, #4cb1fe, #229afc 40%, #138df6);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.comment-btn {
	width: initial;
	padding: 15px;
	display: inline;
}

#feeschk {
	display: inline;
	margin-right: 10px;
	height: 30px;
	width: 30px;
	margin-bottom: 20px;
}

.done-btn {
	padding: 0;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	color: #666;
	padding: 15px;
	margin: 4px 0;
	text-align: center;
	text-shadow: none;
	border: 1px solid;
	border-color: #666;
	background: none;
	border-radius: 4px;
}

.checkout-btn:active {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border-color: #075bba #0c69d2 #0f7de9;
	background-image: -webkit-linear-gradient(top, #1281dc, #1593fc);
	background-image: -moz-linear-gradient(top, #1281dc, #1593fc);
	background-image: -o-linear-gradient(top, #1281dc, #1593fc);
	background-image: linear-gradient(to bottom, #1281dc, #1593fc);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}

textarea#comments {
	width: 96%;
	padding: 10px;
	margin: 0;
	border-radius: 5px;
}

video {
	width: 100% !important;
	height: auto !important;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.swiper-container-horizontal>.swiper-pagination {
	bottom: -3px !important;
	left: 0;
	width: 100%;
	background-color: none;
	height: 30px;
}

.swiper-wrapper {
	margin-bottom: -3px;
}

:-moz-placeholder {
	color: #acb6c8 !important;
}

::-moz-placeholder {
	color: #acb6c8 !important;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #acb6c8;
}

:-ms-input-placeholder {
	color: #acb6c8;
}

::-moz-focus-inner {
	padding: 0 !important;
	border: 0 !important;
}

.don-box {
	width: 18%;
	height: 40px;
	float: left;
	text-align: center;
	margin: 1px;
	padding-top: 16px;
	font-size: 22px;
	text-shadow: 0
	/*{global-active-shadow-x}*/
	1px
	/*{global-active-shadow-y}*/
	1px
	/*{global-active-shadow-radius}*/
	#444444
	/*{global-active-shadow-color}*/
	;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #c1272d
	/*{global-active-border}*/
	;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
	background: #1e5799;
	/* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
	/* IE6-9 */
	font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
	font-weight: 300;
}

.don-box-on {
	width: 18%;
	height: 40px;
	float: left;
	text-align: center;
	margin: 1px;
	padding-top: 16px;
	font-size: 22px;
	text-shadow: 0
	/*{global-active-shadow-x}*/
	1px
	/*{global-active-shadow-y}*/
	1px
	/*{global-active-shadow-radius}*/
	#444444
	/*{global-active-shadow-color}*/
	;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #c1272d
	/*{global-active-border}*/
	;
	background: #f85032;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
	/* IE6-9 */
	font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
	font-weight: 300;
}

.don-box-taken {
	width: 18%;
	height: 40px;
	float: left;
	text-align: center;
	margin: 1px;
	padding-top: 16px;
	font-size: 22px;
	text-shadow: none;
	text-decoration: none;
	color: #f5f7f9;
	border-radius: 4px;
	border: 1px solid #c1272d
	/*{global-active-border}*/
	;
	background: url(images/i.png), #f6f8f9;
	/* Old browsers */
	background: url(images/i.png), -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	/* FF3.6+ */
	background: url(images/i.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9));
	background: url(images/i.png), -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	/* Chrome10+,Safari5.1+ */
	background: url(images/i.png), -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	/* Opera 11.10+ */
	background: url(images/i.png), -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	/* IE10+ */
	background: url(images/i.png), linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0);
	/* IE6-9 */
	font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
	font-weight: 300;
	background-position: left top;
	background-repeat: no-repeat;
}

.don-box-taken-no-i {
	width: 18%;
	height: 40px;
	float: left;
	text-align: center;
	margin: 1px;
	padding-top: 16px;
	font-size: 22px;
	text-shadow: none;
	text-decoration: none;
	color: #f5f7f9;
	border-radius: 4px;
	border: 1px solid #c1272d
	/*{global-active-border}*/
	;
	background: #f6f8f9;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9));
	background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0);
	/* IE6-9 */
	font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
	font-weight: 300;
}


.checkout .custom-questions {
	padding: 10px 0;
}

.checkout .custom-questions label {
	line-height: 30px;
}

/* Confetti container */
.confetti {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #ffcc00;
	border-radius: 50%;
	animation: confetti-fall 1s ease-out forwards;
	pointer-events: none;
	z-index: 1000;
}

/* Randomized animation for confetti */
@keyframes confetti-fall {
	0% {
		transform: translateY(0) translateX(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateY(200px) translateX(calc(-50px + 100px * random())) scale(0.5);
		opacity: 0;
	}
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#comment {
	z-index: 999;
	top: 10px;
	position: fixed;
	margin: 0;
	margin-left: -15px;
	float: left;
	max-height: 350px;
	min-width: 80%;
	font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
	font-weight: 300;
	background: #fffff0;
	padding: 10px 5px 20x 10px;
	box-shadow: 2px 2px 4px #9B9B9B;
	font-size: 14px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

#don-alert {
	z-index: 999;
	bottom: 0;
	right: 0;
	position: fixed;
	width: 170px;
	height: 30px;
	font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
	font-weight: 300;
	background: #fffff0;
	padding: 10px 5px 0 10px;
	font-size: 18px;
	border-top-left-radius: 6px;
}

#body-container {
	margin: 0 auto;
	margin-top: 10px;
	width: 550px;
	font-size: 14px;
}

@media screen and (max-width:599px) {
	#body-container {
		margin: 0 auto;
		margin-top: 10px;
		width: 90%;
	}

	.swiper-container {
		max-width: 100%;
		max-height: 90%;
	}

	#grid-container {
		width: 100%;
		padding-bottom: 20px;
		padding-left: 2%;
	}

	#mouse-type {
		padding: 4px;
	}

	#sapling {
		position: absolute;
		top: 0;
		right: 10px;
		z-index: 500;
	}

}