@charset "utf-8";
/* CSS Document */

/* CONTENT CONTAINER --START-- */
#content-container {
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	margin: 5px 15px;
}

.c-box {
	padding:15px 15px 30px;
  margin:5px 0px;
  border-radius: 12px;
  border: solid thin black;
  -moz-box-shadow: 6px 6px 13px -4px darkgrey;
	-webkit-box-shadow: 6px 6px 13px -4px darkgrey;
	box-shadow: 6px 6px 13px -4px darkgrey;
}
.c-box p {
  font-family: 'box-text'!important;
  font-size: 16pt; line-height: 1.5;
  font-weight:normal;
}
.c-box .ci-title {
  font-family: 'box-text'!important;
  font-size: 25pt; line-height: 1.35;
  font-weight:bold;
}
#c-box1 {
  padding:15px 20px;
}
#c-box1 p {
  text-align: justify;
  text-indent: 15px;
}
.c-box p+p {
  margin:3px 0px;
}
.c-box ul {
  margin:10px 0 5px 0;
  list-style: none;
  font-family: 'box-text'!important;
  font-size: 16pt;
  font-weight:normal;
  line-height: 1.5;
  text-align: center;
}
.c-box ul .btn {
  margin-bottom:15px;
}
.c-box-centre {
  text-align:center!important;
}
.c-box:last-child {
  margin-bottom: 20px;
}

.btn {
  color:white; background-color: red;
  padding:3px 6px;
  border-radius:12px;
  font-weight:bold;
  font-size:11pt;
  letter-spacing: 1px;
}
.btn:hover {
  color:red;
  background-color: white;
}
.id-to-add {
  display:inline-block;
  font-size: 18pt;
  letter-spacing: 1px;
  font-weight: bold; text-decoration: underline;
  margin:5px 0px!important;
}
.a-direct-link {
  text-decoration: none;
  color:white;
  background-color: gray;
  padding:1px 5px;
  border-radius: 12px;
  border: solid medium transparent;
  letter-spacing: 1px;
}
.a-direct-link:hover {
  color:grey;
  background-color: white;
  border: solid medium gray;
}
.qr_code {
	margin:20px 0px 20px 0px;
}
.qq_qr {
  display:block;
  width:35%;
  margin:2px auto;
}
.wechat_qr {
  display:block;
  width:50%;
  margin:2px auto;
}
.logo_socialnet {
  display:inline-block;
  margin: auto 10px auto 0px; vertical-align: text-top;
  width:2.75rem;
}
/* CONTENT CONTAINER --END-- */

/* CAPTCHA --START-- */
.captcha {
	display:block;
	background-color: POWDERBLUE;
	margin:0 auto 20px; padding:10px 0px;
	border-radius: 12px 12px 0px 0px;
	border: solid 4px STEELBLUE;
}
#captcha {
	position: relative;
	background-color: none;
	margin:0px 0px 10px 0px;
}
#canv_bkgr {
position: absolute;
width: 100%; height: 100%;
left: 0; top: 0;
margin:0px 0px 10px 0px;
}

.answer_img {
	display:block;
	width:3rem;
	margin:0px auto 10px auto;
}
#captchaTextBox[type=text] {
  padding: 12px 20px; margin:0 auto 10px auto;
  display: block;
  border: 1px solid #ccc; border-radius: 4px;
  box-sizing: border-box;
	font-size:12pt;
}
#checkcaptcha {
  background-color: #4CAF50; color: white;
}
#generatenew {
	background-color: darkorange; color: white;
}
#checkcaptcha.disabled {
	background-color: dimgray!important;
}
#generatenew.disabled {
	background-color: dimgray!important;
}
.captchabtn {
	width:140px;
  padding: 10px 15px; margin: 4px 2px;
  text-decoration: none;
  cursor: pointer;
	border: none;
	font-family: 'moreless'; font-size:14pt;
}
.captcha > canvas{
  pointer-events:none;
	margin:0 auto!important;
}

#send_buttons {
	display:none;
	/*margin-top: 40px;
	border-top:solid 8px darkgray;*/
}
#send_buttons.enabled {
	display:block;
	margin-top: 40px;
	border-top:solid 8px darkgray;
}

