/* Website template by freewebsitetemplates.com */
body {
	background-color: #b4e0ed;
	min-width: 960px;
	margin: 0;
}
img {
	display: block;
	border: 0;
}

/** box-shadow **/
.box {
	background-color: #e7e7e7; /* Needed for IE */
	display: inline-block;
	-moz-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	-webkit-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShdow=true, ShadowOpacity=0.80);
	/* For IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.box > img {
	display: block;
	position: relative; /* This protects the inner element from being blurred */
}
.clearfix {
	width: 978px;
	margin: 0 auto;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	line-height:0;
	height:1%;
	visibility:hidden;
}
/*------------ Sprites ------------*/
.more, .subscribe, input[type='submit'] {
	background: url(../images/interface.png) no-repeat;
}
.phone, .mail, .home, .fax, #footnote .connect a {
	background: url(../images/icons.png) no-repeat;
}
.frame1, .frame2, .frame3, .frame4, .frame5, .news > li {
	background: url(../images/frames.png) no-repeat;
}
.more, .subscribe, input[type='submit'] {
	background-position: -107px 0;
	color: #fff;
	display: inline-block;
	font: 12px/28px Arial, Helvetica, sans-serif;
	height: 28px;
	width: 97px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.more:hover {
	background-position: 0 0;
}
.subscribe, input[type='submit'] {
	background-position: -222px -38px;
	height: 38px;
	line-height: 38px;
	width: 212px;
}
.subscribe:hover, input[type='submit']:hover {
	background-position: 0 -38px;
}
.home, .phone, .mail, .fax {
	background-position: 0 1px;
	padding-left: 24px;
}
.phone {
	background-position: 0 -26px;
}
.fax {
	background-position: 0 -54px;
}
.mail {
	background-position: 0 -82px;
}
.frame1 {
	background-position: -117px 0;
	height: 150px;
	width: 203px;
	margin: 0 auto 6px;
	padding: 8px 7px 0;
	text-align: center;
}
.frame2 {
	background-position: 0 -517px;
	height: 316px;
	width: 924px;
	margin: 0 auto 18px;
	padding: 6px 7px 0;
	text-align: center;
}
.frame3 {
	background-position: -344px 0;
	height: 221px;
	width: 586px;
	margin: 0 auto 6px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame4 {
	background-position: 0 0;
	height: 108px;
	width: 93px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame5 {
	background-position: -610px -238px;
	height: 220px;
	width: 268px;
	padding: 7px 6px 0;
	text-align: center;
}
/*------------ HEADER ------------*/
#header {
	/*background: #4e5944;*/
	padding: 12px 0;
}
/** logo **/
.logo2 {
	float:right;
	margin-right:26px;	
	
}
/** navigation **/
.navigation {
	float: left;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
	clear: both;
        background:linear-gradient(to bottom, #088ECD 0%, #078FCD 56%, #088ECB 58%, #1C85B4 60%, #1076A6 82%, #0C75A5 84%, #07709F 95%, #086E9F 100%) repeat scroll 0% 0% transparent;
        height:45px;
}
.navigation li {
	float: left;
	margin-left: 22px;
        margin-right: 22px;
	position: relative;
}
.navigation li > a {
	color: #b8c6ac;
	font: bold 17px Times, "Times New Roman", serif;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
        line-height: 45px;
}
.navigation li.active > a, .navigation > a:hover {
	color: #fff;
}
.navigation li > div {
	background-color: #888888;
	display: none;
	width: 110px;
	position: absolute;
	left: 0px;
	top: 24px;
}
.navigation li:hover > div {
	display: block;
}
.navigation li > div a {
	color: #b8c6ac;
	font: bold 13px/24px "Times New Roman", Times, serif;
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
.navigation li > div a:hover {
	color: #fff;
}

/*Nav1*/
.navigation1 {
	float: left;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
	clear: both;
	background:#79b843;
        /*background:linear-gradient(to bottom, #088ECD 0%, #078FCD 56%, #088ECB 58%, #1C85B4 60%, #1076A6 82%, #0C75A5 84%, #07709F 95%, #086E9F 100%) repeat scroll 0% 0% transparent;*/
        height:34px;
		    width: 978px;
}
.navigation1 li {
	float: left;
margin-left: 5px;
margin-right: 5px;
padding: 0 10px 0 10px;
	position: relative;
}
.navigation1 li > a {
	color: #fff;
	font: bold 18px Times, "Times New Roman", serif;
	text-decoration: none;
	/*text-shadow: 1px 1px red;*/
	text-transform: uppercase;
        line-height: 45px;
}
.navigation1 li.active > a, .navigation1 > a:hover {
	color: #f37423 !important;

}
ul li ul li a:hover {
color: #f37423 !important;
}

.active {
	border-bottom:7px solid #78b744;
	background:transparent;
}
.navigation1 li > div {
	/*background-color: #888888;*/
	display: none;
	width: 110px;
	position: absolute;
	left: 0px;
	top: 24px;
}
.navigation1 li:hover > div {
	display: block;
	border-bottom:7px solid #78b744;
	background:none;
}
.navigation1 li > div a {
	color: #b8c6ac;
	font: bold 13px/24px "Times New Roman", Times, serif;
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
.navigation1 li > div a:hover {
	color: #000;
	border-bottom:7px solid #f37423;
	background:transparent;
}
.navigation1 ul li:hover {
	border-bottom:7px solid #f37423 !important;
	background:transparent !important;
}
.navigation1 ul li > ul li{
	border-bottom:7px solid #f37423 !important;
	background:transparent !important;
}
.test1:hover {
	border-bottom:7px solid #f37423;
	background:transparent;
}
/*------------ CONTENTS ------------*/
#contents {
	background:#f8fcff;
	padding-bottom: 24px;
}
#contents > div.clearfix:first-child {
	width: 940px;
	padding: 30px 10px 0;
}
#contents img {
	border: 1px solid rgba(231, 231, 231, 0.8);
}
h1 {
	color: #57614e;
	font: 29px/30px "Times New Roman", Times, serif;
	margin: 0 0 12px;
	text-transform: uppercase;
}
h2 {
	color: #626262;
	font: 19px/24px "Times New Roman", Times, serif;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}
p {
	color: #626262;
	font: 14px/24px Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}
p a {
	color: #626262;
}
p a:hover {
	color: #333333;
}
/** Adbox **/
#headerbox {
	background: url(../images/bg-adbox.png) no-repeat center bottom;
	border-bottom: 1px solid #fff;
	/*padding-top: 15px;*/
}
#headerbox .headerbox1 {
        width: 964px;
}
#headerbox > div {
	background-color: #e9e9e9;
	margin: 0 auto;
	position: relative;
}
#headerbox > div img {
	float: left;
}
#headerbox .detail {
	font-family: Times, "Times New Roman", serif;
	height: 185px;
	line-height: 48px;
	width: 308px;
	text-align: center;
	position: absolute;
	left: 54px;
	top: 50px;
}
#headerbox .detail h1 {
	color: #4e5944;
	font-size: 30px;
	font-weight: normal;
	line-height: 48px;
	margin: 0px;
	text-transform: none;
}
#headerbox .detail p {
	color: #4e5944;
	font: 25px/48px "Times New Roman", Times, serif;
	margin: 0;
}
.highlight {
	/*background: #eee url(../images/bg-highlight.jpg) repeat-x left bottom;*/
	border-bottom: 1px solid #fff;
        padding-top: 10px;
        clear:both;
}
.highlight .clearfix {
	width: 978px;
}
.highlight h1 {
	font-size: 32px;
	line-height: 36px;
	text-transform: none;
}
.highlight h2 {
	color: #57614e;
	margin-bottom: 24px;
}
.testimonial, .main, .sidebar > div h2, .sidebar ul li, .main > .section {
	background-position: left top;
	background-repeat: repeat-y;
}
.testimonial {
	float: left;
	width: 321px;
	margin-left: 0px;
	/*padding: 24px 0px;*/
     	text-align: justify;

}
.t1 {
	width: 91% !important;
padding: 20px;
border: 1px solid #9860a9;
}
.t1 h2{
margin-bottom: 4px;
color: #000000;
text-align:center;
}
.t1 p{
margin-bottom: 10px;
}
.t1 ul{
margin-bottom: 10px;
}
.t1 td{
vertical-align: top;
}
.t11 {
	width: 91% !important;
padding: 20px;
border: 1px solid #9860a9;
}
.t11 h2{
margin-bottom: 4px;
color: #000000;
text-align:center;
}
.t11 p{
margin-bottom: 10px;
}
.t11 ul{
margin-bottom: 10px;
}
.t11 td{
vertical-align: top;
}

