.btn-entie {
  color: #fff;
  background-color: #cc000d;
  border-color: #cc000d;
  border-radius: 10px;
  font-size:18px;
}
.btn-entie:focus,
.btn-entie.focus {
  color: #333333;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.btn-entie:hover {
  color: #333333;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.btn-entie:active,
.btn-entie.active,
.open > .dropdown-toggle.btn-entie {
  color: #333333;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.btn-entie:active:hover,
.btn-entie.active:hover,
.open > .dropdown-toggle.btn-entie:hover,
.btn-entie:active:focus,
.btn-entie.active:focus,
.open > .dropdown-toggle.btn-entie:focus,
.btn-entie:active.focus,
.btn-entie.active.focus,
.open > .dropdown-toggle.btn-entie.focus {
  color: #333333;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.btn-entie:active,
.btn-entie.active,
.open > .dropdown-toggle.btn-entie {
  background-image: none;
}
.btn-entie.disabled:hover,
.btn-entie[disabled]:hover,
fieldset[disabled] .btn-entie:hover,
.btn-entie.disabled:focus,
.btn-entie[disabled]:focus,
fieldset[disabled] .btn-entie:focus,
.btn-entie.disabled.focus,
.btn-entie[disabled].focus,
fieldset[disabled] .btn-entie.focus {
  background-color: #cc000d;
  border-color: #cc000d;
}
.btn-entie .badge {
  color: #cc000d;
  background-color: #fff;
}

@media (max-width: 767px)
{
.entieheader {width:100%; height:auto;}
.header {height:40px; background-repeat: no-repeat; background-image: url(../logo_sm.png); background-position:center center;}
.footer {height:60px; background-repeat: no-repeat; background-image: url(../note_sm.png);}
.h3 {font-size:18px}
.sub {font-size:16px; color:#ffffff;}
.content {font-size:14px; line-height:20px;}
.contentL{font-size:18px; line-height:24px;}
.qrcode {font-size:12px}
}

@media (min-width: 768px) and (max-width: 991px)
{
.entieheader {width:100%; height:auto;}
.header {height:60px; background-repeat: no-repeat; background-image: url(../logo.png); background-position:right center;}
.footer {height:60px; background-repeat: no-repeat; background-image: url(../note_md.png);}
.h3 {font-size:18px}
.sub {font-size:24px; color:#ffffff;}
.content {font-size:16px; line-height:20px;}
.contentL{font-size:18px; line-height:24px;}
.qrcode {font-size:15px}
}

@media (min-width: 992px) and (max-width: 1199px)
{
.entieheader {width:100%; height:auto;}
.header {height:60px; background-repeat: no-repeat; background-image: url(../logo.png); background-position:right center;}
.footer {height:60px; background-repeat: no-repeat; background-image: url(../note_md.png);}
.h3 {font-size:20px}
.sub {font-size:24px; color:#ffffff;}
.content {font-size:18px; line-height:24px;}
.contentL{font-size:20px; line-height:30px;}
.qrcode {font-size:15px}
}

@media (min-width: 1200px)
{
.entieheader {width:1136px; height:auto;}
.header {height:60px; background-repeat: no-repeat; background-image: url(../logo.png); background-position:right center;}
.footer {height:60px; background-repeat: no-repeat; background-image: url(../note.png);}
.h3 {font-size:20px}
.sub {font-size:27px; color:#ffffff;}
.content {font-size:18px; line-height:28px;}
.contentL{font-size:20px; line-height:30px;}
.qrcode {font-size:15px}
}
