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

/* ---- Clearfixes ---- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

/* ---- GRID Layout ---- */
html{font-size:12px;}
*{box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body{margin:0 auto; color:#333; font-size:1rem;  background:#eeedf3; font-family:arial,\5FAE\8F6F\96C5\9ED1,sans-serif;}
.row{width:100%; max-width:768px; margin:0 auto;}
.c1{width:8.33%;}
.c2{width:16.66%;}
.c3{width:25%;}
.c4{width:33.33%;}
.c5{width:41.66%;}
.c6{width:50%;}
.c7{width:58.33%;}
.c8{width:66.66%;}
.c9{width:75%;}
.c10{width:83.33%;}
.c11{width:91.66%;}
.c12{width:100%; min-height:1px; float:left; position:relative;}
.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
.c1-8{width:12.5%;}/* This column can be used as a one eigth of the row */ 
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; padding-left:0.5rem; padding-right:0.5rem; position:relative;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
	padding-left: 0; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
	padding-right: 0; position:relative;
}

/* ---- Alignments ---- */
.centered{float: none; margin: auto;}
.left {float: left;}
.right {float: right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 { 
   font-weight:bold;
	font-style: normal; 
	color: #00924f;
	text-rendering: optimizeLegibility; 
	line-height: 1.1; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration:none; }
h1 {font-size: 2rem; line-height: 200%; margin:0 0 0.5rem 0;}
h3 {font-size: 1.5rem; line-height: 200%; padding:0 1rem; padding-bottom:0.5rem;}
h3 i{color: #00924f;}
h5 {font-size: 1.5rem; line-height: 160%; margin:0; padding-top:0.5rem; margin-top:0.5rem; border-top:1px solid rgba(255,255,255,.4); color:#fff;}
h6 {font-size:1.4rem; margin-bottom:0.4rem}
h6 a{color: #00924f; }

a {color: #333; text-decoration: none; line-height: inherit; }
a:hover {color: #00924f; }
a:focus {color: #333; outline: none; }

p {margin-bottom: 1rem; padding:0; line-height: 200%; font-size:1.4rem;}
p span {color: #00924f; }
p a, p a:visited {line-height: inherit; }

i { padding-right:0.3rem; color:#999;}
strong, b { font-weight: bold; line-height: inherit; color: #00924f; font-size:120%;}

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 1rem 0; height: 0; }

img {
	max-width: 100%;
	height: auto;
}
/* ---- Lists ---- */
ul, ol, dl { 
	margin-bottom: 1rem; 
	color: #333;
	list-style: none;
}

.dl-horizontal {
 *zoom: 1;
	background:#fff;
	margin:0;
}
.dl-horizontal dt {
	float: left;
	width: 9rem;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	line-height: 4rem;
	color: #333;
	padding-left:1rem;
	font-size:1.2rem;
	border-bottom:1px solid #e8e8e8;
}
.dl-horizontal dd {
	line-height: 4rem;
	margin-left: 9rem;
	color: #333;
	text-align:left;
	border-bottom:1px solid #e8e8e8;
	position:relative;
}
.dl-horizontal dd:after{
	font-family:"FontAwesome";
	content:"\f105";
	position: absolute;
	right:1rem;
	color:#bdbdbd;
}
/* ---- Forms ---- */
.vform {width: 100%; }
.hform {width: 100%; }

.vform label {width: 100%; margin-bottom: 1rem; }
.hform label {width: 30%; margin-bottom: 1rem; text-align: center; padding-right:1rem; }
.vform label, .hform label {font-size: 1.4rem; line-height: 2.2rem; vertical-align: middle; display: block; float: left;}

.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"], 
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"], 
.vform input[type="tel"], .vform input[type="color"], .vform select{
	width: 100%;
}
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], 
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], 
.hform input[type="tel"], .hform input[type="color"], .hform select {
	width: 70%;
}

.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"], 
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"], 
.vform input[type="tel"], .vform input[type="color"], .vform select, .vform input[type=file],
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], 
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], 
.hform input[type="tel"], .hform input[type="color"], .hform select, .hform input[type=file] {
	-webkit-appearance :none;
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 0.357rem 0.5rem;
	vertical-align: middle;
	outline: none;	
			border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 1rem;
	font-size: 1.4rem; 
	height: 4rem;
	
} 
.hform select, .vform select{
	-webkit-appearance : menulist-button;
}
.vform input[type="text"]:focus, .vform input[type="password"]:focus, .vform input[type="datetime"]:focus, .vform input[type="email"]:focus,
.vform input[type="datetime-local"]:focus, .vform input[type="date"]:focus, .vform input[type="month"]:focus, .vform input[type="time"]:focus, 
.vform input[type="week"]:focus, .vform input[type="url"]:focus, .vform input[type="number"]:focus, .vform input[type="search"]:focus, .vform input[type="tel"]:focus, 
.vform textarea:focus,
.hform textarea:focus, .hform input[type="text"]:focus, .hform input[type="password"]:focus, .hform input[type="datetime"]:focus, 
.hform input[type="datetime-local"]:focus, .hform input[type="date"]:focus, .hform input[type="month"]:focus, .hform input[type="time"]:focus, 
.hform input[type="week"]:focus, .hform input[type="number"]:focus, .hform input[type="email"]:focus, .hform input[type="url"]:focus, .hform input[type="search"]:focus, 
.hform input[type="tel"]:focus, .hform input[type="color"]:focus{
  border: 1px solid;
  border-color: rgba(82, 168, 236, 0.8);
  color: #444;
}
.vform textarea, .hform textarea{min-height: 6rem; font-size:1.4rem; }
.vform fieldset, .hform fieldset {margin-bottom: 1rem; font-size: 1.4rem;}
.vform input[type="file"], .hform input[type="file"] {overflow: none;}
/* conjoined inputs */
.vform span.pre, .hform span.pre, .vform span.post, .hform span.post {
	display: block;	
	background-color: #f2f2f2; 
	border: 1px solid #cccccc;
	color: #222222;
	font-size: 1.4rem; 
	line-height: 1.2rem;
	height: 4rem;
	position: relative;
	padding: 0.357rem 0.5rem;
}
.vform span.pre, .hform span.pre{margin-right: -1px; float: left;	}
.vform span.post, .hform span.post{margin-left: -1px; float: left;}
.vform input.post, .hform input.post, .vform span.pre, .hform span.pre{
         border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
.vform input.pre, .hform input.pre, .vform span.post, .hform span.post{
         border-radius: 0 4px 4px 0;
	   -moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
.vform input.pre, .vform input.post{width:75%; float:left; height: 4rem;}
.hform input.pre, .hform input.post{width:45%; float:left; height: 4rem;}
.vform input.pre-post{width: 70%; float: left; height: 3rem; border-radius: 0;}
.hform input.pre-post{width: 40%; float: left; height: 3rem; border-radius: 0;}
.vform span[type="submit"].post, .hform span[type="submit"].post, .vform span[type="submit"].pre, .hform span[type="submit"].pre{
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #f9f9f9, #efefef);
	background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
	background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);  
	background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#efefef');
}
.vform span[type="submit"].post:hover, .hform span[type="submit"].post:hover, .vform span[type="submit"].pre:hover, .hform span[type="submit"].pre:hover{
	background:#eee;
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
	background:-moz-linear-gradient(top, #eee, #f8f8f8);
}

/* ---- Buttons ---- */
button{
	display:inline-block;*display:inline;
	padding:1rem 1.5rem;
	font-size:1.4rem;
	color:#333 !important;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border:1px solid #dedede;*border:0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color:#eeeeee,#dedede,#dedede;
	        border-radius:4px;
	     -o-border-radius:4px;
	    -ms-border-radius:4px;
	   -moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #f9f9f9, #efefef);
	background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
	background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);  
	background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#efefef');
}
button:hover, button:active{
	background:#eee;
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
	background:-moz-linear-gradient(top, #eee, #f8f8f8);
}
button.large{padding:10px 35px; font-size:15px;}
button.small{padding:3px 13px; font-size:13px;}

button.skyblue{ /* --- skyblue color button --- */
	color:#fff !important;
	background-color:#26a2b6;
	background: linear-gradient(#34bac9, #26a2b6);
	background: -o-linear-gradient(#34bac9, #26a2b6);
	background: -ms-linear-gradient(#34bac9, #26a2b6);
	background: -moz-linear-gradient(#34bac9, #26a2b6);
	background: -webkit-linear-gradient(#34bac9, #26a2b6);
	background: -webkit-gradient(linear, left top, left bottom, from(#34bac9), to(#26a2b6));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#34bac9', EndColorStr='#26a2b6');
}
button.skyblue:hover, button.skyblue:active{
	background:#26a2b6;
	background:-moz-linear-gradient(top, #26a2b6, #34bac9);
	background:-webkit-gradient(linear, left top, left bottom, from(#26a2b6), to(#34bac9));
}

button.blue{ /* --- blue color button --- */
	color:#fff !important;
	background-color:#0085c6;
	background: linear-gradient(#008fd5, #0085c6);
	background: -o-linear-gradient(#008fd5, #0085c6);
	background: -ms-linear-gradient(#008fd5, #0085c6);
	background: -moz-linear-gradient(#008fd5, #0085c6);
	background: -webkit-linear-gradient(#008fd5, #0085c6);
	background: -webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#0085c6));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#008fd5', EndColorStr='#0085c6');
}
button.blue:hover, button.blue:active{
	background:#008fd5;
	background:-moz-linear-gradient(top, #008fd5, #009de9);
	background:-webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#009de9));
}

button.green{ /* --- green color button --- */
	color:#fff !important;
	background-color: #51A351;
	background: linear-gradient(#62C462, #51A351);
	background: -o-linear-gradient(#62C462, #51A351);
	background: -ms-linear-gradient(#62C462, #51A351);
	background: -moz-linear-gradient(#62C462, #51A351);
	background: -webkit-linear-gradient(#62C462, #51A351);
	background: -webkit-gradient(linear, left top, left bottom, from(#62C462), to(#51A351));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#51A351', EndColorStr='#51A351');
}
button.green:hover, button.green:active{
	background: #51A351;
	background: -moz-linear-gradient(top, #51A351, #5FA351);
	background: -webkit-gradient(linear, left top, left bottom, from(#51A351), to(#5FA351));
}

button.yellow{ /* --- yellow color button --- */
	color:#fff !important;
	background-color:#f0bf4a;
	background: linear-gradient(#f0c930, #f0bf4a);
	background: -o-linear-gradient(#f0c930, #f0bf4a);
	background: -ms-linear-gradient(#f0c930, #f0bf4a);
	background: -moz-linear-gradient(#f0c930, #f0bf4a);
	background: -webkit-linear-gradient(#f0c930, #f0bf4a);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0c930), to(#f0bf4a));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0c930', EndColorStr='#f0bf4a');
}
button.yellow:hover, button.yellow:active{
	background:#f0bf4a;
	background:-moz-linear-gradient(top, #f0bf4a, #f0c930);
	background:-webkit-gradient(linear, left top, left bottom, from(#f0bf4a), to(#f0c930));
}

button.orange{ /* --- orange color button --- */
	color:#fff !important;
	background-color:#ff5c00;
	background: linear-gradient(#ff6f40, #ff5c00);
	background: -o-linear-gradient(#ff6f40, #ff5c00);
	background: -ms-linear-gradient(#ff6f40, #ff5c00);
	background: -moz-linear-gradient(#ff6f40, #ff5c00);
	background: -webkit-linear-gradient(#ff6f40, #ff5c00);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6f40), to(#ff5c00));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff6f40', EndColorStr='#ff5c00');
}
button.orange:hover, button.orange:active{
	background:#ff5c00;
	background:-moz-linear-gradient(top, #ff5c00, #ff6f40);
	background:-webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#ff6f40));
}

button.red{ /* --- red color button --- */
	color:#fff !important;
	background-color:#fa4444;
	background: linear-gradient(#fa4444, #e23b3b);
	background: -o-linear-gradient(#fa4444, #e23b3b);
	background: -ms-linear-gradient(#fa4444, #e23b3b);
	background: -moz-linear-gradient(#fa4444, #e23b3b);
	background: -webkit-linear-gradient(#fa4444, #e23b3b);
	background: -webkit-gradient(linear, left top, left bottom, from(#fa4444), to(#e23b3b));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fa4444', EndColorStr='#e23b3b');
}
button.red:hover, button.red:active{
  background:#fa4444;
  background:-webkit-gradient(linear, left top, left bottom, from(#fa4444), to(#cc3b34));
  background:-moz-linear-gradient(top, #fa4444, #cc3b34);
}

button.magenta{	/* --- magenta color button --- */
	color:#fff !important;
	background-color:#b9298f;
	background: linear-gradient(#b93180, #b9298f);
	background: -o-linear-gradient(#b93180, #b9298f);
	background: -ms-linear-gradient(#b93180, #b9298f);
	background: -moz-linear-gradient(#b93180, #b9298f);
	background: -webkit-linear-gradient(#b93180, #b9298f);
	background: -webkit-gradient(linear, left top, left bottom, from(#b93180), to(#b9298f));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b9298f', EndColorStr='#b9298f');
}
button.magenta:hover, button.magenta:active{
	background:#b9298f;
	background:-moz-linear-gradient(top, #b9298f, #b9358f);
	background:-webkit-gradient(linear, left top, left bottom, from(#b9298f), to(#b9358f));
}

button.black{ /* --- black color button --- */
	color:#fff !important;
	background-color:#111;
	background: linear-gradient(#333, #111);
	background: -o-linear-gradient(#333, #111);
	background: -ms-linear-gradient(#333, #111);
	background: -moz-linear-gradient(#333, #111);
	background: -webkit-linear-gradient(#333, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333', EndColorStr='#111');
}
button.black:hover, button.black:active{
	background:#222;
	background:-moz-linear-gradient(top, #222, #333);
	background:-webkit-gradient(linear, left top, left bottom, from(#222), to(#333));
}

/* ---- Table ---- */
table {
	width: 100%; 
	border: solid #ccc 1px;
	border-left: none;
	        border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	        box-shadow: 0 1px 2px #d1d1d1;
	   -moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
}   
td, th {border-top: 1px solid #ccc; border-left: 1px solid #ccc; padding: 10px; text-align: left;}
th {
	background-color: #f0f0f0;
	        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;  
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 14px; 
	line-height: 24px;
	text-align: center;
}
td{font-size:14px;}
table tr:first-child th:first-child{
 	        border-top-left-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
table tr:first-child th:last-child{
	        border-top-right-radius: 5px;
	    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
table tr:last-child td:first-child{
	        border-bottom-left-radius: 5px;
	    -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child{
	        border-bottom-right-radius: 5px;
	    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
table tr.even td{background-color: #fafafa;}


/* ---- Tabs ---- */
.tabs-wrapper {
    width: 100%;
}
.tab-item {
    clear: both;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
.tabs-container {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}
.tabs-wrapper .tab-content {
    padding: 0;
    line-height: 200%;
    overflow: hidden;
}
ul.tabs {
    height: 2.857rem;
    width: 100%;
	position:fixed;
	top:3.215rem;
	left:0;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
	z-index:200;
	
}
ul.tabs .c6, ul.tabs .c1-5{
	padding:0;
}
.tabs-container p:last-child {
    margin-bottom: 0;
}
ul.tabs li {
    float: left;
    padding-left: 0 !important;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    outline: none;
    background-color: #f5f5f5;
	border-bottom: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}
ul.tabs li:last-child{
	border-right:0;
}
ul.tabs li a {
    height: 2.857rem;
    line-height: 3rem;
	overflow:hidden;
    text-decoration: none;
    display: block;
    outline: none;
	text-align:center;
    color: #9a9a9a;
    font-weight: 600;
	font-size:1rem;
    background-color: #fcfcfc;
}
ul.tabs li a:hover {
    color: #323232;
}
ul.tabs li.active {
    top: 0;
    background-color: #fff;
}

ul.tabs li.active {
    z-index: 1;
}
ul.tabs li.active a{
    border-bottom: 3px solid #10a900;
    color: #10a900;
	line-height: 2.6rem;
}
ul.tabs li.active a{
	color: #10a900;
}
#toTop {
	font-family:"FontAwesome";
	 content: "\f062";
display: none;
text-decoration: none;
position: fixed;
bottom: 1.2rem;
right: 1.2rem;
overflow: hidden;
width: 2.14rem;
height: 2.14rem;
background:rgba(0,0,0,0.6);
border: none;
z-index: 190;
text-align:center;
line-height:2.14rem;
-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
}
#toTop:before {
	font-size:1rem;
  content: "\f062";
}


