*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: hidden
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body.single-cb_cursuri {
  overflow-x: hidden
}

.grecaptcha-badge {
  visibility: collapse !important
}

article {
  width: 100%
}

.isDisabled {
  cursor: not-allowed;
  pointer-events: none
}

.clear:before,
.clear:after {
  content: ' ';
  display: table
}

.clear:after {
  clear: both
}

.clear {
  *zoom: 1
}

::-webkit-input-placeholder {
  color: #333;
  opacity: 1
}

:-moz-placeholder {
  color: #333;
  opacity: 1
}

::-moz-placeholder {
  color: #333;
  opacity: 1
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1
}

img {
  max-width: 100%;
  vertical-align: bottom
}

a {
  color: #41B2E5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

a:hover {
  color: #1FA5DE;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

a:focus {
  outline: 0
}

a:hover,
a:active {
  outline: 0
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC
}

h1 {
  font-size: 28px;
  line-height: 32px
}

h2 {
  font-size: 24px;
  line-height: 28px
}

h3 {
  font-size: 20px;
  line-height: 24px
}

h4 {
  font-size: 18px;
  line-height: 22px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3D3D3D;
  font-weight: 600
}

h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 20px
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

p {
  margin: 0 0 10px
}

@media (max-width:767px) {
  h1 {
    font-size: 24px;
    line-height: 28px
  }

  h2 {
    font-size: 20px;
    line-height: 24px
  }

  h3 {
    font-size: 18px;
    line-height: 22px
  }

  h4 {
    font-size: 16px;
    line-height: 20px
  }

  p {
    font-size: 14px
  }
}

.main_color {
  color: #41B2E5
}

.formular-contact {
  margin: 0 auto
}

.btn {
  padding: 12px 20px;
  margin-top: 20px;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.smaller {
  font-size: 16px
}

.btn:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.btn-main {
  color: #fff;
  background: #41B3E5;
  border: 1px solid #41B3E5
}

.btn-main:hover {
  background: #fff0;
  color: #41B3E5
}

.btn-second {
  color: #41B3E5;
  background: #fff0;
  border: 1px solid #41B3E5
}

.btn-second:hover {
  background: #41B3E5;
  color: #fff
}

.btn-third {
  color: #fff;
  background: #fff0;
  border: 1px solid #fff
}

.btn-third:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #41B3E5
}

.special_offers {
  display: flex;
  align-items: center;
  margin-top: auto;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px
}

.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative
}

.header .home-banner {
  height: 100vh;
  background: url(./home-main-header.jpg) no-repeat;
  background-position: top center;
  padding-top: 55px;
  position: relative;
  background-size: cover
}

.header .more-push {
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 998;
  margin: 0 auto;
  width: 200px
}

.header .more-push span {
  position: relative;
  cursor: pointer
}

.header .more-push span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #fff;
  margin: 0 auto;
  bottom: -62px
}

.header .menu-container {
  position: absolute;
  left: 0;
  top: 60px;
  height: 88%;
  padding: 0 40px;
  border-right: 1px solid #fff;
  z-index: 998
}

.header .cb-logo {
  margin-top: 40px
}

.header .cb-logo img {
  max-width: 200px
}

.header .menu-container .inner-menu {
  position: relative;
  height: 100%
}

.header .menu-container .menu-trigger,
.header .menu-container .search-trigger {
  text-align: center;
  cursor: pointer
}

.header .menu-container .menu-trigger {
  margin-top: 1px
}

.header .menu-container .search-trigger {
  margin-top: 30px
}

.header .menu-container .social-container {
  text-align: center;
  position: absolute;
  bottom: 0
}

.header .menu-container .social-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.header .menu-container .social-container ul li {
  display: block
}

.header .menu-container .social-container ul li a {
  color: #fff;
  font-size: 28px
}

.header .menu-container .social-container ul li a:hover {
  color: #41B2E5
}

.header .middle-banner .middle-inner {
  position: relative;
  text-align: center
}

.header .middle-banner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header .middle-banner h3 {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin: 0 auto
}

.banner-middle-inner {
  position: relative
}

.header .pages-banner {
  background-position: top center !important;
  padding-top: 55px;
  background-size: cover !important;
  position: relative;
  height: 50vh
}

@media only screen and (max-width:767px) {
  .header .pages-banner {
    height: 90vh
  }

  .header .middle-banner {
    top: 40%
  }

  .header .middle-banner .middle-inner img {
    max-width: 180px
  }
}

