body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

h2 {
  font-weight: bold;
}

#content section h3 {
  font-weight: bold;
  border-bottom: 2px solid #ea2d90;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1em;
}

.sychra-title {
  color: #3baee3;
  padding-top: 36px;
'Roboto', sans-serif;
  font-weight: bold;
}

footer {
  background-color: #303030;
}

footer a {
  color: #FFFFFF;
}

footer a:hover {
  color: #FFFFFF;
}

footer .copyright {
  background-color: #FFFFFF;
  font-size: 12px;
}

.section-title-padding {
  padding-right: 3px;
  padding-left: 3px;
}

.ping-li::before {
  content: "\2022";
  color: #ea2d90;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.section-padding {
  padding: 10px 20px 0px 10px;
}


.main-desc {
  font-size: 1.4em;
  text-align: center;
  padding: 20px 25px;
}

.contact-theme {
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-theme h3 {
  font-size: 1.4em;
  font-weight: bold;
}

.contact-theme a {
  color: #ea2d90;
}

.contact-theme i {
  color: #ea2d90;
}

.bg-grad-gray {
  background: rgb(240, 240, 240);
  background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 46%);
  border-top: 2px solid #d5d5d5;
}

.contact-box-shadow {
  -webkit-box-shadow: 3px 4px 5px 0px rgba(128, 128, 128, 1);
  -moz-box-shadow: 3px 4px 5px 0px rgba(128, 128, 128, 1);
  box-shadow: 3px 4px 5px 0px rgba(128, 128, 128, 1);

  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border: 1px solid #adadad;

  text-align: center;
  margin-top: 10px;
}

.contact-box-shadow i {
  font-size: 45px;
  background: rgb(59, 174, 227);
  background: linear-gradient(90deg, rgba(59, 174, 227, 1) 0%, rgba(234, 45, 144, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  padding: 15px;
}

.box-shadow {
  -webkit-box-shadow: 2px -3px 34px -1px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 2px -3px 34px -1px rgba(0, 0, 0, 0.49);
  box-shadow: 2px -3px 34px -1px rgba(0, 0, 0, 0.49);

  border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  -webkit-border-radius: 24px 24px 24px 24px;
  border: 0px solid #000000;

  background: #FFFFFF;
  z-index: 9999 !important;
  padding: 15px 5px 5px 20px !important;
  margin-top: 10px;
}

.box-shadow:hover {
  color: #FFFFFF;
  font-weight: bold;
}

.box-silnoproud:hover {
  background: url("/static/sychra/img/box-silnoproud.png");
}

.box-slaboproud:hover {
  background: url("/static/sychra/img/box-slaboproud.png");
}

.box-projekce:hover {
  background: url("/static/sychra/img/box-projekce.png");
}

.box-prodej:hover {
  background: url("/static/sychra/img/box-prodej.png");
}

.box-shadow:hover i {
  color: #FFFFFF;
}

.box-shadow:hover .btn {
  background-color: #ea2d90;
  border-color: #ea2d90;
}


.box-shadow p {
  padding-top: 12px;
}

.box-icon {
  font-weight: bold;
  font-size: 18px;
}

.box-icon i {
  font-size: 38px;
  color: #3baee3;
  vertical-align: middle;
  margin-right: 12px;
}


.main-boxes .col {
  padding-right: 7px;
  padding-left: 7px;
}

.main-boxes {
  margin-top: -50px;
}

.btn-primary {
  background-color: #3baee3;
  border-color: #3baee3;
}

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

.dropdown-item:active {
  background-color: #3baee3 !important;
}

.white-bg {
  background: #ffffff !important;
}

.dropdown > .dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.logo-title {
  font-size: 10px;
  font-family: solomon-black;
}

#logo img{
  max-width: 250px;
}

.sychra-color {
  color: #3baee3;
}

.circle-icon {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}

.circle-icon:hover {
  color: #000000;
}

#topline {
  background: #3baee3;
  padding: 8px 0;
  #border-bottom: 1px solid #eee;
}

