html, body { margin: 0; padding: 0; min-height:660px; height:100%;}
body {
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.social-bar-top { padding-top:30px; overflow:hidden;}
#nav ul, #nav li  { margin: 0; padding: 0; list-style: none; }
.clear { clear:both }

a img { border:0; }

/* ==|== non-semantic helper classes ======================================== */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.template { margin:0 auto; overflow:hidden; position:relative; }
.template .social-icons { position:absolute; top:5px; right:5px;}
#fotoblock, #textBlock, #fotoblocktext { height:100%; }
#fotoblock.slide-text img { border:0; }

.img-overlay { position:absolute; width:100%; height:100%; z-index:100; }
.swap .text-wrapper #fotoblock .img-overlay { position:absolute; width:50%; height:100%; z-index:100; }
.swap #textBlock{float:right;}
.swap #fotoblock{float: left;}

/** Header **/
#header-wrapper { width:100%; overflow:hidden;}
#header { z-index:1000; padding-bottom: 10px; position:absolute; width:100%;margin-top: 20px; }
#header .inner { height:auto; position:relative; }
h1      { font-weight:normal; padding: 0; margin: 0 20px 0 0; z-index: 100; float:left; }
h1 a    { display: block; text-decoration:none; }
h1 a img { display:block; }

#nav {z-index:10; margin-top:3px; float:left;}
#nav li { padding-top: 0; float: left; position: relative; }
#nav li a { color: #000; text-decoration: none; font-size: 13px; line-height:13px; display: inline-block; padding: 3px 10px; }
#nav li a:hover,
#nav li a.active { color: #ffacd6; }
#nav li ul { padding: 5px 10px 5px 0; background: #fff; display: none; position: absolute; left: 0; top: 19px; }
#nav li.li-submenu:hover ul { display: block; }
#nav li li { float: none; white-space: nowrap; }
#nav li li a { display: block; padding:3px 10px 5px 10px; }
.html .textBlockIn { padding:0; }
#nav li:last-child a { padding-right:0; }

#header.nav-below-logo h1, #header.nav-below-logo #nav { float:none; }
#header.nav-below-logo li:first-child a { padding-left:0; }

#overlay { width:100%; height:100%; position:fixed; left:0; top:0; z-index:3000}

.addthis_toolbox { float:right; width:23px; height:23px; margin:0 7px 0 0; }
.addthis_toolbox .at300bs { background: url(images/icon_sprite.png) no-repeat -200px 0; width:23px; height:23px;  }
.addthis_toolbox .at300bs:hover { background-position:-200px -24px; opacity:1;filter:alpha(opacity=100);   }


#facebook-icon { background: url(images/icon_sprite.png) no-repeat -150px 0; float:right; position:relative; width:23px; height:23px; margin:0 5px 0 0;}
#facebook-icon:hover { background-position:-150px -24px; }

#twitter-icon { background: url(images/icon_sprite.png) no-repeat -175px 0; float:right; width:23px; height:23px; margin:0 5px 0 0;}
#twitter-icon:hover { background-position:-175px -24px; }

.copyright { cursor: pointer; width: 23px; height: 23px; position: relative; float: right;  background: url(../images/icon_sprite.png) -25px 0 no-repeat; margin-top: 0; }
.copytext { display: none; position: absolute; top: 30px; right: 0; white-space: nowrap; background: white; padding: 3px 10px; z-index:1000; }
.copyright:hover { background-position:-25px -24px;}
.copyright:hover .copytext  { display: block; }

.social-icons { float:right; }
.social-icons iframe { float:right; margin:2px 0px 0 0; position:absolute; top:-22px; right:50px; }
.social-icons iframe.twitter-share-button { right:0; }
/** End **/

#ajax { display:none; margin-top:1px; position:relative; }

/** HomePage Slideshow **/
.slide { width: 100%; height:100%; overflow:hidden; position:absolute; left:-2000px; top:0; opacity:1; filter: alpha(opacity=100); }

.slide img { border:1px solid #fff; }
/** End **/

/** Video Page **/
#videos {
	height:100%;
}

.video {
	display:inline-block;
	margin:10px 20px 10px 0;
	vertical-align: top;
	float:left;
}

.video a {
	-webkit-box-shadow:0 0 3px #333;
	-moz-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
	background:#fff;
	display:inline-block;
	height:150px;
	width:150px;

	display: table-cell;
    text-align: center;
    vertical-align: middle;

	zoom: 1;
	*display: inline;
}

.video .image { overflow: hidden; }

.video img { display:block; text-align: center; margin:0 auto; }

.video a:hover {
	-webkit-box-shadow:0 0 6px #555;
	-moz-box-shadow:0 0 6px #555;
	box-shadow:0 0 6px #555;
}

#videos .center {
	position:relative;
	margin:0 auto;
	width:520px;
}