@media only screen and (max-width:540px) {
  .header .pages-banner {
    height: 55vh
  }
}

.header .pages-banner .menu-container .social-container {
  bottom: 30px
}

.search-header {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(68 118 151 / .8);
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.search-header.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.search-header form.search {
  max-width: 800px;
  width: 100%;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%)
}

.search-header form.search .form-control {
  border-width: 0 0 2px 0;
  border-color: #fff;
  border-style: solid;
  font-size: 20px;
  background: #fff0;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.search-header form.search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none
}

.search-header form.search .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.search-header form.search .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1
}

.search-header form.search .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1
}

.search-header form.search .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.search-header form.search .form-group .search-submit {
  font-size: 28px;
  top: 5px;
  right: 10px
}

.search-header form.search .form-group .search-submit:hover {
  color: #fff
}

.search-header .search-close,
.header-hidden-menu .menu-close {
  position: absolute;
  right: 30px;
  top: 50px;
  cursor: pointer;
  z-index: 100000
}

.search-header .search-close i,
.header-hidden-menu .menu-close i {
  font-size: 42px;
  color: #fff;
  cursor: pointer
}

body.error404 header {
  background: url(/wp-content/uploads/2019/07/404-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center
}

body.error404 h1.big-one {
  font-size: 100px;
  line-height: normal;
  font-weight: 700
}

body.error404 .middle-title {
  display: none
}

body.search-on {
  overflow-y: hidden
}

.header .header-hidden-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(68 118 151 / .9);
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.header .header-hidden-menu.on {
  opacity: 1;
  visibility: visible
}

.header .header-hidden-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  top: 35%;
  position: relative;
  text-align: center;
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%)
}

.header .header-hidden-menu .menu>li {
  display: inline-block;
  padding: 15px 20px;
  border-right: 1px solid #fff;
  position: relative
}

.header .header-hidden-menu .menu>li.servicii-menu {
  padding: 20px 80px
}

.header .header-hidden-menu .menu>li:last-child {
  border: 0
}

.header .header-hidden-menu .menu>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 26px;
  font-weight: 400
}

.header .header-hidden-menu .menu>li>a:hover {
  opacity: .8
}

.header .header-hidden-menu .menu ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 80px;
  bottom: 0;
  padding: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.header .header-hidden-menu .menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible
}

.header .header-hidden-menu .menu ul.sub-menu>li {
  padding-bottom: 5px
}

.header .header-hidden-menu .menu ul.sub-menu>li>a {
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
  line-height: 18px
}

.header .header-hidden-menu .menu ul.sub-menu>li>a:hover {
  opacity: .8;
  text-decoration: underline
}

body.menu-on .nav {
  opacity: 0;
  visibility: hidden
}

body.menu-on {
  overflow-y: hidden !important
}

@media (max-width:1440px) {
  .header .header-hidden-menu #menu-header-hidden-menu>li>a {
    font-size: 18px;
    line-height: 24px
  }
}

@media (max-width:1280px) {
  .header .header-hidden-menu #menu-header-hidden-menu>li {
    padding: 20px
  }
}

@media (max-width:1199px) {
  .nav {
    display: none
  }

  .header .header-hidden-menu ul {
    top: 38%
  }

  .header .header-hidden-menu #menu-header-hidden-menu>li,
  .header .header-hidden-menu #menu-header-hidden-menu>li.servicii-menu {
    display: block;
    border: 0;
    padding: 15px 20px
  }

  .header .header-hidden-menu #menu-header-hidden-menu>li>a {
    font-size: 22px;
    line-height: 28px
  }

  .header .header-hidden-menu #menu-header-hidden-menu ul.sub-menu {
    display: none !important
  }

  .header .menu-container {
    top: 35px
  }
}

@media (max-width:800px) {
  .header .middle-banner h3 {
    font-size: 22px
  }

  .header .pages-banner .menu-container .social-container,
  .header .menu-container .social-container {
    bottom: auto;
    display: inline-block;
    float: right;
    position: relative
  }

  .header .menu-container .social-container ul li {
    display: inline-block;
    padding-left: 10px
  }

  .header .menu-container .social-container ul li a {
    font-size: 24px
  }

  .header .menu-container {
    top: 25px;
    width: 100%;
    height: 55px
  }

  .header .menu-container .menu-trigger {
    display: inline-block
  }

  .header .menu-container .search-trigger {
    margin-top: 0;
    display: inline-block;
    margin-left: 20px
  }
}

