.center-text {
    text-align: center
}

.username-containment {
    text-align: center;
}

p.inputusername {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5
}

.stretch-btn {
    min-width: 50%;
}

@media(min-width:768px) {
    p.inputusername {
        margin: 0 0 -15px;
        font-size: 20px;
        line-height: 1.6
    }
}

.example-img-overlay-wrapper {
	position: relative;
	border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    max-height: 180px;
}
.example-img-overlay-wrapper a, .example-img-overlay-wrapper a:hover, .example-img-overlay-wrapper a:active, .example-img-overlay-wrapper a:visited, .example-img-overlay-wrapper a:focus {
	outline: none !important;
}
.example-img-overlay {
	width: 100%;
	padding: 5px 5px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	font-size: 0.6em;
	letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

.mfp-wrap {
    z-index: 1100;
}

@media screen and (max-width: 768px) {
	.example-img-wrapper {
		margin-bottom: 30px;
	}
}

.modal-backdrop {
    opacity: .8 !important
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg)
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg)
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2ba0c7;
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg)
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg)
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg)
}

.cssload-thecube .cssload-c2:before {
    animation-delay: .35s;
    -o-animation-delay: .35s;
    -ms-animation-delay: .35s;
    -webkit-animation-delay: .35s;
    -moz-animation-delay: .35s
}

.cssload-thecube .cssload-c3:before {
    animation-delay: .69s;
    -o-animation-delay: .69s;
    -ms-animation-delay: .69s;
    -webkit-animation-delay: .69s;
    -moz-animation-delay: .69s
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s
}

@keyframes cssload-fold-thecube {

    0%,
    10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-o-keyframes cssload-fold-thecube {

    0%,
    10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-ms-keyframes cssload-fold-thecube {

    0%,
    10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-webkit-keyframes cssload-fold-thecube {

    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-moz-keyframes cssload-fold-thecube {

    0%,
    10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

#spin {
    color: red
}

#spin:after {
    content: "";
    animation: spin 10s linear infinite
}

@keyframes spin {
    0% {
        content: "connecting to Instagram database...";
    }

    10% {
        content: "analyzing the database...";
    }

    20% {
        content: "retrieving the database...";
    }

    30% {
        content: "connected to the database...";
    }

    40% {
        content: "searching for the profile...";
    }

    50% {
        content: "performing security check..."
    }

    60% {
        content: "accessing the profile..."
    }

    70% {
        content: "establishing a safe connection..."
    }

    80% {
        content: "checking for authenticity..."
    }

    90% {
        content: "verification requested..."
    }

    100% {
        content: "verification requested..."
    }
}

#fountainG{
	position: relative;
	width: 198px;
	height: 24px;
	margin: 30px auto 15px auto;
}
.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(64,64,64);
	width:20px;
	height:20px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:0.645s;
		-o-animation-duration:0.645s;
		-ms-animation-duration:0.645s;
		-webkit-animation-duration:0.645s;
		-moz-animation-duration:0.645s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:13px;
		-o-border-radius:13px;
		-ms-border-radius:13px;
		-webkit-border-radius:13px;
		-moz-border-radius:13px;
}
#fountainG_1{
	left:0;
	animation-delay:0.256s;
		-o-animation-delay:0.256s;
		-ms-animation-delay:0.256s;
		-webkit-animation-delay:0.256s;
		-moz-animation-delay:0.256s;
}
#fountainG_2{
	left:20px;
	animation-delay:0.3225s;
		-o-animation-delay:0.3225s;
		-ms-animation-delay:0.3225s;
		-webkit-animation-delay:0.3225s;
		-moz-animation-delay:0.3225s;
}
#fountainG_3{
	left:40px;
	animation-delay:0.389s;
		-o-animation-delay:0.389s;
		-ms-animation-delay:0.389s;
		-webkit-animation-delay:0.389s;
		-moz-animation-delay:0.389s;
}
#fountainG_4{
	left:61px;
	animation-delay:0.4555s;
		-o-animation-delay:0.4555s;
		-ms-animation-delay:0.4555s;
		-webkit-animation-delay:0.4555s;
		-moz-animation-delay:0.4555s;
}
#fountainG_5{
	left:81px;
	animation-delay:0.522s;
		-o-animation-delay:0.522s;
		-ms-animation-delay:0.522s;
		-webkit-animation-delay:0.522s;
		-moz-animation-delay:0.522s;
}
#fountainG_6{
	left:101px;
	animation-delay:0.5885s;
		-o-animation-delay:0.5885s;
		-ms-animation-delay:0.5885s;
		-webkit-animation-delay:0.5885s;
		-moz-animation-delay:0.5885s;
}
#fountainG_7{
	left:121px;
	animation-delay:0.645s;
		-o-animation-delay:0.645s;
		-ms-animation-delay:0.645s;
		-webkit-animation-delay:0.645s;
		-moz-animation-delay:0.645s;
}
#fountainG_8{
	left:142px;
	animation-delay:0.7115s;
		-o-animation-delay:0.7115s;
		-ms-animation-delay:0.7115s;
		-webkit-animation-delay:0.7115s;
		-moz-animation-delay:0.7115s;
}
@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(56,151,240);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(64,64,64);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(56,151,240);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(64,64,64);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(56,151,240);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(64,64,64);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(56,151,240);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(64,64,64);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(56,151,240);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(64,64,64);
	}
}

.btn-verify {
    margin-bottom: 30px;
}

.btn-reveal {
    margin-top: 20px;
}

/* #btn-init {
font-family: inherit;
padding: 30px 0 30px 0;
font-weight: bold;
font-size: 1.5rem;
letter-spacing: 2px;
} */