.testimonial > span {
	color: #626262;
	display: block;
	font: 14px/24px Arial, Helvetica, sans-serif;
	text-align: right;
}
.featured {
	padding: 30px 0;
}
.featured > h2 {
	color: #728063;
	width: 940px;
	margin: 0 auto 24px;
	padding: 0 10px;
}
.featured ul {
	list-style: none;
	padding: 0;
}
.featured li {
	float: left;
	width: 220px;
	margin: 0 10px;
}
.featured li p {
	padding-left: 4px;
}
.featured li p b {
	display: block;
	text-transform: uppercase;
}
.featured li .more {
	margin-left: 4px;
}
.main {
	float: left;
	min-height: 960px;
	width: 600px;
	padding: 0 0 0 32px;
}
.main h1 {
	margin-bottom: 18px;
}
.main h2 {
	margin-bottom: 12px;
}
.main h1 + h2 {
	margin: 0;
}
.main h1 + div.frame3 {
	margin-top: 36px;
}
.main > .section {
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 600px;
	margin-bottom: 16px;
	margin-left: -28px;
	padding-left: 30px;
}
.main > .last-child, .sidebar ul li.last-child {
	background: none;
}
.main > .section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main > .section ul li {
	display: inline-block;
	margin: 0 0 24px;
}
.main > .section ul li .frame4 {
	float: left;
	margin-bottom: 1px;
	margin-right: 20px;
}
.main > .section ul li p {
	margin: 6px 0 0;
}
.main > .section ul li p b {
	display: block;
	text-transform: uppercase;
}
.practices {
	list-style: none;
	display: inline-block;
	width: 640px;
	margin: 0 0 0 -20px;
	padding: 0;
}
.practices li {
	float: left;
	margin: 0 20px 36px;
	position: relative;
}
.practices li a {
	text-decoration: none;
}
.practices li a span {
	background-color: #696969;
	color: #e2e2e2;
	display: block;
	font: 19px/46px "Times New Roman", Times, serif;
	height: 46px;
	width: 265px;
	text-transform: uppercase;
	position: absolute;
	bottom: 21px;
	left: 8px;
	*left: 6px;
}
.practices li a:hover span {
	background-color: #393939;
}
.sidebar {
	float: left;
	width: 290px;
	padding-right: 18px;
}
.sidebar > div {
	margin: 0 0 30px;
}
.sidebar > div h2 {
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0 0 6px;
	padding-bottom: 18px;
}
.sidebar > div:first-child h2 {
	margin-bottom: 0;
	margin-top: 6px;
}
.sidebar > div p {
	margin: 0;
	padding-bottom: 24px;
	padding-right: 30px;
}
.sidebar > div p span {
	display: block;
	text-align: right;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	background-position: left bottom;
	background-repeat: repeat-x;
	display: inline-block;
	min-height: 36px;
	width: 280px;
	padding: 6px 0 10px 10px;
}
.sidebar ul li > a span.box {
	float: left;
	margin-right: 20px;
}
.sidebar ul li a {
	color: #755c02;
	font: 13px/24px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.sidebar ul li a:hover {
	color: #728063;
}
.sidebar ul li img.box {
	float: left;
	margin: 4px 20px 12px 0;
}
.sidebar .contact li {
	background: none;
	padding-left: 0;
}
.sidebar .contact li p {
	padding: 0  0 0 30px;
}
.sidebar .contact li p span.home {
	float: left;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: -30px;
	padding: 0;
}
.sidebar .contact li p em {
	display: block;
	font-size: 19px;
	font-style: normal;
}
.news {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news > li {
	background-position: 0 -238px;
	display: inline-block;
	height: 269px;
	width: 578px;
	margin-bottom: 12px;
	padding: 6px 22px 0 6px;
}
.news > li .box {
	float: left;
	margin-right: 20px;
}
.news > li p.info, .details p.info {
	font-size: 11px;
	margin: 0;
	padding-top: 24px;
}
.author {
	color: #755c02;
}
.news > li h2, .details h2 {
	color: #728063;
	letter-spacing: 0;
	margin-bottom: 24px;
}
.news > li .more {
	float: right;
}
.images {
	float: left;
	width: 210px;
	margin-right: 20px;
	padding-right: 10px;
}
#contents .images img.box {
	border: 5px solid #fff;
}
.details {
	float: left;
	width: 360px;
}
.details p.info {
	padding-top: 0;
}
.message label {
	color: #626262;
	display: block;
	font: 13px/24px Arial, Helvetica, sans-serif;
}
.message input[type='text'] {
	height: 24px;
	width: 590px;
	margin: 0 0 18px;
	padding: 0 4px;
}
.message textarea {
	height: 110px;
	width: 590px;
	margin: 0 0 18px;
	padding: 0 4px;
	overflow: auto;
	resize: none;
}
.message input[type='submit'] {
	cursor: pointer;
	border: none;
}
/*------------ FOOTER ------------*/
#footer {
	background: #d9d9d9 url(../images/bg-footer.png) repeat-x left top;
	border-top: 2px solid #fff;
}
#footer .section {
	float: left;
	min-height: 146px;
	width: 259px;
	border-left: 1px solid #c2c2c2;
	padding: 30px;
}
#footer .section h4 {
	color: #626262;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
