@font-face {
	font-family: Gotham;
	font-weight: bold;
	src: url("../fonts/Gotham-Bold.otf") format("opentype");
}
@font-face {
	font-family: Gotham;
	font-weight: lighter;
	src: url("../fonts/Gotham-Light.otf") format("opentype");
}
@font-face {
	font-family: Gotham;
	font-weight: bolder;
	src: url("../fonts/Gotham-Black.otf") format("opentype");
}
@font-face {
	font-family: Gotham;
	font-weight: regular;
	src: url("../fonts/GothamBook.ttf") format("TrueType");
}
@font-face {
	font-family: Bariol;
	font-weight: regular;
	src: url("../fonts/Bariol_Regular.otf") format("opentype");
}
@font-face {
	font-family: Bariol;
	font-weight: bold;
	src: url("../fonts/Bariol_Bold.otf") format("opentype");
}

body {
	font-family: 'Bariol', sans-serif;
	font-weight: regular;
	color: rgb(255, 255, 255);
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	background-image: url("../images/register-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #2e0020;
	background-position: center top;
	background-attachment: fixed;
}

#triangles {
	background-image: url("../images/register-tr.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-animation: slide 4s linear infinite;
}

@media (max-width: 767px) {
	#triangles {
		background-image: none;
	}
}

@media (max-width: 480px) {
	#triangles {
		background-image: none;
	}
}

@-webkit-keyframes slide {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 0 -40px;
	}
	100% {
		background-position: 0 0;
	}
}

.title-div {
	height: 50px;
}

.title-holder {
	padding: 50px;
}

.title-1 {
	/*font-family: Bariol-Regular, sans-serif;*/
	font-weight: 100 !important;
	font-size: 60px;
	line-height: 1.2;
}

.title-2 {
	/*font-family: Gotham-black, sans-serif;*/
	font-weight: 800 !important;
	font-size: 60px;
	line-height: 1.2;
	margin-left: 42px;
	letter-spacing: 23px;
}

.title-small {
	/*font-family: Gotham-black, sans-serif;*/
	margin-left: -5px;
	font-weight: 800 !important;
	font-size: 30px;
	line-height: 3;
}

.not-typed {
	font-weight: 800 !important;
	font-size: 60px;
	line-height: 1.2;
}

.home-title {
	/* padding-top: 100px; */
	margin-bottom: 200px;
	/*height: 160px;*/
}

.vvl {
	color: #007bff;
}
.logo-img {
	position: relative;
	width: 200px;
	left: 50%;
	transform: translate(-50%, 0);
}

@media (min-width: 768px) {
	.logo-img {
		position: relative;
		width: 200px;
		left: 75%;
		transform: translate(-50%, 0);
	}
}

img {
	vertical-align: middle;
	border-style: none;
}
.typed {
	font-weight: 600;
	font-size: 80px;
	line-height: 1.2;
}

.come {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 5%;
}
option {
	color: black;
	background-color: #fff;
}
.labeli {
	font-family: Gotham;
	font-weight: bolder;
	font-size: 24px;
	line-height: 32px;
}

.inputi {
	display: block;
	width: 100%;
	color: rgb(255, 255, 255);
	font-size: 30px;
	line-height: 38px;
	padding: 0px 26px 16px;
	border-style: none;
	outline: none;
	border-radius: 3px;
	/*border-bottom: solid;*/
	background: none;
}

option {
	background-color: rgb(255, 255, 255);
}

.formi {
	margin-bottom: 200px;
	font-size: 30px;
	line-height: 38px;
	opacity: 0.2;
}

.dicidi {
	font-size: 30px;
	line-height: 38px;
}

.bani {
	padding-bottom: 200px;
}

.hidi {
	padding-bottom: 0;
	display: none;
}

.separator {
	width: 100%;
	height: 0px;
	border: 1px;
	border-style: solid;
	border-radius: 5px;
}

.bb {
	border-color: #1497c4 !important;
}

.br {
	border-color: #e2431e !important;
}

.by {
	border-color: #f9e341 !important;
}

.bg {
	border-color: #62ba2a !important;
}

.bp {
	border-color: #7d18b7 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: color 9999s ease-out, background-color 9999s ease-out;
	transition-delay: 9999s;
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
	-webkit-transition-delay: 9999s;
}

.checkButton {
	float: left;
	width: 20%;
	padding: 8px;
	margin-bottom: 1px;
}
button:focus {
	outline: 0;
}

.custom-button-3 {
	background-color: transparent;
	cursor: pointer;
	white-space: nowrap;
	min-height: 48px;
	color: rgb(217, 137, 17);
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-image: initial;
	padding: 6px 40px 8px;
	border-color: rgb(217, 137, 17);
	border-radius: 30px;
	font-size: 25px;
	transition: 0.3s;
	animation: glow 7s;
	-moz-animation: glow 7s; /* Firefox */
	-webkit-animation: glow 7s; /* Safari and Chrome */
	-o-animation: demo 7s; /* Opera */
	animation: glow 7s infinite;
}

.custom-button-3:hover {
	background-color: rgb(217, 137, 17);
	border-width: 1px;
	border-color: transparent;
	color: white;
}