@media (max-width:767px) {
  .search-header form.search {
    max-width: 480px;
    padding: 0 20px
  }

  #articole-blog .media {
    display: block !important
  }

  .single-post-header {
    margin-bottom: 20px
  }

  .post-info {
    margin-bottom: 10px
  }

  .header .header-hidden-menu #menu-header-hidden-menu>li,
  .header .header-hidden-menu #menu-header-hidden-menu>li.servicii-menu {
    padding: 10px 20px
  }

  .header .header-hidden-menu #menu-header-hidden-menu>li>a {
    font-size: 20px;
    line-height: 26px
  }
}

@media (max-width:540px) {

  .header .header-hidden-menu #menu-header-hidden-menu>li,
  .header .header-hidden-menu #menu-header-hidden-menu>li.servicii-menu {
    padding: 5px 15px
  }

  .header .header-hidden-menu #menu-header-hidden-menu>li>a {
    font-size: 16px;
    line-height: 20px
  }
}

@media (max-width:480px) {
  .header .middle-banner h3 {
    font-size: 16px
  }
}

@media (max-width:340px) {
  .header .menu-container .social-container ul li a {
    font-size: 20px
  }

  .header .menu-container .social-container ul li {
    padding-left: 5px
  }

  .header .menu-container .search-trigger {
    margin-left: 10px
  }

  .header .middle-banner h3 {
    font-size: 14px
  }
}

.nav {
  text-align: center
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.nav ul li {
  display: inline-block;
  padding: 0 15px
}

.nav ul li a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px
}

.nav ul li a:hover {
  color: #41B2E5
}

@media (max-width:1440px) {
  .nav ul li a {
    font-size: 18px;
    line-height: 24px
  }
}

@media (max-width:1366px) {
  .nav ul li a {
    font-size: 16px;
    line-height: 22px
  }
}

@media (max-width:1366px) {
  .nav ul li {
    padding: 0 15px
  }
}

@media (max-width:1280px) {
  .nav ul li {
    padding: 0 10px
  }
}

.footer {
  background: #447697;
  color: #fff
}

.footer p,
.footer a,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #fff
}

.footer h4,
.footer h5,
.footer h6 {
  font-weight: 600
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.footer .footer-about ul li {
  margin-bottom: 10px
}

.footer .footer-about ul li a i {
  margin-right: 0;
  transition: all 0.3s ease
}

.footer .footer-about ul li a:hover i {
  margin-right: 5px;
  transition: all 0.3s ease
}

.footer .top-info {
  background: #1B2E3C;
  padding: 15px 0;
  color: #fff;
  font-size: 18px
}

.footer .top-info .container i.fas {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #A2A2A2;
  text-align: center;
  color: #fff;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 15px
}

.footer .top-info .container .row {
  align-items: center;
  justify-content: space-between
}

.footer .footer-columns {
  padding: 50px 0;
  background: #447697
}

.acceptance-acord .wpcf7-list-item {
  margin-left: 0
}

.acceptance-acord label {
  font-size: 13px;
  margin-bottom: 15px
}

.footer .footer-email {
  align-items: center;
  display: flex
}

.footer .footer-email .email-icon {
  display: inline-block;
  float: left
}

.footer .footer-email .emails-box {
  display: inline-block
}

.footer .footer-email .emails-box .sep {
  padding: 0 3px
}

.footer .footer-email .emails-box a,
.footer .footer-phone a,
.footer .footer-location a {
  font-size: 16px
}

.footer .footer-links ul li:not(:last-child),
.footer .footer-servicii ul li:not(:last-child) {
  margin-bottom: 5px
}

.footer .footer-newsletter form input.abonare-input {
  background: #CACACA;
  border: 0;
  outline: none;
  width: 100%;
  padding: 12px 15px;
  min-height: 40px;
  color: #333;
  margin-bottom: 10px
}

.footer .footer-newsletter form input.abonare-btn {
  background: #41B3E5;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.footer .footer-newsletter form input.abonare-btn:hover {
  background: #1B2E3C;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.footer .copyright-container {
  background: #222;
  color: #fff;
  padding: 18px 0;
  position: relative
}

.footer .copyright-container #backtotop {
  cursor: pointer;
  position: fixed;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  background: #f7f7f7;
  color: #1B2E3C;
  right: 20px;
  bottom: 20px;
  padding: 5px;
  z-index: 1000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.footer .copyright-container .container .row {
  align-items: center
}

.footer .copyright-container #backtotop:hover {
  background: #1B2E3C;
  color: #fff
}

