/* you can add your own custom css here if you don't want to worry about SASS/SCSS */
.logo {
    height: 50px !important;
}

.tm-breadcrumb {
  margin: 0 0 60px 0;
}
.tm-button-secondary {
  background-color: #bcbaba;
  color: #ffffff;
}
.tm-button-secondary:hover {
  background: #b2afaf;
  color: #ffffff;
}
.tm-mark-scribble {
  background: #711101;
  font-size: 24px;
  font-family: 'Nothing You Could Do';
  line-height: 30px;
}
.tm-mini-divider {
  margin: 15px auto;
  width: 60px;
  height: 0px;
  border-bottom: 1px solid #711101;
}
.tm-toolbar,
.tm-headerbar {
  width: 100%;
}
.tm-headerbar {
  height: 140px;
  background: rgba(0, 0, 0, 0);
  background-position: 0 0;
  background-size: 100% 740px;
  z-index: 999;
}
.tm-toolbar {
  padding: 20px 0;
  background: #bcbaba;
}
.tm-headerbar,
.uk-navbar-brand,
.uk-navbar-content,
.uk-navbar-toggle,
.uk-navbar-nav > li > a,
.uk-navbar-brand img,
.uk-navbar-brand a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transition-proberty: height, width, line-height;
  -webkit-transition-proberty: height, width, line-height;
}
.tm-logo {
  width: 240px;
  height: auto;
}
.tm-logo-small {
  letter-spacing: -0.31em;
}
.tm-teaser {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.tm-teaser-1 {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.tm-teaser > .uk-container {
  position: relative;
}
.tm-login {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 140px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -60px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transition-proberty: all;
  -webkit-transition-proberty: all;
}
.tm-navbar-fixed .tm-toolbar,
.tm-navbar-fixed .tm-headerbar {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.tm-navbar-fixed .tm-headerbar {
  background-image: none;
}
.tm-navbar-fixed .tm-toolbar + .tm-headerbar {
  margin-top: 62px;
  background-position: 0 0;
}
.tm-navbar-fixed .tm-headerbar + .tm-wrapper {
  padding-top: 140px;
}
.tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-wrapper {
  padding-top: 202px;
}
.tm-navbar-fixed .tm-headerbar + .tm-teaser {
  padding-top: 140px;
}
.tm-navbar-fixed .tm-teaser {
  background-position: 0 0;
  background-size: 100% 740px;
}
.tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-teaser {
  padding-top: 202px;
  background-position: 0 62px;
}
.tm-navbar-fixed .tm-headerbar,
.tm-navbar-fixed .uk-navbar-brand,
.tm-navbar-fixed .uk-navbar-content,
.tm-navbar-fixed .uk-navbar-toggle,
.tm-navbar-fixed .uk-navbar-nav ul > li > a,
.tm-navbar-fixed .uk-navbar-brand img,
.tm-navbar-fixed .uk-navbar-brand a {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transition-property: height, width, line-height;
  -webkit-transition-property: height, width, line-height;
}
.tm-navbar-fixed .tm-headerbar-small,
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand,
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-content,
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-toggle {
  height: 55px;
}
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-nav > li > a {
  height: 55px;
  line-height: 55px;
}
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 55px;
}
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-nav-subtitle > div {
  margin-top: -20px;
}
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand img,
.tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand a {
  width: 95px;
  height: auto;
}
.tm-navbar-fixed .tm-headerbar-small .uk-dropdown-navbar {
  margin-top: 0;
}
.tm-navbar-fixed .tm-headerbar-small .uk-dropdown-navbar:before {
  top: -10px;
}
.tm-navbar-fixed .tm-headerbar-small .uk-dropdown-search {
  margin-top: 0;
}
.tm-navbar-fixed .tm-headerbar-small .uk-dropdown-search:before {
  top: -10px;
}
.tm-margin-large-top {
  margin-top: 60px !important;
}
.tm-margin-large-bottom {
  margin-bottom: 60px !important;
}
.tm-margin-right {
  margin-right: 10px;
}
.tm-margin-left {
  margin-left: 10px;
}
.tm-negativ-margin-top {
  margin-top: -60px;
}
.tm-primary-color {
  color: #711101;
}
.tm-image-round {
  border-radius: 100%;
}
.tm-grid-border {
  border-top: 1px dotted #dddddd;
}
.tm-main-top + .tm-content {
  margin-top: 60px;
}
.tm-content + .tm-main-bottom {
  margin-top: 60px;
}
.tm-block-full {
  padding: 0;
  max-width: 100% !important;
}
.tm-block-primary {
  background: #711101;
  color: #e3cfcc;
}
.tm-block-primary h1,
.tm-block-primary h2,
.tm-block-primary h3,
.tm-block-primary h4,
.tm-block-primary h5,
.tm-block-primary h6 {
  color: #ffffff;
}
.tm-block-secondary {
  background: #c1bfbf;
  color: #ffffff;
}
.tm-block-secondary h1,
.tm-block-secondary h2,
.tm-block-secondary h3,
.tm-block-secondary h4,
.tm-block-secondary h5,
.tm-block-secondary h6 {
  color: #ececec;
}
.tm-block-padding-top {
  padding-top: 60px;
}
.tm-block-padding-bottom {
  padding-bottom: 60px;
}
.tm-block-padding-top-bottom {
  padding: 60px 0;
}
.tm-position-divider {
  border-bottom: 1px solid #dddddd;
}
.tm-footer .uk-subnav li {
  margin-top: 10px;
  margin-bottom: 20px;
}
.tm-footer {
  height: 100%;
}
.tm-align-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* Blog
 ========================================================================== */
.tm-article-blog .tm-article-image {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  display: block;
}
.tm-article-blog .tm-blog-image-placeholder {
  background: url("../../../../../images/yootheme/blog_image-placeholder.jpg");
}
.tm-article-blog .uk-width-medium-1-2 .uk-width-medium-3-4,
.tm-article-blog .uk-width-medium-1-2 .uk-width-medium-1-4,
.tm-article-blog .uk-width-medium-1-2 .uk-width-medium-2-3 {
  width: 100%;
}
.tm-article-blog .uk-width-medium-1-2 .uk-article {
  width: 100%;
  text-align: center;
}
.tm-article-blog .uk-width-medium-1-2 .uk-article .tm-article-image {
  margin: auto;
  margin-bottom: 30px !important;
  width: 160px;
  height: 160px;
}
.tm-article-blog .uk-width-medium-1-2 .uk-article .uk-button-small {
  float: none;
}
.tm-article-blog .uk-article-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}
.tm-article-blog .tm-article {
  margin: 5px 0;
  font-size: 14px;
}
.tm-article-blog .uk-article {
  padding: 30px 0;
  border-bottom: 1px dotted #dddddd;
}
.tm-article-blog .tm-leading-article .uk-article:last-child {
  border-bottom: 1px dotted #dddddd;
}
.tm-article-blog .uk-article:last-child {
  border-bottom: none;
}
.tm-article-blog h1.uk-h3 {
  display: none;
}
/* Teaser
 ========================================================================== */
.tm-teaser {
  background-position: 0 -140px;
  background-size: 100% 740px;
  z-index: -3;
  color: #ffffff;
}
.tm-teaser h1,
.tm-teaser h2,
.tm-teaser h3,
.tm-teaser h4,
.tm-teaser h5,
.tm-teaser h6 {
  color: #ffffff;
}
.tm-teaser {
  background-image: url("../images/teaser-background.jpg");
}
.tm-teaser-1 {
  background-image: url("../images/teaser-background.jpg");
}
.tm-headerbar {
  background-image: url("../images/teaser-background.jpg");
}
.tm-headerbar-plain {
  background: #711101;
}
.tm-headerbar-small {
  background: #711101;
}
.tm-teaser-text-primary {
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 60pt;
  line-height: 60pt;
}
.tm-teaser-text-secondary {
  color: #ffffff;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
}
.tm-button-teaser {
  margin-top: 15px;
  padding: 0px 30px;
  min-width: 250px;
  color: #711101;
}
.tm-button-teaser:hover,
.tm-button-teaser:active,
.tm-button-teaser:focus {
  color: #711101;
}
/* Frontpage
 ========================================================================== */
.tm-news-title {
  margin-top: 20px;
  color: #ffffff;
  font-weight: normal;
  font-size: 22px;
}
.tm-news-date {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #711101;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
}
.tm-news-date:before {
  position: relative;
  top: 24px;
  left: 58px;
  width: 0px;
  height: 0px;
  border-width: 5px 0px 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #711101;
  content: '';
}
.tm-news-date span {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 8px;
}
.tm-gallery .uk-overlay .uk-thumbnail {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.tm-gallery .uk-overlay .uk-overlay-area {
  z-index: 900;
  width: 100% !important;
  height: 100% !important;
}
.tm-gallery {
  width: 100%;
}
.tm-social-bar .uk-icon-button {
  width: 55px;
  height: 55px;
  font-size: 30px;
  line-height: 55px;
}
.tm-primary-title {
  color: #711101 !important;
}
.tm-secondary-title {
  color: #c1bfbf !important;
}
.tm-title-line {
  margin: 30px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  color: #711101 !important;
}
.tm-title-line span {
  padding: 0 15px;
  background: #ffffff;
}
.tm-custom-form {
  border: 3px solid #f2f2f2 !important;
  background: rgba(193, 191, 191, 0.05) !important;
  color: #919191 !important;
}
.tm-custom-form:hover,
.tm-custom-form:active,
.tm-custom-form:focus {
  border: 3px solid #e6e6e6 !important;
  color: #711101 !important;
}
.tm-custom-form :-ms-input-placeholder {
  color: rgba(145, 145, 145, 0.15) !important;
}
.tm-custom-form ::-moz-placeholder {
  color: rgba(145, 145, 145, 0.15) !important;
}
.tm-custom-form ::-webkit-input-placeholder {
  color: rgba(145, 145, 145, 0.15) !important;
}
.tm-block-secondary .tm-title-line {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  color: #711101 !important;
}
.tm-block-secondary .tm-title-line span {
  background: #c1bfbf;
}
.tm-block-secondary .tm-custom-form {
  border: 3px solid #bcbaba !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
}
.tm-block-secondary .tm-custom-form:hover,
.tm-block-secondary .tm-custom-form:active,
.tm-block-secondary .tm-custom-form:focus {
  border: 3px solid #b2afaf !important;
  color: #ffffff !important;
}
.tm-block-secondary .tm-custom-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.15) !important;
}
.tm-block-secondary .tm-custom-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.15) !important;
}
.tm-block-secondary .tm-custom-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.15) !important;
}
.tm-block-primary .tm-title-line {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, 0.5) 51%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  color: #ffffff !important;
}
.tm-block-primary .tm-title-line span {
  background: #711101;
}
.tm-block-primary .tm-custom-form {
  border: 3px solid #670f01 !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
}
.tm-block-primary .tm-custom-form:hover,
.tm-block-primary .tm-custom-form:active,
.tm-block-primary .tm-custom-form:focus {
  border: 3px solid #530c01 !important;
  color: #ffffff !important;
}
.tm-block-primary .tm-custom-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.15) !important;
}
.tm-block-primary .tm-custom-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.15) !important;
}
.tm-block-primary .tm-custom-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.15) !important;
}
/*
 * Circle Chart
 */
