/*
Maintece Styles
Author: John Melvin 2019
*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
* {
	margin: 0;
	padding: 0;
	border: 0;
	
}
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
	font-size: 100%;
}
body {
	font-family: Source Sans Pro;
	font-weight:400;
	text-decoration: none;
}
#maintece_cta_editor > ul {
	list-style: none;
}

/* Cloudflare Turnstile Wrapper */
.turnstile-wrapper {
  display: flex;
  justify-content: left;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  height: 65px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.turnstile-wrapper-inner-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #f9f9f9;
  width: 90%;
  height: 65px;
  position: absolute;
  right: 0;
  padding-right: 10px;
}

.turnstile-wrapper-inner-left {
  position: absolute;
  left: 0;
  /*width: 30%;*/
  height: 65px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
}

.turnstile-wrapper-inner-right img {
  width: 80px;
  height: auto;
}

/* Offset the Turnstile widget upward to hide top */
.turnstile-wrapper .cf-turnstile {
  margin-top: -1px;
  margin-left: -1px;
}

.turnstile-wrapper iframe {
  transform: scale(1);
  transform-origin: 0 0;
  width: 100%;
  height: auto;
}

/* Mobile: smartphones */
@media (max-width: 480px) {
  .turnstile-wrapper {
    justify-content: flex-start;
  }

  .turnstile-wrapper iframe {
    transform: scale(0.85);
  }

  .turnstile-wrapper-inner-right {
    width: 40%;
  }

  .turnstile-wrapper .cf-turnstile {
    margin-left: -1px;
  }
}

/* Mobile: landscape mode */
@media (max-width: 812px) and (orientation: landscape) {
  .turnstile-wrapper {
    justify-content: flex-start;
  }

  .turnstile-wrapper iframe {
    transform: scale(0.8);
  }

  .turnstile-wrapper-inner-right {
    width: 55%;
  }
}

/* Tablets: portrait and small laptops */
@media (min-width: 481px) and (max-width: 1023px) and (orientation: portrait) {
  .turnstile-wrapper iframe {
    transform: scale(0.9);
  }

  .turnstile-wrapper-inner-right {
    width: 80%;
  }
}

/* Tablets: landscape mode */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .turnstile-wrapper iframe {
    transform: scale(0.95);
  }

  .turnstile-wrapper-inner-right {
    width: 60%;
  }
}

/* Desktops */
@media (min-width: 1024px) {
  .turnstile-wrapper-inner-right {
    width: 50%;
  }
}



/*SSL*/
.maintece_ssl {
    text-align: center;
    padding: 55px 0px 25px 0px;
    z-index: 999;
    position: relative;
}
span.verify {
	text-align: center !important;
    display: inline-block;
    font-size: 14px;
	color: #ffffff;
    left: 8px;
    line-height: 18px;
    position: relative;
    text-align: left;
    top: -8px;
    width: 230px;
}
span.geo-img {
    display: inline-block;
}
/* background setup */
.maintece_background {
    background-size: cover;
    background-repeat:no-repeat;
    background-position: top left;
	position:fixed;
	z-index: 34;
}
.maintece_bg_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
	z-index: 35;
}
#maintece_content {
    margin: 0 auto;
	display: block;
    width: 100%;
	z-index: 1;
}
.maintece_logo img {
	width: 100%;
}
.maintece_logo {
   /* margin-top: 35px;*/
}
.maintece_title {
	padding: 20px 30px 0;
}
.maintece_title h1 {
	color: #222222;
	font-family:'Source Sans Pro', sans-serif;
	font-style: normal;
	font-size: 21px;
	line-height: 21px;
	font-weight: 400;
	text-align: center;
}
.maintece_description h1 {
	color: #222222;
	font-family:'Source Sans Pro', sans-serif;
	font-style: normal;
	font-size: 21px;
	line-height: 21px;
	font-weight: 400;
	text-align: center;
}


.maintece_copyright {
	color: #ffffff;
}

/* fullscreen setup */
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}

/* visual styles */

section {
	background:#9ed100;
}
.not-fullscreen {
    height:50%;
}
span.wpcf7-quiz-label {
	color: #ffffff;
    margin: 10px 0 0 2px;
    position: absolute;
}
input.wpcf7-form-control.wpcf7-quiz {
	text-indent: 50px;
}
h1 {
	font-size: 21px;
    font-weight: 200;
}
h1.support, h1.facebook, h1.login {
	padding-bottom: 10px;
}
#logo span.site-name h1 a {
    display: inline-block;
    padding: 0 0 16px;
	font-size: 34px;
    font-weight: 400;
    text-decoration: none;
	width: auto;
}

