/* CONTENT page */

.roundTop {	border-radius: 5px 5px 0px 0px;	}
.roundBot {	border-radius: 0px 0px 5px 5px;	}

.contentNotice {
	display:block;
	position:relative;
	padding:1em;
	background-color: #000; /* bg color v93*/
	color: #999;	
	text-align: right;
}
.valign{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
	
}

.un-slideshow-pen {
	display:block;
	width:100%;
	height:400px;
	border:red thin solid;
	background-color:#eee;
	text-align:center;
}
.cd-page-intro {
	margin: 0px;
	display: block;
	width: 100%;
	background-color:#000;/* image border v93*/
	color: #fff; /* tag color v93*/
	font-size: 16px;
	letter-spacing:2px;
}

.content-image{
	border: thin solid #ccc;/* image border v93*/
	padding: 2px;
}

.horizontal-flip {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}

/* TAGS */
#un-tags-container {
	opacity: 0.7;
}
#un-tags-container:hover {
	opacity: 1;
}
.un-tag{
	display: inline-block;
	color:#000;
	padding-right: 10px;
}
.un-tag:hover{
	color: #FF8300; /* tag color v93*/	
}
#un-tag-more{
	position: relative;
	vertical-align: middle;
	top: -2px;
	font-size: 12px;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	padding: 5px;
	margin-top: -3px;
}
#un-tag-more:hover{
	background-color: #FF8300; /* bg color v93*/	
}
#powerTip {
	position: absolute;
	display: none;
	z-index: 2147483647;
	padding: .5em;
}
.rateStar{
	padding: 2px;
	color:#555;
  	font-size: 20px;
}
.rateStar:hover{
  color:#ffff00;
  font-size: 25px;
}

.feedback { color:inherit;}
.feedback:hover, un-tag:hover { color:#FF8300;}/* react color v93*/

.suggestions{
	padding:0.6em; border:thin solid #f00 ; height:200px; overflow:scroll; overflow-x:hidden; -webkit-overflow-scrolling: touch;  
}

.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-bg.cd-color-1 {
  background-color: #fff;
  color: #000;
}

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  margin: 0px;
  padding:0px;
  height: 100%;
  min-height: 100px;
  position: relative;
  z-index: 1;
}

#cd-fixed-bg-container {

	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index:2;
}
#cd-fixed-bg-shadow {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity:0;
	box-shadow: inset 0px 5px 3px rgba(0,0,0,0.3), inset 0px -5px 3px rgba(0,0,0,0.3);
	z-index:99;
}
#cd-fixed-bg {
	position: relative;
	background-color:#000;
	z-index:1;
  
}
#cd-headline-logo {
	 opacity:1;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}
#cd-headline {
  opacity: 1;	
  position: absolute;
  left: 50%;
  top: 40%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  font-size: 60px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  color: black;
  z-index:4;
}
#cd-strapline{
  opacity: 1;	
  position: absolute;
  left: 50%;
  top: 55%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  font-size:24px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  color: black;
   z-index:3;
}
.cd-title-bg {
  opacity:.5;
}

/* User content space */
.cd-user-normal {
	width: 70%;
	margin:auto;
}
.cd-user-looper {
	width: 100%;
}
.cd-user, 
.cd-user p,
.cd-user ul,
.cd-user li,
.cd-user table
{
	font-family: inherit;
    font-weight: normal;
	font-size: 18px;
	line-height:1.5;
	color:#000;
}
.cd-user h1{ color: #000; font-size: 60px; padding-bottom: 1em; }
.cd-user h2{ color: #000; font-size: 48px; padding-bottom: 1em; }
.cd-user h3{ color: #000; font-size: 30px; padding-bottom: 1em; }
.cd-user h4{ color: #000; font-size: 24px; padding-bottom: 1em; }
.cd-user h5{ color: #000; font-size: 20px; padding-bottom: 1em; }
.cd-user h6{ color: #000; font-size: 14px; padding-bottom: 1em; }

/* UN-CONTENT last so override all others! */
.un-con-quote{
	width:80%;
	padding: 1em;
	color: white;
	border: thin solid #f00; /* v93*/
	background-color: #000; /* v93*/
	font-size:larger;
}
.un-con-booknow {
	width:80%;
	padding: 1em;
	color: white;
	border: thin solid #f00; /* v93*/
	background-color: #000;
	font-size:xx-large;
}
.un-con-booknow a {color:white;text-decoration:none;}






/* TEASER */
#un-teaser-prev > a, #un-teaser-next > a {
	font-size: x-large;
	color: inherit; / * link color v93 * /	
}
#un-teaser-prev > a:hover, #un-teaser-next > a:hover {
	color: #FF8300; / * link color v93 * /	
}
.cd-teaser  {
	display: flex;
	flex-margin: 0.2em;
	flex-basis: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: normal;
	align-content: normal;
}
#un-teaser-prev  {
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}

#un-teaser-next {
	text-align: right;
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}
.un-teaser-img {
	border-radius: 4px;
	float:left;
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 80px;
	height: 80px;
	background-attachment: stretch;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.un-teaser-tit {
	float:left;
	font-size: x-large;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.un-teaser-desc {
	opacity: 0.7;
	float:left;
	font-size: small;
	display: inline-block;
	position: relative;
	z-index: 3;
}



@media screen and (min-width: 401px) and (max-width: 600px){

	#un-teaser-prev  {
		scale: 0.8;
	}
	#un-teaser-next {
		scale: 0.8;
	}
	.un-teaser-img {
		margin: 0px;
		margin-bottom: 0.5em;
	}

}

@media screen and (max-width: 768px){
	.panelNews{
		margin-bottom: .6em;
	}
	.panelFooter a {
		width: 100%;
		font-size: 0.7em; /* panel footer v93*/
		text-align: left;
		color:#242415;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.contentNotice {
		text-align: center;
	}

	.cd-user-normal {
		width: 100%;
	}

}

/* Make space for sticky menu */
.cd-bannerless{
	margin-top: 70px;
}