svg.uk-circlechart {
  display: block;
  margin: auto;
}
svg.uk-circlechart path {
  fill: #711101;
}
svg.uk-circlechart circle {
  fill: #ffffff;
}
svg.uk-circlechart text {
  font-weight: bold;
  font-size: 30px;
  fill: #919191;
  dominant-baseline: central;
  text-anchor: middle;
}
.tm-block-secondary svg.uk-circlechart path {
  fill: #711101;
}
.tm-block-secondary svg.uk-circlechart circle {
  fill: #c1bfbf;
}
.tm-block-secondary svg.uk-circlechart text {
  fill: #ffffff;
}
.tm-block-primary svg.uk-circlechart path {
  fill: #ffffff;
}
.tm-block-primary svg.uk-circlechart circle {
  fill: #711101;
}
.tm-block-primary svg.uk-circlechart text {
  fill: #ffffff;
}
/* Responsive
 ========================================================================== */
@media (max-width: 1220px) {
  .tm-article-blog .tm-article-image {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 960px) {
  .tm-teaser-text-primary {
    font-size: 30pt !important;
    line-height: 40pt;
  }
  .tm-teaser-text-secondary {
    font-size: 14pt !important;
    line-height: 18pt;
  }
}
@media (max-width: 1025px) {
  .uk-panel.uk-panel-box {
    padding: 15px;
  }
  .uk-dropdown-navbar {
    margin-top: 0;
  }
  .uk-dropdown-search {
    margin-top: 0;
  }
  .uk-navbar-content,
  .uk-navbar-brand,
  .uk-navbar-toggle,
  .tm-headerbar {
    height: 55px;
  }
  .tm-headerbar + .tm-wrapper {
    padding-top: 55px !important;
  }
  .tm-toolbar + .tm-headerbar + .tm-wrapper {
    padding-top: 117px !important;
  }
  .uk-dropdown-navbar {
    margin-top: 0;
  }
  .uk-dropdown-navbar:before {
    top: -10px;
  }
  .uk-dropdown-search {
    margin-top: 0;
  }
  .uk-dropdown-search:before {
    top: -10px;
  }
  .tm-navbar-fixed .tm-headerbar {
    height: 55px;
  }
  .tm-headerbar,
  .uk-navbar-brand,
  .uk-navbar-content,
  .uk-navbar-toggle {
    height: 55px;
  }
  .uk-navbar-nav > li > a {
    height: 55px;
    line-height: 55px;
  }
  .uk-navbar-brand img,
  .uk-navbar-brand a {
    width: 95px;
    height: auto;
  }
  .uk-navbar-nav .uk-navbar-nav-subtitle {
    line-height: 55px;
  }
  .uk-navbar-nav-subtitle > div {
    margin-top: -20px;
  }
  .tm-navbar-fixed .tm-headerbar + .tm-block {
    padding-top: 115px;
  }
  .tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-block {
    padding-top: 177px;
  }
  .tm-navbar-fixed .tm-headerbar + .tm-teaser {
    padding-top: 55px;
  }
  .tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-teaser {
    padding-top: 117px;
  }
  .tm-block-primary .tm-title-line,
  .tm-block-secondary .tm-title-line,
  .tm-title-line {
    background: none;
  }
  .tm-block-primary .tm-title-line span,
  .tm-block-secondary .tm-title-line span,
  .tm-title-line span {
    background: none;
  }
  .tm-article-blog .tm-article-image {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .tm-negativ-margin-top {
    margin-top: 0;
  }
  .tm-article-blog .uk-article {
    text-align: center;
  }
  .tm-article-blog .tm-article-image {
    margin: auto;
    margin-bottom: 30px !important;
    width: 160px;
    height: 160px;
  }
  .tm-article-blog .uk-button-small {
    float: none;
  }
}
@media (max-width: 768px) {
  .tm-teaser {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .tm-social-bar .uk-icon-button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
  }
  h1 {
    font-size: 32px;
    line-height: 31.11111111px;
  }
  h2 {
    font-size: 22.5px;
    line-height: 22.66666667px;
  }
  .tm-mark-scribble {
    font-size: 16px;
    line-height: 16px;
  }
}
/* To Top Scroller
 ========================================================================== */
.tm-totop-scroller {
  position: relative;
  top: 25px;
  z-index: 998;
  display: block;
  margin: auto;
  margin-top: -50px;
  padding: 15px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #ffffff;
  color: #711101;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all linear 0.05s;
  transition: all linear 0.05s;
}
.tm-totop-scroller.tm-block-primary {
  background: #711101;
  color: #ffffff;
}
.tm-totop-scroller.tm-block-secondary {
  background: #c1bfbf;
  color: #711101;
}
.tm-totop-scroller:after {
  content: "\f077";
  font-family: "FontAwesome";
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.tm-totop-scroller:hover,
.tm-totop-scroller:focus {
  outline: none;
  /* 2 */
  color: #d62002;
  text-decoration: none;
  font-size: 16px;
  /* 1 */
}
/* Active */
.tm-totop-scroller:active {
  color: #0c0200;
  font-size: 11px;
}
/* Error
 ========================================================================== */
.tm-error-icon {
  font-size: 250px;
}
.tm-error-headline {
  font-size: 100px;
}
/* Offline
 ========================================================================== */
.tm-offline {
  width: 300px;
}
/* Socialbuttons
 ========================================================================== */
.tm-socialbuttons {
  line-height: 1;
}
.tm-socialbuttons > div {
  margin-right: 10px;
  float: left;
}
/* WordPress only
 ========================================================================== */
.alignleft {
  display: block;
  float: left;
  margin-right: 15px;
}
.alignright {
  display: block;
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* Dropdown stack
 ========================================================================== /

/
 * Reset width if column width is set
 */
.uk-dropdown-navbar.uk-dropdown-stack {
  min-width: 0 !important;
  max-width: none !important;
}

.tm-block {
  display: block;
  position: relative;
  text-align: center;
}
.tm-top-a  {

  padding-left: 10px;
  padding-right: 10px;
  flex-wrap: wrap;
  float: left;
}


.jcc-table {
  width: 100%;
  margin-bottom: 18px;
}

.jcc-table tr{
  border: none;
}

.jcc-table td, .jcc-table th{
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border: none;
  border-top: 1px solid #ddd;
}

.table caption {
  text-align: left;
  color: #bbbbbb;
}

.table caption, .table tfoot {
  font-size: 14px;
  font-style: italic;
} 

caption {
  display: table-caption;
  text-align: center;
  unicode-bidi: isolate;
  caption-side: top;

}

.list-box {
  margin: 10px;
}

.item-box {
  margin: 10px;
}

.card .card-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
  color: #711101;
}

.nav-bar-ac {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nav-bar-ac li {
  display: inline;
}

.action-right {
  text-align: right;
}

a .kw-link {
  color: #de5543;
  text-decoration: none;
  cursor: pointer;
}

.mdgallery-container {
  margin: 30px auto;
  overflow: hidden;
}

	
.mdgallery-galleryitem {
  color: #797478;
  font: 10px/1.5 Verdana, Helvetica, sans-serif;
  float: left;    
  margin:  2% 2% 10px 2%; 
}

.mdgallery-galleryitem h3 {
  text-transform: uppercase;
}

.mdgallery-galleryitem img {
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Style the Image Used to Trigger the Modal */
.lightbox-image {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.lightbox-image:hover {opacity: 0.7;}

/* The Modal (background) */
#kwmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 30%; /* Full width */
  height: 30%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#kwmodal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.star-rating {
  line-height:32px;
  font-size:1.25em;
}

.star-rating .fa-star{color: yellow;}