/* <style> */

	
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
	
*:not(input):not(textarea) {
	-ms-user-select:none;
}

.E,
.E * {
	-ms-user-select:text!important;
}
	
html, body {
	height:100%;
	margin:0px;
}

body {
	background-color:#FFFFFF;
 	font-family:'Arial', sans-serif;
	overflow-x:hidden;
}

main {
	display:block;
}

/* Defaults */

ul {
	display:inline-block;
}
	
.fa-ul {
	margin-left:0px!important;
	padding-left:28px!important;	
}

.fa-ul span.fa-li {
	width:28px!important;
	text-align:left!important;
}
	
.fa-ul .grid {
	overflow:visible;
}

address 								{ font-style:normal; }
a img 									{ border-style:none; }
a 	  									{ text-decoration:none; }
main a:not(.arrow):not(.more):hover,
article a:not(.arrow):not(.more):hover,
address a:not(.arrow):not(.more):hover,
footer a:not(.arrow):not(.more):hover 	{ text-decoration:underline; }
	
/* Preset Classes */

.invisible {
	visibility:hidden!important;
}

.last {
	margin-right:0px!important;
}

.floatl {
	float:left!important;
}

.floatr {
	float:right!important;
}

.left {
	float:left!important;
}

.right {
	float:right!important;
}

.floatn {
	float:none!important;
}

.grid {
	float:left!important;
overflow:hidden;;
}

.grid.last {
	float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
}

.none {
	display:none!important;
}

.block {
	display:block!important;
}

.iblock {
	display:inline-block!important;
}

.inline {
	display:inline!important;
}

.table {
	display:table!important;
}

.row {
	display:table-row!important;
}

.cell {
	display:table-cell!important;
vertical-align:middle;
}

.clearl {
	clear:left!important;
}

.clearr {
	clear:right!important;
}

.clearn {
	clear:none!important;
}

.clearnone {
	clear:none!important;
}

.clearb {
	clear:both!important;
}

.clear {
	float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
}

.alignl {
	text-align:left!important;
}

.alignr {
	text-align:right!important;
}

.alignc {
	text-align:center!important;
}

.alignj {
	text-align:justify!important;
}

.valign {
	vertical-align:middle!important;
}

.widthauto {
	width:auto!important;
}

.heightauto {
	height:auto!important;
}

.fw {
	width:100%!important;
}

.fh {
	height:100%!important;
}

.pointer {
	cursor:pointer!important;
}

.static {
	position:static!important;
}

.relative {
	position:relative!important;
}

.absolute {
	position:absolute!important;
}

.spacing {
	margin-bottom:7px!important;
}

.spacing.floatl {
	margin-right:15px!important;
}

.spacing.floatr {
	margin-left:15px!important;
}

.flowhide {
	overflow:hidden;
}

.flowshow {
	overflow:visible;
}

.nowrap {
	white-space:nowrap;
}


h1,h2,h3,h4,h5,h6,p,ol,ul:not(.item-list)	{ margin-bottom:20px; }
li 											{ margin-bottom:5px; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child, 
ul:last-child,
ol:last-child,
li:last-child,
.notification-bar:last-child {
	margin-bottom:0px!important;	
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

iframe {
	border:0px;
}
	
.tel,
.email {
	white-space:nowrap;
}

li.fa,
li.fal,
li.far,
li.fas {
	display:block;
	padding-left:25px;
	position:relative;
	font-family:inherit;
}

li.fa::before,
li.fal::before,
li.far::before,
li.fas::before {
	position:absolute;
	left:0px;
	font-family:'Font Awesome 5 Pro';
}

/* Grid */

.grid.seven {
	width:11.5%;
margin-right:3.25%;
}

.grid.seven_x2 {
	width:26.25%;
margin-right:3.25%;
}

.grid.seven_x3 {
	width:41%;
margin-right:3.25%;
}

.grid.seven_x4 {
	width:55.75%;
margin-right:3.25%;
}

.grid.seven_x5 {
	width:70.5%;
margin-right:3.25%;
}

.grid.seven_x6 {
	width:85.25%;
margin-right:3.25%;
}

.grid.six {
	width:15%;
margin-right:2%;
}

.grid.six_x2 {
	width:32%;
margin-right:2%;
}

.grid.six_x3 {
	width:49%;
margin-right:2%;
}

.grid.six_x4 {
	width:63%;
margin-right:2%;
}

.grid.six_x5 {
	width:83%;
margin-right:2%;
}

.grid.five {
	width:18%;
margin-right:2.5%;
}

.grid.five_x2 {
	width:38.5%;
margin-right:2.5%;
}

.grid.five_x3 {
	width:59%;
margin-right:2.5%;
}

.grid.five_x4 {
	width:79.5%;
margin-right:2.5%;
}

.grid.four {
	width:22%;
margin-right:4%;
}

.grid.four_x2 {
	width:48%;
margin-right:4%;
}

.grid.four_x3 {
	width:74%;
margin-right:4%;
}

.grid.three {
	width:31%;
margin-right:3.5%;
}

.grid.three_x2 {
	width:65.5%;
margin-right:3.5%;
}

.grid.two {
	width:48%;
margin-right:4%;
}

.grid.one {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven {
	width:14.28571429%;
}

.floatl.seven_x2 {
	width:28.57142857%;
}

.floatl.seven_x3 {
	width:42.85714286%;
}

.floatl.seven_x4 {
	width:57.14285714%;
}

.floatl.seven_x5 {
	width:71.42857143%;
}

.floatl.seven_x6 {
	width:85.71428571%;
}

.floatl.six {
	width:16.66666667%;
}

.floatl.six_x2 {
	width:33.33333333%;
}

.floatl.six_x3 {
	width:50%;
}

.floatl.six_x4 {
	width:66.6666667%;
}

.floatl.six_x5 {
	width:83%;
}

.floatl.five {
	width:20%;
}

.floatl.five_x2 {
	width:40%;
}

.floatl.five_x3 {
	width:60%;
}

.floatl.five_x4 {
	width:80%;
}

.floatl.four {
	width:25%;
}

.floatl.four_x2 {
	width:50%;
}

.floatl.four_x3 {
	width:75%;
}

.floatl.three {
	width:33.33333333%;
}

.floatl.three_x2 {
	width:66.66666667%;
}

.floatl.two {
	width:50%;
}

.floatl.one {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px;
}


		.colour1_bg {
			background-color:#fcc100!important;
		}

		.colour1_bg,
		a.colour1_bg {
			color:#000000!important;
		}
	
		.colour1_bg a {
			color:#000000;
		}

		.colour1 a,
		a.colour1 {
		color:#fcc100;
					}
		
		.colour1 {
			color:#fcc100;
			background:transparent!important;
				}
		
		.colour1_bg input[type=text],
		.colour1_bg input[type=password],
		.colour1_bg input[type=number],
		.colour1_bg textarea,
		.colour1_bg select,
		.colour1_bg select option {
			border-color:#000000;
			color:#000000;
			background:transparent;
		}
	
		.colour1_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour1_bg select {
			color:rgba(0,0,0,0.7);
		}

		.colour1_bg ::-webkit-input-placeholder {
			color:rgba(0,0,0,0.7);
			opacity:1;
		}

		.colour1_bg ::-moz-placeholder {
			color:rgba(0,0,0,0.7);
			opacity:1;
		}
	
				.colour2_bg {
			background-color:#4DAE33!important;
		}

		.colour2_bg,
		a.colour2_bg {
			color:#FFFFFF!important;
		}
	
		.colour2_bg a {
			color:#FFFFFF;
		}

		.colour2 a,
		a.colour2 {
		color:#4DAE33;
					}
		
		.colour2 {
			color:#4DAE33;
			background:transparent!important;
				}
		
		.colour2_bg input[type=text],
		.colour2_bg input[type=password],
		.colour2_bg input[type=number],
		.colour2_bg textarea,
		.colour2_bg select,
		.colour2_bg select option {
			border-color:#FFFFFF;
			color:#FFFFFF;
			background:transparent;
		}
	
		.colour2_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour2_bg select {
			color:rgba(255,255,255,0.7);
		}

		.colour2_bg ::-webkit-input-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}

		.colour2_bg ::-moz-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}
	
				.colour3_bg {
			background-color:#4c90cd!important;
		}

		.colour3_bg,
		a.colour3_bg {
			color:#ffffff!important;
		}
	
		.colour3_bg a {
			color:#ffffff;
		}

		.colour3 a,
		a.colour3 {
		color:#4c90cd;
					}
		
		.colour3 {
			color:#4c90cd;
			background:transparent!important;
				}
		
		.colour3_bg input[type=text],
		.colour3_bg input[type=password],
		.colour3_bg input[type=number],
		.colour3_bg textarea,
		.colour3_bg select,
		.colour3_bg select option {
			border-color:#ffffff;
			color:#ffffff;
			background:transparent;
		}
	
		.colour3_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour3_bg select {
			color:rgba(255,255,255,0.7);
		}

		.colour3_bg ::-webkit-input-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}

		.colour3_bg ::-moz-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}
	
				.colour4_bg {
			background-color:#CA1D6D!important;
		}

		.colour4_bg,
		a.colour4_bg {
			color:#FFFFFF!important;
		}
	
		.colour4_bg a {
			color:#FFFFFF;
		}

		.colour4 a,
		a.colour4 {
		color:#CA1D6D;
					}
		
		.colour4 {
			color:#CA1D6D;
			background:transparent!important;
				}
		
		.colour4_bg input[type=text],
		.colour4_bg input[type=password],
		.colour4_bg input[type=number],
		.colour4_bg textarea,
		.colour4_bg select,
		.colour4_bg select option {
			border-color:#FFFFFF;
			color:#FFFFFF;
			background:transparent;
		}
	
		.colour4_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour4_bg select {
			color:rgba(255,255,255,0.7);
		}

		.colour4_bg ::-webkit-input-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}

		.colour4_bg ::-moz-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}
	
				.colour5_bg {
			background-color:#E84D16!important;
		}

		.colour5_bg,
		a.colour5_bg {
			color:#ffffff!important;
		}
	
		.colour5_bg a {
			color:#ffffff;
		}

		.colour5 a,
		a.colour5 {
		color:#E84D16;
					}
		
		.colour5 {
			color:#E84D16;
			background:transparent!important;
				}
		
		.colour5_bg input[type=text],
		.colour5_bg input[type=password],
		.colour5_bg input[type=number],
		.colour5_bg textarea,
		.colour5_bg select,
		.colour5_bg select option {
			border-color:#ffffff;
			color:#ffffff;
			background:transparent;
		}
	
		.colour5_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour5_bg select {
			color:rgba(255,255,255,0.7);
		}

		.colour5_bg ::-webkit-input-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}

		.colour5_bg ::-moz-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}
	
				.colour6_bg {
			background-color:#EEEEEE!important;
		}

		.colour6_bg,
		a.colour6_bg {
			color:#000000!important;
		}
	
		.colour6_bg a {
			color:#000000;
		}

		.colour6 a,
		a.colour6 {
		color:#EEEEEE;
					}
		
		.colour6 {
			color:#EEEEEE;
			background:transparent!important;
				}
		
		.colour6_bg input[type=text],
		.colour6_bg input[type=password],
		.colour6_bg input[type=number],
		.colour6_bg textarea,
		.colour6_bg select,
		.colour6_bg select option {
			border-color:#000000;
			color:#000000;
			background:transparent;
		}
	
		.colour6_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour6_bg select {
			color:rgba(0,0,0,0.7);
		}

		.colour6_bg ::-webkit-input-placeholder {
			color:rgba(0,0,0,0.7);
			opacity:1;
		}

		.colour6_bg ::-moz-placeholder {
			color:rgba(0,0,0,0.7);
			opacity:1;
		}
	
				.colour7_bg {
			background-color:#ffffff!important;
		}

		.colour7_bg,
		a.colour7_bg {
			color:#000000!important;
		}
	
		.colour7_bg a {
			color:#000000;
		}

		.colour7 a,
		a.colour7 {
		color:#ffffff;
					}
		
		.colour7 {
			color:#ffffff;
			background:transparent!important;
				}
		
		.colour7_bg input[type=text],
		.colour7_bg input[type=password],
		.colour7_bg input[type=number],
		.colour7_bg textarea,
		.colour7_bg select,
		.colour7_bg select option {
			border-color:#000000;
			color:#000000;
			background:transparent;
		}
	
		.colour7_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour7_bg select {
			color:rgba(0,0,0,0.7);
		}

		.colour7_bg ::-webkit-input-placeholder {
			color:rgba(0,0,0,0.7);
			opacity:1;
		}

		.colour7_bg ::-moz-placeholder {
			color:rgba(0,0,0,0.7);
			opacity:1;
		}
	
					
		.padded_tiny {
			padding:5px;
		}

		.paddedtb_tiny {
			padding-top:5px;
			padding-bottom:5px;
		}

		.paddedt_tiny {
			padding-top:5px;
		}

		.paddedb_tiny {
			padding-bottom:5px;
		}

		.paddedl_tiny {
			padding-left:5px;
		}

		.paddedr_tiny {
			padding-right:5px;
		}

		.paddedlr_tiny {
			padding-left:5px;
			padding-right:5px;
		}

		.nmarginlr_tiny {
			margin-left:-5px;
			margin-right:-5px;
		}
			
		.nmargin_tiny {
			margin:-5px;
		}

		.nmargintb_tiny {
			margin-top:-5px;
			margin-bottom:-5px;
		}

		.nmargint_tiny {
			margin-top:-5px;
		}

		.nmarginb_tiny {
			margin-bottom:-5px;
		}

		.nmarginl_tiny {
			margin-left:-5px;
		}

		.nmarginr_tiny {
			margin-right:-5px;
		}
	
					
		.marginlr_tiny {
			margin-left:5px;
			margin-right:5px;
		}
			
		.margin_tiny {
			margin:5px;
		}

		.margintb_tiny {
			margin-top:5px;
			margin-bottom:5px;
		}

		.margint_tiny {
			margin-top:5px;
		}

		.marginb_tiny {
			margin-bottom:5px;
		}

		.marginl_tiny {
			margin-left:5px;
		}
			
		.marginr_tiny {
			margin-right:5px;
		}

					
		.padded_small {
			padding:10px;
		}

		.paddedtb_small {
			padding-top:10px;
			padding-bottom:10px;
		}

		.paddedt_small {
			padding-top:10px;
		}

		.paddedb_small {
			padding-bottom:10px;
		}

		.paddedl_small {
			padding-left:10px;
		}

		.paddedr_small {
			padding-right:10px;
		}

		.paddedlr_small {
			padding-left:10px;
			padding-right:10px;
		}

		.nmarginlr_small {
			margin-left:-10px;
			margin-right:-10px;
		}
			
		.nmargin_small {
			margin:-10px;
		}

		.nmargintb_small {
			margin-top:-10px;
			margin-bottom:-10px;
		}

		.nmargint_small {
			margin-top:-10px;
		}

		.nmarginb_small {
			margin-bottom:-10px;
		}

		.nmarginl_small {
			margin-left:-10px;
		}

		.nmarginr_small {
			margin-right:-10px;
		}
	
					
		.marginlr_small {
			margin-left:10px;
			margin-right:10px;
		}
			
		.margin_small {
			margin:10px;
		}

		.margintb_small {
			margin-top:10px;
			margin-bottom:10px;
		}

		.margint_small {
			margin-top:10px;
		}

		.marginb_small {
			margin-bottom:10px;
		}

		.marginl_small {
			margin-left:10px;
		}
			
		.marginr_small {
			margin-right:10px;
		}

					
		.padded_medium {
			padding:20px;
		}

		.paddedtb_medium {
			padding-top:20px;
			padding-bottom:20px;
		}

		.paddedt_medium {
			padding-top:20px;
		}

		.paddedb_medium {
			padding-bottom:20px;
		}

		.paddedl_medium {
			padding-left:20px;
		}

		.paddedr_medium {
			padding-right:20px;
		}

		.paddedlr_medium {
			padding-left:20px;
			padding-right:20px;
		}

		.nmarginlr_medium {
			margin-left:-20px;
			margin-right:-20px;
		}
			
		.nmargin_medium {
			margin:-20px;
		}

		.nmargintb_medium {
			margin-top:-20px;
			margin-bottom:-20px;
		}

		.nmargint_medium {
			margin-top:-20px;
		}

		.nmarginb_medium {
			margin-bottom:-20px;
		}

		.nmarginl_medium {
			margin-left:-20px;
		}

		.nmarginr_medium {
			margin-right:-20px;
		}
	
					
		.marginlr_medium {
			margin-left:20px;
			margin-right:20px;
		}
			
		.margin_medium {
			margin:20px;
		}

		.margintb_medium {
			margin-top:20px;
			margin-bottom:20px;
		}

		.margint_medium {
			margin-top:20px;
		}

		.marginb_medium {
			margin-bottom:20px;
		}

		.marginl_medium {
			margin-left:20px;
		}
			
		.marginr_medium {
			margin-right:20px;
		}

					
		.padded_large {
			padding:40px;
		}

		.paddedtb_large {
			padding-top:40px;
			padding-bottom:40px;
		}

		.paddedt_large {
			padding-top:40px;
		}

		.paddedb_large {
			padding-bottom:40px;
		}

		.paddedl_large {
			padding-left:40px;
		}

		.paddedr_large {
			padding-right:40px;
		}

		.paddedlr_large {
			padding-left:40px;
			padding-right:40px;
		}

		.nmarginlr_large {
			margin-left:-40px;
			margin-right:-40px;
		}
			
		.nmargin_large {
			margin:-40px;
		}

		.nmargintb_large {
			margin-top:-40px;
			margin-bottom:-40px;
		}

		.nmargint_large {
			margin-top:-40px;
		}

		.nmarginb_large {
			margin-bottom:-40px;
		}

		.nmarginl_large {
			margin-left:-40px;
		}

		.nmarginr_large {
			margin-right:-40px;
		}
	
					
		.marginlr_large {
			margin-left:40px;
			margin-right:40px;
		}
			
		.margin_large {
			margin:40px;
		}

		.margintb_large {
			margin-top:40px;
			margin-bottom:40px;
		}

		.margint_large {
			margin-top:40px;
		}

		.marginb_large {
			margin-bottom:40px;
		}

		.marginl_large {
			margin-left:40px;
		}
			
		.marginr_large {
			margin-right:40px;
		}

		 @media screen and (max-width: 799px) { 			
		.padded_large {
			padding:25px;
		}

		.paddedtb_large {
			padding-top:25px;
			padding-bottom:25px;
		}

		.paddedt_large {
			padding-top:25px;
		}

		.paddedb_large {
			padding-bottom:25px;
		}

		.paddedl_large {
			padding-left:25px;
		}

		.paddedr_large {
			padding-right:25px;
		}

		.paddedlr_large {
			padding-left:25px;
			padding-right:25px;
		}

		.nmarginlr_large {
			margin-left:-25px;
			margin-right:-25px;
		}
			
		.nmargin_large {
			margin:-25px;
		}

		.nmargintb_large {
			margin-top:-25px;
			margin-bottom:-25px;
		}

		.nmargint_large {
			margin-top:-25px;
		}

		.nmarginb_large {
			margin-bottom:-25px;
		}

		.nmarginl_large {
			margin-left:-25px;
		}

		.nmarginr_large {
			margin-right:-25px;
		}
	
					
		.marginlr_large {
			margin-left:25px;
			margin-right:25px;
		}
			
		.margin_large {
			margin:25px;
		}

		.margintb_large {
			margin-top:25px;
			margin-bottom:25px;
		}

		.margint_large {
			margin-top:25px;
		}

		.marginb_large {
			margin-bottom:25px;
		}

		.marginl_large {
			margin-left:25px;
		}
			
		.marginr_large {
			margin-right:25px;
		}

		 } 			
		.padded_core {
			padding:10px;
		}

		.paddedtb_core {
			padding-top:10px;
			padding-bottom:10px;
		}

		.paddedt_core {
			padding-top:10px;
		}

		.paddedb_core {
			padding-bottom:10px;
		}

		.paddedl_core {
			padding-left:10px;
		}

		.paddedr_core {
			padding-right:10px;
		}

		.paddedlr_core {
			padding-left:10px;
			padding-right:10px;
		}

		.nmarginlr_core {
			margin-left:-10px;
			margin-right:-10px;
		}
			
		.nmargin_core {
			margin:-10px;
		}

		.nmargintb_core {
			margin-top:-10px;
			margin-bottom:-10px;
		}

		.nmargint_core {
			margin-top:-10px;
		}

		.nmarginb_core {
			margin-bottom:-10px;
		}

		.nmarginl_core {
			margin-left:-10px;
		}

		.nmarginr_core {
			margin-right:-10px;
		}
	
					
		.marginlr_core {
			margin-left:10px;
			margin-right:10px;
		}
			
		.margin_core {
			margin:10px;
		}

		.margintb_core {
			margin-top:10px;
			margin-bottom:10px;
		}

		.margint_core {
			margin-top:10px;
		}

		.marginb_core {
			margin-bottom:10px;
		}

		.marginl_core {
			margin-left:10px;
		}
			
		.marginr_core {
			margin-right:10px;
		}

					
		.marginlr_auto {
			margin-left:auto;
			margin-right:auto;
		}
			
		.margin_auto {
			margin:auto;
		}

		.margintb_auto {
			margin-top:auto;
			margin-bottom:auto;
		}

		.margint_auto {
			margin-top:auto;
		}

		.marginb_auto {
			margin-bottom:auto;
		}

		.marginl_auto {
			margin-left:auto;
		}
			
		.marginr_auto {
			margin-right:auto;
		}

					
		.padded_none {
			padding:0px!important;;
		}

		.paddedtb_none {
			padding-top:0px!important;;
			padding-bottom:0px!important;;
		}

		.paddedt_none {
			padding-top:0px!important;;
		}

		.paddedb_none {
			padding-bottom:0px!important;;
		}

		.paddedl_none {
			padding-left:0px!important;;
		}

		.paddedr_none {
			padding-right:0px!important;;
		}

		.paddedlr_none {
			padding-left:0px!important;;
			padding-right:0px!important;;
		}

		.nmarginlr_none {
			margin-left:-0px!important;;
			margin-right:-0px!important;;
		}
			
		.nmargin_none {
			margin:-0px!important;;
		}

		.nmargintb_none {
			margin-top:-0px!important;;
			margin-bottom:-0px!important;;
		}

		.nmargint_none {
			margin-top:-0px!important;;
		}

		.nmarginb_none {
			margin-bottom:-0px!important;;
		}

		.nmarginl_none {
			margin-left:-0px!important;;
		}

		.nmarginr_none {
			margin-right:-0px!important;;
		}
	
					
		.marginlr_none {
			margin-left:0px!important;;
			margin-right:0px!important;;
		}
			
		.margin_none {
			margin:0px!important;;
		}

		.margintb_none {
			margin-top:0px!important;;
			margin-bottom:0px!important;;
		}

		.margint_none {
			margin-top:0px!important;;
		}

		.marginb_none {
			margin-bottom:0px!important;;
		}

		.marginl_none {
			margin-left:0px!important;;
		}
			
		.marginr_none {
			margin-right:0px!important;;
		}

			.border_1 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none {
		border:none!important;;
	}

	.bordertb_none {
		border-top:none!important;;
		border-bottom:none!important;;
	}

	.bordert_none {
		border-top:none!important;;
	}

	.borderb_none {
		border-bottom:none!important;;
	}

	.borderl_none {
		border-left:none!important;;
	}

	.borderr_none {
		border-right:none!important;;
	}

	.borderlr_none {
		border-left:none!important;;
		border-right:none!important;;
	}
		

/* Arrows */

.arrow {
	display:inline-block!important;
	width:auto!important;
	padding:0px!important;
	position:absolute;
	top:50%!important;
	cursor:pointer;
	z-index:999;
}

.arrow.prev {
	left:0px!important;
	right:auto!important;
}

.arrow.next {
	right:0px!important;
	left:auto!important;	
}

.arrow.disabled {
	opacity:0.3;	
}

/* Navigation */

nav > a, nav .dropdown {
	display:inline-block;	
}



/* Dropdown */

nav .dropdown {
	position:relative;
}

nav .dropdown div a {
	display:block;
	margin:0px;
	white-space: nowrap;
	float:none;
}

nav .dropdown > div {
	position:absolute;
	z-index:999999;
	overflow:hidden;
	display:inline-block;
}
	
nav .dropdown > div .dropdown > div {
	display:block;
	width:100%;
}

nav .dropdown.vert > div .dropdown > div {
	top:100%!important;
}
	
	
nav .dropdown div a {
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}

nav .dropdown.hori > div {
	height:0px;
	left:0px;
}

nav .dropdown.vert > div {
	top:0px;
	visibility:hidden;
	left:100%!important;
}

nav .dropdown.hori > div {
	top:100%!important;	
}
	
nav .dropdown .dropdown {
	display:block;
}

/* Dropdown: Detailed */

nav.detailed .dropdown {
	position:static!important;
}

nav.detailed > .dropdown > div,
nav.detailed > * > .dropdown > div{
	padding:25px;
}

nav.detailed .dropdown > div {
	height:auto!important;
	display:none;
	text-align:left;
	width:100%;
}

nav.detailed .dropdown > div .dropdown {
	width:24%;
	display:inline-block;
	margin:0px 0px 25px 0px;
	vertical-align:top;
}

nav.detailed .dropdown > div .dropdown > div {
	display:block!important;
	visibility:visible!important;
	opacity:1!important;
	width:100%!important;
	position:static!important;
}

nav.detailed .dropdown > div .dropdown > a {
	margin:0px 0px 15px 0px;	
	padding:10px 0px;
	border-top:solid 1px rgba(255,255,255,0.3);
	border-bottom:solid 1px rgba(255,255,255,0.3);
}
	
nav.detailed .dropdown > div .dropdown div a {
	padding:0px;
}

/* Parallax */

.items-feed.Fade.One > *,
.items-feed.Scroll.One > div > * {
	padding:0px;
	background-size:cover;
}
	
.items-feed.Fade.One:not(.customposition) > *,
.items-feed.Scroll.One:not(.customposition) > div > * {
	background-position:center;
}

.parallax > img, .items-feed.Fade.One > *.parallax > img, .items-feed.Scroll.One > div > *.parallax > img {
	width:100%;
}

.parallax {
	height:auto;
}

/* Items Feed */

.items-feed {
	position:relative;
}

.items-feed.Scroll {
	overflow:hidden;
	-ms-user-select:none;
}

.items-feed.Scroll > div {
	height:100%;
}

.items-feed.Fade > *, .items-feed.Scroll > div > * {
	width:100%;
	height:100%;
}

.items-feed:not(.NoArrows).Fade > *,
.items-feed:not(.NoArrows).Scroll > div > * {
	padding:0px 30px 0px 30px;
}

.items-feed.Fade > * {
	display:none;
	left:0px;
	top:0px;
}

.items-feed.Scroll.Single > div > *,
.items-feed.Scroll:not(.Single) > div > div,
.items-feed.Scroll:not(.Single) > div > div > *,
.items-feed.Fade:not(.Single) > div > * {
	float:left;
}

.items-feed.Scroll.nostyle {
	text-align:center;
}

.items-feed.Scroll.nostyle > div,
.items-feed.Scroll.nostyle > div * {
	float:none!important;
	display:inline-block;
}

.items-feed.Fade > *.active {
	display:block;
}

.items-feed.Fade.One > *, .items-feed.Scroll.One > div > * {
	padding:0px;
	background-size:cover;
	background-position:center;
}

.items-feed.Fade.One > * > img, .items-feed.Scroll.One > div > * > img {
	max-width:100%;
	height:auto;
	position:static;
}

.items-feed.Fade.One.AsBG > * > img, .items-feed.Scroll.One.AsBG > div > * > img {
	visibility:hidden;
}

.items-feed.Fade.image-scroller > *,
.items-feed.Scroll.image-scroller > div > * {
	margin:0px;
	text-align:center;
}

.items-feed.Scroll.image-scroller > div > * {
	display:block;
}

.items-feed.Fade.image-scroller > * img, .items-feed.Scroll.image-scroller > div > * img {
	float:none;
}

/* Items List */

.item-list {	
	list-style:none;
	width:100%;
	display:block;
}

/* Items Grid Layout */

.item-list.layout-grid > * {
	margin-bottom:15px;
}

.item-list.layout-grid > * h3, .item-list.layout-grid > * {
	text-align:center!important;
}

.item-list.layout-grid > * > a, .item-list.layout-grid > * > h3 {
	display:table;
	table-layout:fixed;
	width:100%;
}

.item-list.layout-grid > * > h3 {
	margin:0px;
}
	
.item-list.layout-grid > * > h3:not(:first-child) {
	padding-top:15px;
}

.item-list.layout-grid > * > a .cell, .item-list.layout-grid > * > h3 a {
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

.item-list.layout-grid > * > a .cell/*.cropped*/ img {
	display:block;
	margin:auto;
}

.item-list.layout-grid > * button {
	display:inline-block;
}

/* Items List Layout */

.item-list.layout-list li {
	clear:both;
}

.item-list.layout-list > * > a .cell {
	display:block;	
}

.item-list.layout-list li img {
	float:left;
	margin:0px 15px 5px 0px;
	padding:0px 15px 0px 0px;
	border-right:solid 1px #CCCCCC;
	width:20%;
}

/* Password Strength CSS */ 

a.button_strength {
	display:block;
	margin:0px 0px 5px 0px;	
}

.strength_meter div {
	width:95%;
	min-height:24px;
	text-align:center;
	color:black;
	font-weight:bold;
	line-height:26px;
	border:solid 1px #CCCCCC;
	padding:5px;
	background:#D5D5D5;
	margin:0px 0px 15px 0px;
}

.strength_meter p {
	border:none!important;
	font-size:11px!important;
	line-height:13px!important;
	margin:0px!important;
	padding:0px!important;
}

.strength_meter div.veryweak {
	background-color:#FFA0A0;
	border-color:#F04040!important
}

.strength_meter div.weak{
	background-color:#FFB78C;
	border-color:#FF853C!important;
}

.strength_meter div.medium{
	background-color:#FFEC8B;
	border-color:#FC0!important;
}

.strength_meter div.strong{
	background-color:#bfdd8c;
	border-color:#8DFF1C!important;
}

.strength_meter div.verystrong{
	background-color:#C3FF88;
	border-color:#8DFF1C!important;
}

/* Custom Lightbox CSS */

.overlay {
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.6);
	opacity:0;
	z-index:9999997;
	left:0px;
	top:0px;
	cursor:pointer;
}

div.lightbox img {
	visibility:hidden;
}

div.lightbox .caption {
	background-color:rgba(255,255,255,0.9);
	padding:10px;
	left:50%;
	top:50%;
	position:fixed;
}

div.lightbox {
	position:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:9999998;
	display:none;
}

a.close:not(.more):not(.button) {
	position:absolute;
	top:7px;
	right:7px;
	display:block;
	width:19px;
	height:19px;
	line-height:16px;
	z-index:9999999;
	border-radius:50%;
	background:#FFFFFF;
	color:#262626;
}

a.close {
	cursor:pointer;
}

a.close:not(.more):not(.button)::after {
	content:"\f057";
	font-weight:900;
	font-family:"Font Awesome 5 Pro";
	font-size:23px;
	position:absolute;
	left:-2px;
	top:2px;
}

.lightbox .arrow {
    color:#FFFFFF;
    font-size:35px;
    background:#262626;
}

.lightbox .arrow.prev {
	border-radius:0px 50% 50% 0px;
	padding: 10px 10px 10px 5px!important;
}

.lightbox .arrow.next {
	border-radius: 50% 0px 0px 50%;
	padding:10px 5px 10px 10px!important;
}

.lightbox .arrow {
	color:#FFFFFF;
	font-size:35px;	
}

.lightbox-link {
	cursor:pointer;	
}

/*.table, .cell {
	width:100%;
	height:100%;
}

.item-list .table, .item-list .cell {
	height:auto;	
}

.table {
	display:table;
}

.cell {
	display:table-cell;
	vertical-align:middle;
}*/

/* Form CSS */

form {

	text-align:left;	
}

