/* Grid System - Start */
*, *:before, *:after {
	box-sizing:border-box;
	margin:0px;
	padding:0px;
}
img {
	max-width:100%;
	height:auto;
}
.hide {
	display:none !important;
}
.clearer {
	clear:both;
}
.row {
}
.row:after {
	display:block;
	content:'';
	clear:both;
}
.container {
	margin:auto;
	clear:both;
	max-width:1260px;
}
.container.max {
	max-width:100% !important;
	width:100% !important;
}
@media only screen and (min-width: 650px) {
	.container {
		width:100%;
	}
}
@media only screen and (min-width: 1000px) {
	.container {
		width:960px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width:88%;
	}
}
.explodegrid {
	margin:0px -20px;
}
.grid0-xs, .grid1-xs, .grid1_5-xs, .grid2-xs, .grid3-xs, .grid4-xs, .grid4_5-xs, .grid5-xs, .grid5th-xs, .grid6-xs, .grid7-xs, .grid8-xs, .grid9-xs, .grid10-xs, .grid11-xs, .grid12-xs,
.grid0-sm, .grid1-sm, .grid1_5-sm, .grid2-sm, .grid3-sm, .grid4-sm, .grid4_5-sm, .grid5-sm, .grid5th-sm, .grid6-sm, .grid7-sm, .grid8-sm, .grid9-sm, .grid10-sm, .grid11-sm, .grid12-sm,
.grid0-md, .grid1-md, .grid1_5-md, .grid2-md, .grid3-md, .grid4-md, .grid4_5-md, .grid5-md, .grid5th-md, .grid6-md, .grid7-md, .grid8-md, .grid9-md, .grid10-md, .grid11-md, .grid12-md,
.grid0-lg, .grid1-lg, .grid1_5-lg, .grid2-lg, .grid3-lg, .grid4-lg, .grid4_5-lg, .grid5-lg, .grid5th-lg, .grid6-lg, .grid7-lg, .grid8-lg, .grid9-lg, .grid10-lg, .grid11-lg, .grid12-lg {
	position:relative;
	min-height:1px;
	padding:0px 20px;
	display:block;
}
.grid0-xs, .grid1-xs, .grid1_5-xs, .grid2-xs, .grid3-xs, .grid4-xs, .grid4_5-xs, .grid5-xs, .grid5th-xs, .grid6-xs, .grid7-xs, .grid8-xs, .grid9-xs, .grid10-xs, .grid11-xs, .grid12-xs {
	float:left;
}
.grid0-xs {
	display:none;
}
.grid1-xs {
	width:8.33%;
}
.grid1_5-xs {
	width:12.25%;
}
.grid2-xs {
	width:16.66%;
}
.grid3-xs {
	width:25%;
}
.grid4-xs {
	width:33.33%
}
.grid4_5-xs {
	width:37.5%;
}
.grid5-xs {
	width:41.66%
}
.grid5th-xs {
	width:20%
}
.grid6-xs {
	width:50%;
}
.grid7-xs {
	width:58.33%;
}
.grid8-xs {
	width:66.66%
}
.grid9-xs {
	width:75%;
}
.grid10-xs {
	width:83.33%;
}
.grid11-xs {
	width:91.66%;
}
.grid12-xs {
	width:100%;
}
.mobilepx {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	visibility:hidden;
	width:1px;
	height:1px;
}
@media screen and (min-width:650px) {
	.grid0-sm, .grid1-sm, .grid1_5-sm, .grid2-sm, .grid3-sm, .grid4-sm, .grid4_5-sm, .grid5-sm, .grid5th-sm, .grid6-sm, .grid7-sm, .grid8-sm, .grid9-sm, .grid10-sm, .grid11-sm, .grid12-sm {
		float:left;
		display:block;
	}
	.grid0-sm {
		display:none;
	}
	.grid1-sm {
		width:8.33%;
	}
	.grid1_5-sm {
		width:12.25%;
	}
	.grid2-sm {
		width:16.66%;
	}
	.grid3-sm {
		width:25%;
	}
	.grid4-sm {
		width:33.33%;
	}
	.grid4_5-sm {
		width:37.5%;
	}
	.grid5-sm {
		width:41.66%;
	}
	.grid5th-sm {
		width:20%;
	}
	.grid6-sm {
		width:50%;
	}
	.grid7-sm {
		width:58.33%;
	}
	.grid8-sm {
		width:66.66%;
	}
	.grid9-sm {
		width:75%;
	}
	.grid10-sm {
		width:83.33%;
	}
	.grid11-sm {
		width:91.66%;
	}
	.grid12-sm {
		width:100%;
	}
}
@media screen and (min-width:1000px) {
	.grid0-md, .grid1-md, .grid1_5-md, .grid2-md, .grid3-md, .grid4-md, .grid4_5-md, .grid5-md, .grid5th-md, .grid6-md, .grid7-md, .grid8-md, .grid9-md, .grid10-md, .grid11-md, .grid12-md {
		float:left;
		display:block;
	}
	.grid0-md {
		display:none;
	}
	.grid1-md {
		width:8.33%;
	}
	.grid1_5-md {
		width:12.5%;
	}
	.grid2-md {
		width:16.66%;
	}
	.grid3-md {
		width:25%;
	}
	.grid4-md {
		width:33.33%;
	}
	.grid4_5-md {
		width:37.5%;
	}
	.grid5-md {
		width:41.66%;
	}
	.grid5th-md {
		width:20%;
	}
	.grid6-md {
		width:50%;
	}
	.grid7-md {
		width:58.33%;
	}
	.grid8-md {
		width:66.66%;
	}
	.grid9-md {
		width:75%;
	}
	.grid10-md {
		width:83.33%;
	}
	.grid11-md {
		width:91.66%;
	}
	.grid12-md {
		width:100%;
	}
}
@media screen and (min-width:1200px) {
	.grid0-lg, .grid1-lg, .grid1_5-lg, .grid2-lg, .grid3-lg, .grid4-lg, .grid4_5-lg, .grid5-lg, .grid5th-lg, .grid6-lg, .grid7-lg, .grid8-lg, .grid9-lg, .grid10-lg, .grid11-lg, .grid12-lg {
		float:left;
		display:block;
	}
	.grid0-lg {
		display:none;
	}
	.grid1-lg {
		width:8.33%;
	}
	.grid1_5-lg {
		width:12.5%;
	}
	.grid2-lg {
		width:16.66%;
	}
	.grid3-lg {
		width:25%;
	}
	.grid4-lg {
		width:33.33%;
	}
	.grid4_5-lg {
		width:37.5%;
	}
	.grid5-lg {
		width:41.66%;
	}
	.grid5th-lg {
		width:20%;
	}
	.grid6-lg {
		width:50%;
	}
	.grid7-lg {
		width:58.33%;
	}
	.grid8-lg {
		width:66.66%;
	}
	.grid9-lg {
		width:75%;
	}
	.grid10-lg {
		width:83.33%;
	}
	.grid11-lg {
		width:91.66%;
	}
	.grid12-lg {
		width:100%;
	}
}
@media screen and (max-width:1000px) {
    .mobilepx {
    	display:block;
    	visibility:visible;
    }
}