#videos span {
	background:#9d9d9d;
	border-color:#9d9d9d;
	color:white;
	display:block;
	font-family:Arial, sans;
	font-size:13px;
	margin-top:5px;
	padding:3px 0;
	text-align:center;
	width:150px;
}

#videos label { overflow:hidden; margin-top:5px; white-space:nowrap; width:200px; }

#video-controls {
	clear:both;
}

#video-controls a {
	background:url(../images/video.png) left bottom;
	color:#fff;
	display:inline-block;
	width:7px;
	height:18px;
	margin-right:5px;
	padding:3px 8px;
	font-family:arial, sans;
	font-size:14px;
	text-decoration: none;

	zoom: 1;
	*display: inline;
}

#video-controls a:hover, #video-controls a#controlOn {
	background-position:left top;
}

#video-controls a:hover, #video-controls a#controlOn {
	background-position:left top;
}
/** End **/

/** Text Page **/
.text-wrapper { background:#eee; height:100%;}
#textBlock {  outline:none; overflow:hidden; line-height:18px; margin:5px; font-size:12px; color:#000; float:left; }
#textBlock a { color:#676734; }
.textBlockIn { padding:10px 25px; }
#fotoblocktext { float:right; position:relative; }
.slideT { overflow:hidden; opacity:0; filter: alpha(opacity=0); position:absolute; top:0; }
.slideT img { float:right; }
#textBlock input.fade, #textBlock textarea.fade { color:#999;}
/** End **/

/** Contact Page **/
form { width:auto; }
/*.error input.text, .error textarea { border-color:red; }*/
#textBlock input.error, textarea.error { border-color:red; }
label { display:block; }
input.text { font-family:Arial; border-radius:3px; border:1px solid #999; font-size: 13px; background:#FFF; -webkit-appearance: none; padding:6px; border: 1px solid #999; display:inline-block; width:98%;}
textarea { font-family:Arial; height:100px; border-radius:3px; border:1px solid #999; font-size: 13px; background:#FFF; -webkit-appearance: none; padding:6px; margin-top:0px; border: 1px solid #999; display:inline-block; width:98%; }
.inputBlock { margin-bottom:10px; background: #fff;}
.buttons { width:auto; }
input.button, .success  {
	font-family:Arial;
	border-radius: 5px;
	/*box-shadow:0 0 3px 3px #333;*/
	-webkit-appearance: none;
	background: #666;
	color:#fff;
	border:0;
	float:left;
	margin-right:10px;
	padding: 3px 18px;
	font-size: 13px;
	color: white;
}
.success { background:#444444; }
input.button:hover { background:#999; }
input.button:hover { background-position:0 -28px;}
/** End **/

/** Gallery **/
#sliderPack {  position: absolute; width:100%; height:90px; bottom: 0px; z-index:4000; }
#photoSlider  { height: 60px; margin-top:30px; width: 100%; }
#slider { margin:0 60px 0 100px; overflow:hidden; }
.sliderIn     { white-space: nowrap; height: 8px; padding:28px 0 25px 0; margin: 0; }
.sliderIn a   { width: 60px; outline:none; height: 8px; margin-right:3px; background: #dddddd; display: block; float:left; }
.sliderIn .current { background: url('images/julie_slider.png') -2px -2px no-repeat; }
.sliderIn img {border:1px solid #ddd; display: none; margin-top:-28px; }
/*.sliderIn a:hover img { display:block; margin-top:-28px; }*/

.slide-text.left { float:left; }
.slide-text.right { float:right; }
.slide-text.center {  margin-left: auto ; margin-right: auto ; }

#controls { width:100px; height:23px; margin-top:49px; position:absolute; left:0; top:0; z-index:1000; }
#move { width: 60px; display:none; height: 23px; padding:20px 0; margin-top:28px; position: absolute; right:0; top:0; z-index: 1000; }
#move a, #controls a, #caption { display: block; width: 23px; height: 23px; float: left; margin: 0 0 0 5px; }

#left { background: url('../images/icon_sprite.png') 0 0 no-repeat; }
#left:hover { background-position: 0 -24px; }

#right { background: url('../images/icon_sprite.png') -75px 0 no-repeat; }
#right:hover { background-position: -75px -24px; }

#left.off, #right.off { opacity:0.6; }

.start { background: url('../images/icon_sprite.png') -100px -24px no-repeat; }
.stop { background: url('../images/icon_sprite.png') -100px 0 no-repeat; }

#thumbs { background: url('../images/icon_sprite.png') -125px 0 no-repeat; }
#thumbs:hover { background-position:-125px -24px; }

#caption { background: url('../images/icon_sprite.png') -50px 0 no-repeat; position:relative; z-index:4000;}
.caption-text {
	border-radius:3px;
	color:#FFF;
	display:none;
	z-index:4000;
	position:absolute;
	bottom:26px;
	font-size:13px;
	left:-60px;
	white-space:nowrap;
	padding:4px 8px;
	background:#000;
	z-index:1000;
}
.caption-text.single-image { left: 0; }
#caption:hover { background-position:-50px -24px;}
.slide-gallery img{z-index: 1000;}

/** End **/

/** Scroller **/
.scrollgeneric { line-height: 1px; font-size: 1px; position: absolute; top: 0; left: 0; }
.vscrollerbase { width: 10px; background-color: #eee; }
.vscrollerbar { width: 10px; padding:10px 0 10px 0; background-color: #aaa; }
.vscrollerbasebeg { background: url(images/bar.jpg) no-repeat; width: 10px; height:10px; }
.vscrollerbaseend {	background: url(images/bar.jpg) no-repeat; width: 10px; height:10px; }
.scrollerjogbox { width: 10px; height: 10px; top: auto; left: auto; bottom: 0px; right: 0px; background-color: gray; }
/** End **/

#facebook-icon:hover .caption, #twitter-icon:hover .caption { display:block; }
#facebook-icon, #twitter-icon {position:relative;text-decoration:none;}
.caption {
	background:#000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#FFF;
	font-size:13px;
	display:none;
	outline:none;
	padding:4px 8px;
	position:absolute;
	right:0;
	top:27px;
}

.music-player {
	background:transparent url(../images/musicplayer.png) no-repeat;
	display:none;
	height:89px;
	padding-bottom:45px;
	padding-right:10px;
	position:absolute;
	bottom:0px;
	right: 0px;
	width:220px;
	z-index:1500;
}

#musicIcon {
	background:url(../images/musicicon.png) no-repeat 4px 0px;
	top:0;
	cursor:pointer;
	display:none;
	height:25px;
	float:left;
	margin-right:5px;
	width:33px;
	z-index:1501;
}
#music-on,#music-off {
	bottom:5px;
	color:#FFF;
	display:none;
	cursor:pointer;
	font-weight:bold;
	position:absolute;
	right:48px;
	z-index:1501;
}
#music-on { right:83px; }

#music-on.off, #music-off.off { color:#7f7e7e; }

#musicIcon.off {
	background-position:4px -25px;
}

#play, #pause, #nextTrack, #prevTrack {
	background:url(../images/playerbuttons.png) no-repeat;
	display:block;
	position:absolute;
	text-indent:-9999px;
}

.page-container { height:100%; position:relative; }

/**
 * Pages
 */
.pages {
  opacity:0;
  left:0px;
  position:absolute;
  text-align:center;
  top:0;
  width:100%;
}

/*.page .enlarge { opacity:0.8; }*/

.pages .six { height:100%; }
.pages .three { display:none; }
.pages a { color:#000; display:inline-block;  text-decoration:none; width:230px;height:277px; }

.pages section { position:absolute; width:690px; z-index:1001; }

.page {
  float:left;
  font-weight:normal;
  margin:10px;
  padding:5px;
}
.page label, .video label { background:#fff; color:#000;max-height:34px; overflow:hidden;  display:block; margin:5px 0 0 0; font-family:Arial; text-align:center; padding:5px; font-size:13px; }
.page .image { height:200px; overflow:hidden; width:200px; background:#989898; }

.pages a.pagesLeft, .pages a.pagesRight {
  height:23px;
  position:absolute;
  text-indent:-9999px;
  width:23px;
  z-index:2000;
}

.pages .pagesLeft, .pages .pagesRight { background: url(../images/icon_sprite.png) -249px 0 no-repeat; display:none; }
.pages .pagesRight { background-position: -225px 0; }
.pages .pagesLeft:hover { background-position:-249px -24px; }
.pages .pagesRight:hover { background-position:-225px -24px; }

.fade { opacity:0.6; }

.label {
	background:#333333;
	bottom:40px;
	color:#fff;
	display:none;
	font-size:14px;
	padding:3px 20px;
	position:absolute;
	text-align:center;
	white-space:nowrap;
}
.close_label {
	left:109px;

}
.next_label {
	left:86px
}
.prev_label {
	left:41px
}
.slideshow_label {
	left:-10px;
	width:76px;
}

.prev-image, .next-image {
	cursor: url(../images/vivien-arrow-left.cur), url(cms/templates/html/56/images/vivien-arrow-left.cur), pointer;
	left:0;
	opacity:0.3;
	position:absolute;
	top:0;
	width:50%;
	z-index:500;
}
.next-image {
	cursor: url(../images/vivien-arrow-right.cur), url(cms/templates/html/56/images/vivien-arrow-right.cur), pointer;
	left:auto;
	right:0;
}

.large-thumbs { 
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	height:100%;
	opacity:1;
	padding:0;
	z-index:500;
}
.large-thumbs section { position:static; width:auto; }
.large-thumbs a { float:left; height:293px; margin-bottom:15px; width:auto; }
.large-thumbs .page { text-align:left; }
.large-thumbs .image { width:auto; }
.large-thumbs .no-submenu-thumb { width:240px;}
#videos.large-thumbs label { box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; width:100%;}

/**
 * Custom Scrollbar
 */
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
	width:auto;
	/margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCustomScrollBox .mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mCSB_scrollTools .mCSB_buttonUp+.mCSB_draggerContainer{
	padding-bottom:40px;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	bottom:0;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal .mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer{
	height:100%;
	width:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft+.mCSB_draggerContainer{
	padding-bottom:0;
	padding-right:20px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
	right:0;
	bottom:auto;
	margin-left:-40px;
	margin-top:-16px;
	float:right;
}

/* default scrollbar colors and backgrounds */
.mCustomScrollBox .mCSB_scrollTools{
	opacity:0.75;
}
.mCustomScrollBox:hover .mCSB_scrollTools{
	opacity:1;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
	filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(../mCSB_buttons.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}

/* custom styling */
/* content_1 scrollbar */
.content_1 .mCustomScrollBox .mCSB_scrollTools{
	padding:5px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* content_2 scrollbar */
.content_2 .mCSB_scrollTools .mCSB_draggerRail{
	width:6px;
	box-shadow:1px 1px 1px rgba(255,255,255,0.1);
}
.content_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:rgba(255,255,255,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.content_2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.5);
	filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)"; /* old ie */
}
.content_2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.6);
	filter:"alpha(opacity=60)"; -ms-filter:"alpha(opacity=60)"; /* old ie */
}
/* content_3 scrollbar */
.content_3 .mCustomScrollBox .mCSB_scrollTools{
	padding:10px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.content_3 .mCSB_scrollTools .mCSB_draggerRail{
	width:0;
	border-right:1px dashed #09C;
}
.content_3 .mCSB_scrollTools .mCSB_dragger{
	height:11px;
}
.content_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:11px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
	background:#09C;
}
/* content_4 scrollbar */
.content_4 .mCustomScrollBox .mCSB_scrollTools{
	padding:20px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.content_4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:8px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#d0b9a0;
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
	box-shadow:1px 1px 5px rgba(0,0,0,0.5);
}
.content_4 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:#dfcdb9;
}
.content_4 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.5);
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}
/* content_5 scrollbar */
.content_5 .mCustomScrollBox .mCSB_scrollTools{
	padding:0 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.content_5 .mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.2);
}
.content_5 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	height:2px;
	margin:7px auto;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.content_5 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.content_5 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.content_5 .mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.content_5 .mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/* content_8 scrollbar */
.content_8 .mCSB_scrollTools .mCSB_draggerRail{
	width:0px;
	border-left:1px solid rgba(0,0,0,0.8);
	border-right:1px solid rgba(255,255,255,0.2);
}

@media screen and (max-height:660px) {
	html body, html body.social-bar-top  { overflow:auto; }
}

.password-box {
	height:130px;
	margin:0 auto;
	padding:25px;
	width:320px;
}
.password-box input[type="password"] {
	background:#FFF;
	border:1px solid #AAA;
	border-radius:3px;
	color:#000;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-bottom:12px;
	padding:3px 5px;
	width:100%;
}

.page-404 #header, .page-404 .social-bar, .page-404 #footer { display:none; }
.page-404 .template, .page-404 #ajax { margin:0; padding:0; }
.page-404 #ajax { position:static; }
.page-404 .page-container { left:5px; position:absolute; top:0; }

			#photoSlider3  { position:absolute; left:0; padding:20px 0; width:100%; height: 100%; z-index:1000;}
			.sliderIn3     { padding:2px 30px; width: 98%; margin: 0 auto 0 auto; }
			.sliderIn3 img {
				border:1px solid transparent;
				cursor:pointer;
				display:block;
				float:left;
				margin:0 4px 4px 0;
				width: auto;
				position: relative;
			}
			.pages .sliderIn3 img { border:0; }

			.image-grid { width: 100%; }
			.image-grid:hover { cursor: pointer}

			/*	6 columns*/
				#column-wrap6 .columns {width: 16%; float: left; }
				#column-wrap6 .col-1 { margin-right: .5%; display: block }
				#column-wrap6 .col-2 { margin-right: .5%; display: block }
				#column-wrap6 .col-3 { margin-right: .5%; display: block }
				#column-wrap6 .col-4 { margin-right: .5%; display: block }
				#column-wrap6 .col-5 { margin-right: .5%; display: block }
				#column-wrap6 .col-6 { margin-right: .5%; display: block}

			/*	5 columns*/
				#column-wrap5 .columns {width: 19.4%; float: left; }
				#column-wrap5 .col-1 { margin: 0 .5%; display: block }
				#column-wrap5 .col-2 { margin-right: .5%; display: block }
				#column-wrap5 .col-3 { margin-right: .5%; display: block }
				#column-wrap5 .col-4 { margin-right: .5%; display: block }
				#column-wrap5 .col-5 { margin-right: .5%; display: block}
				#column-wrap5 .col-6 {display: none}

			/*  4 columns*/
				#column-wrap4 .columns {width: 24.5%; float: left; }
				#column-wrap4 .col-1 { margin-right: .5%; display: block }
				#column-wrap4 .col-2 { margin-right: .5%; display: block }
				#column-wrap4 .col-3 { margin-right: .5%; display: block }
				#column-wrap4 .col-4 { margin-right: .5%; display: block }
				#column-wrap4 .col-5 {display: none}
				#column-wrap4 .col-6 {display: none}

			/*	3 columns*/
				#column-wrap3 .columns {width: 32.8%; float: left; }
				#column-wrap3 .col-1 { margin-right: .5%; display: block }
				#column-wrap3 .col-2 { margin-right: .5%; display: block }
				#column-wrap3 .col-3 { margin-right: .5%; display: block }
				#column-wrap3 .col-4 {display: none}
				#column-wrap3 .col-5 {display: none}
				#column-wrap3 .col-6 {display: none}

			/*	2 columns*/
				#column-wrap2 .columns {width: 49.4%; float: left;  }
				#column-wrap2 .col-1 { margin-right: .5%; display: block }
				#column-wrap2 .col-2 { margin-right: .5%; display: block }
				#column-wrap2 .col-3 {display: none }
				#column-wrap2 .col-4 {display: none}
				#column-wrap2 .col-5 {display: none}
				#column-wrap2 .col-6 {display: none}


			.zoom_overlay {width:100%; height:100%; background: #000; opacity: 1; position: fixed; top: 0px; left: 0px; z-index: 9999; display:none;}
/*			.zoom {z-index:10000; position: absolute; left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}*/
			.zoom {z-index:10000; position: fixed; display: none }
			#popup-exit { position: absolute; top: -20px; right: -20px; width: 50px; height: 50px; background: transparent url(/cms/images/exit_big.png) no-repeat; display: block; -webkit-transition: -webkit-transform 0.2s;transition: transform 0.2s; z-index: 10001}
			#popup-exit:hover {cursor: pointer;}
		    .zoom.zoom_arrow_left:hover, .zoom_overlay.zoom_arrow_left:hover {cursor: url(../images/vivien-arrow-left.cur), url(cms/templates/html/55/images/vivien-arrow-left.cur), pointer;}
		    .zoom.zoom_arrow_right:hover, .zoom_overlay.zoom_arrow_right:hover {cursor: url(../images/vivien-arrow-right.cur), url(cms/templates/html/55/images/vivien-arrow-right.cur), pointer;}
		    .zoom.thumb:hover, .zoom_overlay.thumb:hover {cursor: url(../images/thumbs.cur), pointer;}
			body.noScroll { overflow: hidden;}
			.image-box {width: 100%; position: relative }

			#photoSlider2, .vscrollerbase {background: rgba(0, 0, 0, 1);}
			#photoSlider2 {float: left; color: #FFFFFF; }
			#photoSlider2 { font-size: 12px; line-height: auto; background: #000; position: absolute;  top:0px;  height: 100%; z-index: 1000;}

			#column-wrap2,#column-wrap3,#column-wrap4,#column-wrap5,#column-wrap6 { float: right; width: 100%; }
			#photoSlider2  { position:absolute; padding:20px 0;  z-index:1000;}
			.noshow { display: none }
			.image-wrap{z-index: 1000; background:#fff; color:#000; position: relative;}
			.image-wrap img {height:auto}
