@import url('//fonts.googleapis.com/css?family=Open+Sans');

#DemoMessage {
	font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif ;
	font-size: 16px;
	display:none;
}

#DemoMessage p {text-align:center}

.text-center {text-align:center}
	
#ArchiveTab {
font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif !important;
position: fixed;
right: 40px;
top: -3px;
padding: 8px 18px 3px;
border-top: none;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background: #fff;
background: rgba(255,255,255,0.1);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 12px rgba(0,0,0,0.4);
box-shadow: 0 0 12px rgba(0,0,0,0.4);
font-size: 12px;
color: black;
vertical-align: middle;
cursor: pointer;
}

#PoweredBy {position:absolute; color:white; background: rgba(0, 0, 0, 0.50); font-size:13px;z-index: 999; bottom: 0px;font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif !important; padding: 3px 10px; right:0px; text-align:center}
#PoweredBy a {color:white; text-decoration:none}
#PoweredBy a:hover {color:white; text-decoration:underline; }

.fancybox-lock .fancybox-overlay {overflow: hidden; overflow-y: none;}			

.sidebar.left {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	position: fixed;
	top: 0;
	left: -330px;
	bottom: 0;
	width: 250px;
	background: #313538;
	z-index: 999;
	color: white;
	padding: 10px;
	font-size: 16px;
	text-align: center;	
	padding-bottom:100px;
}

.sidebar.left img {width:100px; border: 5px solid transparent;}

.search {
  width: 80%;
  position: relative;
  height:50px;
}

.searchTerm {
  float: left;
  width: 100%;
  border: 3px solid #00B4CC;
  padding: 5px;
  height: 20px;
  border-radius: 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  position: absolute;  
  right: -50px;
  width: 40px;
  height: 36px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

#searchResults {
	height:100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: auto;	
}

.btn-sidebar-close {position:absolute; right:5px; top:5px; cursor: pointer;}

#ShareTab {
display:none;
position: fixed;
right: 2%;
top: -3px;
padding: 3px 18px;
border-bottom: 1px solid rgba(255,255,255,0.1);
border-right: 1px solid rgba(20,20,20,.7);
border-left: 1px solid rgba(255,255,255,0.1);
border-top: none;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background: #fff;
background: rgba(255,255,255,0.1);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 12px rgba(0,0,0,0.4);
box-shadow: 0 0 12px rgba(0,0,0,0.4);
font-size: 12px;
color: black;
vertical-align: middle;
cursor: pointer;
}

.morphing-btn-wrap {
  display: inline-block;
  position: relative;
  text-align: center;
}

.morphing-btn {
  -webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  transition: color 0.3s 0.2s, width 0.2s 0s;
  white-space: nowrap;
  box-sizing: border-box;
}

.morphing-btn_circle {
  color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  width: 35.6px !important;

  /* Override inline style rule */
  -webkit-transition: color 0.2s 0s, width .3s 0.2s;
  -moz-transition: color 0.2s 0s, width .3s 0.2s;
  -o-transition: color 0.2s 0s, width .3s 0.2s;
  transition: color 0.2s 0s, width .3s 0.2s;
}

.morphing-btn-clone {
  position: fixed;
  background: rgb(0 0 0 / 0.5);;
  border-radius: 50%;
  z-index: 3;
  -webkit-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -moz-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -o-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.morphing-btn-clone_visible {
  display: block;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
  background: rgb(0 0 0 / 0.5);;
}

.fancybox-morphing .fancybox-toolbar {
  top: 20px;
  right: 40px;
}

.fancybox-morphing .fancybox-button--close {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
}

.fancybox-morphing .fancybox-button--close::after, 
.fancybox-morphing .fancybox-button--close::before {
    height: 1.55px;
    width: 22px;
    left: calc(50% - 11px);
}

.fancybox-morphing .fancybox-button--close:hover {
  background: rgba(0, 0, 0, 0.25);
}

/* Styling for element used in example */

#morphing-content {
  margin: 0;
  position: relative;
  background: transparent;
  color: #fff;
  padding: 6em 10vw;
  line-height: 2;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#morphing-content a {
  color: #fff;
}