@font-face {
  font-family: 'bold';
  src: url('fontface/PTS75F-webfont.eot');
  src: url('fontface/PTS75F-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fontface/PTS75F-webfont.woff') format('woff'), url('fontface/PTS75F-webfont.ttf') format('truetype'), url('fontface/PTS75F-webfont.svg#pt_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'regular';
  src: url('fontface/PTS55F-webfont.eot');
  src: url('fontface/PTS55F-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fontface/PTS55F-webfont.woff') format('woff'), url('fontface/PTS55F-webfont.ttf') format('truetype'), url('fontface/PTS55F-webfont.svg#pt_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.diff-bg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border: 1px solid #ddd;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.responsive-img {
  max-width: 100%;
  height: auto;
}
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cleaner {
  border-style: none;
  clear: both;
  float: none;
  font-size: 1px;
  height: 0 !important;
  line-height: 1px;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden;
}
.reset {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.reset td,
.reset th {
  border: none;
  background: none;
  padding: 0;
}
.reset > li,
.reset > dt,
.reset > dd {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  float: none;
  width: auto;
}
.reset > li:before {
  content: " ";
  margin: 0;
}
.l,
img.left,
.quick-params dt {
  float: left;
  display: inline;
}
.r,
img.right {
  float: right;
  display: inline;
}
.cb {
  clear: both;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.break {
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.vhide {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  margin: -1px;
  padding: 0;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.lower {
  text-transform: lowercase;
}
.upper {
  text-transform: uppercase;
}
.bold {
  font-family: 'bold', Arial, sans-serif;
}
.thin {
  font-weight: normal;
}
.italic {
  font-style: italic;
}
.normal {
  font-style: normal;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.big {
  font-size: 14px;
}
.bigger {
  font-size: 18px;
}
.small {
  font-size: 11px;
}
.error {
  color: #c00;
  font-family: 'bold', Arial, sans-serif;
}
.green {
  color: #678713;
}
.grey {
  color: #999999;
}
.nowrap {
  white-space: nowrap;
}
body {
  font: 16px/18px 'regular', Arial, sans-serif;
  color: #7f7f7f;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h1 {
  font-size: 24px;
  margin: 0 0 .6em;
}
h2 {
  font-size: 22px;
  margin: 1em 0 0.65em;
}
h3 {
  font-size: 20px;
  margin: 1.2em 0 0.8em;
}
h4,
h5,
h6 {
  font-size: 18px;
  margin: 0.2em 0 0.85em;
}
p {
  margin: 0 0 1.2em;
  line-height: 1.4em;
}
a {
  text-decoration: none;
  color: #986530;
}
a:hover {
  text-decoration: underline;
  color: #714b24;
}
ul,
ol {
  margin: 0 0 1.5em 5px;
  list-style: none;
  padding: 0;
}
li {
  margin: 0 0 8px;
}
li ol,
li ul {
  margin: 0.75em 0 0;
}
ol {
  counter-reset: item;
}
ol li {
  background: none;
  position: relative;
}
dl {
  margin: 0 0 1.5em;
}
dt {
  font-weight: bold;
  margin: 0 0 0.4em;
}
dd {
  margin: 0 0 1em;
  padding: 0;
}
strong {
  font-family: 'bold', Arial, sans-serif;
}
.main-wrap {
  width: 840px;
  padding: 0 20px;
  margin: 0 auto;
  zoom: 1;
}
.main-wrap:before,
.main-wrap:after {
  content: "";
  display: table;
}
.main-wrap:after {
  clear: both;
}
.login-box {
  width: 360px;
  padding: 40px 30px;
  margin: 50px auto 50px auto;
  border: 1px #ddd solid;
  background: url('../img/bg.png') repeat;
}
.login-box form {
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}
.login-box .title {
  text-align: center;
  font-size: 24px;
  margin: 0 0 15px;
}
.login-box .info {
  font-size: 18px;
  margin-bottom: 10px;
}
.login-box p {
  margin: 0;
}
.login-box .input-prepend {
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.login-box .input-prepend .add-on {
  margin-right: -1px;
  vertical-align: top;
  display: inline-block;
  width: 10%;
  height: 34px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}
.login-box .input-prepend .add-on .fa {
  vertical-align: top;
  padding-top: 5px;
}
.login-box .input-prepend input {
  display: inline-block;
  height: 34px;
  padding: 4px 6px;
  line-height: 34px;
  position: relative;
  margin: 0;
  vertical-align: top;
  width: 90%;
}
.login-box .submit-prepend {
  text-align: right;
}
.login-box .submit-prepend #chbox {
  margin: 0 2px 1px 0;
}
.login-box .submit-prepend label {
  margin-right: 10px;
}
.login-box button {
  border: 0;
  font-size: 20px;
  font-family: 'regular';
  color: #ffffff;
  background: #986530;
  padding: 10px 25px;
  display: inline-block;
  margin: 10px 0 0 0;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  cursor: pointer;
  outline: 0;
}
.login-box button:hover {
  text-decoration: none;
  background: #714b24;
}
.login-box button .fa {
  padding-right: 10px;
}
.customer-section .introduce {
  background: #986530;
}
.introduce {
  border-top: 2px solid #E5E5E5;
  border-bottom: 2px solid #E5E5E5;
  background: #D1CDCA;
  width: 100%;
  min-height: 20px;
}
.introduce.first .title {
  max-width: 310px;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  color: #ffffff;
}
.introduce.first .title span {
  background: rgba(152, 101, 48, 0.9);
  display: inline-block;
  margin: 4px 0;
  padding: 7px 10px;
}
.introduce.first .desc {
  max-width: 270px;
  margin: 20px 0 0;
  color: #ffffff;
}
.introduce.first .desc span {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 4px 0;
  padding: 7px 10px;
}
.introduce.first .main-wrap {
  padding: 30px 20px;
  background: url('../img/top.jpg') top center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 490px;
}
.box-login {
  background: url('../img/bg.png') repeat;
  border-bottom: 1px solid #ddd;
}
.box-login h2 {
  font-size: 24px;
  margin: 0 0 15px;
}
.box-login p {
  margin: 0;
}
.box-login .main-wrap {
  padding: 30px 20px;
  zoom: 1;
}
.box-login .main-wrap:before,
.box-login .main-wrap:after {
  content: "";
  display: table;
}
.box-login .main-wrap:after {
  clear: both;
}
.box-login .box-login-left {
  float: left;
  width: 70%;
  padding: 0 20px 0 0;
}
.box-login .box-login-right {
  float: right;
  width: 30%;
  padding: 0 0 0 20px;
}
.box-login .button {
  font-size: 20px;
  color: #ffffff;
  background: #986530;
  padding: 15px 20px;
  display: inline-block;
  margin-top: 20px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
}
.box-login .button:hover {
  text-decoration: none;
  background: #714b24;
}
.box-login .button .fa {
  padding-right: 10px;
}
.content {
  padding: 30px 20px;
}
.content h1 span,
.content h2 span,
.content h3 span {
  position: relative;
}
.content h1 span:after,
.content h2 span:after,
.content h3 span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -4px;
  background: #986530;
}
.footer {
  background: #A37A4F;
  width: 100%;
  padding: 30px 0;
}
.footer ul {
  margin-top: 20px;
  zoom: 1;
  color: #ffffff;
}
.footer ul:before,
.footer ul:after {
  content: "";
  display: table;
}
.footer ul:after {
  clear: both;
}
.footer ul li {
  line-height: 24px;
}
.footer .spacer {
  color: #673C10;
}
.footer .sp2 {
  padding-left: 20px;
}
.footer .main-wrap {
  zoom: 1;
}
.footer .main-wrap:before,
.footer .main-wrap:after {
  content: "";
  display: table;
}
.footer .main-wrap:after {
  clear: both;
}
.footer .footer-left {
  float: left;
  width: 60%;
  padding: 0 10px 0 0;
}
.footer .footer-left .fa {
  color: #673C10;
  padding-right: 10px;
}
.footer .footer-right {
  float: right;
  width: 40%;
  padding: 0 0 0 10px;
}
.footer .footer-right a {
  text-transform: uppercase;
}
.footer h3 {
  margin: 0;
  font-size: 24px;
  color: #673C10;
}
.footer a {
  color: #D1C4B7;
}
.footer a:hover {
  color: #673C10;
  text-decoration: underline;
}
.footer-bottom {
  background: #673C10;
  width: 100%;
  padding: 20px 0;
  color: #D1C4B7;
}
.footer-bottom .main-wrap {
  zoom: 1;
}
.footer-bottom .main-wrap:before,
.footer-bottom .main-wrap:after {
  content: "";
  display: table;
}
.footer-bottom .main-wrap:after {
  clear: both;
}
.footer-bottom p {
  float: left;
  margin: 0;
}
.footer-bottom p a {
  float: none;
}
.footer-bottom a {
  float: right;
}
.main-wrap.content ::selection {
  background: #A37A4F;
  color: white;
}
.main-wrap.content ::-moz-selection {
  background: #A37A4F;
  color: white;
}
.header {
  width: 100%;
  zoom: 1;
}
.header:before,
.header:after {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.header .logo {
  float: left;
  margin: 10px 0 0 0;
}
.header .header-form {
  float: right;
  background: #eee;
  padding: 5px 20px;
}
.header .header-form .fa {
  padding: 0 6px 0 11px;
  vertical-align: middle;
}
.header .header-customer {
  float: right;
  background: #A37A4F;
  padding: 5px 20px;
  color: #ffffff;
}
.header .header-customer .fa {
  padding: 0 6px 0 0;
  vertical-align: middle;
}
.header .header-customer a {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 0 0 15px;
  color: #ffffff;
  background: #986530;
}
.header .header-customer a:hover {
  text-decoration: none;
  background: #714b24;
}
.menu {
  float: right;
  clear: right;
  margin-top: 15px;
}
.menu ul {
  zoom: 1;
  margin-bottom: -2px;
}
.menu ul:before,
.menu ul:after {
  content: "";
  display: table;
}
.menu ul:after {
  clear: both;
}
.menu ul ul {
  display: none;
  margin: 0;
  position: absolute;
  top: 48px;
  padding-top: 10px;
  width: 260px;
}
.menu ul ul li {
  float: none;
  display: block;
  margin: 0;
  border: 0;
}
.menu ul ul li a {
  line-height: 16px;
  display: block;
  padding: 15px 22px;
  border: 0;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  text-transform: uppercase;
  background: #714b24;
  color: #fff !important;
}
.menu ul ul li:hover a,
.menu ul ul li.active a {
  text-decoration: none !important;
  border: 0 !important;
  color: #fff !important;
  background: #ab7236;
}
.menu li {
  float: left;
  font-size: 16px;
  position: relative;
}
.menu li a {
  line-height: 16px;
  display: block;
  padding: 15px 22px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  text-transform: uppercase;
  color: #7f7f7f;
}
.menu li:hover ul {
  display: block;
}
.menu li:hover > a,
.menu li.active > a {
  text-decoration: none;
  border-bottom: 2px solid #986530;
  color: #986530;
}
.tinynav.tinynav2 {
  margin: 0 0 15px 0;
  padding: 10px 18px;
  border: px solid #666;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  display: none;
}
.tinynav.tinynav2:focus {
  outline: 0;
}
::-webkit-input-placeholder {
  color: #cccccc;
}
:-moz-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  color: #cccccc;
}
:-ms-input-placeholder {
  color: #cccccc;
}
input {
  margin: 0;
  border: 1px #ccc solid;
}
.header input[type="text"],
.header input[type="password"] {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 16px;
  color: #7f7f7f;
  font-family: 'regular';
}
.header input[type="submit"] {
  border: 0;
  color: #ffffff;
  font-family: 'bold';
  cursor: pointer;
  background: #986530;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 16px;
  font-family: 'regular';
}
.header input[type="submit"]:hover {
  background: #57391a;
}
.cbt-module-contact-form {
  width: 500px;
  margin: 0 auto;
}
.cbt-module-contact-form form.form {
  padding: 40px 30px;
  border: 1px solid #ddd;
  background: url('../img/bg.png') repeat;
}
.cbt-module-contact-form form.form input[type=submit] {
  border: 0;
  font-size: 20px;
  font-family: 'regular';
  color: #ffffff;
  background: #986530;
  padding: 10px 25px;
  display: inline-block;
  margin: 10px 0 0 0;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  cursor: pointer;
  outline: 0;
}
.cbt-module-contact-form form.form input[type=submit]:hover {
  text-decoration: none;
  background: #714b24;
}
.cbt-module-contact-form form.form label {
  display: block;
  margin: 15px 0 5px;
}
.cbt-module-contact-form form.form input[type=text],
.cbt-module-contact-form form.form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 4px 6px;
  line-height: 34px;
  position: relative;
}
.cbt-module-contact-form form.form textarea {
  height: 100px;
  border: 1px #ccc solid;
  line-height: 20px;
}
/* ====================================================== */
/*.pozor {color: red; font-variant: small-caps; text-align: center; font-weight: bold; }
div.pozor {margin: 15px 0px; padding: 10px; border-top: 3px solid crimson;  border-bottom: 3px solid crimson; background-color: white; }
span.pozor {}
.pozor a {color: Crimson; font-variant: normal; }
.pozor .normal {color: black; font-variant: normal; }

.info {color: blue; font-variant: small-caps;text-align: center;font-weight: bold; }
div.info {margin: 15px 0px; padding: 10px; border-top: 3px solid navy;  border-bottom: 3px solid navy; background-color: white; }
span.info {}
.info a {color: navy; font-variant: normal; }
.info .normal {color: black; font-variant: normal; }*/
/* ================== HLĂĹ ENĂŤ ================== */
.hlaseni {
  margin: 6px 0px 0px 0px;
  padding: 0px;
  font-weight: normal;
}
.hlaseni li {
  font-weight: normal;
  font-size: 18px;
}
.hlaseni-container .hlaseni {
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.hlaseni-container .hlaseni li {
  text-align: center;
  padding: 11px 5px;
  font-size: 18px;
  color: #fff;
}
.hlaseni-container-small .hlaseni {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.hlaseni-container-small .hlaseni li {
  font-size: 13px;
  border: 2px solid #000000;
  padding: 4px;
  background-color: #FFF;
  margin-bottom: 5px;
}
.hlaseni li a {
  text-decoration: underline;
}
.hlaseni li a:hover {
  text-decoration: none;
}
.hlaseni li.ok,
.hlaseni-container > .hlaseni li.ok {
  background: #A37A4F;
}
ul.hlaseni .ok a,
ul.hlaseni .ok a:hover {
  color: white !important;
}
ul.hlaseni .info {
  color: #AFC7BE;
}
/*ul.hlaseni li.info,*/
.hlaseni-container > .hlaseni li.info {
  background-color: #AFC7BE;
  color: #fff;
}
.hlaseni li.ko {
  color: #e76666;
}
/*ul.hlaseni li.ko, */
.hlaseni-container > .hlaseni li.ko {
  background-color: #e76666;
  color: #fff;
}
ul.hlaseni li.err {
  background-color: red !important;
}
ul.hlaseni .err a,
ul.hlaseni .err a:hover {
  color: white !important;
}
ul.hlaseni li.hard {
  color: yellow;
  font-weight: bold;
  background-color: black;
  border-color: yellow;
  font-size: 23px;
}
.download {
  margin: 10px 0 20px;
}
.download li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
}
.download li a {
  position: relative;
  display: block;
  padding: 18px 0 18px 45px;
  border-bottom: 1px solid #ccc;
}
.download li a:hover {
  background: #ddd;
}
.download li a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 36px;
  height: 46px;
  background: url('../img/icons.png') no-repeat;
  -webkit-background-size: 194px 48px;
  -moz-background-size: 194px 48px;
  background-size: 194px 48px;
  background-position: -157px 0px;
}
.download li .file-ext-pdf a:before {
  background-position: 0px 0px;
}
.download li .file-ext-png a:before,
.download li .file-ext-jpg a:before,
.download li .file-ext-gif a:before,
.download li .file-ext-jpeg a:before {
  background-position: -105px 0px;
}
.download li .file-ext-mov a:before,
.download li .file-ext-avi a:before,
.download li .file-ext-mpg a:before,
.download li .file-ext-mpeg a:before,
.download li .file-ext-flv a:before,
.download li .file-ext-mp4 a:before {
  background-position: -51px 0px;
}
@media screen and (max-width: 840px) {
  .main-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .header .header-form,
  .header .header-customer {
    float: none;
    text-align: center;
    padding: 15px 20px;
  }
  .header .logo {
    float: none;
    display: block;
    padding: 15px 0;
    text-align: center;
    margin: 0;
  }
  .introduce.first .main-wrap {
    padding: 30px 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: auto;
    max-height: 420px;
  }
  .introduce.first .title {
    max-width: 310px;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    color: #ffffff;
  }
  .introduce.first .title span {
    background: rgba(152, 101, 48, 0.9);
    display: inline-block;
    margin: 4px 0;
    padding: 7px 10px;
  }
  .introduce.first .desc {
    max-width: 270px;
    margin: 20px 0 0;
    color: #ffffff;
  }
  .introduce.first .desc span {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 4px 0;
    padding: 7px 10px;
  }
  .menu {
    float: none;
  }
  .menu ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  .menu li {
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 680px) {
  .box-login .box-login-left,
  .box-login .box-login-right {
    float: none;
    width: 100%;
  }
  .box-login .box-login-right {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .introduce.first .title {
    max-width: 270px;
    font-size: 25px;
    margin: 125px 0 0;
    color: #ffffff;
  }
  .introduce.first .title span {
    margin: 2px 0;
    padding: 5px 8px;
  }
  .introduce.first .desc {
    margin: 10px 0 0;
  }
  .introduce.first .desc span {
    margin: 2px 0;
    padding: 5px 8px;
  }
}
@media screen and (max-width: 600px) {
  .header input[type="text"],
  .header input[type="password"],
  .header input[type="submit"] {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .header .fa {
    padding: 0;
    font-size: 26px;
  }
  .header input[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .footer .footer-left,
  .footer .footer-right {
    float: none;
    width: 100%;
  }
  .footer .footer-right {
    margin-top: 30px;
  }
  .cbt-module-contact-form {
    width: 100%;
    margin: 30px auto;
  }
  .cbt-module-contact-form form.form input[type=submit] {
    width: 100%;
    display: block;
  }
  .download li {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tinynav.tinynav2 {
    display: block;
  }
  .menu .menu {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .login-box {
    width: 100%;
  }
  .login-box button {
    display: block;
    width: 100%;
  }
}
