/*

*/
/*

*/
html {
  background-color: #f7f7f7;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #707278;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
a {
  color: #2e3e4e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4a647e;
  text-decoration: none;
}
.badge {
  background-color: #bebebe;
}
.badge.up {
  position: relative;
  top: -10px;
  padding: 3px 6px;
}
.badge-sm {
  font-size: 85%;
  padding: 2px 5px !important;
}
label {
  font-weight: normal;
}
.label-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.text-primary {
  color: #f15a22;
}
.text-info {
  color: #4cc0c1;
}
.text-success {
  color: #8ec165;
}
.text-warning {
  color: #ffc333;
}
.text-danger {
  color: #fb6b5b;
}
.text-light {
  color: #f1f1f1;
}
.text-white {
  color: #fff;
}
.text-dark {
  color: #2e3e4e;
}
.text-muted {
  color: #97999e;
}
small {
  font-size: 90%;
}
.badge-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 2px 6px;
}
.badge-hollow {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: inherit;
}
.caret-white {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.65);
}
a:hover .caret-white {
  border-top-color: #fff;
}
.tooltip-inner {
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #2e3e4e;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.9);
  border-top-color: #2e3e4e;
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(0, 0, 0, 0.9);
  border-right-color: #2e3e4e;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-bottom-color: #2e3e4e;
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(0, 0, 0, 0.9);
  border-left-color: #2e3e4e;
}
.popover-content {
  font-size: 12px;
  line-height: 1.5;
}
.progress-xs {
  height: 6px;
}
.progress-sm {
  height: 10px;
}
.progress-sm .progress-bar {
  font-size: 10px;
  line-height: 1em;
}
.breadcrumb {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding-left: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}
.breadcrumb a {
  color: #999;
}
.accordion-group,
.accordion-inner {
  border-color: #e8e8e8;
  border-radius: 2px;
}
.alert {
  font-size: 85%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert .close i {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.form-control {
  border-color: #d9d9d9;
  border-radius: 2px;
}
.form-control,
.form-control:focus {
  box-shadow: none;
}
.form-control:focus {
  border-color: #4cc0c1;
}
.input-s-sm {
  width: 120px;
}
.input-s {
  width: 200px;
}
.input-s-lg {
  width: 250px;
}
.input-group-addon {
  border-color: #d9d9d9;
  background-color: #f9f9f9;
}
.list-group {
  border-radius: 2px;
}
.list-group.no-radius .list-group-item {
  border-radius: 0 !important;
}
.list-group.no-borders .list-group-item {
  border: none;
}
.list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.list-group.no-bg .list-group-item {
  background-color: transparent;
}
.list-group-item {
  border-color: #e8e8e8;
  padding-right: 15px;
}
.list-group-item.media {
  margin-top: 0;
}
.list-group-item.active {
  color: #fff;
  border-color: #f15a22 !important;
  background-color: #f15a22 !important;
}
.list-group-item.active .text-muted {
  color: #fac5b2;
}
.list-group-item.active a {
  color: #fff;
}
.list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.02);
}
.list-group-lg .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-group-sp .list-group-item {
  margin-bottom: 5px;
  border-radius: 3px;
}
.list-group-item > .badge {
  margin-right: 0;
}
.list-group-item > .fa-chevron-right {
  float: right;
  margin-top: 4px;
  margin-right: -5px;
}
.list-group-item > .fa-chevron-right + .badge {
  margin-right: 5px;
}
.nav-pills.no-radius > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a {
  color: #fff !important;
  background-color: #4cc0c1 !important;
}
.nav.nav-sm > li > a {
  padding: 6px 8px;
}
.nav .avatar {
  width: 30px;
  margin-top: -5px;
  margin-right: 5px;
}
.panel {
  border-radius: 2px;
}
.panel.panel-default {
  border-color: #f7f7f7;
}
.panel.panel-default > .panel-heading,
.panel.panel-default > .panel-footer {
  border-color: #f7f7f7;
}
.panel .list-group-item {
  border-color: #f0f0f0;
}
.panel.no-borders {
  border-width: 0;
}
.panel.no-borders .panel-heading,
.panel.no-borders .panel-footer {
  border-width: 0;
}
.panel .table td,
.panel .table th {
  padding: 6px 15px;
  border-top: 1px solid #f1f1f1;
}
.panel .table thead > tr > th {
  border-bottom: 1px solid #ebebeb;
}
.panel .table-striped > tbody > tr:nth-child(odd) > td,
.panel .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.panel .table-striped > thead th {
  background: #f5f5f5;
  border-right: 1px solid #f1f1f1;
}
.panel .table-striped > thead th:last-child {
  border-right: none;
}
.panel-heading {
  border-radius: 2px 2px 0 0;
}
.panel-heading.no-border {
  margin: -1px -1px 0 -1px;
  border: none;
}
.panel-heading .nav {
  font-size: 13px;
  margin: -10px -15px -11px;
  border: none;
}
.panel-heading .nav > li > a {
  border-radius: 0;
  margin: 0;
  border-width: 0;
}
.panel-heading .nav-tabs.nav-justified {
  width: auto;
}
.panel-heading .nav-tabs.nav-justified > li:first-child > a,
.panel-heading .nav-tabs.pull-left > li:first-child > a {
  border-radius: 2px 0 0 0;
}
.panel-heading .nav-tabs.nav-justified > li:last-child > a,
.panel-heading .nav-tabs.pull-right > li:last-child > a {
  border-radius: 0 2px 0 0;
}
.panel-heading .nav-tabs > li > a {
  line-height: 1.5;
}
.panel-heading .nav-tabs > li > a:hover,
.panel-heading .nav-tabs > li > a:focus {
  border-width: 0;
  background: transparent;
  border-color: transparent;
}
.panel-heading .nav-tabs > li.active > a,
.panel-heading .nav-tabs > li.active > a:hover,
.panel-heading .nav-tabs > li.active > a:focus {
  color: #707278;
  background: #fff;
}
.panel-heading .list-group {
  background: transparent;
}
.panel-footer {
  border-radius: 0 0 2px 2px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #eaedef;
}
.open {
  z-index: 1050;
  position: relative;
}
.dropdown-menu {
  font-size: 13px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu.pull-left {
  left: 100%;
}
.dropdown-menu > .panel {
  border: none;
  margin: -5px 0;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: none;
  filter: none;
  background-color: #f1f1f1 !important;
  color: #707278;
}
.dropdown-header {
  padding: 5px 15px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #f1f1f1 !important;
  color: #707278;
}
.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus > .dropdown-menu {
  display: block;
}
.dropdown-submenu.pull-left {
  float: none !important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: -6px;
  margin-left: -1px;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
}
.dropdown-select > li > a input {
  position: absolute;
  left: -9999em;
}
/*Carousel*/
.carousel-control {
  width: 40px;
  color: #999;
  text-shadow: none;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ccc;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none;
}
.carousel-control i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.carousel-indicators.out {
  bottom: -5px;
}
.carousel-indicators li {
  transition: background-color 0.25s;
  background: #ddd;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
}
.carousel-indicators .active {
  background: #f0f0f0;
  background-color: rgba(200, 200, 200, 0.2);
  width: 10px;
  height: 10px;
  margin: 1px;
}
.carousel.carousel-fade .item {
  transition: opacity 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .active {
  opacity: 1;
  filter: alpha(opacity=1);
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
/*cols*/
.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-0 {
  clear: left;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col"] {
  padding: 0;
}
.modal-backdrop {
  background-color: #2e3e4e;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-over {
  width: 100%;
  height: 100%;
  position: relative;
  background: #2e3e4e;
}
.modal-center {
  position: absolute;
  left: 50%;
  top: 50%;
}
.modal-content {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.icon-muted {
  color: #ccc;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}
.navbar-fixed-top + * {
  padding-top: 50px;
}
/*layout*/
html.full {
  background-image: url('../images/bg.png');
}
p {
  color: #262729;
}
@media (min-height: 900px) {
  .row-height {
    margin-top: 450px;
    padding-bottom: 0px;
  }
}
@media (min-height: 500px) and (max-height: 599px) {
  .row-height {
    margin-top: 150px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-height: 600px) and (max-height: 699px) {
  .row-height {
    margin-top: 250px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-height: 700px) and (max-height: 799px) {
  .row-height {
    margin-top: 350px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-height: 800px) and (max-height: 899px) {
  .row-height {
    margin-top: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  body.container {
    box-shadow: 0 3px 60px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
  }
  .app,
  .app body {
    width: 100%;
    height: 100%;
  }
  .app .hbox.stretch {
    height: 100%;
  }
  .app .vbox > section,
  .app .vbox > footer {
    position: absolute;
  }
  .app .vbox.flex > section > section {
    overflow: auto;
  }
  .hbox {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
  }
  .hbox > aside,
  .hbox > section {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 0;
    float: none;
  }
  .hbox > aside.show,
  .hbox > section.show,
  .hbox > aside.hidden-sm,
  .hbox > section.hidden-sm {
    display: table-cell !important;
  }
  .vbox {
    display: table;
    border-spacing: 0;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .vbox > section,
  .vbox > footer {
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .vbox > header ~ section {
    top: 50px;
  }
  .vbox > section.w-f {
    bottom: 50px;
  }
  .vbox > footer {
    top: auto;
    z-index: 1000;
  }
  .vbox > footer ~ section {
    bottom: 50px;
  }
  .vbox.flex > header,
  .vbox.flex > section,
  .vbox.flex > footer {
    position: inherit;
  }
  .vbox.flex > section {
    display: table-row;
    height: 100%;
  }
  .vbox.flex > section > section {
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .ie .vbox.flex > section > section {
    display: table-cell;
  }
  .vbox.flex > section > section > section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .aside-xs {
    width: 48px;
  }
  .aside {
    width: 180px;
  }
  .aside-sm {
    width: 150px;
  }
  .aside-md {
    width: 220px;
  }
  .aside-lg {
    width: 250px;
  }
  .aside-xl {
    width: 300px;
  }
  .aside-xxl {
    width: 450px;
  }
  .scrollable {
    -webkit-overflow-scrolling: touch;
  }
  ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.3);
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(50, 50, 50, 0.6);
  }
  ::-webkit-scrollbar-track {
    background-color: rgba(50, 50, 50, 0.1);
  }
  ::-webkit-scrollbar-track:hover {
    background-color: rgba(50, 50, 50, 0.2);
  }
  section.event {
    margin-top: 20px;
  }
  section.event > .row > m-l-none {
    margin-left: 0px;
  }
}
.hbox > aside,
.hbox > section {
  padding: 0 !important;
}
.header,
.footer {
  min-height: 50px;
}
.header > p,
.footer > p {
  margin-top: 15px;
  display: inline-block;
}
.header > .btn,
.footer > .btn,
.header > .btn-group,
.footer > .btn-group,
.header > .btn-toolbar,
.footer > .btn-toolbar {
  margin-top: 10px;
}
.header > .btn-lg,
.footer > .btn-lg {
  margin-top: 0;
}
.header .nav-tabs,
.footer .nav-tabs {
  border: none;
  margin-left: -15px;
  margin-right: -15px;
}
.header .nav-tabs > li a,
.footer .nav-tabs > li a {
  border: none !important;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
.header .nav-tabs > li a:hover,
.footer .nav-tabs > li a:hover,
.header .nav-tabs > li a:focus,
.footer .nav-tabs > li a:focus {
  background-color: transparent;
}
.header .nav-tabs > li.active a,
.footer .nav-tabs > li.active a {
  color: #707278;
}
.header .nav-tabs > li.active a,
.footer .nav-tabs > li.active a,
.header .nav-tabs > li.active a:hover,
.footer .nav-tabs > li.active a:hover {
  background-color: #f7f7f7;
}
.header .nav-tabs.nav-white > li.active a,
.footer .nav-tabs.nav-white > li.active a,
.header .nav-tabs.nav-white > li.active a:hover,
.footer .nav-tabs.nav-white > li.active a:hover {
  background-color: #fff;
}
.header.navbar,
.footer.navbar {
  min-height: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
@media (orientation: landscape) {
  html.ios7.ipad > body {
    padding-bottom: 20px;
  }
}
body.container {
  padding: 0;
}
.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}
.no-touch .scrollable.hover {
  overflow-y: hidden;
}
.no-touch .scrollable.hover:hover {
  overflow: visible;
  overflow-y: auto;
}
@media print {
  html,
  body,
  .hbox,
  .vbox {
    height: auto;
  }
  .vbox > section,
  .vbox > footer {
    position: relative;
  }
}
.slimScrollBar {
  border-radius: 0 !important;
}
#footer {
  position: absolute;
  bottom: 5px;
  width: 100%;
  margin-left: 10px;
  height: 250px;
  background: url('../images/footer.png') no-repeat center center;
  background-size: 100% 100%;
  z-index: -5 !important;
}
@media (min-width: 1200px) and (min-height: 680px) {
  #footer {
    height: 220px;
  }
}
@media (min-width: 1200px) and (min-height: 880px) {
  #footer {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footer {
    height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer {
    height: 200px;
  }
}
@media (min-width: 420px) and (max-width: 768px) {
  #footer {
    height: 142px;
  }
}
@media (max-width: 420px) {
  #footer {
    height: 100px;
  }
}
.banner-main {
  background: url('../images/banner_background.png') center center;
  background-origin: padding-box;
  /*margin-bottom: 20px;*/
}
@media (min-width: 992px) {
  .banner-seperate {
    margin-top: -45px;
  }
}
.dotted-line,
.video > hr,
.cal > hr,
.fb > hr,
.timetable > hr,
.map > hr {
  border: none;
  border-top: 1px dotted #c2c2c2;
  border-bottom: 1px dotted #c2c2c2;
  height: 3px;
  margin-top: 17px;
  opacity: 0.5;
}
.timetable > h4 {
  margin-left: 0 !important;
}
.map > h4 {
  margin-left: 0 !important;
}
.panel-heading > h4 {
  font-weight: bold;
  font-size: 18px;
  color: #373a45;
  float: left;
  margin-right: 5px;
  margin-left: 10px;
}
.post-image {
  margin-top: 10px;
}
.post-image img {
  width: 100%;
}
.post-detail {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.post-detail .title {
  float: left;
  width: 35%;
}
.post-detail .info {
  float: left;
  width: 65%;
  font-weight: bold;
  color: #373a45;
}
.post-detail .position {
  float: left;
  width: 60%;
  padding-left: 0px;
  font-weight: bold;
  color: #373a45;
}
.post-detail .price_title {
  float: left;
  width: 100%;
}
.post-detail .price_info {
  float: left;
  width: 100%;
}
.post-detail .price {
  text-align: right;
}
.post-description p {
  text-align: justify;
}
.post-social {
  margin-top: 10px;
  line-height: 9px;
}
.wrapper {
  width: 100%;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  float: left;
}
.padding-left-fix {
  padding-left: 0;
}
.padding-right-fix {
  padding-right: 0;
}
@media (max-width: 991px) {
  .padding-left-fix {
    padding-left: 15px !important;
  }
  .padding-right-fix {
    padding-right: 15px !important;
  }
}
#big-title {
  margin-bottom: 20px;
}
#big-title .container {
  text-align: center;
}
#big-title .container h3 {
  text-transform: uppercase;
  font-size: 23px;
}
@media (max-width: 989px) {
  #big-title {
    margin-top: 20px;
  }
}
.show-title {
  text-align: center;
  color: #373a45;
  margin-bottom: 30px;
}
.show-title h4 {
  font-weight: bold;
}
.show-image {
  margin: 20px 0;
}
.show-image img {
  width: 100%;
}
.show-body {
  color: #373a45;
  text-align: justify;
}
.show-body p > img {
  width: 100%;
}
.show-body span {
  font-family: 'PT Sans', sans-serif !important;
}
#language_change input[type='submit'] {
  padding: 4px 14px;
  font-size: 12px;
}
#cart {
  width: 100%;
  float: left;
}
#cart span {
  float: right;
  background-color: #70768c;
  color: #fff;
  padding: 4px 5px 5px 5px;
  font-weight: bold;
  margin-top: -3px;
  margin-right: -11px;
  margin-left: 5px;
  font-size: 14px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#profile {
  width: 800px;
  background-color: #fff;
  height: 500px;
  border: 1px #ddd solid;
}
#profile .side-tab {
  background-color: #eeeeee;
  height: 100%;
}
#profile .nav-sidebar {
  position: absolute;
  top: 10%;
  width: 100%;
}
#profile .nav-sidebar li {
  text-align: center;
}
#profile .nav-sidebar li.active {
  background-color: #fff;
}
#profile .nav-sidebar .nav > li {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
#profile .nav-sidebar .nav > li > a {
  color: #777777;
  opacity: 0.7;
  font-weight: 600;
}
#profile .nav-sidebar .nav > li > a:hover,
#profile .nav-sidebar .nav > li > a:focus {
  background-color: #fff;
}
#profile .tab-content {
  padding: 40px 5px 5px 40px;
}
#profile .tab-content h4 {
  color: #f15a22;
}
#profile .tab-content h4 a {
  color: #f15a22;
  text-transform: uppercase;
}
#profile .tab-content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
#profile .tab-content ul li {
  margin-top: 10px;
}
#profile .tab-content ul li:last-child {
  margin-bottom: 20px;
}
#profile_order {
  width: 100% !important;
  background-color: #eeeeee;
  border: 1px #ddd solid;
}
#profile_order .nav-sidebar {
  position: relative;
  width: 100%;
  float: left;
}
@media (min-width: 769px) {
  #profile_order .nav-sidebar {
    margin-top: 30%;
  }
}
#profile_order .nav-sidebar li {
  text-align: center;
}
#profile_order .nav-sidebar li.active {
  background-color: #fff;
}
#profile_order .nav-sidebar .nav > li {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
#profile_order .nav-sidebar .nav > li > a {
  color: #777777;
  opacity: 0.7;
  font-weight: 600;
}
#profile_order .nav-sidebar .nav > li > a:hover,
#profile_order .nav-sidebar .nav > li > a:focus {
  background-color: #fff;
}
#profile_order .nav-sidebar ul.nav.nav-pills li {
  float: right;
  width: 100%;
}
#profile_order .nav-sidebar ul.nav.nav-pills li > a {
  padding: 5px;
  font-size: 12px;
}
#profile_order .tab-content {
  margin: 10px 10px;
  padding-right: 15px;
  width: 100%;
  float: left;
  background-color: #fff;
}
#profile_order .tab-content h4 {
  color: #f15a22;
}
#profile_order .tab-content h4 a {
  color: #f15a22;
  text-transform: uppercase;
}
#profile_order .tab-content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
#profile_order .tab-content ul li {
  margin-top: 10px;
}
#profile_order .tab-content ul li:last-child {
  margin-bottom: 20px;
}
#profile_order .tab-content #tab3 > .tab-content {
  overflow-x: scroll;
}
#profile_order #tab-content {
  background: #fff;
}
#profile_order #tab-content .fa {
  color: #f15a22;
}
@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
}
@media (max-width: 767px) {
  #profile {
    width: 100%;
    height: auto;
  }
  #profile .nav-sidebar {
    position: static;
  }
}
.selectStyle {
  position: relative;
  float: left;
  background-color: #fff;
  opacity: 0.6;
  border-radius: 4px;
}
.selectStyle select {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url('../images/sum.png') no-repeat;
  /*Adds background-image*/
  background-position: 145px 12px;
  /*Position of the background-image*/
  width: 80px;
  /*Width of select dropdown to give space for arrow image*/
  height: 30px;
  /*fix for mac input height*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  cursor: pointer;
  /*My custom style for fonts*/
  font-size: 16px;
  line-height: 1;
  padding: 6px 12px 6px 8px;
}
.calendar-icon {
  float: left;
  width: 34px;
  height: 34px;
  margin: 0 0;
}
.calendar-icon i {
  font-size: 20px;
  color: #f15a22;
  margin-top: 5px;
  cursor: pointer;
}
.search-icon {
  float: left;
  margin: 0 10px;
}
.search-icon span {
  margin-top: 5px;
  font-size: 20px;
  color: #f15a22;
  cursor: pointer;
}
.hidden-search {
  left: 0;
  float: left;
  width: 50%;
}
.hidden-search input[type='text'] {
  border: none;
  background-color: transparent;
  width: 100%;
}
@media (max-width: 1366px) {
  .hidden-search input[type='text'] {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .hidden-search input[type='text'] {
    width: 400px;
  }
}
#main {
  position: relative;
  float: left;
  width: 100%;
}
.jumbotron p {
  margin: 0;
}
.calendar-menu {
  position: absolute;
  z-index: 10;
  border: 1px solid #ddd;
  right: 14%;
  top: 41px;
  display: none;
}
@media (max-width: 991px) {
  .calendar-menu {
    right: -1%;
    top: 0;
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar-form {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 5px;
  }
  .search-icon {
    float: right !important;
  }
  .calendar-icon {
    float: right !important;
  }
  .calendar-menu {
    right: 21%;
    top: 0;
    display: none;
  }
  .selectStyle {
    float: right !important;
  }
  .selectStyle select {
    width: auto !important;
  }
}
#contact-container {
  margin-bottom: 10px;
}
.contact-map {
  float: left;
  border: 1px solid;
  padding: 5px;
  background-color: #fff;
}
.contact-info {
  float: left;
}
.contact-info h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 21px;
}
.contact-info .address {
  float: left;
  width: 100%;
  font-size: 17px;
  margin-top: 10px;
}
.contact-info .contact-icon {
  float: left;
  width: 10%;
}
.contact-info .contact-icon .fa.fa-envelope-o {
  font-size: 15px;
}
.contact-info .contact-text {
  float: left;
  width: 90%;
}
.contact-form {
  float: left;
  width: 100%;
  border: 1px solid;
  background-color: #fff;
  padding: 20px;
}
.contact-form h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.contact-form span {
  background-color: #ddd;
}
.contact-form span label {
  margin: 0;
}
.contact-form #addon-envolope {
  font-size: 14px;
  padding: 6px 7px;
}
.contact-form #addon-phone {
  padding: 6px 10px;
  font-size: 18px;
}
.contact-form ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #c2c2c2;
}
.contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: #c2c2c2;
}
.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c2c2c2;
}
.contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #c2c2c2;
}
.contact-form ::-ms-input-placeholder {
  /* Edge */
  color: #c2c2c2;
}
.contact-form :placeholder-shown {
  /* Standard one last! */
  color: #c2c2c2;
}
.contact-form .input-group .form-control {
  z-index: 0;
}
#sitemap ul {
  padding-left: 100px;
  list-style: none;
}
#sitemap ul li {
  margin: 20px 0;
}
#sitemap ul li a {
  color: #707278;
  font-size: 14px;
}
#sitemap ul li i {
  font-size: 22px;
  color: #f15a22;
}
#sitemap ul li ul {
  padding-left: 15px;
}
#sitemap ul li ul.open-list {
  display: none;
}
#sitemap ul li .fa:before {
  color: #f15a22;
  font-size: 18px;
}
.widget-title {
  color: #3f4043;
}
.widget-titleh4 {
  font-weight: bold;
}
.order-content {
  margin-top: 15px;
}
.order-content span {
  font-size: 40px;
  float: left;
  width: 100%;
  color: #f15a22;
}
.order-content .alert {
  float: left;
  width: 100%;
}
.order-content h4 {
  margin: 15px 10px;
  color: #3f4043;
  text-align: left;
}
.order-content .face {
  float: left;
  width: 10%;
  text-align: center;
}
.order-content .order_error {
  float: left;
  width: 90%;
}
.ticket-post-body h4 {
  font-weight: bold;
  font-size: 14px;
  color: black;
}
.ticket-post-body img {
  max-width: 100%;
  height: 100% !important;
}
.releaseMe {
  width: 100%;
}
#loadingDiv {
  margin: 20px auto;
  float: left;
  width: 100%;
  text-align: center;
}
.grid {
  margin-left: -16px;
}
#scroll-height .slimScrollDiv {
  max-height: 545px !important;
}
.timeuntil {
  position: absolute;
  bottom: 10%;
  left: 30%;
}
.timeuntil p {
  text-align: center;
  background-color: rgba(235, 81, 0, 0.498039);
  color: #fff;
  font-size: 24px;
}
.event-hour {
  color: #f15a22;
}
#mini-clndr {
  font-family: Asap, Helvetica, Arial;
  margin: 0 auto;
  width: 294px;
}
#mini-clndr .clndr {
  overflow: hidden;
  border-bottom: 7px solid #f15a22;
}
#mini-clndr .clndr .controls {
  background-color: #f15a22;
  color: #fff;
}
#mini-clndr .clndr .controls .clndr-previous-button,
#mini-clndr .clndr .controls .clndr-next-button {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: background-color 0.5s;
}
#mini-clndr .clndr .controls .month {
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
#mini-clndr .clndr .days-container {
  position: relative;
  width: 294px;
  height: 225px;
  display: inline-block;
}
#mini-clndr .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 294px;
  height: 230px;
  transition: left 0.5s;
  background-color: #ebebeb;
}
#mini-clndr .clndr .days-container .days .headers {
  background-color: #f6906a;
  padding-top: 5px;
  padding-bottom: 5px;
}
#mini-clndr .clndr .days-container .days .headers .day-header {
  width: 42px;
  display: inline-block;
  text-align: center;
  color: #fff;
}
#mini-clndr .clndr .days-container .days .day,
#mini-clndr .clndr .days-container .days .empty {
  width: 42px;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-align: center;
  color: #212121;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#mini-clndr .clndr .days-container .days .day.adjacent-month,
