/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
::selection {
  background: #e25f2a; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #e25f2a; /* Gecko Browsers */
  color: #fff;
}
body {
	overflow-x: hidden;
	background: url('../img/main-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul li {
	list-style-type: none;
}
header, section {
	position: relative;
}
a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus, a:visited, a:active {
	text-decoration: none !important;
	outline: none !important;
}
.double-margin {
	margin-right: -30px;
	margin-left: -30px;
}
.double-padding {
	padding-right: 30px;
	padding-left: 30px;
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
.container {
	width: 900px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Ubuntu', sans-serif;
	color: #333;
	font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Righteous', cursive;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	padding: 80px 0 40px 0;
	text-align: center;
}
header .logo-img {
	margin: 0 auto;
	max-width: 400px;
}
/*--------------------------------------------------------------
# Generator
--------------------------------------------------------------*/
.generator-connection-header {
	background: #107c10;
	border-bottom: 5px solid rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: center;
	padding: 30px 0 27px 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.5);
}
.generator-connection-header h3 {
	margin: 0;
	line-height: 1;
	font-size: 2em;
	text-transform: uppercase;
	text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
}
.generator-connection-content {
	background: #fff;
	padding: 50px 50px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.8);
}
.mfp-bg.step-connecting {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #107c10;
}
.step-wrapper {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}
.connecting-wrapper {
	background: #fff;
	border-radius: 10px;
	padding: 50px 50px;
	color: #333;
	position: relative;
}
.connecting-message {
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
	margin: 20px auto 30px auto;
}
.connecting-loadbar {
	display: none;
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 0;
	background: #e9e7e9;
	margin-top: 5px;
	margin-bottom: 15px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 6px;
}
.connecting-loadbar div {
	font-size: 10px;
	text-shadow: 0px 0px 2px #000;
	text-indent: 9999px;
	overflow: hidden;
	background: #107c10;
	border-radius: 6px;
}
.step-two-intro {
	text-align: center;
}
.step-two-intro p {
	color: #999;
}
/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
.spinner {
  margin: 0 auto;
  width: 70px;
  height: 50px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #107c10;
  height: 100%;
  width: 9px;
  display: inline-block;  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*--------------------------------------------------------------
# Inputs
--------------------------------------------------------------*/
.form-group {
	margin: 0;
}
.styled-label {
	font-size: 0.8em;
	display: block;
	text-align: center;
	font-weight: 700;
	margin: 0;
}
.styled-input {
	height: 80px;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	border: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	padding: 0 20px 0 40px;
	color: #333;
	font-weight: 700;
}

.select2-container--default .select2-selection--single {
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	border: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    height: 80px;
	line-height: 80px;
    padding: 0 20px 0 40px;
	color: #333;
	box-shadow: none;
	border-radius: 0;
	text-align: left;
	font-weight: 700;
}
.select2-selection__rendered {
	height: 100%;
	line-height: 80px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 78px;
	color: #333;
}
#select2-platform-select-input-container {
	color: #fff;
	text-align: left;
}
.select-option {
	background: #107c10;
	padding: 10px 0;
	color: #fff;
	line-height: 50px;
	font-size: 0.6em;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
	border-width: 0 10px 12px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 25px;
	right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
	border-style: solid;
	border-width: 12px 10px 0 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 0;
}
.select2-dropdown{
    background-color: #107c10;
    border: none;
    border-radius: 0;
    box-sizing:border-box;
    display:block;
    position:absolute;
    left:-100000px;
    width:100%;
    z-index:1051;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: rgba(0, 0, 0, 0.2);
}
.select2-container--default .select2-results__option {
	padding-right: 15px;
	padding-left: 15px;
	color: #fff;
}

.onoffswitch {
    position: relative;
	width: 100%;
    -webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
	height: 80px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
	overflow: hidden;
	cursor: pointer;
    border: 2px solid #E3E3E3;
	border-radius: 0px;
	height: 100%;
}
.onoffswitch-inner {
    display: block;
	width: 200%;
	margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
	text-align: center;
	width: 25%;
	height: 100%;	
	padding: 0;
    font-size: 16px;
	color: #333;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: 700;
    box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
	position: relative;
	z-index: 10;
	line-height: 75px;
}
.onoffswitch-inner:before {
    content: "ON";
	display: none;
}
.onoffswitch-inner:after {
    content: "OFF";
	right: -75%;
}
.onoffswitch-switch {
    display: block;
	width: 50%;
	margin: 0px;
    background: #A1A1A1;
    position: absolute;
	top: 0;
	bottom: 0;
    right: 50%;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #107c10; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner:before {
	display: block;
}	
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner:after {
	display: none;
}

