/* ================= */
/* LAYOUT MAX 3000px */
/* ================= */

div.layout { 
	width: 100%;
  max-width: 3000px;
	margin: 0px auto;
}

div.row { 
	height: 1%; 
}

div.row-end { 
	clear: both;
	font: 1px/1px sans-serif;
	height: 1px;
	overflow: hidden;
}

div.col1l,  div.col2l,  div.col3l,  div.col4l, 
div.col5l,  div.col6l,  div.col7l,  div.col8l, 
div.col9l,  div.col10l, div.col11l, div.col12l, 
div.col13l, div.col14l, div.col15l, div.col16l, 
div.colMaxl, div.colMax {
	float: left;
	margin-left: 0px;
}

div.col1l:first-child,  div.col2l:first-child,  div.col3l:first-child,
div.col4l:first-child,  div.col5l:first-child,  div.col6l:first-child,
div.col7l:first-child,  div.col8l:first-child,  div.col9l:first-child,
div.col10l:first-child, div.col11l:first-child, div.col12l:first-child,
div.col13l:first-child, div.col14l:first-child, div.col15l:first-child,
div.col16l:first-child,
div.colMaxl:first-child, div.colMax:first-child {
	margin-left: 0px;
}


div.col1l  { width: 6.25%;  }
div.col2l  { width: 12.5%;  }
div.col3l  { width: 18.75%; }
div.col4l  { width: 25%;    }
div.col5l  { width: 31.25%; }
div.col6l  { width: 37.5%;  }
div.col7l  { width: 43.75%; }
div.col8l  { width: 50%;    }
div.col9l  { width: 56.25%; }
div.col10l { width: 62.5%;  }
div.col11l { width: 68.75%; }
div.col12l { width: 75%;    }
div.col13l { width: 81.25%; }
div.col14l { width: 87.5%;  }
div.col15l { width: 93.75%; }
div.col16l { width: 100%;   }

div.colMaxl { width: 100%; }
div.colMax  { width: 100%; }

div.colNonel { display:none; }



/* ==== */
/* MENU */
/* ==== */


/* =========== */
/* MENU MOBILE */
/* =========== */


/* ============ */
/* MENU DESKTOP */
/* ============ */




/* ========= */
/* MAIN MENU */
/* ========= */



/* =========== */
/* MENU BUTTON */
/* =========== */

/* ======== */
/* SLIDER_R */
/* ======== */

/* v1.0.7 */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
	touch-action: pan-y pinch-zoom;
}

.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: none;
	-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: 0px;
	top: 0px;
}
.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;
}

.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: 0;	
}

.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 {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	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 {
	position: absolute;
	z-index: 50;
	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 {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
}

img.rsImg {
	max-width: none;
}

a.rsImg {
	text-indent:-999999px
}

.grab-cursor {
	cursor: move;
	cursor: grab;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url('/css/images/sliderR/grab.cur'), pointer !important; 
}

.grabbing-cursor{ 
	cursor: grabbing;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url('/css/images/sliderR/grabbing.cur'), pointer !important;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url('/css/images/blank.gif');
}


/* ======= */
/* OVERLAY */
/* ======= */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
/*		
  opacity: 0.8;
  filter: alpha(opacity=80);

*/	
  background: #ffffff;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
/*	
  background: transparent;
*/	
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
  border: 0;
}

/* +++++++++ */
.mfp-close {
  line-height: 52px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  padding: 0px;
  color: white;
  font-style: normal;
  font-size: 1px;
  color: #8C8C8C;
	
	width: 56px;
	height: 52px;
	text-indent: -9999px;
  background-image: url('/css/images/close-red-new.png');
	background-size: 56px 52px;
	background-repeat: no-repeat; 
	background-position: center center;
	background-color: transparent;

  right: 39px;
  top: 29px;
/*	
  opacity: 1.0;
  filter: alpha(opacity=100);
*/	
}

.mfp-close-btn-in .mfp-close {
}

.no-touch .mfp-close:hover, .no-touch .mfp-close:focus,
.no-touch .mfp-close-btn-in .no-touch .mfp-close:hover,
.no-touch .mfp-close-btn-in .no-touch .mfp-close:focus {
  background-image: url('/css/images/close-bw-new.png');
	background-size: 56px 52px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
}

	
/*new*/
.mfp-image-holder .mfp-close {
	background: none;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

	
.mfp-arrow {
  position: absolute;
/*	
  opacity: 0.65;
  filter: alpha(opacity=65);
*/	
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
/*
    opacity: 1;
    filter: alpha(opacity=100); 
*/		
	}
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
	/*	
    opacity: 0.7; 
 	*/		
	}

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }	
	
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* shadow */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
}
.mfp-figure small {
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

	
/* ============= */
/* mfp Animation */
/* ============= */
	
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1.0;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 1;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/* =========== */
/* POPUP Image
/* =========== */
	
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
	
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
	opacity: 1.0;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}	

