body {
	margin: 0;
	padding: 0;
  	height: 100%;
  	overflow-x: hidden;
}

body {
	background-color: #fdfdfd;
}

a{
	text-decoration: none;
}

footer {
	height: 30px;
}

.footer-content {
	background-color: #1b1d1f;
}

button {
	cursor: pointer;
	outline: none;
}

iframe{
	overflow: hidden;
	border: none;
}

h1{

    font-family: 'Roboto';
    font-weight: 200;
    font-size: 24px;
    color: #0095ff;
}

h2, .h2{
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 200;
    color: #6b6d6f;
    margin: 0;
}

a h2{
	color: #0035ff;
}

h3, .h3{
    font-size: 21px;
    font-family: 'Montserrat';
    font-weight: 400;
}

hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

p{
  font-family: 'Montserrat';
  font-size: 14px;
  margin: 0;
  margin-bottom: 12px;
}

label{
    color: #0095ff;
    font-family: 'dracula-Montserrat', 'Montserrat';
    font-size: 16px;
}

select {
	outline: none;
}

textarea{
	resize: none;
	font-family: 'Open Sans', sans-serif;
	border: none;
    resize: none;
    margin: 0;
}

.input-field{
	font-family: 'dracula-Montserrat', 'Montserrat';
	background-color: #fefefe;
}

::-ms-input-placeholder,
::-webkit-input-placeholder,
input::-webkit-input-placeholder,
input::placeholder,
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc !important;
    opacity: 1; /* Firefox */
    dont-size: 13px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #909;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #909;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #909;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #909;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #909;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #909;
}

.input-field.border-blue{
  	border: 1px solid #0095ff;
 }
.input-field.error{
  	border: 1px solid #ff0047 !important;
 }

.bottom-shadow{
	box-shadow: 0 5px 5px -5px rgba(51, 51, 51, 0.5);
}

