
/* homepage */
div.homepage {
	/* margin-top: 10px; */
	/* background: #F7F7F7; */
	}

	div.homepage div.block {
		text-align: justify;
		/* padding: 5px; */
		margin-bottom: 15px;
		}

	div.homepage div.welcome {
		/* margin: 5px; */
		/* padding: 8px; */
		/* border: 1px solid #d4d4d4; */
		/* background: #ffffff; */
		}

	div.homepage h3 {
		margin: 0px;
		padding: 0px;
		position: relative;
		padding-bottom: 5px;
		margin-bottom: 10px;
		/* border-bottom: 4px solid #F0F0F0; */
		/* height: 25px; */
		/* background: #e5e5d7; */
		/* border: 1px solid #b7b7ac; */
		/* border-width: 1px 0px; */
		font: bold 20px arial, verdana, sans-serif;
		color: #903;
		}

		div.homepage h3 a {
			margin-right: 10px;
			font: bold 12px/25px arial, verdana, sans-serif;
			color: #000000; }

			div.homepage h3 a.active {
				color: #004891; }

	div.homepage div.members div.dataitem {
		margin-left: 3px; }

		div.homepage div.members div.databox div.dataitem {
			background: #F7F7F7; }

		div.homepage div.members div.image {
			margin-right: 1px;
			text-align: center; }


.home_carousel span a, .home_carousel span { line-height: 22px; text-decoration: none; }
.carousel { width: 650px; }
.jcarousel-container { position: relative; margin: 0px auto; }
.jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; padding-left: 3px; }
.jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0; display: block !important; /** show only on load **/ }
.home_carousel { float: left; list-style: none; padding: 3px 0px 0px !important; overflow: hidden; display: none; /** hide while loading **/ }
.home_carousel li { list-style: none; display: block; float:left }
.jcarousel-list li, .jcarousel-item { float: left; list-style: none; }
.jcarousel-next { z-index: 3; display: none; }
.jcarousel-prev { z-index: 3; display: none; }
.jcarousel-skin-tango .jcarousel-container {    }
.jcarousel-skin-tango .jcarousel-container-horizontal { padding: 0px; position: relative; width: 630px; margin-top: -8px;}
.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 627px; margin: 0px auto; position: relative; overflow: hidden; }
.jcarousel-skin-tango .jcarousel-item { }
.jcarousel-item a { text-decoration: none; }
.jcarousel-item a img { background: none; padding: 0px; border: 0px; }
.jcarousel-item a:hover img { opacity: 0.8; }
.jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal { position: absolute; top: 8px; width: 20px; height: 148px; cursor: pointer; border: 1px solid #E4DDD3;/* background-size: cover; */background-color: #98885C;background-repeat: no-repeat;}
.jcarousel-skin-tango .jcarousel-next-horizontal { right: -24px; /* background-image: url(nextprev.png); */ /* background-position: -34px 0; */border-top-right-radius: 4px;   border-bottom-right-radius: 4px;}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:active { opacity: 0.8; }
.jcarousel-skin-tango .jcarousel-prev-horizontal { left: -24px;  /* background-image: url(nextprev.png); */   /* background-position: -6px center; */border-top-left-radius: 4px;   border-bottom-left-radius: 4px;}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:active { opacity: 0.8; }


div#container_wrap {
	margin-top: 399px;
}

.homepage h3::after {
	content: '';
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 115%;
	z-index: 0;
	/* opacity: 0.90; */
	/* background-color: #000; */
	/* border-bottom: 2px dashed #F0F0F0; */
	border-bottom: 1px dashed #D0D0D0;
}

.homepage h3.welcome {
	margin-bottom: 0;
	padding: 12px 21px;
	background-color: #98885C;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	border-bottom: none;
	/* border-top-left-radius: 4px; */
	/* border-top-right-radius: 4px; */
	border-top: 1px solid #FFF;
	top: -76px;
	left: -300px;
	width: 1000px;
	box-sizing: border-box;
	margin-bottom: -60px;
}

.homepage h3.welcome::after {
	border-bottom: none;
	height: 100%;
}

