/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;0,600;0,700;1,200;1,400;1,600;1,700&display=swap');
@import "font-awesome.min.css";
@import "jquery-ui.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Mixins 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  color: #3a3e44;
  font-family: 'Titillium Web', sans-serif;
  background: white;
  overflow-x: hidden;
}
.mobil_menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background: #c95b00;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 18px;
}
.mobil_menu .img {
  width: 235px;
  margin: 0 0 20px 30px;
}
.mobil_menu .img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mobil_menu h2 {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
  margin: 7px 0 15px 30px;
  font-size: 20px;
  white-space: nowrap;
}
.mobil_menu h2 em {
  font-weight: 400;
}
.mobil_menu hr {
  border-bottom: 1px solid #aaaaaa;
  width: 235px;
  margin: 20px 0 25px 30px;
}
.mobil_menu ul {
  list-style: none;
  margin-top: 5px;
}
.mobil_menu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
}
.mobil_menu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  margin-left: 50px;
}
section#login {
  position: absolute;
  top: 50%;
  margin-top: -250px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
}
section#login .logo {
  margin: 0 auto 20px;
  display: block;
  width: 230px;
  height: auto;
}
section#login .form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
section#login .form h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
section#login .form h1 span {
  color: #c95b00;
}
section#login .form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  height: 36px;
  margin-bottom: 10px;
  padding: 0 15px;
}
section#login .form button {
  border: none;
  background: #3a3e44;
  color: white;
  display: block;
  height: 36px;
  width: 100%;
  font-weight: 600;
}
section#login .form button:hover {
  background: #c95b00;
}
section#login .form .error {
  text-align: center;
  color: red;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
section#account {
  padding: 90px 0 50px;
}
section#account h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
section#account h1 span {
  color: #c95b00;
}
section#lineaccept {
  padding: 90px 0 50px;
}
section#lineaccept h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
section#lineaccept h1 span {
  color: #c95b00;
}
section#lineaccept .success {
  border: 1px solid green;
  text-align: center;
  padding: 50px 0;
  font-size: 16px;
}
section#lineaccept .no-item,
section#lineaccept .error {
  border: 1px solid red;
  text-align: center;
  padding: 50px 0;
  font-size: 16px;
}
section#lineaccept .no-item a,
section#lineaccept .error a {
  color: #c95b00;
}
section#lineaccept .items .item {
  margin-bottom: 10px;
}
section#lineaccept .items .item label {
  font-weight: 600;
  text-align: center;
  display: block;
  border: 1px solid #eeeeee;
  line-height: 18px;
  padding: 10px 20px;
}
section#lineaccept .items .item input {
  display: none;
}
section#lineaccept .items .item input:checked + label {
  color: #c95b00;
  border: 1px solid #c95b00;
}
section#lineaccept .items hr {
  display: block;
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0;
}
section#lineaccept button {
  display: block;
  width: 100%;
  height: 40px;
  background: #c95b00;
  color: white;
  border: none;
  outline: none;
}
section#linearsive {
  padding: 0 0 50px;
}
section#linearsive h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
section#linearsive h1 span {
  color: #c95b00;
}
section#linearsive table {
  width: 100%;
}
section#linearsive table tr:nth-child(even) {
  background: #f6f6f6;
}
section#linearsive table tr td {
  padding: 5px 5px;
}
section#linearsive table tr th {
  padding: 5px 5px;
  border-bottom: 1px solid #eeeeee;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  line-height: 20px;
}
header .logo {
  float: left;
  display: block;
  width: 150px;
}
header .swith-menu {
  display: table;
  float: right;
  text-decoration: none;
  color: #3a3e44;
  font-size: 30px;
  line-height: 33px;
}
footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 15px 0;
  line-height: 20px;
}
/*		Effects. 
-------------------------------------------------------------------------------*/

.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.effect-helix {
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-fall {
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0.7;
}
.effect-opacity.in {
  opacity: 1;
}
.effect-opacity {
  opacity: 0.1;
}
/*		Layout: >1200px. 
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
  
}