.btn{
   	color: #0095ff;
    padding: 9px;
    background-color: #fdfdfd;
    font-family: 'Montserrat';
    border-radius: 6px;
    transition: 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn:hover{
    background-color: #ffffff;
    box-shadow: 0 2px 6px -2px #00000040;
}

.btn:disabled{
	color: #cccccc;
	border: 1px solid #cccccc;
	cursor: arrow;
}

/* menu stuff*/
.menu-icon{
	font-size: 18px;
	padding: 6px;
	vertical-align: middle;
	color: #cceaff; /* default light blue*/
}

.list-container{
    overflow-x: hidden;
    overflow-y: auto;
    height: 250px;
    background-color: #f8f8f8;
}

.list-item{
	border-bottom: 1px solid #cacaca;
	background-color: white;
	align-items: center;
	padding: 10px 20px;
	z-index: 1;
}

.screencurtain {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    overflow-y: auto;
    width: 100%;
    background: #efeef1a6;
    backdrop-filter: blur(2px);
}

.screencurtain.dark{
   background: rgba(43, 45, 47, 0.5);
}

.popup {
    margin: 0 auto;
    background-color: #0095ff;
    top: 100px;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 30px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    width: 360px;
    max-width: calc(100% - 30px);
    overflow: hidden;
}

.popup .icon-dracula {
	font-size: 60px;
	color: #cceaff;
}

.popup .btn{
	font-size: 16px;
    color: #0095ff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    font-family: 'Montserrat';
    transition: 0.3s ease;
	background-color: #cceaff; 
}

.popup .btn:hover{
	color: #0095ff;
    background: white;
}


/* search result */
.search-result-container{
	background-color: white;
	overflow-y: auto;
    top: 38px;
    z-index: 3;
    max-height: 150px;
    box-shadow: 0 2px 3px -3px #333333;
}
    
.search-result-item{
    padding: 12px;
    color: #0095ff;
    font-size: 13px;
    font-weight: 600;
}

.search-result-item:hover, .search-result-item.selected{
	background-color: #f8f8f8;

}


/* buttons */
.button-default,
.button-alarm,
.button-burger,
.button-castle,
.button-close-menu,
.share-button,
.share-add-image,
.article-headline-add-image,
.delete-button,
.button-delete,
.button-location,
.button-publish,
.delete-paragraph-button,
.load-latest-button,
.load-location-button,
.dracula-business-chat-button,
.subscribe-button,
.block-channel-button,
.user-menu-button,
.save-article-button,
.button-articles,
.button-chat,
.button-board,
.button-load-audio,
.button-recording,
.button-check,
.button-cancel,
.button-anchor,
.button-picture,
.button-save,
.button-search,
.button-send,
.button-settings,
.button-default,
.button-discover,
.button-unsubscribe,
.edit-button {
	font-size: 21px;
    width: 51px;
    display: inline-block;
    background-color: rgba(239, 239, 239, 0);
    border-radius: 28px;
    height: 51px;
   	color: #0095ff;
  /* 	text-shadow: 0 2px 3px #00000040; */
	cursor: pointer;
 	transition: all ease 0.3s;
}


.button-default:hover,
.share-button,
.button-alarm:hover,
.button-burger:hover,
.button-castle:hover,
.button-close-menu:hover,
.button-discover:hover,
.dracula-business-chat-button:hover,
.share-add-image:hover,
.load-latest-button:hover,
.article-headline-add-image:hover,
.load-location-button:hover,
.subscribe-button:hover,
.block-channel-button:hover,
.user-menu-button:hover,
.delete-button:hover,
.button-delete:hover,
.delete-paragraph-button:hover,
.save-article-button:hover,
.button-articles:hover,
.button-chat:hover,
.button-anchor:hover,
.button-check:hover,
.button-picture:hover,
.button-cancel:hover,
.button-location:hover,
.button-publish:hover,
.button-save:hover,
.button-search:hover,
.button-send:hover,
.button-load-audio:hover,
.button-unsubscribe:hover,
.edit-button:hover{
	background-color: #ffffff;
	color: #0095ff;
	text-shadow: none;
	box-shadow: 0 2px 6px -2px #00000040;
}

.button-save[disabled],
.button-save[disabled]:hover,
.button-send[disabled],
.button-send[disabled]:hover {
	cursor: default;
    text-shadow: none;
    box-shadow: none;
    color: #cccccc;
}



.channel-menu [class^="button-"],
.channel-menu [class^=" button-"] {
	font-size: 21px;
	width: 48px;
	height: 48px;
	text-shadow: none;
}

.button-recording.recording {
	color: #00ff95;
}


[class^=" button-"].solid, [class^="button-"].solid{
	background-color: #ffffff;
}


.article-headline-add-image:hover {
	box-shadow: 0 2px 6px -2px #00000040;
}


.button-publish .icon-publish:before {
	 font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button-publish .icon-publish:before {
	 	content: "\f09c";
}
.button-publish:hover .icon-publish:before {
	content: "\f023";
}

.button-publish.locked .icon-publish:before {
	 content: "\f023";
}
.button-publish.locked:hover .icon-publish:before {
	content: "\f09c";
}

.button-search {
	font-size: 21px;
	padding: 11px 15px;
}

.button-load-audio {
	height: 36px;
	width: 36px;
	text-shadow: none;
	background-color: #ffffff;
	transform: rotate(180deg);
}

.button-few-results {
	border-radius: 28px;
    height: 51px;
    color: white;
    cursor: pointer;
    padding: 0 21px;
    box-shadow: 0 2px 6px -2px #00000040;
}

.button-location.located {
    background: url(/img/locate.png);
    box-shadow: 0 2px 6px -2px #00000040;
}

.popup .button-check {
	bottom: 45px;
    left: -53px;
	color: #0095ff;
	background-color: #ffffff;
	box-shadow: 0 2px 6px -2px #00000040;
}
.popup .button-cancel {
	bottom: -60px;
	right: 60px;
	color: #0095ff;
	background-color: #ffffff;
	box-shadow: 0 2px 6px -2px #00000040;
}

.popup .button-cancel
.popup .button-check {
	bottom: -60px;
	right: 0px;
}

.popup .button-cancel:hover {
	color: #ff0045;
	background-color: #ffffff;
}

.popup .button-check:hover {
	color: #00FF00;
	background-color: #ffffff;
}

.popup .input-field {
	border: none;
	height: 32px;
}

.popup.arrow-right:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 149, 255, 0);
	border-right-color: #0095ff;
	border-width: 15px;
	margin-top: -15px;
}

.save-article-button,
.edit-button{
    top: 0px;
    padding: 9px 15px;
}

.button-chat {
   padding: 9px 14px;
}

.button-articles {
	padding: 11px;
}

.delete-button {
    padding: 11px 16px;
}

.share-button {
	bottom: 15px;
    right: 15px;
}