.chkbx {
	display:block; width:100%;
	background-color: red; color:white;
	padding:20px 0px;
	list-style: none;
	border: solid 4px black;
	border-radius: 0px 0px 12px 12px;
}
.sendinput {
  display:block;
	padding: 0px 0px 0px 30px; margin:0px 0px 10px 0px;
	text-align: left;
}

.chkbx input[type="checkbox"]:checked, 
.chkbx input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.chkbx label {
	font-family: 'moreless'; font-size:18pt;
	line-height: 1.5; letter-spacing: 1px;
}

.chkbx input[type="checkbox"]:checked + label, 
.chkbx input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
} 

.chkbx input[type="checkbox"]:checked + label:before, 
.chkbx input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px; top: 0px;
    width: 18px; height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
		
}

.chkbx input[type="checkbox"]:checked + label:before, 
.chkbx input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}
.chkbx input[type="checkbox"]:checked + label:after, 
.chkbx input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.chkbx input[type="checkbox"]:checked + label:after, 
.chkbx input[type="checkbox"]:not(:checked) + label:after {
    left: 3px; top: 4px;
    width: 10px; height: 5px;
    border-radius: 1px;
    border-left: 4px solid black; border-bottom: 4px solid black;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.chkbx input[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
}

.chkbx input[type="checkbox"]:checked + label:after {
    opacity: 1;
}








.sendform_msg {
	display:block;
	font-size:18pt; font-family: 'moreless';
	color: black; line-height: 1.25;
	margin:20px auto 10px;
}
/* CAPTCHA --END-- */

/* CONTACT FORM --START-- */
.contact-form {
	display:block;
	max-width:600px;
	background-color:whitesmoke; color:white;
	margin: 6px auto 14px; padding:30px 30px;
	border-radius:12px;
	border:solid medium dimgray;
	animation: bounce 2s infinite;
	font-family: 'box-text'!important;
}
.contact-form input {
	border-radius: 6px; border:1px solid dimgray;
	text-align:center;
	color:black!important; background-color: snow;
	box-shadow:none;
}
.contact-form input:focus {
	outline: none; 
	border-radius: 6px; border:1px solid dimgray;
	text-align:center;
	box-shadow: -1px -1px 5px #888;
}
.contact-form textarea {
	border-radius: 6px; border:1px solid dimgray;
	text-align:left;
	color:black!important; background-color: snow;
	box-shadow:none;
}
.contact-form textarea:focus {
	outline: none; 
	border-radius: 6px; border:1px solid dimgray;
	text-align:left;
	box-shadow: -1px -1px 5px #888;
}

.form-item {
	display:inline-block;
	font-size:15pt;
	color: black;
}
.form-item1 {
	margin: 0px auto 5px;
}
.form-item2 {
	margin: 0px auto 5px;
}
.form-item3 {
	margin: 0px auto 5px;
}
.input-cf {
	height:24pt;
	margin:0px auto 30px;
}
.input-text {
	margin:0px auto 25px;
}
.sendform {
	display:inline-block; width:65px;
	margin:5px 10px 0px 5px; padding: 10px 15px;
	background-color: black; color: white;
	font-size:20pt; font-weight: bold; line-height: 1.5;
	border-radius: 12px;
	border:solid 2px transparent; 	
}
.sendform:hover {
	cursor:pointer;
	border:solid 2px black;
	background-color: white; color: black;
}
.warning {
	position: relative;
	display:inline-block; width:100%;
	margin: 15px auto 0px!important; padding: 10px;
	background-color: orangered; color:white;
	font-size:18pt; font-weight: bold;
	border-radius: 12px;
}
.isSent {
	position: relative;
	display:inline-block;
	margin: 10px auto!important; padding: 5px 10px;
	background-color: limegreen; color:white;
	font-size:15pt; font-weight: bold;
	border-radius: 12px;
}

@keyframes bounce {
  0% {
    tranform: translate(0, 3px);
  }
  50% {
    transform: translate(0, 6px);
  }
}
/* TOOLTIP --START-- */
.tooltip-svg {
	width:15%;
	display:inline-block;
	margin-bottom:-8px;
}
.tooltip {
  position: relative;
  color: orangered;
}
.tooltip .tooltip-text {
  position: absolute; bottom: 125%; left: 50%;
  z-index: 1;
  font-family: 'box-text'; font-size: 13pt; line-height: 1.5;
  visibility: hidden; opacity: 0;
  max-width: 300px;
	width:300px;
  color: white; background-color: orangered;
  text-align: justify;
  border-radius: 6px;
  padding: 5px 7px; margin-left: -150px;
  transition: 0.4s;
  transform: translate3d(0px, 20px, 0px);
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.tooltip .tooltip-text::after {
  content: "";
  position: absolute; top: 100%; left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: orangered transparent transparent transparent;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  animation: shake 500ms ease-in-out forwards;
}

@keyframes shake {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  70% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* TOOLTIP --END-- */

/* lng-form-menu --START-- */
.lng-form-menu {
  display:flex;
  flex-wrap: nowrap; flex-direction:row;
  justify-content:center;
  margin:10px 6px 0px;
}
.lng-form-menu a {
	display:inline-block; width:135px;
	padding: 4px 0px 0px; margin:8px 4px;
	font-weight:bold; font-size: 11pt;
	text-align: center; letter-spacing: 2px;
    text-decoration: none; font-family: 'header-big';
	text-transform: uppercase;
	border-radius: 8px;
}
.lng-form {
	background-color: white;
	color: dimgray;
	border:solid thin dimgray;
}
.lng-form:hover {
  background-color: dimgray;
  color: white;
  border:solid thin dimgray;
}

.lng-form-menu .lng-form-active {
  background-color: dimgray!important;
  color: white!important;
  border:solid thin dimgray!important;
}

.lng-form .flag {
	width:30%;
}
/* lng-form-menu --END-- */
/* CONTACT FORM --END-- */

@media screen and (max-width : 550px ){
.c-box {
	padding:10px 5px 20px;
}

#content-container {
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	margin: 5px 6px;
}
.c-box {
	padding:15px 6px;
}
.c-box p {
  font-size: 14pt; line-height: 1.5;
}
.c-box ul {
  margin:10px 0 5px 0;
  font-size: 14pt; line-height: 1.5;
}
.contact-form {
	max-width:440px;
	background-color:whitesmoke; color:white;
	margin: 10px auto 14px; padding:35px 35px;
	border-radius:12px;
	border:solid medium dimgray;
}
.c-box .ci-title {
  font-size: 22pt; 
}
.logo_socialnet {
  display:inline-block;
	width:2.5rem;
}

.id-to-add {
  font-size: 16pt;
  letter-spacing: 1px;
  font-weight: bold;
}
.qq_qr {
  display:block;
  width:50%;
  margin:2px auto;
}
.wechat_qr {
  display:block;
  width:85%;
  margin:2px auto;
}

}


@media screen and (max-width: 400px) {

.tooltip .tooltip-text {
  bottom: 125%; left: 70%;
  margin-left: -185px;
}

.c-box {
	padding:15px 5px;
}
.c-box ul {
  margin:10px 0 5px 0;
  font-size: 15pt;
  line-height: 1.25;
}
.c-box p {
  font-size: 15pt; line-height: 1.5;
  font-weight:normal;
}

#c-box1 {
  padding:8px 12px;
}
#c-box1 p {
  text-align: justify;
  text-indent: 7px;
}
.contact-form {
	max-width:380px;
	margin: 6px auto 14px; padding:20px 10px;
}
.c-box .ci-title {
  font-size: 19pt; 
}

}


@media screen and (max-width: 360px) {

.tooltip .tooltip-text {
  bottom: 125%; left: 80%;
  margin-left: -200px;
}
.c-box {
	padding:15px 5px;
}
.c-box ul {
  margin:10px 0 5px 0;
  font-size: 14pt;
  line-height: 1.25;
}
.c-box p {
  font-size: 14pt; line-height: 1.35;
  font-weight:normal;
}

#c-box1 {
  padding:6px 10px;
}
#c-box1 p {
  text-align: justify;
  text-indent: 5px;
}
.contact-form {
	max-width:330px!important;
	margin: 6px auto 14px; padding:20px 10px;
}
.contact-form input {
	max-width:300px!important;
}

.contact-form textarea {
	max-width:300px!important;
}

.form-item {
	display:inline-block;
	font-size:14pt;
}

.c-box .ci-title {
  font-size: 18pt; 
}

}