#mini-clndr .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}
#mini-clndr .clndr .days-container .days .day.event,
#mini-clndr .clndr .days-container .days .empty.event {
  background-color: #d2d2d2;
  transition: background-color 0.5s;
  cursor: pointer;
}
#mini-clndr .clndr .days-container .days .today {
  background-color: #f15a22;
}
#mini-clndr .clndr .days-container .days .past {
  color: rgba(0, 0, 0, 0.3) !important;
}
#mini-clndr .clndr .days-container .events {
  position: absolute;
  left: 294px;
  width: 294px;
  height: 230px;
  transition: left 0.5s;
  background-color: #ebebeb;
}
#mini-clndr .clndr .days-container .events .headers {
  position: relative;
}
#mini-clndr .clndr .days-container .events .x-button {
  position: absolute;
  font-size: 80%;
  top: 7px;
  left: 20px;
  color: #fff;
  cursor: pointer;
  transition: color 0.25s;
}
#mini-clndr .clndr .days-container .events .event-header {
  width: 100%;
  background-color: #f6906a;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #fff;
}
#mini-clndr .clndr .days-container .events .events-list {
  overflow: scroll;
  height: 205px;
}
#mini-clndr .clndr .days-container .events .events-list .event {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: background-color 0.25s;
}
#mini-clndr .clndr .days-container .events .events-list .event a {
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: transparent;
  color: #212121;
  text-decoration: none;
  transition: color 0.25s;
}
#mini-clndr .clndr .show-events .days {
  left: -294px;
}
#mini-clndr .clndr .show-events .events {
  left: 0;
}
#big-clndr {
  font-family: Asap, Helvetica, Arial;
  margin: 10px auto;
  width: 100%;
}
#big-clndr .clndr {
  overflow: hidden;
  border-bottom: 7px solid #f15a22;
}
#big-clndr .clndr .controls {
  background-color: #f15a22;
  color: #fff;
}
#big-clndr .clndr .controls .clndr-previous-button,
#big-clndr .clndr .controls .clndr-next-button {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: background-color 0.5s;
}
#big-clndr .clndr .controls .month {
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
#big-clndr .clndr .days-container {
  position: relative;
  width: 100%;
  height: 230px;
  display: inline-block;
}
#big-clndr .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 100%;
  height: 360px;
  transition: left 0.5s;
  background-color: #ebebeb;
}
#big-clndr .clndr .days-container .days .headers {
  background-color: #f6906a;
  padding-top: 5px;
  padding-bottom: 5px;
}
#big-clndr .clndr .days-container .days .headers .day-header {
  width: 14.2%;
  display: inline-block;
  text-align: center;
  color: #fff;
}
#big-clndr .clndr .days-container .days .day,
#big-clndr .clndr .days-container .days .empty {
  width: 14.2%;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-align: center;
  color: #212121;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#big-clndr .clndr .days-container .days .day.adjacent-month,