.footer .copyright-container .copyright {
  margin: 0;
  font-size: 14px
}

.footer .copyright-container .footer-social {
  text-align: right
}

.footer .copyright-container .footer-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.footer .copyright-container .footer-social ul li {
  display: inline-block;
  padding-right: 15px
}

.footer .copyright-container .footer-social ul li:last-child {
  padding: 0
}

.footer .copyright-container .footer-social ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #fff;
  text-align: center;
  color: #1B2E3C;
  line-height: 32px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.footer .copyright-container .footer-social ul li:hover a {
  background: #41B2E5;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

@media (max-width:1440px) {
  .footer .copyright-container #backtotop {
    bottom: 65px
  }
}

@media (max-width:1199px) {
  .footer .top-info {
    text-align: center
  }

  .footer-about,
  .footer-newsletter {
    margin-bottom: 40px
  }

  .footer .copyright-container {
    text-align: center
  }

  .footer .copyright-container .footer-social {
    text-align: center;
    margin-top: 20px
  }
}

@media (max-width:991px) {
  .footer-phone {
    margin-top: 20px
  }

  .footer-about,
  .footer-newsletter,
  .footer-servicii,
  .footer-links,
  .footer-menu {
    margin-bottom: 20px
  }
}

@media (max-width:767px) {
  .footer .top-info .container i.fas {
    display: none
  }

  .footer .footer-email .email-icon {
    display: block;
    float: none;
    margin-top: 0;
    margin-bottom: 0
  }

  .footer .footer-email .email-icon i.fas {
    margin-bottom: 0 !important
  }

  .footer .copyright-container #backtotop {
    bottom: 20px;
    right: 40px
  }

  .footer .footer-phone {
    display: flex;
    align-items: center
  }

  .footer .top-info .container #footer__phone {
    margin: 0 auto
  }
}

.m-0 {
  margin: 0
}

.m-b-0 {
  margin-bottom: 0
}

.m-b-1 {
  margin-bottom: 10px
}

.m-b-3 {
  margin-bottom: 30px
}

.m-b-4 {
  margin-bottom: 40px
}

.m-b-6 {
  margin-bottom: 60px
}

.m-t-0 {
  margin-top: 0
}

.m-t-6 {
  margin-top: 60px
}

@media (min-width:1441px) {
  .p-r-0 {
    padding-right: 0
  }

  .p-r-1 {
    padding-right: 10px
  }

  .p-r-2 {
    padding-right: 20px
  }

  .p-r-4 {
    padding-right: 40px
  }

  .p-l-0 {
    padding-left: 0
  }

  .p-l-4 {
    padding-left: 40px
  }
}

.p-b-8 {
  padding-bottom: 80px
}

.p-b-5 {
  padding-bottom: 50px
}

.p-b-3 {
  padding-bottom: 30px
}

.p-t-8 {
  padding-top: 80px
}

.p-t-5 {
  padding-top: 50px
}

.p-t-3 {
  padding-top: 30px
}

.p-initial {
  position: initial
}

.f-20 {
  font-size: 20px
}

.text-center {
  text-align: center
}

.widget_calendar {
  margin: 40px 0 0
}

#wp-calendar {
  width: 100%
}

#wp-calendar caption {
  padding: 0 10px;
  text-align: right;
  font-weight: 700;
  margin: -5px 0 5px 0;
  caption-side: top
}

#wp-calendar thead {
  font-size: 10px
}

#wp-calendar thead {
  font-size: 10px
}

#wp-calendar thead th {
  padding: 5px 10px;
  font-weight: 700;
  border-top: 1px solid #f5f5f5
}

#wp-calendar tbody {
  color: #aaa
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 5px 8px
}

#wp-calendar tbody .pad {
  background: none
}

#wp-calendar tfoot #prev {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 5px
}

#h-d-section {
  padding-top: 70px;
  padding-bottom: 70px
}

#h-d-section .h-d-img {
  padding-top: 60px;
  border-right: 1px solid #51B7E7
}

#h-d-section .h-d-text p {
  font-size: 20px;
  line-height: 24px
}

#h-s-section {
  background-color: #EFEFEF;
  min-height: 365px;
  max-height: 365px;
  height: 100%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px
}

#h-s-section p {
  font-size: 18px;
  line-height: 20px
}

