@import url("https://fonts.googleapis.com/css?family=Open+Sans|Titillium+Web:600,700");

@font-face {
	font-family: 'Minecraft';
	font-style: normal;
	font-weight: normal;
	src: url('/assets/fonts/Minecraft/minecraft.eot'); /* IE9 Compat Modes */
	src: url('/assets/fonts/Minecraft/minecraft.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/Minecraft/minecraft.ttf') format('truetype');
}

html {
	overflow-x: hidden;
}

body {
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #d8dadc;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
	font-size: 38px;
	color: #222222;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
}

a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover {
	text-decoration: none;
}

a a:focus {
	outline: none;
}

p {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-size: 14px;
}

ul,
ol {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style: none;
}

a:not([href]):not([tabindex]) {
	color: #fff;
}

.section-header {
	margin-bottom: 30px;
}

.section-header p {
	text-align: center;
	font-weight: 400;
	line-height: 26px;
}

.section-title {
	font-size: 30px;
	color: #222222;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.padding-none {
	padding: 0px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(15, 17, 27, 0.8);
}

.btn {
	font-size: 14px;
	padding: 10px 30px;
	cursor: pointer;
	font-weight: 400;
	color: #fff;
	border-radius: 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
}

.btn:focus,
.btn:active {
	box-shadow: none;
	outline: none;
	color: #fff;
}