#big-clndr .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}
#big-clndr .clndr .days-container .days .day.event,
#big-clndr .clndr .days-container .days .empty.event {
  background-color: #d2d2d2;
  transition: background-color 0.5s;
  cursor: pointer;
}
#big-clndr .clndr .days-container .days .today {
  background-color: #f15a22;
}
#big-clndr .clndr .days-container .days .past {
  color: rgba(0, 0, 0, 0.3) !important;
}
#big-clndr .clndr .days-container .events {
  position: absolute;
  left: 100%;
  width: 100%;
  height: 360px;
  transition: left 0.5s;
  background-color: #ebebeb;
}
#big-clndr .clndr .days-container .events .headers {
  position: relative;
}
#big-clndr .clndr .days-container .events .x-button {
  position: absolute;
  font-size: 80%;
  top: 7px;
  left: 20px;
  color: #fff;
  cursor: pointer;
  transition: color 0.25s;
}
#big-clndr .clndr .days-container .events .event-header {
  width: 100%;
  background-color: #f6906a;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #fff;
}
#big-clndr .clndr .days-container .events .events-list {
  overflow: scroll;
  height: 185px;
}
#big-clndr .clndr .days-container .events .events-list .event {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: background-color 0.25s;
}
#big-clndr .clndr .days-container .events .events-list .event a {
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: transparent;
  color: #212121;
  text-decoration: none;
  transition: color 0.25s;
}
#big-clndr .clndr .show-events .days {
  left: -100%;
}
#big-clndr .clndr .show-events .events {
  left: 0;
}
.fb-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 40px;
  line-height: 14px;
  font-size: 14px;
  padding-top: 40px;
  text-align: center;
  text-transform: uppercase;
  background: url(../images/fb-chat.png) no-repeat top center;
  background-size: 40px auto;
  font-family: 'Roboto Condensed', sans-serif;
  transition: all 0.3s;
}
.fb-chat span {
  display: none;
}
.alert {
  text-align: center;
}
span.unverified {
  color: #DA9090;
}
span.primary {
  font-weight: bold;
  color: #f15a22;
}
span.verified {
  color: green;
}
.intl-tel-input {
  height: 100%;
}
.intl-tel-input > input {
  height: 100%;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* [+] col-xxs- */
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
}
/* [+] hidden-xxs */
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
/* [+] visible-xxs and visible-xxs- */
.visible-xxs {
  display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
  .visible-xxs-block {
    display: block !important;
  }
  .visible-xxs-inline {
    display: inline !important;
  }
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .list-img img {
    width: 100%;
    height: auto;
  }
}
.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate3d(0, -25%, 0);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  max-width: 450px;
  margin: 10px auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #333;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-header {
  padding: 14px;
  min-height: 15.42857143px;
  background-position: center center;
  background: url('../images/tolgoi_background.png');
  height: 70px;
  position: relative;
}
.modal-header img {
  position: absolute;
  top: 0;
  left: 17%;
  max-width: 100%;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  position: relative;
  text-align: center;
  color: #f15a22;
  text-transform: uppercase;
  font-weight: bold;
  top: 25px;
  font-size: 23px;
  width: 100%;
  float: left;
}
.modal-body {
  position: relative;
  padding: 15px;
  margin-top: 20px;
}
.modal-body #sign-up {
  width: 90%;
  margin: 20px auto;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #fff;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 450px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (max-width: 400px) {
  .modal-title {
    font-size: 16px !important;
    top: 20px !important;
  }
}
/*primary nav*/
.navbar-pos {
  height: 85px;
  background-position: center center;
  background: url('../images/tolgoi_background.png');
  margin-bottom: 0;
}
.navbar-pos ul {
  margin-top: 30px;
}
.navbar-pos ul.navbar-right > li {
  margin-left: 10px;
  width: 30%;
}
.navbar-pos .logo {
  width: 33.33333%;
}
.navbar-pos .logo img {
  margin-top: -1px;
}
.navbar-header {
  position: relative;
}
.navbar-header > .btn {
  position: absolute;
  font-size: 1.3em;
  padding: 9px 16px;
  line-height: 30px;
  left: 0;
}
.navbar-header .navbar-brand + .btn {
  right: 0;
  top: 0;
  left: auto;
}
.navbar-header-pos {
  margin: 0 auto !important;
  width: 100%;
  text-align: center;
  margin: auto;
  height: 40px;
}
.navbar-brand {
  float: none;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  display: inline-block;
  padding: 0 15px;
  font-weight: bold;
  width: 80%;
}
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand img {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
}
.navbar-brand-pos {
  float: none;
  text-align: center;
  font-size: 20px;
  line-height: 105px;
  display: inline-block;
  padding: 0 0px;
  height: 105px;
  font-weight: bold;
  z-index: 9999;
}
.navbar-brand-pos:hover {
  text-decoration: none;
}
.navbar-brand-pos img {
  max-height: 110px;
  width: 259px;
  vertical-align: middle;
  display: inline-block;
}
.bg-light .nav-primary {
  border-bottom: 1px solid #e9e9e9;
}
.nav-primary li {
  line-height: 1.5;
  margin-left: 10px;
  float: left;
}
.nav-primary li:first-child {
  margin-left: 0px;
}
.nav-primary li > a > i {
  margin: -3px 0px 0px -10px;
  line-height: 22px;
  width: 23px;
  background-color: #ebebeb;
  float: left;
  margin-right: 10px;
  font-size: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px 0 0px 4px ;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 2px 0;
}
.nav-primary li > a > i.fa-mobile {
  font-size: 16px;
}
.nav-primary li > a > i:before {
  position: relative;
  z-index: 2;
}
.nav-primary li > a > i > b {
  position: absolute;
  left: -84px;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: left 0.25s;
}
.nav-primary ul.nav > li .long {
  width: 350px;
}
.nav-primary ul.nav > li > a {
  padding: 2px 10px;
  position: relative;
  font-size: 12px;
  border-top: 1px solid transparent;
  border-color: rgba(255, 255, 255, 0.05);
  transition: color 0.3s ease-in-out 0s;
}
.no-borders .nav-primary ul.nav > li > a {
  border-width: 0 !important;
}
.nav-primary ul.nav > li > a > .badge {
  font-size: 11px;
  padding: 3px 6px;
  margin-top: 2px;
}
.bg-light .nav-primary ul.nav > li > a {
  color: #707278 !important;
  border-color: #ececec;
}
.bg-light .nav-primary ul.nav > li > a > i {
  color: #a4a5aa;
  border-right: 1px solid #ececec;
}
.nav-primary ul.nav > li > a.active .text {
  display: none;
}
.nav-primary ul.nav > li > a.active .text-active {
  display: inline-block !important;
}
.nav-primary ul.nav > li:hover > a,
.nav-primary ul.nav > li:focus > a,
.nav-primary ul.nav > li > a:hover,
.nav-primary ul.nav > li > a:focus,
.nav-primary ul.nav > li > a:active,
.nav-primary ul.nav > li.active > a {
  color: #fff;
  text-shadow: none;
}
.nav-primary ul.nav > li:hover > a > i.icon,
.nav-primary ul.nav > li:focus > a > i.icon,
.nav-primary ul.nav > li > a:hover > i.icon,
.nav-primary ul.nav > li > a:focus > i.icon,
.nav-primary ul.nav > li > a:active > i.icon,
.nav-primary ul.nav > li.active > a > i.icon {
  color: #fff;
}
.nav-primary ul.nav > li:hover > a > i > b,
.nav-primary ul.nav > li:focus > a > i > b,
.nav-primary ul.nav > li > a:hover > i > b,
.nav-primary ul.nav > li > a:focus > i > b,
.nav-primary ul.nav > li > a:active > i > b,
.nav-primary ul.nav > li.active > a > i > b {
  left: 0 !important;
}
.nav-primary ul.nav > li li a {
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
}
.nav-primary ul.nav > li.active > ul {
  display: block;
}
.nav-primary ul.nav ul {
  display: none;
}
@media (min-width: 768px) {
  .navbar-collapse {
    padding: 0;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
  .visible-nav-xs {
    display: none;
  }
  .nav-xs {
    width: 60px;
  }
  .nav-xs .slimScrollDiv,
  .nav-xs .slim-scroll {
    overflow: visible !important;
  }
  .nav-xs .slimScrollBar,
  .nav-xs .slimScrollRail {
    display: none !important;
  }
  .nav-xs .scrollable {
    overflow: visible;
  }
  .nav-xs .nav-primary > ul > li > a {
    position: relative;
    padding: 0;
    font-size: 11px;
    text-align: center;
    height: 60px;
    overflow-y: hidden;
    border: none;
  }
  .nav-xs .nav-primary > ul > li > a span {
    color: #fff !important;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    position: relative;
    z-index: 2;
  }
  .nav-xs .nav-primary > ul > li > a span.pull-right {
    display: none !important;
  }
  .nav-xs .nav-primary > ul > li > a i {
    width: auto;
    float: none;
    display: block;
    font-size: 19px;
    margin: 0;
    line-height: 60px;
    border: none !important;
    color: #fff !important;
    overflow: visible;
    transition: margin-top 0.2s;
  }
  .nav-xs .nav-primary > ul > li > a i b {
    left: 0 !important;
    transition: top 0.2s;
  }
  .nav-xs .nav-primary > ul > li > a .badge {
    position: absolute;
    right: 6px;
    top: 4px;
    z-index: 3;
  }
  .nav-xs .nav-primary > ul > li:hover > a i,
  .nav-xs .nav-primary > ul > li:focus > a i,
  .nav-xs .nav-primary > ul > li:active > a i,
  .nav-xs .nav-primary > ul > li.active > a i {
    margin-top: -60px;
  }
  .nav-xs .nav-primary > ul > li:hover > a i b,
  .nav-xs .nav-primary > ul > li:focus > a i b,
  .nav-xs .nav-primary > ul > li:active > a i b,
  .nav-xs .nav-primary > ul > li.active > a i b {
    height: 60px;
    top: 60px;
  }
  .nav-xs .nav-primary > ul ul {
    display: none !important;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1050;
    width: 220px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
  }
  .nav-xs .nav-primary li:hover > ul,
  .nav-xs .nav-primary li:focus > ul,
  .nav-xs .nav-primary li:active > ul {
    display: block !important;
  }
  .nav-xs.nav-xs-right .nav-primary > ul ul {
    left: auto;
    right: 100%;
  }
  .nav-xs > .vbox > .header,
  .nav-xs > .vbox > .footer {
    padding: 0 15px;
  }
  .nav-xs .hidden-nav-xs {
    display: none;
  }
  .nav-xs .visible-nav-xs {
    display: inherit;
  }
  .nav-xs .nav-user {
    padding: 12px 0;
  }
  .nav-xs .nav-user .avatar {
    float: none !important;
    margin-right: 0;
  }
  .nav-xs .nav-user .dropdown > a {
    display: block;
    text-align: center;
  }
  .nav-xs .navbar-header {
    float: none;
  }
  .nav-xs .navbar-brand {
    display: block;
    padding: 0;
  }
  .nav-xs .navbar-brand img {
    margin-right: 0;
  }
  .nav-xs .navbar {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
  }
  .navbar-fixed-top-xs {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1100;
  }
  .navbar-fixed-top-xs + * {
    padding-top: 50px;
  }
  /* .off screen nav from left or right*/
  html,
  body {
    /* min-height: 100%;
     */
     /* overflow-x: hidden; */
  }
  .open,
  .open body {
    height: 100%;
  }
  .nav-primary .dropdown-menu {
    position: relative;
    float: none;
    left: 0;
    margin-left: 0;
    padding: 0;
  }
  .nav-primary .dropdown-menu a {
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
  .nav-primary .dropdown-menu li:last-child a {
    border-bottom: none;
  }
  .navbar-header {
    text-align: center;
  }
  .nav-user {
    margin: 0;
    padding: 15px;
  }
  .nav-user.open {
    display: inherit !important;
  }
  .nav-user .dropdown-menu {
    display: block;
    position: static;
    float: none;
  }
  .nav-user .dropdown > a {
    display: block;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .nav-user .avatar {
    width: 160px !important;
    float: none !important;
    display: block;
    margin: 20px auto;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
  }
  .nav-user .avatar:before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
    border: 4px solid #fff;
    border-radius: 500px;
  }
  .nav-off-screen {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 75%;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-off-screen .nav-primary {
    display: block !important;
  }
  .nav-off-screen .navbar-fixed-top-xs {
    width: 75%;
  }
  .nav-off-screen.push-right .navbar-fixed-top-xs {
    left: 25%;
  }
  .nav-off-screen.push-right {
    left: auto;
    right: 0;
  }
  .nav-off-screen.push-right + * {
    transform: translate3d(-75%, 0px, 0px);
  }
  .nav-off-screen + * {
    background-color: #f7f7f7;
    transition: transform 0.2s ease-in-out;
    transition-delay: 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(75%, 0px, 0px);
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .nav-off-screen + * .nav-off-screen-block {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1950;
  }
  .navbar + section .nav-off-screen {
    top: 50px;
  }
  .navbar + section .nav-off-screen + * {
    top: 50px;
  }
  .slimScrollDiv,
  .slim-scroll {
    overflow: visible !important;
    height: auto !important;
  }
  .slimScrollBar,
  .slimScrollRail {
    display: none !important;
  }
}
.header-right {
  float: right;
}
.header-right .headermenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-right .headermenu > li {
  display: inline-block;
  float: left;
  position: relative;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}
@media (max-width: 1200px) {
  .navbar-purple .nav li > a {
    font-size: 13px !important;
  }
  #searchForm {
    display: none;
  }
}
ul.navbar-nav > li.long {
  width: 300px;
}
.navbar-map {
  height: 50px;
}
.navbar-map .navbar-brand-pos {
  width: 120px;
}
.navbar-map .navbar-brand-pos img {
  width: 90px;
  margin-top: -40px;
}
.navbar-map .m-t-lgh {
  margin-top: 9px;
}
#header {
  z-index: 99999;
}
.navbar-purple {
  height: 43px;
  min-height: 43px;
  background-image: url('../images/menu_bg.png');
  border-radius: 0;
  margin-bottom: 18px;
}
.navbar-purple .nav li > a {
  line-height: 12px;
  text-transform: uppercase;
  color: #555555;
  font-size: 18px;
  font-weight: lighter;
}
.navbar-purple .nav li a:hover,
.navbar-purple .nav li a:focus,
.navbar-purple .nav li a:active {
  background-color: transparent;
  color: #f15a22;
}
.navbar-purple .nav li.active > a {
  color: #f15a22;
}
.navbar-purple .open > a {
  color: #f15a22 !important;
  background-color: transparent;
}
.navbar-purple .open {
  z-index: 1;
}
.navbar-purple .open .dropdown-menu {
  display: block;
  opacity: 0.9;
  background-color: #f1f1f1;
}
.navbar-purple .open .dropdown-menu li {
  margin: 10px 0;
}
.navbar-purple .open .dropdown-menu li > a {
  color: #646a7e;
  font-size: 14px;
  font-weight: bold;
}
.navbar-purple .open .dropdown-menu li > a:hover {
  color: #f15a22;
  background-color: transparent;
}
.navbar-toggle .icon-bar {
  background-color: #f15a22;
}
.logo {
  float: left;
  text-align: center;
}
.logo a {
  float: left;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .logo {
    width: 45%;
  }
}
@media (min-width: 995px) {
  .navbar-purple .nav li:first-child a {
    padding-left: 0;
  }
  .nav-primary li:first-child {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .logo {
    width: 34%;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
    background-color: #D0D2D4;
    z-index: 10;
  }
  .navbar-nav {
    float: none!important;
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
    z-index: 10;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px !important;
  }
  .collapsing {
    overflow: hidden!important;
  }
  .nav-primary ul.nav > li > a {
    top: 0 !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
  }
  #topMenu {
    position: absolute;
    top: 15%;
    right: 19%;
  }
}
.dropdown-container {
  width: 650px;
  border: 1px #f15a22 solid;
}
.affix {
  top: 0;
  z-index: 100;
  width: 100%;
}
#hidden-btns ul {
  list-style: none;
  float: left;
  width: 100%;
}
#hidden-btns ul li {
  float: left;
  margin-left: 5px;
}
#hidden-btns ul li a {
  font-size: 12px;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
    margin-top: 5px;
  }
  .navbar-nav > li > a {
    padding: 10px 0;
  }
  .collapse.in {
    display: block !important;
  }
}
.navbar-toggle .icon-bar-white {
  background-color: #fff !important;
}
.sm-logo {
  float: left;
  width: 50%;
}
#hidden-logo {
  z-index: 1;
}
#helper-collapse {
  margin-top: 85px;
}
#navbar2 .navbar-header {
  float: none;
}
#navbar2 .navbar-toggle {
  display: block;
}
#navbar2 .navbar-nav {
  float: none !important;
  margin: 7.5px -15px;
}
#navbar2 .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
#navbar2 .navbar-form {
  float: none !important;
  padding: 0;
}
#navbar2 .navbar-nav > li {
  float: none;
}
/* Reposition elements affected by the sliding menu */
#wrapper {
  position: relative;
  right: 0;
  transition: right 0.35s ease;
}
#navbar2 .navbar-collapse {
  position: fixed;
  top: 0;
  right: -30%;
  display: block;
  width: 48%;
  height: 100% !important;
  /*max-height: 100%;*/
  margin: 0;
  background-color: #f8f8f8;
  transition: right 0.35s ease;
}
#navbar2 .navbar-collapse.collapsing {
  transition: right 0.35s ease;
}
#navbar2 .navbar-collapse.in {
  right: 0;
}
body.menu-slider.in {
  overflow: hidden;
}
body.menu-slider #wrapper {
  transition: right 0.35s ease;
}
@media (max-width: 992px) {
  body.menu-slider.in #wrapper {
    right: 50%;
  }
}
#topMenu ul {
  list-style: none;
  padding-left: 0;
}
#topMenu ul li {
  height: 26px;
  overflow: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#topMenu ul li a {
  padding: 2px 10px;
  position: relative;
  font-size: 12px;
  border-top: 1px solid transparent;
  border-color: rgba(255, 255, 255, 0.05);
  transition: color 0.3s ease-in-out 0s;
  line-height: 20px;
}
#topMenu .right-cc {
  float: right;
  width: 100%;
}
#topMenu .right-cc li {
  min-width: 100px;
  float: right;
  margin-right: 5px;
}
#topMenu .right-cc li a {
  padding: 2px 10px 0 10px;
  position: relative;
  font-size: 12px;
  border-top: 1px solid transparent;
  border-color: rgba(255, 255, 255, 0.05);
  transition: color 0.3s ease-in-out 0s;
  width: 100%;
}
#topMenu .right-cc li:first-child {
  margin-right: 0;
}
#topMenu .z-top {
  z-index: 1039 !important;
}
#topMenu .z-top a {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: -1px;
}
#topMenu .dropdown {
  overflow: visible;
}
#topMenu .dropdown .dropdown-menu {
  margin-top: 5px;
  padding: 0 !important;
  left: auto;
  right: 0;
  min-width: 125px !important;
}
#topMenu .dropdown .dropdown-menu li {
  margin: 0;
  float: left !important;
  width: 100%;
}
#user-down i {
  float: right;
  margin-right: -10px;
}
.arrow {
  border-width: 8px;
  z-index: 10;
}
.arrow,
.arrow:after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.arrow:after {
  border-width: 7px;
  content: "";
}
.arrow.top {
  left: 50%;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #eee;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  top: -8px;
}
.arrow.top:after {
  content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.arrow.right {
  right: 0;
  border-right-width: 0;
}
.arrow.right:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -7px;
}
.arrow.bottom {
  left: 50%;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: #eee;
  border-top-color: rgba(0, 0, 0, 0.1);
  bottom: -8px;
}
.arrow.bottom:after {
  content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.arrow.left {
  left: 0;
  border-left-width: 0;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.arrow.left:after {
  content: " ";
  left: 1px;
  border-left-width: 0;
  border-right-color: #fff;
  bottom: -7px;
}
.btn-link {
  color: #707278;
}
.btn-link.active {
  webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #707278 !important;
  background-color: #fff;
  border-color: #dadada;
  border-bottom-color: #ccc;
  box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #707278 !important;
  background-color: #f2f2f2;
  border-color: #c6c6c6;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #dadada;
}
.btn-default.btn-bg {
  border-color: rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.btn-primary {
  color: #fff !important;
  background-color: #f15a22;
  border-color: #f15a22;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #eb4a0f;
  border-color: #dc460e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f15a22;
  border-color: #f15a22;
}
.btn-gray {
  color: #373a45 !important;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: #373a45 !important;
  background-color: #dedede;
  border-color: #d6d6d6;
}
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.btn-success {
  color: #fff !important;
  background-color: #8ec165;
  border-color: #8ec165;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff !important;
  background-color: #81ba53;
  border-color: #79b549;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #8ec165;
  border-color: #8ec165;
}
.btn-info {
  color: #fff !important;
  background-color: #4cc0c1;
  border-color: #4cc0c1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff !important;
  background-color: #3fb4b5;
  border-color: #3ba9a9;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #4cc0c1;
  border-color: #4cc0c1;
}
.btn-warning {
  color: #fff !important;
  background-color: #ffc333;
  border-color: #ffc333;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff !important;
  background-color: #ffbb19;
  border-color: #ffb70a;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffc333;
  border-color: #ffc333;
}
.btn-danger {
  color: #fff !important;
  background-color: #fb6b5b;
  border-color: #fb6b5b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff !important;
  background-color: #fa5542;
  border-color: #fa4733;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #fb6b5b;
  border-color: #fb6b5b;
}
.btn-dark {
  color: #fff !important;
  background-color: #2e3e4e;
  border-color: #2e3e4e;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #fff !important;
  background-color: #25313e;
  border-color: #1f2a34;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #2e3e4e;
  border-color: #2e3e4e;
}
.btn-twitter {
  color: #fff !important;
  background-color: #00c7f7;
  border-color: #00c7f7;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff !important;
  background-color: #00b2de;
  border-color: #00a6ce;
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #00c7f7;
  border-color: #00c7f7;
}
.btn-facebook {
  color: #fff !important;
  background-color: #335397;
  border-color: #335397;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff !important;
  background-color: #2d4984;
  border-color: #294279;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #335397;
  border-color: #335397;
}
.btn-gplus {
  color: #fff !important;
  background-color: #dd4a38;
  border-color: #dd4a38;
}
.btn-gplus:hover,
.btn-gplus:focus,
.btn-gplus:active,
.btn-gplus.active,
.open .dropdown-toggle.btn-gplus {
  color: #fff !important;
  background-color: #d73825;
  border-color: #ca3522;
}
.btn-gplus:active,
.btn-gplus.active,
.open .dropdown-toggle.btn-gplus {
  background-image: none;
}
.btn-gplus.disabled,
.btn-gplus[disabled],
fieldset[disabled] .btn-gplus,
.btn-gplus.disabled:hover,
.btn-gplus[disabled]:hover,
fieldset[disabled] .btn-gplus:hover,
.btn-gplus.disabled:focus,
.btn-gplus[disabled]:focus,
fieldset[disabled] .btn-gplus:focus,
.btn-gplus.disabled:active,
.btn-gplus[disabled]:active,
fieldset[disabled] .btn-gplus:active,
.btn-gplus.disabled.active,
.btn-gplus[disabled].active,
fieldset[disabled] .btn-gplus.active {
  background-color: #dd4a38;
  border-color: #dd4a38;
}
.btn {
  font-weight: 500;
  border-radius: 4px;
}
.btn-icon {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
  text-align: center;
}
.btn-icon.btn-sm {
  width: 30px;
}
.btn-icon.btn-lg {
  width: 45px;
}
.text-active,
.active > .text {
  display: none !important;
}
.active > .text-active {
  display: inline-block !important;
}
.btn-group-justified {
  border-collapse: separate;
}
.btn-rounded {
  border-radius: 50px;
}
.btn > i.pull-left,
.btn > i.pull-right {
  line-height: 1.428571429;
}
.btn-block {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
}
.btn-small {
  vertical-align: middle !important;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
  padding: 2px 10px;
}
.btn-arrow-right,
.btn-arrow-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
.btn-arrow-right {
  padding-left: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before {
  /* make two squares (before and after), looking similar to the button */
  content: "";
  position: absolute;
  top: 3px;
  /* move it down because of rounded corners */
  width: 16px;
  /* same as height */
  height: 16px;
  /* button_outer_height / sqrt(2) */
  background: inherit;
  /* use parent background */
  border: inherit;
  /* use parent border */
  border-left-color: transparent;
  /* hide left border */
  border-bottom-color: transparent;
  /* hide bottom border */
  border-radius: 0px 4px 0px 0px;
  /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
  transform: rotate(45deg);
  /* rotate right arrow squares 45 deg to point right */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
  transform: rotate(225deg);
  /* rotate left arrow squares 225 deg to point left */
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before {
  /* align the "before" square to the left */
  left: -8px;
}
.btn-arrow-right:after,
.btn-arrow-left:after {
  /* align the "after" square to the right */
  right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before {
  /* bring arrow pointers to front */
  z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after {
  /* hide arrow tails background */
  background-color: white;
}
.chat-item:before,
.chat-item:after {
  content: " ";
  display: table;
}
.chat-item:after {
  clear: both;
}
.chat-item .arrow {
  top: 20px;
}
.chat-item .arrow.right:after {
  border-left-color: #8ec165;
}
.chat-item .chat-body {
  position: relative;
  margin-left: 45px;
  min-height: 30px;
}
.chat-item .chat-body .panel {
  margin: 0 -1px;
}
.chat-item.right .chat-body {
  margin-left: 0;
  margin-right: 45px;
}
.chat-item + .chat-item {
  margin-top: 15px;
}
.comment-list {
  position: relative;
}
.comment-list .comment-item {
  margin-top: 0;
  position: relative;
}
.comment-list .comment-item > .thumb-sm {
  width: 36px;
}
.comment-list .comment-item .arrow.left {
  top: 20px;
  left: 39px;
}
.comment-list .comment-item .comment-body {
  margin-left: 46px;
}
.comment-list .comment-item .panel-body {
  padding: 10px 15px;
}
.comment-list .comment-item .panel-heading,
.comment-list .comment-item .panel-footer {
  position: relative;
  font-size: 12px;
  background-color: #fff;
}
.comment-list .comment-reply {
  margin-left: 46px;
}
.comment-list:before {
  position: absolute;
  top: 0;
  bottom: 35px;
  left: 18px;
  width: 1px;
  background: #e0e4e8;
  content: '';
}
/*Timeline*/
.timeline {
  display: table;
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  position: relative;
  border-collapse: collapse;
}
.timeline:before {
  content: "";
  width: 6px;
  margin-left: -4px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 30px;
  background-color: #ddd;
  z-index: 0;
}
.timeline .timeline-date {
  position: absolute;
  width: 150px;
  left: -200px;
  top: 50%;
  margin-top: -9px;
  text-align: right;
}
.timeline .timeline-icon {
  position: absolute;
  left: -41px;
  top: -2px;
  top: 50%;
  margin-top: -15px;
}
.timeline .time-icon {
  width: 30px;
  height: 30px;
  line-height: 26px;
  display: inline-block !important;
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 20px;
  text-align: center;
}
.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}
.timeline-item {
  display: table-row;
}
.timeline-item:before,
.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item.alt {
  text-align: right;
}
.timeline-item.alt:before {
  display: none;
}
.timeline-item.alt .panel {
  margin-right: 25px;
  margin-left: 0;
}
.timeline-item.alt .timeline-date {
  left: auto;
  right: -200px;
  text-align: left;
}
.timeline-item.alt .timeline-icon {
  left: auto;
  right: -41px;
}
.timeline-item.active {
  display: table-caption;
  text-align: center;
}
.timeline-item.active:before {
  width: 1%;
}
.timeline-item.active .timeline-caption {
  display: inline-block;
  width: auto;
}
.timeline-item.active .timeline-caption h5 span {
  color: #fff;
}
.timeline-item.active .panel {
  margin-left: 0;
}
.timeline-item.active .timeline-date,
.timeline-item.active .timeline-icon {
  position: static;
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
}
.timeline-caption {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.timeline-caption .panel {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  text-align: left;
}
.timeline-caption h5 {
  margin: 0;
}
.timeline-caption h5 span {
  display: block;
  color: #999;
  margin-bottom: 4px;
  font-size: 12px;
}
.timeline-caption p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
.timeline-footer {
  display: table-row;
}
.timeline-footer a {
  display: table-cell;
  text-align: right;
}
.timeline-footer .time-icon {
  margin-right: -15px;
  z-index: 5;
}
#note-list .note-name,
#note-list .note-desc {
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#note-list .note-desc {
  height: 16px;
  font-size: 11px;
}
#note-list li {
  cursor: pointer;
}
#task-list .edit {
  display: none;
  float: left;
  position: relative;
  left: 0;
  top: -8px;
  border-width: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 30px 0 0;
  font-size: 13px;
  color: #fff;
}
#task-list .editing .task-name {
  display: none;
}
#task-list .editing .edit {
  display: block;
}
#task-list .checkbox {
  margin: 4px 0;
}
#task-list li {
  position: relative;
}
#task-list li .close {
  position: absolute;
  top: 13px;
  right: 15px;
}
#task-list li.done .task-name {
  text-decoration: line-through;
}
#task-detail textarea {
  height: 60px;
  font-size: 12px;
  border-radius: 0;
}
.paper {
  position: relative;
  background: linear-gradient(top, #f0f0f0 0%, white 5%) 0 0;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}
.paper:before {
  content: '';
  position: absolute;
  width: 0px;
  top: 0;
  left: 39px;
  bottom: 0;
  border-left: 1px solid #F9D3D3;
}
.paper textarea {
  border: none;
  background-color: transparent;
  height: 100%;
  padding: 30px 0 0 55px;
  line-height: 30px;
  min-height: 210px;
}
.tags .label {
  font-size: 1em;
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 3px;
}
.post-item {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.post-item .post-title {
  margin-top: 0;
}
.post-item .post-media {
  text-align: center;
}
.post-item .post-media img {
  border-radius: 3px 3px 0 0;
}
.switch {
  cursor: pointer;
  position: relative;
}
.switch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.switch input:checked + span {
  background-color: #8ec165;
}
.switch input:checked + span:after {
  left: 31px;
}
.switch span {
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #eee;
  border-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  transition: background-color 0.2s;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 26px;
  top: 1px;
  bottom: 1px;
  border-radius: 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  transition: left 0.2s;
}
.nav-docs > ul > li > a {
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}
.dropfile {
  border: 2px dashed #e0e4e8;
  text-align: center;
  min-height: 20px;
}
.dropfile.hover {
  border-color: #aac3cc;
}
.dropfile small {
  margin: 50px 0;
  display: block;
}
.portlet {
  min-height: 30px;
}
/*Charts*/
.jqstooltip {
  box-sizing: content-box;
}
.easypiechart {
  position: relative;
  text-align: center;
}
.easypiechart .h2 {
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
}
.easypiechart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easypiechart .easypie-text {
  position: absolute;
  z-index: 1;
  line-height: 1;
  font-size: 75%;
  width: 100%;
  top: 60%;
}
.easypiechart img {
  margin-top: -4px;
}
.combodate select {
  display: inline-block;
}
.doc-buttons .btn {
  margin-bottom: 5px;
}
.the-icons {
  list-style: none;
}
.fontawesome-icon-list i {
  font-size: 14px;
  width: 40px;
  margin: 0;
  display: inline-block;
  text-align: center;
}
.fontawesome-icon-list a {
  line-height: 32px;
  display: block;
  white-space: nowrap;
}
.fontawesome-icon-list a:hover i {
  font-size: 28px;
  vertical-align: middle;
}
.th-sortable {
  cursor: pointer;
}
.th-sortable .th-sort {
  float: right;
  position: relative;
}
.th-sort i {
  position: relative;
  z-index: 1;
}
.th-sort .fa-sort {
  position: absolute;
  left: 0;
  top: 3px;
  color: #bac3cc;
  z-index: 0;
}
.th-sortable.active .text {
  display: none !important;
}
.th-sortable.active .text-active {
  display: inline-block !important;
}
.sortable-placeholder {
  list-style: none;
  border: 1px dashed #CCC;
  min-height: 50px;
  margin-bottom: 5px;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/*parsely*/
.parsley-error-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 6px;
  font-size: 14px;
  color: red;
}
.parsley-error {
  border-color: #ff5f5f !important;
}
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover.active,
.datepicker td.active.active {
  background: #f15a22;
}
.wizard .badge-info {
  background-color: #4cc0c1;
}
.wizard .badge-success {
  background-color: #8ec165;
}
.wizard ul li.active {
  color: #4cc0c1;
}
#flotTip {
  padding: 3px 5px;
  background-color: #000;
  z-index: 100;
  color: #fff;
  opacity: .7;
  filter: alpha(opacity=70);
  border-radius: 4px;
}
.bg-gradient {
  background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, 0.05) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0028323c', endColorstr='#0d28323c', GradientType=0);
  filter: none;
}
.bg-light {
  background-color: #f1f1f1;
  color: #707278;
}
.bg-light.lt,
.bg-light .lt {
  background-color: #f7f7f7;
}
.bg-light.lter,
.bg-light .lter {
  background-color: #fefefe;
}
.bg-light.dk,
.bg-light .dk {
  background-color: #ebebeb;
}
.bg-light.dker,
.bg-light .dker {
  background-color: #e4e4e4;
}
.bg-light .bg {
  background-color: #f1f1f1;
}
.bg-dark {
  background-color: #2e3e4e;
  color: #9db1c5;
}
.bg-dark.lt,
.bg-dark .lt {
  background-color: #374b5e;
}
.bg-dark.lter,
.bg-dark .lter {
  background-color: #41576e;
}
.bg-dark.dk,
.bg-dark .dk {
  background-color: #25313e;
}
.bg-dark.dker,
.bg-dark .dker {
  background-color: #1b252e;
}
.bg-dark .bg {
  background-color: #2e3e4e;
}
.bg-dark a {
  color: #adbece;
}
.bg-dark a:hover {
  color: #fff;
}
.bg-dark a.list-group-item:hover,
.bg-dark a.list-group-item:focus {
  background-color: inherit;
}
.bg-dark .nav .caret {
  border-top-color: #9db1c5;
  border-bottom-color: #9db1c5;
}
.bg-dark .nav > li > a {
  color: #adbece;
}
.bg-dark .nav > li > a:hover,
.bg-dark .nav > li > a:focus {
  color: #fff;
  background-color: #25313e;
}
.bg-dark .nav > li > a:hover .caret,
.bg-dark .nav > li > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bg-dark .nav .open > a {
  background-color: #25313e;
}
.bg-dark.navbar .nav > li.active > a {
  color: #fff;
  background-color: #25313e;
}
.bg-dark .open > a,
.bg-dark .open > a:hover,
.bg-dark .open > a:focus {
  color: #fff;
}
.bg-dark .text-muted {
  color: #8da4bb !important;
}
.bg-dark .icon-muted {
  color: #4a647e !important;
}
.bg-black {
  background-color: #373a45;
  color: #a8acba;
}
.bg-black.lt,
.bg-black .lt {
  background-color: #424653;
}
.bg-black.lter,
.bg-black .lter {
  background-color: #4e5261;
}
.bg-black.dk,
.bg-black .dk {
  background-color: #2c2e37;
}
.bg-black.dker,
.bg-black .dker {
  background-color: #202229;
}
.bg-black .bg {
  background-color: #373a45;
}
.bg-black a {
  color: #b6b9c5;
}
.bg-black a:hover {
  color: #fff;
}
.bg-black a.list-group-item:hover,
.bg-black a.list-group-item:focus {
  background-color: inherit;
}
.bg-black .nav .caret {
  border-top-color: #a8acba;
  border-bottom-color: #a8acba;
}
.bg-black .nav > li > a {
  color: #b6b9c5;
}
.bg-black .nav > li > a:hover,
.bg-black .nav > li > a:focus {
  color: #fff;
  background-color: #2c2e37;
}
.bg-black .nav > li > a:hover .caret,
.bg-black .nav > li > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bg-black .nav .open > a {
  background-color: #2c2e37;
}
.bg-black.navbar .nav > li.active > a {
  color: #fff;
  background-color: #2c2e37;
}
.bg-black .open > a,
.bg-black .open > a:hover,
.bg-black .open > a:focus {
  color: #fff;
}
.bg-black .text-muted {
  color: #9a9eae !important;
}
.bg-black .icon-muted {
  color: #595e70 !important;
}
.bg-primary {
  background-color: #f15a22;
  color: #ffffff;
}
.bg-primary.lt,
.bg-primary .lt {
  background-color: #f36c3a;
}
.bg-primary.lter,
.bg-primary .lter {
  background-color: #f47e52;
}
.bg-primary.dk,
.bg-primary .dk {
  background-color: #eb4a0f;
}
.bg-primary.dker,
.bg-primary .dker {
  background-color: #d3430d;
}
.bg-primary .bg {
  background-color: #f15a22;
}
.bg-primary a {
  color: #ffffff;
}
.bg-primary a:hover {
  color: #fff;
}
.bg-primary a.list-group-item:hover,
.bg-primary a.list-group-item:focus {
  background-color: inherit;
}
.bg-primary .nav .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.bg-primary .nav > li > a {
  color: #ffffff;
}
.bg-primary .nav > li > a:hover,
.bg-primary .nav > li > a:focus {
  color: #fff;
  background-color: #eb4a0f;
}
.bg-primary .nav > li > a:hover .caret,
.bg-primary .nav > li > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bg-primary .nav .open > a {
  background-color: #eb4a0f;
}
.bg-primary.navbar .nav > li.active > a {
  color: #fff;
  background-color: #eb4a0f;
}
.bg-primary .open > a,
.bg-primary .open > a:hover,
.bg-primary .open > a:focus {
  color: #fff;
}
.bg-primary .text-muted {
  color: #ffffff !important;
}
.bg-primary .icon-muted {
  color: #ffffff !important;
}
.bg-success {
  background-color: #8ec165;
  color: #ebf4e4;
}
.bg-success.lt,
.bg-success .lt {
  background-color: #9bc877;
}
.bg-success.lter,
.bg-success .lter {
  background-color: #a9d089;
}
.bg-success.dk,
.bg-success .dk {
  background-color: #81ba53;
}
.bg-success.dker,
.bg-success .dker {
  background-color: #74ad46;
}
.bg-success .bg {
  background-color: #8ec165;
}
.bg-success a {
  color: #ffffff;
}
.bg-success a:hover {
  color: #fff;
}
.bg-success a.list-group-item:hover,
.bg-success a.list-group-item:focus {
  background-color: inherit;
}
.bg-success .nav .caret {
  border-top-color: #ebf4e4;
  border-bottom-color: #ebf4e4;
}
.bg-success .nav > li > a {
  color: #ffffff;
}
.bg-success .nav > li > a:hover,
.bg-success .nav > li > a:focus {
  color: #fff;
  background-color: #81ba53;
}
.bg-success .nav > li > a:hover .caret,
.bg-success .nav > li > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bg-success .nav .open > a {
  background-color: #81ba53;
}
.bg-success.navbar .nav > li.active > a {
  color: #fff;
  background-color: #81ba53;
}
.bg-success .open > a,
.bg-success .open > a:hover,
.bg-success .open > a:focus {
  color: #fff;
}
.bg-success .text-muted {
  color: #deedd2 !important;
}
.bg-success .icon-muted {
  color: #9bc877 !important;
}
.bg-info {
  background-color: #4cc0c1;
  color: #d1efef;
}
.bg-info.lt,
.bg-info .lt {
  background-color: #5fc7c8;
}
.bg-info.lter,
.bg-info .lter {
  background-color: #72cdce;
}
.bg-info.dk,
.bg-info .dk {
  background-color: #3fb4b5;
}
.bg-info.dker,
.bg-info .dker {
  background-color: #38a1a2;
}
.bg-info .bg {
  background-color: #4cc0c1;
}
.bg-info a {
  color: #ffffff;
}
.bg-info a:hover {
  color: #fff;
}
.bg-info a.list-group-item:hover,
.bg-info a.list-group-item:focus {
  background-color: inherit;
}
.bg-info .nav .caret {
  border-top-color: #d1efef;
  border-bottom-color: #d1efef;
}
.bg-info .nav > li > a {
  color: #ffffff;
}
.bg-info .nav > li > a:hover,
.bg-info .nav > li > a:focus {
  color: #fff;
  background-color: #3fb4b5;
}
.bg-info .nav > li > a:hover .caret,
.bg-info .nav > li > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bg-info .nav .open > a {
  background-color: #3fb4b5;
}
.bg-info.navbar .nav > li.active > a {
  color: #fff;
  background-color: #3fb4b5;
}
.bg-info .open > a,
.bg-info .open > a:hover,
.bg-info .open > a:focus {
  color: #fff;
}
.bg-info .text-muted {
  color: #bee8e8 !important;
}
.bg-info .icon-muted {
  color: #5fc7c8 !important;
}
.bg-warning {
  background-color: #ffc333;
  color: #fff8e5;
}
.bg-warning.lt,
.bg-warning .lt {
  background-color: #ffca4d;
}
.bg-warning.lter,
.bg-warning .lter {
  background-color: #ffd266;
}
.bg-warning.dk,
.bg-warning .dk {
  background-color: #ffbb19;
}
.bg-warning.dker,
.bg-warning .dker {
  background-color: #ffb400;
}
.bg-warning .bg {
  background-color: #ffc333;
}
.bg-warning a {
  color: #ffffff;
}
.bg-warning a:hover {
  color: #fff;
}
.bg-warning a.list-group-item:hover,
.bg-warning a.list-group-item:focus {
  background-color: inherit;
}
.bg-warning .nav .caret {
  border-top-color: #fff8e5;
  border-bottom-color: #fff8e5;
}
.bg-warning .nav > li > a {
  color: #ffffff;
}
.bg-warning .nav > li > a:hover,
.bg-warning .nav > li > a:focus {
  color: #fff;
  background-color: #ffbb19;
}
.bg-warning .nav > li > a:hover .caret,
.bg-warning .nav > li > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bg-warning .nav .open > a {
  background-color: #ffbb19;
}
.bg-warning.navbar .nav > li.active > a {
  color: #fff;
  background-color: #ffbb19;
}
.bg-warning .open > a,
.bg-warning .open > a:hover,
.bg-warning .open > a:focus {
  color: #fff;
}
.bg-warning .text-muted {
  color: #fff0cc !important;
}
.bg-warning .icon-muted {
  color: #ffca4d !important;
}
.bg-danger {
  background-color: #fb6b5b;
  color: #ffffff;
}
.bg-danger.lt,
.bg-danger .lt {
  background-color: #fc8174;
}
.bg-danger.lter,
.bg-danger .lter {
  background-color: #fc988d;
}
.bg-danger.dk,
.bg-danger .dk {
  background-color: #fa5542;
}
.bg-danger.dker,
.bg-danger .dker {
  background-color: #fa3e29;
}
.bg-danger .bg {
  background-color: #fb6b5b;
}
.bg-danger a {
  color: #ffffff;
}
.bg-danger a:hover {
  color: #fff;
}
.bg-danger a.list-group-item:hover,
.bg-danger a.list-group-item:focus {
  background-color: inherit;
}
.bg-danger .nav .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.bg-danger .nav > li > a {
  color: #ffffff;
}
.bg-danger .nav > li > a:hover,
.bg-danger .nav > li > a:focus {
  color: #fff;
  background-color: #fa5542;
}
.bg-danger .nav > li > a:hover .caret,
.bg-danger .nav > li > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bg-danger .nav .open > a {
  background-color: #fa5542;
}
.bg-danger.navbar .nav > li.active > a {
  color: #fff;
  background-color: #fa5542;
}
.bg-danger .open > a,
.bg-danger .open > a:hover,
.bg-danger .open > a:focus {
  color: #fff;
}
.bg-danger .text-muted {
  color: #fff2f0 !important;
}
.bg-danger .icon-muted {
  color: #fc8174 !important;
}
.bg-gray {
  background-color: #c2c2c2;
  color: #ffffff;
}
.bg-gray.lt,
.bg-gray .lt {
  background-color: #cfcfcf;
}
.bg-gray.lter,
.bg-gray .lter {
  background-color: #dbdbdb;
}
.bg-gray.dk,
.bg-gray .dk {
  background-color: #b5b5b5;
}
.bg-gray.dker,
.bg-gray .dker {
  background-color: #a9a9a9;
}
.bg-gray .bg {
  background-color: #c2c2c2;
}
.bg-gray a {
  color: #ffffff;
}
.bg-gray a:hover {
  color: #fff;
}
.bg-gray a.list-group-item:hover,
.bg-gray a.list-group-item:focus {
  background-color: inherit;
}
.bg-gray .nav .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.bg-gray .nav > li > a {
  color: #ffffff;
}
.bg-gray .nav > li > a:hover,
.bg-gray .nav > li > a:focus {
  color: #fff;
  background-color: #64656b;
}
.bg-gray .nav > li > a:hover .caret,
.bg-gray .nav > li > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bg-gray .nav .open > a {
  background-color: #64656b;
}
.bg-gray.navbar .nav > li.active > a {
  color: #fff;
  background-color: #64656b;
}
.bg-gray .open > a,
.bg-gray .open > a:hover,
.bg-gray .open > a:focus {
  color: #fff;
}
.bg-gray .text-muted {
  color: #ffffff !important;
}
.bg-gray .icon-muted {
  color: #ffffff !important;
}
.bg-white {
  background-color: #fff;
  color: #707278;
}
.bg-white a {
  color: #2e3e4e;
}
.bg-white a:hover {
  color: #1b252e;
}
.bg-white .text-muted {
  color: #97999e !important;
}
.bg-white-only {
  background-color: #fff;
}
.bg-empty {
  background-color: transparent;
}
.month .month-header {
  margin-bottom: 20px;
}
.month .month-header h1 {
  position: relative;
  text-align: center;
  font-size: 15px;
  color: #373a45;
}
.month .month-header h1 span {
  background: #f7f7f7;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.month .month-header h1:before {
  background: #f15a22;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.month .month-header h1:before {
  left: 0;
}
.pos-rlt {
  position: relative;
}
.pos-stc {
  position: static;
}
.pos-abt {
  position: absolute;
}
.line {
  *width: 100%;
  height: 2px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
  background-color: transparent;
  border-width: 0;
  border-top: 1px solid #e8e8e8;
}
.line-xs {
  margin: 0;
}
.line-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}
.line-dashed {
  border-style: dashed;
  background: transparent;
}
.no-line {
  border-width: 0;
}
.no-border,
.no-borders {
  border-color: transparent;
  border-width: 0;
}
.no-radius {
  border-radius: 0;
}
.block {
  display: block;
}
.block.hide {
  display: none;
}
.inline {
  display: inline-block !important;
}
.pull-none {
  float: none;
}
.rounded {
  border-radius: 500px;
}
.btn-s-xs {
  min-width: 90px;
}
.btn-s-sm {
  min-width: 100px;
}
.btn-s-md {
  min-width: 120px;
}
.btn-s-lg {
  min-width: 150px;
}
.btn-s-xl {
  min-width: 200px;
}
.l-h-2x {
  line-height: 2em;
}
.l-h-1x {
  line-height: 1.2;
}
.l-h {
  line-height: 1.5;
}
.v-middle {
  vertical-align: middle !important;
}
.v-top {
  vertical-align: top !important;
}
.v-bottom {
  vertical-align: bottom !important;
}
.font-thin {
  font-weight: 300;
}
.font-normal {
  font-weight: normal;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.text-nl {
  font-size: 1em;
}
.text-md {
  font-size: 0.85em;
}
.text-sm {
  font-size: 12px;
}
.text-xs {
  font-size: 10px;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-uc {
  text-transform: uppercase;
}
.text-lt {
  text-decoration: line-through;
}
.text-ul {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.box-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.avatar {
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: block;
  border-radius: 500px;
  white-space: nowrap;
}
.avatar img {
  border-radius: 500px;
}
.wrapper-sm {
  padding: 10px;
}
.wrapper {
  padding: 10px;
}
.wrapper-md {
  padding: 20px;
}
.wrapper-lg {
  padding: 30px;
}
.wrapper-xl {
  padding: 50px;
}
.padder {
  padding-left: 15px;
  padding-right: 15px;
}
.padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}
.no-padder {
  padding: 0 !important;
}
.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}
.pull-out {
  margin: -10px -15px;
}
.b-a {
  border: 1px solid #cfcfcf;
}
.b-t {
  border-top: 1px solid #cfcfcf;
}
.b-r {
  border-right: 1px solid #cfcfcf;
}
.b-b {
  border-bottom: 1px solid #cfcfcf;
}
.b-l {
  border-left: 1px solid #cfcfcf;
}
.b-light {
  border-color: #e4e4e4;
}
.b-dark {
  border-color: #374b5e;
}
.b-primary {
  border-color: #f36c3a;
}
.b-success {
  border-color: #9bc877;
}
.b-info {
  border-color: #5fc7c8;
}
.b-warning {
  border-color: #ffca4d;
}
.b-danger {
  border-color: #fc8174;
}
.b-black {
  border-color: #424653;
}
.b-white {
  border-color: #fff;
}
.b-2x {
  border-width: 2px;
}
.b-3x {
  border-width: 3px;
}
.r {
  border-radius: 2px 2px 2px 2px;
}
.r-l {
  border-radius: 2px 0 0 2px;
}
.r-r {
  border-radius: 0 2px 2px 0;
}
.r-t {
  border-radius: 2px 2px 0 0;
}
.r-b {
  border-radius: 0 0 2px 2px;
}
.p-xs {
  padding: 5px;
}
.p-sm {
  padding: 10px;
}
.m {
  padding: 15px;
}
.p-md {
  padding: 20px;
}
.p-lg {
  padding: 30px;
}
.p-n {
  padding: 0 !important;
}
.p-l-none {
  padding-left: 0px;
}
.p-l-xs {
  padding-left: 5px;
}
.p-l-sm {
  padding-left: 10px;
}
.p-l {
  padding-left: 15px;
}
.p-l-md {
  padding-left: 20px;
}
.p-l-lg {
  padding-left: 30px;
}
.p-l-xl {
  padding-left: 40px;
}
.p-l-n-xxs {
  padding-left: -1px;
}
.p-l-n-xs {
  padding-left: -5px;
}
.p-l-n-sm {
  padding-left: -10px;
}
.p-l-n {
  padding-left: -15px;
}
.p-l-n-md {
  padding-left: -20px;
}
.p-l-n-lg {
  padding-left: -30px;
}
.p-l-n-xl {
  padding-left: -40px;
}
.p-t-none {
  padding-top: 0;
}
.p-t-xxs {
  padding-top: 1px;
}
.p-t-xs {
  padding-top: 5px;
}
.p-t-sm {
  padding-top: 10px;
}
.p-t {
  padding-top: 15px;
}
.p-t-md {
  padding-top: 20px;
}
.p-t-lg {
  padding-top: 30px;
}
.p-t-lgh {
  padding-top: 25px;
}
.p-t-xl {
  padding-top: 40px;
}
.p-t-n-xxs {
  padding-top: -1px;
}
.p-t-n-xs {
  padding-top: -5px;
}
.p-t-n-sm {
  padding-top: -10px;
}
.p-t-n {
  padding-top: -15px;
}
.p-t-n-md {
  padding-top: -20px;
}
.p-t-n-lg {
  padding-top: -30px;
}
.p-t-n-xl {
  padding-top: -40px;
}
.p-r-none {
  padding-right: 0;
}
.p-r-xs {
  padding-right: 5px;
}
.p-r-sm {
  padding-right: 10px;
}
.p-r {
  padding-right: 15px;
}
.p-r-md {
  padding-right: 20px;
}
.p-r-lg {
  padding-right: 30px;
}
.p-r-xl {
  padding-right: 40px;
}
.p-r-n-xxs {
  padding-right: -1px;
}
.p-r-n-xs {
  padding-right: -5px;
}
.p-r-n-sm {
  padding-right: -10px;
}
.p-r-n {
  padding-right: -15px;
}
.p-r-n-md {
  padding-right: -20px;
}
.p-r-n-lg {
  padding-right: -30px;
}
.p-r-n-xl {
  padding-right: -40px;
}
.p-b-none {
  padding-bottom: 0;
}
.p-b-xs {
  padding-bottom: 5px;
}
.p-b-sm {
  padding-bottom: 10px;
}
.p-b {
  padding-bottom: 15px;
}
.p-b-md {
  padding-bottom: 20px;
}
.p-b-lg {
  padding-bottom: 30px;
}
.p-b-xl {
  padding-bottom: 40px;
}
.p-b-n-xxs {
  padding-bottom: -1px;
}
.p-b-n-xs {
  padding-bottom: -5px;
}
.p-b-n-sm {
  padding-bottom: -10px;
}
.p-b-n {
  padding-bottom: -15px;
}
.p-b-n-md {
  padding-bottom: -20px;
}
.p-b-n-lg {
  padding-bottom: -30px;
}
.p-b-n-xl {
  padding-bottom: -40px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0px;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-lgh {
  margin-top: 25px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.media-xs {
  min-width: 50px;
}
.media-sm {
  min-width: 80px;
}
.media-md {
  min-width: 90px;
}
.media-lg {
  min-width: 120px;
}
.thumb {
  width: 64px;
  display: inline-block;
}
.thumb-lg {
  width: 128px;
  display: inline-block;
}
.thumb-md {
  width: 90px;
  display: inline-block;
}
.thumb-xs {
  width: 18px;
  display: inline-block;
}
.thumb-sm {
  width: 36px;
  display: inline-block;
}
.thumb-wrapper {
  padding: 2px;
  border: 1px solid #ddd;
}
.thumb img,
.thumb-xs img,
.thumb-sm img,
.thumb-md img,
.thumb-lg img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.img-full {
  max-width: 100%;
}
.img-full > img {
  max-width: 100%;
}
.clear {
  display: block;
  overflow: hidden;
}
.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.scroll-y {
  overflow-y: auto;
}
.scroll-x {
  overflow-x: auto;
}
.no-touch .scroll-x,
.no-touch .scroll-y {
  overflow: hidden;
}
.no-touch .scroll-x:hover,
.no-touch .scroll-x:focus,
.no-touch .scroll-x:active {
  overflow-x: auto;
}
.no-touch .scroll-y:hover,
.no-touch .scroll-y:focus,
.no-touch .scroll-y:active {
  overflow-y: auto;
}
.no-touch .hover-action {
  display: none;
}
.no-touch .hover:hover .hover-action {
  display: inherit;
}
.h {
  font-size: 170px;
  font-weight: 300;
  text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}
/*desktop*/
@media screen and (min-width: 992px) {
  .col-lg-2-4 {
    width: 20.000%;
    float: left;
  }
}
/*phone*/
@media (max-width: 767px) {
  .shift {
    display: none !important;
  }
  .shift.in {
    display: block !important;
  }
  .row-2 [class*="col"] {
    width: 50%;
    float: left;
  }
  .row-2 .col-0 {
    clear: none;
  }
  .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .pull-none-xs {
    float: none !important;
  }
  .wrapper-lg {
    padding: 15px;
  }
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.search-form-inline {
  width: 100%;
  float: left;
}
.logout-button {
  width: 10%;
  float: left;
}
.form-group {
  width: 100%;
}
.table-header {
  background-color: #f15a22;
}
#payment_total {
  padding-left: 150px;
  font-weight: bold;
}
#payment_done {
  padding-left: 135px;
  font-weight: bold;
}
#payment_cash,
#payment_card {
  text-align: right;
}
.modal-body .form-group {
  margin-bottom: 0px;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #efefef;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #efefef;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #efefef;
}
.table .table {
  background-color: #f7f7f7;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #efefef;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #efefef;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #efefef;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
#fixed-header {
  margin-bottom: 0px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 0px;
}
.panel-heading {
  padding: 10px 0px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 0px;
  background-color: #f7f7f7;
  border-top: 1px solid #f7f7f7;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #efefef;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #f7f7f7;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #f7f7f7;
}
.panel {
  border-radius: 2px;
}
.panel.panel-default {
  border-color: #f7f7f7;
}
.panel.panel-default > .panel-heading,
.panel.panel-default > .panel-footer {
  border-color: #f7f7f7;
}
.panel .list-group-item {
  border-color: #f0f0f0;
}
.panel.no-borders {
  border-width: 0;
}
.panel.no-borders .panel-heading,
.panel.no-borders .panel-footer {
  border-width: 0;
}
.panel .table td,
.panel .table th {
  padding: 6px 15px;
  border-top: 1px solid #f1f1f1;
}
.panel .table thead > tr > th {
  border-bottom: 1px solid #ebebeb;
}
.panel .table-striped > tbody > tr:nth-child(odd) > td,
.panel .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.panel .table-striped > thead th {
  background: #f5f5f5;
  border-right: 1px solid #f1f1f1;
}
.panel .table-striped > thead th:last-child {
  border-right: none;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer {
  border-bottom-color: blue;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: green;
}
section.month .panel.panel-default {
  border-bottom-color: #D0CCCC;
}
section.month .panel.panel-default > .panel-body .img-poster {
  min-height: 180px;
}
section.month .panel.panel-default > .panel-footer {
  border-bottom-color: #D0CCCC;
  border-top-color: #D0CCCC;
  background-color: #f7f7f7;
  padding-top: 0px;
  padding-bottom: 0px;
}
section.month .panel.panel-default > .panel-footer > .row > .col-md-4 .btn-small {
  margin-top: 8px;
}
section.month .panel.panel-default > .panel-footer > .row > .col-md-8 > .wrap {
  height: 40px !important;
  display: table-cell;
  background-color: #f7f7f7;
  vertical-align: middle !important;
  overflow: hidden;
}
section.month .panel.panel-default > .panel-footer > .row > .col-md-8 > .wrap > p {
  display: table-cell;
  vertical-align: middle !important;
  line-height: 12px;
}
section.event {
  margin-top: 20px;
}
.panel-empty {
  background-color: transparent;
  border: transparent;
}
.img-poster {
  width: 100%;
}
#loading {
  display: none;
  background-color: #fff;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1900 !important;
  margin-top: 0px;
  top: 0px;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  transform: rotate(-135deg);
}
.object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #eb4a0f;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #eb4a0f;
  border-right: 5px solid transparent;
  animation: animate 2s infinite;
}
#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  animation-delay: 0.2s;
}
#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  animation-delay: 0.4s;
}
#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  animation-delay: 0.6s;
}
@keyframes animate {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}
.carousel-inner {
  max-height: 510px;
}
.carousel-inner .item {
  height: 100%;
}
.carousel-inner .item img {
  max-width: 100%;
  margin: 0 auto;
}
.carousel-inner .item a {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 30px;
}
.carousel-inner .item a > img {
  max-height: 400px;
  max-width: 790px;
}
.carousel-control {
  top: 50%;
  bottom: 50%;
  height: 40px;
  border-radius: 100%;
  background-color: #333;
  color: #fff;
}
@media (min-width: 1800px) {
  .carousel-control {
    left: 22%;
  }
}
@media (min-width: 1670px) and (max-width: 1799px) {
  .carousel-control {
    left: 20%;
  }
}
@media (min-width: 1400px) and (max-width: 1669px) {
  .carousel-control {
    left: 15%;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .carousel-control {
    left: 10%;
    margin-top: 4%;
    top: 35% !important;
  }
}
@media (min-width: 200px) and (max-width: 899px) {
  .carousel-control {
    left: 0;
    top: 35% !important;
  }
}
.carousel-control.right {
  right: 10%;
}
@media (min-width: 1800px) {
  .carousel-control.right {
    right: 22%;
  }
}
@media (min-width: 1670px) and (max-width: 1799px) {
  .carousel-control.right {
    right: 20%;
  }
}
@media (min-width: 1400px) and (max-width: 1669px) {
  .carousel-control.right {
    right: 15%;
  }
}
@media (min-width: 900px) and (max-width: 899px) {
  .carousel-control.right {
    right: 10%;
  }
}
@media (min-width: 200px) and (max-width: 899px) {
  .carousel-control.right {
    right: 0;
  }
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  margin-left: -17px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 30px;
  height: 30px;
  margin-top: -12px;
  font-size: 22px;
}
#bg-blur {
  filter: url(../images/blur.svg#blur);
}
.list-group {
  float: left;
  width: 100%;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  margin-bottom: 0px;
  height: 330px;
  padding-top: 14px;
}
.list-group:last-child {
  border-bottom: 1px solid #b9b9b9;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.list-group [class*="col"]:first-child {
  padding-left: 0;
}
.list-group .btn-primary {
  padding: 1px 14px;
  border-radius: 5px;
}
.list-img {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0;
  border: solid 1px #c4c4c4;
  padding: 5px;
}

.list-img img {
  width: 100%;
}
.list-img .ribbon {
  position: absolute;
  left: 15px; /* Adjust the value to position the ribbon horizontally */
  top: 186px; /* Adjust the value to position the ribbon vertically */
  z-index: 1;
  padding: 5px 15px;
  background-color: #f00; /* Change this value to set the background color of the ribbon */
  color: #fff; /* Change this value to set the text color of the ribbon */
  font-weight: bold;
  font-size: 12px;
  /* transform: rotate(-45deg); */
  white-space: nowrap;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.list-description {
  float: left;
  width: 100%;
  padding-left: 5px;
}
.list-description h4 {
  width: 100%;
  float: left;
  color: #373a45;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  margin-bottom: 5px;
}
.list-description [class*="col"] {
  padding: 0;
  margin: 0;
}
.list-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  margin-bottom: 5px;
}
.list-description ul > li {
  margin: 2px 0;
}
.side-list-border {
  border: 1px solid #7f0000;
  border: 1px solid rgba(255, 0, 0, 0.1);
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  background-color: #ffffff;
}
.side-list-border .side-list-tab {
  width: 100%;
  margin: 20px auto;
  padding: 0 10px;
}
.side-list-border .side-bar-width {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}
.side-list-border .nav-tabs > li {
  width: 50%;
  text-align: center;
}
.side-list-border .nav-tabs > li > a {
  border-radius: 2px 2px 0 0;
  padding: 5px 25px;
  font-weight: bold;
  font-size: 16px;
  color: #b6b9c5;
  background-color: #fff;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #fff, #cccccc);
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-right: 0;
}
.side-list-border .nav-tabs > li > a:hover,
.side-list-border .nav-tabs > li > a:focus {
  border-bottom-color: #ddd;
  background-color: #fff;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #fff, #cccccc);
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #f15a22;
  margin: 0;
}
.side-list-border .nav-tabs > li.active a {
  border-bottom-color: #ddd;
  background-color: #fff;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #fff, #cccccc);
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #f15a22;
  margin: 0;
}
.tab-list {
  float: left;
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
  min-height: 120px;
}
.tab-list-img img {
  padding: 2px;
  width: 100%;
  border: 1px solid #b9b9b9;
}
.tab-list-title {
  float: left;
  width: 60%;
  height: 60%;
}
.tab-list-info {
  color: #737373;
  font-size: 13px;
}
.tab-list-info h4 {
  font-weight: bold;
  color: #333;
  margin-top: 0;
}
.tab-list-info ul {
  list-style: none;
  padding: 0;
}
.calendar {
  background-color: #fff;
  color: #333;
}
.cal-head {
  margin-bottom: 20px;
}
.cal-head strong {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  /*width: 40%;*/
}
.bg-primary {
  background-color: #fff;
  color: #333;
  /*width: 100%;*/
}
.videoWrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  text-align: center;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-video {
  width: 100%;
  position: relative;
}
.news-video img {
  width: 100%;
  height: auto;
}
.play {
  position: absolute;
  top: 40%;
  left: 40%;
  background-color: #373a45;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  opacity: 0.8;
}
.play a {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}
.play a :hover {
  color: #e6e6e6;
}
.play a span {
  top: 3px;
}
.tab-news {
  float: left;
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
}
.tab-news .tab-news-img {
  float: left;
  width: 25%;
  border: solid 1px #B59D9D;
  margin: 0 10px 0px 0px;
}
.tab-news .tab-news-title {
  float: left;
  width: 70%;
}
.tab-news .tab-news-title h5 {
  font-weight: bold;
  color: #373a45;
  margin-top: 0;
  margin-bottom: 10px;
}
.tab-news .tab-news-desc {
  float: right;
  width: 70%;
  margin-bottom: 10px;
}
.tab-news .tab-news-info {
  float: left;
  width: 100%;
  font-size: 11px;
}
.tab-news .tab-news-info a {
  color: #428bca;
}
.tab-news .tab-news-info a:hover {
  color: #6aa3d5;
}
#news .tab-text {
  float: left;
  width: 84%;
}
#news .tab-text h4 {
  margin: 0;
}
#news .tab-text h4 a {
  font-weight: bold;
}
#news .tab-text h4 span {
  color: #c4c4c4;
}
#news .tab-news-img {
  width: 13%;
  height: auto;
  margin-right: 15px;
}
#concert .tab-list-img {
  margin-right: 20px;
  width: 20%;
}
#concert .tab-list-img img {
  width: 100%;
  height: auto;
  margin: 0;
}
#concert .tab-list-title {
  width: 77%;
  height: auto;
}
#concert .tab-list-title h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
#concert .tab-list-info {
  width: 77%;
  margin: 0;
}
#concert .tab-list-info ul {
  list-style: none;
  padding: 0;
}
#homepage-bottom-list,
#homepage-cd-list {
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
}
@media (min-width: 992px) {
  #homepage-bottom-list .col-md-8,
  #homepage-cd-list .col-md-8 {
    width: 70.8%;
  }
  #homepage-bottom-list .col-md-3,
  #homepage-cd-list .col-md-3 {
    width: 29%;
    padding-left: 30px;
    padding-right: 0px;
  }
}
#homepage-bottom-list .side-list-border,
#homepage-cd-list .side-list-border {
  border: none;
}
#homepage-bottom-list .side-list-border .side-list-tab,
#homepage-cd-list .side-list-border .side-list-tab {
  width: 100%;
  margin: 20px 10px;
  padding: 0 0px;
}
#homepage-bottom-list .side-list-border .panel,
#homepage-cd-list .side-list-border .panel {
  float: left;
  width: 100%;
}
#homepage-bottom-list .side-list-border .panel > header,
#homepage-cd-list .side-list-border .panel > header {
  border-bottom: 1px solid #b7b7b7;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 20px;
  width: 93%;
  float: left;
  padding-left: 10px;
  margin-left: 0;
  margin-top: 2px;
}
#homepage-bottom-list .side-list-border .panel .side-bar-width,
#homepage-cd-list .side-list-border .panel .side-bar-width {
  float: left;
  margin-left: -10px;
  width: 100%;
}
#homepage-bottom-list .side-list-border .play,
#homepage-cd-list .side-list-border .play {
  top: 40%;
  left: 40%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #333;
  opacity: 0.5;
}
#homepage-bottom-list .side-list-border .play a,
#homepage-cd-list .side-list-border .play a {
  font-size: 35px;
  color: #fff;
}
#homepage-bottom-list .side-list-border .play a span,
#homepage-cd-list .side-list-border .play a span {
  top: 3px;
  left: 2px;
}
#homepage-bottom-list .side-list-border .nav-tabs,
#homepage-cd-list .side-list-border .nav-tabs {
  border-bottom: 1px solid #b7b7b7;
}
.faq-group {
  float: left;
  width: 100%;
  border-top: 1px solid #7f0000;
  border-top: 1px solid rgba(255, 0, 0, 0.1);
  background-clip: padding-box;
  margin-bottom: 12px;
}
.faq-image {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}
.faq-image img {
  border-radius: 100%;
}
.faq-body {
  margin-top: 30px;
  float: left;
  color: #373a45;
  width: 100%;
}
.faq-body .question {
  font-weight: bold;
}
.faq-body span {
  color: #f15a22;
  float: left;
  margin-right: 5px;
  font-weight: bold;
}
.faq-body [class*="col"]:first-child {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .list-description {
    float: left;
    width: 100%;
  }
  .list-description h4 {
    width: 100%;
    float: left;
    min-height: 0 !important;
    color: #373a45;
    font-weight: bold;
  }
  .list-description [class*="col"] {
    padding: 0;
    margin: 0;
  }
  .list-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media (max-width: 320px) {
  .nav > li > a {
    padding: 10px 12px !important;
  }
  .tab-list-title {
    width: 45% !important;
    height: auto !important;
  }
  .tab-list-info {
    width: auto;
  }
}
#news-list {
  float: left;
  width: 100%;
  position: relative;
}
#news-list [class*="col"] {
  padding-left: 0;
  margin: 10px 0;
  padding-right: 30px;
}
#news-list .news-item {
  float: left;
  width: 100%;
  height: 200px;
  border-bottom: 1px solid #cfcfcf;
}
#news-list .news-item .meta-image {
  padding: 2px;
  border: 1px solid #333;
  float: left;
}
#news-list .news-item .entry-title {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  float: left;
  width: 100%;
}
#news-list .news-item .entry-content {
  float: left;
  width: 100%;
}
#news-list .news-item .entry-content p {
  color: #97999e;
}
@media (min-width: 993px) and (max-width: 1200px) {
  #news-list .news-item {
    height: 210px !important;
  }
}
@media (max-width: 768px) and (min-width: 550px) {
  #news-list .news-item {
    height: 250px !important;
  }
}
@media (max-width: 767px) {
  .list-group {
    height: 200px;
    padding-bottom: 10px;
  }
  .list-group .list-img {
    width: 50%;
  }
  .list-group .list-img a {
    float: left;
    width: 100%;
  }
  .list-group .list-description {
    float: left;
    width: 50%;
  }
  .tab-news-img {
    width: 100% !important;
  }
  .tab-text {
    width: 100% !important;
    margin-top: 5px;
  }
}
.res-brand img {
  position: absolute;
  margin: 0 auto;
  width: 40%;
  text-align: center;
  top: -1px;
  right: 0;
  left: 0;
  z-index: 1039;
}
@media (max-width: 410px) {
  .list-group {
    height: 330px;
    padding-bottom: 10px;
  }
  .list-group .list-img {
    width: 100%;
  }
  .list-group .list-img a {
    float: left;
    width: 100%;
  }
  .list-group .list-description {
    float: left;
    width: 100%;
  }
}
h3.section-title {
  color: #373a45;
  border-bottom: #b7b7b7 solid 1px;
  padding-bottom: 6px;
  font-weight: bold;
  margin-bottom: 15px;
}
#news-bottom h3 {
  color: #373a45;
  border-bottom: #b7b7b7 solid 1px;
  padding-bottom: 6px;
  font-weight: bold;
}
#news-bottom .list {
  float: left;
  width: 100%;
  border-bottom: #b7b7b7 solid 1px;
  margin: 5px 0;
}
#news-bottom .list .img {
  float: left;
  width: 20%;
  margin: 5px 0;
}
@media (max-width: 670px) {
  #news-bottom .list .img {
    width: 100%;
  }
}
#news-bottom .list .text {
  float: left;
  margin-left: 10px;
  width: 75%;
}
@media (max-width: 670px) {
  #news-bottom .list .text {
    width: 100%;
  }
}
#news-bottom .list .text h4 {
  margin: 5px 0;
}
.boxoffice-item:nth-child(5n+1) {
  clear: left;
}
footer {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.partners {
  height: 115px;
  background-position: center center;
  background: url('../images/demjigch_fon.png') center center;
  position: relative;
  display: block;
  width: 100%;
  float: left;
}
.footer {
  background-position: center center;
  background: url('../images/footer_BG.png') center center;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  min-height: 275px;
  float: left;
}
.copyright {
  height: 40px;
  width: 100%;
  background-color: #fff;
  float: left;
}
.copyright .container {
  margin-top: 10px;
}
.copyright .left {
  float: left;
}
.copyright .right {
  float: right;
}
.socials a {
  color: #696969;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
#partner {
  height: 75px;
  float: left;
  width: 100%;
  margin-top: -10px;
}
.owl-nav {
  width: 100%;
  display: block;
  float: left;
  position: absolute;
  top: 20px;
}
.owl-nav img.left {
  left: -13%;
}
.owl-nav img.right {
  right: -14%;
  top: 0;
}
.partner-title {
  color: #333;
  margin: 5px 0 5px 0;
  text-align: center;
  float: left;
  width: 100%;
}
.widget-container {
  line-height: 25.71428574px;
  color: #a4a4a4;
  margin-top: 20px;
}
.widget-container h4 {
  font-size: 18px;
  color: #f1f1f1;
  text-transform: uppercase;
  font-weight: bold;
}
.widget-container a {
  text-transform: uppercase;
  font-size: 11px;
  color: #bebebe;
}
.widget-container a:hover {
  color: #f1f1f1;
}
.widget-container .form-group {
  margin-left: 0;
  margin-right: 0;
  float: left;
}
.address li {
  float: left;
  width: 100%;
}
#footer_help li {
  float: left;
  width: 100%;
}
.payment {
  margin: 5px 5px 0px -2px;
}
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
/** The Spacing **/
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}
#breadcrumb {
  margin-top: 94px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#breadcrumb h4 {
  text-align: center;
  color: #f15a22;
}
#breadcrumb .btn-breadcrumb {
  width: 100%;
}
#breadcrumb .btn-breadcrumb img {
  margin: -3px 5px -2px 0;
  background-color: #c2c2c2;
}
#breadcrumb .btn-breadcrumb .btn {
  width: 20%;
}
#breadcrumb .btn-breadcrumb .btn-default {
  border-color: #ffffff;
  background-color: #ffffff;
  color: rgba(112, 114, 120, 0.5) !important;
}
#breadcrumb .btn-breadcrumb .btn-default:hover {
  background-color: #ffffff;
  color: #f15a22 !important;
}
#breadcrumb .btn-breadcrumb .btn-default:hover img {
  background-color: #f15a22;
}
#breadcrumb .btn-breadcrumb .complete {
  color: #f15a22 !important;
}
#breadcrumb .btn-breadcrumb .complete img {
  background-color: #f15a22;
}
.seatDiv {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  float: left;
}
.seatDiv.av {
  background-color: #1b95e0;
}
.seatDiv.re {
  background-color: #E9D6D6;
}
.seatDiv.pk {
  background-color: #6C6C6C;
}
.seatDiv.lk {
  background-color: #B3A9D8;
}
.seatDiv.sd {
  background-color: #D8D6D4;
}
.seat {
  background-color: #ebebeb;
  margin-top: 10px;
}
.seat .buttons {
  position: absolute;
  top: 10%;
  left: 2%;
  float: left;
  width: 25px;
}
.seat .buttons button {
  float: left;
  height: 35px;
}
.seat-status {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 20px;
}
.seat-status .box {
  display: inline-block;
  margin-left: 5px;
}
.seat-status .seatDesc {
  float: left;
  margin-left: 5px;
}
.seat-main {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-top: 10px;
}
.seat-main img {
  width: 100%;
}
.seat-main .seatDiv {
  width: 12px;
  height: 12px;
  position: absolute;
}
.seat-main .seatDiv.av {
  cursor: pointer;
}
.seat-main .seatDiv.pk {
  cursor: pointer;
}
.seat-main .seatDiv.lk {
  cursor: not-allowed;
}
.seat-main .seatDiv.re {
  cursor: not-allowed;
}
.seat-main .seatDiv.sd {
  cursor: not-allowed;
}
#price-table th {
  background-color: #e8e8e8;
}
#price-table a {
  color: #f15a22;
}
#price-table tfoot {
  font-weight: bold;
}
.side-helper {
  position: fixed;
  display: block;
  top: 35%;
  border: 1px #eee solid;
  box-shadow: 1px 1px 8px;
  left: 1%;
  max-width: 260px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 7px;
  z-index: 100;
}
.side-helper .helper-header {
  height: 50px;
  background-position: center center;
  background: url('../images/tolgoi_background.png');
  color: #2e3e4e;
  position: relative;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.side-helper .helper-header img {
  width: 70%;
}
.side-helper .helper-header h4 {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.side-helper .helper-body {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 25px;
}
.side-helper .helper-body ul {
  list-style: none;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #333;
  float: left;
  width: 100%;
}
.side-helper .helper-body ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.side-helper .helper-body ul h5 {
  font-weight: bold;
  float: left;
  margin: 0;
  width: 60%;
}
.side-helper .helper-body ul p {
  margin: 0;
  font-size: 14px;
}
.side-helper .btn {
  text-transform: uppercase;
}
#sign-up {
  margin-bottom: 20px;
  margin-top: 20px;
  /* Default Start */
}
#sign-up .row {
  margin-bottom: 10px;
}
#sign-up input[type=text],
#sign-up input[type=email],
#sign-up input[type=password] {
  background-color: #dbdbdb;
  width: 100%;
}
#sign-up .input-group-addon {
  background-color: #a9a9a9;
  color: #f1f1f1;
  border: none;
}
#sign-up .option-input {
  width: 20px;
  height: 20px;
  transition: all 0.15s ease-out 0;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  margin-right: 0.5rem;
  z-index: 1000;
}
#sign-up .option-input:hover {
  background: #9faab7;
}
#sign-up .option-input:checked {
  background: #40e0d0;
}
#sign-up .option-input:checked::after {
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
#sign-up .option-input.radio {
  border-radius: 50%;
  float: right;
  margin-right: 10px;
  padding: 0;
  margin-top: 0;
}
#sign-up .option-input.radio::after {
  border-radius: 50%;
}
#sign-up .input-group {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  height: 34px;
  width: 100%;
}
#sign-up .input-group label {
  width: 100%;
  font-size: 14px;
  padding-bottom: 7px;
  padding-top: 5px;
  padding-left: 8px;
  margin-bottom: 0px;
  line-height: 20px;
  background-color: #dbdbdb;
}
#sign-up .input-group label a {
  float: right;
  margin-right: 10px;
}
#sign-up .input-group span {
  width: 41px;
}
#sign-up div[class^='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
#sign-up .btn-select {
  position: relative;
  padding: 0;
  width: 100%;
  border-radius: 5px;
}
#sign-up .btn-select .btn-select-value {
  padding: 6px 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 19px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