#h-s-section h1 {
  font-size: 28px;
  line-height: 32px
}

.box-s-one {
  border-right: 1px solid #fff
}

.box-s-third {
  background-size: cover !important;
  background-position: center center !important;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  right: 0;
  width: 30%;
  height: 100%;
  top: 0
}

.box-s-third .event-h-title {
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  display: inline-block
}

.box-s-third .box-inner {
  padding-top: 60px;
  padding-right: 80px;
  background-repeat: no-repeat;
  background-position: left center
}

.box-s-third .box-inner .box-inside-inner {
  border-right: 1px solid #fff;
  padding-bottom: 90px
}

.box-s-third .box-inner-img {
  text-align: right;
  display: block
}

#v-section {
  padding-top: 50px;
  padding-bottom: 80px
}

.prezentare-video {
  text-align: center
}

.prezentare-video h1 {
  margin-bottom: 50px;
  font-weight: 400
}

.prezentare-video h1 span {
  font-weight: 700;
  display: block;
  font-size: 36px;
  line-height: 48px
}

.cursuri_section_main {
  background: #f7f7f7
}

#cursuri-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px
}

#cursuri-section .line-before:before {
  content: "";
  height: 80px;
  width: 1px;
  position: absolute;
  background: #41B3E5;
  top: -80px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto
}

#cursuri-section .line-after:after {
  content: "";
  height: 70px;
  width: 1px;
  position: absolute;
  background: #41B3E5;
  top: 92px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto
}

#cursuri-section .inner_content {
  background: #fff;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

#cursuri-section .inner_content h2 {
  margin-top: 0;
  font-size: 22px
}

#cursuri-section .inner_content p {
  margin-bottom: 30px;
  font-size: 15px
}

#cursuri-section .inner_content .content_inner .btn-main {
  margin-top: auto;
  align-self: flex-start;
  width: auto;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease
}

#cursuri-section .inner_content .content_inner .btn-main i {
  margin-left: 0;
  font-size: 14px;
  transition: all 0.3s ease
}

#cursuri-section .inner_content .content_inner .btn-main:hover i {
  margin-left: 5px;
  transition: all 0.3s ease
}

#cursuri-section .inner_content .content_inner {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 16px 30px rgb(0 0 0 / .08)
}

#cursuri-section .tag_program {
  position: absolute;
  top: 0;
  right: 20px;
  background: #41B3E5;
  padding: 6px 20px;
  color: #fff;
  font-weight: 600
}

#cursuri-section .program_background_image {
  min-height: 250px;
  max-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

@media (max-width:1680px) {
  #h-s-section p {
    font-size: 16px;
    line-height: 20px
  }

  #h-s-section h1 {
    font-size: 24px;
    line-height: 28px
  }
}

@media (max-width:1366px) {
  #h-d-section .h-d-text p {
    font-size: 16px;
    line-height: 20px
  }
}

@media (max-width:1280px) {
  .box-s-third {
    width: 25%
  }

  #h-s-section h1 {
    font-size: 22px;
    line-height: 26px
  }
}

@media (max-width:1199px) {
  #h-d-section .h-d-img {
    border: 0;
    padding-top: 0;
    text-align: center
  }

  #h-d-section .h-d-img img {
    width: 100%
  }

  #h-d-section .h-d-text {
    margin-top: 30px
  }

  #h-s-section {
    max-height: 100%
  }

  .box-s-second {
    margin-top: 30px
  }

  .box-s-one {
    border: 0
  }

  .box-s-third {
    width: 40%
  }

  .m-b-6 {
    margin-bottom: 30px
  }
}

@media (max-width:991px) {
  .box-s-third {
    width: 35%
  }

  .embed-v iframe {
    width: 100%;
    height: auto;
    min-height: 300px
  }
}

@media (max-width:960px) {
  #h-s-section {
    min-height: 700px
  }

  .box-s-third {
    top: auto;
    width: 100%;
    bottom: 0;
    height: 20%
  }
}

.oferte-speciale-container {
  padding-top: 60px;
  background: #f7f7f7
}

.oferte-speciale-container .pachet_box {
  padding: 25px 30px;
  margin-bottom: 40px;
  height: 100%;
  background: #fff;
  box-shadow: 0 16px 30px rgb(0 0 0 / .06);
  border-radius: 10px
}

.oferte-speciale-container .pachet_box h4 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600
}