.button-anchor.disabled,
.button-location.disabled,
.save-article-button.disabled {
	color: #cccccc;
	cursor: default;
	text-shadow: none;
}

.button-anchor.disabled:hover,
.button-location.disabled:hover,
.save-article-button.disabled:hover {
	background-color: rgba(255, 255, 255, 0);
	color: #cccccc;
	box-shadow: none;
}

.share-button:disabled {
	background-color: rgba(239, 239, 239, 0);
	color: #cccccc;
	box-shadow: none;
} 

.save-article-button:before,
.edit-button:before{
	vertical-align: middle;
}

button.withPikeBottom {
	width: 52px;
    height: 46px;
    padding-top: 3px;
    display: block;
    text-shadow: none;
    vertical-align: middle;
    position: relative;
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 24px;
    box-shadow: 1px 1px 6px -2px rgb(43, 45, 47);
}

button.withPikeBottom:after, button.withPikeBottom:before {
	top: 44px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

button.withPikeBottom:after {
    border-color: rgba(255, 0, 149, 0);
    border-top-color: #ff0095;
    border-width: 26px;
    margin-left: -26px;
    z-index: 1;
}


button.withPikeBottom:before {
	border-color: rgba(138, 138, 138, 0);
	border-top-color: #8a8a8a50;
    border-width: 28px;
    margin-left: -28px;
}

button.withPikeRight{
	width: 46px;
    height: 52px;
    display: block;
    text-shadow: none;
    vertical-align: middle;
    position: relative;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 24px;
    box-shadow: 1px 1px 6px -2px rgb(43, 45, 47);
}

button.withPikeRight:after, button.withPikeRight:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

button.withPikeRight:after {
    border-color: rgba(255, 0, 149, 0);
    border-left-color: #00ff95;
    border-width: 26px;
    margin-top: -26px;
    z-index: 1;
}

button.withPikeRight:before {
	border-color: rgba(138, 138, 138, 0);
	border-left-color: #8a8a8a50;
    border-width: 28px;
    margin-top: -28px;
}


.load-latest-button.disabled,
.button-articles.disabled,
.button-chat.disabled,
.load-location-button.disabled {
	color: #cccccc;
	cursor: default;
	text-shadow: none;
	box-shadow: none;
}

.button-articles.disabled:hover,
.button-chat.disabled:hover,
.load-latest-button.disabled:hover,
.load-location-button.disabled:hover {
	background-color: rgba(255, 255, 255, 0);
	color: #cccccc;
	box-shadow: none;
}


/* radar indicator */

.radar-indicator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  float: left;
  background: #0095ff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: radar-frame 1s 0s ease-out infinite;
  -moz-animation: radar-frame 1s 0s ease-out infinite;
  animation: radar-frame 1s 0s ease-out infinite;
}

@-webkit-keyframes radar-frame {
  0% {
    box-shadow: 0 0 8px 6px rgba(93,204,231, .5), 0 0 0px 0px transparent, 0 0 0px 0px rgba(93,204,231, .7);
  }
  10% {
    transform:scale(1,1);
    box-shadow: 0 0 8px 6px rgba(93,204,231, .5), 0 0 12px 10px transparent, 0 0 12px 14px rgba(93,204,231, .7);
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(26, 140, 255, 0);
  }
}
@-moz-keyframes radar-frame {
  0% {
    box-shadow: 0 0 8px 6px rgb(93,204,231), 0 0 0px 0px transparent, 0 0 0px 0px rgb(93,204,231);
  }
  10% {
    box-shadow: 0 0 8px 6px rgb(93,204,231), 0 0 12px 10px transparent, 0 0 12px 14px rgb(93,204,231);
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(26, 140, 255, 0);
  }
}
@keyframes radar-frame {
  0% {
    box-shadow: 0 0 8px 6px rgb(0, 149, 255), 0 0 0px 0px transparent, 0 0 0px 0px rgb(0, 149, 255);
  }
  10% {
    box-shadow: 0 0 8px 6px rgb(0, 149, 255), 0 0 12px 10px transparent, 0 0 12px 14px rgb(0, 149, 255);
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(0, 149, 255, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(0, 149, 255, 0);
  }
}
    

/* loading indicator */
#dracula-loading-indicator{
	height: 50px;
}

#dracula-upload-indicator{
    width: 51px;
    margin: 0 auto;
    height: 51px;
}