/*--------------------------------------------------------------
# Console
--------------------------------------------------------------*/
.console-content {
	padding-top: 40px;
}
.console-content, .console-inner-wrapper {
	position: relative;
	height: 100%;
}
.console-message {
	display: block;
	text-align: center;
	font-size: 1.1em;
	font-weight: 700;
	color: #333;
	min-height: 90px;	
}
.code-font {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.85em;
	display: block;
	text-align: center;
}
.console-resource-1-accent {
	color: #2ec81d;
}
.console-resource-2-accent {
	color: #d3b24b;
}
.console-success-accent {
	color: #309c30;
}
.console-success-error {
	color: #900a1c;
}
.console-loader-wrapper {
	margin: 0 auto 50px auto;
}
.console-loadbar {
	visibility: hidden;
	width: 80%;
	bottom: 0;
	background: #e9e7e9;
	margin: 40px auto 0 auto;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 6px;
}
.console-loadbar.visible {
	visibility: visible;
}
.console-loadbar div {
	font-size: 20px;
	text-shadow: 0px 0px 2px #000;
	text-indent: 9999px;
	overflow: hidden;
	background: #309c30;
	border-radius: 6px;
}

.verification-wrapper {
	width: 90%;
	max-width: 600px;
	background: #fff;
	border-radius: 10px;
	padding: 50px 50px 50px 50px;
	text-align: center;
	margin: 0 auto;
}
.verification-wrapper p {
    font-size: 0.75em;
    text-align: justify;
    text-align-last: center;
    color: #333;
    font-weight: 700;
}
#time-left-wrapper {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
}
#human_verification_timer_time {
	font-weight: 700;
	display: block;
	color: #107c10;
}
.verification-loader-wrapper {
	margin: 0 0 10px 0;
}
.verification-wrapper .button-wrapper {
    margin: 20px auto 0 auto;
}
.verification-wrapper h3 {
	color: #309c30;
	font-size: 1.8em;
	margin: 0 auto 20px auto;
}
.verification-wrapper ul {
	margin: 30px auto 0 auto;
	padding: 0;
	position: relative;
	display: table;
}
.verification-wrapper ul li {
    margin: 0;
    padding: 0px 0 10px 40px;
    position: relative;
    font-size: 0.75em;
    text-align: left;
	font-weight: 700;
}
.verification-wrapper ul li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #107c10;
    line-height: 25px;
    display: block;
}
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.button-wrapper {
	margin: 50px auto 0 auto;
}
.styled-button {
	display: table;
	margin: 0 auto;
	cursor: pointer;
	background: #107c10; 
	color: #fff;
	border: none;
	padding: 25px 60px;
	font-family: 'Righteous', cursive;
	text-transform: uppercase;
	text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
	line-height: 1;
	font-size: 1.6em;
	border-bottom: 5px solid rgba(0, 0, 0, 0.2);
}
.styled-button span {
	color: #fff;
}
.styled-button.small-button {
	display: table;
	margin: 0 auto;
	cursor: pointer;
	background: #107c10; 
	color: #fff;
	border: none;
	padding: 15px 30px;
	font-family: 'Righteous', cursive;
	text-transform: uppercase;
	text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
	line-height: 1;
	font-size: 1em;
	border-bottom: 5px solid rgba(0, 0, 0, 0.2);
	width: 100%;
}
/*--------------------------------------------------------------
# Activity
--------------------------------------------------------------*/
.recent-activity-wrapper {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 300px;
}
.recent-activity-header {
	background: #107c10;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: center;
	padding: 12px 0 9px 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.8);
}
.recent-activity-header h3 {
	margin: 0;
	line-height: 1;
	font-size: 1.2em;
	text-transform: uppercase;
	text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
}
.recent-activity-content {
	background: #fff;
	padding: 25px 20px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.8);
}
.recent-activity-frame {
	overflow-y: hidden;
	position: relative;
}
.recent-activity {
	height: 120px;
	overflow-y: hidden;
	width: 100%;
	overflow-x: hidden;
	display: block;
	position: relative;
	z-index: 5;
	margin: 0 auto;
}
#recent-activity-row {
	margin-bottom: 50px;
}
div.sticky-queue { 
	display: block;
	left: 0;
	top: 0;
	margin: 0;	
	position: relative;	
	width: 100%;
}
.sticky {
	background: rgba(0, 0, 0, 0.1);
	padding: 10px 10px 0 10px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin: 0 auto 10px auto;
	font-size: 12px;
	display: none;
	position: relative;
}
div.recent-activity-tab	{  
	padding: 7px 0 3px 0;
}
.recent-activity-user-wrapper {
	position: relative;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	height: auto;
	margin: 0 auto 5px auto;
}
.r-a-user-icon {
	max-width: 20px;
	margin-right: 6px;
	margin-left: 10px;
	position: relative;
	top: -2px;
}
.activity-username {
	color: #333;
	font-size: 1.2em;
	position: relative;
	line-height: 1.2;
	top: 0;
	font-weight: 700;
}
.activity-generated-amount {
	position: relative;
	display: block;
	font-size: 1em;
	text-align: center;
	color: #107c10;
	line-height: 1;
	height: 75px;
	font-weight: 700;
	vertical-align: top;
	top: 5px;
}
.recent-activity-r-item-1 {
	display: inline-block;
	position: relative;
}
.activity-loadbar {
	display: none;
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 10%;
	background: #999;
	margin-top: 5px;
	margin-bottom: 15px;
	box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 6px;
}
.activity-progress-dot {
	position: absolute;
	height: 12px;
	width: 12px;
	content: '';
	border-radius: 50%;
	background: #999;
	display: block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.activity-progress-dot-1 {
	left: 0;
	top: -4px;
}
.activity-progress-dot-2 {
	left: 48%;
	top: -4px;
}
.activity-progress-dot-3 {
	right: 0;
	top: -4px;
}
.activity-progress-dot.passed {
	background: #107c10;
}
.activity-loadbar div {
	font-size: 3px;
	text-shadow: 0px 0px 2px #000;
	text-indent: 9999px;
	overflow: hidden;
	background: #107c10;
	border-radius: 6px;
}
.activity-progress-label {
	position: absolute;	
	text-transform: uppercase;
	color: #333;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-size: 0.8em;
}
.activity-progress-label-1 {
	top: -20px;
	left: 10%;
}
.activity-progress-label-2 {
	top: -20px;
	left: 55%;
}
.activity-progress-label i {
	margin-right: 3px;
}
.icon-green {
	color: #107c10;
}
.sign-move {
	position: relative;
	top: 3px;
	left: -1px;
}
.sign-move.sign-move-r {
	left: 2px;
	top: 2px;
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.bottom-wrapper {
	position: relative;
	margin-top: 50px;
}
.comments-header {
	background: #107c10;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: center;
	padding: 12px 0 9px 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.8);
}
.comments-header h3 {
	margin: 0;
	line-height: 1;
	font-size: 1.2em;
	text-transform: uppercase;
	text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
}
.comments-content, .add-comment-content {
	background: #fff;
	padding: 25px 50px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.8);
}
.comment-row {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
}
.comment-row:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.comment {
	font-size: 0.7em;
}
.comment-author {
	display: block;
	font-family: 'Righteous', cursive;
	margin-bottom: 4px;
	color: #333;
}
.comment-author a {
	color: #333;
}
.comment-author a:hover {
	color: #107c10;
}
.comment-img {
	width: 100%;
	max-width: 100%;
}
.add-comment-content label {
	font-size: 12px;
	display: block;
	text-align: center;
	margin: 0;
	font-weight: 700;
}
.add-comment-content input {
	height: 50px;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	border: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	padding: 0 20px 0 20px;
	color: #333;
	border-radius: 0;
	font-weight: 700;
	font-size: 14px;
}
.add-comment-content textarea {
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	border: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	padding: 10px 20px 0 20px;
	color: #333;
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
}
.add-comment-inner-wrapper .row {
	margin-bottom: 10px;
}
.add-comment-inner-wrapper .row:last-child {
	margin-bottom: 0;
}
.comment-button-wrapper {
	margin-top: 20px;
}
.comment-notice {
	position: relative;
	border: 2px solid #eee;
	padding: 11px 15px 11px 50px;
	margin-top: 10px;
}
.comment-notice span {
	display: block;
	text-align: justify;
	text-align-last: left;
	font-size: 0.65em;
}
.comment-notice i {
	position: absolute;
	left: 12px;
	color: #107c10;
	top: 32px;
}
.comment-not-allowed span {
	color: red;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	margin-top: 120px;
	text-align: center;
	padding: 5px 0;
	color: rgba(255, 255, 255, 0.35);
	font-size: 0.5em;
	position: relative;
	z-index: 10;
}
footer .copyright-notice  {
	margin-top: 3px;
}
footer .copyright-notice span {
	display: block;
	margin-top: 3px;
}
footer a {
	color: rgba(255, 255, 255, 0.5);
}
footer a:hover {
	color:  rgba(255, 255, 255, 1);
}
.f-n-l:after {
	display: inline-block;
	content: '|';
	margin: 0 3px;
	position: relative;
	color: rgba(0,0,0,0.2);
}
.f-n-l:last-child:after {
	display: none;
}