a.iname {
	overflow: hidden;
	width: 120px;
	text-align: left;
	display: block;
	background-color: #B3AE99;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 4px;
	box-sizing: border-box;
	position: relative;
	top: -24px;
	left: 3px;
	margin-bottom: -24px;
}

.jcarousel-next.jcarousel-next-horizontal::after {
	content: '>';
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	position: relative;
	top: 57px;
	left: 3px;
}

.jcarousel-prev.jcarousel-prev-horizontal::after {
	content: '<';
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	position: relative;
	top: 57px;
	left: 3px;
}

.welcome p:first-child {
	display: none;
}

.welcome p:nth-child(2) {
	display: none;
}

.loggedin div#container_wrap {
	/* margin-top: 46px; */
	margin-top: 0;
}

.loggedin .homepage h3.welcome {
	display: none;
}

.module_homepage div#content div.previewbox div.image {
	padding: 6px 1px;
	float: left;
	/* width: 120px; */
	position: relative;
}

img {}

div#content div.previewbox div.image a img {
	width: 120px;
}

div#content div.previewbox div.image a:last-child {
	width: 120px!important;
	padding-left: 4px;
	margin-top: 0;
	font-weight: bold;
}

.module_homepage.notloggedin div#container_wrap {
	display: none;
}

.module_homepage.notloggedin div#footer_wrap {
	display: none;
}


.module_homepage.notloggedin #xwframe {
	margin-bottom: -16px;
	height: 1790px;
}

.module_homepage.notloggedin div#sidebar_wrap {
	/* position: absolute; */
	/* top: 0px; */
	/* left: 0; */
}

.phome .r1 {
	/* background-repeat: repeat; */
	/* background-size: auto; */
	/* background-position: center center; */
	/* background-image: url(nd_r1_bg.jpg); */
	background-color: #FFF;
	background-color: #d2ceb8;*/;
}

.phome .dc {
	margin: 0 auto;
	position: relative;
	width: 960px;
	overflow: hidden;
}

.phome .r1c {
	height: 400px;
	background-repeat: no-repeat;*/;
	background-size: auto;
	background-position: center center;
	background-image: url(nd_r1_bg.jpg);
}

.phome .r2 {
	display: none;
	background-color: #FFF;
}

.phome .r2c {
	height: 370px;
}

.phome .r3 {
	background-color: #787D7B;
	/* background-color: #d2ceb8; */
	/* border-bottom: 19px solid #FFF; */
	/* background-color: #FFF; */
	/* margin-bottom: 20px; */
}

.phome .r3c {
	height: 467px;
	background-color: #787D7B;
}

.phome .r4c {
	height: 256px;
	padding-top: 38px;
	text-align: center;
	box-sizing: border-box;
	background-color: #000;
}

.phome .r4 {
	background-color: #000;
	/* background-color: #d2ceb8; */
}

.phome .r5 {
	background-color: #FFF;
	/* background-color: #d2ceb8; */
}

.phome .r5c {
	height: 165px;
	margin-bottom: -15px;
	box-sizing: border-box;
	text-align: center;
	/* overflow: visible!important; */
	background-color: #FFF;
}

.phome {
	font-family: Open Sans, sans-serif;
}

.phome .r1c>* {
	position: absolute;
}

.phome .dfbox {
	left: 631px;
	width: 263px;
	/* top: 136px; */
	top: 55px;
	/* height: 242px; */
	height: 310px;
	box-sizing: border-box;
	background-color: rgba(154, 20, 82, 0.66);
}

.phome .fbox {
	left: 631px;
	width: 263px;
	top: 126px;
	height: 242px;
	padding: 6px 6px 6px 9px;
	box-sizing: border-box;
}

.phome .fbox>* {
	position: absolute;
}

.phome .dtitle {
	display: none;
	left: 595px;
	width: 374px;
	top: 26px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 27px;
	color: #FFF;
}

.phome .dcont {
	left: 595px;
	width: 374px;
	top: 64px;
	font-size: 16px;
	font-family: Spinnaker, sans-serif;
	color: #FFF;
	line-height: 19px;
}

