html, body {
	height: 100%;
	color: #333;
}

#target {
	border: 1px solid #696;
	padding: 60px 0;
	text-align: center; 
	width: 200px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
	background: -webkit-linear-gradient(#EEFF99, #66EE33);
	background: -moz-linear-gradient(#EEFF99, #66EE33);
	background: -ms-linear-gradient(#EEFF99, #66EE33);
	background: -o-linear-gradient(#EEFF99, #66EE33);
	background: linear-gradient(#EEFF99, #66EE33);
	-pie-background: linear-gradient(#EEFF99, #66EE33);
	behavior: url(/includes/css/pie/PIE.htc);
}

/* SITE WRAPPER */
#site_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -77px;
}

/* HEADER */
#site_head {
	display: block;
	height: 130px;
	position: relative;
	z-index: 1;
}

#logo {
	margin: 0;
}

	#logo a {
		display: block;
		line-height: 0;
	}
	
#lang {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	float: right;
}

	#lang li {
		margin: 0;
		display: inline;
		float: left;
		margin-left: 10px;
		line-height: 16px;
	}
	
	#lang li a {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10px;
		text-decoration: none;
		color: #555;
		display: block;
		outline: none;
	}
	
	#lang li a:hover {
		color: #009d57;
	}
	
	#lang li a.current {
		color: #009d57;
		text-decoration: underline;
	}
	
	#lang li a span {
		float: right;
		margin: 3px 0 0 3px;
	}
	
	.flag {
		display: block;
		width: 16px;
		height: 11px;
		background: url(../imgs/icons/flags.png) no-repeat
	}
	
	.flag.flag-br {background-position: -16px 0}
	.flag.flag-cn {background-position: -32px 0}
	.flag.flag-de {background-position: -48px 0}
	.flag.flag-es {background-position: 0 -11px}
	.flag.flag-fr {background-position: -16px -11px}
	.flag.flag-en {background-position: -32px -11px}
	.flag.flag-it {background-position: -48px -11px}
	.flag.flag-jp {background-position: 0 -22px}
	.flag.flag-pl {background-position: -16px -22px}
	.flag.flag-pt {background-position: -32px -22px}
	
/* CONTENT */
#site_content {
	display: block;
}

#site_content a,
#site_foot a {
    text-decoration: none;
    color: #009d57;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
}

#home_page {
	width: 100%;
	min-height: 396px;
	clear: both;
	background: url(../imgs/home_bg.jpg) no-repeat 50% 62px;
}

/* Banner */
#banner {
	width: 960px;
	height: 420px;
	margin-top: 18px;
}

/* Carousel Bottom Menu */
.list_carousel {
	position: relative;
	height: 120px;
}

.caroufredsel_wrapper {
	width: 100%;
	min-width: 980px;
}
.caroufredsel_wrapper ul {
	padding-top: 5px;
}

#bottom_menu {
	list-style: none;
	padding-left: 10px;
	height: 115px;
	overflow: hidden;
	width: 100%;
}

#bottom_menu li {
	width: 174px;
	height: 110px;
	margin: 0 20px 5px 0;
	display: inline;
	float: left;
	background: #f9f9f9;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f5f5f5));
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	background: -moz-linear-gradient(#fff, #f5f5f5);
	background: -ms-linear-gradient(#fff, #f5f5f5);
	background: -o-linear-gradient(#fff, #f5f5f5);
	background: linear-gradient(#fff, #f5f5f5);
	-pie-background: linear-gradient(#fff, #f5f5f5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dfdfdf;
	behavior: url(/includes/css/pie/PIE.htc);
	position: relative;
}

#bottom_menu li:hover {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

#bottom_menu li > a {
	display: block;
	line-height: 0;
}

#bottom_menu li img {
	max-width: 174px;
	height: 108px;
	vertical-align: top;
}

#bottom_menu li h4 {
	margin: 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	font-size: 16px;
}

#bottom_menu li h4 a {
	text-decoration: none;
	color: #009d57;
	font-weight: normal;
	padding: 5px 10px;
	display: block;
}

