body {
	font-family: Roboto;
	background: #0f0f0f;
	color: #f1f1f1;
}

header {
	height: 50px;
	width: 100%;
	background: #0f0f0f;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(49,67,179,1) 50%, rgba(48,194,223,1) 100%);
}

footer {
	/*background: #0f0f0f;*/
	/*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(49,67,179,1) 50%, rgba(48,194,223,1) 100%);*/
	background: #3b3b3b;
	padding-top: 20px;
    padding-bottom: 20px;
}

h1 {
	font-size: 2.5rem;
}

img.header {
	height: 20px;
    width: auto;
}


#main {
	background: #0f0f0f;
	color: #f1f1f1;
}


#main textarea {
	resize: none;
	border-color: #f1f1f1;
	background: #0f0f0f;
	color: #f1f1f1;
	min-width: 50%;
	padding: 10px 14px;
	border-radius: 10px;
}

#params {
	margin-top: 30px;
    margin-bottom: 30px;
}

.formFieldOption {
	padding: 4px 10px;
    background: #535353;
    display: inline-block;
    border-radius: 5px;
    color: #000000;
    font-weight: bold;
    font-size: 1.15rem;
	cursor: pointer;
    margin-right: 10px;
}

.formFieldOption.selected {
	color: #5d5d5d;
	background: #f1f1f1;
	
}

.formSelectField {
	/*background: linear-gradient(90deg, rgba(22,22,23,1) 0%, rgba(76,77,80,1) 50%, rgba(46,50,51,1) 100%);*/
	background: linear-gradient(90deg, rgba(39,39,42,1) 0%, rgba(32,32,33,1) 50%, rgba(43,44,45,1) 100%);
    width: fit-content;
    padding: 10px 10px 20px 20px;
    border-radius: 15px;
    margin-top: 20px;
}

.formFieldName {
	color: #757575;
    font-size: 1.3rem;
    margin-bottom: 5px;
    margin-top: -7px;
}

.mainActionButton {
	font-size: 2rem;
    background: #d70000;
    width: fit-content;
    border-radius: 15px;
    padding: 3px 20px;
    cursor: pointer;
}

.mainActionButton:hover {
	opacity: 0.9;
}


.mainActionButton:active {
	opacity: 0.85;
	background: #d60000;
}

section.hero {
	padding-bottom: 30px;
}



@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner {
	position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #91ccff;
  border-bottom-color: #91ccff;
  animation: spinner .8s ease infinite;
  
}

.wait {
	box-shadow: rgb(0 0 0 / 60%) 0px 0px 5000px 5000px;
    position: fixed;
    top: 280px;
    height: 0px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-sizing: border-box;
	z-index: 100001;
}

.previewContainer {
	text-align: center;
	margin-bottom: 60px;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
    background: #202021;
}

.previewContainer .preview {
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
    overflow: hidden;
	cursor: pointer;
	text-align: left;
}

.previewContainer .preview img {
	border-radius: 15px;
}

.previewTitle {
	text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
	margin-top: 10px;
}

.previewAuthor, .previewViews{
	text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
    color: #aaa;
	font-size: 14px;
}

.previewAuthor:hover {
	color: #f1f1f1;
}

.previewViews {
	margin-top: 0px;
}

.midDot {
	font-size: 18px;
	font-weight: bold;
}

.checkmark {
	border-radius: 15px;
    font-size: 10px;
    font-weight: bold;
    width: 14px;
    height: 14px;
    background: #aaaaaa;
    color: #202021;
    display: inline;
    padding: 1px 3.5px;
    margin-bottom: 3px;
	vertical-align: top;
}

.authorImage, .videoInfo {
	display: inline-block;
}

.authorImageIcon {
	background: #4766ce;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    font-size: 18px;
}

.authorImage {
	vertical-align: top;
    margin-top: 10px;
    text-align: left;
    margin-right: 10px;
}


.previewContainer .preview img {
	margin-left: 0px;
	
	transition: all 4s 0.2s;
	/*transition-delay: 0.2s, 4s;*/
	transition-property: all; /*transform, margin-left;*/
	transition-timing-function: linear;
	
	/*animation-direction: alternate;*/
	/*transition-property: width, height;*/
}

.previewContainer .preview:hover img {
	transform: scale(1.22);/* translateX(-30px);*/
	
	margin-left: -40px;
}

.previewImageContainer {
	width: 360px;
	height: 203px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}


.previewImageContainer:hover {
	border-radius: 0px;
	transition: all 0.2s 0.2s;
}

