/*
 * Theme Name: Twenty Seventeen - szablon potomny
 * Template: twentyseventeen
  */
  
@import url("../twentyseventeen/style.css");
html {
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}

textarea {
  font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
}

body {
  font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
}

button {
  font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
}

input {
  font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
}

select {
  font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
}

@media (min-width: 0px) {
  .navigation-top {
    width: 100%;
    z-index: 99999;
    position: fixed !important;
    top: 0px !important;
    bottom: unset;
    background-color: #f6f6f6;
  }
}

@media (min-width: 878px) and (max-width: 1280px) {
  #site-navigation a.custom-logo-link {
    width: 37px !important;
  }
  #site-navigation a.custom-logo-link img {
    width: 37px !important;
    object-fit: cover;
    height: 35px;
    object-position: left;
  }
  .second-nav li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 878px) and (max-width: 1000px) {
  #top-menu li a {
    padding: 29px 7px 0;
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  #site-navigation {
    margin-left: 0;
  }
}

@media (max-width: 877px) {
  .dropdown-menu.show {
    overflow: scroll;
    height: calc(100vh - 60px);
  }
  .sender-hdd ul #menu-item-18 {
    background-color: #fff !important;
  }
  .sender-hdd ul #menu-item-18 a {
    color: #444 !important;
  }
  .sender-hdd ul #menu-item-18 a:hover {
    color: #fff !important;
  }
  .second-nav {
    display: none !important;
  }
  ul#top-menu {
    display: none;
  }
  .small-menu {
    height: 100%;
  }
  .small-menu i {
    padding-top: 5px;
  }
  #site-navigation {
    height: 60px !important;
  }
  #site-navigation a.custom-logo-link img {
    width: 140px;
  }
  .navigation-top {
    height: 60px !important;
  }
  .navigation-top .wrap {
    height: 60px !important;
  }
  .navigation-top #top-menu li a:hover {
    background-color: #fff !important;
    color: #ddd !important;
  }
}

@media (max-width: 767px) {
  .small-menu i {
    padding-top: 0px !important;
  }
}

@media (min-width: 878px) {
  .js .menu-toggle, .js .dropdown-toggle {
    display: none !important;
  }
  .small-menu {
    display: none !important;
  }
  .shrink {
    height: 60px !important;
    transition: .5s ease;
  }
  .shrink .menu-menu-container, .shrink ul, .shrink li {
    transition: .5s ease;
    height: 60px !important;
  }
  .shrink li a {
    transition: .5s ease;
    padding-top: 19px !important;
  }
  .shrink a.custom-logo-link img {
    transition: .5s ease;
    margin-top: -22px;
  }
  .second-nav.shrink {
    transition: .5s ease;
    top: 60px;
  }
  .second-nav.shrink li {
    transition: none;
  }
  .second-nav.shrink li a {
    transition: none;
    padding-top: 14px !important;
  }
}

.custom-logo-link {
  z-index: 9999 !important;
}

.small-menu {
  display: block !important;
}

.small-menu .dropdown-toggle {
  height: 100%;
}

.small-menu .dropdown-toggle:after {
  display: none;
}

.small-menu .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}

.small-menu i {
  font-size: 35px;
  color: #646464;
}

.small-menu ul#top-menu {
  display: block !important;
  padding: 0 20px;
}

.small-menu .dropdown-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  max-width: 100%;
  position: fixed !important;
}

.small-menu .dropdown-menu .menu-menu-container {
  float: unset !important;
  height: 100%;
}

.small-menu .dropdown-menu.show {
  transform: translate3d(0px, 60px, 0px) !important;
}

.small-menu li {
  display: block;
  height: auto !important;
  border-bottom: 1px solid #eee;
}

.small-menu li a {
  padding: 12px 5px !important;
  line-height: 20px !important;
}

@media (min-width: 48em) {
  .js .menu-toggle, .js .dropdown-toggle {
    display: block;
  }
}

