
/**********************/
/* rSlider            */
/**********************/

.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 1;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	z-index: 5;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	z-index: 5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	z-index: 5;
	left: 0;
	top: 0;
	position: absolute;
}

img.rsImg {
	max-width: none;
}


.grab-cursor { 
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url('/css/images/sliderR/grab.cur'), pointer !important;
}

.grabbing-cursor { 
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url('/css/images/sliderR/grabbing.cur'), pointer !important;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	z-index: 5;
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	background: url(/css/images/blank.gif);
}

/**********************/
/* rSlider            */
/**********************/



/**********************/
/* form               */
/**********************/

div.contactBox {
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 16px;	
}

table.containerContact {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
}


#contact textarea.formText {
	height:130px;
	width: 100%;
}


#contact input.formText {
	width: 100%;
}


input, textarea	{
	padding: 1px;
	padding-left: 1px;
	margin-top: 0px;
	margin-bottom: 5px;

	background: url(images/phpcolors/rgba.php?r=255&g=255&b=255&a=70) repeat;
	background: rgba(255,255,255,0.7);
	
}

input,textarea	{
	margin-bottom: 9px;
}


label {
	font-size: 13px;
	/* sw */
	color: #555555;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	margin-left: 0px;
}

label.lfrageQ  {
	line-height: 16px;
}

td.forml {
 vertical-align: top;
}


textarea.formText {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #555555;
	border: #aDaDaD 1px solid; 
	width: 333px;
	width: 200px;
}

input.formText, input.formDate, select.formNbr, input.formBox {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	height: 17px;
	color: #555555;
	border: #aDaDaD 1px solid; 
	width: 333px;
	width: 200px;
}

input.formBox {
	width: auto;
}

input.formDate {
	width: 100px;
	float: left; 
	margin-right: 6px;
}

select.formNbr, select.formCountry {
	font-size: 13px;
	font-weight: normal;
	width: auto;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 16px;
	height: 20px;
	color: #555555;
	border: #aDaDaD 1px solid; 
}
 
input.formRadio {
	font-size: 13px;
	color: #555555;
	border: none;
	line-height: 19px;
	height: 14px;
	vertical-align: middle;
	margin-right: 4px;
	margin-top: 5px;
}

td.textAnrede, td.textRoom {
	font-size : 13px;
	color: #555555;
	width: auto;
	white-space:nowrap;
	
}

input.formSend {
	display:block;
  width: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 15px;
	height: auto;
	color: #FF6800;
	text-decoration:none;
	margin-top: 8px;
  padding: 4px;
  padding-left: 0px;
	border:  1px none #ffffff;
	cursor:pointer;
	
	background: url(images/phpcolors/rgba.php?r=255&g=255&b=255&a=0) repeat;
	background: rgba(255,255,255,0.0);
}

input.formSend:hover, input.formSend.hover {
	color: #555555;
}


/* Modul jquery.validate.pack.js */

label.error {
	font-size: 11px;
	line-height: 13px;
	color: #cc0033;
	display: block;
	margin-top: -5px;
	margin-bottom: 5px;
}

input.error, textarea.error {
	border: #cc0033 1px solid;
}


/* Modul jquery-impromptu.3.1.min.js */

.jqifade{
      position: absolute;
      background-color: #f0f0f0;
}

div.jqi{
      width: 800px;
      font-size: 11px;
			position: absolute;
      background-color: #C8D1E8;
      text-align: left;
      border: solid 1px #879BCB;
      padding: 7px;
}

div.jqi .jqicontainer{
      font-size: 14px;
      font-weight: bold;
}

div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #AAAAAA;
      font-weight: bold;
}
div.jqi .jqimessage{
      font-size: 14px;
      padding: 10px;
      line-height: 20px;
      color: #151E39;
}
div.jqi .jqibuttons{
      text-align: left;
      padding: 25px 0 15px 0;
      border: solid 1px #C8D1E8;
      background-color: #C8D1E8;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #DCCEAF;
      border: solid 1px #879BCB;
      color : #5a5966;
      font-weight: bold;
      font-size: 12px;
    	cursor: pointer;
}
div.jqi button:hover{
      background-color: #D2D6DB;
}
div.jqi button.jqidefaultbutton{
      background-color: #DCCEAF;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #DCCEAF;
}


/**********************/
/* form               */
/**********************/





/**********************/
/* highslide          */
/**********************/