#footer .section p {
	font-size: 12px;
	margin: 0;
}
#footer .section:first-child {
	border: 0;
}
#footer .contact p span {
	text-transform: uppercase;
}
#footnote {
	background: #B4E0ED;
	border-top: 1px solid #fff;
	padding: 6px 0 3px;
}
#footnote p {
	color: #000000;
	font: 11px/30px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
}
#footnote .connect {
	float: left;
	display: inline-block;
	margin: 0 10px;
	padding: 6px 0;
}
#footnote .connect a {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 6px;
}
#footnote .connect a.facebook {
	background-position: 0 -112px;
}
#footnote .connect a.twitter {
	background-position: 0 -140px;
}
#footnote .connect a.googleplus {
	background-position: 0 -168px;
}
#footnote .connect a.pinterest {
	background-position: 0 -196px;
}

.homep{
     margin-bottom: 2px !important;
}

ul {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
  display: inline-block;
}
ul li:hover {
  background: #555;
  color: #fff;
}
  
ul li ul {
padding: 0;
  position: absolute;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #fcd98f; 
  display: inline-block; 
  color: #000;
  /*text-shadow: 0 -1px 0 red;*/
  width:450px !important;
  text-align:left;
}
ul.submenu li:hover { background: #666 !important; color:#000 !important; }
.submenu{
	width:auto;
}
ul.submenu li ul{
	display:none !important;
}
ul.submenu li:hover > ul {
	display:inline-block !important;
	width:auto;
	position:absolute;
}
ul.submenu1 li:hover { background: #666 !important; color:#000 !important; }
.submenu1 li{
	width:210px !important;
}
ul.submenu1 li ul{
	display:none !important;
}
ul.submenu1 li:hover > ul {
	display:inline-block !important;
	width:auto;
	position:relative;
	left:100%;
}
ul li ul li ul li{
    background: #fcd98f;
    display: inline-block;
    color: #000;
    /* text-shadow: 0 -1px 0 red; */
    width: 450px !important;
    text-align: left;
}
ul:after {
    content: ""; clear: both; display: block;
}

.image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.notice {
	float:left;
	margin:20px;
	text-align:center;
	width:248px;
        height:316px;
	margin:8px 0 8px 45px;
	background:url(../images/JCI/paper_scroll_vertical_248x316.png) no-repeat;
	background-size: 250px 316px;
	
	
}
.notice h2{
	text-transform:none;
	font-size: 24px;
	font-family: cursive;
	margin:15px;
}
.notice li a:hover{  background: #ffffff !important; }

.wpframe {
background: #fff;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
padding: 8px;
-webkit-box-shadow: 1px 2px 1px #d1d1d1;
-moz-box-shadow: 1px 2px 1px #d1d1d1;
box-shadow: 1px 2px 1px #d1d1d1;
}
.world_president {
width: 255px;
height: 76px;
float: left;
color:#0000CB;
padding: 5px 10px;
background: #f37423;
margin-bottom: 5px;
}
.world_president img{
width: 70px;
margin-top: 3px;
}
.national_president img{
width: 70px;
margin-top: 3px;
}
.national_president {
width: 255px;
color:#0000CB;
height: 76px;
float: left;
padding: 5px 10px;
background: #f37423;
margin-bottom: 5px;
}
.world_president img, .national_president img {
float: left;
margin-right: 10px;
border-radius:50%;
}
.president_name {
font-size: 12px;
/*text-transform: uppercase;*/
font-family: Arial, Helvetica, sans-serif;
}
.world_president img, .national_president img {
float: left;
margin-right: 10px;
}
.full {
	margin-left:34px;
}
.bx-pager{
	display:none;
	}
.bx-controls-auto{
	display:none;
	}
.headerpad{
	padding-top: 24px
}
.creed {
	margin-left: 17px;
}
.bx-wrapper{
		margin-bottom:15px !important;
}
.wp-caption.alignleft {
float: left;
margin: 0 1em 1em 0;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
}

.teamclass1 {
float: left;
width: 225px;
text-align: center;
font-weight: bold;
}
.teamclasslom {
float: left;
width: 277px;
padding: 10px;
text-align: center;
/*border: 2px solid #842551;*/
height:135px;
}
.teamclasslom img{

		border-radius: 50%;
                overflow: hidden;
}

.divteam1 {
border: 4px solid #fee8b6;
padding: 10px;
background: #fcba2e;
height: 45px;
width: 933px;
}
.divteam11 {
width: 935px;
margin-left: 20px;
}
.divteam2 {
padding: 0 10px;
width: 935px;
}
.teamclass1 img{
padding-left: 57px;
border:none !important;
}
.divteam3{
text-align: center;
font-size: 18px;
font-weight: bold;
border-bottom: 2px solid;
}
.teamclass11 {
float: left;
width: 175px;
text-align: center;
font-weight: bold;
}
.teamclass11 img{
padding-left: 38px;
border:none !important;
}
.initialism{
cursor: pointer;
}
#slide {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide1 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide1 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide1 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide2 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide2 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide2 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide3 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide3 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide3 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide4 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide4 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide4 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide5 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide5 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide5 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide6 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide6 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide6 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide7 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide7 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide7 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide8 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide8 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide8 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide9 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide9 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide9 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide10 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide10 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide10 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide11 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide11 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide11 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide12 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide12 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide12 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide13 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide13 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide13 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide14 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide14 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide14 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide15 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide15 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide15 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide16 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide16 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide16 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide17 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide17 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide17 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide18 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide18 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide18 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide19 {
  /*transform: translateX(0) translateY(-40%);*/
  background:#b4e0ed;
  padding:10px;
}
#slide19 h1{
color: #57614e;
font: 20px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#slide19 h2{
color: #57614e;
font: 18px "Times New Roman", Times, serif;
margin: 0;
text-transform: none;
text-align:center;
}
#object{
	background-color: #fe5652;

	visibility: hidden;
}
.list-aggregate p{
margin:2px !important;
color:#0000CB !important;
}
.list-aggregate li{
margin-bottom:24px !important;
color:#0000CB !important;
}
.list-aggregate li a{
color:#0000CB !important;
}
ul.list-aggregate{
padding-left:15px !important;
}
.zone14{
float: left;
padding-left: 40px;
font-size: 46px;
font-family: "Times New Roman", Times, serif ;
line-height: 1em;
color: #f7a643;
font-size: 54px;
text-shadow:0px 0px 0 rgb(224,143,44),1px 1px 0 rgb(216,135,36),2px 2px 0 rgb(208,127,28),3px 3px 0 rgb(200,119,20),4px 4px 0 rgb(192,111,12),5px 5px 0 rgb(184,103,4),6px 6px 0 rgb(176,95,-4),7px 7px 0 rgb(168,87,-12), 8px 8px 0 rgb(160,79,-20),9px 9px 8px rgba(0,0,0,1),9px 9px 1px rgba(0,0,0,0.5),0px 0px 8px rgba(0,0,0,.2);
}