.btn-common {
	background-color: #3d60f4;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}

.btn-common:hover {
	color: #fff;
	background-color: #222;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.btn-border {
	color: #3d60f4;
	background-color: transparent;
	border: 1px solid #3d60f4;
	border-radius: 30px;
	text-transform: uppercase;
}

.btn-border:hover {
	color: #fff;
	border-color: #3d60f4;
	background-color: #3d60f4;
}

.btn-border:focus {
	color: #fff;
	border-color: #3d60f4;
	background-color: #3d60f4;
}

.btn-lg {
	padding: 14px 33px;
	text-transform: uppercase;
	font-size: 16px;
}

.btn-rm {
	padding: 7px 18px;
	text-transform: capitalize;
}

button:focus {
	outline: none !important;
}

.icon-close,
.icon-check {
	color: #3d60f4;
}

.social-icon a {
	color: #666;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	font-size: 16px;
	margin: 15px 6px 12px 4px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
	color: #fff !important;
}

.social-icon .facebook:hover {
	background: #3b5999;
}

.social-icon .twitter:hover {
	background: #4a9cec;
}

.social-icon .instagram:hover {
	background: #d6274d;
}

.social-icon .linkedin:hover {
	background: #1260a2;
}

.social-icon .google:hover {
	background: #ce332a;
}

/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/dirt_background.png");
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.preloader-text {
	font-size: 1.5em;
	color: white;
	font-family: 'Minecraft';
}

hr {
	border-top: 1px dotted #ddd;
}

.feature-bg {
	background: #3d60f4;
}

.text-wrapper {
	height: 100%;
	display: table;
	padding-left: 140px;
}

.text-wrapper > div {
	vertical-align: middle;
	display: table-cell;
}

.feature-thumb {
	padding: 40px 0;
}

.feature-item {
	padding: 30px;
}

.feature-item .icon {
	float: left;
	border: 1px solid #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.feature-item .icon i {
	font-size: 36px;
	color: #fff;
	line-height: 80px;
}

.feature-content {
	color: #fff;
	margin-left: 100px;
}

.feature-content h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.feature-item:hover .icon {
	background: #fff;
}

.feature-item:hover .icon i {
	color: #3d60f4;
}

/* ==========================================================================
3. Hero Area
========================================================================== */

/* Team Item */
.team-item:hover {
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
}

.team-item {
	margin: 15px 0;
	border-radius: 0px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 0px;
}

.team-item .team-overlay {
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	width: 100%;
	border-radius: 0px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon {
	color: #fff;
	top: 45%;
	position: absolute;
	display: table-cell;
	margin: 0 auto;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons {
	padding-left: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
	display: inline-block;
	margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
	letter-spacing: 0px;
	outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
	font-size: 20px;
	color: #fff;
	width: 36px;
	height: 36px;
	background: #3d60f4;
	display: block;
	border-radius: 30px;
	line-height: 36px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled {
	background: #3b5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled {
	background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-instagram-filled {
	background: #fb3958;
}

.team-item .info-text {
	padding: 15px 20px;
	background: #fff;
}

.team-item .info-text h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
}

.team-item .info-text h3 a {
	color: #333;
}

.team-item .info-text h3 a:hover {
	color: #3d60f4;
}

.team-item .info-text p {
	margin: 0;
	color: #888;
}

.team-item:hover .team-overlay {
	opacity: 1;
}

.h3 {
	font-size: 16px;
	margin-top: 26px;
}

/* Footer Area Start */
.footer-area {
	background: #34363a;
}

.footer-area .footer-titel {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
}

.footer-area ul li {
	margin-bottom: 10px;
}

.footer-area ul li a {
	color: #ccc;
	font-size: 14px;
	font-weight: 400;
}

.footer-area ul li a:hover {
	color: #3d60f4;
}

.footer-area #subscribe-form {
	margin-top: 15px;
}

.footer-area #subscribe-form .form-group {
	position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 15px;
	height: 39px;
	border-radius: 0;
	background: transparent;
	color: #3d60f4;
	border-left: 1px solid #ddd;
}

.copyright {
	background: #34363a;
	padding: 15px;
}

.copyright .footer-logo img {
	width: 80%;
}

.copyright p {
	color: #fff;
	text-align: left;
	margin: 0;
	margin-top: 10px;
}

.copyright p a {
	color: #fff;
}

.copyright p a:hover {
	color: #3d60f4;
}

/* NEW ITEMS */
.section-padding {
	padding: 60px 0;
}
.small-section-padding {
	padding: 60px 0 20px;
}
.bg-gray {
	background: #171e22;
}
.navbar-toggler {
	color: white;
}
.bg-black {
	/* background: #151718; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,151718+5,151718+95,7db9e8+100&0+0,1+5,1+95,0+100 */
	background: -moz-linear-gradient(
		left,
		rgba(125, 185, 232, 0) 0%,
		rgba(21, 23, 24, 1) 5%,
		rgba(21, 23, 24, 1) 95%,
		rgba(125, 185, 232, 0) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		rgba(125, 185, 232, 0) 0%,
		rgba(21, 23, 24, 1) 5%,
		rgba(21, 23, 24, 1) 95%,
		rgba(125, 185, 232, 0) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		rgba(125, 185, 232, 0) 0%,
		rgba(21, 23, 24, 1) 5%,
		rgba(21, 23, 24, 1) 95%,
		rgba(125, 185, 232, 0) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#007db9e8',
			endColorstr='#007db9e8',
			GradientType=1
		); /* IE6-9 */
}
.content-color-bg {
	width: 130%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -15%;
	z-index: 40;
}
.row-spacing {
	margin-top: 20px;
}
.container {
	position: relative;
	z-index: 100;
}
.align-center {
	display: flex;
	align-items: center;
}
a.emphasis {
	text-decoration: underline !important;
}
a.emphasis:hover {
	color: rgba(100, 100, 100, 1) !important;
}
.emphasis {
	color: white !important;
	font-weight: bold;
	font-style: normal;
}

.form-control {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2em;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 8px 20px;
	border: 1px solid #f7f7f7;
}

.form-control:focus {
	border-color: #3d60f4;
	box-shadow: none;
	outline: none;
}

textarea {
	border-radius: 4px !important;
}

.form-control:focus {
	box-shadow: none;
	outline: none;
}

/* HERO IMAGE */
#hero-area {
	overflow: hidden;
	position: relative;
	height: 70vh;
	min-height: 600px;
}

#hero-area .contents .head-title {
	color: white;
	font-family: 'Minecraft';
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 66px;
}