.highslide-container div {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-size: 13px;
	color: #444444;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}

.highslide img {
/*	border: 2px solid silver; */
}
.highslide:hover img {
/*	border-color: gray;*/
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}

.highslide-wrapper, .highslide-outline {
	background: white;
}

.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	padding: 5px;
	font-size: 11px;
	color: #444444;
	text-align : left;
  vertical-align: bottom;
}


.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 10px;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(images/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
/*	
	background-image: url(images/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
*/	
	
	background: #eeeeee url('images/graphics/loader.white.gif') left center no-repeat;
	border: 3px solid #eeeeee;
	color: #000000;
}

a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url('images/graphics/close.png');
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}


/*********************************/
/* Styles for the HTML popups		 */
/*********************************/

.highslide-maincontent {
	display: none;
	margin-right: 20px;
	margin-left: 5px;
	
		
}

.highslide-maincontent a	{
	color: #cc0033;
	text-decoration: none;
}

.highslide-maincontent a:active	{
	color: #cc0033;
}

.highslide-maincontent a:visited	{
	color: #cc0033;
}

.highslide-maincontent a:hover	{
	color: #858585;
	text-decoration: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
/******************/	
	width: 580px;
	padding: 5px 5px 5px 5px;
/******************/	
	
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url('images/graphics/resize.gif') no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/****************************************************/
/* Styles for the Individual wrapper class names.		*/
/****************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 2px solid #dddddd;
	margin-bottom: 2px;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url('images/graphics/closeX.png');
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: #E8E8E8;
}
.colored-border .highslide-image {
	border: 2px none green;
}
.colored-border .highslide-caption {
	border: 2px none green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url('images/graphics/controlbar-black-border.gif');
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url('images/graphics/icon.gif') no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url('images/graphics/controlbar-white-small.gif');
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}


/*-hae new */
.full-size .highslide-html-content {
	width: auto;
}


.highslide-maincontent h1 {
	font-family: "webfont2", Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 19px;
}

.highslide-maincontent h2 {
	font-family: "webfont2", Verdana, Geneva, Tahoma, sans-serif;
	font-size:13px;
	color:#000000;
	line-height: 18px;
  margin-bottom: 0px;
	padding: 0px;
	font-weight: normal;
}

/**********************/
/* highslide          */
/**********************/

/**********************/
/* rSliderDef         */
/**********************/
/* Background */
.rSliderDef,
.rSliderDef .rsOverflow,
.rSliderDef .rsSlide,
.rSliderDef .rsVideoFrameHolder,
.rSliderDef .rsThumbs {
	color: #FFFFFF;
}

 .rsFullscreen .rsOverflow {
	background: #151515;
	color: #FFFFFF;
}


/***************
*  1. Arrows
****************/

.rSliderDef .rsArrow {
	z-index: 5;
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
}

#contentBackgrViews .rSliderDef .rsArrow {
z-index: 100 !important;
}

.rSliderDef.rsVer .rsArrow {
	width: 100%;
	height: 44px;
}

#contentBackgrViews .rSliderDef.rsVer .rsArrow {
z-index: 100 !important;
}

.rSliderDef.rsVer .rsArrowLeft { top: 0; left: 0; }
.rSliderDef.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rSliderDef.rsHor .rsArrowLeft { left: 0; top: 0; }
.rSliderDef.rsHor .rsArrowRight { right: 0; top:0; }

.rSliderDef .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('images/sliderR/rSliderDef.png');
/*
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
*/	
	border-radius: 2px;
}


.rSliderDef .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.5);
}

.rSliderDef.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rSliderDef.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rSliderDef.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rSliderDef.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rSliderDef .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*  2. Bullets
****************/

.rSliderDef .rsBullets,
#contentBackgrViews .rSliderDef .rsBullets {
	position: absolute;
	left: 25%;
	bottom: 0px;
	bottom: -31px;
	width: 50%;
	height: 23px;
	margin: 0 auto; 
/*
	background: #000;
	background: rgba(0,0,0,0.75);
  background: #1f1f1f;
*/

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}

#contentBackgrViews .rSliderDef .rsBullets {
	bottom: 10px;
	z-index: 100 !important;
}

.rSliderDef .rsBullet,
#contentBackgrViews .rSliderDef .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 8px 5px 6px;
	cursor: pointer;
}

#contentBackgrViews .rSliderDef .rsBullet {
	z-index: 100 !important;
}


.rSliderDef .rsBullet span,
#contentBackgrViews .rSliderDef .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(0,0,0,0.1);
}