.space-befor-tiny {
	margin-top:10px;
}
.space-befor-small {
	margin-top:25px;
}
.space-befor-normal {
	margin-top:50px;
}
.space-befor-big {
	margin-top:75px;
}
.space-befor-monster {
	margin-top:100px;
}
.space-after-tiny {
	margin-bottom:10px;
}
.space-after-small {
	margin-bottom:25px;
}
.space-after-normal {
	margin-bottom:50px;
}
.space-after-big {
	margin-bottom:75px;
}
.space-after-monster {
	margin-bottom:100px;
}
.padding-befor-tiny {
	padding-top:10px;
}
.padding-befor-small {
	padding-top:25px;
}
.padding-befor-normal {
	padding-top:50px;
}
.padding-befor-big {
	padding-top:75px;
}
.padding-befor-monster {
	padding-top:100px;
}
.padding-after-tiny {
	padding-bottom:10px;
}
.padding-after-small {
	padding-bottom:25px;
}
.padding-after-normal {
	padding-bottom:50px;
}
.padding-after-big {
	padding-bottom:75px;
}
.padding-after-monster {
	padding-bottom:100px;
}



/* Grid System - End */
.leftimage {
	float:left;
	margin-right:20px;
}
.rightimage {
	float:right;
	margin-left:20px;
}
.rightimage, .leftimage {
	max-width:25%;
}
@media only screen and (max-width: 999px) {
	.rightimage, .leftimage {
		max-width:50%;
	}
}
@media only screen and (max-width: 649px) {
	.rightimage, .leftimage {
		max-width:100%;
		float:none;
		margin-left:0px;
		margin-right:0px;
	}
}
.center {
	text-align:center;
}
.uppercase {
	text-transform:uppercase;
}
.bold {
	font-weight:bold;
}