#hero-area .contents .head-title a {
	text-transform: none;
}

.hero-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: 50;
}
.hero-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 25;
	background: transparent url(../img/main/heroimg.jpg) no-repeat;
	background-size: cover;
}

.hero-title-img {
	padding: 20px;
	width: 100%;
}

#hero-video {
	min-width: 100%;
	min-height: 100%;
}

.hero-container {
	z-index: 100;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

/* CENTER NAV */
.center-nav-container {
	margin-top: 30px;
	border-radius: 10px;
	width: 125%;
	max-width: none;
	margin-left: -12.5%;
}
.center-nav {
	padding: 0px;
}
.center-nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	padding: 20px 10px;
	background-color: #151718;
	height: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.center-nav a:hover {
	background-color: rgba(100, 100, 100, 1);
}
.center-nav a.prize-nav:hover {
	background-color: rgba(239, 163, 175, 1);
}
.center-nav a.about-contest-nav:hover {
	background-color: rgba(241, 176, 74, 1);
}
.center-nav a.featured-creations-nav:hover {
	background-color: rgba(202, 173, 153, 1);
}
.center-nav a.register-nav:hover {
	background-color: rgba(104, 200, 169, 1);
}
.center-nav a.media-partners-nav:hover {
	background-color: rgba(121, 179, 166, 1);
}
.center-nav a.rtxWin10-nav:hover {
	background-color: #41577d;
}

.center-nav:nth-child(1) a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.center-nav:last-child a {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.center-nav a i {
	font-size: 2em;
	padding-bottom: 10px;
}
.center-nav a p {
	font-size: 1.2em;
	font-family: "Minecraft";
	text-align: center;
}
.rtxWin10 a img {
	width: 100%;
}
.rtxWin10 a p {
	font-size: 0.6em;
}
/* END CENTER NAV */
/* NAVBAR */
.navbar-expand-md .navbar-nav .nav-link i {
	font-size: 14px;
	margin-left: 5px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-link {
	font-family: 'Minecraft';
	color: #585b60;
	font-size: 1.2em;
	font-weight: 600;
	padding: 8px 10px;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav li a:hover,
.navbar-expand-md .navbar-nav li .active > a,
.navbar-expand-md .navbar-nav li a:focus {
	color: white;
	outline: none;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
	color: white !important;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover {
	color: white !important;
}

.navbar {
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

.navbar li.active a.nav-link {
	color: white;
}

.top-nav-collapse .navbar-brand {
	top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
	color: #585b60 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
	cursor: pointer;
	color: white !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
	color: white !important;
}

.minecraft-button {
	min-width: 400px;
	outline: 2px solid black;
	position: relative;
	margin: 0;
	display: inline-block;
	background-image: url('../img/button_center.png');
	background-repeat: repeat;
	padding: 0;
	font-family: 'Minecraft';
	text-align: center;
	color: white;
	text-shadow: 3px 3px #4c4c4c;
	border-bottom: 4px solid #565656;
	border-right: 2px solid #565656;
	border-left: 2px solid #aaa;
	border-top: 2px solid #aaa;
	box-sizing: border-box;
	font-size: 0.75em;
}

.minecraft-button span {
	position: relative;
	line-height: 40px;
	bottom: 3px;
}

.minecraft-button:hover {
	border-bottom: 4px solid #59639a;
	border-right: 2px solid #59639a;
	border-left: 2px solid #bdc6ff;
	border-top: 2px solid #bdc6ff;
	background-image: url('../img/button_active_center.png');
	color: #ffffa0;
}
/* NAVBAR END */
/* CONTENT */
.section {
	overflow: hidden;
	position: relative;
}
.content-bg {
	/* background-image: url("../img/main/contentbg.png"); */
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	z-index: 50;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.content-container {
	position: relative;
	z-index: 50;
}
.section-header {
	position: relative;
	z-index: 100;
}
.section-sub-header {
	position: relative;
	z-index: 100;
}
.section-header h2 {
	color: white;
	font-family: 'Minecraft';
	font-size: 2em;
}
.section-header h3 {
	color: white;
	font-family: 'Minecraft';
	font-size: 1.5em;
}
.section-header p {
	font-size: 1em;
	padding: 5px;
}
.section-sub-header h2 {
	color: white;
	font-family: 'Minecraft';
	font-size: 1.5em;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-b-15 {
	margin-bottom: 15px;
}

/* END CONTENT */

/*PRIZE */
.how-to-do-it {
	position: relative;
	/* background: url(../img/main/2ndimg.png); */
	background-repeat: no-repeat;
	background-size: cover;
}
.judge {
	position: relative;
	/* background: url(../img/main/judgebg.png); */
	background-repeat: no-repeat;
	background-size: cover;
}
.register {
	position: relative;
	/* background: url(../img/main/register.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
}
#enter-contest-section {
	position: relative;
	/* background: url(../img/main/stepsbg.png); */
	background-repeat: no-repeat;
	background-size: cover;
}
.prize-title {
	margin-bottom: 40px;
	font-size: 1.5em;
	color: white;
	font-family: 'Minecraft';
}
.prize-img {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prize-img img {
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	max-width: 400px;
}
.prize-img img:hover {
	transform: translateY(-15px);
}
.prize-text p {
	text-align: center;
	font-size: 1.2em;
	color: white;
	margin-top: 30px;
}
.top-prize {
	margin-bottom: 50px;
}
.prize-section-sub-title {
	font-size: 1.2em !important;
	color: white !important;
}
.prize-box {
	display: flex;
	flex-direction: column;
}
/* END PRIZE */

/* TERMS */
.content-bg.terms-bg {
	/* background-image: url("../img/main/stepsbg.png"); */
}
.terms-ul {
	position: relative;
	z-index: 100;
}
.terms-ul li {
	margin-bottom: 15px;
	font-size: 1.2em;
	list-style: disc;
	text-align: justify;
}
/* TERMS END */

/* INTRO */
.intro {
	position: relative;
	background: url("../img/main/introbg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.intro-button-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.intro-button {
	font-size: 1.5em;
	min-width: 300px;
	padding: 10px;
}

/* INTRO END */

/* GRID */
.content-bg.other-content-bg {
	/* background-image: url("../img/main/termsbg.png"); */
}
.other-content-container {
	padding-top: 60px;
	position: relative;
	z-index: 100;
}
.slick-container {
	display: none;
}
.grid-sizer {
	width: 25%;
}
.grid-item {
	width: 25%;
}
.grid-container {
	padding: 5px;
}
.grid-text-container {
	padding: 20px;
	background-color: white;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	max-height: 275px;
	display: flex;
	flex-direction: column;
}
.grid-text-container p {
	color: black;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
}

.grid-item--width2 {
	width: 400px;
}
.grid-item img {
	width: 100%;
	min-height: 300px;
	min-width: 100%;
	background-color: grey;
	object-fit: cover;
}
.grid-bottom-container {
	display: flex;
	flex-direction: row;
	padding: 10px 0px 0px 0px;
}
.grid-bottom-container i {
	color: rgba(100, 100, 100, 1);
	font-size: 2em;
	margin-right: 10px;
}
.grid-bottom-container p {
	color: rgba(100, 100, 100, 1);
}
.grid-image-container {
	position: relative;
}
.grid-play {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.grid-play i {
	font-size: 5em;
	opacity: 0.6;
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.grid-image-container:hover .grid-play i {
	opacity: 1;
}
.instagram-grid {
	min-height: 500px;
}
.load-more-button {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	color: black;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.2em;

	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.load-more-button:hover {
	background-color: rgba(100, 100, 100, 1);
	color: white;
}
.end-of-content {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}
/* GRID END */
/* HOW TO DO IT */
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	width: 100%;
}
.video-container:nth-child(2) {
	margin-top: 40px;
}
.video-container:nth-child(3) {
	margin-top: 40px;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* HOW TO DO IT END */
/* STEPS */
.step-container {
	position: relative;
	z-index: 100;
	padding: 40px 0px;
	display: flex;
	flex-direction: row;
}
.step-icon {
	margin-right: 30px;
	min-width: 140px;
}
.step-icon i {
	font-size: 8em;
	color: white;
}
.step-content-title {
	color: white;
	font-family: 'Minecraft';
	font-size: 1.5em;
	margin-bottom: 20px;
}
.step-content-text p {
	font-size: 1.2em;
}
.step-content-text ul li {
	font-size: 1.2em;
	margin-left: 20px;
	margin-bottom: 10px;
}
.step-content-text .number-ul li {
	list-style: decimal;
}
.step-content-text .disc-ul li {
	list-style: disc;
}
.hashtag-container {
	margin-left: 20px;
	font-size: 1.2em;
	margin-bottom: 10px;
}
/* STEPS END */
/* REGISTRATION */
#terms_conditions {
	margin-top: 7px;
}
.entry-sub-title {
	font-size: 1.2em !important;
	color: white !important;
	font-family: 'Open Sans', sans-serif !important;
}
.terms-box {
	margin: 30px 0px;
}
.col-form-label {
	font-size: 1.2em;
	color: white;
}
.form-check-label {
	font-size: 1.2em;
	color: white;
}
.submit-btn {
	border-radius: 0px;
	width: 100%;
	font-size: 1.5em;
	min-width: 300px;
	padding: 10px;
}
.invalid-feedback {
	font-size: 1em;
}
/* REGISTRATION END */
/* JUDGE */
.judge-row {
	position: relative;
	z-index: 100;
}
.judge-container {
	padding: 20px;
	max-width: 360px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.judge-icon i {
	font-size: 9.5em;
}
.judge-text {
	text-align: center;
	margin-top: 20px;
}
.judge-text p {
	font-size: 1.5em;
	color: white;
}
.judge-img {
	flex: 1;
	align-items: center;
	justify-content: center;
	display: flex;
}
.align-center {
	justify-content: center;
	align-items: center;
}
.centralize-row {
	display: flex;
	justify-content: center;
}
.judge-container img {
	width: 100%;
}
.disclaimer-row {
	margin-top: 40px;
}
.disclaimer-row p {
	font-size: 1.2em;
	color: white;
}
.judge-country {
	font-size: 1.7em !important;
}
.flag {
	height: 48px;
	padding-bottom: 12px;
	margin-left: 15px;
}
.underline {
	text-decoration: underline;
}
/* JUDGE END */

.ellip {
	display: block;
	height: 100%;
}

.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 100%;
}

.ellip,
.ellip-line {
	position: relative;
	overflow: hidden;
}

.head-title-minecraft {
	font-family: 'minecraft';
	font-size: 189px;
	color: #adadad;
	text-shadow: 1px 1px 1px #000000, 1px 2px 1px #000000, 1px 3px 1px #000000, 1px 4px 1px #000000, 1px 5px 1px #000000,
		1px 6px 1px #000000, 1px 7px 1px #000000, 1px 8px 1px #000000, 1px 9px 1px #000000, 1px 10px 1px #000000,
		1px 18px 6px rgba(16, 16, 16, 0.4), 1px 22px 10px rgba(16, 16, 16, 0.2), 1px 25px 35px rgba(16, 16, 16, 0.2),
		1px 30px 60px rgba(16, 16, 16, 0.4);
	transform: rotateX(36deg);
}