.navigation-top {
  border: none;
  transition: .5s ease;
}

.navigation-top, .main-navigation, .navigation-top .wrap, .menu-menu-container, .top-menu, .menu li {
  height: 80px;
}

.navigation-top .wrap {
  padding: 0;
}

.navigation-top .wrap {
  max-width: 1400px;
}

#site-navigation > a {
  padding: 0;
  width: 170px;
  transform: translate(0, -50%);
  top: 49%;
  position: absolute;
}

#site-navigation > a img {
  width: 170px;
  transition: .5s ease;
}

.main-navigation {
  padding: 0 24px;
}

.menu-menu-container {
  float: right;
}

nav li.menu-item {
  padding: 0;
}

nav li.menu-item a {
  font-size: 15px;
  font-weight: 400;
  color: #444;
  height: 100%;
  padding: 28px 12px 0;
  transition: .5s ease;
}

nav li.menu-item a:hover {
  background-color: #1b4456;
  transition: .5s ease;
  color: #fff !important;
}

.backgroundColor {
  background-color: #1b4456;
  transition: .5s ease;
}

.backgroundColor a {
  color: #fff !important;
}

.second-nav {
  transition: .5s ease;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  top: 80px;
}

.second-nav .submenu {
  background-color: #1b4456;
  height: 50px;
  padding: 0px;
}

.second-nav .submenu ul {
  max-width: 1100px;
  margin: 0 auto;
  height: 50px;
}

.second-nav .submenu li {
  list-style-type: none;
}

.second-nav .submenu li a {
  font-size: 14px;
  font-weight: 400;
  padding: 14px 42px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  text-align: center;
  height: 50px;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.second-nav .submenu li a:hover {
  background-color: #0aa8ea;
}

.subp {
  height: 250px;
}

.subpa {
  text-align: center !important;
	padding-left: 0;
  padding-right: 0;
  height: 205px;
}

.subpa .site-branding-text {
  float: unset !important;
}

.subpa .site-title {
  margin-top: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .subpa p {
    font-size: 46px !important;
  }
}

@media (min-width: 48em) {
  .second-nav {
    margin-left: 0 !important;
  }
}

.sender-hdd ul .menu-item-18 a {
  color: #444;
}

h1.site-title {
  font-size: 56px;
  font-weight: 300;
  text-shadow: 0px 0px 9px #000;
  text-transform: none;
  letter-spacing: normal;
}

h1.site-title a {
  opacity: 1;
  line-height: 1.5;
  color: #fff;
}

p.site-description {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 0px 9px #000;
  opacity: 1;
}

body.has-header-image .site-description, body.has-header-video .site-description {
  opacity: 1;
}

.ml {
  margin-left: 450px;
}

.custom-header .site-branding .wrap .site-branding-text {
  float: right;
  text-align: center;
}

.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
  height: 500px;
}

.custom-header-media:before {
  background: transparent;
}

p.site-title {
  font-size: 56px;
  font-weight: 300;
  text-shadow: 0px 0px 9px #000;
  text-transform: none;
  letter-spacing: normal;
  overflow-wrap: normal;
  padding: 10px;
  transform: translate(-50%, -50%);
  top: 55%;
  position: absolute;
}

p.site-title a {
  opacity: 1;
  line-height: 1.5;
  color: #fff;
}

#categoriesTabs {
  width: 100%;
}

#categoriesTabs .nav.nav-tabs {
  border: none;
  justify-content: center;
  background-color: #1b4456;
  min-height: 100px;
  border-bottom: 35px solid #fff;
}

#categoriesTabs .nav-item {
  position: relative;
  margin-bottom: 0;
}

#categoriesTabs .nav-link {
  border-radius: 0px;
  font-size: 18px;
  text-transform: uppercase;
  color: #dfdfdf;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  background-color: #1b4456;
  border: none;
  height: 64px;
  padding-top: 20px;
}