a#bm_prev,
a#bm_next {
	display: block;
	width: 16px;
	height: 77px;
	position: absolute;
	top: 0;
	font-size: 42px;
	text-decoration: none;
	color: #999;
	line-height: 28px;
	outline: none;
	padding-top: 43px;
	text-align: center;
	background: #fff;
}

a#bm_prev:hover,
a#bm_next:hover {
	color: #666;
}

a#bm_prev {
	left: -10px;
	text-align: left;
}

a#bm_next {
	right: -10px;
	text-align: right;
}

/* Page Title */
#page_title {
	width: 100%;
	min-width: 1000px;
	margin-top: -2px;
	background: #f9f9f9;
    background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #74c346;
    padding: 20px 0;
    -webkit-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.07);
	   -moz-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.07);
	        box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.07);
	behavior: url(/includes/css/pie/PIE.htc);
}

#page_title h2 {
	margin: 0;
	color: #555;
	font-weight: normal;
}

#page_title p {
	color: #aaa;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Open Sans',sans-serif;
	margin: 0;
}

/* Breadcrumb */
#breadcrumb {
	text-align: right;
	line-height: 35px;
}

#breadcrumb.padding {
	padding-top: 12px;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
	float: right;
	display: inline-block;
}

#breadcrumb ul li {
	margin: 0;
	display: inline;
	float: left;
	font-size: 11px;
	color: #009d57;
}

#breadcrumb ul li span {
	color: #aaa;
}

#breadcrumb ul li span.sep {
	padding: 0 4px;
}

#breadcrumb ul li a {
	font-size: 11px;
	color: #aaa;
	text-decoration: none;
}

#breadcrumb ul li a:hover {
	color: #009d57;
}

/* Page Article */
#page_article h1,
#page_article h2,
#page_article h3,
#page_article h4,
#page_article h5,
#page_article h6 {
	margin-bottom: 5px;
	color: #444;
	font-weight: normal;
}

#page_article ol.typea {
	list-style: lower-alpha;
}

#page_article ul li {
	list-style-image: url(../imgs/icons/bullet.png);
}

#page_article #page_context ul li {
	list-style-image: none;
}

#page_article table.custom-index td {
	padding: 5px 0;
	border-bottom: 1px dotted #dfdfdf;
}

.new header {
	line-height: 20px;
	width: 100%;
	display: inline-block;
	border-bottom: 1px dotted #dfdfdf;
	margin-bottom: 15px;
}

.new h2 {
	font-weight: normal;
	color: #009d57;
	margin: 0;
	line-height: 28px;
}

.new .article_meta {
	list-style: none;
	margin: 0;
	width: 100%;
	display: inline-block;
}

.new .article_meta li {
	margin: 0 5px 0 0;
	display: inline;
	float: left;
	font-size: 11px;
	color: #888;
}

.new .article_meta li time {
	color: #333;
}

#site_content .new .article_meta li a:hover,
#site_content .new.preview h3 a:hover {
	text-decoration: underline;
}

.new.preview h3 {
	font-weight: normal;
	margin: 0;
	font-size: 18px;
	line-height: 25px;
}

.new.preview figure {
	margin: 0 10px 0 0;
	line-height: 0;
}

.new.preview figure img {
	max-width: 150px;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	behavior: url(/includes/css/pie/PIE.htc);
	
}

/* Page Context */
#page_context .block {
	padding: 0 0 8px 10px;
	border-left: 1px solid #009d57;
}

#page_context .block.gray {
	border-color: #d3d3d3;
}

#page_context .block h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #555;
	margin-bottom: 10px;
}

#page_context .block ul {
	margin: 0;
	list-style: none;
}

#page_context .block ul li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #dfdfdf;
}

#page_context .block ul li a {
	color: #333;
	line-height: 15px;
}

#page_context .block ul li a:hover,
#page_context .block ul li a.current {
	color: #009d57;
}

#page_context .block ul li a small {
	font-size: 11px;
}

#page_context .block ul.with-icon li a { display: block; padding-left: 40px; line-height: 17px; padding-bottom: 5px; }
#page_context .block ul.with-icon li span { display: block; font-size: 11px; color: #aaa; }