#sign-up .btn-select .btn-select-arrow {
  float: right;
  line-height: 20px;
  padding: 6px 4px;
  top: 0;
  background-color: #a9a9a9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#sign-up .btn-select ul {
  display: none;
  background-color: white;
  color: black;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none !important;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 33px;
  z-index: 999;
}
#sign-up .btn-select ul li {
  padding: 3px 6px;
  text-align: left;
}
#sign-up .btn-select ul li:hover {
  background-color: #f4f4f4;
}
#sign-up .btn-select ul li.selected {
  color: white;
}
#sign-up .btn-select.btn-default:hover,
#sign-up .btn-select.btn-default:active,
#sign-up .btn-select.btn-default.active {
  border-color: #a9a9a9;
}
#sign-up .btn-select.btn-default ul li.selected {
  background-color: #ccc;
}
#sign-up .btn-select.btn-default ul,
#sign-up .btn-select.btn-default .btn-select-value {
  background-color: #dbdbdb;
  border: #a9a9a9 1px solid;
}
#sign-up .btn-select.btn-default:hover,
#sign-up .btn-select.btn-default.active {
  background-color: #e6e6e6;
}
#sign-up .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#sign-up .inputfile + label {
  cursor: pointer;
  /* "hand" cursor */
}
#sign-up .inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
#sign-up input[type=checkbox] {
  visibility: hidden;
}
#sign-up .checkboxFour {
  width: 16px;
  height: 16px;
  background: #ddd;
  border-radius: 100%;
  position: relative;
}
#sign-up .checkboxFour label {
  display: block;
  width: 12px;
  height: 10px;
  border-radius: 100px;
  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  background: #a9a9a9;
}
#sign-up .checkboxFour input[type=checkbox]:checked + label {
  background: #fff;
}
#sign-up #contract {
  margin-top: 15px;
  display: none;
  height: 200px;
  width: auto;
  overflow: scroll;
}
#sign-up #contract p:first-of-type {
  font-weight: bold;
}
#sign-up #contract p {
  text-align: justify;
}
#sign-up #contract h4 {
  color: #000;
  font-weight: bold;
}
#sign-up #contract-top {
  display: none;
  height: 200px;
  width: auto;
  overflow: scroll;
  margin-top: 10px;
}
#sign-up #contract-top p:first-of-type {
  font-weight: bold;
}
#sign-up #contract-top h4 {
  color: #000;
  font-weight: bold;
}
#sign-up p {
  text-align: justify;
}
#sign-up .btn-social {
  width: 100%;
}
#sign-up .login {
  width: 100%;
  background-color: #e8e8e8;
  text-transform: uppercase;
  border-radius: 5px;
}
#sign-up a {
  color: #707278;
}
#sign-up a:hover {
  color: #8a8c91;
}
#sign-up a label {
  cursor: pointer;
}
#sign-up input[type=submit] {
  text-transform: uppercase;
  border-radius: 5px;
}
/* ROUNDED ONE */
.roundedOne {
  width: 18px;
  height: 18px;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 12px !important;
  height: 12px;
  border-radius: 50px;
  left: 3px;
  top: 3px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#45484d', GradientType=0);
}
.roundedOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  background: linear-gradient(top, #00bf00 0%, #009400 100%);
  border-radius: 50px;
  top: 1px;
  left: 1px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne .chck:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.social-error {
  text-align: center;
  color: red;
}
.what3words {
  height: 30px;
  text-align: left;
}
.w3w-span {
  line-height: 20px;
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
}
@font-face {
  font-family: 'what3words-grid';
  src: url('../fonts/what3words-grid.eot?65979925');
  src: url('../fonts/what3words-grid.eot?65979925#iefix') format('embedded-opentype'), url('../fonts/what3words-grid.svg?65979925#what3words-grid') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'what3words-grid';
  src: url('data:application/octet-stream;base64,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') format('woff'), url('data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCMJXkAAAD8AAAAVE9TLzJWTmG2AAABUAAAAFZjbWFwAaUFLAAAAagAAAGGY3Z0IAbV/wQAAAkUAAAAIGZwZ22KkZBZAAAJNAAAC3BnYXNwAAAAEAAACQwAAAAIZ2x5ZvrV32EAAAMwAAAB2GhlYWQLwEeZAAAFCAAAADZoaGVhBzwDVgAABUAAAAAkaG10eAu4AAAAAAVkAAAADGxvY2EAfADsAAAFcAAAAAhtYXhwANQLyQAABXgAAAAgbmFtZUqxuvYAAAWYAAADIXBvc3Qya2vlAAAIvAAAAFBwcmVw5UErvAAAFKQAAACGAAEAAAAKADAAPgACbGF0bgAOREZMVAAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAED6AGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQAAvAD8DUv9qAFoDUgCWAAAAAQAAAAAAAAAAAAUAAAADAAAALAAAAAQAAAFeAAEAAAAAAFgAAwABAAAALAADAAoAAAFeAAQALAAAAAYABAABAAIALwA///8AAAAvAD///wAAAAAAAQAGAAYAAAABAAIAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACgAAAAAAAAAAgAAAC8AAAAvAAAAAQAAAD8AAAA/AAAAAgAAAAUAAP9qA+gDUgADAAcAFgAmADYAN0A0BgUCBAEAAQQAbQcBAQECVgACAgxIAAAAA1YAAwMNA0kAACwrHBsLCQcGBQQAAwADEQgFFSsBESERJSERIQEWMzI2NxM2LgEGBwMGFjcWFxYzMjY3EzYuAQYHAwYXFhcWMzI2NxM2LgEGBwMGA8f8WgPH/BgD6P0TCAQLEQSCBQ0aGgWBBQunBg4ECAsRBIIFDRoaBYIFswYNBAgLEQWBBAsbGgWBBgMx/FoDpiH8GAEiAg0KAWMOGQkLDf6dDhoNDQUCDQoBYw4ZCQsN/p0PDA4EAgwLAWMNGgkLDf6dDQAABAAA/2oD6ANSAAMAEgAhADAAM0AwBAcDBgQCAQABAgBtBQEBAQxIAAAADQBJExMEBAAAJiUTIRMhBBIEEgADAAMRCAUVKxkBIREBIicuATcTPgEeAQcDDgEzIicuATcTPgEeAQcDDgEBAw4BIyInLgE3Ez4BHgED6P0fBAgMDgaBBRkcDAWCBBGhBQYNDQWBBRsbCwWBBBIBRIIEEQsECA0NBYIFGhoNA1L8GAPo/TgCBRsMAWMNDQoaDf6dCg0CBBoOAWMODAoaDf6dCg0Bev6dCg0CBBoOAWMODAkaAAABAAAAAQAArkWNj18PPPUACwPoAAAAANRcgfwAAAAA1FyB/AAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAAAAAPoAAEAAAAAAAAAAAAAAAAAAAADA+gAAAPoAAAD6AAAAAAAAAB8AOwAAQAAAAMANwAFAAAAAAACABAAIABzAAAASAtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABAA8ANQABAAAAAAACAAcARAABAAAAAAADAA8ASwABAAAAAAAEAA8AWgABAAAAAAAFAAsAaQABAAAAAAAGAA8AdAABAAAAAAAKACsAgwABAAAAAAALABMArgADAAEECQAAAGoAwQADAAEECQABAB4BKwADAAEECQACAA4BSQADAAEECQADAB4BVwADAAEECQAEAB4BdQADAAEECQAFABYBkwADAAEECQAGAB4BqQADAAEECQAKAFYBxwADAAEECQALACYCHUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29td2hhdDN3b3Jkcy1ncmlkUmVndWxhcndoYXQzd29yZHMtZ3JpZHdoYXQzd29yZHMtZ3JpZFZlcnNpb24gMS4wd2hhdDN3b3Jkcy1ncmlkR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwBvAHAAeQByAGkAZwBoAHQAIAAoAEMAKQAgADIAMAAxADYAIABiAHkAIABvAHIAaQBnAGkAbgBhAGwAIABhAHUAdABoAG8AcgBzACAAQAAgAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAHcAaABhAHQAMwB3AG8AcgBkAHMALQBnAHIAaQBkAFIAZQBnAHUAbABhAHIAdwBoAGEAdAAzAHcAbwByAGQAcwAtAGcAcgBpAGQAdwBoAGEAdAAzAHcAbwByAGQAcwAtAGcAcgBpAGQAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAaABhAHQAMwB3AG8AcgBkAHMALQBnAHIAaQBkAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMBAgEDAQQAD3doYXQzd29yZHMtZ3JpZBR3aGF0M3dvcmRzLWdyaWQtZmlsbAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAABgAGAAYABgDUv9qA1L/arAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCBkILDAULAEJlqyKAEKQ0VjRVJbWCEjIRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILEBCkNFY0VhZLAoUFghsQEKQ0VjRSCwMFBYIbAwWRsgsMBQWCBmIIqKYSCwClBYYBsgsCBQWCGwCmAbILA2UFghsDZgG2BZWVkbsAErWVkjsABQWGVZWS2wAywgRSCwBCVhZCCwBUNQWLAFI0KwBiNCGyEhWbABYC2wBCwjISMhIGSxBWJCILAGI0KxAQpDRWOxAQpDsAFgRWOwAyohILAGQyCKIIqwASuxMAUlsAQmUVhgUBthUllYI1khILBAU1iwASsbIbBAWSOwAFBYZVktsAUssAdDK7IAAgBDYEItsAYssAcjQiMgsAAjQmGwAmJmsAFjsAFgsAUqLbAHLCAgRSCwC0NjuAQAYiCwAFBYsEBgWWawAWNgRLABYC2wCCyyBwsAQ0VCKiGyAAEAQ2BCLbAJLLAAQyNEsgABAENgQi2wCiwgIEUgsAErI7AAQ7AEJWAgRYojYSBkILAgUFghsAAbsDBQWLAgG7BAWVkjsABQWGVZsAMlI2FERLABYC2wCywgIEUgsAErI7AAQ7AEJWAgRYojYSBksCRQWLAAG7BAWSOwAFBYZVmwAyUjYUREsAFgLbAMLCCwACNCsgsKA0VYIRsjIVkqIS2wDSyxAgJFsGRhRC2wDiywAWAgILAMQ0qwAFBYILAMI0JZsA1DSrAAUlggsA0jQlktsA8sILAQYmawAWMguAQAY4ojYbAOQ2AgimAgsA4jQiMtsBAsS1RYsQRkRFkksA1lI3gtsBEsS1FYS1NYsQRkRFkbIVkksBNlI3gtsBIssQAPQ1VYsQ8PQ7ABYUKwDytZsABDsAIlQrEMAiVCsQ0CJUKwARYjILADJVBYsQEAQ2CwBCVCioogiiNhsA4qISOwAWEgiiNhsA4qIRuxAQBDYLACJUKwAiVhsA4qIVmwDENHsA1DR2CwAmIgsABQWLBAYFlmsAFjILALQ2O4BABiILAAUFiwQGBZZrABY2CxAAATI0SwAUOwAD6yAQEBQ2BCLbATLACxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAULLEAEystsBUssQETKy2wFiyxAhMrLbAXLLEDEystsBgssQQTKy2wGSyxBRMrLbAaLLEGEystsBsssQcTKy2wHCyxCBMrLbAdLLEJEystsB4sALANK7EAAkVUWLAPI0IgRbALI0KwCiOwAWBCIGCwAWG1EBABAA4AQkKKYLESBiuwcisbIlktsB8ssQAeKy2wICyxAR4rLbAhLLECHistsCIssQMeKy2wIyyxBB4rLbAkLLEFHistsCUssQYeKy2wJiyxBx4rLbAnLLEIHistsCgssQkeKy2wKSwgPLABYC2wKiwgYLAQYCBDI7ABYEOwAiVhsAFgsCkqIS2wKyywKiuwKiotsCwsICBHICCwC0NjuAQAYiCwAFBYsEBgWWawAWNgI2E4IyCKVVggRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOBshWS2wLSwAsQACRVRYsAEWsCwqsAEVMBsiWS2wLiwAsA0rsQACRVRYsAEWsCwqsAEVMBsiWS2wLywgNbABYC2wMCwAsAFFY7gEAGIgsABQWLBAYFlmsAFjsAErsAtDY7gEAGIgsABQWLBAYFlmsAFjsAErsAAWtAAAAAAARD4jOLEvARUqLbAxLCA8IEcgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2E4LbAyLC4XPC2wMywgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhsAFDYzgtsDQssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIzAQEVFCotsDUssAAWsAQlsAQlRyNHI2GwCUMrZYouIyAgPIo4LbA2LLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhIyAgsAQmI0ZhOBsjsAhDRrACJbAIQ0cjRyNhYCCwBEOwAmIgsABQWLBAYFlmsAFjYCMgsAErI7AEQ2CwASuwBSVhsAUlsAJiILAAUFiwQGBZZrABY7AEJmEgsAQlYGQjsAMlYGRQWCEbIyFZIyAgsAQmI0ZhOFktsDcssAAWICAgsAUmIC5HI0cjYSM8OC2wOCywABYgsAgjQiAgIEYjR7ABKyNhOC2wOSywABawAyWwAiVHI0cjYbAAVFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhuQgACABjYyMgWGIbIVljuAQAYiCwAFBYsEBgWWawAWNgIy4jICA8ijgjIVktsDossAAWILAIQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbA7LCMgLkawAiVGUlggPFkusSsBFCstsDwsIyAuRrACJUZQWCA8WS6xKwEUKy2wPSwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xKwEUKy2wPiywNSsjIC5GsAIlRlJYIDxZLrErARQrLbA/LLA2K4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKyAAEAKrEABUKzCgIBCCqxAAVCsw4AAQgqsQAGQroCwAABAAkqsQAHQroAQAABAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbMMAgEMKrgB/4WwBI2xAgBEAAA=') format('truetype');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'what3words-grid';
    src: url('../font/what3words-grid.svg?65979925#what3words-grid') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "what3words-grid";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-what3words-grid:before {
  content: '\2f';
}
/* '/' */
.icon-what3words-grid-fill:before {
  content: '\3f';
}
/* '?' */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'what3words-grid';
  font-style: normal;
  font-weight: normal;
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "what3words-grid";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-what3words-grid:before {
  content: '\2f';
}
/* '/' */
.icon-what3words-grid-fill:before {
  content: '\3f';
}
/* '?' */
/*
   Animation example, for spinners
*/
.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