#categoriesTabs .nav-link.active {
  color: #0aa8ea;
  font-weight: 400;
}

#categoriesTabs .nav-link:after {
  content: "";
  opacity: 0;
  transition: .17s ease;
}

#categoriesTabs .nav-link.active:after {
  content: "";
  border-style: solid;
  border-width: 35px 55px 0;
  border-color: #1b4456 transparent transparent;
  width: 0;
  height: 35px;
  margin: 0 auto;
  transition: .17s ease;
  opacity: 1;
  position: absolute;
  top: 65px;
  transform: translate(-50%);
  left: 50%;
}

#categoriesTabs .tab-pane {
  text-align: center;
}

#categoriesTabs .tab-pane.active.show {
  min-height: 350px;
  padding: 20px;
}

#categoriesTabs a:hover, #categoriesTabs a:active, #categoriesTabs a:focus {
  outline: none;
}

@media (max-width: 991px) {
  #categoriesTabs .nav-link:after {
    display: none;
  }
  #categoriesTabs .nav-link {
    font-size: 17px;
    padding-left: 16px;
    padding-right: 16px;
    height: 52px;
    padding-top: 13px;
  }
  #categoriesTabs #myTab {
    min-height: 52px !important;
    border: 0px !important;
  }
}

@media (max-width: 600px) {
  #categoriesTabs .nav-link {
    font-size: 14px;
    padding-left: 11px;
    padding-right: 11px;
    height: 45px;
    padding-top: 11px;
  }
  #categoriesTabs #myTab {
    min-height: 45px !important;
    justify-content: left;
  }
}

.search .site-branding-text {
  display: none !important;
}

article, .twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
  border: none;
}

#uber-uns {
  background-color: #f5f5f5;
  position: relative;
}

#uber-uns .container {
  max-width: 800px;
  padding-top: 70px;
  padding-bottom: 90px;
  text-align: justify;
}

@media (max-width: 600px) {
  #uber-uns .container {
    text-align: center;
  }
}

#uber-uns h2 {
  font-size: 42px;
  font-weight: 400;
  color: #444;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 0;
}

#uber-uns span.description {
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.8em;
  color: #0aa8ea;
  text-align: justify;
}

#sections-links .container {
  background-color: #fff;
  max-width: 100%;
  margin: 0;
  text-align: center;
}

#sections-links .container .row {
  height: 425px;
}

@media (max-width: 767px) {
  #sections-links .container .row {
    height: 100%;
  }
}

#sections-links .title {
  height: 425px;
  background: url("/wp-content/uploads/2018/12/11.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-position: 0% 50%;
}

@media (max-width: 767px) {
  #sections-links .title {
    height: 280px;
  }
}

#sections-links .title h2 {
  font-weight: 400;
  font-size: 42px;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0;
}

#sections-links .description {
  max-width: 570px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #sections-links .description {
    padding: 50px 10px;
  }
}

#sections-links .description h3 {
  font-weight: 400;
  font-size: 28px;
  margin: 0;
  color: #1b4456;
}

#sections-links .description p {
  font-size: 17px;
  color: #adacac;
  font-weight: 300;
  line-height: 30px;
  padding: 20px 10px 10px;
  max-width: 530px;
  margin: 0 auto;
  text-align: left;
}

#sections-links .description a {
  color: #0aa8ea;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

#sections-links .description a button {
  padding: 15px 25px;
  background-color: transparent;
  float: right;
  color: #0aa8ea;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

#sections-links .description a button:focus {
  outline: none;
}

#sections-links .description .desc {
  margin-top: 2px;
  float: left;
}

@media (max-width: 767px) {
  #sections-links .description .desc {
    margin-top: 6px !important;
  }
}

#sections-links .bgDark {
  background-color: #1b4456;
}

#sections-links .bgDark .title {
  background-color: lightgray;
}

#sections-links .bgDark .description h3 {
  color: #ddd;
}