#dracula-upload-indicator span {
    position: absolute;
    width: 12px;
    background-color: rgb(0, 149, 255);
}


#dracula-upload-indicator span:nth-child(1) {
	left: 0;
	animation: cssload-sequence1 0.9s ease infinite 0;
		-o-animation: cssload-sequence1 0.9s ease infinite 0;
		-ms-animation: cssload-sequence1 0.9s ease infinite 0;
		-webkit-animation: cssload-sequence1 0.9s ease infinite 0;
		-moz-animation: cssload-sequence1 0.9s ease infinite 0;
}
#dracula-upload-indicator span:nth-child(2) {
	left: 3px;
	animation: cssload-sequence2 0.9s ease infinite 0.085s;
		-o-animation: cssload-sequence2 0.9s ease infinite 0.085s;
		-ms-animation: cssload-sequence2 0.9s ease infinite 0.085s;
		-webkit-animation: cssload-sequence2 0.9s ease infinite 0.085s;
		-moz-animation: cssload-sequence2 0.9s ease infinite 0.085s;
}
#dracula-upload-indicator span:nth-child(3) {
	left: 18px;
	animation: cssload-sequence1 0.9s ease-in-out infinite 0.18s;
		-o-animation: cssload-sequence1 0.9s ease-in-out infinite 0.18s;
		-ms-animation: cssload-sequence1 0.9s ease-in-out infinite 0.18s;
		-webkit-animation: cssload-sequence1 0.9s ease-in-out infinite 0.18s;
		-moz-animation: cssload-sequence1 0.9s ease-in-out infinite 0.18s;
}

#dracula-upload-indicator span:nth-child(4) {
	left: 33px;
	animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
		-o-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
		-ms-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
		-webkit-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
		-moz-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
}

@keyframes cssload-sequence1 {
	0% {
		height: 6px;
	}
	50% {
		height: 29px;
	}
	100% {
		height: 6px;
	}
}

@-o-keyframes cssload-sequence1 {
	0% {
		height: 6px;
	}
	50% {
		height: 29px;
	}
	100% {
		height: 6px;
	}
}

@-ms-keyframes cssload-sequence1 {
	0% {
		height: 6px;
	}
	50% {
		height: 29px;
	}
	100% {
		height: 6px;
	}
}

@-webkit-keyframes cssload-sequence1 {
	0% {
		height: 6px;
	}
	50% {
		height: 29px;
	}
	100% {
		height: 6px;
	}
}

@-moz-keyframes cssload-sequence1 {
	0% {
		height: 6px;
	}
	50% {
		height: 29px;
	}
	100% {
		height: 6px;
	}
}

@keyframes cssload-sequence2 {
	0% {
		height: 11px;
	}
	50% {
		height: 37px;
	}
	100% {
		height: 11px;
	}
}

@-o-keyframes cssload-sequence2 {
	0% {
		height: 11px;
	}
	50% {
		height: 37px;
	}
	100% {
		height: 11px;
	}
}

@-ms-keyframes cssload-sequence2 {
	0% {
		height: 11px;
	}
	50% {
		height: 37px;
	}
	100% {
		height: 11px;
	}
}

@-webkit-keyframes cssload-sequence2 {
	0% {
		height: 11px;
	}
	50% {
		height: 37px;
	}
	100% {
		height: 11px;
	}
}

@-moz-keyframes cssload-sequence2 {
	0% {
		height: 11px;
	}
	50% {
		height: 37px;
	}
	100% {
		height: 11px;
	}
}

.preview-gradient{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.85) 75%, rgba(255, 255, 255, 1.0) 90%);
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    z-index: 1;
    bottom: 0;
    text-align: left;
}

.dracula-screenshot-box{
	height: 350px;
    z-index: 0;
    box-shadow: 0 -6px 6px -3px rgba(0, 0, 0, 0.5);
}

.bg-img-preview {
	background-image: url("/img/preview.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-img-features {
	background-image: url("/img/featuresbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


.flyer{
	background-color: #f8f8f8;
	border: 1px solid #cccccc;	
}


@media screen and (min-width: 1280px){
	h1{
    	font-size: 32px;
	}
}

.scroll-container {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f8f8f8; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cccccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa; 
} 


.channel-icon {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	box-shadow: none;
	transition: all ease 0.3s;
	overflow: hidden;
	display: block;
}

.channel-icon:hover {
	box-shadow: 0 1px 3px 0px rgb(0 0 0 / 30%);	
}