.phome .dsince {
	display: none;
	left: 16px;
	top: 32px;
	width: 121px;
	height: 75px;
	min-height: 28px;
	background-color: #002E5D;
	transition: border 0.4s ease 0s, background-color 0.4s ease 0s;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
	border: solid #2B6CA3 0px;
	border-radius: 50%;
	color: #FFF;
	padding: 25px 0 0 13px;
	box-sizing: border-box;
	font-size: 18px;
	font-family: 'Leckerli One', cursive;
}

.phome .itxt {
	right: 8px;
	width: 167px;
	border: 1px solid #FFF;
	padding: 2px 7px;
	border-radius: 3px;
	box-sizing: border-box;
	transition: all 0.4s ease;
}

.phome .iusr {
	top: 48px;
}

.phome .ipass {
	top: 85px;
}

.phome .iemail {
	top: 122px;
}

.phome .isubmit {
	bottom: 20px;
	background-color: transparent;
	border: 3px solid #FFF;
	border-radius: 20px;
	color: #FFF;
	width: 80%;
	margin-left: 6%;
	padding: 0 0 1px 0;
	box-sizing: border-box;
	font-size: 26px;
	font-family: Anton, sans-serif;
	cursor: pointer;
	/* color: #F8CDE1; */
	transition: all 0.4s ease 0s;
}

.phome .isubmit:hover {
	color: #F8CDE1;*/
	transition: color 0.4s ease 0s;
	border-color: #f8cde1;
	transition: all 0.4s ease 0s;
}

.phome .lusr {
	top: 50px;
}

.phome .lf {
	color: #FFF;
	font-family: Tahoma, sans-serif;
}

.phome .lpass {
	top: 92px;
}

.phome .lemail {
	top: 130px;
}

.phome .lusr2 {
	top: 67px;
	font-family: Spinnaker,sans-serif;
	font-size: 11px;
	color: #F8CDE1;
}

.phome .dftitle {
	font-family: Tahoma, sans-serif;
	font-size: 25px;
	color: #FFF;
	margin-left: 18%;
	display: none;
}

.phome .itxt:hover, .phome .itxt:active {
	/* background-color: #E4EFFB; */
	/* transition: all 0.4s ease; */
}

.phome .r2i {
	position: absolute;
	font-family: Spinnaker,sans-serif!important;
	width: 440px;
	padding-left: 80px;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

.phome .r2i h2 {
	padding: 0;
	margin-bottom: 16px;
	font-family: Spinnaker,sans-serif;
	color: #0FBC71;
}

.phome .r2i p {
	margin: 0;
	font-family: Spinnaker,sans-serif;
	font-size: 14px;
}

.phome .r2i1 {
	background-image: url(nd_r2_1.png);
	background-position-x: 7px;
	top: 30px;
	left: 20px;
}

.phome .r2i1 h2 {
	padding-top: 10px;
}

.phome .r2i1 p {
	width: 340px;
}

.phome .r2i2 {
	background-image: url(nd_r2_2.png);
	background-position-x: 7px;
	top: 200px;
	left: 20px;
}

.phome .r2i3 {
	background-image: url(nd_r2_3.png);
	background-position-x: 7px;
	top: 34px;
	left: 52.5%;
}

.phome .r2i4 {
	background-image: url(nd_r2_4.png);
	left: 52.5%;
	top: 190px;
}

.phome .r2i2 h2 {
	padding-top: 16px;
}

.phome .r2i3 h2 {
	padding-top: 4px;
}

.phome .r2i4 h2 {
	padding-top: 30px;
}

.phome .r2lnk {
	font-weight: bold;
	color: #AB1515;
	border: 1px solid #AB1515;
	padding: 1px 3px;
	margin-left: 2px;
}

.phome .r3i1 {
	padding-left: 57px;
	padding-top: 36px;
	width: 450px;
}

.phome .ipad {
	position: absolute;
	top: 28px;
	left: 54%;
	width: 380px;
}

.phome .iphone {
	position: absolute;
	right: 35px;
	top: 99px;
}

.phome .iobj {
	width: 85%;
	margin-top: 70px;
}

.phome .r3i1 h2 {
	color: #FFF;
	font-family: Spinnaker,sans-serif;
	font-size: 41px;
	line-height: 49px;
	font-weight: normal;
}

.phome .r3i1 p {
	color: #FFF;
	margin-top: 10px;
	font-size: 16px;
	font-family: Spinnaker,sans-serif;
	width: 400px;
	line-height: normal;
}

.phome .fu {
	color: #FFF;
	font-family: Spinnaker,sans-serif;
	font-size: 16px;
	width: 220px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	margin: 0 auto;
}

.phome .soc {
	display: inline-block;
	margin: 0 auto;
	margin-top: 45px;
}

.phome .sl {
	margin-right: 46px;
}

.phome .sl:last-child {
	margin-right: 0;
}

.phome .ilogos {
	margin: 0 auto;
	margin-top: 12px;
	display: block;
}

.d5m {
	display: inline-block;
	position: relative;
	margin-top: 30px;
}

.d5im {
	/* display: none; */
	display: inline-block;
	position: absolute;
	right: 0;
	top: 60px;
	opacity: 0;
	transition: opacity 0.6s ease 1s;
}

.d5m>a {
	background-color: #9E0433;
	color: #FFF;
	padding: 20px 11px;
	display: list-item;
	list-style: none;
	float: left;
	text-decoration: none;
	border-right: 1px solid #FFF;
	font-family: 'Courier New', courier, cursive;
	font-size: 16px;
	transition: background-color 0.6s ease;
}

.d5m>a:first-child {
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	background-color: #7F042D;
}
.d5m>a:last-child {
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
}

.d5mc {
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
	position: relative;
	display: block;
}

.d5m>a:hover {
	background-color: #7F042D;
	transition: background-color 0.6s ease;
}

.d5im>a {
	display: list-item;
	list-style: none;
	/* text-align: left; */
	background-color: #9E0433;
	color: #FFF;
	padding: 5px 13px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	font-family: 'Courier New', courier, cursive;
	font-size: 16px;
	transition: background-color 0.6s ease;
}

.d5mc:hover+.d5im, .d5im:hover {
	opacity: 1;
	transition: opacity 0.6s ease;
}

.d5im>a:hover {
	background-color: #7F042D;
}

.phome .err {
}

#merr {
	color: #EAACE3;
	font-size: 12px;
	bottom: 73px;
	text-align: center;
	width: 100%;
	margin-left: -9px;
	display: none;
}