.previewTime {
	position: absolute;
    bottom: 5px;
    right: 5px;
    color: #f1f1f1;
    background: rgba(0, 0, 0, 0.75);
    font-size: 0.75rem;
    padding: 1px 4px;
    border-radius: 5px;
    font-weight: 500;
}

.previewImageContainer:hover .previewTime {
	opacity: 0;
	transition: all 0.2s 0.2s;
}

.modal-content {
	background: #444444;
    border: 3px solid #787878;
    border-radius: 15px !important;
}

.buyButton {
	background: #4766ce;
    width: fit-content;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
}

.buyBenefit {
	margin-top: 15px;
    background: #606060;
    width: fit-content;
    padding: 4px 15px;
    border-radius: 5px;
}


button.close {
	color: #f1f1f1;
}

.buyImagePreview {
    margin-top: 40px;
    margin-bottom: 40px;
}

.getButton {
	margin-bottom: 40px;
}

.sendFeedback {
	background: #606060;
    width: fit-content;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
}

.footerDisclaimer {
	background: #292929;
    width: fit-content;
    border-radius: 15px;
    padding: 18px 30px;
    margin-top: 15px;
	margin-top: 8px;
    max-width: 33%;
}

.footerBottom .container {
	position: relative;
}


.footerMenu {
	position: absolute;
	right: 0px;
	width: fit-content;
}

.footerMenu .footerMenuItem {
	font-weight: 500;
	font-size: 1rem;
	cursor: pointer;
	margin-bottom: 5px;
}









.footerMenuItem a {
	text-decoration: none;
	color: #f1f1f1;
}









.footerNewsletter {
	width: fit-content;
	min-width: 33%;
}


.sib-form {
	background: none !important;
	text-align: left !important;
	padding: 8px 0px 0px 0px;
}

#sib-container {
	background-color: rgb(100 100 100) !important;
	border: none !important;
    border-radius: 15px !important;
	padding: 5px 5px 12px 5px !important;
}


.sib-form-block {
	font-family: Roboto !important;
	color: #f1f1f1 !important;
}

.entry__label {
	display: none !important;
}

.entry__specification {
	display: none !important;
}

.entry__field input {
	color: #0f0f0f !important;
}

.sib-form-block {
	font-weight: 500 !important;
}




.footerCopyright {
	margin-top: 15px;
}






@media screen and (max-width: 480px) {
	
	.footerNewsletter {
		width: 100%;
	}
	
	.footerDisclaimer {
		display: none;
	}
	
	#main textarea {
		width: 100%;
	}
	
	h1 {
		font-size: 1.6rem;
	}
	
	.formFieldOption {
		font-size: 1rem;
		margin-right: 3px;
		margin-left: 3px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	
	.previewImageContainer {
		max-width: 100%;
	}
	
	.previewContainer .preview {
		display: block;
	}
	
	.previewContainer .preview:not(:last-child) {
	    margin-bottom: 50px;
	}
	
	.modal-title span {
		font-size: 20px !important;
	}
	
	.spinner {
		margin-left: -40px;
	}
	
	.footerMenu .footerMenuItem {
		display: inline-block;
		margin-right: 20px;
	}
	
	.footerMenu {
		position: relative;
		text-align: center;
		    margin-top: 15px;
	}
}

@media screen and (max-width: 820px) {
	.formFieldOption {
		font-size: 1rem;
		margin-right: 3px;
		margin-left: 3px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	
	.previewContainer .preview:not(:last-child) {
	    margin-bottom: 50px;
	}
}


.gallery {
	background: #424b63;
	padding-bottom: 10px;
	padding-top: 10px;
}

.gallery img {
	width: 100%;
}

.headline {
	text-align: center;
	font-size: 2rem;
	margin-top: 50px;
	padding-bottom: 10px;
}

.tagline {
	    padding: 4px 5px;
    background: #808080;
    display: inline-block;
    border-radius: 5px;
    color: #000000;
    font-weight: bold;
    font-size: 0.7rem;
    
    margin-bottom: 20px;
}


.gallery .previewContainer {
	margin-top: 0px;
	margin-bottom: 0px;
}






















#payment-form {
  /*width: 30vw;*/
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
      padding: 0px 40px 40px 40px;
}

.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
#payment-form button {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
#payment-form button:hover {
  filter: contrast(115%);
}
#payment-form button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinnerStripe,
.spinnerStripe:before,
.spinnerStripe:after {
  border-radius: 50%;
}
.spinnerStripe {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinnerStripe:before,
.spinnerStripe:after {
  position: absolute;
  content: "";
}
.spinnerStripe:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinnerStripe:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  #payment-form {
    /*width: 80vw;*/
    min-width: initial;
  }
}

.p-Field {
	color: white;
}