input[type="text"],
input[type="password"],
input[type="submit"],
select {
	height:24px;
	border-radius:0;
	background:#FFFFFF;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="checkbox"],
input[type="checkbox"]:checked {
	-webkit-appearance:none;
	-moz-appearance:none;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
	margin-bottom:20px;
}

input[type="text"], input[type="password"], textarea, input[type="submit"], button, select {
	font-size:11px;
	box-sizing:border-box;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}
	
input[type="text"]:not(.grid):not(.floatl):not(.floatr),
input[type="password"]:not(.grid):not(.floatl):not(.floatr),
textarea:not(.grid):not(.floatl):not(.floatr),
input[type="submit"]:not(.grid):not(.floatl):not(.floatr),
button:not([type=button]):not(.grid):not(.floatl):not(.floatr),
select:not(.grid):not(.floatl):not(.floatr) {
	clear:both;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
	box-sizing:border-box;
}

input[type="radio"],
input[type="checkbox"]{
	vertical-align:middle;
	margin:0px 10px 0px 0px;
}

input[type="checkbox"] {
	border:solid 1px #CCCCCC;
	background:#EEEEEE;
	width:17px;
	height:17px;
	position:relative;
}
	
input[type="checkbox"]:checked {
	background:#FFFFFF;	
}
	
input[type="checkbox"]:checked::before {
	font-family:'Font Awesome 5 Pro';
	font-weight:900;
	font-size:14px;
	text-align:center;
	content:'\f00c';
	color:#777777;
	position:absolute;
}
	
input[type="file"] {
	max-width:95%;
}

input[type="text"], input[type="password"], textarea, select {
	width:95%;
}

input[type="text"], input[type="password"], input[type="number"], textarea, select {
	border:solid 1px #d4d2d2;
}

input[type="text"], input[type="password"] {

}

input[type="submit"],
button {
	border-style:none;
	color:#FFFFFF;
	background-color:#4b4b4b;
	cursor:pointer;
}

button.plain {
	padding:0px!important;
	text-align:left!important;
	border-radius:0px!important;
	border:0px!important;
	font-size:13px!important;
	height:auto!important;
}
	
button.plain:hover {
	border:0px!important;
}

button.plain .fa {
	margin:0px!important;	
}

button.plain, button.plain:hover {
	background:none!important;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
	height:145px;
	clear:both;
}

.asterisk {
	margin-left:5px;
	color:red;
}

input[type="checkbox"] {
	margin-right:10px;
}

/* Default Colours */

/* Greyed Out */

.greyed_bg, button[disabled] {
	background:#EFEFEF!important;
}

.greyed_bg, .greyed_bg a, .greyed_bg a:link, .greyed_bg a:visited, a.greyed_bg:link, a.greyed_bg:visited, a.greyed_bg:hover,
button[disabled], button[disabled]:hover {
	color:#AAAAAA!important;
}

button.greyed_bg, .button.greyed_bg, .more.greyed_bg, button[disabled] {
	border-color:#BBBBBB!important;	
}

span.greyed, p.greyed {
	color:#AAAAAA!important;
}
	
/* Grey */
	
.grey_bg {
	background:#DDDDDD!important;
}

.grey_bg, .grey_bg a, .grey_bg a:link, .grey_bg a:visited, a.grey_bg:link, a.grey_bg:visited, a.grey_bg:hover {
	color:#262626!important;
}

button.grey_bg, .button.grey_bg, .more.grey_bg {
	border-color:#262626!important;	
}

span.grey,  p.grey {
	color:#262626!important;
}

/* Red */

.red_bg {
	background:#ba1e1f!important;
}

.red_bg, .red_bg a, .red_bg a:link, .red_bg a:visited, a.red_bg:link, a.red_bg:visited, a.red_bg:hover {
	color:#FFFFFF!important;

}

button.red_bg, .button.red_bg, .more.red_bg {
	border-color:#ba1e1f!important;	
}

.red {
	color:#ba1e1f!important;
}

/* Amber */

.amber_bg,
.notification-bar.amber_bg {
	background:#FF5B00!important;
}

.amber_bg, .notification-bar.amber_bg, .amber_bg a, .amber_bg a:link, .amber_bg a:visited, a.amber_bg:link, a.amber_bg:visited, a.amber_bg:hover {
	color:#FFFFFF!important;
}

button.amber_bg, .button.amber_bg, .more.amber_bg, .notification-bar.amber_bg {
	border-color:#FF5B00!important;	
}

.amber {
	color:#FF5B00!important;
}

/* Green */

.green_bg {
	background:#009f00!important;
}

.green_bg, .green_bg a:link, .green_bg a:visited, a.green_bg:link, a.green_bg:visited, a.green_bg:hover {
	color:#FFFFFF!important;
}

button.green_bg, .button.green_bg, .more.green_bg {
	border-color:#009f00!important;	
}

.green {
	color:#009f00!important;
}

input[type="checkbox"].valid  { outline-color:#009900!important; }
input[type="checkbox"].error  { outline-color:#cc0000!important; }

select.valid,
input[type="text"].valid,
input[type="password"].valid,
textarea.valid 	{
	border-color:#009900!important;
	color:#009900!important;
}

select.error,
input[type="text"].error,
input[type="password"].error,
textarea.error 	{
	border-color:#cc0000!important;
	color:#cc0000!important;
}

.valid::-webkit-input-placeholder { color:#009900!important; }
.error::-webkit-input-placeholder { color:#cc0000!important; }

.captcha:not(.last-child),
.g-recaptcha:not(.last-child) {
	margin-bottom:15px!important;
}

img.captcha {
	vertical-align:bottom;
	margin-right:5px;
}

input.captcha {
	width:100px;	
}

.notification-bar {
	background-color:#dff0d8!important;
	padding:15px!important;
	margin-bottom:20px;
	height:auto!important;
	font-size:13px!important;
	line-height:18px!important;
	color:#000000!important;
	background-image:none!important;
	display:block!important;
}
	
.notification-bar:not(.i) {
	width:auto!important;
}
	
.notification-bar:empty {
	padding:0px!important;
	margin:0px!important;
}

.notification-bar.error {
	border-color:#cc0000!important;
	background-color:#fed6d6!important;
}

.notification-bar.error span:first-child {
	color:#cc0000!important;
}

.notification-bar span:first-child {
	margin:0px 10px 0px 0px;	
	vertical-align:top;
	color:#009f00;
}

.notification-bar ul {
	margin:0px 0px 0px 15px;	
}

/* Pagination */

.pagination {
	text-align:left;
	clear:both;
}

.top-pagination {
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:15px;
	padding-bottom:15px;
}

.bottom-pagination {
	border-top:solid 1px #CCCCCC;	
	padding-top:15px;
}

.pagination .display {
	float:right;
}

.pagination .display select {
	width:auto;
	height:auto;
	margin:0px;
	padding:3px;
}

.pagination .display select[name="Display"] {
	margin-right:15px;
}

.pagination .display .sort {
	display:inline-block;
}

.pagination a {
	display:inline-block;
	padding:3px 6px;
	font-size:11px;
	line-height:14px;
	text-align:center;
	text-decoration:none;
}

.pagination a,
.pagination b {
	margin:0px 10px 0px 0px;
	font-weight:normal;
}

.pagination a {
	color:#FFFFFF;
	background-color:#707070;
}

.pagination a:hover,
.pagination a.active {
	background-color:#000000;
	color:#FFFFFF;
}

/* Video */

iframe.Video {
	width:100%;
	margin:0px 0px 15px 0px;
	border:none;
}

/* Pop Up */

.popup {
	text-align:left;
	background-color:#FAFAFA;
	border:solid 1px rgba(0,0,0,0.15);
	padding:0px;
	top:15%;
	position:fixed;
	z-index:9999998;
	box-sizing:border-box;
	display:none;
	color:#404040;
	max-width:80%;
	max-height:90%;
	overflow:auto;
	border-radius:8px;
}
	
.popup > div:not(.foot):not(.overlay),
.popup > p {
	margin-left:20px;
	margin-right:20px;
}
	
.popup > *:first-child {
	padding-top:20px;
}

.popup h6 {
	background:#fcc100;
	color:#000000;	padding:20px;
		font-size:16px;
	line-height:20px;
}

.popup a.green_bg {
	cursor:pointer;
}
	
.popup .foot {
	background:rgba(0,0,0,0.03);
	padding:20px;
	text-align:right;
}

.popup .foot button,
.popup .foot .button,
.popup .foot .more {
	margin-bottom:0px;
	vertical-align:middle;
	display:inline-block;
}
	
/* Loading Icon */

img.loading {
	left:50%;
	top:50%;
	position:fixed;
	margin-left:-75px;
	margin-top:-10px;
	z-index:9999998;
}

/* Link Selection List */

.link-list label {
	display:block;
	cursor:pointer;
}



.link-list label span {
	display:inline-block;
	width:200px;	
}

.link-list label input[type='checkbox'] {
	margin:0px 0px 5px 0px;
}

/* Links */

.pdf, .link {
	background-repeat:no-repeat;
	display:block;
	height:48px;
	padding:16px 0px 16px 50px;
	clear:both;
}


.pdf {
	background-image:url(../../images/documents/pdf.png);
}

.link {
	background-image:url(../../images/documents/html.png);
}
 
/* Item Images */

.item-images {
	width:100%;
	margin:0px 25px 25px 0px;
	float:left;
	position:relative;
}

.item-images > .fas {
	left:13px;
	top:13px;
	z-index:1;
	width:23px;
	height:23px;
	border-radius:50%;
	background:#FFFFFF;
	color:#5A5A5A;
	cursor:pointer;
	opacity:0.5;
	transition:opacity 0.2s;
}
	
.item-images > .fas::before {
	line-height:25px;
	font-size:25px;
	position:absolute;
	left:-1px;
	top:-1px;
}
	
.item-images > .fas:hover {
	opacity:1;
}

.item-images.single {
	width:auto;	
}
	
.item-images.single .block {
	height:auto!important;	
}

.item-images .cell {
	text-align:center;
	position:relative;
}

.item-images .cell > img {
	width:auto!important;
	height:auto;
	display:block;
	float:none!important;
	border:none!important;
	margin:auto!important;
	padding:0px!important;
}

.item-images .thumbnails {
	height:75px;
	overflow:hidden;
	padding:0px 22px;
	position:relative;
	border-top:none;
	-ms-user-select:none;
}
	
.item-images .thumbnails > .arrow {
	width:22px!important;
	height:100%!important;
	background:rgba(0,0,0,0.1);
	top:0px!important;
	display:table!important;
	margin:0px;
	border-radius:0px!important;
}

.item-images .thumbnails > .arrow:hover {
	background:rgba(0,0,0,0.2);
}
	
.item-images .thumbnails > .arrow,
.item-images .thumbnails > .arrow:hover {
	border:none;
}

.item-images .thumbnails > .arrow::before {
	display:table-cell!important;
	vertical-align:middle!important;
	text-align: center;
}

.item-images .thumbnails > div > div {
	width:25%;
	float:left;
	padding:10px;
	text-align:center;
	position:relative;
}

.item-images .thumbnails > div > div.active::after {
	font-size:25px;
	font-family:'Font Awesome 5 Pro';
	font-weight:900;
	content:'\f0d8';
	position:absolute;
	bottom:-4px;
	left:50%;
	margin-left:-7px;
}

.item-images .thumbnails > div > div img {
	width:100%!important;
	cursor:pointer;
	margin:0px!important;
	padding:0px!important;
}

.item-images .magnified {
	position:absolute;
	left:100%;
	top:-1px;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#EEEEEE;
	z-index:1;
}

.item-images .magnified img {
	display:none;
}
	
/* Item Images: Borders - Default */
	
.item-images:not(.single) .block,
.item-images .thumbnails > div > div img,
.item-images .thumbnails {
	border-right:solid 1px rgba(0,0,0,0.15);
}

.item-images:not(.single) .table,
.item-images .thumbnails,
.item-images .magnified,
.item-images .thumbnails > div > div img {
	border-left:solid 1px rgba(0,0,0,0.15);
	border-bottom:solid 1px rgba(0,0,0,0.15);
}

.item-images:not(.single) .table,
.item-images .magnified,
.item-images .thumbnails > div > div img {
	border-top:solid 1px rgba(0,0,0,0.15);
}
	
/* Item Images: Borders - Dark */
	
.item-images.dark:not(.single) .block,
.item-images.dark .thumbnails > div > div img,
.item-images.dark .thumbnails {
	border-right:solid 1px rgba(255,255,255,0.15);
}

.item-images.dark:not(.single) .table,
.item-images.dark .thumbnails,
.item-images.dark .magnified,
.item-images.dark .thumbnails > div > div img {
	border-left:solid 1px rgba(255,255,255,0.15);
	border-bottom:solid 1px rgba(255,255,255,0.15);
}
	
.item-images.dark:not(.single) .table,
.item-images.dark .magnified,
.item-images.dark .thumbnails > div > div img {
	border-top:solid 1px rgba(255,255,255,0.15);
}

/* Reset Tips */

.reset-tips {
	padding:15px;	
	background-color:#EEEEEE;
	float:right;

	border:solid 1px #d9d7d7;
	margin:0px 0px 0px 0px;
}
	
.reset-tips ul {
	margin:0px;
	width:100%;
}

.reset-tips table {
	width:100%;
}

.reset-tips th, .reset-tips td {
	padding:8px;	
	text-align:left;
	border-top:solid 1px #d9d7d7;
}

.reset-tips tr {
	border-right:solid 1px #d9d7d7;
}

.reset-tips th {
	background-color:#d9d7d7;
}

/* Header Slides */

.items-feed.headerslide img {
	width:100%;
	display:block;
}

.items-feed.headerslide.ParallaxParent img, .items-feed.headerslide .parallax img {
	visibility:hidden;
}
	
.items-feed.headerslide div > a {
	display:block;	
}

.items-feed.headerslide div.caption {
	width:100%;
	position:absolute!important;
	left:0px;
	bottom:0px;
}
	
.items-feed.headerslide > div:not(.active) {
	position:relative!important;
}
	
.items-feed.headerslide.tablecell div.caption {
	top:0px;
	display:none;
}

.items-feed.headerslide div.caption h3:last-child {
	margin-bottom:0px;
}

.items-feed.headerslide.Scroll > div * {
	position:relative;	
}
	
/* Website Notice */
	
.websitenotice {
	font-size:17px;
	line-height:22px;
}
	
/* Website Offline */
	
body.website-under-maintenance {
	padding:15px;
}
	
body.website-under-maintenance .offlinelogo {
	margin:0px 0px 15px 0px;
}
	
body.website-under-maintenance h1 {
	text-align:center!important;	
}
	
.red_bg.offline-banner {
	z-index:9999999;
	position:fixed;
	bottom:0px;
	left:0px;

	font-size:15px;
	width:100%;
	padding:10px;
	text-align:center;
}

/* Show Titles */

.showtitles {
	position:relative;
	cursor:pointer;
}

.showtitles > div {
	left:-100%;
	top:15px;
	width:75%;
	min-width:200px;
	z-index:1;
	position:absolute;
	padding:10px;
	background:#FEFEFE;
	border:solid 1px #CCCCCC;
	color:#262626;
	font-family:'Arial';
	font-size:12px;
	line-height:14px;
}
	
/* Mobile Feed */

.mobile-feed {
    position:relative;
}
    
.mobile-feed h2 {
	text-align:center;
}

.mobile-feed > div {
	overflow:hidden;
	width:100%;
	margin:auto;
}

.mobile-feed > div .swipe {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}

.mobile-feed > div .scroller .arrow.prev {
	display:none!important;
}

.mobile-feed > div .scroller .arrow {
    color:#FFFFFF;
    font-size:35px!important;
    width:auto!important;
    height:auto!important;
    background:#262626;
}

.mobile-feed > div .scroller .arrow.prev {
	border-radius:0px 50% 50% 0px;
	padding:12px 12px 12px 6px!important;
}

.mobile-feed > div .scroller .arrow.next {
	border-radius: 50% 0px 0px 50%;
	padding:12px 6px 12px 12px!important;
}

.mobile-feed > div .scroller .arrow {
	color:#FFFFFF;
	font-size:15px;	
}

.mobile-feed > div .scroller div {
	float:left;
	width:100%;
	height:100%;
	text-align:center;
}

.mobile-feed > div .scroller div > div > a {
	display:table;
	width:100%;
	height:100%;
}

.mobile-feed > div .scroller div > div .cell {
	text-align:center;
}

.mobile-feed > div .scroller div > div .cell img {
	display:block;
	margin:7px auto;
	max-width:80%!important;
}
	
/* Date Picker */

.ui-datepicker,
.xdsoft_datetimepicker {
	z-index:9999999!important;
}
		
/* Responsive */

/* Dropdown: Detailed */

@media only screen and (max-width : 1199px) { 

	nav.detailed .dropdown > div .dropdown {
		width:25%;
	}
	
}

@media only screen and (max-width : 999px) { 

	nav.detailed .dropdown > div .dropdown {
		width:33.3%;
	}
	
	.parallax, .items-feed.Fade.One > *.parallax, .items-feed.Scroll.One > div > *.parallax {
		background-size:150%;
	}
	
	.parallax > img, .items-feed.Fade.One > *.parallax > img, .items-feed.Scroll.One > div > *.parallax > img {
		width:150%;
	}
	
}
	
@media only screen and (max-width : 799px) {  

	.pagination, .pagination form {
		text-align:center;
		float:none;
	}
	
	.pagination a {
		margin-bottom:15px;		
	}
	
	.parallax, .items-feed.Fade.One > *.parallax, .items-feed.Scroll.One > div > *.parallax {
		background-size:200%;
	}
	
	.parallax > img, .items-feed.Fade.One > *.parallax > img, .items-feed.Scroll.One > div > *.parallax > img {
		width:200%;
	}

	/* Item Images */

	.item-images {
		margin:0px auto 25px auto!important;
		float:none!important;
	}

}

@media only screen and (max-width : 599px) {  

	.parallax, .items-feed.Fade.One > *.parallax, .items-feed.Scroll.One > div > *.parallax {
		background-size:300%;
	}
	
	.parallax > img, .items-feed.Fade.One > *.parallax > img, .items-feed.Scroll.One > div > *.parallax > img {
		width:300%;
	}
	
	.pagination form select[name="Display"] {
		margin:10px 0px 0px 0px;
	}
	
	.pagination form .sort {
		margin-top:15px;
		display:block;
	}
	
	.popup .foot button,
	.popup .foot .button,
	.popup .foot .more {
		width:100%!important;
		margin-left:0px;
		margin-right:0px;
	}
	
	.popup .foot button:not(:last-child),
	.popup .foot .button:not(:last-child),
	.popup .foot .more:not(:last-child) {
		margin-bottom:20px;
	}

}

@media only screen and (max-width : 499px) {  

	.mobile-show	{ display:block!important; }
	.mobile-hide	{ display:none!important; }
	.mobile-one		{
		width:100%!important;
		height:auto!important;
		margin-right:0px!important;
	}

}

@media only screen and (max-width : 349px) {  

	.ui-datepicker {
		transform:scale(0.7);
		-webkit-transform:scale(0.7);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}

}

/* Responsive Table: ALL */
	
.responsive-table {
	border-collapse:collapse;
}

.responsive-table tr:hover td {
	background:rgba(0,0,0,0.05);
}
	
.responsive-table b {
	display:none;	
}

.responsive-table input,
.responsive-table select,
.responsive-table td button {
	margin:0px;
}

.responsive-table .DateRange {
	-ms-user-select:none;
	min-width:150px;
}
	
.responsive-table .DateRange > div {
	display:none;
	background:rgba(240,240,240,0.9);
	padding:10px;
	top:100%;
	z-index:2;
}
	
.responsive-table .DateRange > div input {
	width:100%;
}
	
.responsive-table .DateRange > span {
	height:26px;
}
	
.responsive-table .headers-x th {
	vertical-align:top;
}
	
.responsive-table .SortableColumn span {
	position:relative;
}
	
.responsive-table .SortableColumn span .fas {
	position:absolute;
	right:-2px;
	top:-4px;
}
	
.filterselection.ui-autocomplete {
	color:inherit!important;
	border:solid 1px #EEEEEE;
	padding:7px;
}

.filterselection.ui-autocomplete li {
	padding:5px;	
}
	
.filterselection.ui-autocomplete li .ui-state-active {
	border:none!important;
	background:rgba(0,0,0,0.01)!important;
}

.responsive-table.auto {
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
}

.responsive-table.auto tr {
	border-bottom:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
}


.responsive-table.auto th,
.responsive-table.auto td {
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
	padding:7px;
}
	
.responsive-table.auto th,
.responsive-table.auto tfoot td {
	background:#EFEFEF;
}
	
.responsive-table.auto td {
	background:#F9F9F9;
}
	
.responsive-table.auto .DateRange > div {
	left:-7px;
	right:-7px;
	margin-top:7px;
}

@media only screen and (min-width : 649px) {
	
	.responsive-table.auto tr.headers-x {
		display:table-row!important;
		opacity:1!important;
	}
	
	.responsive-table.auto tr.headers-x > .close {
		display:none!important;	
	}
	
}

@media only screen and (max-width : 649px) {
	
	.responsive-table.auto b input,
	.responsive-table.auto b select,
	.responsive-table.auto b button,
	.responsive-table.auto b .DateRange {
		display:none;
	}
	
	.responsive-table.auto tr:not(:last-child) > :last-child {
		margin-bottom:15px;
	}
	
	.responsive-table.auto {
		border:none;
		width:100%;
	}
	
	.responsive-table.auto tr {
		border-right:none;
		border-bottom:none;
	}
	
	.responsive-table.auto tr > * {
		border-right:solid 1px #DDDDDD;
		display:block;
		width:100%!important;
		text-align:left!important;
		clear:both;
	}
	
	.responsive-table.auto tr > *:last-child {
		border-bottom:solid 1px #DDDDDD;
	}
	
	.responsive-table.auto tr.headers-x {
		position:fixed;
		z-index:9999998;
		left:30px;
		right:30px;
		display:none;
	}
	

	.responsive-table.auto tr th.blank,
	.responsive-table.auto tr td.blank {
		display:none;
	}

	.responsive-table.auto b {
		display:inline-block;
		float:left;
		width:35%;
	}
	
}

.responsive-table.fw.filterlist {
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
}

.responsive-table.fw.filterlist tr {
	border-bottom:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
}


.responsive-table.fw.filterlist th,
.responsive-table.fw.filterlist td {
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
	padding:5px;
}
	
.responsive-table.fw.filterlist th,
.responsive-table.fw.filterlist tfoot td {
	background:#EFEFEF;
}
	
.responsive-table.fw.filterlist td {
	background:#F9F9F9;
}
	
.responsive-table.fw.filterlist .DateRange > div {
	left:-5px;
	right:-5px;
	margin-top:5px;
}

@media only screen and (min-width : 1099px) {
	
	.responsive-table.fw.filterlist tr.headers-x {
		display:table-row!important;
		opacity:1!important;
	}
	
	.responsive-table.fw.filterlist tr.headers-x > .close {
		display:none!important;	
	}
	
}

@media only screen and (max-width : 1099px) {
	
	.responsive-table.fw.filterlist b input,
	.responsive-table.fw.filterlist b select,
	.responsive-table.fw.filterlist b button,
	.responsive-table.fw.filterlist b .DateRange {
		display:none;
	}
	
	.responsive-table.fw.filterlist tr:not(:last-child) > :last-child {
		margin-bottom:15px;
	}
	
	.responsive-table.fw.filterlist {
		border:none;
		width:100%;
	}
	
	.responsive-table.fw.filterlist tr {
		border-right:none;
		border-bottom:none;
	}
	
	.responsive-table.fw.filterlist tr > * {
		border-right:solid 1px #DDDDDD;
		display:block;
		width:100%!important;
		text-align:left!important;
		clear:both;
	}
	
	.responsive-table.fw.filterlist tr > *:last-child {
		border-bottom:solid 1px #DDDDDD;
	}
	
	.responsive-table.fw.filterlist tr.headers-x {
		position:fixed;
		z-index:9999998;
		left:30px;
		right:30px;
		display:none;
	}
	

	.responsive-table.fw.filterlist tr th.blank,
	.responsive-table.fw.filterlist tr td.blank {
		display:none;
	}

	.responsive-table.fw.filterlist b {
		display:inline-block;
		float:left;
		width:35%;
	}
	
}

@media only screen and (max-width : 1599px) {
	
.grid.seven-1599 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1599 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1599 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1599 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1599 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1599 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1599 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1599 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1599 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1599 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1599 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1599 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1599 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1599 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1599 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1599 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1599 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1599 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1599 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1599 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1599 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1599 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1599 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1599 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1599 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1599 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1599 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1599 {
	width:85.71428571%!important;
}

.floatl.six-1599 {
	width:16.66666667%!important;
}

.floatl.six_x2-1599 {
	width:33.33333333%!important;
}

.floatl.six_x3-1599 {
	width:50%!important;
}

.floatl.six_x4-1599 {
	width:66.6666667%!important;
}

.floatl.six_x5-1599 {
	width:83%!important;
}

.floatl.five-1599 {
	width:20%!important;
}

.floatl.five_x2-1599 {
	width:40%!important;
}

.floatl.five_x3-1599 {
	width:60%!important;
}

.floatl.five_x4-1599 {
	width:80%!important;
}

.floatl.four-1599 {
	width:25%!important;
}

.floatl.four_x2-1599 {
	width:50%!important;
}

.floatl.four_x3-1599 {
	width:75%!important;
}

.floatl.three-1599 {
	width:33.33333333%!important;
}

.floatl.three_x2-1599 {
	width:66.66666667%!important;
}

.floatl.two-1599 {
	width:50%!important;
}

.floatl.one-1599 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1599 {
		visibility:hidden!important;
	}

	.last-1599 {
		margin-right:0px!important;
	}

	.floatl-1599 {
		float:left!important;
	}

	.floatr-1599 {
		float:right!important;
	}

	.left-1599 {
		float:left!important;
	}

	.right-1599 {
		float:right!important;
	}

	.floatn-1599,
 .grid.floatn-1599 {
		float:none!important;
	}

	.grid-1599 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1599 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1599 {
		display:none!important;
	}

	.block-1599 {
		display:block!important;
	}

	.iblock-1599 {
		display:inline-block!important;
	}

	.inline-1599 {
		display:inline!important;
	}

	.table-1599 {
		display:table!important;
	}

	.row-1599 {
		display:table-row!important;
	}

	.cell-1599 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1599 {
		clear:left!important;
	}

	.clearr-1599 {
		clear:right!important;
	}

	.clearn-1599 {
		clear:none!important;
	}

	.clearnone-1599 {
		clear:none!important;
	}

	.clearb-1599 {
		clear:both!important;
	}

	.clear-1599 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1599 {
		text-align:left!important;
	}

	.alignr-1599 {
		text-align:right!important;
	}

	.alignc-1599 {
		text-align:center!important;
	}

	.alignj-1599 {
		text-align:justify!important;
	}

	.valign-1599 {
		vertical-align:middle!important;
	}

	.widthauto-1599 {
		width:auto!important;
	}

	.heightauto-1599 {
		height:auto!important;
	}

	.fw-1599,
 .grid.fw-1599 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1599 {
		height:100%!important;
	}

	.pointer-1599 {
		cursor:pointer!important;
	}

	.static-1599 {
		position:static!important;
	}

	.relative-1599 {
		position:relative!important;
	}

	.absolute-1599 {
		position:absolute!important;
	}

	.spacing-1599 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1599 {
		margin-right:15px!important;
	}

	.spacing.floatr-1599 {
		margin-left:15px!important;
	}

	.flowhide-1599 {
		overflow:hidden;
	}

	.flowshow-1599 {
		overflow:visible;
	}

	.nowrap-1599 {
		white-space:nowrap;
	}

	

			.padded_tiny-1599 {
				padding:5px!important;

			}

			.paddedtb_tiny-1599 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1599 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1599 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1599 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1599 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1599 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1599 {
				margin:5px!important;
			}

			.margintb_tiny-1599 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1599 {
				margin-top:5px!important;
			}

			.marginb_tiny-1599 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1599 {
				margin-left:5px!important;
			}

			.marginr_tiny-1599 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1599 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1599 {
				padding:10px!important;

			}

			.paddedtb_small-1599 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1599 {
				padding-top:10px!important;
			}

			.paddedb_small-1599 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1599 {
				padding-left:10px!important;
			}

			.paddedr_small-1599 {
				padding-right:10px!important;
			}

			.paddedlr_small-1599 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1599 {
				margin:10px!important;
			}

			.margintb_small-1599 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1599 {
				margin-top:10px!important;
			}

			.marginb_small-1599 {
				margin-bottom:10px!important;
			}

			.marginl_small-1599 {
				margin-left:10px!important;
			}

			.marginr_small-1599 {
				margin-right:10px!important;
			}

			.marginlr_small-1599 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1599 {
				padding:20px!important;

			}

			.paddedtb_medium-1599 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1599 {
				padding-top:20px!important;
			}

			.paddedb_medium-1599 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1599 {
				padding-left:20px!important;
			}

			.paddedr_medium-1599 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1599 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1599 {
				margin:20px!important;
			}

			.margintb_medium-1599 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1599 {
				margin-top:20px!important;
			}

			.marginb_medium-1599 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1599 {
				margin-left:20px!important;
			}

			.marginr_medium-1599 {
				margin-right:20px!important;
			}

			.marginlr_medium-1599 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1599 {
				padding:40px!important;

			}

			.paddedtb_large-1599 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1599 {
				padding-top:40px!important;
			}

			.paddedb_large-1599 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1599 {
				padding-left:40px!important;
			}

			.paddedr_large-1599 {
				padding-right:40px!important;
			}

			.paddedlr_large-1599 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1599 {
				margin:40px!important;
			}

			.margintb_large-1599 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1599 {
				margin-top:40px!important;
			}

			.marginb_large-1599 {
				margin-bottom:40px!important;
			}

			.marginl_large-1599 {
				margin-left:40px!important;
			}

			.marginr_large-1599 {
				margin-right:40px!important;
			}

			.marginlr_large-1599 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1599 {
				padding:10px!important;

			}

			.paddedtb_core-1599 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1599 {
				padding-top:10px!important;
			}

			.paddedb_core-1599 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1599 {
				padding-left:10px!important;
			}

			.paddedr_core-1599 {
				padding-right:10px!important;
			}

			.paddedlr_core-1599 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1599 {
				margin:10px!important;
			}

			.margintb_core-1599 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1599 {
				margin-top:10px!important;
			}

			.marginb_core-1599 {
				margin-bottom:10px!important;
			}

			.marginl_core-1599 {
				margin-left:10px!important;
			}

			.marginr_core-1599 {
				margin-right:10px!important;
			}

			.marginlr_core-1599 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1599 {
				margin:auto!important;
			}

			.margintb_auto-1599 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1599 {
				margin-top:auto!important;
			}

			.marginb_auto-1599 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1599 {
				margin-left:auto!important;
			}

			.marginr_auto-1599 {
				margin-right:auto!important;
			}

			.marginlr_auto-1599 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1599 {
				padding:0px!important;

			}

			.paddedtb_none-1599 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1599 {
				padding-top:0px!important;
			}

			.paddedb_none-1599 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1599 {
				padding-left:0px!important;
			}

			.paddedr_none-1599 {
				padding-right:0px!important;
			}

			.paddedlr_none-1599 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1599 {
				margin:0px!important;
			}

			.margintb_none-1599 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1599 {
				margin-top:0px!important;
			}

			.marginb_none-1599 {
				margin-bottom:0px!important;
			}

			.marginl_none-1599 {
				margin-left:0px!important;
			}

			.marginr_none-1599 {
				margin-right:0px!important;
			}

			.marginlr_none-1599 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1599 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1599 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1599 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1599 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1599 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1599 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1599 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1599 {
		border:none;
	}

	.bordertb_none-1599 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1599 {
		border-top:none;
	}

	.borderb_none-1599 {
		border-bottom:none;
	}

	.borderl_none-1599 {
		border-left:none;
	}

	.borderr_none-1599 {
		border-right:none;
	}

	.borderlr_none-1599 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 1549px) {
	
.grid.seven-1549 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1549 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1549 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1549 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1549 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1549 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1549 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1549 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1549 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1549 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1549 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1549 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1549 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1549 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1549 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1549 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1549 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1549 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1549 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1549 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1549 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1549 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1549 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1549 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1549 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1549 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1549 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1549 {
	width:85.71428571%!important;
}

.floatl.six-1549 {
	width:16.66666667%!important;
}

.floatl.six_x2-1549 {
	width:33.33333333%!important;
}

.floatl.six_x3-1549 {
	width:50%!important;
}

.floatl.six_x4-1549 {
	width:66.6666667%!important;
}

.floatl.six_x5-1549 {
	width:83%!important;
}

.floatl.five-1549 {
	width:20%!important;
}

.floatl.five_x2-1549 {
	width:40%!important;
}

.floatl.five_x3-1549 {
	width:60%!important;
}

.floatl.five_x4-1549 {
	width:80%!important;
}

.floatl.four-1549 {
	width:25%!important;
}

.floatl.four_x2-1549 {
	width:50%!important;
}

.floatl.four_x3-1549 {
	width:75%!important;
}

.floatl.three-1549 {
	width:33.33333333%!important;
}

.floatl.three_x2-1549 {
	width:66.66666667%!important;
}

.floatl.two-1549 {
	width:50%!important;
}

.floatl.one-1549 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1549 {
		visibility:hidden!important;
	}

	.last-1549 {
		margin-right:0px!important;
	}

	.floatl-1549 {
		float:left!important;
	}

	.floatr-1549 {
		float:right!important;
	}

	.left-1549 {
		float:left!important;
	}

	.right-1549 {
		float:right!important;
	}

	.floatn-1549,
 .grid.floatn-1549 {
		float:none!important;
	}

	.grid-1549 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1549 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1549 {
		display:none!important;
	}

	.block-1549 {
		display:block!important;
	}

	.iblock-1549 {
		display:inline-block!important;
	}

	.inline-1549 {
		display:inline!important;
	}

	.table-1549 {
		display:table!important;
	}

	.row-1549 {
		display:table-row!important;
	}

	.cell-1549 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1549 {
		clear:left!important;
	}

	.clearr-1549 {
		clear:right!important;
	}

	.clearn-1549 {
		clear:none!important;
	}

	.clearnone-1549 {
		clear:none!important;
	}

	.clearb-1549 {
		clear:both!important;
	}

	.clear-1549 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1549 {
		text-align:left!important;
	}

	.alignr-1549 {
		text-align:right!important;
	}

	.alignc-1549 {
		text-align:center!important;
	}

	.alignj-1549 {
		text-align:justify!important;
	}

	.valign-1549 {
		vertical-align:middle!important;
	}

	.widthauto-1549 {
		width:auto!important;
	}

	.heightauto-1549 {
		height:auto!important;
	}

	.fw-1549,
 .grid.fw-1549 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1549 {
		height:100%!important;
	}

	.pointer-1549 {
		cursor:pointer!important;
	}

	.static-1549 {
		position:static!important;
	}

	.relative-1549 {
		position:relative!important;
	}

	.absolute-1549 {
		position:absolute!important;
	}

	.spacing-1549 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1549 {
		margin-right:15px!important;
	}

	.spacing.floatr-1549 {
		margin-left:15px!important;
	}

	.flowhide-1549 {
		overflow:hidden;
	}

	.flowshow-1549 {
		overflow:visible;
	}

	.nowrap-1549 {
		white-space:nowrap;
	}

	

			.padded_tiny-1549 {
				padding:5px!important;

			}

			.paddedtb_tiny-1549 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1549 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1549 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1549 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1549 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1549 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1549 {
				margin:5px!important;
			}

			.margintb_tiny-1549 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1549 {
				margin-top:5px!important;
			}

			.marginb_tiny-1549 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1549 {
				margin-left:5px!important;
			}

			.marginr_tiny-1549 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1549 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1549 {
				padding:10px!important;

			}

			.paddedtb_small-1549 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1549 {
				padding-top:10px!important;
			}

			.paddedb_small-1549 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1549 {
				padding-left:10px!important;
			}

			.paddedr_small-1549 {
				padding-right:10px!important;
			}

			.paddedlr_small-1549 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1549 {
				margin:10px!important;
			}

			.margintb_small-1549 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1549 {
				margin-top:10px!important;
			}

			.marginb_small-1549 {
				margin-bottom:10px!important;
			}

			.marginl_small-1549 {
				margin-left:10px!important;
			}

			.marginr_small-1549 {
				margin-right:10px!important;
			}

			.marginlr_small-1549 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1549 {
				padding:20px!important;

			}

			.paddedtb_medium-1549 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1549 {
				padding-top:20px!important;
			}

			.paddedb_medium-1549 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1549 {
				padding-left:20px!important;
			}

			.paddedr_medium-1549 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1549 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1549 {
				margin:20px!important;
			}

			.margintb_medium-1549 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1549 {
				margin-top:20px!important;
			}

			.marginb_medium-1549 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1549 {
				margin-left:20px!important;
			}

			.marginr_medium-1549 {
				margin-right:20px!important;
			}

			.marginlr_medium-1549 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1549 {
				padding:40px!important;

			}

			.paddedtb_large-1549 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1549 {
				padding-top:40px!important;
			}

			.paddedb_large-1549 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1549 {
				padding-left:40px!important;
			}

			.paddedr_large-1549 {
				padding-right:40px!important;
			}

			.paddedlr_large-1549 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1549 {
				margin:40px!important;
			}

			.margintb_large-1549 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1549 {
				margin-top:40px!important;
			}

			.marginb_large-1549 {
				margin-bottom:40px!important;
			}

			.marginl_large-1549 {
				margin-left:40px!important;
			}

			.marginr_large-1549 {
				margin-right:40px!important;
			}

			.marginlr_large-1549 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1549 {
				padding:10px!important;

			}

			.paddedtb_core-1549 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1549 {
				padding-top:10px!important;
			}

			.paddedb_core-1549 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1549 {
				padding-left:10px!important;
			}

			.paddedr_core-1549 {
				padding-right:10px!important;
			}

			.paddedlr_core-1549 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1549 {
				margin:10px!important;
			}

			.margintb_core-1549 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1549 {
				margin-top:10px!important;
			}

			.marginb_core-1549 {
				margin-bottom:10px!important;
			}

			.marginl_core-1549 {
				margin-left:10px!important;
			}

			.marginr_core-1549 {
				margin-right:10px!important;
			}

			.marginlr_core-1549 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1549 {
				margin:auto!important;
			}

			.margintb_auto-1549 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1549 {
				margin-top:auto!important;
			}

			.marginb_auto-1549 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1549 {
				margin-left:auto!important;
			}

			.marginr_auto-1549 {
				margin-right:auto!important;
			}

			.marginlr_auto-1549 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1549 {
				padding:0px!important;

			}

			.paddedtb_none-1549 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1549 {
				padding-top:0px!important;
			}

			.paddedb_none-1549 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1549 {
				padding-left:0px!important;
			}

			.paddedr_none-1549 {
				padding-right:0px!important;
			}

			.paddedlr_none-1549 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1549 {
				margin:0px!important;
			}

			.margintb_none-1549 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1549 {
				margin-top:0px!important;
			}

			.marginb_none-1549 {
				margin-bottom:0px!important;
			}

			.marginl_none-1549 {
				margin-left:0px!important;
			}

			.marginr_none-1549 {
				margin-right:0px!important;
			}

			.marginlr_none-1549 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1549 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1549 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1549 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1549 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1549 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1549 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1549 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1549 {
		border:none;
	}

	.bordertb_none-1549 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1549 {
		border-top:none;
	}

	.borderb_none-1549 {
		border-bottom:none;
	}

	.borderl_none-1549 {
		border-left:none;
	}

	.borderr_none-1549 {
		border-right:none;
	}

	.borderlr_none-1549 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 1499px) {
	
.grid.seven-1499 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1499 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1499 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1499 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1499 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1499 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1499 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1499 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1499 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1499 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1499 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1499 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1499 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1499 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1499 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1499 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1499 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1499 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1499 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1499 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1499 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1499 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1499 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1499 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1499 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1499 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1499 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1499 {
	width:85.71428571%!important;
}

.floatl.six-1499 {
	width:16.66666667%!important;
}

.floatl.six_x2-1499 {
	width:33.33333333%!important;
}

.floatl.six_x3-1499 {
	width:50%!important;
}

.floatl.six_x4-1499 {
	width:66.6666667%!important;
}

.floatl.six_x5-1499 {
	width:83%!important;
}

.floatl.five-1499 {
	width:20%!important;
}

.floatl.five_x2-1499 {
	width:40%!important;
}

.floatl.five_x3-1499 {
	width:60%!important;
}

.floatl.five_x4-1499 {
	width:80%!important;
}

.floatl.four-1499 {
	width:25%!important;
}

.floatl.four_x2-1499 {
	width:50%!important;
}

.floatl.four_x3-1499 {
	width:75%!important;
}

.floatl.three-1499 {
	width:33.33333333%!important;
}

.floatl.three_x2-1499 {
	width:66.66666667%!important;
}

.floatl.two-1499 {
	width:50%!important;
}

.floatl.one-1499 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1499 {
		visibility:hidden!important;
	}

	.last-1499 {
		margin-right:0px!important;
	}

	.floatl-1499 {
		float:left!important;
	}

	.floatr-1499 {
		float:right!important;
	}

	.left-1499 {
		float:left!important;
	}

	.right-1499 {
		float:right!important;
	}

	.floatn-1499,
 .grid.floatn-1499 {
		float:none!important;
	}

	.grid-1499 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1499 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1499 {
		display:none!important;
	}

	.block-1499 {
		display:block!important;
	}

	.iblock-1499 {
		display:inline-block!important;
	}

	.inline-1499 {
		display:inline!important;
	}

	.table-1499 {
		display:table!important;
	}

	.row-1499 {
		display:table-row!important;
	}

	.cell-1499 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1499 {
		clear:left!important;
	}

	.clearr-1499 {
		clear:right!important;
	}

	.clearn-1499 {
		clear:none!important;
	}

	.clearnone-1499 {
		clear:none!important;
	}

	.clearb-1499 {
		clear:both!important;
	}

	.clear-1499 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1499 {
		text-align:left!important;
	}

	.alignr-1499 {
		text-align:right!important;
	}

	.alignc-1499 {
		text-align:center!important;
	}

	.alignj-1499 {
		text-align:justify!important;
	}

	.valign-1499 {
		vertical-align:middle!important;
	}

	.widthauto-1499 {
		width:auto!important;
	}

	.heightauto-1499 {
		height:auto!important;
	}

	.fw-1499,
 .grid.fw-1499 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1499 {
		height:100%!important;
	}

	.pointer-1499 {
		cursor:pointer!important;
	}

	.static-1499 {
		position:static!important;
	}

	.relative-1499 {
		position:relative!important;
	}

	.absolute-1499 {
		position:absolute!important;
	}

	.spacing-1499 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1499 {
		margin-right:15px!important;
	}

	.spacing.floatr-1499 {
		margin-left:15px!important;
	}

	.flowhide-1499 {
		overflow:hidden;
	}

	.flowshow-1499 {
		overflow:visible;
	}

	.nowrap-1499 {
		white-space:nowrap;
	}

	

			.padded_tiny-1499 {
				padding:5px!important;

			}

			.paddedtb_tiny-1499 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1499 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1499 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1499 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1499 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1499 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1499 {
				margin:5px!important;
			}

			.margintb_tiny-1499 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1499 {
				margin-top:5px!important;
			}

			.marginb_tiny-1499 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1499 {
				margin-left:5px!important;
			}

			.marginr_tiny-1499 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1499 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1499 {
				padding:10px!important;

			}

			.paddedtb_small-1499 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1499 {
				padding-top:10px!important;
			}

			.paddedb_small-1499 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1499 {
				padding-left:10px!important;
			}

			.paddedr_small-1499 {
				padding-right:10px!important;
			}

			.paddedlr_small-1499 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1499 {
				margin:10px!important;
			}

			.margintb_small-1499 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1499 {
				margin-top:10px!important;
			}

			.marginb_small-1499 {
				margin-bottom:10px!important;
			}

			.marginl_small-1499 {
				margin-left:10px!important;
			}

			.marginr_small-1499 {
				margin-right:10px!important;
			}

			.marginlr_small-1499 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1499 {
				padding:20px!important;

			}

			.paddedtb_medium-1499 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1499 {
				padding-top:20px!important;
			}

			.paddedb_medium-1499 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1499 {
				padding-left:20px!important;
			}

			.paddedr_medium-1499 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1499 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1499 {
				margin:20px!important;
			}

			.margintb_medium-1499 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1499 {
				margin-top:20px!important;
			}

			.marginb_medium-1499 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1499 {
				margin-left:20px!important;
			}

			.marginr_medium-1499 {
				margin-right:20px!important;
			}

			.marginlr_medium-1499 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1499 {
				padding:40px!important;

			}

			.paddedtb_large-1499 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1499 {
				padding-top:40px!important;
			}

			.paddedb_large-1499 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1499 {
				padding-left:40px!important;
			}

			.paddedr_large-1499 {
				padding-right:40px!important;
			}

			.paddedlr_large-1499 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1499 {
				margin:40px!important;
			}

			.margintb_large-1499 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1499 {
				margin-top:40px!important;
			}

			.marginb_large-1499 {
				margin-bottom:40px!important;
			}

			.marginl_large-1499 {
				margin-left:40px!important;
			}

			.marginr_large-1499 {
				margin-right:40px!important;
			}

			.marginlr_large-1499 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1499 {
				padding:10px!important;

			}

			.paddedtb_core-1499 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1499 {
				padding-top:10px!important;
			}

			.paddedb_core-1499 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1499 {
				padding-left:10px!important;
			}

			.paddedr_core-1499 {
				padding-right:10px!important;
			}

			.paddedlr_core-1499 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1499 {
				margin:10px!important;
			}

			.margintb_core-1499 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1499 {
				margin-top:10px!important;
			}

			.marginb_core-1499 {
				margin-bottom:10px!important;
			}

			.marginl_core-1499 {
				margin-left:10px!important;
			}

			.marginr_core-1499 {
				margin-right:10px!important;
			}

			.marginlr_core-1499 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1499 {
				margin:auto!important;
			}

			.margintb_auto-1499 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1499 {
				margin-top:auto!important;
			}

			.marginb_auto-1499 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1499 {
				margin-left:auto!important;
			}

			.marginr_auto-1499 {
				margin-right:auto!important;
			}

			.marginlr_auto-1499 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1499 {
				padding:0px!important;

			}

			.paddedtb_none-1499 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1499 {
				padding-top:0px!important;
			}

			.paddedb_none-1499 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1499 {
				padding-left:0px!important;
			}

			.paddedr_none-1499 {
				padding-right:0px!important;
			}

			.paddedlr_none-1499 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1499 {
				margin:0px!important;
			}

			.margintb_none-1499 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1499 {
				margin-top:0px!important;
			}

			.marginb_none-1499 {
				margin-bottom:0px!important;
			}

			.marginl_none-1499 {
				margin-left:0px!important;
			}

			.marginr_none-1499 {
				margin-right:0px!important;
			}

			.marginlr_none-1499 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1499 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1499 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1499 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1499 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1499 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1499 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1499 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1499 {
		border:none;
	}

	.bordertb_none-1499 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1499 {
		border-top:none;
	}

	.borderb_none-1499 {
		border-bottom:none;
	}

	.borderl_none-1499 {
		border-left:none;
	}

	.borderr_none-1499 {
		border-right:none;
	}

	.borderlr_none-1499 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 1449px) {
	
.grid.seven-1449 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1449 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1449 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1449 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1449 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1449 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1449 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1449 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1449 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1449 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1449 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1449 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1449 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1449 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1449 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1449 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1449 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1449 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1449 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1449 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1449 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1449 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1449 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1449 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1449 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1449 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1449 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1449 {
	width:85.71428571%!important;
}

.floatl.six-1449 {
	width:16.66666667%!important;
}

.floatl.six_x2-1449 {
	width:33.33333333%!important;
}

.floatl.six_x3-1449 {
	width:50%!important;
}

.floatl.six_x4-1449 {
	width:66.6666667%!important;
}

.floatl.six_x5-1449 {
	width:83%!important;
}

.floatl.five-1449 {
	width:20%!important;
}

.floatl.five_x2-1449 {
	width:40%!important;
}

.floatl.five_x3-1449 {
	width:60%!important;
}

.floatl.five_x4-1449 {
	width:80%!important;
}

.floatl.four-1449 {
	width:25%!important;
}

.floatl.four_x2-1449 {
	width:50%!important;
}

.floatl.four_x3-1449 {
	width:75%!important;
}

.floatl.three-1449 {
	width:33.33333333%!important;
}

.floatl.three_x2-1449 {
	width:66.66666667%!important;
}

.floatl.two-1449 {
	width:50%!important;
}

.floatl.one-1449 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1449 {
		visibility:hidden!important;
	}

	.last-1449 {
		margin-right:0px!important;
	}

	.floatl-1449 {
		float:left!important;
	}

	.floatr-1449 {
		float:right!important;
	}

	.left-1449 {
		float:left!important;
	}

	.right-1449 {
		float:right!important;
	}

	.floatn-1449,
 .grid.floatn-1449 {
		float:none!important;
	}

	.grid-1449 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1449 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1449 {
		display:none!important;
	}

	.block-1449 {
		display:block!important;
	}

	.iblock-1449 {
		display:inline-block!important;
	}

	.inline-1449 {
		display:inline!important;
	}

	.table-1449 {
		display:table!important;
	}

	.row-1449 {
		display:table-row!important;
	}

	.cell-1449 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1449 {
		clear:left!important;
	}

	.clearr-1449 {
		clear:right!important;
	}

	.clearn-1449 {
		clear:none!important;
	}

	.clearnone-1449 {
		clear:none!important;
	}

	.clearb-1449 {
		clear:both!important;
	}

	.clear-1449 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1449 {
		text-align:left!important;
	}

	.alignr-1449 {
		text-align:right!important;
	}

	.alignc-1449 {
		text-align:center!important;
	}

	.alignj-1449 {
		text-align:justify!important;
	}

	.valign-1449 {
		vertical-align:middle!important;
	}

	.widthauto-1449 {
		width:auto!important;
	}

	.heightauto-1449 {
		height:auto!important;
	}

	.fw-1449,
 .grid.fw-1449 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1449 {
		height:100%!important;
	}

	.pointer-1449 {
		cursor:pointer!important;
	}

	.static-1449 {
		position:static!important;
	}

	.relative-1449 {
		position:relative!important;
	}

	.absolute-1449 {
		position:absolute!important;
	}

	.spacing-1449 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1449 {
		margin-right:15px!important;
	}

	.spacing.floatr-1449 {
		margin-left:15px!important;
	}

	.flowhide-1449 {
		overflow:hidden;
	}

	.flowshow-1449 {
		overflow:visible;
	}

	.nowrap-1449 {
		white-space:nowrap;
	}

	

			.padded_tiny-1449 {
				padding:5px!important;

			}

			.paddedtb_tiny-1449 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1449 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1449 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1449 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1449 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1449 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1449 {
				margin:5px!important;
			}

			.margintb_tiny-1449 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1449 {
				margin-top:5px!important;
			}

			.marginb_tiny-1449 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1449 {
				margin-left:5px!important;
			}

			.marginr_tiny-1449 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1449 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1449 {
				padding:10px!important;

			}

			.paddedtb_small-1449 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1449 {
				padding-top:10px!important;
			}

			.paddedb_small-1449 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1449 {
				padding-left:10px!important;
			}

			.paddedr_small-1449 {
				padding-right:10px!important;
			}

			.paddedlr_small-1449 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1449 {
				margin:10px!important;
			}

			.margintb_small-1449 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1449 {
				margin-top:10px!important;
			}

			.marginb_small-1449 {
				margin-bottom:10px!important;
			}

			.marginl_small-1449 {
				margin-left:10px!important;
			}

			.marginr_small-1449 {
				margin-right:10px!important;
			}

			.marginlr_small-1449 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1449 {
				padding:20px!important;

			}

			.paddedtb_medium-1449 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1449 {
				padding-top:20px!important;
			}

			.paddedb_medium-1449 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1449 {
				padding-left:20px!important;
			}

			.paddedr_medium-1449 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1449 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1449 {
				margin:20px!important;
			}

			.margintb_medium-1449 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1449 {
				margin-top:20px!important;
			}

			.marginb_medium-1449 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1449 {
				margin-left:20px!important;
			}

			.marginr_medium-1449 {
				margin-right:20px!important;
			}

			.marginlr_medium-1449 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1449 {
				padding:40px!important;

			}

			.paddedtb_large-1449 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1449 {
				padding-top:40px!important;
			}

			.paddedb_large-1449 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1449 {
				padding-left:40px!important;
			}

			.paddedr_large-1449 {
				padding-right:40px!important;
			}

			.paddedlr_large-1449 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1449 {
				margin:40px!important;
			}

			.margintb_large-1449 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1449 {
				margin-top:40px!important;
			}

			.marginb_large-1449 {
				margin-bottom:40px!important;
			}

			.marginl_large-1449 {
				margin-left:40px!important;
			}

			.marginr_large-1449 {
				margin-right:40px!important;
			}

			.marginlr_large-1449 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1449 {
				padding:10px!important;

			}

			.paddedtb_core-1449 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1449 {
				padding-top:10px!important;
			}

			.paddedb_core-1449 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1449 {
				padding-left:10px!important;
			}

			.paddedr_core-1449 {
				padding-right:10px!important;
			}

			.paddedlr_core-1449 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1449 {
				margin:10px!important;
			}

			.margintb_core-1449 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1449 {
				margin-top:10px!important;
			}

			.marginb_core-1449 {
				margin-bottom:10px!important;
			}

			.marginl_core-1449 {
				margin-left:10px!important;
			}

			.marginr_core-1449 {
				margin-right:10px!important;
			}

			.marginlr_core-1449 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1449 {
				margin:auto!important;
			}

			.margintb_auto-1449 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1449 {
				margin-top:auto!important;
			}

			.marginb_auto-1449 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1449 {
				margin-left:auto!important;
			}

			.marginr_auto-1449 {
				margin-right:auto!important;
			}

			.marginlr_auto-1449 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1449 {
				padding:0px!important;

			}

			.paddedtb_none-1449 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1449 {
				padding-top:0px!important;
			}

			.paddedb_none-1449 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1449 {
				padding-left:0px!important;
			}

			.paddedr_none-1449 {
				padding-right:0px!important;
			}

			.paddedlr_none-1449 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1449 {
				margin:0px!important;
			}

			.margintb_none-1449 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1449 {
				margin-top:0px!important;
			}

			.marginb_none-1449 {
				margin-bottom:0px!important;
			}

			.marginl_none-1449 {
				margin-left:0px!important;
			}

			.marginr_none-1449 {
				margin-right:0px!important;
			}

			.marginlr_none-1449 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1449 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1449 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1449 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1449 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1449 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1449 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1449 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1449 {
		border:none;
	}

	.bordertb_none-1449 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1449 {
		border-top:none;
	}

	.borderb_none-1449 {
		border-bottom:none;
	}

	.borderl_none-1449 {
		border-left:none;
	}

	.borderr_none-1449 {
		border-right:none;
	}

	.borderlr_none-1449 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 1399px) {
	
.grid.seven-1399 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1399 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1399 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1399 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1399 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1399 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1399 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1399 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1399 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1399 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1399 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1399 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1399 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1399 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1399 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1399 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1399 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1399 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1399 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1399 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1399 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1399 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1399 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1399 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1399 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1399 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1399 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1399 {
	width:85.71428571%!important;
}

.floatl.six-1399 {
	width:16.66666667%!important;
}

.floatl.six_x2-1399 {
	width:33.33333333%!important;
}

.floatl.six_x3-1399 {
	width:50%!important;
}

.floatl.six_x4-1399 {
	width:66.6666667%!important;
}

.floatl.six_x5-1399 {
	width:83%!important;
}

.floatl.five-1399 {
	width:20%!important;
}

.floatl.five_x2-1399 {
	width:40%!important;
}

.floatl.five_x3-1399 {
	width:60%!important;
}

.floatl.five_x4-1399 {
	width:80%!important;
}

.floatl.four-1399 {
	width:25%!important;
}

.floatl.four_x2-1399 {
	width:50%!important;
}

.floatl.four_x3-1399 {
	width:75%!important;
}

.floatl.three-1399 {
	width:33.33333333%!important;
}

.floatl.three_x2-1399 {
	width:66.66666667%!important;
}

.floatl.two-1399 {
	width:50%!important;
}

.floatl.one-1399 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1399 {
		visibility:hidden!important;
	}

	.last-1399 {
		margin-right:0px!important;
	}

	.floatl-1399 {
		float:left!important;
	}

	.floatr-1399 {
		float:right!important;
	}

	.left-1399 {
		float:left!important;
	}

	.right-1399 {
		float:right!important;
	}

	.floatn-1399,
 .grid.floatn-1399 {
		float:none!important;
	}

	.grid-1399 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1399 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1399 {
		display:none!important;
	}

	.block-1399 {
		display:block!important;
	}

	.iblock-1399 {
		display:inline-block!important;
	}

	.inline-1399 {
		display:inline!important;
	}

	.table-1399 {
		display:table!important;
	}

	.row-1399 {
		display:table-row!important;
	}

	.cell-1399 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1399 {
		clear:left!important;
	}

	.clearr-1399 {
		clear:right!important;
	}

	.clearn-1399 {
		clear:none!important;
	}

	.clearnone-1399 {
		clear:none!important;
	}

	.clearb-1399 {
		clear:both!important;
	}

	.clear-1399 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1399 {
		text-align:left!important;
	}

	.alignr-1399 {
		text-align:right!important;
	}

	.alignc-1399 {
		text-align:center!important;
	}

	.alignj-1399 {
		text-align:justify!important;
	}

	.valign-1399 {
		vertical-align:middle!important;
	}

	.widthauto-1399 {
		width:auto!important;
	}

	.heightauto-1399 {
		height:auto!important;
	}

	.fw-1399,
 .grid.fw-1399 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1399 {
		height:100%!important;
	}

	.pointer-1399 {
		cursor:pointer!important;
	}

	.static-1399 {
		position:static!important;
	}

	.relative-1399 {
		position:relative!important;
	}

	.absolute-1399 {
		position:absolute!important;
	}

	.spacing-1399 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1399 {
		margin-right:15px!important;
	}

	.spacing.floatr-1399 {
		margin-left:15px!important;
	}

	.flowhide-1399 {
		overflow:hidden;
	}

	.flowshow-1399 {
		overflow:visible;
	}

	.nowrap-1399 {
		white-space:nowrap;
	}

	

			.padded_tiny-1399 {
				padding:5px!important;

			}

			.paddedtb_tiny-1399 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1399 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1399 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1399 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1399 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1399 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1399 {
				margin:5px!important;
			}

			.margintb_tiny-1399 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1399 {
				margin-top:5px!important;
			}

			.marginb_tiny-1399 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1399 {
				margin-left:5px!important;
			}

			.marginr_tiny-1399 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1399 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1399 {
				padding:10px!important;

			}

			.paddedtb_small-1399 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1399 {
				padding-top:10px!important;
			}

			.paddedb_small-1399 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1399 {
				padding-left:10px!important;
			}

			.paddedr_small-1399 {
				padding-right:10px!important;
			}

			.paddedlr_small-1399 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1399 {
				margin:10px!important;
			}

			.margintb_small-1399 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1399 {
				margin-top:10px!important;
			}

			.marginb_small-1399 {
				margin-bottom:10px!important;
			}

			.marginl_small-1399 {
				margin-left:10px!important;
			}

			.marginr_small-1399 {
				margin-right:10px!important;
			}

			.marginlr_small-1399 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1399 {
				padding:20px!important;

			}

			.paddedtb_medium-1399 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1399 {
				padding-top:20px!important;
			}

			.paddedb_medium-1399 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1399 {
				padding-left:20px!important;
			}

			.paddedr_medium-1399 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1399 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1399 {
				margin:20px!important;
			}

			.margintb_medium-1399 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1399 {
				margin-top:20px!important;
			}

			.marginb_medium-1399 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1399 {
				margin-left:20px!important;
			}

			.marginr_medium-1399 {
				margin-right:20px!important;
			}

			.marginlr_medium-1399 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1399 {
				padding:40px!important;

			}

			.paddedtb_large-1399 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1399 {
				padding-top:40px!important;
			}

			.paddedb_large-1399 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1399 {
				padding-left:40px!important;
			}

			.paddedr_large-1399 {
				padding-right:40px!important;
			}

			.paddedlr_large-1399 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1399 {
				margin:40px!important;
			}

			.margintb_large-1399 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1399 {
				margin-top:40px!important;
			}

			.marginb_large-1399 {
				margin-bottom:40px!important;
			}

			.marginl_large-1399 {
				margin-left:40px!important;
			}

			.marginr_large-1399 {
				margin-right:40px!important;
			}

			.marginlr_large-1399 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1399 {
				padding:10px!important;

			}

			.paddedtb_core-1399 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1399 {
				padding-top:10px!important;
			}

			.paddedb_core-1399 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1399 {
				padding-left:10px!important;
			}

			.paddedr_core-1399 {
				padding-right:10px!important;
			}

			.paddedlr_core-1399 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1399 {
				margin:10px!important;
			}

			.margintb_core-1399 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1399 {
				margin-top:10px!important;
			}

			.marginb_core-1399 {
				margin-bottom:10px!important;
			}

			.marginl_core-1399 {
				margin-left:10px!important;
			}

			.marginr_core-1399 {
				margin-right:10px!important;
			}

			.marginlr_core-1399 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1399 {
				margin:auto!important;
			}

			.margintb_auto-1399 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1399 {
				margin-top:auto!important;
			}

			.marginb_auto-1399 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1399 {
				margin-left:auto!important;
			}

			.marginr_auto-1399 {
				margin-right:auto!important;
			}

			.marginlr_auto-1399 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1399 {
				padding:0px!important;

			}

			.paddedtb_none-1399 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1399 {
				padding-top:0px!important;
			}

			.paddedb_none-1399 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1399 {
				padding-left:0px!important;
			}

			.paddedr_none-1399 {
				padding-right:0px!important;
			}

			.paddedlr_none-1399 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1399 {
				margin:0px!important;
			}

			.margintb_none-1399 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1399 {
				margin-top:0px!important;
			}

			.marginb_none-1399 {
				margin-bottom:0px!important;
			}

			.marginl_none-1399 {
				margin-left:0px!important;
			}

			.marginr_none-1399 {
				margin-right:0px!important;
			}

			.marginlr_none-1399 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1399 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1399 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1399 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1399 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1399 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1399 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1399 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1399 {
		border:none;
	}

	.bordertb_none-1399 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1399 {
		border-top:none;
	}

	.borderb_none-1399 {
		border-bottom:none;
	}

	.borderl_none-1399 {
		border-left:none;
	}

	.borderr_none-1399 {
		border-right:none;
	}

	.borderlr_none-1399 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 1349px) {
	
.grid.seven-1349 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1349 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1349 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1349 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1349 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1349 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1349 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1349 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1349 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1349 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1349 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1349 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1349 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1349 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1349 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1349 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1349 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1349 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1349 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1349 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1349 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1349 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1349 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1349 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1349 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1349 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1349 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1349 {
	width:85.71428571%!important;
}

.floatl.six-1349 {
	width:16.66666667%!important;
}

.floatl.six_x2-1349 {
	width:33.33333333%!important;
}

.floatl.six_x3-1349 {
	width:50%!important;
}

.floatl.six_x4-1349 {
	width:66.6666667%!important;
}

.floatl.six_x5-1349 {
	width:83%!important;
}

.floatl.five-1349 {
	width:20%!important;
}

.floatl.five_x2-1349 {
	width:40%!important;
}

.floatl.five_x3-1349 {
	width:60%!important;
}

.floatl.five_x4-1349 {
	width:80%!important;
}

.floatl.four-1349 {
	width:25%!important;
}

.floatl.four_x2-1349 {
	width:50%!important;
}

.floatl.four_x3-1349 {
	width:75%!important;
}

.floatl.three-1349 {
	width:33.33333333%!important;
}

.floatl.three_x2-1349 {
	width:66.66666667%!important;
}

.floatl.two-1349 {
	width:50%!important;
}

.floatl.one-1349 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1349 {
		visibility:hidden!important;
	}

	.last-1349 {
		margin-right:0px!important;
	}

	.floatl-1349 {
		float:left!important;
	}

	.floatr-1349 {
		float:right!important;
	}

	.left-1349 {
		float:left!important;
	}

	.right-1349 {
		float:right!important;
	}

	.floatn-1349,
 .grid.floatn-1349 {
		float:none!important;
	}

	.grid-1349 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1349 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1349 {
		display:none!important;
	}

	.block-1349 {
		display:block!important;
	}

	.iblock-1349 {
		display:inline-block!important;
	}

	.inline-1349 {
		display:inline!important;
	}

	.table-1349 {
		display:table!important;
	}

	.row-1349 {
		display:table-row!important;
	}

	.cell-1349 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1349 {
		clear:left!important;
	}

	.clearr-1349 {
		clear:right!important;
	}

	.clearn-1349 {
		clear:none!important;
	}

	.clearnone-1349 {
		clear:none!important;
	}

	.clearb-1349 {
		clear:both!important;
	}

	.clear-1349 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1349 {
		text-align:left!important;
	}

	.alignr-1349 {
		text-align:right!important;
	}

	.alignc-1349 {
		text-align:center!important;
	}

	.alignj-1349 {
		text-align:justify!important;
	}

	.valign-1349 {
		vertical-align:middle!important;
	}

	.widthauto-1349 {
		width:auto!important;
	}

	.heightauto-1349 {
		height:auto!important;
	}

	.fw-1349,
 .grid.fw-1349 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1349 {
		height:100%!important;
	}

	.pointer-1349 {
		cursor:pointer!important;
	}

	.static-1349 {
		position:static!important;
	}

	.relative-1349 {
		position:relative!important;
	}

	.absolute-1349 {
		position:absolute!important;
	}

	.spacing-1349 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1349 {
		margin-right:15px!important;
	}

	.spacing.floatr-1349 {
		margin-left:15px!important;
	}

	.flowhide-1349 {
		overflow:hidden;
	}

	.flowshow-1349 {
		overflow:visible;
	}

	.nowrap-1349 {
		white-space:nowrap;
	}

	

			.padded_tiny-1349 {
				padding:5px!important;

			}

			.paddedtb_tiny-1349 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1349 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1349 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1349 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1349 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1349 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1349 {
				margin:5px!important;
			}

			.margintb_tiny-1349 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1349 {
				margin-top:5px!important;
			}

			.marginb_tiny-1349 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1349 {
				margin-left:5px!important;
			}

			.marginr_tiny-1349 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1349 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1349 {
				padding:10px!important;

			}

			.paddedtb_small-1349 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1349 {
				padding-top:10px!important;
			}

			.paddedb_small-1349 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1349 {
				padding-left:10px!important;
			}

			.paddedr_small-1349 {
				padding-right:10px!important;
			}

			.paddedlr_small-1349 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1349 {
				margin:10px!important;
			}

			.margintb_small-1349 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1349 {
				margin-top:10px!important;
			}

			.marginb_small-1349 {
				margin-bottom:10px!important;
			}

			.marginl_small-1349 {
				margin-left:10px!important;
			}

			.marginr_small-1349 {
				margin-right:10px!important;
			}

			.marginlr_small-1349 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1349 {
				padding:20px!important;

			}

			.paddedtb_medium-1349 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1349 {
				padding-top:20px!important;
			}

			.paddedb_medium-1349 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1349 {
				padding-left:20px!important;
			}

			.paddedr_medium-1349 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1349 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1349 {
				margin:20px!important;
			}

			.margintb_medium-1349 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1349 {
				margin-top:20px!important;
			}

			.marginb_medium-1349 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1349 {
				margin-left:20px!important;
			}

			.marginr_medium-1349 {
				margin-right:20px!important;
			}

			.marginlr_medium-1349 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1349 {
				padding:40px!important;

			}

			.paddedtb_large-1349 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1349 {
				padding-top:40px!important;
			}

			.paddedb_large-1349 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1349 {
				padding-left:40px!important;
			}

			.paddedr_large-1349 {
				padding-right:40px!important;
			}

			.paddedlr_large-1349 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1349 {
				margin:40px!important;
			}

			.margintb_large-1349 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1349 {
				margin-top:40px!important;
			}

			.marginb_large-1349 {
				margin-bottom:40px!important;
			}

			.marginl_large-1349 {
				margin-left:40px!important;
			}

			.marginr_large-1349 {
				margin-right:40px!important;
			}

			.marginlr_large-1349 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1349 {
				padding:10px!important;

			}

			.paddedtb_core-1349 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1349 {
				padding-top:10px!important;
			}

			.paddedb_core-1349 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1349 {
				padding-left:10px!important;
			}

			.paddedr_core-1349 {
				padding-right:10px!important;
			}

			.paddedlr_core-1349 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1349 {
				margin:10px!important;
			}

			.margintb_core-1349 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1349 {
				margin-top:10px!important;
			}

			.marginb_core-1349 {
				margin-bottom:10px!important;
			}

			.marginl_core-1349 {
				margin-left:10px!important;
			}

			.marginr_core-1349 {
				margin-right:10px!important;
			}

			.marginlr_core-1349 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1349 {
				margin:auto!important;
			}

			.margintb_auto-1349 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1349 {
				margin-top:auto!important;
			}

			.marginb_auto-1349 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1349 {
				margin-left:auto!important;
			}

			.marginr_auto-1349 {
				margin-right:auto!important;
			}

			.marginlr_auto-1349 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1349 {
				padding:0px!important;

			}

			.paddedtb_none-1349 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1349 {
				padding-top:0px!important;
			}

			.paddedb_none-1349 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1349 {
				padding-left:0px!important;
			}

			.paddedr_none-1349 {
				padding-right:0px!important;
			}

			.paddedlr_none-1349 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1349 {
				margin:0px!important;
			}

			.margintb_none-1349 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1349 {
				margin-top:0px!important;
			}

			.marginb_none-1349 {
				margin-bottom:0px!important;
			}

			.marginl_none-1349 {
				margin-left:0px!important;
			}

			.marginr_none-1349 {
				margin-right:0px!important;
			}

			.marginlr_none-1349 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1349 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1349 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1349 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1349 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1349 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1349 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1349 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1349 {
		border:none;
	}

	.bordertb_none-1349 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1349 {
		border-top:none;
	}

	.borderb_none-1349 {
		border-bottom:none;
	}

	.borderl_none-1349 {
		border-left:none;
	}

	.borderr_none-1349 {
		border-right:none;
	}

	.borderlr_none-1349 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 1299px) {
	
.grid.seven-1299 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1299 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1299 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1299 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1299 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1299 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1299 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1299 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1299 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1299 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1299 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1299 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1299 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1299 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1299 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1299 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1299 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1299 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1299 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1299 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1299 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1299 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1299 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1299 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1299 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1299 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1299 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1299 {
	width:85.71428571%!important;
}

.floatl.six-1299 {
	width:16.66666667%!important;
}

.floatl.six_x2-1299 {
	width:33.33333333%!important;
}

.floatl.six_x3-1299 {
	width:50%!important;
}

.floatl.six_x4-1299 {
	width:66.6666667%!important;
}

.floatl.six_x5-1299 {
	width:83%!important;
}

.floatl.five-1299 {
	width:20%!important;
}

.floatl.five_x2-1299 {
	width:40%!important;
}

.floatl.five_x3-1299 {
	width:60%!important;
}

.floatl.five_x4-1299 {
	width:80%!important;
}

.floatl.four-1299 {
	width:25%!important;
}

.floatl.four_x2-1299 {
	width:50%!important;
}

.floatl.four_x3-1299 {
	width:75%!important;
}

.floatl.three-1299 {
	width:33.33333333%!important;
}

.floatl.three_x2-1299 {
	width:66.66666667%!important;
}

.floatl.two-1299 {
	width:50%!important;
}

.floatl.one-1299 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1299 {
		visibility:hidden!important;
	}

	.last-1299 {
		margin-right:0px!important;
	}

	.floatl-1299 {
		float:left!important;
	}

	.floatr-1299 {
		float:right!important;
	}

	.left-1299 {
		float:left!important;
	}

	.right-1299 {
		float:right!important;
	}

	.floatn-1299,
 .grid.floatn-1299 {
		float:none!important;
	}

	.grid-1299 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1299 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1299 {
		display:none!important;
	}

	.block-1299 {
		display:block!important;
	}

	.iblock-1299 {
		display:inline-block!important;
	}

	.inline-1299 {
		display:inline!important;
	}

	.table-1299 {
		display:table!important;
	}

	.row-1299 {
		display:table-row!important;
	}

	.cell-1299 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1299 {
		clear:left!important;
	}

	.clearr-1299 {
		clear:right!important;
	}

	.clearn-1299 {
		clear:none!important;
	}

	.clearnone-1299 {
		clear:none!important;
	}

	.clearb-1299 {
		clear:both!important;
	}

	.clear-1299 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1299 {
		text-align:left!important;
	}

	.alignr-1299 {
		text-align:right!important;
	}

	.alignc-1299 {
		text-align:center!important;
	}

	.alignj-1299 {
		text-align:justify!important;
	}

	.valign-1299 {
		vertical-align:middle!important;
	}

	.widthauto-1299 {
		width:auto!important;
	}

	.heightauto-1299 {
		height:auto!important;
	}

	.fw-1299,
 .grid.fw-1299 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1299 {
		height:100%!important;
	}

	.pointer-1299 {
		cursor:pointer!important;
	}

	.static-1299 {
		position:static!important;
	}

	.relative-1299 {
		position:relative!important;
	}

	.absolute-1299 {
		position:absolute!important;
	}

	.spacing-1299 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1299 {
		margin-right:15px!important;
	}

	.spacing.floatr-1299 {
		margin-left:15px!important;
	}

	.flowhide-1299 {
		overflow:hidden;
	}

	.flowshow-1299 {
		overflow:visible;
	}

	.nowrap-1299 {
		white-space:nowrap;
	}

	

			.padded_tiny-1299 {
				padding:5px!important;

			}

			.paddedtb_tiny-1299 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1299 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1299 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1299 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1299 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1299 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1299 {
				margin:5px!important;
			}

			.margintb_tiny-1299 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1299 {
				margin-top:5px!important;
			}

			.marginb_tiny-1299 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1299 {
				margin-left:5px!important;
			}

			.marginr_tiny-1299 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1299 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1299 {
				padding:10px!important;

			}

			.paddedtb_small-1299 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1299 {
				padding-top:10px!important;
			}

			.paddedb_small-1299 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1299 {
				padding-left:10px!important;
			}

			.paddedr_small-1299 {
				padding-right:10px!important;
			}

			.paddedlr_small-1299 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1299 {
				margin:10px!important;
			}

			.margintb_small-1299 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1299 {
				margin-top:10px!important;
			}

			.marginb_small-1299 {
				margin-bottom:10px!important;
			}

			.marginl_small-1299 {
				margin-left:10px!important;
			}

			.marginr_small-1299 {
				margin-right:10px!important;
			}

			.marginlr_small-1299 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1299 {
				padding:20px!important;

			}

			.paddedtb_medium-1299 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1299 {
				padding-top:20px!important;
			}

			.paddedb_medium-1299 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1299 {
				padding-left:20px!important;
			}

			.paddedr_medium-1299 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1299 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1299 {
				margin:20px!important;
			}

			.margintb_medium-1299 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1299 {
				margin-top:20px!important;
			}

			.marginb_medium-1299 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1299 {
				margin-left:20px!important;
			}

			.marginr_medium-1299 {
				margin-right:20px!important;
			}

			.marginlr_medium-1299 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1299 {
				padding:40px!important;

			}

			.paddedtb_large-1299 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1299 {
				padding-top:40px!important;
			}

			.paddedb_large-1299 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1299 {
				padding-left:40px!important;
			}

			.paddedr_large-1299 {
				padding-right:40px!important;
			}

			.paddedlr_large-1299 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1299 {
				margin:40px!important;
			}

			.margintb_large-1299 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1299 {
				margin-top:40px!important;
			}

			.marginb_large-1299 {
				margin-bottom:40px!important;
			}

			.marginl_large-1299 {
				margin-left:40px!important;
			}

			.marginr_large-1299 {
				margin-right:40px!important;
			}

			.marginlr_large-1299 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1299 {
				padding:10px!important;

			}

			.paddedtb_core-1299 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1299 {
				padding-top:10px!important;
			}

			.paddedb_core-1299 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1299 {
				padding-left:10px!important;
			}

			.paddedr_core-1299 {
				padding-right:10px!important;
			}

			.paddedlr_core-1299 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1299 {
				margin:10px!important;
			}

			.margintb_core-1299 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1299 {
				margin-top:10px!important;
			}

			.marginb_core-1299 {
				margin-bottom:10px!important;
			}

			.marginl_core-1299 {
				margin-left:10px!important;
			}

			.marginr_core-1299 {
				margin-right:10px!important;
			}

			.marginlr_core-1299 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1299 {
				margin:auto!important;
			}

			.margintb_auto-1299 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1299 {
				margin-top:auto!important;
			}

			.marginb_auto-1299 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1299 {
				margin-left:auto!important;
			}

			.marginr_auto-1299 {
				margin-right:auto!important;
			}

			.marginlr_auto-1299 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1299 {
				padding:0px!important;

			}

			.paddedtb_none-1299 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1299 {
				padding-top:0px!important;
			}

			.paddedb_none-1299 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1299 {
				padding-left:0px!important;
			}

			.paddedr_none-1299 {
				padding-right:0px!important;
			}

			.paddedlr_none-1299 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1299 {
				margin:0px!important;
			}

			.margintb_none-1299 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1299 {
				margin-top:0px!important;
			}

			.marginb_none-1299 {
				margin-bottom:0px!important;
			}

			.marginl_none-1299 {
				margin-left:0px!important;
			}

			.marginr_none-1299 {
				margin-right:0px!important;
			}

			.marginlr_none-1299 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1299 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1299 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1299 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1299 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1299 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1299 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1299 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1299 {
		border:none;
	}

	.bordertb_none-1299 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1299 {
		border-top:none;
	}

	.borderb_none-1299 {
		border-bottom:none;
	}

	.borderl_none-1299 {
		border-left:none;
	}

	.borderr_none-1299 {
		border-right:none;
	}

	.borderlr_none-1299 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 1249px) {
	
.grid.seven-1249 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1249 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1249 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1249 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1249 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1249 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1249 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1249 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1249 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1249 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1249 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1249 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1249 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1249 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1249 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1249 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1249 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1249 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1249 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1249 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1249 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1249 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1249 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1249 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1249 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1249 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1249 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1249 {
	width:85.71428571%!important;
}

.floatl.six-1249 {
	width:16.66666667%!important;
}

.floatl.six_x2-1249 {
	width:33.33333333%!important;
}

.floatl.six_x3-1249 {
	width:50%!important;
}

.floatl.six_x4-1249 {
	width:66.6666667%!important;
}

.floatl.six_x5-1249 {
	width:83%!important;
}

.floatl.five-1249 {
	width:20%!important;
}

.floatl.five_x2-1249 {
	width:40%!important;
}

.floatl.five_x3-1249 {
	width:60%!important;
}

.floatl.five_x4-1249 {
	width:80%!important;
}

.floatl.four-1249 {
	width:25%!important;
}

.floatl.four_x2-1249 {
	width:50%!important;
}

.floatl.four_x3-1249 {
	width:75%!important;
}

.floatl.three-1249 {
	width:33.33333333%!important;
}

.floatl.three_x2-1249 {
	width:66.66666667%!important;
}

.floatl.two-1249 {
	width:50%!important;
}

.floatl.one-1249 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1249 {
		visibility:hidden!important;
	}

	.last-1249 {
		margin-right:0px!important;
	}

	.floatl-1249 {
		float:left!important;
	}

	.floatr-1249 {
		float:right!important;
	}

	.left-1249 {
		float:left!important;
	}

	.right-1249 {
		float:right!important;
	}

	.floatn-1249,
 .grid.floatn-1249 {
		float:none!important;
	}

	.grid-1249 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1249 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1249 {
		display:none!important;
	}

	.block-1249 {
		display:block!important;
	}

	.iblock-1249 {
		display:inline-block!important;
	}

	.inline-1249 {
		display:inline!important;
	}

	.table-1249 {
		display:table!important;
	}

	.row-1249 {
		display:table-row!important;
	}

	.cell-1249 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1249 {
		clear:left!important;
	}

	.clearr-1249 {
		clear:right!important;
	}

	.clearn-1249 {
		clear:none!important;
	}

	.clearnone-1249 {
		clear:none!important;
	}

	.clearb-1249 {
		clear:both!important;
	}

	.clear-1249 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1249 {
		text-align:left!important;
	}

	.alignr-1249 {
		text-align:right!important;
	}

	.alignc-1249 {
		text-align:center!important;
	}

	.alignj-1249 {
		text-align:justify!important;
	}

	.valign-1249 {
		vertical-align:middle!important;
	}

	.widthauto-1249 {
		width:auto!important;
	}

	.heightauto-1249 {
		height:auto!important;
	}

	.fw-1249,
 .grid.fw-1249 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1249 {
		height:100%!important;
	}

	.pointer-1249 {
		cursor:pointer!important;
	}

	.static-1249 {
		position:static!important;
	}

	.relative-1249 {
		position:relative!important;
	}

	.absolute-1249 {
		position:absolute!important;
	}

	.spacing-1249 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1249 {
		margin-right:15px!important;
	}

	.spacing.floatr-1249 {
		margin-left:15px!important;
	}

	.flowhide-1249 {
		overflow:hidden;
	}

	.flowshow-1249 {
		overflow:visible;
	}

	.nowrap-1249 {
		white-space:nowrap;
	}

	

			.padded_tiny-1249 {
				padding:5px!important;

			}

			.paddedtb_tiny-1249 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1249 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1249 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1249 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1249 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1249 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1249 {
				margin:5px!important;
			}

			.margintb_tiny-1249 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1249 {
				margin-top:5px!important;
			}

			.marginb_tiny-1249 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1249 {
				margin-left:5px!important;
			}

			.marginr_tiny-1249 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1249 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1249 {
				padding:10px!important;

			}

			.paddedtb_small-1249 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1249 {
				padding-top:10px!important;
			}

			.paddedb_small-1249 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1249 {
				padding-left:10px!important;
			}

			.paddedr_small-1249 {
				padding-right:10px!important;
			}

			.paddedlr_small-1249 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1249 {
				margin:10px!important;
			}

			.margintb_small-1249 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1249 {
				margin-top:10px!important;
			}

			.marginb_small-1249 {
				margin-bottom:10px!important;
			}

			.marginl_small-1249 {
				margin-left:10px!important;
			}

			.marginr_small-1249 {
				margin-right:10px!important;
			}

			.marginlr_small-1249 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1249 {
				padding:20px!important;

			}

			.paddedtb_medium-1249 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1249 {
				padding-top:20px!important;
			}

			.paddedb_medium-1249 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1249 {
				padding-left:20px!important;
			}

			.paddedr_medium-1249 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1249 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1249 {
				margin:20px!important;
			}

			.margintb_medium-1249 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1249 {
				margin-top:20px!important;
			}

			.marginb_medium-1249 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1249 {
				margin-left:20px!important;
			}

			.marginr_medium-1249 {
				margin-right:20px!important;
			}

			.marginlr_medium-1249 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1249 {
				padding:40px!important;

			}

			.paddedtb_large-1249 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1249 {
				padding-top:40px!important;
			}

			.paddedb_large-1249 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1249 {
				padding-left:40px!important;
			}

			.paddedr_large-1249 {
				padding-right:40px!important;
			}

			.paddedlr_large-1249 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1249 {
				margin:40px!important;
			}

			.margintb_large-1249 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1249 {
				margin-top:40px!important;
			}

			.marginb_large-1249 {
				margin-bottom:40px!important;
			}

			.marginl_large-1249 {
				margin-left:40px!important;
			}

			.marginr_large-1249 {
				margin-right:40px!important;
			}

			.marginlr_large-1249 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1249 {
				padding:10px!important;

			}

			.paddedtb_core-1249 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1249 {
				padding-top:10px!important;
			}

			.paddedb_core-1249 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1249 {
				padding-left:10px!important;
			}

			.paddedr_core-1249 {
				padding-right:10px!important;
			}

			.paddedlr_core-1249 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1249 {
				margin:10px!important;
			}

			.margintb_core-1249 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1249 {
				margin-top:10px!important;
			}

			.marginb_core-1249 {
				margin-bottom:10px!important;
			}

			.marginl_core-1249 {
				margin-left:10px!important;
			}

			.marginr_core-1249 {
				margin-right:10px!important;
			}

			.marginlr_core-1249 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1249 {
				margin:auto!important;
			}

			.margintb_auto-1249 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1249 {
				margin-top:auto!important;
			}

			.marginb_auto-1249 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1249 {
				margin-left:auto!important;
			}

			.marginr_auto-1249 {
				margin-right:auto!important;
			}

			.marginlr_auto-1249 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1249 {
				padding:0px!important;

			}

			.paddedtb_none-1249 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1249 {
				padding-top:0px!important;
			}

			.paddedb_none-1249 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1249 {
				padding-left:0px!important;
			}

			.paddedr_none-1249 {
				padding-right:0px!important;
			}

			.paddedlr_none-1249 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1249 {
				margin:0px!important;
			}

			.margintb_none-1249 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1249 {
				margin-top:0px!important;
			}

			.marginb_none-1249 {
				margin-bottom:0px!important;
			}

			.marginl_none-1249 {
				margin-left:0px!important;
			}

			.marginr_none-1249 {
				margin-right:0px!important;
			}

			.marginlr_none-1249 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1249 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1249 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1249 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1249 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1249 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1249 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1249 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1249 {
		border:none;
	}

	.bordertb_none-1249 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1249 {
		border-top:none;
	}

	.borderb_none-1249 {
		border-bottom:none;
	}

	.borderl_none-1249 {
		border-left:none;
	}

	.borderr_none-1249 {
		border-right:none;
	}

	.borderlr_none-1249 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 1199px) {
	
.grid.seven-1199 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1199 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1199 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1199 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1199 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1199 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1199 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1199 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1199 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1199 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1199 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1199 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1199 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1199 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1199 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1199 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1199 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1199 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1199 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1199 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1199 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1199 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1199 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1199 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1199 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1199 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1199 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1199 {
	width:85.71428571%!important;
}

.floatl.six-1199 {
	width:16.66666667%!important;
}

.floatl.six_x2-1199 {
	width:33.33333333%!important;
}

.floatl.six_x3-1199 {
	width:50%!important;
}

.floatl.six_x4-1199 {
	width:66.6666667%!important;
}

.floatl.six_x5-1199 {
	width:83%!important;
}

.floatl.five-1199 {
	width:20%!important;
}

.floatl.five_x2-1199 {
	width:40%!important;
}

.floatl.five_x3-1199 {
	width:60%!important;
}

.floatl.five_x4-1199 {
	width:80%!important;
}

.floatl.four-1199 {
	width:25%!important;
}

.floatl.four_x2-1199 {
	width:50%!important;
}

.floatl.four_x3-1199 {
	width:75%!important;
}

.floatl.three-1199 {
	width:33.33333333%!important;
}

.floatl.three_x2-1199 {
	width:66.66666667%!important;
}

.floatl.two-1199 {
	width:50%!important;
}

.floatl.one-1199 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1199 {
		visibility:hidden!important;
	}

	.last-1199 {
		margin-right:0px!important;
	}

	.floatl-1199 {
		float:left!important;
	}

	.floatr-1199 {
		float:right!important;
	}

	.left-1199 {
		float:left!important;
	}

	.right-1199 {
		float:right!important;
	}

	.floatn-1199,
 .grid.floatn-1199 {
		float:none!important;
	}

	.grid-1199 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1199 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1199 {
		display:none!important;
	}

	.block-1199 {
		display:block!important;
	}

	.iblock-1199 {
		display:inline-block!important;
	}

	.inline-1199 {
		display:inline!important;
	}

	.table-1199 {
		display:table!important;
	}

	.row-1199 {
		display:table-row!important;
	}

	.cell-1199 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1199 {
		clear:left!important;
	}

	.clearr-1199 {
		clear:right!important;
	}

	.clearn-1199 {
		clear:none!important;
	}

	.clearnone-1199 {
		clear:none!important;
	}

	.clearb-1199 {
		clear:both!important;
	}

	.clear-1199 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1199 {
		text-align:left!important;
	}

	.alignr-1199 {
		text-align:right!important;
	}

	.alignc-1199 {
		text-align:center!important;
	}

	.alignj-1199 {
		text-align:justify!important;
	}

	.valign-1199 {
		vertical-align:middle!important;
	}

	.widthauto-1199 {
		width:auto!important;
	}

	.heightauto-1199 {
		height:auto!important;
	}

	.fw-1199,
 .grid.fw-1199 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1199 {
		height:100%!important;
	}

	.pointer-1199 {
		cursor:pointer!important;
	}

	.static-1199 {
		position:static!important;
	}

	.relative-1199 {
		position:relative!important;
	}

	.absolute-1199 {
		position:absolute!important;
	}

	.spacing-1199 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1199 {
		margin-right:15px!important;
	}

	.spacing.floatr-1199 {
		margin-left:15px!important;
	}

	.flowhide-1199 {
		overflow:hidden;
	}

	.flowshow-1199 {
		overflow:visible;
	}

	.nowrap-1199 {
		white-space:nowrap;
	}

	

			.padded_tiny-1199 {
				padding:5px!important;

			}

			.paddedtb_tiny-1199 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1199 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1199 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1199 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1199 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1199 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1199 {
				margin:5px!important;
			}

			.margintb_tiny-1199 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1199 {
				margin-top:5px!important;
			}

			.marginb_tiny-1199 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1199 {
				margin-left:5px!important;
			}

			.marginr_tiny-1199 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1199 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1199 {
				padding:10px!important;

			}

			.paddedtb_small-1199 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1199 {
				padding-top:10px!important;
			}

			.paddedb_small-1199 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1199 {
				padding-left:10px!important;
			}

			.paddedr_small-1199 {
				padding-right:10px!important;
			}

			.paddedlr_small-1199 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1199 {
				margin:10px!important;
			}

			.margintb_small-1199 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1199 {
				margin-top:10px!important;
			}

			.marginb_small-1199 {
				margin-bottom:10px!important;
			}

			.marginl_small-1199 {
				margin-left:10px!important;
			}

			.marginr_small-1199 {
				margin-right:10px!important;
			}

			.marginlr_small-1199 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1199 {
				padding:20px!important;

			}

			.paddedtb_medium-1199 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1199 {
				padding-top:20px!important;
			}

			.paddedb_medium-1199 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1199 {
				padding-left:20px!important;
			}

			.paddedr_medium-1199 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1199 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1199 {
				margin:20px!important;
			}

			.margintb_medium-1199 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1199 {
				margin-top:20px!important;
			}

			.marginb_medium-1199 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1199 {
				margin-left:20px!important;
			}

			.marginr_medium-1199 {
				margin-right:20px!important;
			}

			.marginlr_medium-1199 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1199 {
				padding:40px!important;

			}

			.paddedtb_large-1199 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1199 {
				padding-top:40px!important;
			}

			.paddedb_large-1199 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1199 {
				padding-left:40px!important;
			}

			.paddedr_large-1199 {
				padding-right:40px!important;
			}

			.paddedlr_large-1199 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1199 {
				margin:40px!important;
			}

			.margintb_large-1199 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1199 {
				margin-top:40px!important;
			}

			.marginb_large-1199 {
				margin-bottom:40px!important;
			}

			.marginl_large-1199 {
				margin-left:40px!important;
			}

			.marginr_large-1199 {
				margin-right:40px!important;
			}

			.marginlr_large-1199 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1199 {
				padding:10px!important;

			}

			.paddedtb_core-1199 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1199 {
				padding-top:10px!important;
			}

			.paddedb_core-1199 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1199 {
				padding-left:10px!important;
			}

			.paddedr_core-1199 {
				padding-right:10px!important;
			}

			.paddedlr_core-1199 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1199 {
				margin:10px!important;
			}

			.margintb_core-1199 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1199 {
				margin-top:10px!important;
			}

			.marginb_core-1199 {
				margin-bottom:10px!important;
			}

			.marginl_core-1199 {
				margin-left:10px!important;
			}

			.marginr_core-1199 {
				margin-right:10px!important;
			}

			.marginlr_core-1199 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1199 {
				margin:auto!important;
			}

			.margintb_auto-1199 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1199 {
				margin-top:auto!important;
			}

			.marginb_auto-1199 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1199 {
				margin-left:auto!important;
			}

			.marginr_auto-1199 {
				margin-right:auto!important;
			}

			.marginlr_auto-1199 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1199 {
				padding:0px!important;

			}

			.paddedtb_none-1199 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1199 {
				padding-top:0px!important;
			}

			.paddedb_none-1199 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1199 {
				padding-left:0px!important;
			}

			.paddedr_none-1199 {
				padding-right:0px!important;
			}

			.paddedlr_none-1199 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1199 {
				margin:0px!important;
			}

			.margintb_none-1199 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1199 {
				margin-top:0px!important;
			}

			.marginb_none-1199 {
				margin-bottom:0px!important;
			}

			.marginl_none-1199 {
				margin-left:0px!important;
			}

			.marginr_none-1199 {
				margin-right:0px!important;
			}

			.marginlr_none-1199 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1199 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1199 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1199 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1199 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1199 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1199 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1199 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1199 {
		border:none;
	}

	.bordertb_none-1199 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1199 {
		border-top:none;
	}

	.borderb_none-1199 {
		border-bottom:none;
	}

	.borderl_none-1199 {
		border-left:none;
	}

	.borderr_none-1199 {
		border-right:none;
	}

	.borderlr_none-1199 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 1149px) {
	
.grid.seven-1149 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1149 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1149 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1149 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1149 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1149 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1149 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1149 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1149 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1149 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1149 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1149 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1149 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1149 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1149 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1149 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1149 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1149 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1149 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1149 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1149 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1149 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1149 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1149 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1149 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1149 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1149 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1149 {
	width:85.71428571%!important;
}

.floatl.six-1149 {
	width:16.66666667%!important;
}

.floatl.six_x2-1149 {
	width:33.33333333%!important;
}

.floatl.six_x3-1149 {
	width:50%!important;
}

.floatl.six_x4-1149 {
	width:66.6666667%!important;
}

.floatl.six_x5-1149 {
	width:83%!important;
}

.floatl.five-1149 {
	width:20%!important;
}

.floatl.five_x2-1149 {
	width:40%!important;
}

.floatl.five_x3-1149 {
	width:60%!important;
}

.floatl.five_x4-1149 {
	width:80%!important;
}

.floatl.four-1149 {
	width:25%!important;
}

.floatl.four_x2-1149 {
	width:50%!important;
}

.floatl.four_x3-1149 {
	width:75%!important;
}

.floatl.three-1149 {
	width:33.33333333%!important;
}

.floatl.three_x2-1149 {
	width:66.66666667%!important;
}

.floatl.two-1149 {
	width:50%!important;
}

.floatl.one-1149 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1149 {
		visibility:hidden!important;
	}

	.last-1149 {
		margin-right:0px!important;
	}

	.floatl-1149 {
		float:left!important;
	}

	.floatr-1149 {
		float:right!important;
	}

	.left-1149 {
		float:left!important;
	}

	.right-1149 {
		float:right!important;
	}

	.floatn-1149,
 .grid.floatn-1149 {
		float:none!important;
	}

	.grid-1149 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1149 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1149 {
		display:none!important;
	}

	.block-1149 {
		display:block!important;
	}

	.iblock-1149 {
		display:inline-block!important;
	}

	.inline-1149 {
		display:inline!important;
	}

	.table-1149 {
		display:table!important;
	}

	.row-1149 {
		display:table-row!important;
	}

	.cell-1149 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1149 {
		clear:left!important;
	}

	.clearr-1149 {
		clear:right!important;
	}

	.clearn-1149 {
		clear:none!important;
	}

	.clearnone-1149 {
		clear:none!important;
	}

	.clearb-1149 {
		clear:both!important;
	}

	.clear-1149 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1149 {
		text-align:left!important;
	}

	.alignr-1149 {
		text-align:right!important;
	}

	.alignc-1149 {
		text-align:center!important;
	}

	.alignj-1149 {
		text-align:justify!important;
	}

	.valign-1149 {
		vertical-align:middle!important;
	}

	.widthauto-1149 {
		width:auto!important;
	}

	.heightauto-1149 {
		height:auto!important;
	}

	.fw-1149,
 .grid.fw-1149 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1149 {
		height:100%!important;
	}

	.pointer-1149 {
		cursor:pointer!important;
	}

	.static-1149 {
		position:static!important;
	}

	.relative-1149 {
		position:relative!important;
	}

	.absolute-1149 {
		position:absolute!important;
	}

	.spacing-1149 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1149 {
		margin-right:15px!important;
	}

	.spacing.floatr-1149 {
		margin-left:15px!important;
	}

	.flowhide-1149 {
		overflow:hidden;
	}

	.flowshow-1149 {
		overflow:visible;
	}

	.nowrap-1149 {
		white-space:nowrap;
	}

	

			.padded_tiny-1149 {
				padding:5px!important;

			}

			.paddedtb_tiny-1149 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1149 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1149 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1149 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1149 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1149 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1149 {
				margin:5px!important;
			}

			.margintb_tiny-1149 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1149 {
				margin-top:5px!important;
			}

			.marginb_tiny-1149 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1149 {
				margin-left:5px!important;
			}

			.marginr_tiny-1149 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1149 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1149 {
				padding:10px!important;

			}

			.paddedtb_small-1149 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1149 {
				padding-top:10px!important;
			}

			.paddedb_small-1149 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1149 {
				padding-left:10px!important;
			}

			.paddedr_small-1149 {
				padding-right:10px!important;
			}

			.paddedlr_small-1149 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1149 {
				margin:10px!important;
			}

			.margintb_small-1149 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1149 {
				margin-top:10px!important;
			}

			.marginb_small-1149 {
				margin-bottom:10px!important;
			}

			.marginl_small-1149 {
				margin-left:10px!important;
			}

			.marginr_small-1149 {
				margin-right:10px!important;
			}

			.marginlr_small-1149 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1149 {
				padding:20px!important;

			}

			.paddedtb_medium-1149 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1149 {
				padding-top:20px!important;
			}

			.paddedb_medium-1149 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1149 {
				padding-left:20px!important;
			}

			.paddedr_medium-1149 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1149 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1149 {
				margin:20px!important;
			}

			.margintb_medium-1149 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1149 {
				margin-top:20px!important;
			}

			.marginb_medium-1149 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1149 {
				margin-left:20px!important;
			}

			.marginr_medium-1149 {
				margin-right:20px!important;
			}

			.marginlr_medium-1149 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1149 {
				padding:40px!important;

			}

			.paddedtb_large-1149 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1149 {
				padding-top:40px!important;
			}

			.paddedb_large-1149 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1149 {
				padding-left:40px!important;
			}

			.paddedr_large-1149 {
				padding-right:40px!important;
			}

			.paddedlr_large-1149 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1149 {
				margin:40px!important;
			}

			.margintb_large-1149 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1149 {
				margin-top:40px!important;
			}

			.marginb_large-1149 {
				margin-bottom:40px!important;
			}

			.marginl_large-1149 {
				margin-left:40px!important;
			}

			.marginr_large-1149 {
				margin-right:40px!important;
			}

			.marginlr_large-1149 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1149 {
				padding:10px!important;

			}

			.paddedtb_core-1149 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1149 {
				padding-top:10px!important;
			}

			.paddedb_core-1149 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1149 {
				padding-left:10px!important;
			}

			.paddedr_core-1149 {
				padding-right:10px!important;
			}

			.paddedlr_core-1149 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1149 {
				margin:10px!important;
			}

			.margintb_core-1149 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1149 {
				margin-top:10px!important;
			}

			.marginb_core-1149 {
				margin-bottom:10px!important;
			}

			.marginl_core-1149 {
				margin-left:10px!important;
			}

			.marginr_core-1149 {
				margin-right:10px!important;
			}

			.marginlr_core-1149 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1149 {
				margin:auto!important;
			}

			.margintb_auto-1149 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1149 {
				margin-top:auto!important;
			}

			.marginb_auto-1149 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1149 {
				margin-left:auto!important;
			}

			.marginr_auto-1149 {
				margin-right:auto!important;
			}

			.marginlr_auto-1149 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1149 {
				padding:0px!important;

			}

			.paddedtb_none-1149 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1149 {
				padding-top:0px!important;
			}

			.paddedb_none-1149 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1149 {
				padding-left:0px!important;
			}

			.paddedr_none-1149 {
				padding-right:0px!important;
			}

			.paddedlr_none-1149 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1149 {
				margin:0px!important;
			}

			.margintb_none-1149 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1149 {
				margin-top:0px!important;
			}

			.marginb_none-1149 {
				margin-bottom:0px!important;
			}

			.marginl_none-1149 {
				margin-left:0px!important;
			}

			.marginr_none-1149 {
				margin-right:0px!important;
			}

			.marginlr_none-1149 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1149 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1149 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1149 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1149 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1149 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1149 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1149 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1149 {
		border:none;
	}

	.bordertb_none-1149 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1149 {
		border-top:none;
	}

	.borderb_none-1149 {
		border-bottom:none;
	}

	.borderl_none-1149 {
		border-left:none;
	}

	.borderr_none-1149 {
		border-right:none;
	}

	.borderlr_none-1149 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 1099px) {
	
.grid.seven-1099 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1099 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1099 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1099 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1099 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1099 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1099 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1099 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1099 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1099 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1099 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1099 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1099 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1099 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1099 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1099 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1099 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1099 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1099 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1099 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1099 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1099 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1099 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1099 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1099 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1099 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1099 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1099 {
	width:85.71428571%!important;
}

.floatl.six-1099 {
	width:16.66666667%!important;
}

.floatl.six_x2-1099 {
	width:33.33333333%!important;
}

.floatl.six_x3-1099 {
	width:50%!important;
}

.floatl.six_x4-1099 {
	width:66.6666667%!important;
}

.floatl.six_x5-1099 {
	width:83%!important;
}

.floatl.five-1099 {
	width:20%!important;
}

.floatl.five_x2-1099 {
	width:40%!important;
}

.floatl.five_x3-1099 {
	width:60%!important;
}

.floatl.five_x4-1099 {
	width:80%!important;
}

.floatl.four-1099 {
	width:25%!important;
}

.floatl.four_x2-1099 {
	width:50%!important;
}

.floatl.four_x3-1099 {
	width:75%!important;
}

.floatl.three-1099 {
	width:33.33333333%!important;
}

.floatl.three_x2-1099 {
	width:66.66666667%!important;
}

.floatl.two-1099 {
	width:50%!important;
}

.floatl.one-1099 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1099 {
		visibility:hidden!important;
	}

	.last-1099 {
		margin-right:0px!important;
	}

	.floatl-1099 {
		float:left!important;
	}

	.floatr-1099 {
		float:right!important;
	}

	.left-1099 {
		float:left!important;
	}

	.right-1099 {
		float:right!important;
	}

	.floatn-1099,
 .grid.floatn-1099 {
		float:none!important;
	}

	.grid-1099 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1099 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1099 {
		display:none!important;
	}

	.block-1099 {
		display:block!important;
	}

	.iblock-1099 {
		display:inline-block!important;
	}

	.inline-1099 {
		display:inline!important;
	}

	.table-1099 {
		display:table!important;
	}

	.row-1099 {
		display:table-row!important;
	}

	.cell-1099 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1099 {
		clear:left!important;
	}

	.clearr-1099 {
		clear:right!important;
	}

	.clearn-1099 {
		clear:none!important;
	}

	.clearnone-1099 {
		clear:none!important;
	}

	.clearb-1099 {
		clear:both!important;
	}

	.clear-1099 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1099 {
		text-align:left!important;
	}

	.alignr-1099 {
		text-align:right!important;
	}

	.alignc-1099 {
		text-align:center!important;
	}

	.alignj-1099 {
		text-align:justify!important;
	}

	.valign-1099 {
		vertical-align:middle!important;
	}

	.widthauto-1099 {
		width:auto!important;
	}

	.heightauto-1099 {
		height:auto!important;
	}

	.fw-1099,
 .grid.fw-1099 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1099 {
		height:100%!important;
	}

	.pointer-1099 {
		cursor:pointer!important;
	}

	.static-1099 {
		position:static!important;
	}

	.relative-1099 {
		position:relative!important;
	}

	.absolute-1099 {
		position:absolute!important;
	}

	.spacing-1099 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1099 {
		margin-right:15px!important;
	}

	.spacing.floatr-1099 {
		margin-left:15px!important;
	}

	.flowhide-1099 {
		overflow:hidden;
	}

	.flowshow-1099 {
		overflow:visible;
	}

	.nowrap-1099 {
		white-space:nowrap;
	}

	

			.padded_tiny-1099 {
				padding:5px!important;

			}

			.paddedtb_tiny-1099 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1099 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1099 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1099 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1099 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1099 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1099 {
				margin:5px!important;
			}

			.margintb_tiny-1099 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1099 {
				margin-top:5px!important;
			}

			.marginb_tiny-1099 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1099 {
				margin-left:5px!important;
			}

			.marginr_tiny-1099 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1099 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1099 {
				padding:10px!important;

			}

			.paddedtb_small-1099 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1099 {
				padding-top:10px!important;
			}

			.paddedb_small-1099 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1099 {
				padding-left:10px!important;
			}

			.paddedr_small-1099 {
				padding-right:10px!important;
			}

			.paddedlr_small-1099 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1099 {
				margin:10px!important;
			}

			.margintb_small-1099 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1099 {
				margin-top:10px!important;
			}

			.marginb_small-1099 {
				margin-bottom:10px!important;
			}

			.marginl_small-1099 {
				margin-left:10px!important;
			}

			.marginr_small-1099 {
				margin-right:10px!important;
			}

			.marginlr_small-1099 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1099 {
				padding:20px!important;

			}

			.paddedtb_medium-1099 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1099 {
				padding-top:20px!important;
			}

			.paddedb_medium-1099 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1099 {
				padding-left:20px!important;
			}

			.paddedr_medium-1099 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1099 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1099 {
				margin:20px!important;
			}

			.margintb_medium-1099 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1099 {
				margin-top:20px!important;
			}

			.marginb_medium-1099 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1099 {
				margin-left:20px!important;
			}

			.marginr_medium-1099 {
				margin-right:20px!important;
			}

			.marginlr_medium-1099 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1099 {
				padding:40px!important;

			}

			.paddedtb_large-1099 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1099 {
				padding-top:40px!important;
			}

			.paddedb_large-1099 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1099 {
				padding-left:40px!important;
			}

			.paddedr_large-1099 {
				padding-right:40px!important;
			}

			.paddedlr_large-1099 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1099 {
				margin:40px!important;
			}

			.margintb_large-1099 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1099 {
				margin-top:40px!important;
			}

			.marginb_large-1099 {
				margin-bottom:40px!important;
			}

			.marginl_large-1099 {
				margin-left:40px!important;
			}

			.marginr_large-1099 {
				margin-right:40px!important;
			}

			.marginlr_large-1099 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1099 {
				padding:10px!important;

			}

			.paddedtb_core-1099 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1099 {
				padding-top:10px!important;
			}

			.paddedb_core-1099 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1099 {
				padding-left:10px!important;
			}

			.paddedr_core-1099 {
				padding-right:10px!important;
			}

			.paddedlr_core-1099 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1099 {
				margin:10px!important;
			}

			.margintb_core-1099 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1099 {
				margin-top:10px!important;
			}

			.marginb_core-1099 {
				margin-bottom:10px!important;
			}

			.marginl_core-1099 {
				margin-left:10px!important;
			}

			.marginr_core-1099 {
				margin-right:10px!important;
			}

			.marginlr_core-1099 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1099 {
				margin:auto!important;
			}

			.margintb_auto-1099 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1099 {
				margin-top:auto!important;
			}

			.marginb_auto-1099 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1099 {
				margin-left:auto!important;
			}

			.marginr_auto-1099 {
				margin-right:auto!important;
			}

			.marginlr_auto-1099 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1099 {
				padding:0px!important;

			}

			.paddedtb_none-1099 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1099 {
				padding-top:0px!important;
			}

			.paddedb_none-1099 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1099 {
				padding-left:0px!important;
			}

			.paddedr_none-1099 {
				padding-right:0px!important;
			}

			.paddedlr_none-1099 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1099 {
				margin:0px!important;
			}

			.margintb_none-1099 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1099 {
				margin-top:0px!important;
			}

			.marginb_none-1099 {
				margin-bottom:0px!important;
			}

			.marginl_none-1099 {
				margin-left:0px!important;
			}

			.marginr_none-1099 {
				margin-right:0px!important;
			}

			.marginlr_none-1099 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1099 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1099 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1099 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1099 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1099 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1099 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1099 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1099 {
		border:none;
	}

	.bordertb_none-1099 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1099 {
		border-top:none;
	}

	.borderb_none-1099 {
		border-bottom:none;
	}

	.borderl_none-1099 {
		border-left:none;
	}

	.borderr_none-1099 {
		border-right:none;
	}

	.borderlr_none-1099 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 1049px) {
	
.grid.seven-1049 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1049 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1049 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1049 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1049 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1049 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1049 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1049 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1049 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1049 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1049 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1049 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1049 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1049 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1049 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1049 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1049 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1049 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1049 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1049 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1049 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1049 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-1049 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1049 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1049 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1049 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1049 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1049 {
	width:85.71428571%!important;
}

.floatl.six-1049 {
	width:16.66666667%!important;
}

.floatl.six_x2-1049 {
	width:33.33333333%!important;
}

.floatl.six_x3-1049 {
	width:50%!important;
}

.floatl.six_x4-1049 {
	width:66.6666667%!important;
}

.floatl.six_x5-1049 {
	width:83%!important;
}

.floatl.five-1049 {
	width:20%!important;
}

.floatl.five_x2-1049 {
	width:40%!important;
}

.floatl.five_x3-1049 {
	width:60%!important;
}

.floatl.five_x4-1049 {
	width:80%!important;
}

.floatl.four-1049 {
	width:25%!important;
}

.floatl.four_x2-1049 {
	width:50%!important;
}

.floatl.four_x3-1049 {
	width:75%!important;
}

.floatl.three-1049 {
	width:33.33333333%!important;
}

.floatl.three_x2-1049 {
	width:66.66666667%!important;
}

.floatl.two-1049 {
	width:50%!important;
}

.floatl.one-1049 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-1049 {
		visibility:hidden!important;
	}

	.last-1049 {
		margin-right:0px!important;
	}

	.floatl-1049 {
		float:left!important;
	}

	.floatr-1049 {
		float:right!important;
	}

	.left-1049 {
		float:left!important;
	}

	.right-1049 {
		float:right!important;
	}

	.floatn-1049,
 .grid.floatn-1049 {
		float:none!important;
	}

	.grid-1049 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-1049 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-1049 {
		display:none!important;
	}

	.block-1049 {
		display:block!important;
	}

	.iblock-1049 {
		display:inline-block!important;
	}

	.inline-1049 {
		display:inline!important;
	}

	.table-1049 {
		display:table!important;
	}

	.row-1049 {
		display:table-row!important;
	}

	.cell-1049 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-1049 {
		clear:left!important;
	}

	.clearr-1049 {
		clear:right!important;
	}

	.clearn-1049 {
		clear:none!important;
	}

	.clearnone-1049 {
		clear:none!important;
	}

	.clearb-1049 {
		clear:both!important;
	}

	.clear-1049 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-1049 {
		text-align:left!important;
	}

	.alignr-1049 {
		text-align:right!important;
	}

	.alignc-1049 {
		text-align:center!important;
	}

	.alignj-1049 {
		text-align:justify!important;
	}

	.valign-1049 {
		vertical-align:middle!important;
	}

	.widthauto-1049 {
		width:auto!important;
	}

	.heightauto-1049 {
		height:auto!important;
	}

	.fw-1049,
 .grid.fw-1049 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-1049 {
		height:100%!important;
	}

	.pointer-1049 {
		cursor:pointer!important;
	}

	.static-1049 {
		position:static!important;
	}

	.relative-1049 {
		position:relative!important;
	}

	.absolute-1049 {
		position:absolute!important;
	}

	.spacing-1049 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-1049 {
		margin-right:15px!important;
	}

	.spacing.floatr-1049 {
		margin-left:15px!important;
	}

	.flowhide-1049 {
		overflow:hidden;
	}

	.flowshow-1049 {
		overflow:visible;
	}

	.nowrap-1049 {
		white-space:nowrap;
	}

	

			.padded_tiny-1049 {
				padding:5px!important;

			}

			.paddedtb_tiny-1049 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1049 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1049 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1049 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1049 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1049 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1049 {
				margin:5px!important;
			}

			.margintb_tiny-1049 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1049 {
				margin-top:5px!important;
			}

			.marginb_tiny-1049 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1049 {
				margin-left:5px!important;
			}

			.marginr_tiny-1049 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1049 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-1049 {
				padding:10px!important;

			}

			.paddedtb_small-1049 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1049 {
				padding-top:10px!important;
			}

			.paddedb_small-1049 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1049 {
				padding-left:10px!important;
			}

			.paddedr_small-1049 {
				padding-right:10px!important;
			}

			.paddedlr_small-1049 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1049 {
				margin:10px!important;
			}

			.margintb_small-1049 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1049 {
				margin-top:10px!important;
			}

			.marginb_small-1049 {
				margin-bottom:10px!important;
			}

			.marginl_small-1049 {
				margin-left:10px!important;
			}

			.marginr_small-1049 {
				margin-right:10px!important;
			}

			.marginlr_small-1049 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-1049 {
				padding:20px!important;

			}

			.paddedtb_medium-1049 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1049 {
				padding-top:20px!important;
			}

			.paddedb_medium-1049 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1049 {
				padding-left:20px!important;
			}

			.paddedr_medium-1049 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1049 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1049 {
				margin:20px!important;
			}

			.margintb_medium-1049 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1049 {
				margin-top:20px!important;
			}

			.marginb_medium-1049 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1049 {
				margin-left:20px!important;
			}

			.marginr_medium-1049 {
				margin-right:20px!important;
			}

			.marginlr_medium-1049 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-1049 {
				padding:40px!important;

			}

			.paddedtb_large-1049 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1049 {
				padding-top:40px!important;
			}

			.paddedb_large-1049 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1049 {
				padding-left:40px!important;
			}

			.paddedr_large-1049 {
				padding-right:40px!important;
			}

			.paddedlr_large-1049 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1049 {
				margin:40px!important;
			}

			.margintb_large-1049 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1049 {
				margin-top:40px!important;
			}

			.marginb_large-1049 {
				margin-bottom:40px!important;
			}

			.marginl_large-1049 {
				margin-left:40px!important;
			}

			.marginr_large-1049 {
				margin-right:40px!important;
			}

			.marginlr_large-1049 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-1049 {
				padding:10px!important;

			}

			.paddedtb_core-1049 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1049 {
				padding-top:10px!important;
			}

			.paddedb_core-1049 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1049 {
				padding-left:10px!important;
			}

			.paddedr_core-1049 {
				padding-right:10px!important;
			}

			.paddedlr_core-1049 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1049 {
				margin:10px!important;
			}

			.margintb_core-1049 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1049 {
				margin-top:10px!important;
			}

			.marginb_core-1049 {
				margin-bottom:10px!important;
			}

			.marginl_core-1049 {
				margin-left:10px!important;
			}

			.marginr_core-1049 {
				margin-right:10px!important;
			}

			.marginlr_core-1049 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-1049 {
				margin:auto!important;
			}

			.margintb_auto-1049 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1049 {
				margin-top:auto!important;
			}

			.marginb_auto-1049 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1049 {
				margin-left:auto!important;
			}

			.marginr_auto-1049 {
				margin-right:auto!important;
			}

			.marginlr_auto-1049 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-1049 {
				padding:0px!important;

			}

			.paddedtb_none-1049 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1049 {
				padding-top:0px!important;
			}

			.paddedb_none-1049 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1049 {
				padding-left:0px!important;
			}

			.paddedr_none-1049 {
				padding-right:0px!important;
			}

			.paddedlr_none-1049 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1049 {
				margin:0px!important;
			}

			.margintb_none-1049 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1049 {
				margin-top:0px!important;
			}

			.marginb_none-1049 {
				margin-bottom:0px!important;
			}

			.marginl_none-1049 {
				margin-left:0px!important;
			}

			.marginr_none-1049 {
				margin-right:0px!important;
			}

			.marginlr_none-1049 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-1049 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-1049 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-1049 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-1049 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-1049 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-1049 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-1049 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-1049 {
		border:none;
	}

	.bordertb_none-1049 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1049 {
		border-top:none;
	}

	.borderb_none-1049 {
		border-bottom:none;
	}

	.borderl_none-1049 {
		border-left:none;
	}

	.borderr_none-1049 {
		border-right:none;
	}

	.borderlr_none-1049 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 999px) {
	
.grid.seven-999 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-999 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-999 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-999 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-999 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-999 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-999 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-999 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-999 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-999 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-999 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-999 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-999 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-999 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-999 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-999 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-999 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-999 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-999 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-999 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-999 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-999 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-999 {
	width:14.28571429%!important;
}

.floatl.seven_x2-999 {
	width:28.57142857%!important;
}

.floatl.seven_x3-999 {
	width:42.85714286%!important;
}

.floatl.seven_x4-999 {
	width:57.14285714%!important;
}

.floatl.seven_x5-999 {
	width:71.42857143%!important;
}

.floatl.seven_x6-999 {
	width:85.71428571%!important;
}

.floatl.six-999 {
	width:16.66666667%!important;
}

.floatl.six_x2-999 {
	width:33.33333333%!important;
}

.floatl.six_x3-999 {
	width:50%!important;
}

.floatl.six_x4-999 {
	width:66.6666667%!important;
}

.floatl.six_x5-999 {
	width:83%!important;
}

.floatl.five-999 {
	width:20%!important;
}

.floatl.five_x2-999 {
	width:40%!important;
}

.floatl.five_x3-999 {
	width:60%!important;
}

.floatl.five_x4-999 {
	width:80%!important;
}

.floatl.four-999 {
	width:25%!important;
}

.floatl.four_x2-999 {
	width:50%!important;
}

.floatl.four_x3-999 {
	width:75%!important;
}

.floatl.three-999 {
	width:33.33333333%!important;
}

.floatl.three_x2-999 {
	width:66.66666667%!important;
}

.floatl.two-999 {
	width:50%!important;
}

.floatl.one-999 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-999 {
		visibility:hidden!important;
	}

	.last-999 {
		margin-right:0px!important;
	}

	.floatl-999 {
		float:left!important;
	}

	.floatr-999 {
		float:right!important;
	}

	.left-999 {
		float:left!important;
	}

	.right-999 {
		float:right!important;
	}

	.floatn-999,
 .grid.floatn-999 {
		float:none!important;
	}

	.grid-999 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-999 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-999 {
		display:none!important;
	}

	.block-999 {
		display:block!important;
	}

	.iblock-999 {
		display:inline-block!important;
	}

	.inline-999 {
		display:inline!important;
	}

	.table-999 {
		display:table!important;
	}

	.row-999 {
		display:table-row!important;
	}

	.cell-999 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-999 {
		clear:left!important;
	}

	.clearr-999 {
		clear:right!important;
	}

	.clearn-999 {
		clear:none!important;
	}

	.clearnone-999 {
		clear:none!important;
	}

	.clearb-999 {
		clear:both!important;
	}

	.clear-999 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-999 {
		text-align:left!important;
	}

	.alignr-999 {
		text-align:right!important;
	}

	.alignc-999 {
		text-align:center!important;
	}

	.alignj-999 {
		text-align:justify!important;
	}

	.valign-999 {
		vertical-align:middle!important;
	}

	.widthauto-999 {
		width:auto!important;
	}

	.heightauto-999 {
		height:auto!important;
	}

	.fw-999,
 .grid.fw-999 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-999 {
		height:100%!important;
	}

	.pointer-999 {
		cursor:pointer!important;
	}

	.static-999 {
		position:static!important;
	}

	.relative-999 {
		position:relative!important;
	}

	.absolute-999 {
		position:absolute!important;
	}

	.spacing-999 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-999 {
		margin-right:15px!important;
	}

	.spacing.floatr-999 {
		margin-left:15px!important;
	}

	.flowhide-999 {
		overflow:hidden;
	}

	.flowshow-999 {
		overflow:visible;
	}

	.nowrap-999 {
		white-space:nowrap;
	}

	

			.padded_tiny-999 {
				padding:5px!important;

			}

			.paddedtb_tiny-999 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-999 {
				padding-top:5px!important;
			}

			.paddedb_tiny-999 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-999 {
				padding-left:5px!important;
			}

			.paddedr_tiny-999 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-999 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-999 {
				margin:5px!important;
			}

			.margintb_tiny-999 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-999 {
				margin-top:5px!important;
			}

			.marginb_tiny-999 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-999 {
				margin-left:5px!important;
			}

			.marginr_tiny-999 {
				margin-right:5px!important;
			}

			.marginlr_tiny-999 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-999 {
				padding:10px!important;

			}

			.paddedtb_small-999 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-999 {
				padding-top:10px!important;
			}

			.paddedb_small-999 {
				padding-bottom:10px!important;
			}

			.paddedl_small-999 {
				padding-left:10px!important;
			}

			.paddedr_small-999 {
				padding-right:10px!important;
			}

			.paddedlr_small-999 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-999 {
				margin:10px!important;
			}

			.margintb_small-999 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-999 {
				margin-top:10px!important;
			}

			.marginb_small-999 {
				margin-bottom:10px!important;
			}

			.marginl_small-999 {
				margin-left:10px!important;
			}

			.marginr_small-999 {
				margin-right:10px!important;
			}

			.marginlr_small-999 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-999 {
				padding:20px!important;

			}

			.paddedtb_medium-999 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-999 {
				padding-top:20px!important;
			}

			.paddedb_medium-999 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-999 {
				padding-left:20px!important;
			}

			.paddedr_medium-999 {
				padding-right:20px!important;
			}

			.paddedlr_medium-999 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-999 {
				margin:20px!important;
			}

			.margintb_medium-999 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-999 {
				margin-top:20px!important;
			}

			.marginb_medium-999 {
				margin-bottom:20px!important;
			}

			.marginl_medium-999 {
				margin-left:20px!important;
			}

			.marginr_medium-999 {
				margin-right:20px!important;
			}

			.marginlr_medium-999 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-999 {
				padding:40px!important;

			}

			.paddedtb_large-999 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-999 {
				padding-top:40px!important;
			}

			.paddedb_large-999 {
				padding-bottom:40px!important;
			}

			.paddedl_large-999 {
				padding-left:40px!important;
			}

			.paddedr_large-999 {
				padding-right:40px!important;
			}

			.paddedlr_large-999 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-999 {
				margin:40px!important;
			}

			.margintb_large-999 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-999 {
				margin-top:40px!important;
			}

			.marginb_large-999 {
				margin-bottom:40px!important;
			}

			.marginl_large-999 {
				margin-left:40px!important;
			}

			.marginr_large-999 {
				margin-right:40px!important;
			}

			.marginlr_large-999 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-999 {
				padding:10px!important;

			}

			.paddedtb_core-999 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-999 {
				padding-top:10px!important;
			}

			.paddedb_core-999 {
				padding-bottom:10px!important;
			}

			.paddedl_core-999 {
				padding-left:10px!important;
			}

			.paddedr_core-999 {
				padding-right:10px!important;
			}

			.paddedlr_core-999 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-999 {
				margin:10px!important;
			}

			.margintb_core-999 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-999 {
				margin-top:10px!important;
			}

			.marginb_core-999 {
				margin-bottom:10px!important;
			}

			.marginl_core-999 {
				margin-left:10px!important;
			}

			.marginr_core-999 {
				margin-right:10px!important;
			}

			.marginlr_core-999 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-999 {
				margin:auto!important;
			}

			.margintb_auto-999 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-999 {
				margin-top:auto!important;
			}

			.marginb_auto-999 {
				margin-bottom:auto!important;
			}

			.marginl_auto-999 {
				margin-left:auto!important;
			}

			.marginr_auto-999 {
				margin-right:auto!important;
			}

			.marginlr_auto-999 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-999 {
				padding:0px!important;

			}

			.paddedtb_none-999 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-999 {
				padding-top:0px!important;
			}

			.paddedb_none-999 {
				padding-bottom:0px!important;
			}

			.paddedl_none-999 {
				padding-left:0px!important;
			}

			.paddedr_none-999 {
				padding-right:0px!important;
			}

			.paddedlr_none-999 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-999 {
				margin:0px!important;
			}

			.margintb_none-999 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-999 {
				margin-top:0px!important;
			}

			.marginb_none-999 {
				margin-bottom:0px!important;
			}

			.marginl_none-999 {
				margin-left:0px!important;
			}

			.marginr_none-999 {
				margin-right:0px!important;
			}

			.marginlr_none-999 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-999 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-999 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-999 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-999 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-999 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-999 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-999 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-999 {
		border:none;
	}

	.bordertb_none-999 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-999 {
		border-top:none;
	}

	.borderb_none-999 {
		border-bottom:none;
	}

	.borderl_none-999 {
		border-left:none;
	}

	.borderr_none-999 {
		border-right:none;
	}

	.borderlr_none-999 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 949px) {
	
.grid.seven-949 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-949 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-949 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-949 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-949 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-949 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-949 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-949 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-949 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-949 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-949 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-949 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-949 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-949 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-949 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-949 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-949 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-949 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-949 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-949 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-949 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-949 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-949 {
	width:14.28571429%!important;
}

.floatl.seven_x2-949 {
	width:28.57142857%!important;
}

.floatl.seven_x3-949 {
	width:42.85714286%!important;
}

.floatl.seven_x4-949 {
	width:57.14285714%!important;
}

.floatl.seven_x5-949 {
	width:71.42857143%!important;
}

.floatl.seven_x6-949 {
	width:85.71428571%!important;
}

.floatl.six-949 {
	width:16.66666667%!important;
}

.floatl.six_x2-949 {
	width:33.33333333%!important;
}

.floatl.six_x3-949 {
	width:50%!important;
}

.floatl.six_x4-949 {
	width:66.6666667%!important;
}

.floatl.six_x5-949 {
	width:83%!important;
}

.floatl.five-949 {
	width:20%!important;
}

.floatl.five_x2-949 {
	width:40%!important;
}

.floatl.five_x3-949 {
	width:60%!important;
}

.floatl.five_x4-949 {
	width:80%!important;
}

.floatl.four-949 {
	width:25%!important;
}

.floatl.four_x2-949 {
	width:50%!important;
}

.floatl.four_x3-949 {
	width:75%!important;
}

.floatl.three-949 {
	width:33.33333333%!important;
}

.floatl.three_x2-949 {
	width:66.66666667%!important;
}

.floatl.two-949 {
	width:50%!important;
}

.floatl.one-949 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-949 {
		visibility:hidden!important;
	}

	.last-949 {
		margin-right:0px!important;
	}

	.floatl-949 {
		float:left!important;
	}

	.floatr-949 {
		float:right!important;
	}

	.left-949 {
		float:left!important;
	}

	.right-949 {
		float:right!important;
	}

	.floatn-949,
 .grid.floatn-949 {
		float:none!important;
	}

	.grid-949 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-949 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-949 {
		display:none!important;
	}

	.block-949 {
		display:block!important;
	}

	.iblock-949 {
		display:inline-block!important;
	}

	.inline-949 {
		display:inline!important;
	}

	.table-949 {
		display:table!important;
	}

	.row-949 {
		display:table-row!important;
	}

	.cell-949 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-949 {
		clear:left!important;
	}

	.clearr-949 {
		clear:right!important;
	}

	.clearn-949 {
		clear:none!important;
	}

	.clearnone-949 {
		clear:none!important;
	}

	.clearb-949 {
		clear:both!important;
	}

	.clear-949 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-949 {
		text-align:left!important;
	}

	.alignr-949 {
		text-align:right!important;
	}

	.alignc-949 {
		text-align:center!important;
	}

	.alignj-949 {
		text-align:justify!important;
	}

	.valign-949 {
		vertical-align:middle!important;
	}

	.widthauto-949 {
		width:auto!important;
	}

	.heightauto-949 {
		height:auto!important;
	}

	.fw-949,
 .grid.fw-949 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-949 {
		height:100%!important;
	}

	.pointer-949 {
		cursor:pointer!important;
	}

	.static-949 {
		position:static!important;
	}

	.relative-949 {
		position:relative!important;
	}

	.absolute-949 {
		position:absolute!important;
	}

	.spacing-949 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-949 {
		margin-right:15px!important;
	}

	.spacing.floatr-949 {
		margin-left:15px!important;
	}

	.flowhide-949 {
		overflow:hidden;
	}

	.flowshow-949 {
		overflow:visible;
	}

	.nowrap-949 {
		white-space:nowrap;
	}

	

			.padded_tiny-949 {
				padding:5px!important;

			}

			.paddedtb_tiny-949 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-949 {
				padding-top:5px!important;
			}

			.paddedb_tiny-949 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-949 {
				padding-left:5px!important;
			}

			.paddedr_tiny-949 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-949 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-949 {
				margin:5px!important;
			}

			.margintb_tiny-949 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-949 {
				margin-top:5px!important;
			}

			.marginb_tiny-949 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-949 {
				margin-left:5px!important;
			}

			.marginr_tiny-949 {
				margin-right:5px!important;
			}

			.marginlr_tiny-949 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-949 {
				padding:10px!important;

			}

			.paddedtb_small-949 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-949 {
				padding-top:10px!important;
			}

			.paddedb_small-949 {
				padding-bottom:10px!important;
			}

			.paddedl_small-949 {
				padding-left:10px!important;
			}

			.paddedr_small-949 {
				padding-right:10px!important;
			}

			.paddedlr_small-949 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-949 {
				margin:10px!important;
			}

			.margintb_small-949 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-949 {
				margin-top:10px!important;
			}

			.marginb_small-949 {
				margin-bottom:10px!important;
			}

			.marginl_small-949 {
				margin-left:10px!important;
			}

			.marginr_small-949 {
				margin-right:10px!important;
			}

			.marginlr_small-949 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-949 {
				padding:20px!important;

			}

			.paddedtb_medium-949 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-949 {
				padding-top:20px!important;
			}

			.paddedb_medium-949 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-949 {
				padding-left:20px!important;
			}

			.paddedr_medium-949 {
				padding-right:20px!important;
			}

			.paddedlr_medium-949 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-949 {
				margin:20px!important;
			}

			.margintb_medium-949 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-949 {
				margin-top:20px!important;
			}

			.marginb_medium-949 {
				margin-bottom:20px!important;
			}

			.marginl_medium-949 {
				margin-left:20px!important;
			}

			.marginr_medium-949 {
				margin-right:20px!important;
			}

			.marginlr_medium-949 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-949 {
				padding:40px!important;

			}

			.paddedtb_large-949 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-949 {
				padding-top:40px!important;
			}

			.paddedb_large-949 {
				padding-bottom:40px!important;
			}

			.paddedl_large-949 {
				padding-left:40px!important;
			}

			.paddedr_large-949 {
				padding-right:40px!important;
			}

			.paddedlr_large-949 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-949 {
				margin:40px!important;
			}

			.margintb_large-949 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-949 {
				margin-top:40px!important;
			}

			.marginb_large-949 {
				margin-bottom:40px!important;
			}

			.marginl_large-949 {
				margin-left:40px!important;
			}

			.marginr_large-949 {
				margin-right:40px!important;
			}

			.marginlr_large-949 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-949 {
				padding:10px!important;

			}

			.paddedtb_core-949 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-949 {
				padding-top:10px!important;
			}

			.paddedb_core-949 {
				padding-bottom:10px!important;
			}

			.paddedl_core-949 {
				padding-left:10px!important;
			}

			.paddedr_core-949 {
				padding-right:10px!important;
			}

			.paddedlr_core-949 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-949 {
				margin:10px!important;
			}

			.margintb_core-949 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-949 {
				margin-top:10px!important;
			}

			.marginb_core-949 {
				margin-bottom:10px!important;
			}

			.marginl_core-949 {
				margin-left:10px!important;
			}

			.marginr_core-949 {
				margin-right:10px!important;
			}

			.marginlr_core-949 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-949 {
				margin:auto!important;
			}

			.margintb_auto-949 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-949 {
				margin-top:auto!important;
			}

			.marginb_auto-949 {
				margin-bottom:auto!important;
			}

			.marginl_auto-949 {
				margin-left:auto!important;
			}

			.marginr_auto-949 {
				margin-right:auto!important;
			}

			.marginlr_auto-949 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-949 {
				padding:0px!important;

			}

			.paddedtb_none-949 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-949 {
				padding-top:0px!important;
			}

			.paddedb_none-949 {
				padding-bottom:0px!important;
			}

			.paddedl_none-949 {
				padding-left:0px!important;
			}

			.paddedr_none-949 {
				padding-right:0px!important;
			}

			.paddedlr_none-949 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-949 {
				margin:0px!important;
			}

			.margintb_none-949 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-949 {
				margin-top:0px!important;
			}

			.marginb_none-949 {
				margin-bottom:0px!important;
			}

			.marginl_none-949 {
				margin-left:0px!important;
			}

			.marginr_none-949 {
				margin-right:0px!important;
			}

			.marginlr_none-949 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-949 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-949 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-949 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-949 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-949 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-949 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-949 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-949 {
		border:none;
	}

	.bordertb_none-949 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-949 {
		border-top:none;
	}

	.borderb_none-949 {
		border-bottom:none;
	}

	.borderl_none-949 {
		border-left:none;
	}

	.borderr_none-949 {
		border-right:none;
	}

	.borderlr_none-949 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 899px) {
	
.grid.seven-899 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-899 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-899 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-899 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-899 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-899 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-899 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-899 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-899 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-899 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-899 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-899 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-899 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-899 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-899 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-899 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-899 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-899 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-899 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-899 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-899 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-899 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-899 {
	width:14.28571429%!important;
}

.floatl.seven_x2-899 {
	width:28.57142857%!important;
}

.floatl.seven_x3-899 {
	width:42.85714286%!important;
}

.floatl.seven_x4-899 {
	width:57.14285714%!important;
}

.floatl.seven_x5-899 {
	width:71.42857143%!important;
}

.floatl.seven_x6-899 {
	width:85.71428571%!important;
}

.floatl.six-899 {
	width:16.66666667%!important;
}

.floatl.six_x2-899 {
	width:33.33333333%!important;
}

.floatl.six_x3-899 {
	width:50%!important;
}

.floatl.six_x4-899 {
	width:66.6666667%!important;
}

.floatl.six_x5-899 {
	width:83%!important;
}

.floatl.five-899 {
	width:20%!important;
}

.floatl.five_x2-899 {
	width:40%!important;
}

.floatl.five_x3-899 {
	width:60%!important;
}

.floatl.five_x4-899 {
	width:80%!important;
}

.floatl.four-899 {
	width:25%!important;
}

.floatl.four_x2-899 {
	width:50%!important;
}

.floatl.four_x3-899 {
	width:75%!important;
}

.floatl.three-899 {
	width:33.33333333%!important;
}

.floatl.three_x2-899 {
	width:66.66666667%!important;
}

.floatl.two-899 {
	width:50%!important;
}

.floatl.one-899 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-899 {
		visibility:hidden!important;
	}

	.last-899 {
		margin-right:0px!important;
	}

	.floatl-899 {
		float:left!important;
	}

	.floatr-899 {
		float:right!important;
	}

	.left-899 {
		float:left!important;
	}

	.right-899 {
		float:right!important;
	}

	.floatn-899,
 .grid.floatn-899 {
		float:none!important;
	}

	.grid-899 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-899 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-899 {
		display:none!important;
	}

	.block-899 {
		display:block!important;
	}

	.iblock-899 {
		display:inline-block!important;
	}

	.inline-899 {
		display:inline!important;
	}

	.table-899 {
		display:table!important;
	}

	.row-899 {
		display:table-row!important;
	}

	.cell-899 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-899 {
		clear:left!important;
	}

	.clearr-899 {
		clear:right!important;
	}

	.clearn-899 {
		clear:none!important;
	}

	.clearnone-899 {
		clear:none!important;
	}

	.clearb-899 {
		clear:both!important;
	}

	.clear-899 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-899 {
		text-align:left!important;
	}

	.alignr-899 {
		text-align:right!important;
	}

	.alignc-899 {
		text-align:center!important;
	}

	.alignj-899 {
		text-align:justify!important;
	}

	.valign-899 {
		vertical-align:middle!important;
	}

	.widthauto-899 {
		width:auto!important;
	}

	.heightauto-899 {
		height:auto!important;
	}

	.fw-899,
 .grid.fw-899 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-899 {
		height:100%!important;
	}

	.pointer-899 {
		cursor:pointer!important;
	}

	.static-899 {
		position:static!important;
	}

	.relative-899 {
		position:relative!important;
	}

	.absolute-899 {
		position:absolute!important;
	}

	.spacing-899 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-899 {
		margin-right:15px!important;
	}

	.spacing.floatr-899 {
		margin-left:15px!important;
	}

	.flowhide-899 {
		overflow:hidden;
	}

	.flowshow-899 {
		overflow:visible;
	}

	.nowrap-899 {
		white-space:nowrap;
	}

	

			.padded_tiny-899 {
				padding:5px!important;

			}

			.paddedtb_tiny-899 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-899 {
				padding-top:5px!important;
			}

			.paddedb_tiny-899 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-899 {
				padding-left:5px!important;
			}

			.paddedr_tiny-899 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-899 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-899 {
				margin:5px!important;
			}

			.margintb_tiny-899 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-899 {
				margin-top:5px!important;
			}

			.marginb_tiny-899 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-899 {
				margin-left:5px!important;
			}

			.marginr_tiny-899 {
				margin-right:5px!important;
			}

			.marginlr_tiny-899 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-899 {
				padding:10px!important;

			}

			.paddedtb_small-899 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-899 {
				padding-top:10px!important;
			}

			.paddedb_small-899 {
				padding-bottom:10px!important;
			}

			.paddedl_small-899 {
				padding-left:10px!important;
			}

			.paddedr_small-899 {
				padding-right:10px!important;
			}

			.paddedlr_small-899 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-899 {
				margin:10px!important;
			}

			.margintb_small-899 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-899 {
				margin-top:10px!important;
			}

			.marginb_small-899 {
				margin-bottom:10px!important;
			}

			.marginl_small-899 {
				margin-left:10px!important;
			}

			.marginr_small-899 {
				margin-right:10px!important;
			}

			.marginlr_small-899 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-899 {
				padding:20px!important;

			}

			.paddedtb_medium-899 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-899 {
				padding-top:20px!important;
			}

			.paddedb_medium-899 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-899 {
				padding-left:20px!important;
			}

			.paddedr_medium-899 {
				padding-right:20px!important;
			}

			.paddedlr_medium-899 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-899 {
				margin:20px!important;
			}

			.margintb_medium-899 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-899 {
				margin-top:20px!important;
			}

			.marginb_medium-899 {
				margin-bottom:20px!important;
			}

			.marginl_medium-899 {
				margin-left:20px!important;
			}

			.marginr_medium-899 {
				margin-right:20px!important;
			}

			.marginlr_medium-899 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-899 {
				padding:40px!important;

			}

			.paddedtb_large-899 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-899 {
				padding-top:40px!important;
			}

			.paddedb_large-899 {
				padding-bottom:40px!important;
			}

			.paddedl_large-899 {
				padding-left:40px!important;
			}

			.paddedr_large-899 {
				padding-right:40px!important;
			}

			.paddedlr_large-899 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-899 {
				margin:40px!important;
			}

			.margintb_large-899 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-899 {
				margin-top:40px!important;
			}

			.marginb_large-899 {
				margin-bottom:40px!important;
			}

			.marginl_large-899 {
				margin-left:40px!important;
			}

			.marginr_large-899 {
				margin-right:40px!important;
			}

			.marginlr_large-899 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-899 {
				padding:10px!important;

			}

			.paddedtb_core-899 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-899 {
				padding-top:10px!important;
			}

			.paddedb_core-899 {
				padding-bottom:10px!important;
			}

			.paddedl_core-899 {
				padding-left:10px!important;
			}

			.paddedr_core-899 {
				padding-right:10px!important;
			}

			.paddedlr_core-899 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-899 {
				margin:10px!important;
			}

			.margintb_core-899 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-899 {
				margin-top:10px!important;
			}

			.marginb_core-899 {
				margin-bottom:10px!important;
			}

			.marginl_core-899 {
				margin-left:10px!important;
			}

			.marginr_core-899 {
				margin-right:10px!important;
			}

			.marginlr_core-899 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-899 {
				margin:auto!important;
			}

			.margintb_auto-899 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-899 {
				margin-top:auto!important;
			}

			.marginb_auto-899 {
				margin-bottom:auto!important;
			}

			.marginl_auto-899 {
				margin-left:auto!important;
			}

			.marginr_auto-899 {
				margin-right:auto!important;
			}

			.marginlr_auto-899 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-899 {
				padding:0px!important;

			}

			.paddedtb_none-899 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-899 {
				padding-top:0px!important;
			}

			.paddedb_none-899 {
				padding-bottom:0px!important;
			}

			.paddedl_none-899 {
				padding-left:0px!important;
			}

			.paddedr_none-899 {
				padding-right:0px!important;
			}

			.paddedlr_none-899 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-899 {
				margin:0px!important;
			}

			.margintb_none-899 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-899 {
				margin-top:0px!important;
			}

			.marginb_none-899 {
				margin-bottom:0px!important;
			}

			.marginl_none-899 {
				margin-left:0px!important;
			}

			.marginr_none-899 {
				margin-right:0px!important;
			}

			.marginlr_none-899 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-899 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-899 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-899 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-899 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-899 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-899 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-899 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-899 {
		border:none;
	}

	.bordertb_none-899 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-899 {
		border-top:none;
	}

	.borderb_none-899 {
		border-bottom:none;
	}

	.borderl_none-899 {
		border-left:none;
	}

	.borderr_none-899 {
		border-right:none;
	}

	.borderlr_none-899 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 849px) {
	
.grid.seven-849 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-849 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-849 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-849 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-849 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-849 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-849 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-849 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-849 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-849 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-849 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-849 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-849 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-849 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-849 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-849 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-849 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-849 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-849 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-849 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-849 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-849 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-849 {
	width:14.28571429%!important;
}

.floatl.seven_x2-849 {
	width:28.57142857%!important;
}

.floatl.seven_x3-849 {
	width:42.85714286%!important;
}

.floatl.seven_x4-849 {
	width:57.14285714%!important;
}

.floatl.seven_x5-849 {
	width:71.42857143%!important;
}

.floatl.seven_x6-849 {
	width:85.71428571%!important;
}

.floatl.six-849 {
	width:16.66666667%!important;
}

.floatl.six_x2-849 {
	width:33.33333333%!important;
}

.floatl.six_x3-849 {
	width:50%!important;
}

.floatl.six_x4-849 {
	width:66.6666667%!important;
}

.floatl.six_x5-849 {
	width:83%!important;
}

.floatl.five-849 {
	width:20%!important;
}

.floatl.five_x2-849 {
	width:40%!important;
}

.floatl.five_x3-849 {
	width:60%!important;
}

.floatl.five_x4-849 {
	width:80%!important;
}

.floatl.four-849 {
	width:25%!important;
}

.floatl.four_x2-849 {
	width:50%!important;
}

.floatl.four_x3-849 {
	width:75%!important;
}

.floatl.three-849 {
	width:33.33333333%!important;
}

.floatl.three_x2-849 {
	width:66.66666667%!important;
}

.floatl.two-849 {
	width:50%!important;
}

.floatl.one-849 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-849 {
		visibility:hidden!important;
	}

	.last-849 {
		margin-right:0px!important;
	}

	.floatl-849 {
		float:left!important;
	}

	.floatr-849 {
		float:right!important;
	}

	.left-849 {
		float:left!important;
	}

	.right-849 {
		float:right!important;
	}

	.floatn-849,
 .grid.floatn-849 {
		float:none!important;
	}

	.grid-849 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-849 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-849 {
		display:none!important;
	}

	.block-849 {
		display:block!important;
	}

	.iblock-849 {
		display:inline-block!important;
	}

	.inline-849 {
		display:inline!important;
	}

	.table-849 {
		display:table!important;
	}

	.row-849 {
		display:table-row!important;
	}

	.cell-849 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-849 {
		clear:left!important;
	}

	.clearr-849 {
		clear:right!important;
	}

	.clearn-849 {
		clear:none!important;
	}

	.clearnone-849 {
		clear:none!important;
	}

	.clearb-849 {
		clear:both!important;
	}

	.clear-849 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-849 {
		text-align:left!important;
	}

	.alignr-849 {
		text-align:right!important;
	}

	.alignc-849 {
		text-align:center!important;
	}

	.alignj-849 {
		text-align:justify!important;
	}

	.valign-849 {
		vertical-align:middle!important;
	}

	.widthauto-849 {
		width:auto!important;
	}

	.heightauto-849 {
		height:auto!important;
	}

	.fw-849,
 .grid.fw-849 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-849 {
		height:100%!important;
	}

	.pointer-849 {
		cursor:pointer!important;
	}

	.static-849 {
		position:static!important;
	}

	.relative-849 {
		position:relative!important;
	}

	.absolute-849 {
		position:absolute!important;
	}

	.spacing-849 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-849 {
		margin-right:15px!important;
	}

	.spacing.floatr-849 {
		margin-left:15px!important;
	}

	.flowhide-849 {
		overflow:hidden;
	}

	.flowshow-849 {
		overflow:visible;
	}

	.nowrap-849 {
		white-space:nowrap;
	}

	

			.padded_tiny-849 {
				padding:5px!important;

			}

			.paddedtb_tiny-849 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-849 {
				padding-top:5px!important;
			}

			.paddedb_tiny-849 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-849 {
				padding-left:5px!important;
			}

			.paddedr_tiny-849 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-849 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-849 {
				margin:5px!important;
			}

			.margintb_tiny-849 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-849 {
				margin-top:5px!important;
			}

			.marginb_tiny-849 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-849 {
				margin-left:5px!important;
			}

			.marginr_tiny-849 {
				margin-right:5px!important;
			}

			.marginlr_tiny-849 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-849 {
				padding:10px!important;

			}

			.paddedtb_small-849 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-849 {
				padding-top:10px!important;
			}

			.paddedb_small-849 {
				padding-bottom:10px!important;
			}

			.paddedl_small-849 {
				padding-left:10px!important;
			}

			.paddedr_small-849 {
				padding-right:10px!important;
			}

			.paddedlr_small-849 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-849 {
				margin:10px!important;
			}

			.margintb_small-849 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-849 {
				margin-top:10px!important;
			}

			.marginb_small-849 {
				margin-bottom:10px!important;
			}

			.marginl_small-849 {
				margin-left:10px!important;
			}

			.marginr_small-849 {
				margin-right:10px!important;
			}

			.marginlr_small-849 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-849 {
				padding:20px!important;

			}

			.paddedtb_medium-849 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-849 {
				padding-top:20px!important;
			}

			.paddedb_medium-849 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-849 {
				padding-left:20px!important;
			}

			.paddedr_medium-849 {
				padding-right:20px!important;
			}

			.paddedlr_medium-849 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-849 {
				margin:20px!important;
			}

			.margintb_medium-849 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-849 {
				margin-top:20px!important;
			}

			.marginb_medium-849 {
				margin-bottom:20px!important;
			}

			.marginl_medium-849 {
				margin-left:20px!important;
			}

			.marginr_medium-849 {
				margin-right:20px!important;
			}

			.marginlr_medium-849 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-849 {
				padding:40px!important;

			}

			.paddedtb_large-849 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-849 {
				padding-top:40px!important;
			}

			.paddedb_large-849 {
				padding-bottom:40px!important;
			}

			.paddedl_large-849 {
				padding-left:40px!important;
			}

			.paddedr_large-849 {
				padding-right:40px!important;
			}

			.paddedlr_large-849 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-849 {
				margin:40px!important;
			}

			.margintb_large-849 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-849 {
				margin-top:40px!important;
			}

			.marginb_large-849 {
				margin-bottom:40px!important;
			}

			.marginl_large-849 {
				margin-left:40px!important;
			}

			.marginr_large-849 {
				margin-right:40px!important;
			}

			.marginlr_large-849 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-849 {
				padding:10px!important;

			}

			.paddedtb_core-849 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-849 {
				padding-top:10px!important;
			}

			.paddedb_core-849 {
				padding-bottom:10px!important;
			}

			.paddedl_core-849 {
				padding-left:10px!important;
			}

			.paddedr_core-849 {
				padding-right:10px!important;
			}

			.paddedlr_core-849 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-849 {
				margin:10px!important;
			}

			.margintb_core-849 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-849 {
				margin-top:10px!important;
			}

			.marginb_core-849 {
				margin-bottom:10px!important;
			}

			.marginl_core-849 {
				margin-left:10px!important;
			}

			.marginr_core-849 {
				margin-right:10px!important;
			}

			.marginlr_core-849 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-849 {
				margin:auto!important;
			}

			.margintb_auto-849 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-849 {
				margin-top:auto!important;
			}

			.marginb_auto-849 {
				margin-bottom:auto!important;
			}

			.marginl_auto-849 {
				margin-left:auto!important;
			}

			.marginr_auto-849 {
				margin-right:auto!important;
			}

			.marginlr_auto-849 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-849 {
				padding:0px!important;

			}

			.paddedtb_none-849 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-849 {
				padding-top:0px!important;
			}

			.paddedb_none-849 {
				padding-bottom:0px!important;
			}

			.paddedl_none-849 {
				padding-left:0px!important;
			}

			.paddedr_none-849 {
				padding-right:0px!important;
			}

			.paddedlr_none-849 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-849 {
				margin:0px!important;
			}

			.margintb_none-849 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-849 {
				margin-top:0px!important;
			}

			.marginb_none-849 {
				margin-bottom:0px!important;
			}

			.marginl_none-849 {
				margin-left:0px!important;
			}

			.marginr_none-849 {
				margin-right:0px!important;
			}

			.marginlr_none-849 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-849 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-849 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-849 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-849 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-849 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-849 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-849 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-849 {
		border:none;
	}

	.bordertb_none-849 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-849 {
		border-top:none;
	}

	.borderb_none-849 {
		border-bottom:none;
	}

	.borderl_none-849 {
		border-left:none;
	}

	.borderr_none-849 {
		border-right:none;
	}

	.borderlr_none-849 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 799px) {
	
.grid.seven-799 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-799 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-799 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-799 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-799 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-799 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-799 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-799 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-799 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-799 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-799 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-799 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-799 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-799 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-799 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-799 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-799 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-799 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-799 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-799 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-799 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-799 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-799 {
	width:14.28571429%!important;
}

.floatl.seven_x2-799 {
	width:28.57142857%!important;
}

.floatl.seven_x3-799 {
	width:42.85714286%!important;
}

.floatl.seven_x4-799 {
	width:57.14285714%!important;
}

.floatl.seven_x5-799 {
	width:71.42857143%!important;
}

.floatl.seven_x6-799 {
	width:85.71428571%!important;
}

.floatl.six-799 {
	width:16.66666667%!important;
}

.floatl.six_x2-799 {
	width:33.33333333%!important;
}

.floatl.six_x3-799 {
	width:50%!important;
}

.floatl.six_x4-799 {
	width:66.6666667%!important;
}

.floatl.six_x5-799 {
	width:83%!important;
}

.floatl.five-799 {
	width:20%!important;
}

.floatl.five_x2-799 {
	width:40%!important;
}

.floatl.five_x3-799 {
	width:60%!important;
}

.floatl.five_x4-799 {
	width:80%!important;
}

.floatl.four-799 {
	width:25%!important;
}

.floatl.four_x2-799 {
	width:50%!important;
}

.floatl.four_x3-799 {
	width:75%!important;
}

.floatl.three-799 {
	width:33.33333333%!important;
}

.floatl.three_x2-799 {
	width:66.66666667%!important;
}

.floatl.two-799 {
	width:50%!important;
}

.floatl.one-799 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-799 {
		visibility:hidden!important;
	}

	.last-799 {
		margin-right:0px!important;
	}

	.floatl-799 {
		float:left!important;
	}

	.floatr-799 {
		float:right!important;
	}

	.left-799 {
		float:left!important;
	}

	.right-799 {
		float:right!important;
	}

	.floatn-799,
 .grid.floatn-799 {
		float:none!important;
	}

	.grid-799 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-799 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-799 {
		display:none!important;
	}

	.block-799 {
		display:block!important;
	}

	.iblock-799 {
		display:inline-block!important;
	}

	.inline-799 {
		display:inline!important;
	}

	.table-799 {
		display:table!important;
	}

	.row-799 {
		display:table-row!important;
	}

	.cell-799 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-799 {
		clear:left!important;
	}

	.clearr-799 {
		clear:right!important;
	}

	.clearn-799 {
		clear:none!important;
	}

	.clearnone-799 {
		clear:none!important;
	}

	.clearb-799 {
		clear:both!important;
	}

	.clear-799 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-799 {
		text-align:left!important;
	}

	.alignr-799 {
		text-align:right!important;
	}

	.alignc-799 {
		text-align:center!important;
	}

	.alignj-799 {
		text-align:justify!important;
	}

	.valign-799 {
		vertical-align:middle!important;
	}

	.widthauto-799 {
		width:auto!important;
	}

	.heightauto-799 {
		height:auto!important;
	}

	.fw-799,
 .grid.fw-799 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-799 {
		height:100%!important;
	}

	.pointer-799 {
		cursor:pointer!important;
	}

	.static-799 {
		position:static!important;
	}

	.relative-799 {
		position:relative!important;
	}

	.absolute-799 {
		position:absolute!important;
	}

	.spacing-799 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-799 {
		margin-right:15px!important;
	}

	.spacing.floatr-799 {
		margin-left:15px!important;
	}

	.flowhide-799 {
		overflow:hidden;
	}

	.flowshow-799 {
		overflow:visible;
	}

	.nowrap-799 {
		white-space:nowrap;
	}

	

			.padded_tiny-799 {
				padding:5px!important;

			}

			.paddedtb_tiny-799 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-799 {
				padding-top:5px!important;
			}

			.paddedb_tiny-799 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-799 {
				padding-left:5px!important;
			}

			.paddedr_tiny-799 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-799 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-799 {
				margin:5px!important;
			}

			.margintb_tiny-799 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-799 {
				margin-top:5px!important;
			}

			.marginb_tiny-799 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-799 {
				margin-left:5px!important;
			}

			.marginr_tiny-799 {
				margin-right:5px!important;
			}

			.marginlr_tiny-799 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-799 {
				padding:10px!important;

			}

			.paddedtb_small-799 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-799 {
				padding-top:10px!important;
			}

			.paddedb_small-799 {
				padding-bottom:10px!important;
			}

			.paddedl_small-799 {
				padding-left:10px!important;
			}

			.paddedr_small-799 {
				padding-right:10px!important;
			}

			.paddedlr_small-799 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-799 {
				margin:10px!important;
			}

			.margintb_small-799 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-799 {
				margin-top:10px!important;
			}

			.marginb_small-799 {
				margin-bottom:10px!important;
			}

			.marginl_small-799 {
				margin-left:10px!important;
			}

			.marginr_small-799 {
				margin-right:10px!important;
			}

			.marginlr_small-799 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-799 {
				padding:20px!important;

			}

			.paddedtb_medium-799 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-799 {
				padding-top:20px!important;
			}

			.paddedb_medium-799 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-799 {
				padding-left:20px!important;
			}

			.paddedr_medium-799 {
				padding-right:20px!important;
			}

			.paddedlr_medium-799 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-799 {
				margin:20px!important;
			}

			.margintb_medium-799 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-799 {
				margin-top:20px!important;
			}

			.marginb_medium-799 {
				margin-bottom:20px!important;
			}

			.marginl_medium-799 {
				margin-left:20px!important;
			}

			.marginr_medium-799 {
				margin-right:20px!important;
			}

			.marginlr_medium-799 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-799 {
				padding:40px!important;

			}

			.paddedtb_large-799 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-799 {
				padding-top:40px!important;
			}

			.paddedb_large-799 {
				padding-bottom:40px!important;
			}

			.paddedl_large-799 {
				padding-left:40px!important;
			}

			.paddedr_large-799 {
				padding-right:40px!important;
			}

			.paddedlr_large-799 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-799 {
				margin:40px!important;
			}

			.margintb_large-799 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-799 {
				margin-top:40px!important;
			}

			.marginb_large-799 {
				margin-bottom:40px!important;
			}

			.marginl_large-799 {
				margin-left:40px!important;
			}

			.marginr_large-799 {
				margin-right:40px!important;
			}

			.marginlr_large-799 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-799 {
				padding:10px!important;

			}

			.paddedtb_core-799 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-799 {
				padding-top:10px!important;
			}

			.paddedb_core-799 {
				padding-bottom:10px!important;
			}

			.paddedl_core-799 {
				padding-left:10px!important;
			}

			.paddedr_core-799 {
				padding-right:10px!important;
			}

			.paddedlr_core-799 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-799 {
				margin:10px!important;
			}

			.margintb_core-799 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-799 {
				margin-top:10px!important;
			}

			.marginb_core-799 {
				margin-bottom:10px!important;
			}

			.marginl_core-799 {
				margin-left:10px!important;
			}

			.marginr_core-799 {
				margin-right:10px!important;
			}

			.marginlr_core-799 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-799 {
				margin:auto!important;
			}

			.margintb_auto-799 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-799 {
				margin-top:auto!important;
			}

			.marginb_auto-799 {
				margin-bottom:auto!important;
			}

			.marginl_auto-799 {
				margin-left:auto!important;
			}

			.marginr_auto-799 {
				margin-right:auto!important;
			}

			.marginlr_auto-799 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-799 {
				padding:0px!important;

			}

			.paddedtb_none-799 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-799 {
				padding-top:0px!important;
			}

			.paddedb_none-799 {
				padding-bottom:0px!important;
			}

			.paddedl_none-799 {
				padding-left:0px!important;
			}

			.paddedr_none-799 {
				padding-right:0px!important;
			}

			.paddedlr_none-799 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-799 {
				margin:0px!important;
			}

			.margintb_none-799 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-799 {
				margin-top:0px!important;
			}

			.marginb_none-799 {
				margin-bottom:0px!important;
			}

			.marginl_none-799 {
				margin-left:0px!important;
			}

			.marginr_none-799 {
				margin-right:0px!important;
			}

			.marginlr_none-799 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-799 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-799 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-799 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-799 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-799 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-799 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-799 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-799 {
		border:none;
	}

	.bordertb_none-799 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-799 {
		border-top:none;
	}

	.borderb_none-799 {
		border-bottom:none;
	}

	.borderl_none-799 {
		border-left:none;
	}

	.borderr_none-799 {
		border-right:none;
	}

	.borderlr_none-799 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 749px) {
	
.grid.seven-749 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-749 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-749 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-749 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-749 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-749 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-749 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-749 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-749 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-749 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-749 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-749 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-749 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-749 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-749 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-749 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-749 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-749 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-749 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-749 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-749 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-749 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-749 {
	width:14.28571429%!important;
}

.floatl.seven_x2-749 {
	width:28.57142857%!important;
}

.floatl.seven_x3-749 {
	width:42.85714286%!important;
}

.floatl.seven_x4-749 {
	width:57.14285714%!important;
}

.floatl.seven_x5-749 {
	width:71.42857143%!important;
}

.floatl.seven_x6-749 {
	width:85.71428571%!important;
}

.floatl.six-749 {
	width:16.66666667%!important;
}

.floatl.six_x2-749 {
	width:33.33333333%!important;
}

.floatl.six_x3-749 {
	width:50%!important;
}

.floatl.six_x4-749 {
	width:66.6666667%!important;
}

.floatl.six_x5-749 {
	width:83%!important;
}

.floatl.five-749 {
	width:20%!important;
}

.floatl.five_x2-749 {
	width:40%!important;
}

.floatl.five_x3-749 {
	width:60%!important;
}

.floatl.five_x4-749 {
	width:80%!important;
}

.floatl.four-749 {
	width:25%!important;
}

.floatl.four_x2-749 {
	width:50%!important;
}

.floatl.four_x3-749 {
	width:75%!important;
}

.floatl.three-749 {
	width:33.33333333%!important;
}

.floatl.three_x2-749 {
	width:66.66666667%!important;
}

.floatl.two-749 {
	width:50%!important;
}

.floatl.one-749 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-749 {
		visibility:hidden!important;
	}

	.last-749 {
		margin-right:0px!important;
	}

	.floatl-749 {
		float:left!important;
	}

	.floatr-749 {
		float:right!important;
	}

	.left-749 {
		float:left!important;
	}

	.right-749 {
		float:right!important;
	}

	.floatn-749,
 .grid.floatn-749 {
		float:none!important;
	}

	.grid-749 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-749 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-749 {
		display:none!important;
	}

	.block-749 {
		display:block!important;
	}

	.iblock-749 {
		display:inline-block!important;
	}

	.inline-749 {
		display:inline!important;
	}

	.table-749 {
		display:table!important;
	}

	.row-749 {
		display:table-row!important;
	}

	.cell-749 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-749 {
		clear:left!important;
	}

	.clearr-749 {
		clear:right!important;
	}

	.clearn-749 {
		clear:none!important;
	}

	.clearnone-749 {
		clear:none!important;
	}

	.clearb-749 {
		clear:both!important;
	}

	.clear-749 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-749 {
		text-align:left!important;
	}

	.alignr-749 {
		text-align:right!important;
	}

	.alignc-749 {
		text-align:center!important;
	}

	.alignj-749 {
		text-align:justify!important;
	}

	.valign-749 {
		vertical-align:middle!important;
	}

	.widthauto-749 {
		width:auto!important;
	}

	.heightauto-749 {
		height:auto!important;
	}

	.fw-749,
 .grid.fw-749 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-749 {
		height:100%!important;
	}

	.pointer-749 {
		cursor:pointer!important;
	}

	.static-749 {
		position:static!important;
	}

	.relative-749 {
		position:relative!important;
	}

	.absolute-749 {
		position:absolute!important;
	}

	.spacing-749 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-749 {
		margin-right:15px!important;
	}

	.spacing.floatr-749 {
		margin-left:15px!important;
	}

	.flowhide-749 {
		overflow:hidden;
	}

	.flowshow-749 {
		overflow:visible;
	}

	.nowrap-749 {
		white-space:nowrap;
	}

	

			.padded_tiny-749 {
				padding:5px!important;

			}

			.paddedtb_tiny-749 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-749 {
				padding-top:5px!important;
			}

			.paddedb_tiny-749 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-749 {
				padding-left:5px!important;
			}

			.paddedr_tiny-749 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-749 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-749 {
				margin:5px!important;
			}

			.margintb_tiny-749 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-749 {
				margin-top:5px!important;
			}

			.marginb_tiny-749 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-749 {
				margin-left:5px!important;
			}

			.marginr_tiny-749 {
				margin-right:5px!important;
			}

			.marginlr_tiny-749 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-749 {
				padding:10px!important;

			}

			.paddedtb_small-749 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-749 {
				padding-top:10px!important;
			}

			.paddedb_small-749 {
				padding-bottom:10px!important;
			}

			.paddedl_small-749 {
				padding-left:10px!important;
			}

			.paddedr_small-749 {
				padding-right:10px!important;
			}

			.paddedlr_small-749 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-749 {
				margin:10px!important;
			}

			.margintb_small-749 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-749 {
				margin-top:10px!important;
			}

			.marginb_small-749 {
				margin-bottom:10px!important;
			}

			.marginl_small-749 {
				margin-left:10px!important;
			}

			.marginr_small-749 {
				margin-right:10px!important;
			}

			.marginlr_small-749 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-749 {
				padding:20px!important;

			}

			.paddedtb_medium-749 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-749 {
				padding-top:20px!important;
			}

			.paddedb_medium-749 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-749 {
				padding-left:20px!important;
			}

			.paddedr_medium-749 {
				padding-right:20px!important;
			}

			.paddedlr_medium-749 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-749 {
				margin:20px!important;
			}

			.margintb_medium-749 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-749 {
				margin-top:20px!important;
			}

			.marginb_medium-749 {
				margin-bottom:20px!important;
			}

			.marginl_medium-749 {
				margin-left:20px!important;
			}

			.marginr_medium-749 {
				margin-right:20px!important;
			}

			.marginlr_medium-749 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-749 {
				padding:40px!important;

			}

			.paddedtb_large-749 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-749 {
				padding-top:40px!important;
			}

			.paddedb_large-749 {
				padding-bottom:40px!important;
			}

			.paddedl_large-749 {
				padding-left:40px!important;
			}

			.paddedr_large-749 {
				padding-right:40px!important;
			}

			.paddedlr_large-749 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-749 {
				margin:40px!important;
			}

			.margintb_large-749 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-749 {
				margin-top:40px!important;
			}

			.marginb_large-749 {
				margin-bottom:40px!important;
			}

			.marginl_large-749 {
				margin-left:40px!important;
			}

			.marginr_large-749 {
				margin-right:40px!important;
			}

			.marginlr_large-749 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-749 {
				padding:10px!important;

			}

			.paddedtb_core-749 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-749 {
				padding-top:10px!important;
			}

			.paddedb_core-749 {
				padding-bottom:10px!important;
			}

			.paddedl_core-749 {
				padding-left:10px!important;
			}

			.paddedr_core-749 {
				padding-right:10px!important;
			}

			.paddedlr_core-749 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-749 {
				margin:10px!important;
			}

			.margintb_core-749 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-749 {
				margin-top:10px!important;
			}

			.marginb_core-749 {
				margin-bottom:10px!important;
			}

			.marginl_core-749 {
				margin-left:10px!important;
			}

			.marginr_core-749 {
				margin-right:10px!important;
			}

			.marginlr_core-749 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-749 {
				margin:auto!important;
			}

			.margintb_auto-749 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-749 {
				margin-top:auto!important;
			}

			.marginb_auto-749 {
				margin-bottom:auto!important;
			}

			.marginl_auto-749 {
				margin-left:auto!important;
			}

			.marginr_auto-749 {
				margin-right:auto!important;
			}

			.marginlr_auto-749 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-749 {
				padding:0px!important;

			}

			.paddedtb_none-749 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-749 {
				padding-top:0px!important;
			}

			.paddedb_none-749 {
				padding-bottom:0px!important;
			}

			.paddedl_none-749 {
				padding-left:0px!important;
			}

			.paddedr_none-749 {
				padding-right:0px!important;
			}

			.paddedlr_none-749 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-749 {
				margin:0px!important;
			}

			.margintb_none-749 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-749 {
				margin-top:0px!important;
			}

			.marginb_none-749 {
				margin-bottom:0px!important;
			}

			.marginl_none-749 {
				margin-left:0px!important;
			}

			.marginr_none-749 {
				margin-right:0px!important;
			}

			.marginlr_none-749 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-749 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-749 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-749 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-749 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-749 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-749 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-749 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-749 {
		border:none;
	}

	.bordertb_none-749 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-749 {
		border-top:none;
	}

	.borderb_none-749 {
		border-bottom:none;
	}

	.borderl_none-749 {
		border-left:none;
	}

	.borderr_none-749 {
		border-right:none;
	}

	.borderlr_none-749 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 699px) {
	
.grid.seven-699 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-699 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-699 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-699 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-699 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-699 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-699 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-699 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-699 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-699 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-699 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-699 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-699 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-699 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-699 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-699 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-699 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-699 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-699 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-699 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-699 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-699 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-699 {
	width:14.28571429%!important;
}

.floatl.seven_x2-699 {
	width:28.57142857%!important;
}

.floatl.seven_x3-699 {
	width:42.85714286%!important;
}

.floatl.seven_x4-699 {
	width:57.14285714%!important;
}

.floatl.seven_x5-699 {
	width:71.42857143%!important;
}

.floatl.seven_x6-699 {
	width:85.71428571%!important;
}

.floatl.six-699 {
	width:16.66666667%!important;
}

.floatl.six_x2-699 {
	width:33.33333333%!important;
}

.floatl.six_x3-699 {
	width:50%!important;
}

.floatl.six_x4-699 {
	width:66.6666667%!important;
}

.floatl.six_x5-699 {
	width:83%!important;
}

.floatl.five-699 {
	width:20%!important;
}

.floatl.five_x2-699 {
	width:40%!important;
}

.floatl.five_x3-699 {
	width:60%!important;
}

.floatl.five_x4-699 {
	width:80%!important;
}

.floatl.four-699 {
	width:25%!important;
}

.floatl.four_x2-699 {
	width:50%!important;
}

.floatl.four_x3-699 {
	width:75%!important;
}

.floatl.three-699 {
	width:33.33333333%!important;
}

.floatl.three_x2-699 {
	width:66.66666667%!important;
}

.floatl.two-699 {
	width:50%!important;
}

.floatl.one-699 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-699 {
		visibility:hidden!important;
	}

	.last-699 {
		margin-right:0px!important;
	}

	.floatl-699 {
		float:left!important;
	}

	.floatr-699 {
		float:right!important;
	}

	.left-699 {
		float:left!important;
	}

	.right-699 {
		float:right!important;
	}

	.floatn-699,
 .grid.floatn-699 {
		float:none!important;
	}

	.grid-699 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-699 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-699 {
		display:none!important;
	}

	.block-699 {
		display:block!important;
	}

	.iblock-699 {
		display:inline-block!important;
	}

	.inline-699 {
		display:inline!important;
	}

	.table-699 {
		display:table!important;
	}

	.row-699 {
		display:table-row!important;
	}

	.cell-699 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-699 {
		clear:left!important;
	}

	.clearr-699 {
		clear:right!important;
	}

	.clearn-699 {
		clear:none!important;
	}

	.clearnone-699 {
		clear:none!important;
	}

	.clearb-699 {
		clear:both!important;
	}

	.clear-699 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-699 {
		text-align:left!important;
	}

	.alignr-699 {
		text-align:right!important;
	}

	.alignc-699 {
		text-align:center!important;
	}

	.alignj-699 {
		text-align:justify!important;
	}

	.valign-699 {
		vertical-align:middle!important;
	}

	.widthauto-699 {
		width:auto!important;
	}

	.heightauto-699 {
		height:auto!important;
	}

	.fw-699,
 .grid.fw-699 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-699 {
		height:100%!important;
	}

	.pointer-699 {
		cursor:pointer!important;
	}

	.static-699 {
		position:static!important;
	}

	.relative-699 {
		position:relative!important;
	}

	.absolute-699 {
		position:absolute!important;
	}

	.spacing-699 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-699 {
		margin-right:15px!important;
	}

	.spacing.floatr-699 {
		margin-left:15px!important;
	}

	.flowhide-699 {
		overflow:hidden;
	}

	.flowshow-699 {
		overflow:visible;
	}

	.nowrap-699 {
		white-space:nowrap;
	}

	

			.padded_tiny-699 {
				padding:5px!important;

			}

			.paddedtb_tiny-699 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-699 {
				padding-top:5px!important;
			}

			.paddedb_tiny-699 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-699 {
				padding-left:5px!important;
			}

			.paddedr_tiny-699 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-699 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-699 {
				margin:5px!important;
			}

			.margintb_tiny-699 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-699 {
				margin-top:5px!important;
			}

			.marginb_tiny-699 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-699 {
				margin-left:5px!important;
			}

			.marginr_tiny-699 {
				margin-right:5px!important;
			}

			.marginlr_tiny-699 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-699 {
				padding:10px!important;

			}

			.paddedtb_small-699 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-699 {
				padding-top:10px!important;
			}

			.paddedb_small-699 {
				padding-bottom:10px!important;
			}

			.paddedl_small-699 {
				padding-left:10px!important;
			}

			.paddedr_small-699 {
				padding-right:10px!important;
			}

			.paddedlr_small-699 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-699 {
				margin:10px!important;
			}

			.margintb_small-699 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-699 {
				margin-top:10px!important;
			}

			.marginb_small-699 {
				margin-bottom:10px!important;
			}

			.marginl_small-699 {
				margin-left:10px!important;
			}

			.marginr_small-699 {
				margin-right:10px!important;
			}

			.marginlr_small-699 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-699 {
				padding:20px!important;

			}

			.paddedtb_medium-699 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-699 {
				padding-top:20px!important;
			}

			.paddedb_medium-699 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-699 {
				padding-left:20px!important;
			}

			.paddedr_medium-699 {
				padding-right:20px!important;
			}

			.paddedlr_medium-699 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-699 {
				margin:20px!important;
			}

			.margintb_medium-699 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-699 {
				margin-top:20px!important;
			}

			.marginb_medium-699 {
				margin-bottom:20px!important;
			}

			.marginl_medium-699 {
				margin-left:20px!important;
			}

			.marginr_medium-699 {
				margin-right:20px!important;
			}

			.marginlr_medium-699 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-699 {
				padding:40px!important;

			}

			.paddedtb_large-699 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-699 {
				padding-top:40px!important;
			}

			.paddedb_large-699 {
				padding-bottom:40px!important;
			}

			.paddedl_large-699 {
				padding-left:40px!important;
			}

			.paddedr_large-699 {
				padding-right:40px!important;
			}

			.paddedlr_large-699 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-699 {
				margin:40px!important;
			}

			.margintb_large-699 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-699 {
				margin-top:40px!important;
			}

			.marginb_large-699 {
				margin-bottom:40px!important;
			}

			.marginl_large-699 {
				margin-left:40px!important;
			}

			.marginr_large-699 {
				margin-right:40px!important;
			}

			.marginlr_large-699 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-699 {
				padding:10px!important;

			}

			.paddedtb_core-699 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-699 {
				padding-top:10px!important;
			}

			.paddedb_core-699 {
				padding-bottom:10px!important;
			}

			.paddedl_core-699 {
				padding-left:10px!important;
			}

			.paddedr_core-699 {
				padding-right:10px!important;
			}

			.paddedlr_core-699 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-699 {
				margin:10px!important;
			}

			.margintb_core-699 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-699 {
				margin-top:10px!important;
			}

			.marginb_core-699 {
				margin-bottom:10px!important;
			}

			.marginl_core-699 {
				margin-left:10px!important;
			}

			.marginr_core-699 {
				margin-right:10px!important;
			}

			.marginlr_core-699 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-699 {
				margin:auto!important;
			}

			.margintb_auto-699 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-699 {
				margin-top:auto!important;
			}

			.marginb_auto-699 {
				margin-bottom:auto!important;
			}

			.marginl_auto-699 {
				margin-left:auto!important;
			}

			.marginr_auto-699 {
				margin-right:auto!important;
			}

			.marginlr_auto-699 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-699 {
				padding:0px!important;

			}

			.paddedtb_none-699 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-699 {
				padding-top:0px!important;
			}

			.paddedb_none-699 {
				padding-bottom:0px!important;
			}

			.paddedl_none-699 {
				padding-left:0px!important;
			}

			.paddedr_none-699 {
				padding-right:0px!important;
			}

			.paddedlr_none-699 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-699 {
				margin:0px!important;
			}

			.margintb_none-699 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-699 {
				margin-top:0px!important;
			}

			.marginb_none-699 {
				margin-bottom:0px!important;
			}

			.marginl_none-699 {
				margin-left:0px!important;
			}

			.marginr_none-699 {
				margin-right:0px!important;
			}

			.marginlr_none-699 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-699 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-699 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-699 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-699 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-699 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-699 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-699 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-699 {
		border:none;
	}

	.bordertb_none-699 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-699 {
		border-top:none;
	}

	.borderb_none-699 {
		border-bottom:none;
	}

	.borderl_none-699 {
		border-left:none;
	}

	.borderr_none-699 {
		border-right:none;
	}

	.borderlr_none-699 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 649px) {
	
.grid.seven-649 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-649 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-649 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-649 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-649 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-649 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-649 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-649 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-649 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-649 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-649 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-649 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-649 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-649 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-649 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-649 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-649 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-649 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-649 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-649 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-649 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-649 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-649 {
	width:14.28571429%!important;
}

.floatl.seven_x2-649 {
	width:28.57142857%!important;
}

.floatl.seven_x3-649 {
	width:42.85714286%!important;
}

.floatl.seven_x4-649 {
	width:57.14285714%!important;
}

.floatl.seven_x5-649 {
	width:71.42857143%!important;
}

.floatl.seven_x6-649 {
	width:85.71428571%!important;
}

.floatl.six-649 {
	width:16.66666667%!important;
}

.floatl.six_x2-649 {
	width:33.33333333%!important;
}

.floatl.six_x3-649 {
	width:50%!important;
}

.floatl.six_x4-649 {
	width:66.6666667%!important;
}

.floatl.six_x5-649 {
	width:83%!important;
}

.floatl.five-649 {
	width:20%!important;
}

.floatl.five_x2-649 {
	width:40%!important;
}

.floatl.five_x3-649 {
	width:60%!important;
}

.floatl.five_x4-649 {
	width:80%!important;
}

.floatl.four-649 {
	width:25%!important;
}

.floatl.four_x2-649 {
	width:50%!important;
}

.floatl.four_x3-649 {
	width:75%!important;
}

.floatl.three-649 {
	width:33.33333333%!important;
}

.floatl.three_x2-649 {
	width:66.66666667%!important;
}

.floatl.two-649 {
	width:50%!important;
}

.floatl.one-649 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-649 {
		visibility:hidden!important;
	}

	.last-649 {
		margin-right:0px!important;
	}

	.floatl-649 {
		float:left!important;
	}

	.floatr-649 {
		float:right!important;
	}

	.left-649 {
		float:left!important;
	}

	.right-649 {
		float:right!important;
	}

	.floatn-649,
 .grid.floatn-649 {
		float:none!important;
	}

	.grid-649 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-649 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-649 {
		display:none!important;
	}

	.block-649 {
		display:block!important;
	}

	.iblock-649 {
		display:inline-block!important;
	}

	.inline-649 {
		display:inline!important;
	}

	.table-649 {
		display:table!important;
	}

	.row-649 {
		display:table-row!important;
	}

	.cell-649 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-649 {
		clear:left!important;
	}

	.clearr-649 {
		clear:right!important;
	}

	.clearn-649 {
		clear:none!important;
	}

	.clearnone-649 {
		clear:none!important;
	}

	.clearb-649 {
		clear:both!important;
	}

	.clear-649 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-649 {
		text-align:left!important;
	}

	.alignr-649 {
		text-align:right!important;
	}

	.alignc-649 {
		text-align:center!important;
	}

	.alignj-649 {
		text-align:justify!important;
	}

	.valign-649 {
		vertical-align:middle!important;
	}

	.widthauto-649 {
		width:auto!important;
	}

	.heightauto-649 {
		height:auto!important;
	}

	.fw-649,
 .grid.fw-649 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-649 {
		height:100%!important;
	}

	.pointer-649 {
		cursor:pointer!important;
	}

	.static-649 {
		position:static!important;
	}

	.relative-649 {
		position:relative!important;
	}

	.absolute-649 {
		position:absolute!important;
	}

	.spacing-649 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-649 {
		margin-right:15px!important;
	}

	.spacing.floatr-649 {
		margin-left:15px!important;
	}

	.flowhide-649 {
		overflow:hidden;
	}

	.flowshow-649 {
		overflow:visible;
	}

	.nowrap-649 {
		white-space:nowrap;
	}

	

			.padded_tiny-649 {
				padding:5px!important;

			}

			.paddedtb_tiny-649 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-649 {
				padding-top:5px!important;
			}

			.paddedb_tiny-649 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-649 {
				padding-left:5px!important;
			}

			.paddedr_tiny-649 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-649 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-649 {
				margin:5px!important;
			}

			.margintb_tiny-649 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-649 {
				margin-top:5px!important;
			}

			.marginb_tiny-649 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-649 {
				margin-left:5px!important;
			}

			.marginr_tiny-649 {
				margin-right:5px!important;
			}

			.marginlr_tiny-649 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-649 {
				padding:10px!important;

			}

			.paddedtb_small-649 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-649 {
				padding-top:10px!important;
			}

			.paddedb_small-649 {
				padding-bottom:10px!important;
			}

			.paddedl_small-649 {
				padding-left:10px!important;
			}

			.paddedr_small-649 {
				padding-right:10px!important;
			}

			.paddedlr_small-649 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-649 {
				margin:10px!important;
			}

			.margintb_small-649 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-649 {
				margin-top:10px!important;
			}

			.marginb_small-649 {
				margin-bottom:10px!important;
			}

			.marginl_small-649 {
				margin-left:10px!important;
			}

			.marginr_small-649 {
				margin-right:10px!important;
			}

			.marginlr_small-649 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-649 {
				padding:20px!important;

			}

			.paddedtb_medium-649 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-649 {
				padding-top:20px!important;
			}

			.paddedb_medium-649 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-649 {
				padding-left:20px!important;
			}

			.paddedr_medium-649 {
				padding-right:20px!important;
			}

			.paddedlr_medium-649 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-649 {
				margin:20px!important;
			}

			.margintb_medium-649 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-649 {
				margin-top:20px!important;
			}

			.marginb_medium-649 {
				margin-bottom:20px!important;
			}

			.marginl_medium-649 {
				margin-left:20px!important;
			}

			.marginr_medium-649 {
				margin-right:20px!important;
			}

			.marginlr_medium-649 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-649 {
				padding:40px!important;

			}

			.paddedtb_large-649 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-649 {
				padding-top:40px!important;
			}

			.paddedb_large-649 {
				padding-bottom:40px!important;
			}

			.paddedl_large-649 {
				padding-left:40px!important;
			}

			.paddedr_large-649 {
				padding-right:40px!important;
			}

			.paddedlr_large-649 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-649 {
				margin:40px!important;
			}

			.margintb_large-649 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-649 {
				margin-top:40px!important;
			}

			.marginb_large-649 {
				margin-bottom:40px!important;
			}

			.marginl_large-649 {
				margin-left:40px!important;
			}

			.marginr_large-649 {
				margin-right:40px!important;
			}

			.marginlr_large-649 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-649 {
				padding:10px!important;

			}

			.paddedtb_core-649 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-649 {
				padding-top:10px!important;
			}

			.paddedb_core-649 {
				padding-bottom:10px!important;
			}

			.paddedl_core-649 {
				padding-left:10px!important;
			}

			.paddedr_core-649 {
				padding-right:10px!important;
			}

			.paddedlr_core-649 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-649 {
				margin:10px!important;
			}

			.margintb_core-649 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-649 {
				margin-top:10px!important;
			}

			.marginb_core-649 {
				margin-bottom:10px!important;
			}

			.marginl_core-649 {
				margin-left:10px!important;
			}

			.marginr_core-649 {
				margin-right:10px!important;
			}

			.marginlr_core-649 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-649 {
				margin:auto!important;
			}

			.margintb_auto-649 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-649 {
				margin-top:auto!important;
			}

			.marginb_auto-649 {
				margin-bottom:auto!important;
			}

			.marginl_auto-649 {
				margin-left:auto!important;
			}

			.marginr_auto-649 {
				margin-right:auto!important;
			}

			.marginlr_auto-649 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-649 {
				padding:0px!important;

			}

			.paddedtb_none-649 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-649 {
				padding-top:0px!important;
			}

			.paddedb_none-649 {
				padding-bottom:0px!important;
			}

			.paddedl_none-649 {
				padding-left:0px!important;
			}

			.paddedr_none-649 {
				padding-right:0px!important;
			}

			.paddedlr_none-649 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-649 {
				margin:0px!important;
			}

			.margintb_none-649 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-649 {
				margin-top:0px!important;
			}

			.marginb_none-649 {
				margin-bottom:0px!important;
			}

			.marginl_none-649 {
				margin-left:0px!important;
			}

			.marginr_none-649 {
				margin-right:0px!important;
			}

			.marginlr_none-649 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-649 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-649 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-649 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-649 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-649 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-649 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-649 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-649 {
		border:none;
	}

	.bordertb_none-649 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-649 {
		border-top:none;
	}

	.borderb_none-649 {
		border-bottom:none;
	}

	.borderl_none-649 {
		border-left:none;
	}

	.borderr_none-649 {
		border-right:none;
	}

	.borderlr_none-649 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 599px) {
	
.grid.seven-599 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-599 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-599 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-599 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-599 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-599 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-599 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-599 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-599 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-599 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-599 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-599 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-599 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-599 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-599 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-599 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-599 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-599 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-599 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-599 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-599 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-599 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-599 {
	width:14.28571429%!important;
}

.floatl.seven_x2-599 {
	width:28.57142857%!important;
}

.floatl.seven_x3-599 {
	width:42.85714286%!important;
}

.floatl.seven_x4-599 {
	width:57.14285714%!important;
}

.floatl.seven_x5-599 {
	width:71.42857143%!important;
}

.floatl.seven_x6-599 {
	width:85.71428571%!important;
}

.floatl.six-599 {
	width:16.66666667%!important;
}

.floatl.six_x2-599 {
	width:33.33333333%!important;
}

.floatl.six_x3-599 {
	width:50%!important;
}

.floatl.six_x4-599 {
	width:66.6666667%!important;
}

.floatl.six_x5-599 {
	width:83%!important;
}

.floatl.five-599 {
	width:20%!important;
}

.floatl.five_x2-599 {
	width:40%!important;
}

.floatl.five_x3-599 {
	width:60%!important;
}

.floatl.five_x4-599 {
	width:80%!important;
}

.floatl.four-599 {
	width:25%!important;
}

.floatl.four_x2-599 {
	width:50%!important;
}

.floatl.four_x3-599 {
	width:75%!important;
}

.floatl.three-599 {
	width:33.33333333%!important;
}

.floatl.three_x2-599 {
	width:66.66666667%!important;
}

.floatl.two-599 {
	width:50%!important;
}

.floatl.one-599 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-599 {
		visibility:hidden!important;
	}

	.last-599 {
		margin-right:0px!important;
	}

	.floatl-599 {
		float:left!important;
	}

	.floatr-599 {
		float:right!important;
	}

	.left-599 {
		float:left!important;
	}

	.right-599 {
		float:right!important;
	}

	.floatn-599,
 .grid.floatn-599 {
		float:none!important;
	}

	.grid-599 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-599 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-599 {
		display:none!important;
	}

	.block-599 {
		display:block!important;
	}

	.iblock-599 {
		display:inline-block!important;
	}

	.inline-599 {
		display:inline!important;
	}

	.table-599 {
		display:table!important;
	}

	.row-599 {
		display:table-row!important;
	}

	.cell-599 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-599 {
		clear:left!important;
	}

	.clearr-599 {
		clear:right!important;
	}

	.clearn-599 {
		clear:none!important;
	}

	.clearnone-599 {
		clear:none!important;
	}

	.clearb-599 {
		clear:both!important;
	}

	.clear-599 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-599 {
		text-align:left!important;
	}

	.alignr-599 {
		text-align:right!important;
	}

	.alignc-599 {
		text-align:center!important;
	}

	.alignj-599 {
		text-align:justify!important;
	}

	.valign-599 {
		vertical-align:middle!important;
	}

	.widthauto-599 {
		width:auto!important;
	}

	.heightauto-599 {
		height:auto!important;
	}

	.fw-599,
 .grid.fw-599 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-599 {
		height:100%!important;
	}

	.pointer-599 {
		cursor:pointer!important;
	}

	.static-599 {
		position:static!important;
	}

	.relative-599 {
		position:relative!important;
	}

	.absolute-599 {
		position:absolute!important;
	}

	.spacing-599 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-599 {
		margin-right:15px!important;
	}

	.spacing.floatr-599 {
		margin-left:15px!important;
	}

	.flowhide-599 {
		overflow:hidden;
	}

	.flowshow-599 {
		overflow:visible;
	}

	.nowrap-599 {
		white-space:nowrap;
	}

	

			.padded_tiny-599 {
				padding:5px!important;

			}

			.paddedtb_tiny-599 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-599 {
				padding-top:5px!important;
			}

			.paddedb_tiny-599 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-599 {
				padding-left:5px!important;
			}

			.paddedr_tiny-599 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-599 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-599 {
				margin:5px!important;
			}

			.margintb_tiny-599 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-599 {
				margin-top:5px!important;
			}

			.marginb_tiny-599 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-599 {
				margin-left:5px!important;
			}

			.marginr_tiny-599 {
				margin-right:5px!important;
			}

			.marginlr_tiny-599 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-599 {
				padding:10px!important;

			}

			.paddedtb_small-599 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-599 {
				padding-top:10px!important;
			}

			.paddedb_small-599 {
				padding-bottom:10px!important;
			}

			.paddedl_small-599 {
				padding-left:10px!important;
			}

			.paddedr_small-599 {
				padding-right:10px!important;
			}

			.paddedlr_small-599 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-599 {
				margin:10px!important;
			}

			.margintb_small-599 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-599 {
				margin-top:10px!important;
			}

			.marginb_small-599 {
				margin-bottom:10px!important;
			}

			.marginl_small-599 {
				margin-left:10px!important;
			}

			.marginr_small-599 {
				margin-right:10px!important;
			}

			.marginlr_small-599 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-599 {
				padding:20px!important;

			}

			.paddedtb_medium-599 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-599 {
				padding-top:20px!important;
			}

			.paddedb_medium-599 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-599 {
				padding-left:20px!important;
			}

			.paddedr_medium-599 {
				padding-right:20px!important;
			}

			.paddedlr_medium-599 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-599 {
				margin:20px!important;
			}

			.margintb_medium-599 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-599 {
				margin-top:20px!important;
			}

			.marginb_medium-599 {
				margin-bottom:20px!important;
			}

			.marginl_medium-599 {
				margin-left:20px!important;
			}

			.marginr_medium-599 {
				margin-right:20px!important;
			}

			.marginlr_medium-599 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-599 {
				padding:40px!important;

			}

			.paddedtb_large-599 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-599 {
				padding-top:40px!important;
			}

			.paddedb_large-599 {
				padding-bottom:40px!important;
			}

			.paddedl_large-599 {
				padding-left:40px!important;
			}

			.paddedr_large-599 {
				padding-right:40px!important;
			}

			.paddedlr_large-599 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-599 {
				margin:40px!important;
			}

			.margintb_large-599 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-599 {
				margin-top:40px!important;
			}

			.marginb_large-599 {
				margin-bottom:40px!important;
			}

			.marginl_large-599 {
				margin-left:40px!important;
			}

			.marginr_large-599 {
				margin-right:40px!important;
			}

			.marginlr_large-599 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-599 {
				padding:10px!important;

			}

			.paddedtb_core-599 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-599 {
				padding-top:10px!important;
			}

			.paddedb_core-599 {
				padding-bottom:10px!important;
			}

			.paddedl_core-599 {
				padding-left:10px!important;
			}

			.paddedr_core-599 {
				padding-right:10px!important;
			}

			.paddedlr_core-599 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-599 {
				margin:10px!important;
			}

			.margintb_core-599 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-599 {
				margin-top:10px!important;
			}

			.marginb_core-599 {
				margin-bottom:10px!important;
			}

			.marginl_core-599 {
				margin-left:10px!important;
			}

			.marginr_core-599 {
				margin-right:10px!important;
			}

			.marginlr_core-599 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-599 {
				margin:auto!important;
			}

			.margintb_auto-599 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-599 {
				margin-top:auto!important;
			}

			.marginb_auto-599 {
				margin-bottom:auto!important;
			}

			.marginl_auto-599 {
				margin-left:auto!important;
			}

			.marginr_auto-599 {
				margin-right:auto!important;
			}

			.marginlr_auto-599 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-599 {
				padding:0px!important;

			}

			.paddedtb_none-599 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-599 {
				padding-top:0px!important;
			}

			.paddedb_none-599 {
				padding-bottom:0px!important;
			}

			.paddedl_none-599 {
				padding-left:0px!important;
			}

			.paddedr_none-599 {
				padding-right:0px!important;
			}

			.paddedlr_none-599 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-599 {
				margin:0px!important;
			}

			.margintb_none-599 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-599 {
				margin-top:0px!important;
			}

			.marginb_none-599 {
				margin-bottom:0px!important;
			}

			.marginl_none-599 {
				margin-left:0px!important;
			}

			.marginr_none-599 {
				margin-right:0px!important;
			}

			.marginlr_none-599 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-599 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-599 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-599 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-599 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-599 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-599 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-599 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-599 {
		border:none;
	}

	.bordertb_none-599 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-599 {
		border-top:none;
	}

	.borderb_none-599 {
		border-bottom:none;
	}

	.borderl_none-599 {
		border-left:none;
	}

	.borderr_none-599 {
		border-right:none;
	}

	.borderlr_none-599 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 549px) {
	
.grid.seven-549 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-549 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-549 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-549 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-549 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-549 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-549 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-549 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-549 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-549 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-549 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-549 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-549 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-549 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-549 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-549 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-549 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-549 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-549 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-549 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-549 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-549 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-549 {
	width:14.28571429%!important;
}

.floatl.seven_x2-549 {
	width:28.57142857%!important;
}

.floatl.seven_x3-549 {
	width:42.85714286%!important;
}

.floatl.seven_x4-549 {
	width:57.14285714%!important;
}

.floatl.seven_x5-549 {
	width:71.42857143%!important;
}

.floatl.seven_x6-549 {
	width:85.71428571%!important;
}

.floatl.six-549 {
	width:16.66666667%!important;
}

.floatl.six_x2-549 {
	width:33.33333333%!important;
}

.floatl.six_x3-549 {
	width:50%!important;
}

.floatl.six_x4-549 {
	width:66.6666667%!important;
}

.floatl.six_x5-549 {
	width:83%!important;
}

.floatl.five-549 {
	width:20%!important;
}

.floatl.five_x2-549 {
	width:40%!important;
}

.floatl.five_x3-549 {
	width:60%!important;
}

.floatl.five_x4-549 {
	width:80%!important;
}

.floatl.four-549 {
	width:25%!important;
}

.floatl.four_x2-549 {
	width:50%!important;
}

.floatl.four_x3-549 {
	width:75%!important;
}

.floatl.three-549 {
	width:33.33333333%!important;
}

.floatl.three_x2-549 {
	width:66.66666667%!important;
}

.floatl.two-549 {
	width:50%!important;
}

.floatl.one-549 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-549 {
		visibility:hidden!important;
	}

	.last-549 {
		margin-right:0px!important;
	}

	.floatl-549 {
		float:left!important;
	}

	.floatr-549 {
		float:right!important;
	}

	.left-549 {
		float:left!important;
	}

	.right-549 {
		float:right!important;
	}

	.floatn-549,
 .grid.floatn-549 {
		float:none!important;
	}

	.grid-549 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-549 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-549 {
		display:none!important;
	}

	.block-549 {
		display:block!important;
	}

	.iblock-549 {
		display:inline-block!important;
	}

	.inline-549 {
		display:inline!important;
	}

	.table-549 {
		display:table!important;
	}

	.row-549 {
		display:table-row!important;
	}

	.cell-549 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-549 {
		clear:left!important;
	}

	.clearr-549 {
		clear:right!important;
	}

	.clearn-549 {
		clear:none!important;
	}

	.clearnone-549 {
		clear:none!important;
	}

	.clearb-549 {
		clear:both!important;
	}

	.clear-549 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-549 {
		text-align:left!important;
	}

	.alignr-549 {
		text-align:right!important;
	}

	.alignc-549 {
		text-align:center!important;
	}

	.alignj-549 {
		text-align:justify!important;
	}

	.valign-549 {
		vertical-align:middle!important;
	}

	.widthauto-549 {
		width:auto!important;
	}

	.heightauto-549 {
		height:auto!important;
	}

	.fw-549,
 .grid.fw-549 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-549 {
		height:100%!important;
	}

	.pointer-549 {
		cursor:pointer!important;
	}

	.static-549 {
		position:static!important;
	}

	.relative-549 {
		position:relative!important;
	}

	.absolute-549 {
		position:absolute!important;
	}

	.spacing-549 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-549 {
		margin-right:15px!important;
	}

	.spacing.floatr-549 {
		margin-left:15px!important;
	}

	.flowhide-549 {
		overflow:hidden;
	}

	.flowshow-549 {
		overflow:visible;
	}

	.nowrap-549 {
		white-space:nowrap;
	}

	

			.padded_tiny-549 {
				padding:5px!important;

			}

			.paddedtb_tiny-549 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-549 {
				padding-top:5px!important;
			}

			.paddedb_tiny-549 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-549 {
				padding-left:5px!important;
			}

			.paddedr_tiny-549 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-549 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-549 {
				margin:5px!important;
			}

			.margintb_tiny-549 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-549 {
				margin-top:5px!important;
			}

			.marginb_tiny-549 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-549 {
				margin-left:5px!important;
			}

			.marginr_tiny-549 {
				margin-right:5px!important;
			}

			.marginlr_tiny-549 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-549 {
				padding:10px!important;

			}

			.paddedtb_small-549 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-549 {
				padding-top:10px!important;
			}

			.paddedb_small-549 {
				padding-bottom:10px!important;
			}

			.paddedl_small-549 {
				padding-left:10px!important;
			}

			.paddedr_small-549 {
				padding-right:10px!important;
			}

			.paddedlr_small-549 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-549 {
				margin:10px!important;
			}

			.margintb_small-549 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-549 {
				margin-top:10px!important;
			}

			.marginb_small-549 {
				margin-bottom:10px!important;
			}

			.marginl_small-549 {
				margin-left:10px!important;
			}

			.marginr_small-549 {
				margin-right:10px!important;
			}

			.marginlr_small-549 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-549 {
				padding:20px!important;

			}

			.paddedtb_medium-549 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-549 {
				padding-top:20px!important;
			}

			.paddedb_medium-549 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-549 {
				padding-left:20px!important;
			}

			.paddedr_medium-549 {
				padding-right:20px!important;
			}

			.paddedlr_medium-549 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-549 {
				margin:20px!important;
			}

			.margintb_medium-549 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-549 {
				margin-top:20px!important;
			}

			.marginb_medium-549 {
				margin-bottom:20px!important;
			}

			.marginl_medium-549 {
				margin-left:20px!important;
			}

			.marginr_medium-549 {
				margin-right:20px!important;
			}

			.marginlr_medium-549 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-549 {
				padding:40px!important;

			}

			.paddedtb_large-549 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-549 {
				padding-top:40px!important;
			}

			.paddedb_large-549 {
				padding-bottom:40px!important;
			}

			.paddedl_large-549 {
				padding-left:40px!important;
			}

			.paddedr_large-549 {
				padding-right:40px!important;
			}

			.paddedlr_large-549 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-549 {
				margin:40px!important;
			}

			.margintb_large-549 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-549 {
				margin-top:40px!important;
			}

			.marginb_large-549 {
				margin-bottom:40px!important;
			}

			.marginl_large-549 {
				margin-left:40px!important;
			}

			.marginr_large-549 {
				margin-right:40px!important;
			}

			.marginlr_large-549 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-549 {
				padding:10px!important;

			}

			.paddedtb_core-549 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-549 {
				padding-top:10px!important;
			}

			.paddedb_core-549 {
				padding-bottom:10px!important;
			}

			.paddedl_core-549 {
				padding-left:10px!important;
			}

			.paddedr_core-549 {
				padding-right:10px!important;
			}

			.paddedlr_core-549 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-549 {
				margin:10px!important;
			}

			.margintb_core-549 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-549 {
				margin-top:10px!important;
			}

			.marginb_core-549 {
				margin-bottom:10px!important;
			}

			.marginl_core-549 {
				margin-left:10px!important;
			}

			.marginr_core-549 {
				margin-right:10px!important;
			}

			.marginlr_core-549 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-549 {
				margin:auto!important;
			}

			.margintb_auto-549 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-549 {
				margin-top:auto!important;
			}

			.marginb_auto-549 {
				margin-bottom:auto!important;
			}

			.marginl_auto-549 {
				margin-left:auto!important;
			}

			.marginr_auto-549 {
				margin-right:auto!important;
			}

			.marginlr_auto-549 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-549 {
				padding:0px!important;

			}

			.paddedtb_none-549 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-549 {
				padding-top:0px!important;
			}

			.paddedb_none-549 {
				padding-bottom:0px!important;
			}

			.paddedl_none-549 {
				padding-left:0px!important;
			}

			.paddedr_none-549 {
				padding-right:0px!important;
			}

			.paddedlr_none-549 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-549 {
				margin:0px!important;
			}

			.margintb_none-549 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-549 {
				margin-top:0px!important;
			}

			.marginb_none-549 {
				margin-bottom:0px!important;
			}

			.marginl_none-549 {
				margin-left:0px!important;
			}

			.marginr_none-549 {
				margin-right:0px!important;
			}

			.marginlr_none-549 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-549 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-549 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-549 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-549 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-549 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-549 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-549 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-549 {
		border:none;
	}

	.bordertb_none-549 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-549 {
		border-top:none;
	}

	.borderb_none-549 {
		border-bottom:none;
	}

	.borderl_none-549 {
		border-left:none;
	}

	.borderr_none-549 {
		border-right:none;
	}

	.borderlr_none-549 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 499px) {
	
.grid.seven-499 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-499 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-499 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-499 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-499 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-499 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-499 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-499 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-499 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-499 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-499 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-499 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-499 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-499 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-499 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-499 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-499 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-499 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-499 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-499 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-499 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-499 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-499 {
	width:14.28571429%!important;
}

.floatl.seven_x2-499 {
	width:28.57142857%!important;
}

.floatl.seven_x3-499 {
	width:42.85714286%!important;
}

.floatl.seven_x4-499 {
	width:57.14285714%!important;
}

.floatl.seven_x5-499 {
	width:71.42857143%!important;
}

.floatl.seven_x6-499 {
	width:85.71428571%!important;
}

.floatl.six-499 {
	width:16.66666667%!important;
}

.floatl.six_x2-499 {
	width:33.33333333%!important;
}

.floatl.six_x3-499 {
	width:50%!important;
}

.floatl.six_x4-499 {
	width:66.6666667%!important;
}

.floatl.six_x5-499 {
	width:83%!important;
}

.floatl.five-499 {
	width:20%!important;
}

.floatl.five_x2-499 {
	width:40%!important;
}

.floatl.five_x3-499 {
	width:60%!important;
}

.floatl.five_x4-499 {
	width:80%!important;
}

.floatl.four-499 {
	width:25%!important;
}

.floatl.four_x2-499 {
	width:50%!important;
}

.floatl.four_x3-499 {
	width:75%!important;
}

.floatl.three-499 {
	width:33.33333333%!important;
}

.floatl.three_x2-499 {
	width:66.66666667%!important;
}

.floatl.two-499 {
	width:50%!important;
}

.floatl.one-499 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-499 {
		visibility:hidden!important;
	}

	.last-499 {
		margin-right:0px!important;
	}

	.floatl-499 {
		float:left!important;
	}

	.floatr-499 {
		float:right!important;
	}

	.left-499 {
		float:left!important;
	}

	.right-499 {
		float:right!important;
	}

	.floatn-499,
 .grid.floatn-499 {
		float:none!important;
	}

	.grid-499 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-499 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-499 {
		display:none!important;
	}

	.block-499 {
		display:block!important;
	}

	.iblock-499 {
		display:inline-block!important;
	}

	.inline-499 {
		display:inline!important;
	}

	.table-499 {
		display:table!important;
	}

	.row-499 {
		display:table-row!important;
	}

	.cell-499 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-499 {
		clear:left!important;
	}

	.clearr-499 {
		clear:right!important;
	}

	.clearn-499 {
		clear:none!important;
	}

	.clearnone-499 {
		clear:none!important;
	}

	.clearb-499 {
		clear:both!important;
	}

	.clear-499 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-499 {
		text-align:left!important;
	}

	.alignr-499 {
		text-align:right!important;
	}

	.alignc-499 {
		text-align:center!important;
	}

	.alignj-499 {
		text-align:justify!important;
	}

	.valign-499 {
		vertical-align:middle!important;
	}

	.widthauto-499 {
		width:auto!important;
	}

	.heightauto-499 {
		height:auto!important;
	}

	.fw-499,
 .grid.fw-499 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-499 {
		height:100%!important;
	}

	.pointer-499 {
		cursor:pointer!important;
	}

	.static-499 {
		position:static!important;
	}

	.relative-499 {
		position:relative!important;
	}

	.absolute-499 {
		position:absolute!important;
	}

	.spacing-499 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-499 {
		margin-right:15px!important;
	}

	.spacing.floatr-499 {
		margin-left:15px!important;
	}

	.flowhide-499 {
		overflow:hidden;
	}

	.flowshow-499 {
		overflow:visible;
	}

	.nowrap-499 {
		white-space:nowrap;
	}

	

			.padded_tiny-499 {
				padding:5px!important;

			}

			.paddedtb_tiny-499 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-499 {
				padding-top:5px!important;
			}

			.paddedb_tiny-499 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-499 {
				padding-left:5px!important;
			}

			.paddedr_tiny-499 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-499 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-499 {
				margin:5px!important;
			}

			.margintb_tiny-499 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-499 {
				margin-top:5px!important;
			}

			.marginb_tiny-499 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-499 {
				margin-left:5px!important;
			}

			.marginr_tiny-499 {
				margin-right:5px!important;
			}

			.marginlr_tiny-499 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-499 {
				padding:10px!important;

			}

			.paddedtb_small-499 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-499 {
				padding-top:10px!important;
			}

			.paddedb_small-499 {
				padding-bottom:10px!important;
			}

			.paddedl_small-499 {
				padding-left:10px!important;
			}

			.paddedr_small-499 {
				padding-right:10px!important;
			}

			.paddedlr_small-499 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-499 {
				margin:10px!important;
			}

			.margintb_small-499 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-499 {
				margin-top:10px!important;
			}

			.marginb_small-499 {
				margin-bottom:10px!important;
			}

			.marginl_small-499 {
				margin-left:10px!important;
			}

			.marginr_small-499 {
				margin-right:10px!important;
			}

			.marginlr_small-499 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-499 {
				padding:20px!important;

			}

			.paddedtb_medium-499 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-499 {
				padding-top:20px!important;
			}

			.paddedb_medium-499 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-499 {
				padding-left:20px!important;
			}

			.paddedr_medium-499 {
				padding-right:20px!important;
			}

			.paddedlr_medium-499 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-499 {
				margin:20px!important;
			}

			.margintb_medium-499 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-499 {
				margin-top:20px!important;
			}

			.marginb_medium-499 {
				margin-bottom:20px!important;
			}

			.marginl_medium-499 {
				margin-left:20px!important;
			}

			.marginr_medium-499 {
				margin-right:20px!important;
			}

			.marginlr_medium-499 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-499 {
				padding:40px!important;

			}

			.paddedtb_large-499 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-499 {
				padding-top:40px!important;
			}

			.paddedb_large-499 {
				padding-bottom:40px!important;
			}

			.paddedl_large-499 {
				padding-left:40px!important;
			}

			.paddedr_large-499 {
				padding-right:40px!important;
			}

			.paddedlr_large-499 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-499 {
				margin:40px!important;
			}

			.margintb_large-499 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-499 {
				margin-top:40px!important;
			}

			.marginb_large-499 {
				margin-bottom:40px!important;
			}

			.marginl_large-499 {
				margin-left:40px!important;
			}

			.marginr_large-499 {
				margin-right:40px!important;
			}

			.marginlr_large-499 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-499 {
				padding:10px!important;

			}

			.paddedtb_core-499 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-499 {
				padding-top:10px!important;
			}

			.paddedb_core-499 {
				padding-bottom:10px!important;
			}

			.paddedl_core-499 {
				padding-left:10px!important;
			}

			.paddedr_core-499 {
				padding-right:10px!important;
			}

			.paddedlr_core-499 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-499 {
				margin:10px!important;
			}

			.margintb_core-499 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-499 {
				margin-top:10px!important;
			}

			.marginb_core-499 {
				margin-bottom:10px!important;
			}

			.marginl_core-499 {
				margin-left:10px!important;
			}

			.marginr_core-499 {
				margin-right:10px!important;
			}

			.marginlr_core-499 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-499 {
				margin:auto!important;
			}

			.margintb_auto-499 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-499 {
				margin-top:auto!important;
			}

			.marginb_auto-499 {
				margin-bottom:auto!important;
			}

			.marginl_auto-499 {
				margin-left:auto!important;
			}

			.marginr_auto-499 {
				margin-right:auto!important;
			}

			.marginlr_auto-499 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-499 {
				padding:0px!important;

			}

			.paddedtb_none-499 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-499 {
				padding-top:0px!important;
			}

			.paddedb_none-499 {
				padding-bottom:0px!important;
			}

			.paddedl_none-499 {
				padding-left:0px!important;
			}

			.paddedr_none-499 {
				padding-right:0px!important;
			}

			.paddedlr_none-499 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-499 {
				margin:0px!important;
			}

			.margintb_none-499 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-499 {
				margin-top:0px!important;
			}

			.marginb_none-499 {
				margin-bottom:0px!important;
			}

			.marginl_none-499 {
				margin-left:0px!important;
			}

			.marginr_none-499 {
				margin-right:0px!important;
			}

			.marginlr_none-499 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-499 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-499 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-499 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-499 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-499 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-499 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-499 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-499 {
		border:none;
	}

	.bordertb_none-499 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-499 {
		border-top:none;
	}

	.borderb_none-499 {
		border-bottom:none;
	}

	.borderl_none-499 {
		border-left:none;
	}

	.borderr_none-499 {
		border-right:none;
	}

	.borderlr_none-499 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 449px) {
	
.grid.seven-449 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-449 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-449 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-449 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-449 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-449 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-449 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-449 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-449 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-449 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-449 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-449 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-449 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-449 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-449 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-449 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-449 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-449 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-449 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-449 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-449 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-449 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-449 {
	width:14.28571429%!important;
}

.floatl.seven_x2-449 {
	width:28.57142857%!important;
}

.floatl.seven_x3-449 {
	width:42.85714286%!important;
}

.floatl.seven_x4-449 {
	width:57.14285714%!important;
}

.floatl.seven_x5-449 {
	width:71.42857143%!important;
}

.floatl.seven_x6-449 {
	width:85.71428571%!important;
}

.floatl.six-449 {
	width:16.66666667%!important;
}

.floatl.six_x2-449 {
	width:33.33333333%!important;
}

.floatl.six_x3-449 {
	width:50%!important;
}

.floatl.six_x4-449 {
	width:66.6666667%!important;
}

.floatl.six_x5-449 {
	width:83%!important;
}

.floatl.five-449 {
	width:20%!important;
}

.floatl.five_x2-449 {
	width:40%!important;
}

.floatl.five_x3-449 {
	width:60%!important;
}

.floatl.five_x4-449 {
	width:80%!important;
}

.floatl.four-449 {
	width:25%!important;
}

.floatl.four_x2-449 {
	width:50%!important;
}

.floatl.four_x3-449 {
	width:75%!important;
}

.floatl.three-449 {
	width:33.33333333%!important;
}

.floatl.three_x2-449 {
	width:66.66666667%!important;
}

.floatl.two-449 {
	width:50%!important;
}

.floatl.one-449 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-449 {
		visibility:hidden!important;
	}

	.last-449 {
		margin-right:0px!important;
	}

	.floatl-449 {
		float:left!important;
	}

	.floatr-449 {
		float:right!important;
	}

	.left-449 {
		float:left!important;
	}

	.right-449 {
		float:right!important;
	}

	.floatn-449,
 .grid.floatn-449 {
		float:none!important;
	}

	.grid-449 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-449 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-449 {
		display:none!important;
	}

	.block-449 {
		display:block!important;
	}

	.iblock-449 {
		display:inline-block!important;
	}

	.inline-449 {
		display:inline!important;
	}

	.table-449 {
		display:table!important;
	}

	.row-449 {
		display:table-row!important;
	}

	.cell-449 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-449 {
		clear:left!important;
	}

	.clearr-449 {
		clear:right!important;
	}

	.clearn-449 {
		clear:none!important;
	}

	.clearnone-449 {
		clear:none!important;
	}

	.clearb-449 {
		clear:both!important;
	}

	.clear-449 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-449 {
		text-align:left!important;
	}

	.alignr-449 {
		text-align:right!important;
	}

	.alignc-449 {
		text-align:center!important;
	}

	.alignj-449 {
		text-align:justify!important;
	}

	.valign-449 {
		vertical-align:middle!important;
	}

	.widthauto-449 {
		width:auto!important;
	}

	.heightauto-449 {
		height:auto!important;
	}

	.fw-449,
 .grid.fw-449 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-449 {
		height:100%!important;
	}

	.pointer-449 {
		cursor:pointer!important;
	}

	.static-449 {
		position:static!important;
	}

	.relative-449 {
		position:relative!important;
	}

	.absolute-449 {
		position:absolute!important;
	}

	.spacing-449 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-449 {
		margin-right:15px!important;
	}

	.spacing.floatr-449 {
		margin-left:15px!important;
	}

	.flowhide-449 {
		overflow:hidden;
	}

	.flowshow-449 {
		overflow:visible;
	}

	.nowrap-449 {
		white-space:nowrap;
	}

	

			.padded_tiny-449 {
				padding:5px!important;

			}

			.paddedtb_tiny-449 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-449 {
				padding-top:5px!important;
			}

			.paddedb_tiny-449 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-449 {
				padding-left:5px!important;
			}

			.paddedr_tiny-449 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-449 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-449 {
				margin:5px!important;
			}

			.margintb_tiny-449 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-449 {
				margin-top:5px!important;
			}

			.marginb_tiny-449 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-449 {
				margin-left:5px!important;
			}

			.marginr_tiny-449 {
				margin-right:5px!important;
			}

			.marginlr_tiny-449 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-449 {
				padding:10px!important;

			}

			.paddedtb_small-449 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-449 {
				padding-top:10px!important;
			}

			.paddedb_small-449 {
				padding-bottom:10px!important;
			}

			.paddedl_small-449 {
				padding-left:10px!important;
			}

			.paddedr_small-449 {
				padding-right:10px!important;
			}

			.paddedlr_small-449 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-449 {
				margin:10px!important;
			}

			.margintb_small-449 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-449 {
				margin-top:10px!important;
			}

			.marginb_small-449 {
				margin-bottom:10px!important;
			}

			.marginl_small-449 {
				margin-left:10px!important;
			}

			.marginr_small-449 {
				margin-right:10px!important;
			}

			.marginlr_small-449 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-449 {
				padding:20px!important;

			}

			.paddedtb_medium-449 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-449 {
				padding-top:20px!important;
			}

			.paddedb_medium-449 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-449 {
				padding-left:20px!important;
			}

			.paddedr_medium-449 {
				padding-right:20px!important;
			}

			.paddedlr_medium-449 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-449 {
				margin:20px!important;
			}

			.margintb_medium-449 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-449 {
				margin-top:20px!important;
			}

			.marginb_medium-449 {
				margin-bottom:20px!important;
			}

			.marginl_medium-449 {
				margin-left:20px!important;
			}

			.marginr_medium-449 {
				margin-right:20px!important;
			}

			.marginlr_medium-449 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-449 {
				padding:40px!important;

			}

			.paddedtb_large-449 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-449 {
				padding-top:40px!important;
			}

			.paddedb_large-449 {
				padding-bottom:40px!important;
			}

			.paddedl_large-449 {
				padding-left:40px!important;
			}

			.paddedr_large-449 {
				padding-right:40px!important;
			}

			.paddedlr_large-449 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-449 {
				margin:40px!important;
			}

			.margintb_large-449 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-449 {
				margin-top:40px!important;
			}

			.marginb_large-449 {
				margin-bottom:40px!important;
			}

			.marginl_large-449 {
				margin-left:40px!important;
			}

			.marginr_large-449 {
				margin-right:40px!important;
			}

			.marginlr_large-449 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-449 {
				padding:10px!important;

			}

			.paddedtb_core-449 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-449 {
				padding-top:10px!important;
			}

			.paddedb_core-449 {
				padding-bottom:10px!important;
			}

			.paddedl_core-449 {
				padding-left:10px!important;
			}

			.paddedr_core-449 {
				padding-right:10px!important;
			}

			.paddedlr_core-449 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-449 {
				margin:10px!important;
			}

			.margintb_core-449 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-449 {
				margin-top:10px!important;
			}

			.marginb_core-449 {
				margin-bottom:10px!important;
			}

			.marginl_core-449 {
				margin-left:10px!important;
			}

			.marginr_core-449 {
				margin-right:10px!important;
			}

			.marginlr_core-449 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-449 {
				margin:auto!important;
			}

			.margintb_auto-449 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-449 {
				margin-top:auto!important;
			}

			.marginb_auto-449 {
				margin-bottom:auto!important;
			}

			.marginl_auto-449 {
				margin-left:auto!important;
			}

			.marginr_auto-449 {
				margin-right:auto!important;
			}

			.marginlr_auto-449 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-449 {
				padding:0px!important;

			}

			.paddedtb_none-449 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-449 {
				padding-top:0px!important;
			}

			.paddedb_none-449 {
				padding-bottom:0px!important;
			}

			.paddedl_none-449 {
				padding-left:0px!important;
			}

			.paddedr_none-449 {
				padding-right:0px!important;
			}

			.paddedlr_none-449 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-449 {
				margin:0px!important;
			}

			.margintb_none-449 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-449 {
				margin-top:0px!important;
			}

			.marginb_none-449 {
				margin-bottom:0px!important;
			}

			.marginl_none-449 {
				margin-left:0px!important;
			}

			.marginr_none-449 {
				margin-right:0px!important;
			}

			.marginlr_none-449 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-449 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-449 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-449 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-449 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-449 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-449 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-449 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-449 {
		border:none;
	}

	.bordertb_none-449 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-449 {
		border-top:none;
	}

	.borderb_none-449 {
		border-bottom:none;
	}

	.borderl_none-449 {
		border-left:none;
	}

	.borderr_none-449 {
		border-right:none;
	}

	.borderlr_none-449 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 399px) {
	
.grid.seven-399 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-399 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-399 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-399 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-399 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-399 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-399 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-399 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-399 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-399 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-399 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-399 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-399 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-399 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-399 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-399 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-399 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-399 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-399 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-399 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-399 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-399 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-399 {
	width:14.28571429%!important;
}

.floatl.seven_x2-399 {
	width:28.57142857%!important;
}

.floatl.seven_x3-399 {
	width:42.85714286%!important;
}

.floatl.seven_x4-399 {
	width:57.14285714%!important;
}

.floatl.seven_x5-399 {
	width:71.42857143%!important;
}

.floatl.seven_x6-399 {
	width:85.71428571%!important;
}

.floatl.six-399 {
	width:16.66666667%!important;
}

.floatl.six_x2-399 {
	width:33.33333333%!important;
}

.floatl.six_x3-399 {
	width:50%!important;
}

.floatl.six_x4-399 {
	width:66.6666667%!important;
}

.floatl.six_x5-399 {
	width:83%!important;
}

.floatl.five-399 {
	width:20%!important;
}

.floatl.five_x2-399 {
	width:40%!important;
}

.floatl.five_x3-399 {
	width:60%!important;
}

.floatl.five_x4-399 {
	width:80%!important;
}

.floatl.four-399 {
	width:25%!important;
}

.floatl.four_x2-399 {
	width:50%!important;
}

.floatl.four_x3-399 {
	width:75%!important;
}

.floatl.three-399 {
	width:33.33333333%!important;
}

.floatl.three_x2-399 {
	width:66.66666667%!important;
}

.floatl.two-399 {
	width:50%!important;
}

.floatl.one-399 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-399 {
		visibility:hidden!important;
	}

	.last-399 {
		margin-right:0px!important;
	}

	.floatl-399 {
		float:left!important;
	}

	.floatr-399 {
		float:right!important;
	}

	.left-399 {
		float:left!important;
	}

	.right-399 {
		float:right!important;
	}

	.floatn-399,
 .grid.floatn-399 {
		float:none!important;
	}

	.grid-399 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-399 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-399 {
		display:none!important;
	}

	.block-399 {
		display:block!important;
	}

	.iblock-399 {
		display:inline-block!important;
	}

	.inline-399 {
		display:inline!important;
	}

	.table-399 {
		display:table!important;
	}

	.row-399 {
		display:table-row!important;
	}

	.cell-399 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-399 {
		clear:left!important;
	}

	.clearr-399 {
		clear:right!important;
	}

	.clearn-399 {
		clear:none!important;
	}

	.clearnone-399 {
		clear:none!important;
	}

	.clearb-399 {
		clear:both!important;
	}

	.clear-399 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-399 {
		text-align:left!important;
	}

	.alignr-399 {
		text-align:right!important;
	}

	.alignc-399 {
		text-align:center!important;
	}

	.alignj-399 {
		text-align:justify!important;
	}

	.valign-399 {
		vertical-align:middle!important;
	}

	.widthauto-399 {
		width:auto!important;
	}

	.heightauto-399 {
		height:auto!important;
	}

	.fw-399,
 .grid.fw-399 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-399 {
		height:100%!important;
	}

	.pointer-399 {
		cursor:pointer!important;
	}

	.static-399 {
		position:static!important;
	}

	.relative-399 {
		position:relative!important;
	}

	.absolute-399 {
		position:absolute!important;
	}

	.spacing-399 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-399 {
		margin-right:15px!important;
	}

	.spacing.floatr-399 {
		margin-left:15px!important;
	}

	.flowhide-399 {
		overflow:hidden;
	}

	.flowshow-399 {
		overflow:visible;
	}

	.nowrap-399 {
		white-space:nowrap;
	}

	

			.padded_tiny-399 {
				padding:5px!important;

			}

			.paddedtb_tiny-399 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-399 {
				padding-top:5px!important;
			}

			.paddedb_tiny-399 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-399 {
				padding-left:5px!important;
			}

			.paddedr_tiny-399 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-399 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-399 {
				margin:5px!important;
			}

			.margintb_tiny-399 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-399 {
				margin-top:5px!important;
			}

			.marginb_tiny-399 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-399 {
				margin-left:5px!important;
			}

			.marginr_tiny-399 {
				margin-right:5px!important;
			}

			.marginlr_tiny-399 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-399 {
				padding:10px!important;

			}

			.paddedtb_small-399 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-399 {
				padding-top:10px!important;
			}

			.paddedb_small-399 {
				padding-bottom:10px!important;
			}

			.paddedl_small-399 {
				padding-left:10px!important;
			}

			.paddedr_small-399 {
				padding-right:10px!important;
			}

			.paddedlr_small-399 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-399 {
				margin:10px!important;
			}

			.margintb_small-399 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-399 {
				margin-top:10px!important;
			}

			.marginb_small-399 {
				margin-bottom:10px!important;
			}

			.marginl_small-399 {
				margin-left:10px!important;
			}

			.marginr_small-399 {
				margin-right:10px!important;
			}

			.marginlr_small-399 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-399 {
				padding:20px!important;

			}

			.paddedtb_medium-399 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-399 {
				padding-top:20px!important;
			}

			.paddedb_medium-399 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-399 {
				padding-left:20px!important;
			}

			.paddedr_medium-399 {
				padding-right:20px!important;
			}

			.paddedlr_medium-399 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-399 {
				margin:20px!important;
			}

			.margintb_medium-399 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-399 {
				margin-top:20px!important;
			}

			.marginb_medium-399 {
				margin-bottom:20px!important;
			}

			.marginl_medium-399 {
				margin-left:20px!important;
			}

			.marginr_medium-399 {
				margin-right:20px!important;
			}

			.marginlr_medium-399 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-399 {
				padding:40px!important;

			}

			.paddedtb_large-399 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-399 {
				padding-top:40px!important;
			}

			.paddedb_large-399 {
				padding-bottom:40px!important;
			}

			.paddedl_large-399 {
				padding-left:40px!important;
			}

			.paddedr_large-399 {
				padding-right:40px!important;
			}

			.paddedlr_large-399 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-399 {
				margin:40px!important;
			}

			.margintb_large-399 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-399 {
				margin-top:40px!important;
			}

			.marginb_large-399 {
				margin-bottom:40px!important;
			}

			.marginl_large-399 {
				margin-left:40px!important;
			}

			.marginr_large-399 {
				margin-right:40px!important;
			}

			.marginlr_large-399 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-399 {
				padding:10px!important;

			}

			.paddedtb_core-399 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-399 {
				padding-top:10px!important;
			}

			.paddedb_core-399 {
				padding-bottom:10px!important;
			}

			.paddedl_core-399 {
				padding-left:10px!important;
			}

			.paddedr_core-399 {
				padding-right:10px!important;
			}

			.paddedlr_core-399 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-399 {
				margin:10px!important;
			}

			.margintb_core-399 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-399 {
				margin-top:10px!important;
			}

			.marginb_core-399 {
				margin-bottom:10px!important;
			}

			.marginl_core-399 {
				margin-left:10px!important;
			}

			.marginr_core-399 {
				margin-right:10px!important;
			}

			.marginlr_core-399 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-399 {
				margin:auto!important;
			}

			.margintb_auto-399 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-399 {
				margin-top:auto!important;
			}

			.marginb_auto-399 {
				margin-bottom:auto!important;
			}

			.marginl_auto-399 {
				margin-left:auto!important;
			}

			.marginr_auto-399 {
				margin-right:auto!important;
			}

			.marginlr_auto-399 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-399 {
				padding:0px!important;

			}

			.paddedtb_none-399 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-399 {
				padding-top:0px!important;
			}

			.paddedb_none-399 {
				padding-bottom:0px!important;
			}

			.paddedl_none-399 {
				padding-left:0px!important;
			}

			.paddedr_none-399 {
				padding-right:0px!important;
			}

			.paddedlr_none-399 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-399 {
				margin:0px!important;
			}

			.margintb_none-399 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-399 {
				margin-top:0px!important;
			}

			.marginb_none-399 {
				margin-bottom:0px!important;
			}

			.marginl_none-399 {
				margin-left:0px!important;
			}

			.marginr_none-399 {
				margin-right:0px!important;
			}

			.marginlr_none-399 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-399 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-399 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-399 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-399 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-399 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-399 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-399 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-399 {
		border:none;
	}

	.bordertb_none-399 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-399 {
		border-top:none;
	}

	.borderb_none-399 {
		border-bottom:none;
	}

	.borderl_none-399 {
		border-left:none;
	}

	.borderr_none-399 {
		border-right:none;
	}

	.borderlr_none-399 {
		border-left:none;
		border-right:none;
	}
	
}

@media only screen and (max-width : 349px) {
	
.grid.seven-349 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-349 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-349 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-349 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-349 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-349 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-349 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-349 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-349 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-349 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-349 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-349 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-349 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-349 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-349 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-349 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-349 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-349 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-349 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-349 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-349 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-349 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.seven-349 {
	width:14.28571429%!important;
}

.floatl.seven_x2-349 {
	width:28.57142857%!important;
}

.floatl.seven_x3-349 {
	width:42.85714286%!important;
}

.floatl.seven_x4-349 {
	width:57.14285714%!important;
}

.floatl.seven_x5-349 {
	width:71.42857143%!important;
}

.floatl.seven_x6-349 {
	width:85.71428571%!important;
}

.floatl.six-349 {
	width:16.66666667%!important;
}

.floatl.six_x2-349 {
	width:33.33333333%!important;
}

.floatl.six_x3-349 {
	width:50%!important;
}

.floatl.six_x4-349 {
	width:66.6666667%!important;
}

.floatl.six_x5-349 {
	width:83%!important;
}

.floatl.five-349 {
	width:20%!important;
}

.floatl.five_x2-349 {
	width:40%!important;
}

.floatl.five_x3-349 {
	width:60%!important;
}

.floatl.five_x4-349 {
	width:80%!important;
}

.floatl.four-349 {
	width:25%!important;
}

.floatl.four_x2-349 {
	width:50%!important;
}

.floatl.four_x3-349 {
	width:75%!important;
}

.floatl.three-349 {
	width:33.33333333%!important;
}

.floatl.three_x2-349 {
	width:66.66666667%!important;
}

.floatl.two-349 {
	width:50%!important;
}

.floatl.one-349 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

	.invisible-349 {
		visibility:hidden!important;
	}

	.last-349 {
		margin-right:0px!important;
	}

	.floatl-349 {
		float:left!important;
	}

	.floatr-349 {
		float:right!important;
	}

	.left-349 {
		float:left!important;
	}

	.right-349 {
		float:right!important;
	}

	.floatn-349,
 .grid.floatn-349 {
		float:none!important;
	}

	.grid-349 {
		float:left!important;
overflow:hidden;;
	}

	.grid.last-349 {
		float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
	}

	.none-349 {
		display:none!important;
	}

	.block-349 {
		display:block!important;
	}

	.iblock-349 {
		display:inline-block!important;
	}

	.inline-349 {
		display:inline!important;
	}

	.table-349 {
		display:table!important;
	}

	.row-349 {
		display:table-row!important;
	}

	.cell-349 {
		display:table-cell!important;
vertical-align:middle;
	}

	.clearl-349 {
		clear:left!important;
	}

	.clearr-349 {
		clear:right!important;
	}

	.clearn-349 {
		clear:none!important;
	}

	.clearnone-349 {
		clear:none!important;
	}

	.clearb-349 {
		clear:both!important;
	}

	.clear-349 {
		float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
	}

	.alignl-349 {
		text-align:left!important;
	}

	.alignr-349 {
		text-align:right!important;
	}

	.alignc-349 {
		text-align:center!important;
	}

	.alignj-349 {
		text-align:justify!important;
	}

	.valign-349 {
		vertical-align:middle!important;
	}

	.widthauto-349 {
		width:auto!important;
	}

	.heightauto-349 {
		height:auto!important;
	}

	.fw-349,
 .grid.fw-349 {
		width:100%!important;
		height:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}

	.fh-349 {
		height:100%!important;
	}

	.pointer-349 {
		cursor:pointer!important;
	}

	.static-349 {
		position:static!important;
	}

	.relative-349 {
		position:relative!important;
	}

	.absolute-349 {
		position:absolute!important;
	}

	.spacing-349 {
		margin-bottom:7px!important;
	}

	.spacing.floatl-349 {
		margin-right:15px!important;
	}

	.spacing.floatr-349 {
		margin-left:15px!important;
	}

	.flowhide-349 {
		overflow:hidden;
	}

	.flowshow-349 {
		overflow:visible;
	}

	.nowrap-349 {
		white-space:nowrap;
	}

	

			.padded_tiny-349 {
				padding:5px!important;

			}

			.paddedtb_tiny-349 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-349 {
				padding-top:5px!important;
			}

			.paddedb_tiny-349 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-349 {
				padding-left:5px!important;
			}

			.paddedr_tiny-349 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-349 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-349 {
				margin:5px!important;
			}

			.margintb_tiny-349 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-349 {
				margin-top:5px!important;
			}

			.marginb_tiny-349 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-349 {
				margin-left:5px!important;
			}

			.marginr_tiny-349 {
				margin-right:5px!important;
			}

			.marginlr_tiny-349 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			.padded_small-349 {
				padding:10px!important;

			}

			.paddedtb_small-349 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-349 {
				padding-top:10px!important;
			}

			.paddedb_small-349 {
				padding-bottom:10px!important;
			}

			.paddedl_small-349 {
				padding-left:10px!important;
			}

			.paddedr_small-349 {
				padding-right:10px!important;
			}

			.paddedlr_small-349 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-349 {
				margin:10px!important;
			}

			.margintb_small-349 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-349 {
				margin-top:10px!important;
			}

			.marginb_small-349 {
				margin-bottom:10px!important;
			}

			.marginl_small-349 {
				margin-left:10px!important;
			}

			.marginr_small-349 {
				margin-right:10px!important;
			}

			.marginlr_small-349 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			.padded_medium-349 {
				padding:20px!important;

			}

			.paddedtb_medium-349 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-349 {
				padding-top:20px!important;
			}

			.paddedb_medium-349 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-349 {
				padding-left:20px!important;
			}

			.paddedr_medium-349 {
				padding-right:20px!important;
			}

			.paddedlr_medium-349 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-349 {
				margin:20px!important;
			}

			.margintb_medium-349 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-349 {
				margin-top:20px!important;
			}

			.marginb_medium-349 {
				margin-bottom:20px!important;
			}

			.marginl_medium-349 {
				margin-left:20px!important;
			}

			.marginr_medium-349 {
				margin-right:20px!important;
			}

			.marginlr_medium-349 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			.padded_large-349 {
				padding:40px!important;

			}

			.paddedtb_large-349 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-349 {
				padding-top:40px!important;
			}

			.paddedb_large-349 {
				padding-bottom:40px!important;
			}

			.paddedl_large-349 {
				padding-left:40px!important;
			}

			.paddedr_large-349 {
				padding-right:40px!important;
			}

			.paddedlr_large-349 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-349 {
				margin:40px!important;
			}

			.margintb_large-349 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-349 {
				margin-top:40px!important;
			}

			.marginb_large-349 {
				margin-bottom:40px!important;
			}

			.marginl_large-349 {
				margin-left:40px!important;
			}

			.marginr_large-349 {
				margin-right:40px!important;
			}

			.marginlr_large-349 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			.padded_core-349 {
				padding:10px!important;

			}

			.paddedtb_core-349 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-349 {
				padding-top:10px!important;
			}

			.paddedb_core-349 {
				padding-bottom:10px!important;
			}

			.paddedl_core-349 {
				padding-left:10px!important;
			}

			.paddedr_core-349 {
				padding-right:10px!important;
			}

			.paddedlr_core-349 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-349 {
				margin:10px!important;
			}

			.margintb_core-349 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-349 {
				margin-top:10px!important;
			}

			.marginb_core-349 {
				margin-bottom:10px!important;
			}

			.marginl_core-349 {
				margin-left:10px!important;
			}

			.marginr_core-349 {
				margin-right:10px!important;
			}

			.marginlr_core-349 {
				margin-left:10px!important;
				margin-right:10px!important;
			}			
			.margin_auto-349 {
				margin:auto!important;
			}

			.margintb_auto-349 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-349 {
				margin-top:auto!important;
			}

			.marginb_auto-349 {
				margin-bottom:auto!important;
			}

			.marginl_auto-349 {
				margin-left:auto!important;
			}

			.marginr_auto-349 {
				margin-right:auto!important;
			}

			.marginlr_auto-349 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			.padded_none-349 {
				padding:0px!important;

			}

			.paddedtb_none-349 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-349 {
				padding-top:0px!important;
			}

			.paddedb_none-349 {
				padding-bottom:0px!important;
			}

			.paddedl_none-349 {
				padding-left:0px!important;
			}

			.paddedr_none-349 {
				padding-right:0px!important;
			}

			.paddedlr_none-349 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-349 {
				margin:0px!important;
			}

			.margintb_none-349 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-349 {
				margin-top:0px!important;
			}

			.marginb_none-349 {
				margin-bottom:0px!important;
			}

			.marginl_none-349 {
				margin-left:0px!important;
			}

			.marginr_none-349 {
				margin-right:0px!important;
			}

			.marginlr_none-349 {
				margin-left:0px!important;
				margin-right:0px!important;
			}	.border_1-349 {
		border:solid 1px rgba(0,0,0,0.2);;
	}

	.bordertb_1-349 {
		border-top:solid 1px rgba(0,0,0,0.2);;
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.bordert_1-349 {
		border-top:solid 1px rgba(0,0,0,0.2);;
	}

	.borderb_1-349 {
		border-bottom:solid 1px rgba(0,0,0,0.2);;
	}

	.borderl_1-349 {
		border-left:solid 1px rgba(0,0,0,0.2);;
	}

	.borderr_1-349 {
		border-right:solid 1px rgba(0,0,0,0.2);;
	}

	.borderlr_1-349 {
		border-left:solid 1px rgba(0,0,0,0.2);;
		border-right:solid 1px rgba(0,0,0,0.2);;
	}
		.border_none-349 {
		border:none;
	}

	.bordertb_none-349 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-349 {
		border-top:none;
	}

	.borderb_none-349 {
		border-bottom:none;
	}

	.borderl_none-349 {
		border-left:none;
	}

	.borderr_none-349 {
		border-right:none;
	}

	.borderlr_none-349 {
		border-left:none;
		border-right:none;
	}
	
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
/*.ui-helper-clearfix { zoom: 1; }*/
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; /*filter:Alpha(Opacity=0);*/ }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; }
.ui-autocomplete {
	position: absolute;
	top: 0; /* #8656 */
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #CCCCCC; background:rgba(240,240,240,0.9); color: #1e1b1d; }
.ui-widget-content a { color: #1e1b1d; }
.ui-widget-header { border: 1px solid #CCCCCC; background: #646464; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cdc3b7; background: #d4cec8; font-weight: normal; color: #3f3731; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #3f3731; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #CCCCCC; background: #f5f0e5; font-weight: normal; color: #000000; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #a46313; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #CCCCCC; background: #f4f0ec; font-weight: normal; color: #b85700; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #b85700; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #A3A3A3; background: #f2f2f2; color: #060200; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #060200; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #f8893f; background: #fee4bd; color: #592003; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #592003; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #592003; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; background-image: none; }
.ui-state-disabled .ui-icon { } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../images/jquery-ui/ui-icons_c47a23_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_c47a23_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../images/jquery-ui/ui-icons_222222_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_222222_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_f35f07_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_cb672b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_ff7519_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../../images/jquery-ui/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../../images/jquery-ui/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/* Datetime Picker */

.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* IE6-9 */
}/* Cookie Tool CSS */

.cookies {
	width:100%!important;
	height:auto!important;
	position:fixed!important;
	left:0px;
	top:100%;
	z-index:9999999!important;
	font-size:0.9em;
}

.cookies > div {
	padding:10px;
}

.cookies.default > div {
	background:#fb770c!important;
}

.cookies,
.cookies p,
.cookies a {
	text-align:center!important;
}

.cookies.default,
.cookies.default p,
.cookies.default a {
	color:#FFFFFF!important;
}

.cookies p {
	margin:0px 0px 10px 0px!important;
	padding:0px 0px 10px 0px!important;
}

.cookies.default p {
	border-bottom:solid 1px rgba(255,255,255,0.3)!important;
}

.cookies p span a {
	border-bottom:solid 1px rgba(255,255,255,0.7)!important;
}

.ShowCookieBar,
.HideCookieBar,
.DenyCookies {
	display:inline-flex!important;
	align-items:center!important;
	padding:4px!important;
	cursor:pointer!important;
}

.ShowCookieBar,
.ShowCookieBar span,
.HideCookieBar,
.HideCookieBar span,
.DenyCookies,
.DenyCookies span {
	transition:0.15s background-color, 0.15s color;
}

.cookies .HideCookieBar,
.cookies .ShowCookieBar,
.cookies .DenyCookies {
	margin-top:10px!important;
}

.cookies .DenyCookies {
	margin-left:10px!important;
}

.cookies.default .ShowCookieBar,
.cookies.default .HideCookieBar,
.cookies.default .DenyCookies {
	border:solid 1px #FFFFFF!important;
}

.cookies.default .HideCookieBar,
.cookies.default .HideCookieBar span,
.cookies.default .DenyCookies {
	background:#FFFFFF!important;
	color:#fb770c!important;
}

.ShowCookieBar span,
.HideCookieBar span,
.DenyCookies span {
	margin-left:10px;
}

.cookies.default .ShowCookieBar,
.cookies.default .HideCookieBar:hover,
.cookies.default .HideCookieBar:hover span,
.cookies.default .DenyCookies:hover,
.cookies.default .DenyCookies:hover span {
	background:#fb770c!important;
	color:#FFFFFF!important;
}

.cookies .ShowCookieBar {
	font-size:0.8em;
}

.cookies .ShowCookieBar {
	position:absolute;
	left:15px;
	bottom:100%;
}

.cookies-mobile {
	display:none;
}

[href*="w3.org"] {
	display:none!important;
}

@media only screen and (max-width : 999px) {

	.cookies:not(.displayed) .ShowCookieBar {
		display:none!important;
	}

	.cookies-mobile {
		display:block;
		padding:10px;
		background:#EEEEEE;
		color:#2a2a2ac5;
		text-align:center;
	}

}

@media only screen and (max-width : 499px) {

	.cookies {
		font-size:0.8em;
	}

}

@media only screen and (max-width : 399px) {

	.cookies {
		font-size:0.7em;
	}

}/* Documents CSS */

.item-list.layout-list.document > li {
	border-bottom:dotted 1px #BCBCBC;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-bottom:10px;
	padding:20px;
}

.item-list.layout-list.document > li:last-child,
.item-list.layout-list.document > li:nth-last-child(2){
	border:none!important;
}

.item-list.layout-list.document > li img {
	margin:0px 15px 0px 0px;
}

.item-list.layout-list.document > li *,
.item-list.layout-list.document li img {
	display:inline-block;
	vertical-align:middle;
	width:auto;
	float:none;
}

.item-list.document > li h3 {
	border-bottom:none;
}

.item-list.layout-list.document > li h3 {
	margin:0px;
	padding:0px;
	border:none;
}

/* End Documents CSS *//* <style> */

/* Mobile: Top Bar */	

.mobile-top-bar {
	position:fixed;
	width:100%;
	top:0px;
	border-bottom:1px solid rgba(0,0,0,0.5);
	z-index:9999999;
	display:none;
}
	
.mobile-menu > .close-menu {
	border-top:1px solid rgba(0,0,0,0.5);
}
	
.mobile-top-bar .far,
.mobile-top-bar .fas,
.mobile-top-bar .fab {
	font-size:25px!important;
	padding:15px;
}

.mobile-top-bar .fa-twitter		{ background:#80b4e9!important; }
.mobile-top-bar .fa-facebook	{ background:#3b5998!important; }
.mobile-top-bar .fa-linkedin	{ background:#0077b5!important; }
.mobile-top-bar .fa-youtube		{ background:#cd2029!important; }
.mobile-top-bar .fa-google-plus	{ background:#df4b37!important; }
.mobile-top-bar .fa-instagram	{ background:#833ab4!important; }
.mobile-top-bar .fa-gavel		{ background:#86b817!important; }
	
/* Mobile Menu */

nav.mobile-menu {
	position:fixed;
	width:100%;
	height:100%;
	overflow:auto;
	background:#262626;
	top:0px;
	left:-100%;
	z-index:9999999;
	padding-top:56px;
}

nav.mobile-menu > div {
	padding-bottom:75px;
}
	
nav.mobile-menu a,
nav.mobile-menu .dropdown,
nav.mobile-menu .dropdown div {
	display:block;
	margin:0px!important;
}

nav.mobile-menu a,
nav.mobile-menu .dropdown {
	border-bottom:solid 1px #333333;
}
	
nav.mobile-menu a,
nav.mobile-menu a:link,
nav.mobile-menu a:visited,
nav.mobile-menu .dropdown {
	color:#FFFFFF!important;
}

nav.mobile-menu > a:last-child,
nav.mobile-menu > .dropdown:last-child {
	margin-bottom:75px;
}

nav.mobile-menu a {
	padding:15px!important;
}

nav.mobile-menu .dropdown > a::after {
	font-family:'Font Awesome 5 Pro';
	content:'\f078';
}

nav.mobile-menu .dropdown > a::after {
	position:absolute;
	right:15px;
}

nav.mobile-menu .dropdown > div {
	height:0px;
	position:static!important;
	background:rgba(255,255,255,0.05);
}

nav.mobile-menu .close-menu {
	position:fixed;
	bottom:0px!important;
	margin-bottom:0px!important;
	width:100%;
	left:0%;
	display:none;
	cursor:pointer;
	z-index:1;
}

nav.mobile-menu a.login,
nav.mobile-menu a.customerlogout {
	background:#444444;
}
	
@media only screen and (max-width : 799px) { 
    
    nav .dropdown div a {
        background: transparent!important;
        border-bottom: solid 1px #333333!important;
    }

	body {
		margin-top:56px;	
	}
	
	nav:not(.mobile-menu) {
		display:none;
	}
	
	.mobile-top-bar {
		display:block;
	}
	
	a.mobile-menu:not(.close-menu) {
		display:inline-block!important;
		cursor:pointer;
	}
	
}/* <style> */

body {
	font-family:'Roboto';
	font-weight:300;
	font-size:14px;
	line-height:22px;
}

/* General */

h1,h2,h3,h4,h5,h6,p,ol,ul:not(.item-list)	{ margin-bottom:20px; }

	h1 {
		color:#4c90cd;
	}
	
	
h1 {
	font-weight:600;
	font-size:28px;
	line-height:38px;

}

h2,
body.home section h3 {
	font-weight:300;
	font-size:27px;
	line-height:33px;
}

h3 {
	font-weight:300;
	font-size:21px;
	line-height:24px;
}

/* Layout */

.i {
	width:1300px;
	margin-left:auto;
	margin-right:auto;
}
    
    main {
        font-size: 16px!important;
        line-height: 24px!important;
    }

/* Buttons */

.more,
button {
	padding:5px;
	background:#4DAE33;
	color:#FFFFFF!important;
	display:block;
	font-family:'Roboto';
	font-weight:300;
	font-size:14px;
	line-height:22px;
}
    
    .more.home {
        height: auto!important;
    }

.more .fa,
.more .far,
.more .fas,
.more .fal,
button .fa,
button .far,
button .fas,
button .fal {
	float:right;
	margin:5px 0px 0px 10px;
}

    .homepage-banner {
        background-color:#4c90cd;
        color:#ffffff!important;
        display:block;
        margin-top: 20px;
        padding: 15px;
        text-align:center;
        font-weight: 600;
    }    
    
/* Forms */

.more,
button,
input[type=text],
input[type=number],
select {
	height:32px;
}
    
    input[type=text], input[type=number], textarea {
        font-size: 14px;
        line-height: 18px;
    }

/* Header */

header,
body > address:first-of-type {
	font-size:16px;
}


	a.logo img {
		width:300px;
	}
	
/* Main Nav */

nav.cell a {
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #4c90cd;
}

body > nav > .i > a,
body > nav > .i > .dropdown > a {
	padding:20px 0px;
	display:inline-block;
	border-top:2px solid #4c90cd;
  	border-bottom:2px solid #4c90cd;
	margin:0px 10px;
	font-size:16px;
}

body > nav > .i > a:hover,
body > nav > .i > .dropdown > a:hover {
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	padding:5px 0px;
	margin-top:15px;
	margin-bottom:15px;
}

body > nav > .i > .dropdown div {
	background:#fcc100;
	color:#000000;
}

body > nav > .i > .dropdown div a {
	padding:5px 20px;
}

body > nav > .i > .dropdown div a:hover {
	background:rgba(255,255,255,0.1);
}
    
    nav .dropdown div a {
        border: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 2px;
        background-color: #fff;
    }

/* Header Slides */


.header .i {
	width:1600px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
}
	
    .header-logos {
        height: 50px;
        width: auto !important;
        background-color: #fff;
        padding: 5px;
		margin-top:25px;
    }
    



.items-feed.headerslide.overlayed {
	width:70%;
	overflow:visible;
}

.items-feed.headerslide.overlayed > div {
	visibility:hidden;
}

.items-feed.headerslide.overlayed a.arrow {
	background-color:rgba(255,255,255,0.6);
	top: 0%!important;
	width:500px!important;
	color: #8e8e8e;
	font-size: 24px;
	padding-top: 12%!important;
	height:100%;
}

.items-feed.headerslide.overlayed a.arrow.prev {
	left:-500px!important;
	text-align:right;
	padding-right:15px!important;
	border-right:10px solid #fff;
}

.items-feed.headerslide.overlayed a.arrow.next {
	right:-500px!important;
	text-align:left;
	padding-left:15px!important;
	border-left:10px solid #fff;
}
    
    .items-feed.headerslide div.caption {
        top: 50px!important;
    }

.items-feed.headerslide:not(.overlayed) .caption {
	top:50%;
	bottom:auto;
	margin-top:-25px;
	color:#000000;
	font-size:24px;
	line-height:28px;
}

.items-feed.headerslide:not(.overlayed) .caption,
.items-feed.headerslide.overlayed .caption h3 {
	color:#ffffff;
	background-color:#4c90cd;
	padding:5px 20px;
	font-size:24px;
	line-height:28px;
	width:auto;
	display:inline-block;
    font-weight: 600;
}

.items-feed.headerslide.overlayed .caption p {
	color:#FFFFFF;
	background:rgba(0,0,0,0.6);
	padding:5px 20px;
	font-size:18px;
	line-height:23px;
}

/* Background */

/*.bg {
	background-image:url(../images/theme/bg.jpg);
	background-position:center;
	background-size:cover;
}*/

/* Circles */


.circles .i > div {
	margin-right:-30px;
}

.circles article {
	border-radius:50%;
	margin-left:-30px;
	display:inline-block;
	overflow:hidden;
	transition: transform 400ms linear;
	border:#4c90cd solid 4px;
	max-width:325px;
}


.circles article:hover {
    z-index:999;
    transform: scale(1.1);
}

.circles article .absolute {
	left:0px;
	bottom:35px;
	color:#ffffff;
	background:rgba(76,144,205,0.8);
}

/* Dates & List H4s */

time,
.item-list.layout-list li h4 {
	display:inline-block;
	color:#FFFFFF;
	background:#4DAE33;
	margin-bottom:10px;
	font-size:16px;
	line-height:20px;
	padding:5px;
	font-weight:400;
}

.item-list.layout-list li time,
.item-list.layout-list li h4 {
	margin-right:10px;
}

.item-list.layout-list li h4:last-of-type {
	margin-bottom:20px;
}

/* Lists: List Layout */

.item-list.layout-list li:not(.title) {
	padding:20px;
}

.item-list.layout-list li.alternate {
	background:rgba(0,0,0,0.2);
}

.item-list.layout-list li img {
	float:right;
	border:none;
	margin:0px 0px 20px 20px;
	width:auto;
}

.item-list.layout-list li .more {
	clear:both;
}

/* Lists: Products */

.item-list.layout-grid.product li > a {
	background:#FFFFFF;
	margin-top:10px;
	padding:20px 10px;
}

/* Lists: Pagination */

.pagination a {
	background:#4DAE33;
	color:#FFFFFF!important;
}

.pagination a.active,
.pagination a:hover {
	background:#4c90cd;
	color:#ffffff!important;
}

/* Item Pages */

.item h3 {
	color:#4DAE33;
	font-weight:400;
}

/* Testimonials */

p.rating {
	color:#fddf16;
}

form.testimonials {
	background:rgba(0,0,0,0.2);
	padding:20px;
}

/* Testimonials: Feed */

.items-feed.testimonial.Single article {
	margin:0px 20px!important;
	width:auto;
}

.items-feed.testimonial article {
	border:solid 3px #4DAE33;
	padding:20px!important;
	position:relative;
}

.items-feed.testimonial:not(.Single) article:not(:last-child) {
	margin-right:40px;
}

.items-feed.testimonial article:before {
	position:absolute;
	top:50%;
	margin-top:-35px;
	right:-40px;
	content:'\f10e';
	font-family:'Font Awesome 5 Pro';
	font-weight:700;
	font-size:40px;
	color:#4DAE33;
	padding:20px;
}

.items-feed.testimonial article .more {
	margin-top:10px;
}

.items-feed.testimonial article h4 {
	font-weight:400;
	font-size:16px;
	line-height:19px;
}

.testimonial .star {
	font-size:20px;
	line-height:23px;
	color:#CA1D6D;
	margin-right:5px;
}

/* News: Feed */

.items-feed.article article {
	background:rgba(0,0,0,0.4);
	padding-left:10px;
}

.items-feed.article article:not(:last-child) {
	margin-right:40px;
}

.items-feed.article article > *:not(:last-child) {
	margin-bottom:5px;
}

.items-feed.article article h4 {
	margin:10px 0px 5px 0px;
	font-weight:700;
	font-size:17px;
	line-height:20px;
}

.items-feed.article article time {
	margin-top:5px;
	display:block;
	font-size:15px;
	line-height:15px;
	background:transparent;
	padding:0px;
}

.items-feed.article article .more {
	width:50%;
	font-size:13px;
	margin-bottom:10px;
}

.items-feed.article article img {
	float:right;
	width:47%;
	border-left-style:solid;
	border-left-width:4px;
	margin-left:10px;
}

/* Contact Details */

.contactdetails h2,
.contactdetails h6 {
	font-size:25px;
}

.contactdetails div.lineupgroup {
	padding-top:42px;
}

.contactdetails form.absolute {
	top:0px;
}

.contactdetails > div.mapparent {
	padding-left:3.5%;
	padding-right:3.5%;
}

/* Social Icons */

.social a {
	font-size:25px;
	margin-right:10px;
}

/* Footer */
    
    .footer-banner {
        text-align:center;
        background-color: #ccc!important;
        color: #000!important;
        padding: 15px 0px;
    }
    
    .footer-banner h2 {
        font-size: 20px;
        line-height: 25px;
        font-style: italic;
        font-weight: 600;
    }

footer > :last-child {
	font-size:13px;
}

/* Footer: Nav */

footer nav a, .contactdetails nav a {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #fcc100;
}
    
    footer nav .dropdown, .contactdetails nav .dropdown, footer nav .dropdown a, .contactdetails nav .dropdown a {
        width: 100%!important;
        display:block;
    }
    
    footer nav .dropdown.hori > div, .contactdetails nav .dropdown.hori > div {
        height:auto!important;
    }
    
    footer nav .dropdown.hori > div a, .contactdetails nav .dropdown.hori > div a {
        padding-top: 10px;
        /*padding-bottom: 10px;*/
        border-top: 1px solid #fcc100;
    }
    
    footer nav .dropdown > div, .contactdetails nav .dropdown > div {
        position: relative;
        display:block;
    }
    
    footer nav .dropdown div a, .contactdetails nav .dropdown div a {
        background: transparent!important;
    }

footer nav > div > div * {
	vertical-align:top;
}

footer nav > div > div > * {
	margin-right:40px;
}

footer nav > div > div > .dropdown div {
	height:auto!important;
	position:static;
	display:block;
}

footer nav > div > div > .dropdown div a {
	padding-left:0px;
	padding-right:0px;
}

/* Back To Top */

.btt {
	display:inline-block;
	width:60px;
	height:60px;
	background:url(../images/theme/btt.png);
	position:fixed;
	right:15px;
	bottom:15px;
	display:none;
	-ms-user-select:none;
}

/* IE Form Fix */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	form.ContactForm {
		min-height: 450px;
	}
}

/* Responsive */

@media only screen and (max-width : 1339px) {

	.i {
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}

	.items-feed.testimonial article:before {
		float:right;
		position:static;
		margin:0px;
		padding:0px 0px 20px 20px;
	}

}

@media only screen and (max-width : 1699px) {
    
    .header-logos {
        margin-top: 13%;
    }
    
    .header-logos.left-nottingham-county {
        left: 28%;
    }
    
}



    
    
@media only screen and (max-width : 1699px) {
    
    .header-logos {
        margin-top: 13%;
    }
    
    .header-logos.left-nottingham-county {
        left: 32%;
    }
    
}




@media only screen and (max-width : 1649px) { 

.header .i {
	width:100%!important;
	padding-left:20px!important;
	padding-right:20px!important;
}
}



@media only screen and (max-width : 1499px) { 


	a.logo img {
		width:250px;
	}

}


@media only screen and (max-width : 1399px) { 
	    
    .council-logos {
        height: 50px;
        margin: 10px;
    }



}
    
 @media only screen and (max-width : 1299px) {
    
    .header-logos {
        margin-top: 11%;
    }



    
}

@media only screen and (max-width : 1249px) {

	.items-feed.article article p {
		display:none;
	}

}

@media only screen and (max-width : 1049px) {

	.items-feed.article article .more {
		display:none;
	}
    
    .header-logos {
        display:none;
    }

}

@media only screen and (max-width : 999px) {

	.items-feed.headerslide .caption {
		
	}

}

@media only screen and (max-width : 699px) {

	.circles article {
   		width:40%!important;
	}

}
    
@media only screen and (max-width : 599px) {
    
    .items-feed.headerslide div.caption {
        top: 30px!important;
    }
    
    .items-feed.headerslide.overlayed .caption h3 {
        font-size: 18px;
        line-height: 22px;
    }
    
    .council-logos {
        height: 40px;
    }
    
}

@media only screen and (max-width : 499px) {


    
    .items-feed.headerslide div.caption {
        top: 20px!important;
    }
    
    .items-feed.headerslide.overlayed .caption h3 {
        font-size: 15px;
        line-height: 19px;
    }
    
    .circles article {
   		width:80%!important;
	}
	
		a.logo img {
		width:100%;
	}

	
	h1 {
		font-size:16px;
	}
	
}

@media only screen and (max-width : 349px) {

	.circles article {
   		width:100%!important;
	}
    
    .council-logos {
        height: 40px;
        margin: 5px;
    }

}