/*--------------------------------------------------------------
# Footer Popups
--------------------------------------------------------------*/
.footer-popup-wrapper {
	width: 90%;
    max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.footer-popup-title-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	top: -10px;
	
}
.footer-popup-wrapper h1 {
	margin: 0 0 20px 0;
	background: #107c10;
	width: 300px;
	height: 65px;
	text-align: center;
	font-size: 1.2em;
	position: relative;
	z-index: 5;
	padding: 17px 10px;
	margin: 0 auto;
	color: #fff;
	top: -30px;
	text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
}
.footer-popup-inner-wrapper {
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    text-align: center;
    background: #ccc;
	height: 450px;
	background: #fff;
	margin: 0 auto;
	padding: 50px  50px 30px 50px;
	overflow-y: scroll;
	position: relative;
}
.contact-form-wrapper {
	overflow-y: hidden;
}
.footer-popup-wrapper h2 {
	font-size: 1em;
	margin: 20px 0 5px 0;
	color: #333;
}
.footer-popup-wrapper p {
	color: #999;
	font-size: 0.7em;
	text-align: justify;
	text-align-last: left;
	-moz-text-align-last: left;
}
.input-style::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
.input-style::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
.input-style:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
.input-style:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
.footer-popup-wrapper .input-style {
	height: 80px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    padding: 0 10px 0 10px;
    color: #333;
    font-weight: 700;

}

