html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	background: url( '../img/bg.jpg' );
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #FFF;
	background-color: #000;
  	overflow-x: hidden;
  	margin-bottom: 150px;  
}

.packagesPage, .packagesPage2 {
	display: none;
}

.homePage {
	padding-top: 20%;
}

.font-verification {
	color: #7b7a7a;
}

.navbar-top {
	position: relative;
	font-size: 15px;
	text-align: center; 
	background-color: rgba( 0, 0, 0, 0.60 );
	margin-top: 50px;
	margin-bottom: 30px;
	width: 100%;
	padding: 5px;
}



.navbar-top img {
	position: absolute;
    margin-left: 7px;
    margin-top: -15px;
}

.navbar-top .first {
	color: #feec1c;
	padding-right: 10px;
}

.navbar-top .second {
	padding-right: 10px;
}

.navbar-top .first-second {
	padding-left: 100px;
}

.btn-custom {
	text-transform: uppercase;
	color: #FFF;
	background: rgb( 42, 43, 45 );
	background: -moz-linear-gradient( top, rgba( 42, 43, 45, 1 ) 0%, rgba( 28, 29, 31, 1 ) 100% );
	background: -webkit-linear-gradient( top, rgba( 42, 43, 45, 1 ) 0%,rgba( 28, 29, 31, 1 ) 100% );
	background: linear-gradient( to bottom, rgba( 42, 43, 45, 1 ) 0%,rgba( 28, 29, 31, 1 ) 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2b2d', endColorstr='#1c1d1f',GradientType=0 );
	font-weight: bold;
	padding: 10px;
	width: 150px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-custom:hover {
	border: 2px solid #783818;
	color: #855a20;
	background: #fade76;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcba', endColorstr='#f94f00',GradientType=1 );
	-webkit-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	-moz-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba(224, 112, 60, 0.9);
	box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
}

.btn-custom i {
	font-weight: normal!important;
}

.btn-package {
	text-transform: uppercase;
	color: #FFF;
	background: rgb( 42, 43, 45 );
	background: -moz-linear-gradient( top, rgba( 42, 43, 45, 1 ) 0%, rgba( 28, 29, 31, 1 ) 100% );
	background: -webkit-linear-gradient( top, rgba( 42, 43, 45, 1 ) 0%,rgba( 28, 29, 31, 1 ) 100% );
	background: linear-gradient( to bottom, rgba( 42, 43, 45, 1 ) 0%,rgba( 28, 29, 31, 1 ) 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2b2d', endColorstr='#1c1d1f',GradientType=0 );
	font-weight: bold;
	padding: 10px;
	width: 150px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-package:hover {
	border: 2px solid #783818;
	color: #855a20;
	background: #fade76;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcba', endColorstr='#f94f00',GradientType=1 );
	-webkit-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	-moz-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba(224, 112, 60, 0.9);
	box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
}

.btn-package img {
    width: 25px;
    margin-right: 10px;
}

.btn-package i {
	font-weight: normal!important;
}

.btn-connect {
	text-transform: uppercase;
	border: 2px solid #783818;
	color: #855a20;
	background: #fade76;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcba', endColorstr='#f94f00',GradientType=1 );
	-webkit-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	-moz-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9) ;
	box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	font-weight: bold;
	padding: 7px;
	width: 120px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.default-platform {
    background-repeat: no-repeat;
	width: 170px;
	height: 60px;
}

.default-platform button {
	margin-left: 9.5px;
	margin-top: 6px;
}

.default-package {
    background-repeat: no-repeat;
	width: 170px;
	height: 60px;
}

.default-package button {
	margin-top: 6px;
}

.small-padding {
	padding-left: 20px;
}

.platform-active {
	background: url( '../img/border.png' );
	background-size: 100% 100%;
}

.platform-active .btn-custom {
	border: 2px solid #783818;
	color: #855a20;
	background: #fade76;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcba', endColorstr='#f94f00',GradientType=1 );
	-webkit-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	-moz-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
}

.package-active .btn-package {
	border: 2px solid #783818;
	color: #855a20;
	background: #fade76;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcba', endColorstr='#f94f00',GradientType=1 );
	-webkit-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	-moz-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
}

.package-active {
	background: url( '../img/border-big.html' );
	background-size: 100% 100%;
}

.package-active .btn-package {
	border: 2px solid #783818;
	color: #855a20;
	background: #fade76;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcba', endColorstr='#f94f00',GradientType=1 );
	-webkit-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	-moz-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
}

.package-active2 .btn-package {
	border: 2px solid #783818;
	color: #855a20;
	background: #fade76;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcba', endColorstr='#f94f00',GradientType=1 );
	-webkit-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	-moz-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
}

.package-active2 {
	background: url( '../img/border-big.html' );
	background-size: 100% 100%;
}

.package-active2 .btn-package {
	border: 2px solid #783818;
	color: #855a20;
	background: #fade76;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcba', endColorstr='#f94f00',GradientType=1 );
	-webkit-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	-moz-box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
	box-shadow: 0px 0px 21px 2px rgba( 224, 112, 60, 0.9 ), inset 0px 0px 21px 7px rgba( 224, 112, 60, 0.9 );
}


.usernameInput, .usernameInput:focus, .usernameInput:hover {
	box-shadow: 0;
	outline: 0;
	background: #1a1816;
	border-color: #3e3b39;
}

.usernameInput-error {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 0px 13px 2px rgba(153,0,0,1);
	-moz-box-shadow: 0px 0px 13px 2px rgba(153,0,0,1);
	box-shadow: 0px 0px 13px 2px rgba(153,0,0,1);
}

.connect-button {
	float: right;
}

.connect-page {
}

.connect-login {
	width: 100%;
}

.page-title {
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 25px;
	color: #fff;
}

.footer img {
	margin-top: 4px;
	width: 65px;
	-webkit-filter: grayscale( 100% ); 
    filter: grayscale( 100% );
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.footer img:hover {
	-webkit-filter: grayscale( 0% ); 
    filter: grayscale( 0% );
}

.footer {
	padding-top: 15px;
  	position: absolute;
  	width: 100%;
  	bottom: 0;
}

.footer-bottom {
	padding-top: 10px;
	height: 100%;
	background-color: rgba( 30, 29, 29, 0.78 );
}

.footer-top {
	color: #868686;
	text-align: right;
	font-size: 13px;
	padding: 4px;
	background-color: rgba( 0, 0, 0, 0.60 );
}

.footer a {
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
}

.footer p {
    color: #FFF;
    font-size: 11px;
}

.big-package {
	width: 250px;
}

.row-packages {
	margin-top: 30px;
}

.text-green {
	color: #2a5b0e;
}

.mobile-logo {
	width: 210px;
	height: 95px;
	display: none;
}

.modal-dialog {
  overflow: hidden!important;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  @media(max-width: 768px) {
    min-height: calc(100vh - 20px);
  }
}

.modal-body {
	z-index: 1;
	position: relative;
	background: rgb(2,0,1);
	background: -moz-linear-gradient(top, rgba(2,0,1,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-linear-gradient(top, rgba(2,0,1,1) 0%,rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(2,0,1,1) 0%,rgba(31,31,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020001', endColorstr='#1f1f1f',GradientType=0 );
}

.modal-body:after {
	z-index: -1;
    top: 2px;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/bottom-modal.html);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.modal-header {
	background: rgb(20,19,17);
	background: -moz-linear-gradient(-45deg, rgba(20,19,17,1) 0%, rgba(53,49,36,1) 50%, rgba(20,19,17,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(20,19,17,1) 0%,rgba(53,49,36,1) 50%,rgba(20,19,17,1) 100%);
	background: linear-gradient(135deg, rgba(20,19,17,1) 0%,rgba(53,49,36,1) 50%,rgba(20,19,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141311', endColorstr='#141311',GradientType=1 );
	border-color: #51504d;
	border-radius: 0px;
}

.modal-content {
	border: 1px solid #51504d;
	border-radius: 0px;
}

.modal-title { 
	color: #ecc807;
	margin: 0 auto;
}

/* Terminal */

.terminal-window {
  text-align: left;
  width: 600px;
  height: 360px;
  border-radius: 10px;
  margin: auto;
  position: relative;
}

.terminal-window section.terminal {
  color: white;
  font-family: Menlo, Monaco, "Consolas", "Courier New", "Courier";
  font-size: 11pt;
  position: absolute;
  width: 100%;
  top: 30px;
  bottom: 0;
  overflow: hidden;
}

.terminal-window section.terminal .typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.terminal-data { display: none; }
.terminal-window .gray { color: gray; }
.terminal-window .green { color: green;}

/* Mobile Optimization */

@media ( max-width: 767px ) { 

	body {
		background: #000 url( '../img/bg-mobile.jpg' );
		background-size: none;
		-webkit-background-size: none;
		background-position: center 30%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		padding-top: 20px;
		margin-bottom: 230px;
	}

	.connect-page {
		padding-top: 30px;
	}

	.mobile-logo {
		padding-bottom: 10px;
		display: block;
	}

	.connect-login {
		text-align: center;
		margin: 0 auto;
	}

	.footer-top { 
		text-align: center;
		font-size: 11px;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer a {
	    text-transform: uppercase;
	    font-size: 11px;
	    color: #FFF;
	}

	.footer p {
		text-align: center;
	    color: #FFF;
	    font-size: 10px;
	}

	.footer img { 
		width: 50px;
	}

	.page-title {
		text-align: center;
	}

	.btn-custom {
		display: inline-block;
	}

	.btn-package {
		display: inline-block;
	}

	.default-platform {
		margin: 0 auto;
	}

	.default-package {
		margin: 0 auto;
	}

	.connect-button {
		padding-top: 20px;
		float: none;
		text-align: center;
	}

	.mobile-center {
		margin: 0 auto;
	}

	.usernameInput {
		text-align: center;
	}

	.navbar-top {
		font-size: 13px;
	}

	.navbar-top img {
		margin-left: -6px;
		width: 50px;
	}

	.navbar-top .first-second {
		padding-left: 50px;
	}

	.navbar-top .navbar-second {
		padding-right: 50px;
	}
}
