.price {
  font-size: 13px;
  font-weight: bold;
}

.price-o {
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}

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

@font-face {
  font-family: UTM Bebas;
  src: url("../../fonts/UTM Bebas.ttf");
}

a {
  color: #4a4a4a;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #c04a62;
  cursor: pointer;
}

.button {
  display: inline-block;
  height: 34px;
  line-height: 34px !important;
  text-align: center;
  font-size: 16px;
  padding: 0px 20px !important;
  color: #fff;
  background: #c04a62;
  border-radius: 6px;
  border: 1px solid #c04a62;
}

.button:hover {
  text-decoration: none;
  color: #c04a62;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

input, select {
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  display: inline-block;
  display: 100%;
  background: #fff;
  color: #000;
  border: none;
  padding: 0px 10px;
  border: 1px solid #ccc;
}

input:focus, select:focus {
  outline: none;
  border-color: #66AFE9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type="checkbox"]:hover, input[type="checkbox"]:focus, input[type="radio"]:hover, input[type="radio"]:focus {
  border: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: #4a4a4a;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #4a4a4a;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4a4a4a;
}

:-ms-input-placeholder {
  color: #4a4a4a;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 12px;
}

.alignright {
  display: block;
  float: right;
  margin-right: 12px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

* ::-webkit-selection {
  background: #DE2128;
  color: #FFF;
}

* ::-moz-selection {
  background: #DE2128;
  color: #FFF;
}

* ::selection {
  background: #DE2128;
  color: #FFF;
}

.btn-default {
  border-color: #c04a62;
}

.btn-default:hover {
  border-color: #c04a62;
  background: #c04a62;
  color: #FFF;
}

div.scroll_top {
  position: fixed;
  right: 10px;
  bottom: 100px;
  background: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  background: url("../../images/back-top.png") no-repeat center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-pri {
  background: #c04a62;
  padding: 2px;
  border-radius: 0;
  border: none;
}

.btn-pri > span {
  color: #FFF;
  display: block;
  background: #c04a62;
  border: 1px solid #FFF;
  padding: 5px 10px;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}

.btn-pri:hover > span {
  background: #FFF;
  color: #c04a62;
}

@media only screen and (max-width: 1999px) {
  a.scroll_top {
    bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .col-xs-50 {
    width: 50%;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
  }
  .btn-pri span {
    padding: 3px 7px;
  }
}

@media only screen and (max-width: 640px) {
  .col-xs-50 {
    width: 100%;
  }
}

header.header {
  padding: 10px 0;
  background: rgba(56, 60, 61, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  vertical-align: middle;
}

header.header a.logo img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

header.header .header-right .contact, header.header .header-right .login {
  text-align: center;
  margin-top: 20px;
}

header.header .header-right .contact img, header.header .header-right .login img {
  height: 30px;
  margin: 0 20px;
}

header.header .header-right .contact p, header.header .header-right .login p {
  color: #FFF;
  text-transform: uppercase;
}

.header.stickyFixed {
  padding: 5px 0;
  background: rgba(56, 60, 61, 0.9);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  width: 100%;
  z-index: 100;
}

.header.stickyFixed a.logo img {
  height: 45px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.header.stickyFixed .header-right .contact, .header.stickyFixed .header-right .login {
  margin-top: 0;
}

.header.stickyFixed .header-right .contact p, .header.stickyFixed .header-right .login p {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  header.header {
    padding: 10px 0;
  }
  header.header a.logo img {
    height: 55px;
  }
  header.header .header-right .contact, header.header .header-right .login {
    margin-top: 0px;
  }
  header.header .header-right .contact p, header.header .header-right .login p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  header.header a.logo img {
    max-width: calc(100% - 60px);
  }
  header.header .header-right .contact, header.header .header-right .login {
    position: fixed;
    right: 0;
  }
  header.header .header-right .contact img, header.header .header-right .login img {
    height: 20px;
  }
  header.header .header-right .contact p:nth-child(2n), header.header .header-right .login p:nth-child(2n) {
    display: none;
  }
  header.header .header-right .contact {
    top: 30px;
  }
  header.header .header-right .login {
    top: 10px;
  }
}

#owl-top.owl-carousel {
  position: relative;
}

#owl-top.owl-carousel .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#owl-top.owl-carousel .container .slider_bg {
  background: #de2128;
  padding: 10px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  line-height: 28px;
  display: inline-block;
}

#owl-top.owl-carousel .container .slider_desc {
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  line-height: 30px;
  display: inline-block;
}

#owl-top.owl-carousel .owl-pagination {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

#owl-top.owl-carousel .owl-pagination .owl-page span {
  background: #FFF;
  opacity: 1 !important;
}

#owl-top.owl-carousel .owl-pagination .owl-page.active span {
  background: #de2128;
  opacity: 1 !important;
}

#owl-top.owl-carousel .owl-buttons {
  position: absolute;
  top: 80%;
  width: 100%;
}