#contentBackgrViews .rSliderDef .rsBullet span {
	background: #000000;
	background: rgba(0,0,0,0.5);
	z-index: 100 !important;
}

.rSliderDef .rsBullet span:hover,
#contentBackgrViews .rSliderDef .rsBullet span:hover {
	background-color: #bbbbbb;
}
.rSliderDef .rsBullet.rsNavSelected span,
#contentBackgrViews .rSliderDef .rsBullet.rsNavSelected span {
	background-color: #bbbbbb;
}

/***************
*  5. Fullscreen
****************/

.rSliderDef .rsFullscreenBtn {
	z-index:6;
	position: absolute;
	right: 100px;
	bottom: -37px;
	width: 32px;
	height: 32px;
	display: block;
	cursor: pointer;
	
}
.rSliderDef .rsFullscreenIcn {
	width: 32px;
	height: 32px;

	background: url('images/sliderR/rSliderDef.png') 0 0;
/*	
	background-color: #000000;
	background-color: rgba(0,0,0,0.05);
	*background-color: #000000;
*/	
	border-radius: 2px;

}
.rSliderDef .rsFullscreenIcn:hover {
	background: url('images/sliderR/rSliderDefs.png') 0 0;
	background-color: rgba(0,0,0,0.3);
}

.rSliderDef.rsFullscreen .rsFullscreenIcn {
	background-position: -64px 0;
/*	
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
	*background-color: #000000;
	border-radius: 2px;
*/	
	cursor: pointer;

}

.rSliderDef.rsFullscreen .rsFullscreenIcn:hover {
	background: url('images/sliderR/rSliderDefs.png') -64px 0;
	background-color: url(images/phpcolors/rgba.php?r=238&g=238&b=238&a=0.4) repeat;
	background-color: rgba(238,238,238,0.4);
	*background-color: #eeeeee;
}

.rSliderDef.rsFullscreen .rsFullscreenBtn {
	z-index:6;
	top: 20px;
	right: 14px;
}


.rSliderDef.rsFullscreen .rsAbsoluteEl {
display: none;
}



/***************
*  3. Thumbnails
****************/

.rSliderDef .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rSliderDef .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rSliderDef.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rSliderDef.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rSliderDef .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rSliderDef .rsThumb img {
	width: 100%;
	height: 100%;
}
.rSliderDef .rsThumb.rsNavSelected {
	background: #02874a;
}
.rSliderDef .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rSliderDef .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rSliderDef .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rSliderDef .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rSliderDef .rsThumbsArrow {
	z-index: 5;	
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rSliderDef .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rSliderDef.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rSliderDef.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rSliderDef.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rSliderDef.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rSliderDef.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rSliderDef .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('images/sliderR/rSliderDef.png');
}

.rSliderDef.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rSliderDef.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rSliderDef.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rSliderDef.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rSliderDef .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rSliderDef .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rSliderDef .rsThumbsHor {
		height: 44px;
	}
	.rSliderDef .rsThumbsVer {
		width: 59px;
	}
}


/***************
*  4. Tabs
****************/

.rSliderDef .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rSliderDef .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rSliderDef .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rSliderDef .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rSliderDef .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rSliderDef .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}






/***************
*  6. video
****************/

.rSliderDef .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rSliderDef .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url('images/sliderR/rSliderDef.png') no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rSliderDef .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rSliderDef .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rSliderDef .rsCloseVideoBtn {
	z-index: 5;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rSliderDef .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rSliderDef .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('images/sliderR/rSliderDef.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rSliderDef .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*  7. Preloader
****************/

.rSliderDef .rsPreloader {
	width:20px;
	height:20px;
	background-image:url('images/sliderR/preloader-white.gif');

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*  8. caption
****************/
.rSliderDef .rsGCaption,
#contentBackgrViews .rSliderDef .rsGCaption {
	position: absolute;
	float: none;
	bottom: 0px;
	bottom: -30px;
	left: 5%;
	text-align: left;
/*
	background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.75);
*/
	color: #888888;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
  font-family:"webfont2", Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	
}

#contentBackgrViews .rSliderDef .rsGCaption {
	bottom: 10px;
	z-index: 100 !important;
	left: 10px;
}

.rSliderDef .rsGCaption span.title,
#contentBackgrViews .rSliderDef .rsGCaption span.title {
  font-family:"webfont2", Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	color:#666666;
}

#contentBackgrViews .rSliderDef .rsGCaption span.title {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
	font-size: 11px;
}

/**********************/
/* rSliderDef         */
/**********************/



