@font-face {
    font-family: 'anthefontmedium';
    src: url('../fonts/anthefont-webfont.eot');
    src: url('../fonts/anthefont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/anthefont-webfont.woff2') format('woff2'),
         url('../fonts/anthefont-webfont.woff') format('woff'),
         url('../fonts/anthefont-webfont.ttf') format('truetype'),
         url('../fonts/anthefont-webfont.svg#anthefontmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*@-moz-keyframes pulse { 100% { -moz-transform: scale(0.6); } }
@-webkit-keyframes pulse { 100% { -webkit-transform: scale(0.6); } }
@keyframes pulse { 100% { -webkit-transform: scale(0.6); transform:scale(0.6); } }*/

@keyframes float {
    0% {padding-top: 0;}
    50% {padding-top: 10px;}
    100% {padding-top: 0;}
}

html, body
{
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Montserrat;
	background-color: #adccd8;
}

html
{
	/*height: 100%;*/
}

a
{
	cursor: pointer;
	color: white;
}

/* NAVIGATIONAL BUTTONS */

.header
{
	width: 100%;
	height: 125px;
	position: fixed;
}

.navigationbutton
{
	z-index: 99;

	font-family: Montserrat;
	font-weight: bold;

	position: fixed;
	text-align: center;

	color: #ffffff;
	background-color: #4a9cbb;

	font-size: 20px;
	line-height: 40px;
	top: 0;
	
	width: auto;
	height: auto;

	padding-left: 10px;
	padding-right: 10px;

	border: 2px solid #8fcee6;
	border-radius: 5px;

	transform-style: flat;

	transition: 0.5s;
}

.navigationbutton.left
{
	left: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;

	border-left: none;
	border-top: none;
	/*box-shadow: 1px 1px 1px 1px #008080;*/
}

.navigationbutton.right
{
	right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;

	border-right: none;
	border-top: none;

	/*box-shadow: -1px 1px 1px 1px #E94E77;*/
}

.navigationbutton.right.persist
{
	right: 0;
}

.navigationbutton a
{
	color: #ffffff;
	text-decoration: none;
}

.navigationbutton .text
{
	font-size: 16px;
}

.navigationbutton.small
{
	top: 42px;
	width: 45px;
	font-size: 18px;
}

/* CONTENT */

.branding
{
	padding-left: 1%;
	display: block;
	margin: 0;
	font-size: 100px;
	font-family: anthefontmedium;

	color: #008080;
}

.content
{
	overflow: hidden;
	padding-top: 40px;

	text-align: center;

	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.panel
{
	width: 500px;
	height: auto;
	padding-bottom: 15px;

	background-color: #4a9cbb;
	border: 2px solid #8fcee6;
	border-radius: 5px;

	margin-top: 10px;

	color: #ffffff;
}

.panel.center
{
	width: 30vw;

	margin-left: auto;
	margin-right: auto;

	text-align: center;
}

.panel.center.save
{
	width: 40vw;
}

.panel.wide
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;

	height: auto;

	overflow: hidden;
}

.panel.wide.special
{
	width: 50vw;
}

.panel.wide.special.logo
{
	height: 20vw;
}

#savespace .panel h3
{
	margin-bottom: 5px;
}

.panel h3+p
{
	margin-top: 0;
}

h4
{
	margin: 5px;
	margin-bottom: 2px;
}

h1.slogan
{
	/*margin-bottom: 	0;*/
}

h6.disclaimer
{
	margin-bottom: 	0;
}

img.showcase
{
	width: 90%;
	height: auto;
	margin: 2px;
}

input
{
	width: 80%;
	height: 15px;
}

select
{
	width: 80%;
}

input, button, .bubble, .bootscreen, select
{
	transition: border-color 1s ease;
	background-color: #8fcee6;
	border: 2px solid #8fcee6;
	color: white;
	font-family: Montserrat;

	background-size: cover;
}

input:hover, button:hover, .bubble:hover, .bootscreen:hover, select:hover
{
	border-color: #c7e6f2;
}

button
{
	width: 100px;
	height: auto;

	margin-top: 10px;
}

ol
{
	margin-bottom: 0;
}

.panel .divider.horizontal
{
	width: 80%;
	border-top: 2px solid #8fcee6;

	display: inline-block;
}

.panel .divider.vertical
{

}

.editor
{
	width: 400px;

	float: right;
}

#megaspace
{
	width: 100%;
	text-align: center;

	color: #ffffff;

	width: calc(100% - 400px);
}

#toolbox
{
	width: calc(100% - 388px);
	height: 150px;

	top: 0;
	position: fixed;

	z-index: 98;

	background-color: #4a9cbb;
	border: 2px solid #8fcee6;
	border-radius: 5px;

	border-left: none;
	border-right: none;
	border-top: none;
}

#tools
{
	height: 100%;
	width: 400px;
	position: fixed;
	top: 0;
	right: 0;

	background-color: #4a9cbb;
	border: 2px solid #8fcee6;
	border-radius: 5px;

	border-top: none;
	border-right: none;
	border-bottom: none;

	color: #ffffff;

	text-align: center;

	overflow-y: auto;
	overflow-x: hidden;

	z-index: 100;

	transition: 0.5s;

}

#croppietools p
{
	margin: 0;
}

#tools img
{
	max-height: 120px;
	width: auto;
}

#tools 

#inventory
{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;

	text-align: center;

	min-height: 54px;
}

#editor
{
	z-index: 10000;
	position: fixed;

	top: 40px;
	left: 50%;

	height: 100%;

	margin-left: -250px !important;
}

#savetools ol
{
	margin: 0;
	margin-left: 10px;
	padding: 25px;
	padding-top: 0;
}

#croppiecontainer
{
	height: auto;
}

#bubblespace
{
	transition: 0.5s;
}

.spaceanimation
{
	transition: 0.5s;
	position: absolute;

	top: 40px;
	left: 0px;

	width: calc(100% - 400px);
}

#bubblescontainer
{
	overflow: hidden;
	width: auto;

	margin-left: auto;
	margin-right: auto;

	padding: 1vw;
	padding-top: 0;
}

.bubblecontainer
{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;

	margin: 5px;
}

.bubblecontainer.changer
{
	margin: 0;
}

.bubblecontainer.regular p
{
	margin: 0;

	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	max-width: 104px;
}

select.bubbleadd
{
	margin-top: 15px;
	min-height: 25px;
}

.bubbles
{
	width: 100%;
	float: left;
	overflow: hidden;
}

.bubble
{
	display: inline-block;

	width: 100px;
	height: 100px;
	border-radius: 50%;

	font-size: 35px;
	line-height: 100px;

	cursor: pointer;

	display: block;
	margin-left: auto;
	margin-right: auto;

	/*background: url(../bubbles/ContentManager.png);*/
}

.bubble.button
{
	margin-top: 10px;

	width: 50px;
	height: 50px;

	line-height: 50px;
	font-size: 15px;

	display: inline-block;
}

.bubble.button.small
{
	width: 25px;
	height: 25px;
	margin: 0;

	line-height: 25px;
}

.bubble.button.small.float
{
	float: left;
}

.bubble.button.big
{
	text-align: center;
}

.bubble.smalltext, .bootscreen.smalltext
{
	height: 100px;

	font-size: 15px;
	line-height: 100%;

	text-align: center;

	display: flex;
  	justify-content: center;

}

.bubble.mini
{
	width: 50px;
	height: 50px;

	margin: 2px;

	line-height: 50px;
	font-size: 20px;

	display: inline-block;
}

.bubble p, .bubble .preview p, .bootscreen p
{
	height: auto;

	display: inline-block;
	align-self: center;

  	margin: 0;
  	padding: 0;

  	z-index: 50;
}

.bubble.save
{
	line-height: 100%;
	display: inline-block;

	margin-right: 5px;
}

.bubble.save:last-child
{
	margin-right: 0;
}

.bubble.save i
{
	line-height: 63px;
}

.bubble.save p
{
	font-size: 12px;
	display: block;
	line-height: 100%;
	width: 100px;
}

.bubbleaccompany
{
	line-height: 29px;

	display: inline-block;
	margin: 0;

	float: left;
	height: auto;
}

.bubblebuttonwrapper
{
	width: auto;
	height: 29px;

	display: inline-block;

	margin: 2px 0 2px 0;

	cursor: pointer;
}

#bubblepreview, #bootscreenpreview, #bg0preview, #startuppreview, #bubbleaddpsonepreviewchanger
{
	position: relative;
	transition: 0.25s;
}

.preview
{
	background-color: rgba(0, 0, 0, 0.4);

	height: 100%;
	width: 100%;

	display: block;
	position: absolute;

	top: 0;
	left: 0;


	z-index: 49;
}

.bubble .preview
{
	border-radius: 50%;
}

.bootscreen
{
	height: 100px;
	width: 177px;

	border-radius: 5px;
	
	cursor: pointer;

	position: relative;
}

.dim
{
	z-index 98;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	position: absolute;
	width: 100%;
	height: 100%;

	background-color: rgba(0, 0, 0, 0.2);
}

.launchercanvas
{
	position: absolute;

	top: 0;
	left: 0;
}

.canvascontainer
{
	position: relative;

	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;

	width: 840px;
}

.canvascenterer
{
	display: block;
	position: fixed;
  	top: calc((100% - 42px) / 2);
  	left: calc((100% - 400px) / 2);
  	margin-top: -250px;
  	margin-left: -420px;
}

#bg0canvas
{
	z-index: 10;
}

#startupcanvas
{
	z-index: 11;
}

#overlaycanvas
{
	z-index: 12;
}

#colorreducercanvas
{
	display: none;
}

/*#abouttools h3
{
	margin-bottom: 0;
}

#abouttools p
{
	margin-top: 0;
}*/

#abouttools #sources
{
	margin-bottom: 0;
}

#launchertools
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.inventory
{
	float: right;

	width: 400px;
	height: auto;
}

#hiddentools
{
	display: none;
}

#logo
{
	text-align: left;
	margin-top: 15px;
	position: relative;
	width: 100%;
	padding-bottom: 10%;
}

#logo h1
{
	margin: 0;
	line-height: 5vw;
	font-size: 6vw;
}

#binder
{
	animation: float 2s infinite;
}

#logo .bubble
{
	position: absolute;
}

#logo .bubble.showcase
{
	-webkit-animation:pulse 5s linear infinite;
    -moz-animation:pulse 5s linear infinite;
    animation:pulse 5s linear infinite;

    animation-delay: -3s;

	width: 6.5vw;
	height: 6.5vw;
}

#logo .bubble.showcase.medium
{
	animation-delay: 0s;

	width: 5vw;
	height: 5vw;
}

#logo .bubble.showcase.small
{
	animation-delay: -1s;

	width: 4vw;
	height: 4vw;
}

.channelgroup
{
	padding-top: 5px;

	display: block;
	height: auto;
}

.channelgroup h3
{
	color: #4a9cbb;
	margin: 0;
}

.channelwrapper
{

	width: 20%;
	display: inline-block;
  	position: relative;

  	margin: 1% 1% 1% 1%;
}

.channelwrapper:after
{
	padding-top: 56.25%;
  	/* 16:9 ratio */
  	display: block;
  	content: '';
}

.channel
{
	width: 100%;
	line-height: 100%;
	font-size: 800%;

	border-radius: 10px;
	border: 2px solid;

	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;

  	color: white;

  	background-size: contain;
}

.channel.green
{
	background-color: #4a9cbb;
	background-image: url(../img/thumb-bear.png);
	border-color: #8fcee6;

}

.channel.gray
{
	background-color: #76818C;
	border-color: #85929f;

	background-image: url(../img/thumb-wixpiedy.png);
}

.channel.holonation
{
	background-image: url(../img/thumb-holonation.png);
}

.channel.dolphiilution
{
	background-image: url(../img/thumb-dolphiilution.png);
}


.channel img
{
	width: 100%;
	height: 100%;
}

@media (min-width: 769px) and (max-width : 1680px)
{
.panel.center
{
	width: 50vw;
}
}

@media (max-width : 768px) {
.branding
{
	display: none;
}

.content
{
	width: 100%;
}

.channelwrapper
{
	width: 90%;
	margin-left: 0;
	/*margin: 0;*/
}

.panel, .panel.wide.special
{
	width: 90%;
}

.panel.wide.special.logo
{
	height: 40vw;
}

.panel.center
{
	width: 90%;
}

.panel.wide
{
	height: calc(100% - 40px);
}

.bubbles
{
	width: 100%;
	float: none;
}

#logo h1
{
	line-height: 11vw;
	font-size: 12vw;
}

#logo .bubble
{
	position: absolute;
}

#logo .bubble.showcase
{
	width: 12vw;
	height: 12vw;
}

#logo .bubble.showcase.medium
{
	width: 10vw;
	height: 10vw;
}

#logo .bubble.showcase.small
{
	width: 8vw;
	height: 8vw;
}
}