#footer {
  margin: 0;
  background-color: #d9d5d3;
  border-bottom: 30px solid #1a4456;
  border-top: 0;
  position: relative;
}

#footer .row {
  max-width: 2000px;
  padding: 0;
}

#footer .height {
  height: 425px;
  padding: 20px;
}

@media (max-width: 767px) {
  #footer .height.second {
    padding: 0 20px;
    height: 340px;
  }
}

#footer .pr {
  padding-right: 0;
  text-align: center;
}

@media (max-width: 767px) {
  #footer .pr {
    padding-right: 20px;
  }
}

#footer img.map {
  max-width: 1000px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: opacity 0.2s;
  float: right;
}

#footer img.map:hover {
  opacity: .7;
  transition: opacity 0.2s;
}

#footer img.logo {
  max-width: 260px;
  cursor: pointer;
  padding: 25px 10px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  #footer img.logo {
    margin-top: 0px;
  }
}

#footer .contact {
  margin: 0 auto;
  max-width: auto;
}

#footer ul {
  margin: 0 auto;
  padding: 0;
}

#footer ul li {
  text-align: center !important;
  list-style-type: none;
  text-align: left;
  color: #585857;
  padding: 5px 0;
  font-size: 16px;
}

#footer ul li a, #footer ul li span {
  color: #1a4456;
  text-decoration: none;
  font-weight: 500;
}

#footer .copyright {
  position: absolute;
  color: #1e2b31;
  bottom: -25px;
  left: 0;
  right: 0;
  font-size: 13px;
  text-align: center;
}

#footer .copyright a {
  text-decoration: none;
  color: #485b64;
}

#content.site-content {
  padding: 0;
}

.site-branding {
  vertical-align: middle !important;
}

body:not(.home) .custom-header-media {
  height: 250px !important;
}

body:not(.home) #brand.site-branding {
  height: 220px;
  padding: 3em 0;
}

body.home #brand.site-branding {
  margin-bottom: 120px !important;
}

body:not(.blog):not(.home) .site-content-contain {
  margin-top: -1px;
  border-top: 10px solid #1b4456;
}

body:not(.blog):not(.home) h2 {
  font-size: 28px;
  padding: 20px 0 15px;
  font-weight: 400;
  color: #1b4456;
}

body:not(.blog):not(.home) h3 {
  font-weight: 400;
}

body:not(.blog):not(.home) #content.site-content {
  padding: 0;
  padding-bottom: 0;
}

body:not(.blog):not(.home) #content.site-content .wrap {
  max-width: 1000px;
  padding: 10px 5px;
}

body:not(.blog):not(.home) #content.site-content .wrap .content-area {
  max-width: unset;
}

body:not(.blog):not(.home) #page-nap-lok.container p {
  margin-bottom: 16px;
}

body:not(.blog):not(.home) #page-nap-sond.container p {
  padding-left: 120px;
  min-height: 80px;
  padding-right: 10px;
}

body:not(.blog):not(.home) #page-nap-sond.container p.pdd {
  padding-left: 0;
}

body:not(.blog):not(.home) #page-nap-lok.container, body:not(.blog):not(.home) #page-nap-sond.container {
  display: inline-block;
  max-width: 1000px;
  margin: 0;
  padding: 0 0 20px 0;
}

body:not(.blog):not(.home) #page-nap-lok.container h2, body:not(.blog):not(.home) #page-nap-sond.container h2 {
  margin-bottom: 8px;
  width: 100%;
}

body:not(.blog):not(.home) #page-nap-lok.container p, body:not(.blog):not(.home) #page-nap-sond.container p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
}

body:not(.blog):not(.home) #page-nap-lok.container img, body:not(.blog):not(.home) #page-nap-sond.container img {
  max-width: 500px;
  width: 100%;
}

body:not(.blog):not(.home) #page-nap-lok.container h3, body:not(.blog):not(.home) #page-nap-sond.container h3 {
  padding: 20px 0 15px;
  font-size: 24px;
  font-weight: 400;
  color: #1b4456;
  margin: 0;
}