.header span {
	color: #FFFFFF;
    font-size: 23px;
    font-weight: 200;
}
.content {
	padding: 0;
    position:relative;
    z-index:1;
}
.content .input {
	background-color: transparent;
	color: #ffffff;
    width: 75%;
}
/* Second input field */
.login-form .content .password, .login-form .content .pass-icon {
	/*margin-top: 25px;*/
}
input {
    outline: none;
}
.error-login {
    color: #FFFFFF;
    display: block;
	font-size: 14px;
    padding: 11px 0;
    position: absolute;
    text-align: center;
    width: 100%;
	-webkit-animation: fadeOut 4s linear forwards;
	-moz-animation: fadeOut 4s linear forwards;
	-o-animation: fadeOut 4s linear forwards;
	-ms-animation: fadeOut 4s linear forwards;
	animation: fadeOut 4s linear forwards;
}
.error-hidden {
	display: none;
}

/* Animation */
.button, .register {
	border: none;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}
.footer {
	overflow: auto;
}
/*=Placeholder
--------------------------------------------------------------*/
::-webkit-input-placeholder {
   color: #ccc;
   opacity: 0.8;
}
:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
   opacity: 0.8; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;
   opacity: 0.8; 
}
:-ms-input-placeholder {  
   color: #ccc;
   opacity: 0.8;
}
textarea { 
    overflow: auto;
	resize: none;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}
input:-ms-input-placeholder {
   color: #ffffff;
   opacity: 0.8;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }
.wpas .form-control:focus:-moz-placeholder{ color:transparent; }
.wpas .form-control:focus::-moz-placeholder{ color:transparent; }
.wpas .form-control:focus:-ms-input-placeholder{ color:transparent; }
.wpas .form-control:focus::-webkit-input-placeholder{ color:transparent; }
/* Login button */
.button {
	letter-spacing: 1px;
	padding: 13px 40px;
	margin: 0;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 16px;
}
/* Register button */
.register:hover {
	color: #3f9db8;
}
.register:focus {
	position: relative;
	bottom: -1px;
}
.company h1 a {
	color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    text-decoration: none;
    width: 100%;
}
.company a {
    width: 100%;
}
.company a img {
    height: auto;
    max-width: 100%;
    position: relative;
}
#contact-form {
	/*padding-bottom: 40px;*/
}
 .inputs {
}
.divider {
    display: block;
    height: 1px;
    margin: 30px auto;
    max-width: 202px;
}
.wpcf7 form.wpcf7-form.invalid, .wpcf7 form.wpcf7-form.sent {
	position: relative;
}
div.wpcf7-validation-errors {
    border: 0 solid #f7e700 !important;
    font-size: 14px;
	-webkit-animation: fadeOut 5s linear forwards;
	-moz-animation: fadeOut 5s linear forwards;
	-o-animation: fadeOut 5s linear forwards;
	-ms-animation: fadeOut 5s linear forwards;
	animation: fadeOut 5s linear forwards;
}
div.wpcf7-mail-sent-ok {
    border: 0 solid #398f14 !important;
	font-size: 14px;
	-webkit-animation: fadeOut 5s linear forwards;
	-moz-animation: fadeOut 5s linear forwards;
	-o-animation: fadeOut 5s linear forwards;
	-ms-animation: fadeOut 5s linear forwards;
	animation: fadeOut 5s linear forwards;
}
div.wpcf7-response-output {
    margin: 0 auto;
    padding: 11px 0 !important;
    position: absolute;
    width: 100%;
	top: -45px;
}
span.wpcf7-not-valid-tip {
    border-left: 0 solid red !important;
    display: inline-block !important;
    font-size: 14px;
    line-height: 38px;
    position: absolute;
    right: 0;
    /*text-indent: -9999px;*/
}
/*span.wpcf7-not-valid-tip:after {
   content: '\f177';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0;
   text-decoration:none;
}*/
#maintece_social {
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