.oferte-speciale-container .pachet_box .inner_content p:last-child {
  margin-top: 30px;
  margin-bottom: 30px
}

.oferte-speciale-container .pachet_box h3 {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px
}

.oferte-speciale-container .pachet_box h3 a {
  color: #333
}

.oferte-speciale-container .pachet_box h3 a:hover {
  color: #41B3E5
}

.oferte-speciale-container .pachet_box .inner_box_pachet {
  display: flex;
  flex-direction: column;
  height: 100%
}

.oferte-speciale-container .bottom_content {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 60px
}

.oferte-speciale-container .bottom_content .form_oferte {
  padding-left: 30px;
  border-left: 1px solid #ddd
}

#listing-servicii,
#cursuri-container {
  padding-top: 80px;
  padding-bottom: 80px
}

#listing-servicii #list-box-serv:not(:last-child) {
  margin-bottom: 60px
}

#listing-servicii #list-box-serv .serv-img {
  padding: 40px 0
}

#listing-servicii #list-box-serv:nth-child(odd) .serv-img {
  border-right: 1px solid #41B3E5
}

#listing-servicii #list-box-serv:nth-child(even) .serv-img {
  border-left: 1px solid #41B3E5
}

#listing-servicii #list-box-serv .serv-box-text p {
  font-size: 20px;
  line-height: 26px
}

.middle-title {
  text-align: center;
  padding-top: 13vh
}

.middle-title h1 {
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
  border: 2px solid #fff
}

@media (max-width:1440px) {
  .middle-title h1 {
    font-size: 32px;
    line-height: 38px
  }
}

@media (max-width:1366px) {
  #listing-servicii #list-box-serv .serv-box-text p {
    font-size: 16px;
    line-height: 22px
  }
}

@media (max-width:1199px) {
  #listing-servicii #list-box-serv:nth-child(odd) .serv-img {
    border-right: 0
  }

  #listing-servicii #list-box-serv:nth-child(even) .serv-img {
    border-left: 0
  }

  #listing-servicii #list-box-serv .serv-img {
    text-align: center;
    padding-top: 0
  }

  #listing-servicii #list-box-serv .serv-img img {
    width: 100%
  }

  .middle-title h1 {
    padding: 12px 30px;
    font-size: 24px;
    line-height: 28px
  }
}

@media (max-width:767px) {
  .middle-title h1 {
    font-size: 28px;
    line-height: 32px
  }

  #listing-servicii #list-box-serv .serv-img {
    padding-bottom: 20px
  }
}

@media (max-width:600px) {
  .middle-title h1 {
    font-size: 24px;
    line-height: 28px
  }
}

@media (max-width:540px) {
  .middle-title {
    padding-top: 10vh
  }

  .middle-title h1 {
    font-size: 18px;
    line-height: 22px
  }
}

#viziune-container {
  background: #EFEFEF
}

.d-intro-img {
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid #49B5E6
}

.d-cb-img,
.d-mn-img {
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 1px solid #49B5E6
}

#calitati-container {
  background: #EFEFEF;
  position: relative
}

#calitati-container:before {
  content: "";
  height: 80px;
  width: 1px;
  background: #49B5E6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -80px
}

#calitati-container h1 {
  position: relative
}

#calitati-container h1:before {
  content: "";
  height: 80px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -80px
}

.d-box-bottom {
  min-height: 123px
}

.contact-form {
  border-right: 1px solid #41B3E5
}

.contact-sidebar ul {
  list-style-type: none;
  margin: 40px 0 0 0;
  padding: 0;
  font-size: 20px
}

.contact-sidebar ul li {
  margin-bottom: 20px
}

.contact-sidebar ul li .c-icon img {
  vertical-align: middle
}

.contact-sidebar ul li p {
  margin: 0
}

body.contact iframe {
  margin-bottom: -10px
}

.echipa_section {
  background: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px
}

.echipa_section .container {
  max-width: 1280px
}

.team-box {
  text-align: center;
  background: #fff;
  padding: 35px 25px;
  margin: 0 auto 30px;
  box-shadow: 0 16px 30px rgb(0 0 0 / .06);
  border-radius: 10px
}

.team-desc p {
  margin: 0;
  line-height: 20px
}

.team-desc p a {
  color: #447697;
  text-decoration: underline
}

.team-desc p a:hover {
  text-decoration: none;
  color: #41B2E5
}