body:not(.blog):not(.home) #page-nap-lok.container .arrow, body:not(.blog):not(.home) #page-nap-sond.container .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #0aa8ea;
  float: left;
  margin-top: 4px;
  margin-right: 8px;
}

body:not(.blog):not(.home) #page-nap-lok.container img.icon, body:not(.blog):not(.home) #page-nap-sond.container img.icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 20px;
}

body:not(.blog):not(.home) #page-nap-lok.container h4, body:not(.blog):not(.home) #page-nap-sond.container h4 {
  color: #000;
  font-weight: 400;
  font-size: 16.5px;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 120px;
  margin: 0;
}

#sender, #myTabContent, #zubehor, #gebrauchtgerate {
  max-width: 100% !important;
  padding: 0 !important;
}

#sender h2, #myTabContent h2, #zubehor h2, #gebrauchtgerate h2 {
  height: 73px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  background-color: #efefef;
}

#sender .allProducts, #myTabContent .allProducts, #zubehor .allProducts, #gebrauchtgerate .allProducts {
  background: linear-gradient(to right, #1b4456 50%, #efefef 50%);
  margin-top: 60px;
}

#sender .arrow, #myTabContent .arrow, #zubehor .arrow, #gebrauchtgerate .arrow {
  width: 70px;
  height: 0;
  border-style: solid;
  border-width: 37px 0 36px 40px;
  border-color: transparent transparent transparent #1b4456;
  float: left;
  margin-top: -20px;
}

#sender .container, #myTabContent .container, #zubehor .container, #gebrauchtgerate .container {
  width: 100%;
  max-width: unset;
}

#sender .row, #myTabContent .row, #zubehor .row, #gebrauchtgerate .row {
  max-width: 1400px;
  margin: 10px auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

#sender .row .box, #myTabContent .row .box, #zubehor .row .box, #gebrauchtgerate .row .box {
  padding: 60px 8px 8px 8px;
}

#sender .oneProduct, #myTabContent .oneProduct, #zubehor .oneProduct, #gebrauchtgerate .oneProduct {
  text-align: justify;
  padding: 0 15px;
  max-width: 450px;
  margin: 0 auto;
}

#sender .oneProduct img, #myTabContent .oneProduct img, #zubehor .oneProduct img, #gebrauchtgerate .oneProduct img {
  max-height: 200px;
  object-fit: cover;
}

#sender .post-thumbnail img, #myTabContent .post-thumbnail img, #zubehor .post-thumbnail img, #gebrauchtgerate .post-thumbnail img {
  width: 100%;
}

#sender h3, #myTabContent h3, #zubehor h3, #gebrauchtgerate h3 {
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0px 5px;
  font-size: 20px;
  font-weight: 500;
  color: #1b4456;
  margin: 0;
}

#sender p, #myTabContent p, #zubehor p, #gebrauchtgerate p {
  text-align: justify;
  padding: 0px;
  font-size: 12px;
  color: #777;
  margin: 0;
  letter-spacing: -0.1px;
}

#sender .price, #myTabContent .price, #zubehor .price, #gebrauchtgerate .price {
  color: #0aa8ea;
  text-align: left;
  font-size: 18px;
}

#myTabContent .row .box {
  padding: 8px;
}

#myTabContent .oneProduct {
  margin-bottom: 50px;
  margin-top: 20px;
}

#zubehor, #gebrauchtgerate {
  margin-bottom: 40px;
}

#zubehor span.descr, #gebrauchtgerate span.descr {
  text-align: left;
  padding: 10px 0px;
  font-size: 16px;
  color: #777;
}

.single-pr {
  padding: 10px 40px !important;
}

@media (max-width: 767px) {
  .single-pr {
    padding: 10px 20px !important;
  }
}

.single-pr img {
  max-width: 95%;
}