.phome .errok {
}

.phome .itxt:focus {
	outline: 0;
}

.phome .r1c h2 {
	color: #FFF;
	font-weight:bold;
	margin-top:7px;
	margin-left: 190px;
}

.module_homepage.notloggedin .banner {
	display: none;
}

.module_homepage.notloggedin div#headernav_wrap {
	display: none;
}

.module_homepage.notloggedin div#header_wrap {
	background-color: #FFF;*/;
}

.phome .r21 {
	background-color: #FFF;
	/* background-color: #d2ceb8; */
}

.phome .r21c {
	background-color: #FFF;
}

.phome .r21 h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 30px 20px 20px 20px;
	color: #000;
	font-size: 26px;
	line-height: 22px;
}

.phome .r21 p {
	font-size: 16px;
	color: #000;
	line-height: 23px;
	margin: 15px 30px 25px 40px;
	font-family: Open Sans,sans-serif;
}

.notloggedin #fblike {
	left: 46px;
	top: 450px;
}

.dfntitle h3 {
	font-family: "Times New Roman",Times,serif;
	color: #FFF;
	font-size: 30.5px;
	font-weight: normal;
	padding-bottom: 0;
	line-height: normal;
}

.dfntitle {
	top: -65px;
}

.dfntitle h4 {
	font-family: "Times New Roman",Times,serif;
	color: #FFF;
	font-size: 63px;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
}

.phome .r21 p strong {
	font-style: italic;
	padding-right: 10px;
}

.notloggedin div#header h1 {
	margin-left: 30px;
}

.phome .r1c.onlogin>* {
	opacity: 0.1;
	transition: opacity 0.5s ease;
}

.phome .r1c>* {
	opacity: 1.0;
	transition: opacity 0.5s ease;
}

.phome .r31c {
	padding-top: 20px;
	background-color: #FFF;
}

.r31 {
	background-color: #FFF;
}

.d5m1 {
	margin-top: 40px;
}

.d5m1 a {
	font-size: 16px;
	padding-right: 8px;
	color: #253A52;
	font-weight: bold;
}