
a,a:focus,a:hover{text-decoration:none}
@font-face{font-family:helveticaneuebold;src:url(../fonts/helvetica_neu_bold-webfont.woff) format("woff2"),url(../fonts/helvetica_neu_bold-webfont.woff) format("woff");font-weight:400;font-style:normal}
@font-face{font-family:helveticaneuelight;src:url(../fonts/helveticaneue_light-webfont.woff2) format("woff2"),url(../fonts/helveticaneue_light-webfont.woff) format("woff");font-weight:400;font-style:normal}
@font-face{font-family:helveticaneuethin;src:url(../fonts/helveticaneue_thin-webfont.woff2) format("woff2"),url(../fonts/helveticaneue_thin-webfont.woff) format("woff");font-weight:400;font-style:normal}
@font-face{font-family:SegoeUI;src:url(../fonts/SegoeUI.eot?#iefix) format("embedded-opentype"),url(../fonts/SegoeUI.woff) format("woff"),url(../fonts/SegoeUI.ttf) format("truetype"),url(../fonts/SegoeUI.svg#SegoeUI) format("svg");font-weight:400;font-style:normal}

*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}
.margin-t-50{margin-top: 50px;}
.margin-b-50{margin-bottom: 50px;}
.margin-b-1-5{margin-bottom: 15%;}
:focus{outline:0!important}
body,html{background:#fff;font-family:helveticaneuethin;font-size:14px}
h1,h2,h3,h4,h5,h6{font-family:helveticaneuebold}
li,ul{list-style:none}
a{color:#0094f2; }
a:hover{color: #a06963;}
.sign-up-btn{border: 1px solid #0094f2; padding: 10px;}
.clearfix{zoom:1}
.clearfix:after{clear:both}
.clearfix:after,.clearfix:before{content:"";display:table}
.tooltip{display:block;width:160px}
.sticky{margin-top:1cm;}.zenbook_img{}.zenbook_img{width: 70% !important; padding: 10px;}

/**********************************************************/
/* Video Overlay
/**********************************************************/
.video-image-box .image {
	position: relative;
}
.video-image-box img {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.video-image-box .image .overlay-link {
	-moz-box-align: center;
	-moz-box-pack: center;
	align-items: center;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #e6202d;
	display: flex;
	font-size: 50px;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 500ms ease 0s;
	width: 100%;
	z-index: 9;
}
.video-image-box .overlay-link span {
	background-color: #ffffff;
	border-radius: 50%;
	font-size: 28px;
	height: 61px;
	line-height: 60px;
	padding-left: 6px;
	text-align: center;
	width: 61px;
}
.video-image-box .ripple, .video-image-box .ripple:before, .video-image-box .ripple:after {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 80px;
	width: 80px;
	margin-top: -40px;
	margin-left: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}
.video-image-box .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}
.video-image-box .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}
 @-webkit-keyframes ripple {
 70% {
 -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
 box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
 box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
}
}
 @keyframes ripple {
 70% {
 -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
 box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
 box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
}
}
/**********************************************************/
/* HEADER
**********************************************************/
header {
	background: #fff;
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 999;
	line-height: 0px;
}
header .navbar-default {
}
header .logo {
	/*float: left;*/
	text-align: center !important;
	margin: 29px 0;
}
header .nav-img{
	position:absolute;
	width:100%;
	top:0px;
	z-index:-1;
	height:100%;
}
header nav {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 999;
	min-height: 60px;
	background: #fff;
}
header nav:before {
	height: 1px;
	content: "";
	background: #fff;
	position: absolute;
	width: 100%;
	margin-top: 1px;
}
.navmenu > li > a {
	padding: 20px 0px;
	margin: 0 20px;
	border-top: 2px solid;
	border-color: transparent;
	text-decoration: none;
	display: inline-block;
}
header nav li a {
	line-height: 20px;
	text-transform: uppercase;
	color: #212121;
	float: left;
	font-size: 14px;
	font-weight: 700;
}
header nav li a:hover {
	color: #212121;
}
header nav li {
}
header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #0abab5;
	color: #222222;
}
.navmenu > li:hover > a, .navmenu > li.active > a {
	border-top: 3px solid #a06963;
}
header .navmenu ul.dropdown{
	padding-bottom:0px;
	background: #fff;
}
header .navmenu ul.dropdown li a {
	text-transform: uppercase;
	font-size: 12px;
	border-top: 3px solid #a06963;
	line-height: 38px;
	padding: 0px;
	background: none;
	color: #000;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
header .navmenu ul.dropdown li a:hover {
	background: none;
	color: #000000;
}
header .navmenu ul.dropdown li:nth-last-child(1) a {
}
ul.dropdown {
	padding-top: 0px !important;
}
ul.dropdown li {
	padding: 0px;
}
body.exhibition .navmenu > li.exhibition > a,
body.artist .navmenu > li.artist > a,
body.artwork .navmenu > li.artwork > a,
body.workshop .navmenu > li.workshop > a
{
    border-top: 3px solid #a06963;
}

.navmenu {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	/*float: left;*/
	text-align: center !important;
	list-style: none;
	letter-spacing:2px;
}
.navmenu li {
	display: inline-block;
	text-align: center !important;
	/*float: left;*/
	min-width:110px;
}
.navmenu a {
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
}
/**********************************************************/
/* DROPDOWN CONFIGURATION
**********************************************************/
.navmenu ul.dropdown, .navmenu ul.dropdown li ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	padding-left:0px;
	padding-right:0px;
	background:none;
	width:120px;
}
.navmenu ul.dropdown {
	top: 62px;
	left: 50%;
    transform: translateX(-50%);
}
.navmenu ul.dropdown li ul.dropdown {
	left: 100%;
	top: inherit;
}
.navmenu ul.dropdown li {
	clear: both;
	width: 100%;
}
.navmenu ul.dropdown li a {
	width: 100%;
	padding: 12px 24px 12px;
	display: inline-block;
	float: left;
	clear: both;
	text-decoration: none;
	color: #999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.navmenu ul.dropdown li:hover > a {
	background: #e0e0e0;
	color: #555;
}
/* dropdowns to left side */
.navmenu ul.dropdown li ul.dropdown.left {
	left: 50%;
	right: 100%;
}

/*********************************************************/
/* SUBMENU INDICATORS
**********************************************************/
.navmenu .indicator {
	position: relative;
	left: 5px;
	top: 0;
	font-size: 14px;
	float: right;
	display:none;
}
.navmenu ul li .indicator {
	font-size: 12px;
	top: 1px;
	left: 10px;
}
/*********************************************************/
/* ICONS (FONT AWESOME)
**********************************************************/
.navmenu > li > a > i {
	line-height: 23px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}
/*********************************************************/
/* COLLAPSIBLE MENU
**********************************************************/
.navmenu > li.showhide {
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #999;
}
.navmenu > li.showhide span.title {
	margin: 15px 0 0 25px;
	float: left;
}
.navmenu > li.showhide span.icon {
	margin: 17px 20px;
	float: right;
}
.navmenu > li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #999;
}

.sub-banner {
    background-size: cover;
    margin-top: -5px;
    text-align: center;
}
.sub-banner .overlay {
    /*background: rgba(54,54,54,0.1);*/
    padding: 120px 0;
    padding-bottom: 0px;
    min-height: 320px;
}
#exhibition .overlay {
    min-height: 320px;
}
.sub-banner-misc {
    background: url(../images/artwork_banner2.jpg) center center no-repeat;
		background-size: contain;
}
.sub-banner-exhibition {
    background: url(../images/kv_banner2.jpg) center center no-repeat;
		background-size: cover;
}
/*********************************************************/
/* Pages
/*********************************************************/
.two-col-pages {
	background: #fff;
	padding-top: 50px;
}
.two-col-pages .two-col li {
	display: inline-block;
	width: 100%;
	background: #fff;
}
.two-col-pages .two-col li img {
	width: 100%;
}
.two-col-pages .two-col h5 {
	font-family: 'helveticaneuelight';
	color: #a06963;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	font-weight:bold;
	width: 100%;
	text-align: center;
}
.two-col-pages .two-col p {
  font-family: 'helveticaneuelight';
	color: #000;
	margin-top: 15px;
	width: 100%;
	font-size: 12pt;
	line-height: 26pt;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}
.two-col-pages .two-col hr {
	height: 3px;
	background: #a06963;
	margin: 0 auto;
	width: 50px;
}
.two-col-pages .two-col h1 {
  color: #a06963;
  font-size: 28px;
  line-height: 55px;
  margin: 0px;
  font-family: 'helveticaneuelight', serif !important;
  font-weight: normal;
  font-style: normal;
  text-align:center;
}
.sub-title{
	font-size: 18pt;
}
.artist .col-sm-4{
	margin-top: 15px !important;
  text-align: center;
}
.artist .col-sm-4 img{width: 85% !important}

/*********************************************************/
/* Intel Footer
/*********************************************************/
.floating-section,.loader{position:fixed;left:0;right:0;bottom:0}
.floating-section{display:block;background:#8b8b88;color:#fff;z-index:9998;padding:15px}
.floating-section .intel-desc .intel-logo{width:80px;float:right}
.floating-section .intel-desc .intel-logo img{max-width:80px}
.floating-section .intel-desc .logo-text{-webkit-width:calc(100% - 80px);-moz-width:calc(100% - 80px);-ms-width:calc(100% - 80px);-o-width:calc(100% - 80px);width:calc(100% - 80px);float:left;padding-right:20px}
.floating-section .intel-desc .logo-text p{display:inline-block;width:100%}
.floating-section .intel-desc .logo-text p:last-child{margin-bottom:0}
.floating-section .description p{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}
/* Popup box BEGIN */
.hover_bkgr_fricc, .artwork_hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper, .artwork_hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div, .artwork_hover_bkgr_fricc > div{
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 30px;
}
.hover_bkgr_fricc h1, .artwork_hover_bkgr_fricc h1 {
	  font-family:helveticaneuethin;
    font-size: 13pt;
		font-weight: bold;
		margin-bottom: 15px;
		color: #a06963;
}
.popupCloseButton, .artwork_popupCloseButton{
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 16px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover, .artwork_popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
}
/* Popup box BEGIN */

/* Responsive CSS */
@media (max-width: 991px){
.floating-section .intel-desc {
    margin-top: 20px;
    text-align: left;
}
.floating-section .intel-desc{margin-top:20px;text-align:left}
.floating-section .intel-desc .intel-logo{float:left;width:50px}
.floating-section .intel-desc .intel-logo img{max-width:50px}
.floating-section .intel-desc .logo-text{-webkit-width:calc(100% - 50px);-moz-width:calc(100% - 50px);-ms-width:calc(100% - 50px);-o-width:calc(100% - 50px);width:calc(100% - 50px);padding-right:0;padding-left:20px}

}
@media (min-width:992px){

.floating-section .description,.floating-section .intel-desc .logo-text{min-height:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal}
.floating-section .intel-desc .logo-text{-webkit-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:-webkit-box;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-width:calc(100% - 80px);-moz-width:calc(100% - 80px);-ms-width:calc(100% - 80px);-o-width:calc(100% - 80px);width:calc(100% - 80px)}
.floating-section .intel-desc .logo-text p:last-child{margin-bottom:0}
.floating-section .description{-webkit-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:-webkit-box;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}
}
@media (min-width: 768px){
#floating-footer .container {
    width: 100%;
}
}
@media (max-width: 767px) {

.navmenu > li {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.navmenu > li > a {
	padding: 15px 25px;
}
.navmenu a {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.navmenu ul.dropdown, .navmenu ul.dropdown li ul.dropdown {
	width: 100% !important;
	left: 0;
	position: static !important;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.navmenu ul.dropdown li {
	background: #fff !important;
	border: none;
}
.navmenu ul.dropdown > li > a {
	/*padding-left: 40px !important;*/
}
.navmenu ul.dropdown {
	top: 62px;
	left: 0;
    transform: translateX(0);
}

.navmenu > li > ul.dropdown > li > a {
	/*padding-left: 20px !important;*/
}
.navmenu > li > ul.dropdown > li > ul.dropdown > li > a {
	/*padding-left: 60px !important;*/
}
.navmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
	/*padding-left: 80px !important;*/
}
}