.team-avatar a img {
  width: 100%;
  max-width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

article.cb_echipa img {
  max-width: 150px;
  height: auto;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

body.single-cb_echipa .container {
  max-width: 1280px
}

.member__box {
  display: flex
}

.member__box .member__avatar {
  max-width: 150px;
  width: 100%
}

.member__box .member_content {
  padding-left: 20px
}

.member__box .member_content h2 i {
  color: #41B2E5
}

.competenta_box {
  background: #f7f7f7;
  padding: 25px;
  height: 100%
}

.competenta_box .icon_holder {
  display: flex;
  align-items: center
}

.competenta_box .icon_holder i {
  font-size: 20px
}

.competenta_box .icon_holder h4 {
  padding-left: 15px
}

.competenta_box .competente_holder {
  padding-left: 15px
}

.competenta_box .competente_holder ul {
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 35px
}

#competenta__line {
  border-top: 1px solid #f7f7f7;
  padding-top: 20px;
  margin-top: 30px
}

@media all and (max-width:768px) {
  .member__box {
    display: block
  }

  .member__box .member__avatar {
    margin: 0 auto
  }

  .member__box .member_content {
    padding-left: 0;
    margin-top: 25px
  }

  .member__box .member_content h2 {
    text-align: center
  }

  #competenta__line .col {
    margin-bottom: 25px
  }
}

body.single-cb_servicii .pages-banner {
  background-position: center center !important
}

form.search .form-group {
  position: relative
}

form.search .form-group .search-submit {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  color: #e7e7e7;
  z-index: 998;
  cursor: pointer;
  background: #fff0;
  border: 0;
  box-shadow: none
}

form.search .form-group .search-submit:hover {
  color: #447697
}

form.search .form-group .form-control {
  padding: 12px 20px;
  min-height: 50px
}

.sidebar-widget,
.widget_recent_entries {
  margin: 40px 0 0
}

.footer-columns .widget_recent_entries {
  margin: 0
}

.sidebar-widget ul,
.widget_recent_entries ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.sidebar-widget ul li,
.widget_recent_entries ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7
}

#sidebar-line {
  border-left: 1px solid #e7e7e7
}

#articole-blog article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7
}

#articole-blog .featured_content h2 {
  margin-bottom: 10px;
  font-size: 20px
}

a.view-article {
  text-decoration: underline;
  font-style: italic;
  color: #49B5E6
}

a.view-article:hover {
  color: #444;
  text-decoration: none
}

.single-post-header {
  padding: 15px 0;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7
}

.single-post-header h1 {
  margin-top: 0;
  margin-bottom: 10px
}

.single-post-header .post-info {
  margin-bottom: 5px
}

.single-categorie {
  padding: 10px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7
}

.single-categorie span {
  font-weight: 600;
  margin-right: 10px;
  color: #444;
  display: inline-block
}

.post-info {
  font-size: 14px;
  width: auto;
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px 15px;
  background: #e7e7e7;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px
}

.pagination {
  padding: 5px 0;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.pagination>span,
.pagination a {
  padding: 3px;
  margin-right: 5px
}

.pagination .current {
  color: #447697;
  font-weight: 600
}

#list-box-curs {
  margin-bottom: 60px
}

#cursuri-container {
  background: #f7f7f7
}

#cursuri-container #list-box-curs .background_course {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

body.nlp-training #cursuri-container #list-box-curs .background_course {
  background-position: left center
}

#cursuri-container #list-box-curs .course-content {
  background: #fff;
  position: relative;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 16px 30px rgb(0 0 0 / .06)
}

#cursuri-container #list-box-curs .course-content .inner_course {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column
}

#cursuri-container #list-box-curs .course-content .inner_course .tag_curs {
  display: block;
  margin: 12px 0
}

#cursuri-container #list-box-curs .course-content .inner_course .tag_curs a {
  background: #41B3E5;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 5px
}

#cursuri-container #list-box-curs .course-content .inner_course h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px
}

#cursuri-container #list-box-curs .course-content .inner_course h2 a {
  color: #333
}

#cursuri-container #list-box-curs .course-content .inner_course h2 a:hover {
  color: #41B3E5
}

#cursuri-container #list-box-curs .course-content .inner_course .btn_course {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  padding: 0;
  position: absolute;
  top: -26px;
  margin-top: 0;
  right: 30px
}

#cursuri-container #list-box-curs .course-content .inner_course .btn_course:hover {
  background: #fff
}

#cursuri-container #list-box-curs .course-content .inner_course .btn_course i {
  font-size: 18px;
  margin-right: -3px
}