.single-pr h1 {
  color: #1b4456;
  font-weight: 400;
  text-align: center;
  font-size: 35px;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 10px 20px;
}

.single-pr p.price, .single-pr p {
  font-size: 18px;
}

.single-pr p.descr {
  font-size: 17px;
  font-weight: 300;
}

.single-pr span.price {
  font-size: 22px;
  color: #0aa8ea;
}

.single-pr table {
  max-width: 500px;
  border-spacing: 0px !important;
  border: 1px solid #ddd;
  width: 100%;
  color: #444;
}

.single-pr table td {
  font-size: 13px;
  padding: 6px;
}

.single-pr table tr td:first-child {
  font-weight: 400;
  border-right: 1px solid #ddd;
}

.single-pr table .bgc {
  background-color: #eaeaea;
}

.single-pr p.info {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}

.single-pr .my-post-nav, .single-bl .my-post-nav {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}

.single-pr .my-post-nav .post-navigation, .single-bl .my-post-nav .post-navigation {
  margin-top: 20px;
}

.single-pr .my-post-nav .nav-subtitle, .single-bl .my-post-nav .nav-subtitle {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.single-pr .my-post-nav .nav-title, .single-bl .my-post-nav .nav-title {
  color: #0aa8ea;
  font-weight: 400;
  font-size: 17px;
}

.single-pr .my-post-nav .nav-title-icon-wrapper, .single-bl .my-post-nav .nav-title-icon-wrapper {
  color: #b6b6b6;
}

.single-pr .my-post-nav .nav-links a:hover, .single-pr .my-post-nav .nav-links a:focus, .single-bl .my-post-nav .nav-links a:hover, .single-bl .my-post-nav .nav-links a:focus {
  box-shadow: none;
}

.single-pr .my-post-nav .nav-links a:hover span, .single-pr .my-post-nav .nav-links a:focus span, .single-bl .my-post-nav .nav-links a:hover span, .single-bl .my-post-nav .nav-links a:focus span {
  text-decoration: none;
  box-shadow: none;
}

.single-pr .my-post-nav .nav-links a:hover .icon, .single-pr .my-post-nav .nav-links a:focus .icon, .single-bl .my-post-nav .nav-links a:hover .icon, .single-bl .my-post-nav .nav-links a:focus .icon {
  color: #0aa8ea;
}

.single-bl {
  padding: 10px 40px !important;
}

@media (max-width: 767px) {
  .single-bl {
    padding: 10px 20px !important;
  }
}

.single-bl h1 {
  color: #1b4456;
  font-weight: 400;
  text-align: left;
  font-size: 32px;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 10px 20px;
}

@media (max-width: 670px) {
  .single-bl h1 {
    font-size: 30px !important;
    padding: 5px 0px 20px !important;
  }
}

.single-bl p {
  font-size: 18px;
  font-weight: 300;
}

.single-bl .date-post {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
}

#myblog {
  max-width: 1000px;
  padding: 50px 10px !important;
}

@media (max-width: 575px) {
  #myblog {
    padding: 30px 10px !important;
  }
}

#myblog .container {
  max-width: unset;
}

#myblog .content-exc {
  font-weight: 300;
}

#myblog .content-exc .link-more {
  margin-top: -15px;
}

#myblog .content-exc .link-more a {
  float: right;
  text-transform: uppercase;
  border-radius: 3px;
  color: #00a0e3;
  font-weight: 400;
  letter-spacing: -0.5px;
}

#myblog .content-exc .link-more a::after {
  content: " >";
  font-size: 20px;
  font-weight: 500;
}

#myblog .maintitle {
  font-size: 38px;
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
}

@media (max-width: 575px) {
  #myblog .maintitle {
    margin-bottom: 8px;
    padding: 0 12px !important;
  }
}

@media (max-width: 420px) {
  #myblog .maintitle {
    font-size: 34px;
  }
}

#myblog h2 {
  padding: 0;
}

#myblog h2 a {
  color: #1b4456;
}

