/*

  Theme Name: Imperial

  Theme URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-template/

  Author: BootstrapMade

  Author URL: https://bootstrapmade.com

*/
/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/
body {
  color: #141414;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #fff;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #e5c883;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
#header .container {position: relative}
ul.top-menu {    position: absolute;
    right: 6px;
    list-style: none;
    top: -23px;}
ul.top-menu li { float: left; list-style: none ; margin: 5px;font-size:13px }
ul.top-menu li:last-child a{border:1px solid #aaa; background-color:#fff; padding:1px 3px; border-radius:5px}
ul.top-menu li:last-child a:hover{border:1px solid #0081a1}
.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0081a1;
  color: #fff;
}

/*--------------------------------------------------------------

# Welcome

--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(/images/hero-bg.jpg) top center fixed;
  background-size: cover;
}

#hero .hero-logo {
  margin: 20px;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  background: rgba(30, 36, 36, 0.7);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 1.8em !important;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  font-size: 1.8em !important
}

#hero h1 b{
  color:#fff;
  font-size: 1.8em !important
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  font-size: 2em;
  color: #fff;
  margin-bottom: 50px;
  line-height:1.4
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  word-break: keep-all;
  }
  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating > .animated {
  display: inline-block;
}

#hero .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hero .btn-get-started {
  background: rgba(20,20,20,0.8);

  border: 2px solid transparent;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-services:hover {
  background: #0081a1;
  border: 2px solid #0081a1;
}

/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/
#header {
  background: #eee;
  padding: 20px 0;
  height: 90px;
  border-bottom:1px solid #ddd;
  position: relative
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

#header #logononetxt{
  display:none;
  float:left;
}

@media (min-width: 768px) and (max-width: 1200px) {
#header #logo {
  display:none;
}
#header #logononetxt{
  display:block;
}
}
@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

.is-sticky #header {

 box-shadow: 0 2px 5px rgba(30,30,30,0.2)
}
.top-menu span,
.top-menu li a{color:#141414}

.top-menu li a:hover{color:#0081a1}


/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 10px;
}

.sf-arrows .sf-with-ul:after {
}

.sf-arrows ul .sf-with-ul:after {
}

/* Nav Meu Container */
#nav-menu-container {
position: absolute;
right:0;
  margin: 10px 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #141414;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  width:100%;
}

@media (max-width: 992px)
{
  .nav-menu a { padding: 10px 10px;
    text-decoration: none;
    display: inline-block;
    color: #141414;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 13px;
    outline: none;
    letter-spacing: -1px;}
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #0081a1;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #f6f6f6;
}

.nav-menu ul li a {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: #63b8b8;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0081a1;
}

#mobile-nav ul .menu-item-active {
  color: #0081a1;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------

# Sections

--------------------------------------------------------------*/
/* Sections Common

--------------------------------*/
.section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 30px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #0081a1;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* Get Started Section

--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-container {
  background: url(../img/about-img.jpg) left top no-repeat;
}

#about .about-content {
  background: #fff;
}

#about .about-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#about .about-text {
  line-height: 26px;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* Services Section

--------------------------------*/
#services {
  background: #ece9d8;
  background-size: cover;
  padding: 0;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background: #0081a1;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #0081a1;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #0081a1;
}

#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/* Subscribe Section

--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/mid_bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 40px;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 25px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #0081a1;
  border: 2px solid #0081a1;
}

#subscribe .table {
}
#subscribe .table a:link,#subscribe .table a:visited { color:#e5c883}