#cursuri-container #list-box-curs .course-content .inner_course .trainers_list {
  margin-top: auto
}

#cursuri-container #list-box-curs .course-content .inner_course .trainers_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center
}

#cursuri-container #list-box-curs .course-content .inner_course .trainers_list ul li {
  margin-right: 5px
}

#cursuri-container #list-box-curs .course-content .inner_course .trainers_list ul li a {
  display: flex;
  align-items: center
}

#cursuri-container #list-box-curs .course-content .inner_course .trainers_list ul li a img {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  margin-right: 5px
}

#cursuri-container #list-box-curs .course-content .inner_course .trainers_list ul li a span {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #333
}

body.single-cb_cursuri .pages-banner {
  position: relative;
  background-position: center center !important
}

body.single-cb_cursuri .pages-banner .single-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(0 0 0 / .3)
}

body.single-cb_cursuri .pages-banner .middle-title {
  position: relative;
  z-index: 998
}

body.cursuri-de-specializare-anc #sidebar-line {
  display: none
}

#cursuri-anc-box {
  margin-bottom: 60px
}

#cursuri-container h1 {
  text-transform: uppercase
}

.review-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.review-box .quote-text {
  background: #f7f7f7;
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px
}

.review-box .quote-author {
  text-align: right;
  margin-top: 15px;
  padding: 0 10px
}

.review-box:nth-child(even) .quote-author {
  text-align: left
}

.event-date {
  display: block;
  margin-bottom: 5px
}

.event-date-start,
.event-date-end {
  font-size: 15px
}

.event-date-start i,
.event-date-end i {
  color: #41B3E5;
  font-size: 18px;
  margin-right: 5px
}

.event-date-start,
.event-date-end,
.sep-date {
  display: inline-block
}

.event-box {
  padding: 30px 20px;
  cursor: pointer;
  border-left: 3px solid #fff0;
  border-bottom: 1px solid #e7e7e7;
  transition: all 0.3s ease
}

.event-box:hover {
  cursor: pointer;
  border-left: 3px solid #41B3E5;
  transition: all 0.3s ease;
  box-shadow: 0 16px 30px rgb(0 0 0 / .06)
}

.event-box .event-title {
  display: flex;
  align-items: center;
  text-transform: uppercase
}

.event-box .event-title i {
  font-size: 18px;
  margin-right: 10px;
  color: #41B3E5
}

.event-box .event-title a {
  font-weight: 600;
  color: #1B2E3C
}

.event-box .event-more a {
  font-size: 15px;
  padding: 8px 20px
}

.event-box .event-trainers ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.event-trainers ul li {
  display: block;
  margin-bottom: 5px
}

.event-trainers ul li a {
  display: flex;
  align-items: center
}

.event-trainers ul li a img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50px
}

.event-trainers ul li a span {
  padding-left: 10px;
  font-size: 14px;
  color: #333
}

.listing_header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee
}

@media (max-width:1199px) {
  .d-intro-img {
    border: 0;
    text-align: center
  }

  .d-intro-img img {
    width: 100%
  }

  .d-cb-img,
  .d-mn-img {
    border: 0;
    width: 100%;
    text-align: center
  }

  .d-cb-img img {
    width: 100%
  }

  .d-vc-img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px
  }

  .course-img img {
    width: 100%
  }

  #sidebar-line {
    border: 0;
    margin-top: 50px
  }

  .contact-form {
    border: 0
  }

  .contact-sidebar {
    margin-top: 50px
  }
}

@media (max-width:540px) {
  #calitati-container:before {
    display: none
  }

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

  .featured_img {
    margin-right: 0px !important;
    text-align: center
  }

  .event-box .event-title {
    margin-bottom: 20px
  }

  .event-box .event-location {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left !important
  }
}

@font-face {
  font-display: swap;
  font-family: 'Font-Name';
  src: url(/wp-content/themes/confident-business/fonts/font-name.eot);
  src: url('/wp-content/themes/confident-business/fonts/font-name.eot?#iefix') format('embedded-opentype'), url(/wp-content/themes/confident-business/fonts/font-name.woff) format('woff'), url(/wp-content/themes/confident-business/fonts/font-name.ttf) format('truetype'), url('/wp-content/themes/confident-business/fonts/font-name.svg#font-name') format('svg');
  font-weight: 400;
  font-style: normal
}

::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr,
  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }
}