#maintece_social ul.maintece_social_links {
    list-style: outside none none;
    margin: 10px 0 20px;
    padding: 0;
}
#maintece_social ul.maintece_social_links li {
	color: #ffffff;
    float: left;
    padding: 0 28px 0 0;
}
#maintece_social ul.maintece_social_links li a {
    color: #ffffff;
}
#maintece_social ul.maintece_social_links li:last-child {
    padding: 0;
}
#maintece_container ul.maintece_social_links li .fb-like {
	margin-top: 2px;
}
/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */
@media and (-webkit-min-device-pixel-ratio:0) {
  #maintece_container ul.maintece_social_links li .fb-like {
	margin-top: 3px;
}
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #maintece_container ul.maintece_social_links li .fb-like {
	margin-top: 3px;
}
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
  .selector {-chrome-:only(; 
     property:value;
  );} 
}
/*end*/
.copyright {
	font-size: 15px;
    font-weight: 200;
    margin: 0 auto;
    padding: 16px 0 0;
    max-width: 550px;
}
input, textarea, select {
	font-size: 16px;
	font-family: "Source Sans Pro",sans-serif;
	background-color: transparent;
	color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    padding: 9px 0;
	width: 75%;
	
}
textarea {
	height: 22px;
	transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	
}
textarea:hover, textarea:focus {
	height: 100px;
	
}
.wpcf7-form-control.wpcf7-submit {
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
    display: inline-block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 13px 40px;
    text-decoration: none;
    text-indent: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-border-radius: 30px;
    /*border-radius: 30px;*/
	transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
}
/* =Css Animate Effect
-------------------------------------------------------------- */
@-webkit-keyframes fadeOut {
	0% { opacity: 0; }
	10% { opacity: 1; }
	90% { opacity: 1; -webkit-transform: translateY(0px);}
	99% { opacity: 0; -webkit-transform: translateY(-30px);}
	100% { opacity: 0; }
}
@-moz-keyframes fadeOut {
	0% { opacity: 0; }
	10% { opacity: 1; }
	90% { opacity: 1; -moz-transform: translateY(0px);}
	99% { opacity: 0; -moz-transform: translateY(-30px);}
	100% { opacity: 0; }
}
@-o-keyframes fadeOut {
	0% { opacity: 0; }
	10% { opacity: 1; }
	90% { opacity: 1; -o-transform: translateY(0px);}
	99% { opacity: 0; -o-transform: translateY(-30px);}
	100% { opacity: 0; }
}
@-ms-keyframes fadeOut {
	0% { opacity: 0; }
	10% { opacity: 1; }
	90% { opacity: 1; -ms-transform: translateY(0px);}
	99% { opacity: 0; -ms-transform: translateY(-30px);}
	100% { opacity: 0; }
}
@keyframes fadeOut {
	0% { opacity: 0; }
	10% { opacity: 1; }
	90% { opacity: 1; transform: translateY(0px);}
	99% { opacity: 0; transform: translateY(-30px);}
	100% { opacity: 0; }
}
/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media 
    only screen and (-moz-min-device-pixel-ratio:1.5), 
    only screen and (-o-min-device-pixel-ratio:3/2), 
    only screen and (-webkit-min-device-pixel-ratio:1.5), 
    only screen and (min-device-pixel-ratio:1.5) {
    
    body {}
}
/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 1080px) {
    body { font-size:120%;}
	
	.login-form {
        width: 50%;
    }
	.maintece_description {
        padding: 0 50px 50px !important;
}
    
}
@media screen and (max-width: 1024px) {
    body { font-size:120%;}
	
	.login-form {
        width: 50%;
    }
	.maintece_description {
        padding: 0 80px 80px !important;
}
    
}
@media screen and (max-width: 650px) {
    body { font-size:100%;}
	
	.login-form {
        width: 50%;
    }
	.company a img {
        max-width: 78%;
    }
	.login-form .content .input {
        width: 70%;
    }
	#container {
        /*top: 20%;*/
		position: absolute;
		/*padding-bottom: 50px;*/
}
#maintece_content {
  width: 100% !important;
}
#maintece_countdown ul#maintece_counter.soon li.soon-group li.soon-group-inner li.soon-group.soon-group-sub {
	height: auto !important;
}
.soon[data-layout*="group"] .soon-group-sub > .soon-group-inner {
    padding: 4px 4px 0 !important;
}
.maintece_description {
  padding: 4px 20px !important;
}
.maintece_logo img {
  width: 70%;
}
#maintece_container {
  /*padding: 5% !important;*/
  /*padding: 40px 20px !important;*/
}
/*#maintece_countdown ul#maintece_counter.soon li.soon-group li.soon-group-inner li.soon-group.soon-group-sub {
	border: 0 none !important;
}*/
#maintece_container ul.maintece_social_links li .fb-like {
  margin-top: 3px !important;
}
.soon-wrapper[data-layout*="group"] .soon-label, .soon[data-layout*="group"] .soon-label {
  font-size: 14px !important;
  line-height: 4px !important;
}
}
@media screen and (max-width: 480px) {
body {
	font-size:90%;
}	
.login-form {
    width: 80%;
}
.company a img {
    max-width: 78%;
}
.login-form .content .input {
    width: 70%;
}
#container {    
}
.maintece_title h1 {
	font-size: 40px !important;
}
#maintece_cta p {
    padding: 0 !important;
	font-size: 16px;
	padding: 5px 0px 12px 0px !important;
}
#maintece_cta h1 {
    font-size: 20px !important;
    /*padding: 0 !important;*/
	font-weight: 600 !important;
}
#maintece_counter {
    font-size: 250% !important;
}
#maintece_counter {
    padding: 0 !important;
}
#maintece_countdown ul#maintece_counter.soon li.soon-group li.soon-group-inner li.soon-group.soon-group-sub {
	height: auto !important;
}
.soon[data-layout*="group"] .soon-group-sub > .soon-group-inner {
    padding: 4px 3px 0 !important;
}
#maintece_counter {
    padding: 10px 0 !important;
}
.maintece_copyright {
  font-size: 14px !important;
  padding: 7% 0 0 !important;
}
}
@media screen and (max-width: 320px) {
    
    body { font-size:80%;}
	
	.login-form {
        width: 90%;
    }
	.login-form .content .input {
        width: 71%;
    }
}
@media screen and (max-width: 240px) {
    
    body { font-size:50%;}
}