#topline p{
  padding: 0px;
  margin: 0px;
}

#topline a {
  color: #FFFFFF;
}

.center-vertical-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}

#breadcrumbs {
  background: rgb(59, 174, 227);
  background: linear-gradient(90deg, rgba(59, 174, 227, 1) 0%, rgba(234, 45, 144, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-gradient {
  background: rgb(59, 174, 227);
  background: linear-gradient(90deg, rgba(59, 174, 227, 1) 0%, rgba(234, 45, 144, 1) 100%);
}

.bg-gray {
  background-color: #eeeeee;
}

#breadcrumbs h1 {
  color: white;
  text-transform: uppercase;
  font-size: 1.8em;
  padding-top: 12px;
}

/* Style the list */
ul.breadcrumb-style {
  padding: 18px 16px 0px 0px;
  list-style: none;
  color: white;
}

/* Display list items side by side */
ul.breadcrumb-style li {
  display: inline;
  font-size: 15px;
  color: white;
}

/* Add a color to all links inside the list */
ul.breadcrumb-style li a {
  color: white;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb-style li a:hover {
  color: white;
  text-decoration: underline;
}

#content ul {
  list-style: none;
  padding: 0;
}

#content li::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 20px;
  margin-right: 7px;

  background-color: #ea2d90;
  -webkit-mask-image: url("../svg/li.svg");
  -webkit-mask-size: cover;
}


#menu {
  -webkit-box-shadow: 0 2px 3px -3px #222;
  -moz-box-shadow: 0 2px 3px -3px #222;
  box-shadow: 0 2px 3px -3px #222;
}

.box-image {
  position: relative;
  max-width: 505px; /* Maximum width */
  margin: 0 auto; /* Center it */
}

.box-over-image {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 10px; /* Some padding */
  font-size: 1.2em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  ul.breadcrumb-style {
    padding: 0px;
    margin-bottom: 3px;
  }

  #breadcrumbs h1 {
    margin-bottom: 0px;
  }

  .box-over-image {
    width: 100%; /* Full width */
    padding: 5px; /* Some padding */
    font-size: 1em;
    text-align: center;
  }

  #logo img{
    max-width: 180px;
  }
}

@media only screen and (max-width: 991px) {
  #logo {
    margin: 0 auto;
  }

  /*.box-shadow p:nth-child(2) {*/
  /*  display: none;*/
  /*}*/
  .main-boxes {
    margin-top: 20px;
  }

}

@media only screen and (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
  }

}

@media only screen and (max-width: 767px) {


}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

}

.dropdown-menu {
  margin: 0px;
}


/* bootstrap css colors changes starts*/

.alert-primary {
  color: #052c2e;
  background-color: #87ecf2;
  border-color: #75e9f0;
}

.alert-primary hr {
  border-top-color: #5ee6ed;
}

.alert-primary .alert-link {
  color: #000000;
}

.badge-primary {
  color: #fff;
  background-color: #3baee3;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: #0c6a6e;
}

.bg-primary {
  background-color: #3baee3 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0c6a6e !important;
}

.border-primary {
  border-color: #3baee3 !important;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 150, 157, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3baee3;
  border-color: #3baee3;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c6a6e;
  border-color: #0a5c61;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 150, 157, 0.5);
}

.btn-outline-primary {
  color: #3baee3;
  background-color: transparent !important;
  border-color: #3baee3;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3baee3;
  border-color: #3baee3;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 150, 157, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3baee3;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3baee3;
  border-color: #3baee3;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 150, 157, 0.5);
}

.list-group-item-primary {
  color: #052c2e;
  background-color: #75e9f0;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #052c2e;
  background-color: #5ee6ed;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #052c2e;
  border-color: #052c2e;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #75e9f0;
}

.table-hover .table-primary:hover {
  background-color: #5ee6ed;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #5ee6ed;
}

.text-primary {
  color: #3baee3 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0c6a6e !important;
}

/* bootstrap css colors ends s*/