.footer-popup-wrapper textarea.input-style {
	height: auto !important;
	padding: 10px 10px 0 10px;
}
.footer-popup-wrapper label {
	font-size: 0.8em;
	display: block;
	text-align: center;
	font-weight: 700;
	margin: 0;
}
#msgSubmit {
	margin-top: 5px;
	font-size: 1em;
}
.footer-popup-wrapper .mfp-close {
	position: absolute;
	right: -35px;
	top: -35px;
	cursor: pointer;
	display: block;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 2.4em;
}
.help-block.with-errors {
	font-size: 0.8em;
	color: red;
}
.help-block.with-errors ul {
	margin: 0;
}
#form-submit {
	margin-top: 30px;
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1540px) { 
	.recent-activity-wrapper {
		position: relative;
		right: 0;
		bottom: 0;
		width: 100%;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 993px) { 
	.generator-connection-header h3 {
		font-size: 1.8em;
	}
	.styled-label {
		font-size: 0.7em;
	}
	.comments-content, .add-comment-content {
		padding: 25px 25px;
	}
}
@media screen and (max-width: 767px) { 
	.generator-connection-header h3 {
		font-size: 1.4em;
	}
	.connection-form-wrapper .form-group {
		margin-top: 15px;
	}
	.add-comments-wrapper .comments-header {
		background: #107c10;
		border-bottom: 3px solid rgba(0, 0, 0, 0.2);
		color: #fff;
		text-align: center;
		padding: 12px 0 9px 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		box-shadow: none;
	}
	.comments-content {
		padding: 25px 20px;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.8);
	}
	.comments-content, .add-comment-content {
		padding: 25px 25px;
	}
	.comment-notice i {
		top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.container {
		width: 100%;
	}
	.generator-connection-content {
		background: #fff;
		padding: 30px 25px;
	}	
	.generator-connection-header {
		padding: 20px 15px 17px 15px;
	}
	.styled-button {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 460px) {
	body {
		font-size: 18px;
	}
	header .logo-img {
		max-width: 100%;
	}
	.step-two-intro h4 {
		font-size: 1.4em;
	}
	.step-two-intro p {
		font-size: 0.9em;
	}
	.styled-button {
		width: 100%;
		display: block;
		padding: 25px 15px;
		font-size: 1.2em;
	}
	.console-message {
		font-size: 1em;
	}
}
@media screen and (max-width: 380px) {
	body {
		font-size: 17px;
	}
	.connecting-message {
		font-size: 1em;
	}
	.console-message {
		font-size: 0.9em;
	}
	.verification-wrapper {
		padding: 50px 25px 50px 25px;
	}
}
@media screen and (max-width: 350px) {
	.step-two-intro h4 {
		font-size: 1.2em;
	}
	.styled-button {
		width: 100%;
		display: block;
		padding: 25px 15px;
		font-size: 1.1em;
	}
	.console-message {
		font-size: 0.85em;
	}
	.verification-wrapper p {
		font-size: 0.7em;
	}
}
/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/