#owl-top.owl-carousel .owl-buttons .owl-prev, #owl-top.owl-carousel .owl-buttons .owl-next {
  width: 70px;
  height: 100px;
  border-radius: 0;
  background: url("../../images/icon-next.png") no-repeat center;
}

#owl-top.owl-carousel .owl-buttons .owl-prev {
  float: left;
}

#owl-top.owl-carousel .owl-buttons .owl-next {
  float: right;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-theme .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 1999px) {
  #owl-top.owl-carousel .container {
    width: 100%;
    top: 55%;
  }
  #owl-top.owl-carousel .container .slider_bg {
    font-size: 26px;
    line-height: 28px;
  }
  #owl-top.owl-carousel .container .slider_desc {
    font-size: 26px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  #owl-top.owl-carousel .container {
    width: 100%;
  }
  #owl-top.owl-carousel .container .slider_bg {
    font-size: 24px;
    line-height: 28px;
  }
  #owl-top.owl-carousel .container .slider_desc {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  #owl-top.owl-carousel {
    padding-top: 75px;
  }
  #owl-top.owl-carousel .container {
    width: 100%;
    top: 40%;
  }
  #owl-top.owl-carousel .container .slider_bg {
    font-size: 20px;
    line-height: 24px;
  }
  #owl-top.owl-carousel .container .slider_desc {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  #owl-top.owl-carousel {
    padding-top: 75px;
  }
  #owl-top.owl-carousel .container {
    width: 100%;
  }
  #owl-top.owl-carousel .container .slider_bg {
    font-size: 18px;
    line-height: 24px;
  }
  #owl-top.owl-carousel .container .slider_desc {
    font-size: 18px;
    line-height: 24px;
  }
  #owl-top.owl-carousel .owl-pagination {
    bottom: 0px;
  }
  #owl-top.owl-carousel .owl-buttons .owl-prev, #owl-top.owl-carousel .owl-buttons .owl-next {
    width: 30px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #owl-top.owl-carousel .container {
    width: 100%;
    top: 45%;
  }
  #owl-top.owl-carousel .container .slider_bg {
    font-size: 16px;
    line-height: 18px;
  }
  #owl-top.owl-carousel .container .slider_desc {
    font-size: 14px;
    line-height: 18px;
  }
  #owl-top.owl-carousel .owl-pagination {
    bottom: 0px;
  }
  #owl-top.owl-carousel .owl-buttons .owl-prev, #owl-top.owl-carousel .owl-buttons .owl-next {
    width: 30px;
    height: 50px;
  }
}

section.img_wrap {
  background: #e74c3c;
  height: 190px;
  position: relative;
}