#page_context .block ul.with-icon li a.pdf { background: url(../imgs/icons/pdf.png) no-repeat 0 0; }

/* Pagination */
ul.pagination {
	list-style: none;
	margin: 0;
	width: 100%;
	display: inline-block;
}

ul.pagination li {
	margin: 0 5px 0 0;
	display: inline;
	float: left;
}

#site_content ul.pagination li a {
	display: block;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	behavior: url(/includes/css/pie/PIE.htc);
	color: #a7a7a7;
	line-height: 18px;
	height: 18px;
}

#site_content ul.pagination li a:hover {
	background: #f9f9f9;
	color: #999;
	border-color: #b3b3b3;
}

#site_content ul.pagination li.current a {
	background: #f9f9f9;
	color: #999;
	border-color: #b3b3b3;
	font-weight: bold;
}

#site_content ul.pagination li a span {
	font-size: 18px;
	line-height: 15px;
}

/* FOOTER */
footer#site_foot, .push {
	min-height: 77px;
	position: relative;
	bottom: 0;
}

footer#site_foot {
	display: block;
	min-width: 1000px;
	color: #dfdfdf;
	border-top: 1px solid #65696E;
}

#bottom_wrapper {
	width: 100%;
	min-width: 1000px;
	padding: 10px 0;
	border-top: 1px solid #999;
	background: #65696E;
	font-size: 11px;
	min-height: 18px;
}

#bottom_wrapper p {
	margin: 0;
}

/* Address */
/*#logo_footer {
	height: 37px;
	margin-bottom: 3px;
}

#bottom_wrapper address {
	margin: 0;
}
#bottom_wrapper address span {
	display: block;
	font-style: normal;
	color: #dfdfdf;
}
*/
/* Menu */
/*#bottom_wrapper h3 {
	font-size: 12px;
	color: #fdfdfd;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#bottom_wrapper h3 a {
	text-decoration: none;
	color: #fdfdfd;
}

#bottom_wrapper h3 a:hover {
	color: #65B93C;
}

#bottom_wrapper ul {
	width: 100%;
	list-style: none;
	margin: 0;
}

#bottom_wrapper ul li {
	width: 210px;
	display: inline-block;
	float: left;
	margin: 0 0 5px 0;
	line-height: 18px;
	padding-left: 15px;
	background: url('../imgs/icons/arrow_dfdfdf.png') no-repeat 0 6px;
}

#bottom_wrapper ul li:hover {
	background: url('../imgs/icons/arrow_51b53a.png') no-repeat 0 6px;
}

#bottom_wrapper ul li a {
	text-decoration: none;
	color: #dfdfdf;
	display: block;
	float: left;
	width: 100%;
	outline: none;
}

#bottom_wrapper ul li a:hover {
	color: #65B93C;
}
*/
#footer_wrapper {
	width: 100%;
	min-width: 1000px;
	background: #444;
}

#copyright {
	font-size: 11px;
	display: inline-block;
	padding: 10px 0;
	line-height: 18px;
}

	#copyright p {
		margin: 0;
		color: #dfdfdf;
	}
	
	#copyright p.cw {
		color: #b3b3b3;
	}
	
	#copyright a {
		color: #dfdfdf;
	}
	
	#copyright a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
#footer_menu {
	list-style: none;
	margin: 0;
}

	#footer_menu li {
		margin: 0 15px 0 0;
		display: inline;
		float: left;
	}
	
	#footer_menu.fright li {
		margin: 0 0 0 15px;
	}
	
		#footer_menu li a {
			text-decoration: none;
			color: #dfdfdf;
		}
		
		#footer_menu li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
/* ERROR PAGES */
.error-info {
	margin: 0 auto !important;
}

.error-info h3 {
	color: #009D57;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 13px;
    border-bottom: 1px dotted #dfdfdf;
}

/* MISC */

/* Form */
label {
	font-weight: bold;
	margin-bottom: 5px;
	color: #444;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 8px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    width: 200px;
    max-width: 100%;
    display: block;
    width: 180px;
    color: #999;
    -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    border: 1px solid #d4d4d4;
    behavior: url(/includes/css/pie/PIE.htc);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #bbb;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    behavior: url(/includes/css/pie/PIE.htc);
}