.mfp-bg.mfp-no-margins {
  background: #ffffff;
	background: #f3f3f3;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}


.mfp-container {
}

/**********************/
/* form               */
/**********************/

label.error {
	font-size: 14px;
	line-height: 13px;
	color: #FF0000;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

input.error {
/*
	border: #000000 1px solid;
*/	
}


/* Modul jquery-impromptu.5.2.5.min.js */
/* new */
.jqibox {
	font-family: "webfont1n", sans-serif;
	font-size: 18px;
}

.jqifade{
	position: absolute; 
	background-color: #f0f0f0; 
}
div.jqi{ 
	width: 600px; 
	max-width:90%;
	position: absolute; 
	background-color: #FFFFFF; 
	font-size: 13px; 
	text-align: left; 
	border: solid 1px #000000;
/*	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
*/	
	padding: 7px;
}
div.jqi .jqicontainer{
  font-size: 13px;
	font-weight: bold;
}
div.jqi .jqiclose{ 
	font-family: "webfont1b", sans-serif;
	font-weight: normal;
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #AAAAAA; 
/*	
	font-weight: bold; 
*/	
}
div.jqi .jqistate{
	background-color: #FFFFFF;
}
div.jqi .jqititle{
	font-size: 13px; 
	padding: 5px 10px;
	font-size: 16px; 
	line-height: 20px; 
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{ 
	font-family: "webfont1n", sans-serif;
	font-size: 18px;
	padding: 21px; 
	line-height: 21px; 
	color: #000000; 
}

div.jqi .jqibuttons{ 
	text-align: right; 
	margin: 0px -7px -7px -7px;
	border-top: solid 1px #000000; 
	background-color: #FFFFFF;
/*	
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
*/	
}
div.jqi .jqibuttons button{ 
	font-family: "webfont1b", sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal; 
	border: none;
	border-left: solid 1px #000000; 
	color: #FF0000; 
	font-size: 16px; 
	cursor:pointer;
/*	
	font-weight: bold; 
*/	
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #FF0000; 
}
div.jqi .jqibuttons button:hover {
	color: #000000;
	outline: none;
	cursor:pointer;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #DCCEAF;
}

/* sub states */
div.jqi .jqiparentstate::after{ 
	background-color: #777777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0px;left:0px;bottom:0px;right:0px;
/*	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
*/	
}
div.jqi .jqisubstate{
	position: absolute;
	top:0px;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
/*	
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
*/	
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }


/**********************/
/* form               */
/**********************/




/* ========== */
/* rSliderDef */
/* ========== */

/* Background */
.rSliderDef,
.rSliderDef .rsOverflow,
.rSliderDef .rsSlide,
.rSliderDef .rsVideoFrameHolder,
.rSliderDef .rsThumbs {
	color: #FFFFFF;
/*	
  z-index: 2;
*/	
}

.rsFullscreen .rsOverflow {
	background: #151515;
	color: #FFFFFF;
}


.rsOverflow {
	width:  inherit !important;
	height: inherit !important;
}
.rsOverflow.grab-cursor {
	width:  inherit !important;
	height: inherit !important;
}
.rsContainer {
	width:  inherit !important;
	height: inherit !important;
}

.rsSlide {
	width:  inherit !important;
	height: inherit !important;
}

div.slideIMG {
	line-height: 0 !important;
	outline-style: none;
	-moz-outline-style:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: none;
	width:  inherit !important;
	height: inherit !important;
	visibility: visible;
}


img.rsImg {
	max-width:  inherit !important;
	max-height: inherit !important;
}

.rsImg.rsMainSlideImage {
	max-width:  inherit !important;
	max-height: inherit !important;
}

a.rsImg {
	text-indent:-999999px;
	line-height: 0 !important;
}


/*************/
/* 1. Arrows */
/*************/

.rSliderDef .rsArrow {
	position: absolute;
	z-index: 5001;
	height: 100%;
	width: 400%;
	width: 45%;
	
	display: block;
	cursor: pointer;
}
#contentMainDetail .rSliderDef .rsArrow {
	height: 55%;
}

.rSliderDef.rsVer .rsArrow {
	width: 100%;
	width: 50%;
	height: 55px;
}


.rSliderDef.rsVer .rsArrowLeft  { top: 0; left: 0; }
.rSliderDef.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rSliderDef.rsHor .rsArrowLeft  { 
	position: absolute;
	z-index: 5001;
	left:  -350%; 
	left:  5%; 
	top: 0px;
}
#contentMainDetail .rSliderDef.rsHor .rsArrowLeft  { 
	top: 45%;
}
.rSliderDef.rsHor .rsArrowRight { 
	position: absolute;
	z-index: 5001;
	right: -350%; 
	right: 5%; 
	top: 0px; 
}
#contentMainDetail .rSliderDef.rsHor .rsArrowRight { 
	top: 45%; 
}


