@font-face {
  font-family: 'Open Sans';
  src: url("../../../fonts/OpenSans.ttf");
}
* {
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
body,
form {
  width: 100%;
  float: left;
}
a {
  color: #003D6A;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
table {
  border-collapse: collapse;
}
tbody,
thead {
  float: none !important;
}
td,
th {
  padding: 1px 0;
}
.svg-responsive svg {
  max-height: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-load {
  overflow: hidden;
  width: 100%;
  position: absolute;
  height: 100%;
}
img.img-center {
  position: absolute !important;
  margin: auto;
  top: 0;
  left: -9999px;
  right: -9999px;
  bottom: 0;
}
img.img-vertical-center {
  position: absolute !important;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  left: 0;
  bottom: 0;
}
img.img-responsive,
img.img-responsive-horizontal {
  position: relative;
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
img.img-responsive-horizontal {
  max-width: inherit;
}
img.img-full {
  min-width: 100%;
  min-height: 100%;
}
img.img-fill {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
img.img-fit {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
img.loading {
  display: none;
}
div.div-center {
  position: absolute !important;
  margin: auto;
  top: 0;
  left: -9999px;
  right: -9999px;
  bottom: 0;
}
div.responsive-auto img {
  max-width: inherit;
}
span .pull {
  min-width: 1.8em;
  border: #000 solid 1px;
  border-radius: 1em;
  color: #000;
  background: #fff;
  font-size: .8em;
  margin: -0.2em 0;
  padding: .2em .2em;
  text-align: center;
  font-weight: 600;
}
li {
  padding: 0;
}
ul,
ul ul {
  list-style: none;
  padding-left: 0;
}
.g-recaptcha {
  width: 100%;
  float: left;
  margin-top: 1em;
}
.message {
  float: left;
  width: 100%;
  padding: 1em;
  border: #888 solid 1px;
  background: #aaa;
  color: #888;
}
.message.message-success {
  border: #5cb85c solid 1px;
  background: #9dd49d;
  color: #376e37;
}
.corner-box {
  position: relative;
  float: left;
  overflow: hidden;
}
.corner {
  background: #e6e6e6;
  color: #999;
  border: #ccc solid 1px;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  position: absolute;
  top: 30px;
  width: 180px;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
  left: -40px;
  transform: rotate(-45deg);
}
.corner.corner-success {
  background: #74dd13;
  border: #74dd13 solid 1px;
  color: #fff;
}
.checkbox-group {
  list-style: none;
  display: table;
}
.checkbox {
  transition: all 400ms ease;
  border: transparent solid 1px;
  display: inline-table;
  list-style-type: none;
  float: none !important;
  vertical-align: top;
}
.checkbox:hover,
.checkbox:focus {
  background: rgba(190,190,190,0.1);
  border: rgba(0,0,0,0.2) solid 1px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  cursor: pointer;
}
.checkbox.active {
  background: rgba(80,190,0,0.2);
  border: rgba(80,190,0,0.2) solid 1px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.table thead {
  border-bottom: #aaa solid 1px;
}
.table td,
.table th {
  padding: 10px;
  text-align: left;
}
.table tr .tr-hover {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.table tr:hover .tr-hover {
  opacity: 1;
  visibility: visible;
}
.table tr.tr-success {
  color: #3c763d;
  background: #dff0d8;
}
.table .tr-list {
  box-shadow: inset 0px 8px 8px -8px rgba(0,0,0,0.4);
}
.table.table-hover tbody tr:not(.tr-line):hover,
.table.table-hover tbody tr:not(.tr-line):hover a {
  background: #eee;
}
.table .tr-line,
.table .tr-line {
  background: inherit !important;
  color: inherit !important;
  padding: 0;
}
.table .tr-line>td {
  padding: 0;
}
.img-table-responsive {
  width: 100%;
}
.table.table-responzive {
  table-layout: fixed;
}
.table.table-responzive th {
  white-space: -moz-pre-wrap;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.overflow-x {
  overflow-x: auto;
}
.-table {
  list-style: none;
  display: table;
}
.-table>* {
  display: inline-table;
  list-style-type: none;
  float: none !important;
  vertical-align: top;
}
content {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.container-xs,
.container-sm,
.container,
.container-lg,
.container-xl,
.container-fluid {
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
}
.container-xs,
.container-sm,
.container,
.container-lg,
.container-xl {
  padding: 0 1em;
  float: none;
}
.container-xs {
  max-width: 600px;
}
.container-sm {
  max-width: 900px;
}
.container {
  max-width: 1100px;
}
.container-lg {
  max-width: 1400px;
}
.container-xl {
  max-width: 1920px;
}
.container-slide {
  float: left;
  width: 100%;
  display: table;
}
.container-slide .slide-content {
  box-shadow: 0 -5px 35px -10px rgba(0,0,0,0.4);
}
.container-slide .slide-menu {
  float: left;
}
.container-slide .slide-content {
  float: right;
}
form,
.row,
.btn-block,
table {
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
.row>.pin-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
.responsive-auto {
  margin-right: 0;
  min-height: 100%;
}
.row.row-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.row .btn-center {
  float: none;
  display: inline-block;
  margin: auto;
}
.-lin,
.-lin-f {
  list-style: none;
  display: table-row;
  float: left;
}
.-lin-t {
  list-style: none;
  display: table;
  float: left;
}
.-lin>li,
.-lin>span,
.-lin>div,
.-lin-t>li,
.-lin-t>span,
.-lin-t>div {
  display: table-cell;
  list-style-type: none;
  padding: 0;
  padding-right: .5em;
  float: none;
  width: auto;
  vertical-align: middle;
}
.-lin-f>li,
.-lin-f>span,
.-lin-f>div {
  float: left;
  padding-right: 5px;
}
.-lin>li:last-child,
.-lin>span:last-child,
.-lin>div:last-child,
.-lin-f>li:last-child,
.-lin-f>span:last-child,
.-lin-f>div:last-child {
  padding-right: 0;
}
.panel .panel {
  margin: 0 -1px -1px;
  width: calc(100% + 2px);
}
.panel-group {
  width: 100%;
  float: left;
}
.panel-group>.panel {
  margin-top: 5px;
}
.panel {
  float: left;
  width: 100%;
  border: #ddd solid 1px;
}
.panel-group>.panel:first-child {
  margin-top: 0;
}
.panel .-c-glow {
  color: #aaa;
}
.panel>.panel-body {
  float: left;
  background: #fff;
  width: 100%;
}
.panel>.panel-heading {
  position: relative;
  padding: 10px;
  float: left;
  width: 100%;
}
table.panel>.panel-heading>tr>th,
table.panel>.panel-body>tr>td {
  padding: .5em;
  text-align: left;
}
.panel>.panel-footer {
  box-shadow: inset 0 4px 8px -4px rgba(0,0,0,0.2);
  float: left;
  background: #f0f0f0;
  width: 100%;
}
.panel.panel-default>.panel-heading {
  background: #f0f0f0;
  transition: all 400ms ease;
  color: #888;
}
.panel.panel-default>.panel-heading .panel-input input[type="text"] {
  border: transparent solid 1px !important;
  background: transparent !important;
}
.panel.panel-default>.panel-heading .panel-input input[type="text"]:hover {
  border: #aaa solid 1px !important;
  background: transparent !important;
}
.panel.panel-default>.panel-heading.heading-bb {
  border-top: #aaa solid 10px !important;
}
.panel.panel-default>.panel-body {
  color: #666;
}
.panel.panel-success {
  border-color: #d6e9c6;
  transition: all 500ms ease;
}
.panel.panel-success>.panel-heading {
  color: #3c763d;
  width: 100%;
  background-color: #dff0d8;
}
.panel.panel-success>.panel-heading.heading-bb {
  border-top: #d6e9c6 solid 10px !important;
}
.pill-circle {
  padding: .5em .7em;
  line-height: 2.4em;
  background: #000;
  color: #fff;
  border-radius: 100%;
}
.pill-circle.pill-2x {
  padding: 1em 1.25em;
  line-height: 2.5em;
}
.dropdown,
.dropdown-toogle {
  float: left;
}
.dropdown-menu {
  display: none;
}
.dropdown-menu>li {
  list-style: none;
  float: left;
  clear: both;
  width: 100%;
  text-align: left;
}
.dropdown-menu>li>a {
  float: left;
  padding: 7px;
  color: #eee;
  width: 100%;
}
.dropdown-menu>li i {
  float: left;
  left: 1em;
  position: absolute;
}
.dropdown-menu>li span {
  color: #eee;
  padding-left: 30px;
}
.dropdown-menu>li:hover span {
  color: #fff;
}
.dropdown-menu>li:hover {
  background: rgba(255,255,255,0.3);
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background: rgba(255,255,255,0.3);
}
.nav {
  list-style: none;
  display: table-row;
  float: left;
  margin-left: 0em;
  position: relative;
  padding: 0;
}
.nav i,
.nav span {
  padding-right: 1em;
}
.nav i:last-child,
.nav span:last-child {
  padding-right: 0;
}
nav ul ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
}
nav ul ul li {
  float: none;
  position: relative;
}
nav ul ul li a {
  padding: 15px 40px;
  white-space: nowrap;
}
nav ul ul li a:hover {
  background: #6dbee8;
}
nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav ul li {
  float: left;
  position: relative;
  transition: all 500ms ease;
}
nav ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
}
nav li:hover ul {
  visibility: visible;
  opacity: 1;
}
.nav span:first-child {
  padding-right: 0;
}
.nav.nav-sidebar-slide {
  float: left;
  transition: all 400ms ease;
  background: #aaa;
  min-height: 100%;
}
.nav.nav-sidebar-slide li {
  float: left;
  clear: both;
}
.nav.nav-sidebar-slide li {
  float: left;
  clear: both;
  width: 100%;
  display: inline-flex;
  transition: all 400ms ease;
}
.nav.nav-sidebar-slide li a {
  float: left;
  width: 100%;
  padding: 5px;
}
.nav.nav-sidebar-slide li:hover {
  background: rgba(0,0,0,0.1);
}
.nav.nav-sidebar-slide li .cover {
  float: left;
  position: relative;
  width: 2.5em;
  display: inline-flex;
  height: 2.5em;
  text-align: center;
  line-height: 2.5em;
}
.nav.nav-sidebar-slide li .cover.cover-add {
  float: left;
  position: relative;
  color: #eee;
  padding: .7em .9em;
  transition: padding 400ms ease;
}
.nav.nav-sidebar-slide:hover li .cover.cover-add {
  padding: 1.1em 1em;
}
.nav.nav-sidebar-slide li .cover img {
  width: 2.5em;
  position: absolute !important;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 400ms ease;
}
.nav.nav-sidebar-slide li .name {
  max-width: 0;
  font-size: 1em;
  color: #aaa;
  float: left;
  white-space: nowrap;
  display: inline-flex;
  overflow: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
.nav.nav-sidebar-slide:hover li .name {
  max-width: 100%;
  opacity: 1;
  margin: .5em;
}
.nav.nav-sidebar-slide li:hover .name {
  color: #fff;
}
.nav.nav-sidebar-slide:hover {
  background: #666;
}
.nav.nav-tabs {
  transition: all 500ms ease;
  border-bottom: #ddd solid 1px;
  margin-bottom: -1px;
}
.nav.nav-tabs>li {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid transparent;
  float: left;
  display: table-cell;
  transition: all 500ms ease;
}
.nav.nav-tabs>li>a {
  float: left;
  padding: .5em;
  color: #888;
}
.nav.nav-tabs>li.active>a {
  color: #555;
}
.nav.nav-tabs>li:last-child {
  margin-right: 0;
}
.nav.nav-tabs>li.active {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  border-bottom: transparent;
}
.nav.nav-tabs>li:not(.active):hover {
  background: #f0f0f0;
}
.nav.nav-sidebar>li {
  transition: all 500ms ease;
  width: 100%;
  display: block;
  float: left;
}
.nav.nav-sidebar>li>a {
  float: left;
  width: 100%;
  transition: all 500ms ease;
  padding: 1em;
  color: #888;
}
.nav.nav-sidebar>li:active>a,
.nav.nav-sidebar>li:focus>a,
.nav.nav-sidebar>li.active>a {
  background: #888;
  color: #fff;
}
.nav.nav-sidebar>li.disable a {
  color: #aaa;
  cursor: default;
}
.nav.nav-sidebar>li:not(.disable):hover>a {
  background: #aaa;
  color: #fff;
}
.nav-block {
  width: 100%;
  float: left;
  position: relative;
}
.nav.nav-sidebar>li.nav-sidebar-head {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1em;
  border-bottom: #ddd solid 1px;
  background: #eee;
  color: #888;
  font-weight: bold;
}
.nav.nav-pages {
  padding: 1em 0;
}
.nav.nav-pages li {
  display: inline;
  float: left;
}
.nav.nav-pages li:first-child i {
  padding: 0;
}
.nav.nav-pages li i {
  padding: 0 1em;
  float: left;
}
.nav.nav-pages li a {
  display: inline;
  float: left;
}
.row-clear {
  float: left;
  width: 100%;
  height: 0px;
  clear: both;
}
.row .float-left {
  margin-right: .3em;
}
.row .float-left:last-child {
  padding-right: 0;
}
.float-right {
  float: right !important;
  display: inline-block;
  position: relative;
}
.fl,
.float-left {
  float: left !important;
  display: inline-block;
  position: relative;
}
.fn {
  float: none !important;
}
.ac {
  display: table;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.nm {
  margin: 0;
}
.bm {
  margin-bottom: 1em;
}
.tm {
  margin-top: 1em;
}
.tbm {
  margin: 1em 0;
}
.tbm2 {
  margin: 2em 0;
}
.npl {
  padding-left: 0 !important;
}
.tbp {
  padding: 1em 0;
}
.tbp2 {
  padding: 2em 0;
}
.lp {
  padding-left: 10px !important;
}
.rp {
  padding-right: 10px !important;
}
.rm {
  margin-right: 10px !important;
}
.pp {
  padding: 1em;
}
.lm {
  margin-left: 10px !important;
}
.bl {
  border-left: #ddd solid 1px;
  margin-left: -1px;
}
.bb {
  border-bottom: #ddd solid 1px;
}
.bt {
  border-top: #ddd solid 1px;
  margin-top: -1px;
}
.br {
  border-right: #ddd solid 1px;
  margin-right: -1px;
}
.nb {
  border: none !important;
}
._pr {
  position: relative;
  min-height: 1px;
}
._pa,
._pab,
._pat,
._par {
  position: absolute;
}
._par {
  top: 0;
  right: 0;
}
._pab {
  bottom: 0;
  left: 0;
  right: 0;
}
._pat {
  top: 0;
  left: 0;
  right: 0;
}
._pf {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.fixed {
  position: fixed;
}
.ww {
  word-wrap: break-word;
}
.nowrap {
  white-space: nowrap;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center !important;
  position: relative;
}
b,
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
.tdec-lt {
  text-decoration: line-through;
}
u,
.u {
  border-bottom: 1px #555 dotted;
  text-decoration: none;
}
u:hover,
.u:hover {
  border-bottom-style: solid;
}
small,
.small {
  font-size: small;
}
.cur-hp:hover {
  cursor: pointer;
}
.cur-hm:hover {
  cursor: move;
}
.no-list,
.no-list li {
  list-style: none !important;
  margin-left: 0 !important;
}
.bgnone {
  background: transparent;
}
.btn,
button,
.input-group
.btn-group,
.btn-addon,
.btn-label,
.btn-block,
.btn-box,
.btn-link,
input,
select,
textarea,
label,
fieldset {
  float: left;
  display: inline-block;
  transition: all 400ms ease;
  padding: 0.5em;
  font-family: 'roboto', 'segoe ui', sans-serif;
  line-height: 1em;
  font-size: medium;
  vertical-align: middle;
}
.btn,
button,
.btn-addon,
.btn-label,
.btn-block,
.btn-link,
input,
select,
textarea,
label,
fieldset {
  height: 2.2em;
}
.btn-group,
.btn-group-sm {
  height: auto;
}
.btn-group-sm .btn-addon,
.btn-group-sm .btn-label,
.btn-group-sm .btn-block,
.btn-group-sm .btn-link,
.btn-group-sm input,
.btn-group-sm button,
.btn-group-sm select,
.btn-group-sm textarea,
.btn-group-sm label,
.btn-group-sm fieldset {
  height: 1.5em;
}
.btn-lg {
  font-size: large;
}
.btn-sm {
  font-size: small;
}
.btn-md {
  font-size: medium;
}
label,
.btn-label,
.btn-link {
  vertical-align: middle;
}
select,
input,
textarea,
fieldset,
.btn,
button,
.btn-group .btn-addon {
  border: #ddd solid 1px;
  appearance: none;
}
label input[type='checkbox'] {
  height: 1em;
  width: 1em;
  font-size: 1em;
  margin: .1em .5em;
}
label input[type='checkbox']:first-child {
  margin-left: 0;
}
textarea {
  resize: both;
}
textarea.noresize {
  resize: none;
}
textarea.vertical {
  resize: vertical;
  min-height: 200px;
}
fieldset,
.btn-box {
  padding: 0;
}
.btn-link {
  float: none;
  border-bottom: rgba(62,142,183,0.2) dotted 1px;
  color: #3e8eb7;
}
.btn-link:hover {
  border-bottom: rgba(62,142,183,0.5) solid 1px;
  cursor: pointer;
}
.btn-group fieldset>select,
.btn-group fieldset>input,
.btn-group fieldset>textarea {
  margin: 0;
  width: 100%;
}
.btn-group {
  padding: 0;
}
.btn-group .btn-box,
.btn-group select,
.btn-group input,
.btn-group button,
.btn-group textarea,
.btn-group fieldset,
.btn-group .btn,
.btn-group .btn-addon {
  margin-left: 0;
  margin-right: 0;
  margin-left: -1px;
}
.btn-box {
  width: auto;
  width: initial;
}
.btn-group fieldset {
  padding: 0;
  margin-left: -1px;
}
.btn-group .btn:first-child,
.btn-group .btn-box:first-child,
.btn-group .btn-addon:first-child,
.btn-group input:first-child,
.btn-group button:first-child,
.btn-group select:first-child,
.btn-group textarea:first-child {
  margin-left: 0;
}
.btn-group .btn-addon {
  background: #aaa;
  color: #fff;
}
input[type="file"] {
  display: none;
}
input[type=submit],
input[type=button],
.btn,
button {
  background: #fff;
  color: #888;
  text-align: center;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 1;
}
input[type=submit]:hover,
input[type=button]:hover,
.btn:hover,
button:hover {
  background: #ddd;
  border: #aaa solid 1px;
  color: #888;
  cursor: pointer;
  z-index: 2;
}
input[type=submit].active,
input[type=submit]:active,
input[type=button].active,
input[type=button]:active,
.btn.active,
button.active {
  background: #aaa;
  border: #aaa solid 1px;
  color: #fff;
  cursor: pointer;
}
input[type=submit].active:hover,
input[type=button].active:hover,
.btn.active:hover,
button.active:hover {
  background: #aaa;
  border: #888 solid 1px;
  color: #fff;
  cursor: pointer;
}
.btn span:first-child,
td span:first-child {
  padding-left: 0;
}
select {
  padding-top: .25em;
}
.btn-group.btn-group-sm .btn,
.btn-group.btn-group-sm .btn-addon,
.btn-group.btn-group-sm .btn-label,
.btn-group.btn-group-sm .btn-link,
.btn-group.btn-group-sm input,
.btn-group.btn-group-sm button,
.btn-group.btn-group-sm label,
.btn-group.btn-group-sm select {
  font-size: .7em;
}
.btn.disabled {
  color: #aaa;
  background-color: #f0f0f0;
  border: #aaa solid 1px;
}
.btn.disabled:hover {
  cursor: default;
}
.btn.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn.btn-warning.disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn.btn-warning.disabled:hover {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn.btn-success {
  color: #fff;
  background-color: #28a745;
  border: #28a745 solid 1px;
}
.btn.btn-success:hover {
  color: #dff0d8;
  background-color: #218838;
  border: #1e7e34 solid 1px;
}
.btn.btn-success.disabled {
  color: #fff;
  background-color: #28a745;
  border: #28a745 solid 1px;
}
.btn.btn-success.disabled:hover {
  color: #fff;
  background-color: #28a745;
  border: #28a745 solid 1px;
}
label>input:not([type='checkbox']) {
  padding: 0;
  margin: 0 .25em 0 0 !important;
  height: auto !important;
}
.novalide {
  border: #aaa solid 1px;
  box-shadow: 0 0 16px rgba(0,0,0,0.25);
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.w1-5,
.w2-5,
.w3-5,
.w4-5 {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  position: relative;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.w1-5 {
  width: 20%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.w2-5 {
  width: 40%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.w3-5 {
  width: 60%;
}
.col-9 {
  width: 75%;
}
.w4-5 {
  width: 80%;
}
.col-10 {
  width: 83.3%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.btn-box {
  padding: 0;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  padding: 0 .5em;
}
.input-group .input-group-append {
  margin-left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
*[class^='w'].panel {
  padding: 0;
  margin: 5px -5px -5px 5px;
}
.f-desktop {
  display: block;
}
.f-mobile,
#m-menu .burger {
  display: none;
}
.img-inset-shadow,
.img-inset-shadow-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px 10px rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}
.img-inset-shadow-circle {
  border-radius: 100%;
}
@media only screen and (min-width: 568px) {
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .tbm2,
  tbm,
  tm {
    margin: 4px 0;
  }
  .-lin-f>li,
  .-lin-f>span,
  .-lin-f>div {
    padding-right: 0;
  }
  nav li:hover ul {
    position: relative;
  }
  #scroll-page-up {
    display: none;
  }
  input[type=submit],
  input[type=button],
  .btn {
    white-space: normal;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .f-mobile,
  #m-menu .burger {
    display: block;
  }
  .f-desktop {
    display: none;
  }
  nav ul ul {
    display: none;
    opacity: 0;
    position: relative;
  }
  nav li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  nav,
  nav:not(img) {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1920px) {
  .col-xl-1 {
    width: 8.33%;
  }
  .col-xl-2 {
    width: 16.66%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33%;
  }
  .col-xl-5 {
    width: 41.66%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33%;
  }
  .col-xl-8 {
    width: 66.66%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3%;
  }
  .col-xl-11 {
    width: 91.66%;
  }
  .col-xl-12 {
    width: 100%;
  }
}