section.img_wrap .container {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.img_wrap .container .img_item {
  position: relative;
  text-align: center;
}

section.img_wrap .container .img_item > img {
  width: 100%;
}

section.img_wrap .container .img_item .entry {
  position: absolute;
  width: 80%;
  height: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.img_wrap .container .img_item .entry .entry-icon {
  height: 45%;
  margin: 0 auto;
}

section.img_wrap .container .img_item .entry .entry-icon img {
  max-height: 100% !important;
}

section.img_wrap .container .img_item .entry .entry-title {
  margin-top: 10px;
  font-size: 14px;
  color: #e74c3c;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}

section.img_wrap .container .img_item .entry .entry-desc {
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 18px;
  height: 50px;
}

@media screen and (max-width: 1081px) {
  section.img_wrap {
    height: auto;
    display: block;
  }
  section.img_wrap .container {
    width: 100%;
    position: inherit;
    display: block;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@media screen and (max-width: 560px) {
  section.img_wrap .container .img_item {
    width: 100%;
  }
  section.img_wrap .container .img_item > img {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  section.img_wrap .container .img_item {
    width: 100%;
  }
  section.img_wrap .container .img_item > img {
    width: 100%;
  }
}

.unsere_wrap {
  border-top: 10px solid #262626;
  padding: 60px 0;
}

.unsere_wrap .unsere_title {
  text-align: center;
  font-size: 60px;
  color: #e74c3c;
  text-transform: uppercase;
  font-weight: 700;
  font-family: UTM Bebas;
}

.unsere_wrap .unsere_desc {
  font-size: 14px;
  color: #FFF;
  padding: 0 50px;
  text-align: justify;
  line-height: 24px;
  margin-bottom: 20px;
}

.unsere_wrap .unsere_content iframe {
  width: 100%;
}

.btn-more {
  margin: 10px auto;
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 60px;
  border: 1px solid #FFF;
}

.btn-more:hover {
  color: #e74c3c;
  border-color: #e74c3c;
}

@media screen and (max-width: 767px) {
  .unsere_wrap {
    padding: 30px 0;
  }
  .unsere_wrap .unsere_title {
    font-size: 24px;
    line-height: 28px;
  }
}

.projekte {
  background: url("../../images/sec-4.png") no-repeat center;
  padding: 60px 0;
}

.projekte .projekte-title {
  color: #e74c3c;
  font-size: 60px;
  text-transform: uppercase;
}

.projekte .projekte-desc {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .projekte .projekte-title {
    font-size: 24px;
  }
}

.maketing {
  background: #444A4D url("../../images/sec-bg.png") no-repeat center;
  padding: 60px 0;
}

.maketing .maketing-title {
  color: #FFF;
  font-size: 60px;
  text-transform: uppercase;
  font-family: UTM Bebas;
}

.maketing .maketing-desc {
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
}

.maketing .bg {
  background: url("../../images/sec4-r-bg.png");
}

.maketing .bg .bg-content {
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #FFF;
}

.unsere2 {
  background: #444A4D url("../../images/mission-sec-2.png") no-repeat center;
  padding: 60px 0;
}

.unsere2 .unsere2-title {
  color: #FFF;
  font-size: 60px;
  text-transform: uppercase;
  font-family: UTM Bebas;
}

.unsere2 .unsere2-desc {
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
}

.unsere2 .bg {
  background: url("../../images/sec4-r-bg.png");
}

.unsere2 .bg .bg-content {
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
  .unsere2 .unsere2-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .maketing .maketing-title {
    font-size: 24px;
  }
}

.author_wrap {
  background: url("../../images/sec-4.png") repeat-y center;
  padding: 60px 0 20px;
}

.author_wrap .border {
  padding-top: 20px;
  border: 4px solid #e74c3c;
  padding: 60px 0px 60px 50px;
}

.author_wrap .author-title {
  color: #e74c3c;
  font-family: UTM Bebas;
  font-size: 60px;
  line-height: 70px;
}

.author_wrap .author_desc {
  line-height: 24px;
  padding-left: 100px;
  text-align: justify;
}

.author_wrap .author_desc:before {
  background: url("../../images/button.png") no-repeat right;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 100px;
  left: 80px;
  content: " ";
}

.author_wrap .slider-wrap {
  position: relative;
}

.author_wrap .slider-wrap #owl-author {
  right: 0;
  width: 90%;
  position: absolute;
}

.author_wrap .slider-wrap #owl-author .item {
  position: relative;
  margin-left: 1px;
}

.author_wrap .slider-wrap #owl-author .item .entry {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.author_wrap .slider-wrap #owl-author .item .entry .entry-title {
  font-size: 40px;
  font-family: UTM Bebas;
  text-transform: uppercase;
  line-height: 30px;
  color: #FFF;
}

.author_wrap .slider-wrap .owl-pagination {
  position: absolute;
  bottom: 20px;
  right: 10px;
  text-align: center;
}

.author_wrap .slider-wrap .owl-pagination .owl-page span {
  background: #FFF;
  opacity: 1 !important;
}

.author_wrap .slider-wrap .owl-pagination .owl-page.active span {
  background: #de2128;
  opacity: 1 !important;
}

.author_wrap .author_footer {
  display: block;
  color: #e74c3c;
  font-size: 45px;
  text-transform: uppercase;
  margin: 100px 0 0;
  text-align: center;
  font-family: UTM Bebas;
}

@media screen and (max-width: 767px) {
  .author_wrap .author-title {
    font-size: 24px;
    line-height: 28px;
  }
  .author_wrap .author_desc {
    padding-left: 20px;
  }
  .author_wrap .author_desc:before {
    left: 10px;
    top: 40px;
  }
  .author_wrap .slider-wrap #owl-author {
    position: inherit;
  }
  .author_wrap .slider-wrap #owl-author .owl-item img {
    width: 100%;
  }
  .author_wrap .author_footer {
    font-size: 35px;
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 479px) {
  .author_wrap .border {
    padding: 10px;
  }
}

.modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}

.modal-content .modal-body {
  background: #FFF;
  border-radius: 6px;
}

.modal-content .modal-body .Scrollbar {
  border: 1px solid #d7d7d7;
  padding: 10px;
  border-radius: 4px;
}

.modal-content .modal-body .Scrollbar ul {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.modal-content .modal-body .Scrollbar li {
  display: block;
}

.modal-content .modal-body .Scrollbar li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

.modal-content .modal-body .Scrollbar ul.list-count > li {
  background: #eee;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 20px;
}

.modal-content .modal-body .Scrollbar ul.list-count > li p {
  font-weight: 400;
}

.modal-content .modal-body .Scrollbar ul.list-count > li > ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.modal-content .modal-body .Scrollbar ul.list-count > li > ul p {
  font-weight: 400;
}

.modal-content .modal-body .Scrollbar ul.list-count > li > ul > li {
  background: #eee;
  font-weight: 400;
  padding-left: 20px;
}

.modal-content .modal-body .Scrollbar ul.list-count > li > ul > li p {
  font-weight: 400;
}

.modal-content .modal-body .Scrollbar ul.list-count > li > ul > li:before {
  left: -10px;
  position: relative;
}

.modal-content .modal-body .Scrollbar img {
  display: block;
  margin: 0 auto;
  margin: 10px 0 20px;
}

.modal-content .modal-header {
  padding: 5px;
}

.modal-content .modal-header .modal-title {
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
}

.modal-content .modal-header button.close {
  color: #FFF;
  opacity: 1;
  font-weight: 400;
  font-size: 16px;
}

.modal-content .modal-header, .modal-content .modal-footer {
  border: none;
}

.slider-logo {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  margin: 20px 0;
}

.slider-logo div.owl-carousel {
  margin: 20px 0;
}

.slider-logo div.owl-carousel div.item {
  padding: 5px;
  position: relative;
  text-align: center;
  border: 1px solid #d7d7d7;
  margin-right: 10px;
  margin-left: 2px;
}

.slider-logo div.owl-carousel div.item .thumb {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 70%;
  position: relative;
}

.slider-logo div.owl-carousel div.item .thumb img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  filter: grayscale(100%);
}

.slider-logo div.owl-carousel div.item:hover .thumb img {
  filter: grayscale(0%);
}

.slider-logo div.owl-carousel .owl-controls {
  position: absolute;
  width: 100%;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-logo div.owl-carousel .owl-controls .owl-buttons {
  display: block;
  position: relative;
}

.slider-logo div.owl-carousel .owl-controls .owl-buttons:after {
  clear: both;
}

.slider-logo div.owl-carousel .owl-controls .owl-buttons .owl-prev, .slider-logo div.owl-carousel .owl-controls .owl-buttons .owl-next {
  width: 15px;
  height: 40px;
  background: url("../../images/logo/logo-prev-next.png") no-repeat center;
}

.slider-logo div.owl-carousel .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -25px;
  top: 0;
  top: 100%;
}

.slider-logo div.owl-carousel .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 100%;
  right: -20px;
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.footer_top {
  background: #3c3c3c;
  padding: 10px 0;
  color: #FFF;
  border-top: 20px solid #e74c3c;
}

.footer_top .footer-header {
  font-size: 30px;
  font-weight: 500;
  border-bottom: 1px solid #FFF;
  padding: 10px 0 15px;
  margin-bottom: 20px;
  font-family: UTM Bebas;
}

.footer_top .footer-header:after {
  content: " ";
  width: 65%;
  display: block;
  background: #e74c3c;
  height: 2px;
  position: relative;
  bottom: -16px;
}

.footer_top p.footer-desc {
  font-size: 14px;
  text-align: justify;
  line-height: 20px;
}

.footer_top ul.footer-menu {
  padding-left: 0;
  list-style: none;
}

.footer_top ul.footer-menu li {
  line-height: 24px;
}

.footer_top ul.footer-menu li:before {
  content: "\f105";
  font-family: FontAwesome;
  width: 15px;
  display: inline-block;
}

.footer_top ul.footer-menu li a {
  color: #FFF;
}

footer.footer {
  text-align: center;
  background: #333333;
  padding: 15px 0; 
 border-bottom: 5px solid #e5001e;
}

footer.footer ul.footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}

footer.footer ul.footer-list li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid  #FFF;
  line-height: 14px;
}

footer.footer ul.footer-list li a {
  text-transform: uppercase;
  color: #FFF;
}

footer.footer ul.footer-list li:last-child {
  border: none;
}

footer.footer p.copyright {
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 0;
}
.modal-body p{
 padding: 0 30px;
}
.modal-content .modal-body .Scrollbar ul.list-count > li {
    background: #e6333a !important;}
.modal-content .modal-body .Scrollbar ul.list-count > li > ul > li {
    background: #e7343a !important;}
ul.list-count{
color:white;}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