.rSliderDef .rsArrowIcn {	
	width: 27px;
	height: 55px;
	top: 50%;
	left: 50%;
	margin-top:-27px;	
	margin-left: -27px;
	position: absolute;	
	cursor: pointer;
	
	display:none;
}


.rSliderDef .rsArrowIcn:hover {
}

.rSliderDef.rsHor .rsArrowLeft .rsArrowIcn { 
	background: url('/css/images/sliderR/arrow-red_prev.png');
	background-size: 27px 55px;
	background: none;
}
.rSliderDef.rsHor .rsArrowLeft .rsArrowIcn:hover {
/*
	background-color: rgba(0,0,0,0.1);
*/	
}

.rSliderDef.rsHor .rsArrowRight .rsArrowIcn {
	background: url('/css/images/sliderR/arrow-red_next.png');
	background-size: 27px 55px;
	background: none;
}

.rSliderDef.rsHor .rsArrowRight .rsArrowIcn:hover {
/*
	background-color: rgba(0,0,0,0.1);
*/	
}

.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;
}

.rSliderDef.rsHor .rsArrowRight  {
	cursor: url('/css/images/sliderR/cursor_next_r.png'), url('/css/images/sliderR/cursor_next_r.cur'), pointer !important; 
}
.rSliderDef.rsHor .rsArrowLeft  {
	cursor: url('/css/images/sliderR/cursor_prev_r.png'), url('/css/images/sliderR/cursor_prev_r.cur'), pointer !important; 
}


/****************/
/* 7. Preloader */
/****************/

.rSliderDef .rsPreloader {
	width:76px;
	height:76px;
	background-image:url('/css/images/sliderR/preloader-redn.gif');
	background-size: 76px 76px;

	left:50%;
	top:50%;
	margin-left:-38px;
	margin-top:-38px;	
}




/*****************/
/* 1. Text Slide */
/*****************/

#rsTextLast {
	-webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.rSliderText {
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	color: #000000;
	visibility: visible;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	display: table;
  width: 100%;
	height: 100%;
	visibility: visible;
	
	
}
	
.rSliderTextCenter {
	display: table-cell;
  vertical-align: middle;
}

.rSliderTextCenter p:last-child {
	margin-bottom: 0px;
}

.rSliderTextContent {
	padding-right: 0px;
  text-align: left;
	margin: 0 auto !important;

  max-width: 750px;
	padding-left: 20px;
	padding-right: 20px;
}



.rSliderDef .rsSlide.noCursor {
  z-index: 20000!important;
}
.rSliderDef .rsOverflow .rsSlide.noCursor {
  z-index: 20000!important;
}


/************
*  2. Bullets Slider AfAf Salon
************/

.rSliderDef .rsBullets {
	z-index:20;
	visibility: hidden;
	display: inline-block;

	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
  

	overflow: hidden;
  
	bottom: -22px;
	margin: 0px; 
	text-align: left;
}


.rSliderDef .rsBullet {
	width:  10px!important;
	height: 5px!important;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	/* top, right, bottom, left */
	padding: 0px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rSliderDef .rsBullet span {
	display: block;
	width:  5px!important;
	height: 5px!important;
	border-radius: 0px;
	line-height: 5px!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 50%;
	
	
	background-color: #666666;
	background-color: #FF0000;
}


.rSliderDef .rsBullet span:hover {
	background-color: #FF0000;
	background-color: #000000;
}
.rSliderDef .rsBullet.rsNavSelected span {
	background-color: #FF0000;
	background-color: #000000;
}


/* ============ */
/* CONTENT Bild */
/* ============ */




/* ============== */
/* RETINA-DISPLAY
/* ============== */


@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) { 


.mfp-close {
	width: 56px;
	height: 52px;
  background-image: url('/css/images/close-red-new-r.png');
	background-size: 56px 52px;
}

	
.no-touch .mfp-close:hover, .no-touch .mfp-close:focus,
.no-touch .mfp-close-btn-in .no-touch .mfp-close:hover,
.no-touch .mfp-close-btn-in .no-touch .mfp-close:focus {
  background-image: url('/css/images/close-bw-new-r.png');
	background-size: 56px 52px;
}
	
	
table.dataTable thead .sorting {
  background-image: url("/css/images/arrow-bw_dn.png");
	background-size: 27px 15px;
}
table.dataTable thead .sorting_asc {
  background-image: url("/css/images/arrow-red_un.png");
	background-size: 27px 15px;
}
table.dataTable thead .sorting_desc {
  background-image: url("/css/images/arrow-red_dn.png");
	background-size: 27px 15px;
}


	
}