.homewelcome {
width: 643px;
padding-bottom: 15px;
border-bottom: 3px solid #916CAF;
}
.homewelcome h2{
color: #1995d7;
margin-bottom: 10px;
text-transform: none;
font-weight: bold;
border-bottom: 3px solid #916CAF;
}
.homewelcome div{
line-height: 17px;
font-size: 13px;
color: #303030;
text-align: justify;
padding-bottom: 2px;
}
.homelhs {
padding-bottom: 15px;
border-bottom: 3px solid #916CAF
}
.homelhs h3{
color: #1995d7;
margin-bottom: 10px;
text-transform: none;
font-weight: bold;
border-bottom: 3px solid #916CAF;
}
.homelhs div{
line-height: 17px;
font-size: 13px;
color: #303030;
text-align: justify;
padding-bottom: 2px;
}
.readmore{
text-align: right;
}
.contact li {
background: transparent !important;
}
.why2 li{
list-style: initial;
}
.why1 li{
list-style: initial;
color: #626262;
font: 14px/24px Arial, Helvetica, sans-serif;
}
.abcreed li{
color: #626262;
font: 14px/24px Arial, Helvetica, sans-serif;
}
.abcreed {
padding-left:0px;
}
.why1{
line-height: 17px;
font-size: 13px;
color: #303030;
text-align: justify;
padding-bottom: 2px;
}
table { 
  width: 70%; 
  border-collapse: collapse; 
}
.t11 table{
 width: 100%;
}
.t11 table tr{
 background: transparent;
}
.t11 table tr td, .t11 table tr th{
 border:none;
}
.t2 table{
  width: 100%; 
color: #626262;
font: 14px/24px Arial, Helvetica, sans-serif;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
.kartable{
color: #626262;
font: 14px/24px Arial, Helvetica, sans-serif;
}
.otherprj {
overflow-y: scroll;
overflow-x: hidden;
width:300px;
height:315px;
}
h3 {
font-weight: normal;
}
/* image zoom publication */
img.image,img.image1,img.image2,img.image3,img.image4,img.image5,img.image6,img.image7,img.image8,img.image9 {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

img.image:hover,img.image1:hover,img.image2:hover,img.image3:hover,img.image4:hover,img.image5:hover,img.image6:hover,img.image7:hover,img.image8:hover,img.image9:hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.bodycontent img{
	padding-top: 5px;
	padding-right: 5px;
}

.text table p{
	margin:0px !important;
}
.wrapper {
    width: 606px !important;
}
#accordion h4 {
    border: 1px solid #003eff;
    background: #00cbff;
    font-weight: normal;
    color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 12px;
    font-weight: bold;
	margin-left:10px;
}
#div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12, #div13{
	display:none;
}