.custom-button {
	background-color: #1497c4;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
	min-height: 48px;
	color: rgb(255, 255, 255);
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-image: initial;
	padding: 6px 18px 8px;
	border-color: transparent;
	border-radius: 30px;
	font-size: 25px;
}
.custom-button:hover {
	background-color: rgb(46, 189, 236);
}

.custom-button-2 {
	background-color: transparent;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
	min-height: 48px;
	color: rgb(2, 165, 220);
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-image: initial;
	padding: 6px 18px 8px;
	border-color: rgb(2, 165, 220);
	border-radius: 30px;
	font-size: 25px;
	transition: 0.3s;
}

.custom-button-2:hover {
	background-color: rgb(46, 189, 236);
	border-width: 1px;
	border-color: transparent;
	color: white;
}

.checkInput {
	padding: 10px;
	float: left;
	width: 80%;
}

.checkDiv {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

a {
	color: #fff !important;
}

.custom-switch {
	display: inline-block !important;
	margin-left: 50px;
}

label.error {
	color: red;
	font-size: 16px;
}

p.error {
	color: red;
	font-size: 16px;
}

.succ {
	color: green;
	font-size: 16px;
}

.fix-width {
	width: 150px;
}

#workshops {
	/*list-style: none;*/
}

.draggable li {
	text-align: center;
	/*width: 80%;*/
	border: 1px solid;
	border-radius: 5px;
	margin: 10px;
	padding: 5px;
	cursor: grab;
}

.draggable li:active {
	cursor: grabbing;
}

.particles {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
}

/* CSS Spinner */

.spinner {
	-webkit-animation: rotator 1.4s linear infinite;
	animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@keyframes rotator {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}
.path {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
	animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
	0% {
		stroke: #fff;
	}
	25% {
		stroke: #fff;
	}
	50% {
		stroke: #fff;
	}
	75% {
		stroke: #fff;
	}
	100% {
		stroke: #fff;
	}
}

@keyframes colors {
	0% {
		stroke: #fff;
	}
	25% {
		stroke: #fff;
	}
	50% {
		stroke: #fff;
	}
	75% {
		stroke: #fff;
	}
	100% {
		stroke: #fff;
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 187;
	}
	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}
@keyframes dash {
	0% {
		stroke-dashoffset: 187;
	}
	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

@keyframes glow {
	0% {
		-moz-box-shadow: 0 0 0 0 rgb(217, 137, 17);
		-webkit-box-shadow: 0 0 5px 5pxrgb(217, 137, 17);
		box-shadow: 0 0 0 0 rgb(217, 137, 17);
	}
	50% {
		-moz-box-shadow: 0 0 5px 5px #888;
		-webkit-box-shadow: 0 0 5px 5pxrgb(217, 137, 17);
		box-shadow: 0 0 5px 5px rgb(217, 137, 17);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgb(217, 137, 17);
		-webkit-box-shadow: 0 0 0 0pxrgb(217, 137, 17);
		box-shadow: 0 0 0 0 rgb(217, 137, 17);
	}
}

@-moz-keyframes glow {
	0% {
		-moz-box-shadow: 0 0 0 0 rgb(217, 137, 17);
		-webkit-box-shadow: 0 0 5px 5pxrgb(217, 137, 17);
		box-shadow: 0 0 0 0 rgb(217, 137, 17);
	}
	50% {
		-moz-box-shadow: 0 0 5px 5px #888;
		-webkit-box-shadow: 0 0 5px 5pxrgb(217, 137, 17);
		box-shadow: 0 0 5px 5px rgb(217, 137, 17);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgb(217, 137, 17);
		-webkit-box-shadow: 0 0 0 0pxrgb(217, 137, 17);
		box-shadow: 0 0 0 0 rgb(217, 137, 17);
	}
}

@-webkit-keyframes glow {
	0% {
		-moz-box-shadow: 0 0 0 0 rgb(217, 137, 17);
		-webkit-box-shadow: 0 0 5px 5pxrgb(217, 137, 17);
		box-shadow: 0 0 0 0 rgb(217, 137, 17);
	}
	50% {
		-moz-box-shadow: 0 0 5px 5px #888;
		-webkit-box-shadow: 0 0 5px 5pxrgb(217, 137, 17);
		box-shadow: 0 0 5px 5px rgb(217, 137, 17);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgb(217, 137, 17);
		-webkit-box-shadow: 0 0 0 0pxrgb(217, 137, 17);
		box-shadow: 0 0 0 0 rgb(217, 137, 17);
	}
}

@-o-keyframes glow {
	0% {
		-moz-box-shadow: 0 0 0 0 rgb(217, 137, 17);
		-webkit-box-shadow: 0 0 5px 5pxrgb(217, 137, 17);
		box-shadow: 0 0 0 0 rgb(217, 137, 17);
	}
	50% {
		-moz-box-shadow: 0 0 5px 5px #888;
		-webkit-box-shadow: 0 0 5px 5pxrgb(217, 137, 17);
		box-shadow: 0 0 5px 5px rgb(217, 137, 17);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgb(217, 137, 17);
		-webkit-box-shadow: 0 0 0 0pxrgb(217, 137, 17);
		box-shadow: 0 0 0 0 rgb(217, 137, 17);
	}
}

#logo-animation {
	/* width : 400px ;  */
}
#hide-final {
	margin-top: -40px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(255, 255, 255) url('../images/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
	display: block;
}