.table tr:last-child th, .table tr:last-child td{border-bottom:1px solid #ddd}
.table a{color:#141414}

/* Portfolio Section

--------------------------------*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}

#portfolio .portfolio-item {
  box-shadow:0 0 8px rgba(0,0,0,.4);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 260px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px;
}

#portfolio .portfolio-item .details {
  height: 260px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}

#portfolio .portfolio-item .details h4 {
  font-size: 16px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
  font-size: 2.5em
}

#portfolio .portfolio-item .details span {
  display: inline-block;
  margin:auto;
  color: #666666;
  font-size: 13px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  border:1px solid #ccc; background-color: #000;
  padding:10px 20px; border-radius: 5px;
  color:#fff;

}
#portfolio .portfolio-item .bottom {
    width: 100%;
    bottom: 0;
    display: block;
    position: absolute;
    left: 0;
    padding: 15px;
    font-size:25px;
    font-weight: 600;
    color:#FFF !important;
}

#portfolio .portfolio-item:hover .details {
  opacity: 0.8;
}
#portfolio .portfolio-item:hover .bottom {
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;

  opacity: 0;
}
#portfolio .portfolio-item:hover .details h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#portfolio .portfolio-item:hover .details span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Testimonials Section

--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}

#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #0081a1;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section

--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #0081a1;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section

--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #0081a1;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #0081a1;
  border: 1px solid #0081a1;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #0081a1;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #25d8fc;
}

/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/
#footer {
  background: #043043;
  padding: 30px 0;
  color: #fff;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
.img img{ max-width: 100%}

.contents {    padding: 30px 30px 45px 30px;
    background: #fff; margin:30px -20px}
.contents img {max-width: 100%}
.cover {width: 100%; background-image:url(../images/cover.jpg); background-size: cover; background-position: center; background-color: rgba(80, 70, 50, 0.5); margin-top:-10px}
.cover_img {background-color: rgba(18, 35, 66, 0.4); height:200px;}

.cover h1 { color: #fff;
   
    text-align: center;
    font-weight: 900;
    margin-top: 82px; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 50px;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
  text-align: right;
  color: #141414 !important;
}

.breadcrumb a{color:#141414 !important}
.breadcrumb .active {color:#141414; font-weight: bold}


.header-sticky-wrapper {height:auto !important}

.pd .n01 th {    
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;    
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding-bottom: 50px; position: relative;
}
.pd .n01 th:after {    
  position: absolute;
  width: 50px;
  height: 3px;
  background: #0081a1;
  margin: 0 auto;
  margin-bottom: 30px;
  content: "";
  left: 50%;
  margin-left: -25px;
  top: 56px;
}
table {width: 100%}
td.operation img, img.w100 {width: 100%}
.panel-heading {padding:15px 20px}
.panel-body {padding:45px 35px }
ul.tab {border-bottom:3px solid #0081a1; height: 40px}
ul.tab,ul.tab li {list-style:none; padding: 0}
ul.tab li { float:left;width:50% ; text-align: center; padding: 0; height: 40px; line-height:36px;text-align: center; border-radius: 5px 5px 0 0; border-bottom:none}
ul.tab li.active {border: 3px solid #0081a1;border-bottom-color:#fff; line-height:34px; font-weight: 600; }

.modal-header {    
  background-color: #0081a1;
  color: #fff;
  border-radius: 4px 4px 0 0; 
}

.modal-header .close {color:#fff ; opacity: 1; font-size: 30px}

.btn-md{padding:20px 25px;}
.btn-lg{padding:20px 45px}
@media (max-width: 768px) {
.btn-lg{padding:20px 0px; text-align:center}
}
.btn-md{padding:20px 0px;}
.btn-primary {
  color: #fff !important;
  background-color: #0081a1;
  border-color: #0081a1;
}
.tel {margin:0 -4px}
.tel .col-xs-4,.tel .col-xs-6,.tel .col-xs-9, .tel .col-xs-3 { padding:4px}

.btn-primary:hover {
    color: #e5c883;
    background-color: #286090;
    border-color: #286090;
}

.btn-primary:active,.btn-primary:focus {
    color: #fff;
    background-color: #0b2f38 !important;
    border-color: #0b2f38 !important;
}

.btn-blue {
  color: #fff;
  background-color: #569dbe;
  border-color: #569dbe;
}

.btn-blue:hover {
  color: #fff;
  background-color: #0081a1;
  border-color: #0081a1;
}

.btn-blue:active,.btn-blue:focus {
  color: #fff;
  background-color: #0081a1;
  border-color: #0081a1;
}

.btn-gray{
  color: #141414;
  background-color: #d0c9c9;
  border-color: #a9a2a1;
}

.btn-gray:hover {
  color: #141414;
  background-color: #a9a2a1;
  border-color: #a9a2a1;
}

.btn-gray:active,.btn-gray:focus {
  color: #141414;
  background-color: #a9a2a1;
  border-color: #a9a2a1;
}

.btn_box{text-align:center}

.n01 > table {float: left;width:50%; }
.fac {    
  border: 1px solid #939393;
  box-shadow: 0 0 3px rgba(0,0,0,.5);
  border-radius: 5px;
  height: 1px;
  padding-bottom: 60%;
  overflow: hidden;
  background-size: cover; 
  margin:20px 0; 
  background-position: center middle
}
.fac img {  min-width: 100%;  height: 100%}

h4 { text-align: center; font-weight: 600; font-size:2em; margin:40px 0}

.table td,.table th {font-size: 1.2em}
.table th {min-width: 100px}
table.DynarchCalendar-topCont {width:250px}
.step01 {    
  margin: 40px auto;
  padding: 30px;
  width: 90%;
  font-size: 11px;
  border: 1px solid #ccc;
  /* box-shadow: 0 0 10px rgba(0,0,0,.5); */
  background: #fff;
  border-radius: 5px;
}
.calendar_box {    
  position: relative;
   /*  padding-right: 45px; */
}
.calendar_box a {position: absolute; right:0; top:0}
.step01 table td {padding:7px 0; }
.step {width: 70%; margin:40px auto 20px auto; }
.step:after { content: ""; display: block; clear: both}
.step .s_img {     width: 20%; float:left;
    height: 1px; font-size:120%;
    padding-bottom: 20%;
    background: #0081a1;
    color:#fff;
    border-radius: 50%;
    margin: 2.5%; opacity: .4; text-align: center; display: table-cell; vertical-align: middle; position: relative;}

.step .s_img b{ display: block; position: absolute; width: 100%; top:50%; margin-top: -14px}

.step .s_img.first{margin-left:15% !important}
.step .s_img.last{margin-right:15% !important}

.step .active {     opacity: 1;
    margin-top: -0.05%;}
    .step .active .title {
        margin-top: 110%;
        line-height: 1em;
    color:#141414
    }

.nobr br {display: none}
.nobr a {
  display: inline-block;
  width: 30%;
  background: #eee;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  color:#0081a1;
  margin:1.5333% ;float: left
}
.nobr a:hover {
  background: #0081a1;
  color:#eee;
}

.dok_box {width: 100%}
.box {    border: 3px solid #ccc;
    padding: 10px;
    border-radius: 5px;}
.box .re {text-align: center;padding: 25px 5px; margin: 3px; border: 1px solid #ccc; border-radius: 4px; cursor:pointer; color:#1e1e1e; font-weight:bold}
.th_center th,.td_center td {text-align: center; vertical-align: middle !important;}
.th_colorf9 th{ background-color: #f9f9f9;}
table.desk_table { width: auto; table-layout:fixed; width: 407px; margin:auto}
td.desk {position: relative; border:3px solid #ddd; padding:0 !important; height: 36px; width:36px}
td.desk:before {position: absolute; top:0;left:0; content: ""; display: block ;width: 12px; height: 100%; background: #ddd}
td.desk_left {position: relative; border-right: none}

.desk_no {cursor:pointer; top:2px; position: absolute; left:15px;border-radius: 5px ; background-color:#f26c4f;  text-align: center; font-weight: 900; color:#fff; padding: 5px; width: 30px; }

.i_bl{height:5px; display:inline-block; width:20px; background-color:#ccc;margin-bottom:3px; margin-right:5px }
.i_re{height:5px; display:inline-block; width:20px; background-color:#00c5c0;margin-bottom:3px; margin-right:5px }


.blank {width: 60px}
.ver .blank {height: 60px}
.re .desk_no {background-color: #978978;} /* cursor: none */
td.desk_right { border-left: none}
td.desk_right:before { content: ""; display: block ;width: 12px; height: 100%; background: #ddd; left:23px; position: absolute; top:0}
td.desk_right .desk_no {left:-10px;}


td.line {width: 4px ;background: #aaa; padding: 0 !important; height: 4px}
.dok_box { border: 3px solid #ccc;
    padding: 20px 0;
    border-radius: 5px; text-align: left; overflow: scroll}


    td.desk_up { border-top: none}
    td.desk_up:before { content: ""; display: block ;width: 100%; height: 12px; background: #ddd; left:0; position: absolute; top:23px}
    td.desk_up .desk_no {    left: 1px;
    top: -10px;}
    td.desk_down { border-bottom: none}
    td.desk_down:before { content: ""; display: block ;width: 100%; height: 12px; background: #ddd; left:0; position: absolute; top:0px}
    td.desk_down .desk_no {    left: 1px;
    top: 14px;}
.bgnone {background: none !important}

/*.paging a, .paging .next_hand, .paging .current_nowpage {padding: 2px 3px}*/
@media (max-width: 768px) {
  .content {
    padding:20px
  }
  .step01,.step {width: 100%}
  .nobr a {
    width: 47%;
    margin:1.5%
}
.table td,.table th {font-size: 12px}
.table th {min-width: auto}
}
@media (max-width: 458px) {
  .step01,.step {width: 100%}
  .nobr a {
    width: 100%;
    margin:1.5% 0

}
.pc_view { display: none}

}
.text-left {text-align: left !important}
tr.list td.title a {display: block; text-align: left}

.dok-line{margin: 0 15px 15px 0; display:inline-block}
.dok-line div{width: 20px; height: 5px; display:inline-block; margin-bottom:3px; margin-right:5px}

.dokseosil-ts{margin:0; padding:0; font-size:0;}
.dokseosil-ts li{
  list-style:none;
  width: calc( 20% - 10px);
  display:inline-block;
  line-height:100px; 
  text-align:center; 
  color:#fff; 
  margin:5px;  
  font-size:18px; 
  border-radius:5px; 
  background-color:#d2cdc8;
  cursor:pointer;
  font-weight:bold
}
.dokseosil-ts li.active{background-color:#f26c4f}

.panel-default{margin-top:20px;}

.fontcolor14{color:#141414 !important}

@media (max-width: 768px) {
  .step .s_img b{font-size:15px}
  .step .active .title{font-size:14px;}
  .dokseosil-ts li{
    line-height:40px
  }
}


/*페이징 CSS*/
.img_click {cursor:pointer}
.paging {text-align:center; border:solid 0px red; margin:15px 0 15px 0}
/*.paging a,
.paging strong { position:relative; display:inline-block; margin-right:1px; padding:2px 6px 3px; color:#555 !important; text-decoration:none; border:1px solid #ffffff; font:bold 11px/normal Verdana; _width :17px;}
.paging strong { color:#f66000 !important; border:1px solid #331fbe;}
.paging a:hover{ color:#000 !important;}
.paginate a:hover { background-color:#f7f7f7 !important; border:1px solid #e9e9e9;}*/

/*.current{position:relative;display:inline-block;width:28px;height:27px;line-height:27px;border:1px solid #b9b9b9;background-color:#fff;color:#ff5544;font-size:12px;text-align:center;z-index:1; margin-right:5px;}
.current:hover{position:relative;display:inline-block;width:28px;height:27px;line-height:27px;border:1px solid #0081a1;background-color:#fff;color:#000;font-size:12px;text-align:center;z-index:1; margin-right:5px;font-weight:bold;}
.current_nowpage{position:relative;display:inline-block;width:28px;height:27px;line-height:27px;border:1px solid #0081a1;background-color:#fff;color:#000;font-size:12px;text-align:center;z-index:1; margin-right:5px;font-weight:bold;}*/

.current{position:relative;display:inline-block;width:28px;height:27px;line-height:27px;border:1px solid #0081a1;background-color:#fff;color:#000;font-size:12px;text-align:center;z-index:1; margin-right:5px;font-weight:bold;}
.current:hover{position:relative;display:inline-block;width:28px;height:27px;line-height:27px;border:1px solid #b9b9b9;background-color:#fff;color:#ff5544;font-size:12px;text-align:center;z-index:1; margin-right:5px;font-weight:bold;}
.current_nowpage{position:relative;display:inline-block;width:28px;height:27px;line-height:27px;border:1px solid #b9b9b9;background-color:#fff;color:#ff5544;font-size:12px;text-align:center;z-index:1; margin-right:5px;}


.next{position:relative;display:inline-block;width:28px;height:27px;line-height:27px;border:1px solid #0081a1;background-color:#fff;color:#000;font-size:12px;text-align:center;z-index:1; margin-right:5px;font-weight:bold;}
.next_hand{position:relative;display:inline-block;width:28px;height:27px;line-height:27px;border:1px solid #0081a1;background-color:#fff;color:#000;font-size:12px;text-align:center;z-index:1; margin-right:5px;font-weight:bold;cursor:pointer;}
.next:hover{ color:#000 !important;}
.next_hand:hover{ color:#000 !important;}

/*페이징 CSS*/



/* 달력 */
.calendar { min-height:200px; margin:0 auto;}
.calendar th, .calendar td {width:14.28%; height:45px; text-align:center; }
.calendar .mp, .calendar .mn, .calendar .month {vertical-align:middle; text-align:center; color:#333333; opacity:1; display:inline-block;}
.calendar .month {width:140px; margin:0; font-family:'roboto'; font-size:28px}
.calendar td {font-weight:bold; font-size:16px; opacity:0.5;}
.calendar .week, .calendar .sun, .calendar .sat {border:1px solid #dddddd;}
/*
.calendar .week a, .calendar .sun a, .calendar .sat a {opacity:0.4; display:block; width:100%; height:62.5px; line-height:62.5px;}
*/
.calendar .pb {opacity:1;}
.calendar .week, .calendar .week a {color:#333333; }
.calendar .sun, .calendar .sun a {color:#e12f3f;}
.calendar .sat, .calendar .sat a {color:#199cfe;}
.hand{cursor:pointer !important;}
.bgRed{background-color:#ff0000 !important;}
/*.calendar td:not(.calender tr:first-child td):hover{background-color:#ffffff  !important;}*/
/*
.calendar td:not(.calender tr:first-child td):hover{background-color:#0081a1 !important; color:#fff  !important;} 원본
아이폰 사파리 css수정

.calendar td:not(.calender tr:first-child td):hover{background-color:#ffffff  !important;}
*/
.calendar td:empty{background-color:#ddd}

.root_daum_roughmap {width:100% !important}


@media (max-width: 768px) {

  input,select{font-size:14px !important}
}

.colorcate{text-align:right; font-size:0; margin:0}
.colorcate li {display:inline-block; margin-right:15px; font-size:15px;  }
.colorcate span{width:15px; height:15px; display:inline-block; border-radius:50%; margin-bottom:-2px}
 .d_reserv{background-color:rgb(99,184,184); color:#fff ;cursor:default !important;}
 .d_choise{background-color:rgb(340,131,0);  color:#fff}
 .d_disable{background-color:rgb(229,229,229); color:#aaa; cursor:default !important;}

.d_reserv td{cursor:default !important;}
 .d_disable td{cursor:default !important;}

.th_color th{background-color:#f8f8f8}
.td_hand td{cursor:pointer}
.td_hand td i{color:#ccc}

.td_hand .d_reserv i,  
.td_hand .d_choise i {color:#fff}
.td_hand .d_reserv:hover{background-color:rgb(99,184,184) !important; } 
.td_hand .d_disable:hover{background-color:rgb(229,229,229) !important; }
.td_hand .d_choise:hover{background-color:rgb(340,131,0) !important;}
.td_hand tr:nth-child(n+4):hover{background-color:rgb(340,131,0) !important;}


.dockseosil_seattb table{margin:5px 0.5%; width:19%; float:left}

@media all and (max-width: 1200px) {
 .dockseosil_seattb table{width:32%; }
}
 @media all and (max-width: 768px) {
  .dockseosil_seattb table{width:49%; }
 }



.colorbox{font-size:0; text-align:right}
.colorbox li{display:inline-block; font-size:13px;margin-left:15px; vertical-align: top;line-height:1 }
.colorbox div{width:13px; height:13px;background-color:#ddd; display:inline-block;margin-right:3px; vertical-align: top}

.bg_01{background-color:#69c3c3 !important;  color:#fff !important}
.bg_c{background-color:#ffcf00 !important }
.seatc{background-color:#f0f0f0  !important; }

.non{background-color:#ffffff !important}

.tableb-aaa{border:1px solid #666 !important }
.tableb-aaa td{border:1px solid #666 !important}

.wid30{width:30%}
.wid40{width:40%}


.artdate_tb td{padding:2px 5px !important; height:auto; text-align:center}
.artdate_tb td span{border:1px solid #ddd;width:100%; height:100%;display:inline-block;vertical-align:middle}
.artdate_tb td span:hover{background-color:#0080a1; color:#fff !important}



.pagefix {
    width: 100%;
    height: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;

}
.pagefix img{
  max-width: 100%;
  max-height: 100%;
  }


/* 230725 */
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mb30 { margin-bottom: 30px !important;}
.height40 {height:40px !important;}
.height45 {height:45px !important;}
.height50 {height:50px !important;}
.size15{font-size:15px; !important;}

.bt-box{display: block;}
.bt-box:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
} 

.titlebar {position: relative; left: 16px; font-size: 18px; font-weight: 600; margin-bottom:10px;}

.titlebar:before {
    transform: translateY(90%);
    content: "";
    left: -13px;
    top: 0;
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #038dfe;}

.seatbox2{
    display:block;
    font-size: 0;
    border: 1px solid #d0d0d0;
    padding: 10px;
	border-radius: 5px; 
    background-color: #f8f8f8;
    word-spacing: 0;
}
.seatbox2 div {
    display: inline-block;
	margin: 1% 0;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 16px;
    padding: 13px;
    border-radius: 5px;
    word-break: keep-all;
}
.seatbox3{
    display: flex;
    border: 1px solid #d0d0d0;
    padding: 6px;
    border-radius: 5px;
  /*   background-color: #f8f8f8; */
    word-spacing: 0;
    flex-wrap: wrap;
    flex-direction: row;
}

.seatbox4{
    display: flex;
  /*   background-color: #f8f8f8; */
    word-spacing: 0;
    flex-wrap: wrap;
    flex-direction: row;
}


.sit{margin:0.5%; width: 24%;}	
.sit-table {
    border-collapse: collapse;
    width:100%;
    text-align: center;
}

.sit-table td {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 0 !important;

}

.sit-table .side {
    background-color: #f5f5f5;
    vertical-align: middle;
}
.sit-btn{
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    padding: 14px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
    cursor: pointer;
}



.n-bt1 {
	line-height: 1.1;
	display: flex !important;
    justify-content: center;
    align-items: center;    
	/* margin-right: 2% !important; */
    width: 100%;
    float: left;
	height: 55px;
	text-align: center;
    background-color: white;
    border: 1px solid #7d7d7d;
    text-decoration: none;
    color: #000000;
    border-radius: 3px;
	transition: all 0.3s ease;
    cursor:pointer;
	position: relative;
}
.n-bt1:nth-child(1) { margin-right: 0 !important;}


.n-bt2 {
	line-height: 1.1;
	display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 2% !important;
    width: 49%;
    float: left;
	height: 55px;
	text-align: center;
    background-color: white;
    border: 1px solid #7d7d7d;
    text-decoration: none;
    color: #000000;
    border-radius: 3px;
	transition: all 0.3s ease;
	cursor:pointer;
	position: relative;
}
.n-bt2:nth-child(2n) { margin-right: 0 !important;}

.n-bt3 {
    margin-right: 1% !important;
    width: 32%;
    float: left;
	height: 55px;
	line-height: 1.1;
	display: flex !important;
    justify-content: center;
    align-items: center;
	text-align: center;
    background-color: white;
    border: 1px solid #7d7d7d;
    text-decoration: none;
    color: #000000;
    border-radius: 3px;
	transition: all 0.3s ease;
	cursor:pointer;
	position: relative;
}
.n-bt3:nth-child(3n){ margin-right: 0 !important;}

.n-bt4 {
	line-height: 1.1;
	display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 1% !important;
	text-align: center;
    width: 23.5%;
    float: left;
	height: 55px;
    background-color: white;
    border: 1px solid #cfcfcf;
    text-decoration: none;
    color: #000000;
    border-radius: 3px;
	transition: all 0.3s ease;
	cursor:pointer;
	position: relative;
}
.n-bt4:nth-child(4n){ margin-right: 0 !important;}

.bc01 {
    color: #fff;
    background-color: #00a1b7 !important;
    border-color: #009494 !important;
}
.bc02 {
    color: #fff;
    background-color: #028a9c !important;
    border-color: #02617a !important;
}

.bc03{
    color: #fff;
    background-color: #006e89 !important;
    border-color: #00627a !important;
}


.bc04{
    color: #fff;
    background-color: #f4b800 !important;
    /* border-color: #b99600 !important; */
}
/*  */

.table2 {
    border: 1px solid #d0d0d0;
    width: 100%;
    padding: 0;
    margin: 0;
	font-size:15px;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;	
}


.table2 tr {background-color: #fff; overflow-x: auto;}
.table2 tr:first-child {border-top: 0;}

.table2 th {
    border: 1px solid #d0d0d0;
    padding: 8px 10PX !important;
    font-weight:700;
    background-color: #f2f2f2;
}

.table2 td {
    border: 0;
    word-break: break-all;
    vertical-align: middle;
    empty-cells: show;
	border: 1px solid #d0d0d0;
    padding: 10px 8px !important;
}

.table2 td a:link {text-decoration: none; color: #141414;}

.res_box {padding:20px; text-align:center;}
.res_box h2{font-size:32px; font-weight:bold; line-height: 1.4;}




.colorcate {
/*  text-align: right;
    font-size: 0;
    margin-right: 10px;
    margin-bottom: 13px;
    margin-top: -38px; */

    text-align: right;
    font-size: 0;
   /*  margin-right: 10px; */
    
}

.colorcate li {
    display: inline-block;
    font-size: 12px;
	 padding-right: 5px;
}

.colorcate li:last-child {
    margin-right: 0
}

/* - ------------------예약 색상 -------------*/
.colorcate span {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 10%;
    margin-bottom: -2px
}

.d_choise {
background-color: #00a1b7 !important;
    border: 1px solid #00899c !important;
    color: #fff !important;
    cursor: default !important;
}

.d_reserv{
    /*display:block;*/
    background-color: #FFCC00 !important;
    border: 1px solid #FFB400 !important;
    color: #111 !important
}

.d_disable{
    background-color: #D2D2D2 !important;
    border: 1px solid #AAAAAA !important;
    color: #aaa !important;
    cursor: default !important;
}



@media (max-width: 768px) {
.res_box h2{font-size:26px;} 
.sit{margin:1%; width: 48%;}	
.step01 {
    margin: 0px auto;
    padding: 5px;
    width: 100%;
.container {
   padding: 0 !important;
   margin:0 !important;
}
.seatbox3 {
    display: flex;
    border:0;
    padding: 0;
    border-radius: 0px;
    /* background-color: #f8f8f8; */
    word-spacing: 0;
    flex-wrap: wrap;
    flex-direction: row;
}

.seatbox2 {
    font-size: 0;
    border: 0;
    padding: 0px;
    border-radius: 0;
background-color: #fff;
}

}