textarea { min-height: 60px }

select {
    width: 220px;
    padding: 5px;
}

label,
legend {
    cursor: pointer;
    display: block;
}

    label span,
    legend span { font-weight: bold }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active{
	-webkit-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	   -moz-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	        box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	behavior: url(/includes/css/pie/PIE.htc);
}

/* Validate Form */
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
textarea.error,
select.error {
	border-color: #BF1515;
}

label.error {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height: 22px;
	margin: 0;
	clear: both;
}

.messagebox {
	padding: 12px 20px;
	position: relative;
	margin-bottom: 13px;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-pie-background: linear-gradient(#F7F7F7, #FFFFFF);
	-webkit-box-shadow:inset 0 1px 1px 0 rgba(180, 180, 180, 0.1);
	   -moz-box-shadow:inset 0 1px 1px 0 rgba(180, 180, 180, 0.1);
	        box-shadow:inset 0 1px 1px 0 rgba(180, 180, 180, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	behavior: url(/includes/css/pie/PIE.htc);
}

.messagebox_content {
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
	color: #555;
}

.messagebox.error { 
	border-color: #E99F9F;
	background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-color: #ffe9e9;
}
.messagebox.error .messagebox_content {
	color: #D25C5A;
}

.messagebox.success { 
	border-color: #c0da66;
	background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-color: #e9f2d2;
}
.messagebox.success .messagebox_content {
	color: #88b12b;
}

/* Contact Form */
.cto_title {
	color: #555555;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 13px;
}

.cto input[type="text"],
.cto input[type="password"],
.cto input[type="email"] {
	width: 400px;
}

.cto textarea {
	width: 590px;
	max-width: 590px;
	height: 150px;
}

.cto .indicates-required {
	color: #666;
	font-size: 12px;
}

.cto .asterisk {
	color: #BF1515;
}

.cto .form_loading {
	float: left;
	margin: 14px 10px 0 0 !important;
}

.cto p {
	margin-bottom: 20px;
}

/* Facebox */
#facebox h4 {
	color: #009d57;
}

#facebox p {
	color: #666;
}

a.button,
input[type=submit]{
	margin: 0;
	font-size:13px;
	line-height:13px;
	padding:12px 20px;
	border: 1px solid #ddd;
	font-weight:bold;
	color: #555;
	display: inline-block;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-pie-background: linear-gradient(#F7F7F7, #FFFFFF);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
            box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
	behavior: url(/includes/css/pie/PIE.htc);
}

/* Accordion */
.accordion {
	list-style: none;
}

.accordion li {
	margin: 0;
}

#page_article .accordion li h6 {
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-pie-background: linear-gradient(#F7F7F7, #FFFFFF);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
            box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
	behavior: url(/includes/css/pie/PIE.htc);
	cursor: pointer;
	font-weight: normal;
}

#page_article .accordion li h6 a {
	display: block;
	padding: 10px 15px;
	background: url(../imgs/accordion-open.png) no-repeat 100% 50%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/includes/css/pie/PIE.htc);
	color: #555;
}

#page_article .accordion li.active h6 a {
	background: url(../imgs/accordion-close.png) no-repeat 100% 50%;
}

.accordion li p {
	padding: 0 12px 10px;
	display: none;
	margin: 0;
}

.accordion li p a {
	float: right;
}

#page_article .accordion li.active h6 {
	color: #009d57;
}

.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.fleft {
    float: left;
}

.aleft {
	text-align: left;
}
 
.fright {
    float: right;
}

.aright {
	text-align: right;
}

.mtop {
	margin-top: 20px;
}

.mbottom {
	margin-bottom: 20px;
}

.mleft {
	margin-left: 10px;
}

.mright {
	margin-right: 10px;
}

.hide {
    display: none;
}

.hide.strong {
    visibility: hidden;
}
 
.show {
    display: block;
}

.show.strong {
    visibility: visible;
}

.visible {
	overflow: visible;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}