body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    background: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #5d5d5d;
    font-size: 12px;
}

.verde { color: #598330; }
.rosso { color: #ab2017; }
.nero { color: #000; }

.forum { 
	color: #ab2017; 
	font-family: 'Londrina Solid', cursive; 
	text-transform: uppercase;
}
.ambientalista { 
	color: #918f8f; 
	font-family: 'Londrina Solid', cursive; 
	text-transform: uppercase;
}
.font80 {font-size: 80%;}
.font120 {font-size: 120%;}
.font150 {font-size: 150%;}
.font200 {font-size: 200%;}
.font250 {font-size: 250%;}
.fontleft {text-align: left;}
.fontright {text-align: right;}
.fontcenter {text-align: center;}
.fontjust {text-align: justify;}
.fontbold {font-weight: bold;}
.fontcorsivo{font-family: 'Pacifico', cursive;}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

a {
    color: #598330;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a:hover, a:focus { color: #5d5d5d; text-decoration: none; }

strong { font-weight: bold; }

img { max-width: 100%; }

h1, h2 { line-height: 40px; }
h3, h4 { line-height: 30px; }

::-moz-selection { background: #598330; color: #fff; text-shadow: none; }
::selection { background: #598330; color: #fff; text-shadow: none; }

.dividereco {
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(../img/eco-divider-light.png) repeat-x scroll center;
}
.dividereco hr {
  display: none;
}

.imgpopup img {
	cursor: zoom-in;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.imgpopup:hover img { opacity: 0.7; }

/***** Big links / buttons *****/

a.big-link-1 {
	display: inline-block;
    padding: 5px 22px;
    background: #598330;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-1:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-1:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-2 {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    background: #598330;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}
a.big-link-2 i { vertical-align: middle; }

a.big-link-2:hover {
    background: #5d5d5d;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-2:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3 {
	display: inline-block;
    padding: 5px 22px;
    background: #598330;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    line-height: 24px;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-3:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #d9dbd9;  /* 99B280  */
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

ul.navbar-nav {
	font-size: 14px;
	color: #5d5d5d;
	font-family: 'Medula One', cursive;
	font-size: 150%;
	/* text-transform: uppercase; */
}

ul.navbar-nav li a { padding: 23px 10px; background: #d9dbd9; border-top: 5px solid #d9dbd9; color: #5d5d5d; }
ul.navbar-nav li.active a { background: #7C9068; border-color: #598330; color: #5d5d5d; }

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus { background: #598330; border-color: #598330; color: #fff; outline: 0; font-family: 'Medula One', cursive; font-size: 120%;}

.nav .open > a { background: #297A29; border-color: #598330; color: #5d5d5d; }
.nav .open > a:hover, .nav .open > a:focus { background: #598330; border-color: #598330; color: #fff; }

ul.navbar-nav li a i { line-height: 35px; color: #5d5d5d; }
ul.navbar-nav li a:hover i, ul.navbar-nav li a:focus i { color: #fff;  }

.dropdown-menu {
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.dropdown-menu > .active > a { background: #fff; color: #5d5d5d; }
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background: #b5baae; color: #598330; }

ul.navbar-nav li .dropdown-menu a { padding-top: 15px; padding-bottom: 15px; }
ul.navbar-nav li.active .dropdown-menu a { background: #fff; color: #5d5d5d; border: 0; }
ul.navbar-nav li.active .dropdown-menu a:hover, 
ul.navbar-nav li.active .dropdown-menu a:focus { background: #598330; color: #fff; border: 0; }

ul.navbar-nav li.active .dropdown-menu > .active > a { background: #b5baae; color: #598330; border: 0; }
ul.navbar-nav li.active .dropdown-menu > .active > a:hover, 
ul.navbar-nav li.active .dropdown-menu > .active > a:focus { background: #598330; color: #fff; border: 0; }

.navbar>.container .navbar-brand { margin-left: 0; }

.navbar-brand {
	width: 167px;
	height: 106px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
}

/***** Footer *****/

footer {
    margin: 0 auto;
    padding-bottom: 10px;
    background: #d9dbd9;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset; -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset; box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

.footer-box {
    margin-top: 20px;
    text-align: left;
}

.footer-box h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.footer-box-text p {
    line-height: 18px;
}

.footer-box-text-contact i {
    padding-right: 7px;
}

.footer-box-text-subscribe form {
	padding-bottom: 10px;
}

.footer-box-text-subscribe input[type="text"] {
	width: 95%;
	height: 26px;
}

.footer-border {
    margin-top: 5px;
    border-top: 1px dashed #598330;
}

.footer-linkbottom {
    margin-top: 15px;
    line-height: 24px;
    text-align: center;
}

.footer-linkbottomsx {
    margin-top: 15px;
    text-align: right;
	font-weight: bold;
}

.footer-linkbottomsx a { color: #598330; }
.footer-linkbottomsx a:hover, .footer-linkbottomsx a:focus { color: #fff; }

.footer-social {
    margin-top: 15px;
    text-align: right;
}
.footer-social a { margin: 0 0 0 10px; font-size: 26px; color: #5d5d5d; }
.footer-social a:hover, .footer-social a:focus { color: #598330; }

.footer-copyright {
    margin-top: 15px;
    text-align: left;
}

/***** donate section *****/

#donate-notifications{
	background: #598330;
	width: 100%;
}

#donate-notifications ul{
	width: 100%;
	height: 45px;
	position: relative;
	overflow: hidden;
}

#donate-notifications li{
	width: 980px;
	line-height: 40px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 100%;
	text-align: center;
	list-style: none;
}

a.donate { color: #fff; text-decoration: none; font-family: 'Pacifico', cursive;}
a.donate:hover, a.donate:focus { color: #000; text-decoration: none; font-family: 'Pacifico', cursive;}

/***** Page title *****/

.page-title-container {
    margin: 0 auto;
    padding: 10px 0 10px 0;
    background: #598330;
    text-align: left;
	height: 100%;
}

.page-title-container h1 {
    display: inline;
    margin-left: 10px;
    font-family: 'Pacifico', cursive;
    font-size: 24px;
    color: #fff;
    /* font-weight: bold; */
    text-shadow: 0 2px 0 rgba(0, 0, 0, .7);
    vertical-align: middle;
}

.page-title-container p {
    display: inline;
    margin-left: 10px;
    font-size: 16px;
	color: #fff;
    font-style: italic;
    vertical-align: middle;
}

.page-title-container i {
    font-size: 46px;
    color: #fff;
    vertical-align: middle;
}

.page-title-container img {
    height: 46px;
    vertical-align: middle;
}

.page-title-container a { color: #fff; text-decoration: none; font-family: 'Droid Sans', sans-serif; font-size: 14px;}
.page-title-container a:hover, a:focus { color: #000; text-decoration: none; font-family: 'Droid Sans', sans-serif; font-size: 14px;}

/***** Slider *****/

.slider-2-container {
	padding: 180px 0;
}

.slider-2-text {
	padding: 30px 0 30px 0;
	background: #7C9068; /* browsers that don't support rgba */
    background: rgba(124, 144, 104, .7);
    color: #fff;
}

.slider-2-text h1 {
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Pacifico', cursive;
    font-size: 30px;
    color: #fff;
    /* font-weight: bold; */
}

.slider-2-text p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
	font-weight: bold;
}

/***** NEWS *****/

.news-container {
	background: #598330;
    margin: 0;
    padding: 0;
}
.news-container .row {
    margin: 0;
    padding: 0;
}
.new-list {
    margin-top: 10px;
    text-align: left;
}

.new-list .new-image {
	float: left;
	width: 10%;
	margin: 10px 0 0 0;
}
.new-list .new-image img { max-width: 64px; max-height: 64px; border: 3px solid #eaeaea; }

.new-list .new-text {
	margin-top: 10px;
	color: #fff;
	float: left;
	width: 90%;
	font-size: 14px;
    line-height: 18px;
    font-style: italic;
	vertical-align: middle;
}

.new-text a {color: #b5baae; font-size: 14px; font-style: italic; font-weight: bold;}
.new-text a:hover, .new-text a:focus { color: #5d5d5d; font-size: 14px; font-style: italic; font-weight: bold;}

/* ----- CONTACT PAGE ----- */

/***** Form *****/

.contact-us-container {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.contact-us-container h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.contact-us-container p {
    line-height: 28px;
    font-size: 13px;
}

.contact-form {
    padding-top: 25px;
    padding-bottom: 30px;
}

.contact-form form {
    margin-top: 25px;
}

.contact-form form .form-group {
	margin-bottom: 20px;
}

.contact-form input[type="text"] { width: 95%; height: 34px; }
.contact-form textarea { width: 95%; height: 170px; padding-top: 6px; padding-bottom: 6px; }
.contact-form label { font-size: 13px; font-weight: 400; }
.contact-form label .error-label { font-style: italic }
.contact-form button { margin-top: 5px; padding: 0 45px; }

.has-error {border-color: #a94442;}

/***** Google map *****/

.contact-address {
	padding-bottom: 15px;
}

.contact-address .map {
    margin: 20px 0 40px 0;
    height: 300px;
    border: 5px solid #f8f8f8;
}

/***** Chi Siamo *****/

.team-container {
    margin-top: 30px;
	padding-bottom: 10px;
}

.team-title {
    background: url(../img/line.png) left center repeat-x;
}

.team-title h2 {
    width: 300px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Pacifico', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.team-box {
    margin-top: 40px;
    padding-bottom: 15px;
    background: #f8f8f8;
    border-bottom: 2px solid #598330;
}

.team-box:hover img {
    opacity: 0.7;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.team-box:hover {
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.team-box h3 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.team-box h4 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #ab2017;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.team-box p {
	padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic;
}

.team-social a { margin: 0 5px; font-size: 26px; }

/* ----- documenti ----- */

.portfolio-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio-filters {
	padding-top: 35px;
	padding-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-filters a { color: #5d5d5d; }
.portfolio-filters a:hover, .portfolio-filters a.active { color: #9d426b; }

.portfolio-box {
	width: 255px;
	margin: 40px 15px 0 15px;
}

.portfolio-box img {
	cursor: pointer;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.portfolio-box:hover img { opacity: 0.7; }

.portfolio-box-container {
	position: relative;
	background: #f8f8f8;
    border-bottom: 2px solid #598330;
}

.portfolio-box-container:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.portfolio-box-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
    height: 35px;
    padding-top: 7.5px;
    padding-left: 3px;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
}

.portfolio-box-text {
	padding: 0 15px 20px 15px;
}

.portfolio-box-text h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-box-text p {
    line-height: 24px;
    font-style: italic;
}

/***** ufficiostampa *****/

.call-to-action-container-top {
    margin-top: 30px;
	padding-bottom: 5px;
}

.call-to-action-container {
	margin-top: 5px;
	padding-bottom: 5px;
}

.call-to-action-container-bottom{
	margin-top: 5px;
	padding-bottom: 30px;
}

.call-to-action-text {
    padding-top: 5px;
    background: #f8f8f8;
    text-align: left;
    overflow: hidden;
	vertical-align: middle;
}

.call-to-action-text:hover {
	-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.call-to-action-text p {
    float: left;
    width: 80%;
    padding-left: 25px;
    line-height: 20px;
    font-size: 16px;
    font-style: italic;
	font-weight: bold;
	vertical-align: middle;
}

.call-to-action-text .call-to-action-button {
    float: left;
    width: 20%;
    padding-right: 25px;
    margin-bottom: 5px;
    text-align: right;
}


/***** Link Amici *****/

.linkamici-container {
    margin-top: 30px;
	padding-bottom: 10px;
}

.linkamici-box {
    margin-top: 10px;
    padding-bottom: 15px;
    background: #f8f8f8;
	line-height:198px;
    border-bottom: 2px solid #598330;
}

.linkamici-box img{
	max-height: 180px;
}

.linkamici-box:hover img {
    opacity: 0.7;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.linkamici-box:hover {
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.linkamici-box h3 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.linkamici-box h4 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #ab2017;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.linkamici-box p {
	padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic;
}

.linkamici-exttxt a { margin: 0 5px; font-size: 16px; }


/***** DIV TEXT *****/

.text-container {
    margin-top: 20px;
}

.text-text {
    padding-top: 10px;
	text-align: left;
}

.text-text h3 {
    margin-top: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.text-text h2 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 20px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.text-text p {
    line-height: 20px;
    font-size: 12px;
	text-align: justify;
}

ol.text li {
	list-style: square outside none;
	text-align: justify;	
}

ul.text li {
	list-style: circle outside none;
	text-align: justify;	
}

.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
	text-align: left;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
	text-align: left;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
	text-align: left;
}
.bs-callout-success {
    border-left-color: #5cb85c;
	background-color: #DFF0D8;
}
.bs-callout-success h4 {
    color: #5cb85c;
	text-align: left;
}
.bs-callout-danger {
    border-left-color: #d9534f;
	background-color: #fcf2f2;
}
.bs-callout-danger h4 {
    color: #d9534f;
	text-align: left;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
	background-color: #fefbed;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
	text-align: left;
}
.bs-callout-info {
    border-left-color: #5bc0de;
	background-color: #f0f7fd;
}
.bs-callout-info h4 {
    color: #5bc0de;
	text-align: left;
}

/******** sitemap ********/
ul.treeMenu {
	margin-left: -30px;
	font-size: 11pt;
}

.treeMenu li {
	padding: 0 0 10px 10px;
	color: #000000;
	margin-left: -15px;
	list-style-type: none;
	cursor: pointer;
}

.treeMenu li ul {
	display: none;
	margin-top: 10px;
	margin-left: -25px;
}


.treeMenu > li > ul > li{
	border-left: 1px dotted #cccccc;
}

.treeMenu li a {
		color: #000000;
		font-weight: normal;
}

.treeMenu li a.selectedDoc {
		background-color: #e3e3e3;
}

.treeMenu li span.pipe {
	color: #cccccc;
}

/******** facebooktab *******/
#fbplikebox{display: block;padding: 0;z-index: 99999;position: fixed;}
.fbplbadge {
	background-color:#3b5998;
	display: block;
	height: 47px;
	right: 50%;
	margin-right: -75px;
	position: absolute;
	top: -47px;
	width: 150px;
	background-image: url(../img/facebook.png);
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
}