#myblog h3 {
  margin-bottom: 0;
  font-size: 22px;
  color: #00a0e3;
  padding: 20px 0 15px;
}

#myblog .title-post {
  font-size: 14px;
  margin-bottom: 5px;
  color: #1b4456;
  font-weight: 500;
}

#myblog .date-post {
  font-size: 12px;
  color: #666;
  margin-bottom: 25px;
}

#myblog .onePost {
  padding-bottom: 50px;
}

#myblog .onePost img {
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}

#myblog .onePost .date-post {
  margin-bottom: 10px;
}

#myblog .onePost h2 {
  margin-bottom: 8px;
  font-weight: 400;
}

@media (max-width: 420px) {
  #myblog .onePost h2 {
    font-size: 25px;
  }
}

#myblog .onePost p {
  text-align: justify;
  font-weight: 300;
}

.single-blog .site-content-contain .single-bl ul, .single-blog .site-content-contain .single-bl ol {
  padding-left: 20px;
  padding-right: 20px;
}

#searchresults {
  max-width: 800px !important;
  padding: 20px 10px !important;
}

#searchresults h1 {
  max-width: 800px !important;
}

#searchresults #primary {
  width: 100%;
}

#searchresults .link-more a {
  float: right;
  text-transform: uppercase;
  border-radius: 3px;
  color: #00a0e3;
  font-weight: 400;
  letter-spacing: -0.5px;
  box-shadow: none;
}

#searchresults .link-more a::after {
  content: " >";
  font-size: 20px;
  font-weight: 500;
}

#searchresults .entry-summary p {
  font-weight: 400 !important;
}

.error-404 {
  margin: 0 auto;
  max-width: 800px !important;
  padding: 50px 10px;
}

a:focus, a:hover, a.link:hover {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#mytable {
  padding: 50px 40px 0px 40px !important;
  max-width: 1600px !important;
}

#mytable .row {
  border: 1px solid #d0d0d0;
  max-width: 1600px;
  padding: 0 10px;
}

#mytable table tbody + tbody {
  border-top: 1px solid #dee2e6;
}

#mytable table thead th {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #0aa8ea !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  border: none !important;
  white-space: pre-line;
  text-align: center !important;
}

#mytable table tbody tr {
  height: 48px;
}

#mytable table tbody tr td {
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400 !important;
  color: #333 !important;
  text-align: center !important;
  padding: 0px 10px !important;
  height: 48px;
  line-height: 16px;
}

#mytable table tbody tr td:first-child {
  font-weight: 500 !important;
  color: #1b4456 !important;
}

#mytable tbody tr:hover:not(.v-datatable__expand-row) {
  background: transparent !important;
}

.add {
  padding: 0px 40px 40px 40px !important;
  max-width: 1600px !important;
}

@media (max-width: 991px) {
  #sections-links .description h3 {
    font-size: 24px;
  }
  #sections-links .description p {
    font-size: 15px;
  }
  #sections-links .title h2 {
    font-size: 40px;
  }
}

@media (min-width: 878px) and (max-width: 1150px) {
	.menu-item-588, .menu-item-579 {
		position: absolute !important;
    height: auto !important;
    width: auto !important;
  }

  .menu-item-588 a, .menu-item-579 a {
    padding: 0 !important;
    margin-top: 10px;
  }

  .shrink li.menu-item-588 a, .shrink li.menu-item-579 a {
    margin-top: 0;
    padding-top: 0px !important;
    height: unset !important;
  }
   
  .menu-item-588 {
    right: 6px;
    top: 30px;
  }

  .menu-item-579 {
    right: 6px;
    top: 8px;
  }

  ul#top-menu {
    padding-right: 36px;
  }
}

.navigation-top li.menu-item-579 a:hover, .navigation-top li.menu-item-588 a:hover {
	background: none !important;
	cursor: default !important;
}

ul#top-menu {
	white-space: nowrap;
  position: relative;
}