﻿@import url("MyFontsWebfontsKit.css") all;

a {
  color: #00365c;
}

hr {
  color: #212529;
  height: 0;
  border-bottom: 1px solid #000000;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(46, 171, 12, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(46, 171, 12, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(46, 171, 12, 0.075);
  color: #212529;
}

.tparrows {
  display: none;
}

.row {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 0;
}

@media screen and (max-width: 767px) {
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}
}


/*-----------------------------------------------------------------------------------

    Theme Name: Fabrex - App Landing Template
    Description: App Landing Template
    Author: Chitrakoot Web

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Navbar
    03. Header
    04. Banner
    05. Features
    06. Newsletter
    07. Scroll to top

---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* ===================================
    Features
====================================== */
/* infinite animation */
.infinite-floating {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: Floating;
  animation-timing-function: ease-in-out; }

@keyframes Floating {
  0% {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(0px, 30px); }
  100% {
    transform: translate(0px, 0px); } }
/* app download */
.app-download-btn a {
  background: #fff; }
  .app-download-btn a:hover {
    background: #fe4b8c;
    color: #fff;
    border-color: transparent !important; }
.app-download-btn p {
  line-height: 1; }

/* video area */
.video-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  border: 20px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  height: 650px; }
  .video-area .video_btn {
    width: 80px;
    height: 80px;
    background-color: #fe4b8c;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
    .video-area .video_btn:hover {
      background: #884bdf; }
    .video-area .video_btn:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 80px;
      width: 80px;
      border: 2px solid #fff;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: .3;
      animation: pulse-border 1500ms ease-out infinite; }
    .video-area .video_btn:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 95px;
      width: 95px;
      border: 2px solid #fff;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: .3;
      animation: pulse-border 1500ms ease-out infinite; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .video-area {
    height: 500px;
    border-radius: 10px; } }
@media screen and (max-width: 991px) {
  .video-area {
    height: 350px;
    border-radius: 5px; } }
@media screen and (max-width: 767px) {
  .video-area {
    border: 10px solid #fff; } }
/* counter section */
#counter {
  margin-top: -50px; }

@media screen and (max-width: 991px) {
  #counter {
    margin-top: -30px; } }
/* App screenshot */
.app_screenshots_slides * {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }
.app_screenshots_slides .single-shot {
  opacity: 0.7;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  text-align: center; }
.app_screenshots_slides .center .single-shot {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.app-screenshots-area button.owl-dot {
  height: 11px;
  width: 11px;
  border: 2px solid #884bdf;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  margin-top: 50px; }
  .app-screenshots-area button.owl-dot.active {
    background-color: #fe4b8c;
    border-color: #fe4b8c; }
.app-screenshots-area .owl-dots {
  height: 100%;
  width: 100%;
  text-align: center; }

/* owl carousel */
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }
.owl-carousel .owl-nav .owl-next {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10; }
.owl-carousel .owl-nav .owl-prev {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
  left: 15px; }
.owl-carousel .owl-nav .owl-next {
  right: 15px; }
.owl-carousel .owl-item {
/*  cursor: url("../img/cursor.png"), move; */ }

/*testimonial style*/
.testimonials-section .testimonial-grid {
  overflow: hidden;
  padding: 25px;
  -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05); }
  .testimonials-section .testimonial-grid p {
    font-size: 16px;
    line-height: 28px; }
.testimonials-section .testmonial-holder {
  float: left;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 150px; }
  .testimonials-section .testmonial-holder img {
    width: 150px;
    border-radius: 150px; }
.testimonials-section .testimonial-grid .details {
  width: calc(100% - 175px);
  float: left;
  padding: 0 0 0 30px;
  position: relative; }
  .testimonials-section .testimonial-grid .details i {
    font-size: 24px;
    color: rgb(46, 171, 12);
    font-family: 'MotivaSans-Bold';
    font-style: normal;
    display: inline-block; }
  .testimonials-section .testimonial-grid .details p {
    margin-bottom: 10px; }
  .testimonials-section .testimonial-grid .details h4 {
    font-size: 18px;
    line-height: 30px; }
  .testimonials-section .testimonial-grid .details span {
    font-size: 12px;
    color: rgb(46, 171, 12); }
.testimonials-section .client-info > span {
  font-weight: 500;
  text-transform: uppercase; }
.testimonials-section .custom-dot {
  display: inline-block;
  z-index: 1;
  margin-top: 30px; }
  .testimonials-section .custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s; }
    .testimonials-section .custom-dot span:hover {
      background: rgba(0, 0, 0, 0.2);
      -webkit-backface-visibility: visible;
      border-radius: 30px; }
  .testimonials-section .custom-dot.active span {
    width: 12px;
    height: 12px;
    background: rgb(46, 171, 12);
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; }
.testimonials-section .owl-nav i {
  color: #232323;
  font-size: 18px;
  padding-top: 6px; }
.testimonials-section .owl-nav .owl-next {
  color: #232323;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  position: absolute;
  vertical-align: top;
  line-height: 8px; }
.testimonials-section .owl-nav .owl-prev {
  color: #232323;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  position: absolute;
  vertical-align: top;
  line-height: 8px;
  left: -75px;
  top: 40%;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1); }
.testimonials-section .owl-nav .owl-next {
  right: -75px;
  top: 40%;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1); }

@media screen and (max-width: 1199px) {
  .testimonials-section .testimonial-grid p {
    font-size: 15px; } }
@media screen and (max-width: 991px) {
  .testimonials-section .testmonial-holder {
    width: 125px; }
    .testimonials-section .testmonial-holder img {
      width: 125px;
      border-radius: 125px; }
  .testimonials-section .testimonial-grid p {
    font-size: 14px;
    line-height: 26px; }
  .testimonials-section .testimonial-grid .details h4 {
    font-size: 16px;
    line-height: 28px; } }
@media screen and (max-width: 767px) {
  .testimonials-section .testmonial-holder {
    border-width: 5px; }
  .testimonials-section .testimonial-grid {
    padding: 20px; }
    .testimonials-section .testimonial-grid .details {
      width: 100%;
      padding-left: 0; }
  .testimonials-section .testmonial-holder {
    float: none;
    margin: 0 auto 15px auto;
    display: inherit; }
  .testimonials-section .testimonial-grid .details i {
    font-size: 20px; }
  .testimonials-section .testimonial-grid .details h4 {
    font-size: 15px;
    line-height: 24px; }
  .testimonials-section .testimonial-grid .details span {
    font-size: 11px; } }
/* ===================================
    Newsletter
====================================== */
.newsletter-form input {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  outline: 0;
  border: 2px solid #eee;
  min-width: 270px;
  max-width: 100%;
  -moz-border-radius-top-left: 30px;
  -ms-border-radius-top-left: 30px;
  -webkit-border-top-left-radius: 30px;
  -o-border-radius-top-left: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-bottom-left: 30px;
  -ms-border-radius-bottom-left: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -o-border-radius-bottom-left: 30px;
  border-bottom-left-radius: 30px;
  padding: 12px 20px;
  width: auto; }
.newsletter-form button {
  display: inline-block;
  vertical-align: top;
  background: #fe4b8c;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 12px;
  -moz-border-radius-top-right: 30px;
  -ms-border-radius-top-right: 30px;
  -webkit-border-top-right-radius: 30px;
  -o-border-radius-top-right: 30px;
  border-top-right-radius: 30px;
  -moz-border-radius-bottom-right: 30px;
  -ms-border-radius-bottom-right: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -o-border-radius-bottom-right: 30px;
  border-bottom-right-radius: 30px;
  padding: 14px 20px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-weight: 600; }
  .newsletter-form button:hover {
    background: #fdd947;
    color: #232323; }

@media screen and (max-width: 767px) {
  .newsletter-form button {
    margin-top: 15px;
    border-radius: 30px;
    width: 100%;
    display: block; }
  .newsletter-form input {
    border-radius: 30px;
    width: 100%;
    display: block; }

   #starostac1, #starostac1, #starostar {
     display: block !important;
     width: 100% !important;
   }

    }

/*# sourceMappingURL=style.css.map */

#top-bar {
  background-color: #00365c !important;
}

.top-social-icon li a:hover {
  color: #DDECCA;
}

.page-title-section ul li:last-child a {
  color: #C0DD9D !important;
}

b {
  font-family: 'MotivaSans-Bold';
  font-weight: normal;
}

h4.section-heading {
  text-align: left !important;
}

.testimonial-style4::after {
  background: transparent;
}

area {
  cursor: pointer;
}

#box1:hover {
  background-color: rgb(0, 54, 92);
}

#box2:hover {
  background-color: rgb(0, 54, 92);
}

.container {
  max-width: 1264px;
}

.container-inside {
  padding-left: 0;
  padding-right: 0;
}

.container-sedy {
  background-color: #F5F5F5;
}
/* carousel */

.carousel-inner {
    height: 400px;
    border-left: 3px solid #E5EAEE;
    border-top: 3px solid #E5EAEE;
    border-right: 3px solid #E5EAEE;
    /*box-shadow: 0 0 22px 0 #808080;*/
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  padding-top: 45px;
  padding-bottom: 65px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000;
  text-align: left;
  background-color: #E5EAEE;
  width: 36%;
  height: 400px;
  top: 0;
}

.carousel-caption h5 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 25px;
}

.carousel-caption p {
  font-size: 15px;
}

.carousel-caption p span {
  color: rgb(46, 171, 12);
  font-size: 15px;
}

.img-right {
  float: right;
  width: 64%;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  list-style: none;
  width: 36%;
}

.carousel-indicators [data-bs-target] {
  background-color: rgb(46, 171, 12) !important;
}


/* carousel2 */

.con-anim {
  padding-top: 315px;
}

.carousel-2 .carousel-inner {
    height: 375px;
    border-left: 0px solid #E5EAEE;
    border-top: 0px solid #E5EAEE;
    border-right: 0px solid #E5EAEE;
    /*box-shadow: 0 0 22px 0 #808080;*/
}

.carousel-2 .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  padding-top: 45px;
  padding-bottom: 65px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000;
  text-align: left;
  /*background-color: #FAFAFA;*/
  background-color: #F5F5F5;
  width: 50%;
  height: 460px;
  top: 0;
}

.carousel-2 .carousel-caption h5 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 25px;
}

.carousel-2 .carousel-caption p {
  font-size: 15px;
}

.carousel-2 .carousel-caption p span a {
  color: rgb(46, 171, 12);
  font-size: 15px;
}

.carousel-2 .img-right {
  float: right;
  width: 50%;
}

.carousel-2 .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  list-style: none;
  width: 50%;
}

.carousel-2 .carousel-indicators [data-bs-target] {
  background-color: rgb(46, 171, 12) !important;
}

@media screen and (max-width: 767px) {

.con-anim {
  padding-top: 200px;
}

.carousel-2 .carousel-inner {
  height: 420px;
  border-left: 0px solid #E5EAEE;
  border-top: 0px solid #E5EAEE;
  border-right: 0px solid #E5EAEE;
  /* box-shadow: 0 0 22px 0 #808080; */
}

.carousel-2 .img-right {
  float: right;
  width: 100%;
}

.d-none {
  display: block !important;
  float: left;
  width: 100% !important;
}

.carousel-2 .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  padding-top: 30px;
  padding-bottom: 65px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000;
  text-align: left;
  /* background-color: #FAFAFA; */
  background-color: #E8E8E8;
  width: 50%;
  height: 460px;
  top: 0;
}

.carousel-2 .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  list-style: none;
  width: 100%;
}


}


/* tabs */

.con-tabs-max {
  background-color: #F5F5F5;
  background-image: url(../img/back-tab.png);
  background-position: top;
  background-repeat: repeat-x;
}

.con-tabs {
  padding-top: 32px;
}

.ui-widget {
    font-family: 'MotivaSans-Regular';
    font-size: 14px;
}

.ui-widget.ui-widget-content {
  border: none;
  background: transparent;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0;
}

.ui-widget-header {
  border: 0;
  background: transparent;
  color: #000;
  font-weight: bold;
}

.ui-tabs .ui-tabs-nav {
  margin: 0 5%;
  padding: 0;
  width: 90%;
}

.ui-tabs-panel {
  clear: both;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  border-radius: 0;
  border: none;
  width: 33%;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 17px 65px 16px 65px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-family: 'MotivaSans-Bold';
  font-size: 20px;
}

.ui-tab {
  padding-bottom: 21px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: transparent;
}

.ui-state-default .ui-tabs-anchor {
  float: left;
  padding: 17px 65px 16px 65px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-family: 'MotivaSans-Bold';
  font-size: 20px;
  background-color: #C6E7BE !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: transparent;
}

.ui-state-active {
  background-image: url(../img/sipka-dolu.svg) !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}

.ui-state-active .ui-tabs-anchor {
  float: left;
  padding: 17px 65px 16px 65px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-family: 'MotivaSans-Bold';
  font-size: 20px;
  background-color: #00365C !important;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 75px 0 40px 0;
  background: none;
}

.ui-tabs h3, .col-text h3 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 20px;
}

.ui-tabs h3 a, .col-text h3 a {
  color: #00365C;
}

.ui-tabs h3 a:hover, .col-text h3 a:hover {
    color: rgb(46, 171, 12);
}

.ui-tabs p, .col-text p {
  font-size: 14px;
}

.ui-tabs p span a, .col-text p span a {
  color: rgb(46, 171, 12);
  font-size: 14px;
}

.ui-tabs .col-img {
  padding: 0 25px 0 25px;
}

.ui-tabs .col-md-6 .col-img img {
    transition: all 0.3s ease-out 0s; }
.ui-tabs .col-md-6:hover .col-img img,  .col-md-6:hover .img-ram img  {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.ui-tabs .col-text {
  padding: 0 25px 40px 25px;
}

.ui-tabs .row-tabs, .row-tabs {
  padding: 0 0 40px 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #56AF31;
  border-color: #56AF31;
  text-decoration: none;
}

.pagination a:hover {
  background-color: #C0DD9D;
  color: #20780C;
}


@media screen and (max-width: 767px) {

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  width: 100%;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  width: 33%;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 17px 0 16px 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-family: 'MotivaSans-Bold';
  font-size: 15px;
}

}

a.but-all {
  font-family: 'MotivaSans-Bold' !important;
  font-size: 18px !important;
  color: rgb(46, 171, 12);
  background-color: transparent;
  padding: 18px 33px 22px 33px;
  border: 2px solid rgb(46, 171, 12);
}

a.but-all:hover {
  color: #fff;
  background-color: rgb(46, 171, 12);
  text-decoration: none;
}

/* projekty */
.watermark-box {
  position: absolute;
  width: 600px;
}
.watermark {
  position: absolute;
  opacity: 0.1;
  top: -100px;
  left: -150px;
  width: 500px;
}

@media screen and (max-width: 767px) {

.watermark-box {
  display: none;
}


}


.con-projekt-max {
  background-color: #F5F5F5;
}

.con-projekt {
  padding-bottom: 70px;
  background-color: transparent;
}

.con-projekt .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.con-projekt .img-projekt, .img-projekt {
  width: 100%;
  height: 250px;
  background-size: cover;
  margin-top: 45px;
  z-index: 10;
  position: relative;
  background-position-y: center;
}

.col-img .img-ram {
  overflow: hidden;
  height: 100px;
}

@media screen and (max-width: 767px) {

.col-img .img-ram {
  overflow: hidden;
  height: 210px;
  margin-bottom: 15px;
}

.con-projekt .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
}

}

.con-projekt .col-md-3 .img-projekt, .con-projekt .col-md-4 .img-projekt, .con-projekt .col-md-6 .img-projekt {
    transition: all 0.3s ease-out 0s; }
.con-projekt .col-md-3:hover .img-projekt, .con-projekt .col-md-4:hover .img-projekt, .con-projekt .col-md-6:hover .img-projekt  {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }


.con-projekt h2 {
  font-family: 'MotivaSans-Bold';
  color: #00365C;
  margin: 30px 0;
}

p.datum {
  color: #6B6B6B;
  margin-top: 0px !important;
}



.col-md-4 h3, .col-md-6 h3 {
  font-size: 20px;
  margin: 35px 0 35px 0;
}

.col-text h3 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 20px;
  margin: 0 0 20px 0;
}

.col-toc {
  text-align: center;
  margin: 40px 0 20px 0;
  padding-top: 20px;
  border-top: 1px dotted #43B02A
}

.con-projekt h3 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 20px;
  margin: 20px 0 20px 0;
}

.con-projekt p {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.con-projekt p.prilohy {
  font-size: 16px;
  margin: 60px 0 10px 0;
}


.col-clanek h3 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.col-clanek p.datum {
  font-size: 14px;
  margin: 0 0 5px 0;
}

.col-clanek p {
  font-size: 14px;
  margin: 0 0 30px 0;
}


/* vyridit */
.con-vyridit {
  padding-top: 85px;
  padding-bottom: 50px !important;
}

.con-vyridit h3 {
  font-family: 'MotivaSans-Bold';
  color: #00365C;
  font-size: 26px;
}

.con-vyridit h3 img {
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.con-vyridit .col-md-4 {
  padding-right: 25px;
}

.col-akce {
  font-family: 'MotivaSans-Medium';
  font-size: 16px;
  padding-right: 25px;
}

.col-akce-r {
  padding-left: 0rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 767px) {

.col-akce {
  font-family: 'MotivaSans-Medium';
  font-size: 15px;
  padding-right: 15px;
}

.col-akce-r {
  padding-left: 0rem;
  padding-right: 0;
}


}




.col-akce span {
  display: table-cell;
  height: 4em;
  width: 100%;
  vertical-align: middle;
}

.col-akce span a {
  display: inline-block;
  width: 100%;
}

.col-akce .cara {
  display: block;
  width: 100%;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 1250px) {

.col-akce span {
  display: table-cell;
  height: 6em;
  width: 100%;
  vertical-align: middle;
}

.con-vyridit h3 {
  font-family: 'MotivaSans-Bold';
  color: rgb(46, 171, 12);
  font-size: 24px;
  /*white-space: nowrap;*/
}

.col-sluzby ul a {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 16px;
  white-space: nowrap;
}

}

.but-sip {
  display: inline-block;
  font-family: 'MotivaSans-Bold' !important;
  font-size: 18px !important;
  color: #fff;
  background-color: rgb(46, 171, 12);
  padding: 2px 15px 2px 15px;
  border: none;
  margin: 20px 0 20px 0;
}

.but-sip:hover {
  color: #fff;
  background-color: #20780C;
  text-decoration: none;
}


/* kalendar */

#tabs-3 {
  padding: 40px 0 40px 0;
}

.r-cal {
  padding-bottom: 30px;
}

.con-kalendar-max {
  background-color: #FAFAFA;
}

.con-kalendar {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: url(../img/back-kal.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.con-kalendar .col-md-8 {
  padding-right: 60px;
}

.con-kalendar h3 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 36px;
  margin-bottom: 40px;
}

.con-kalendar h3 span {
  font-family: 'MotivaSans-Bold';
  font-style: normal;
  color: #00365c;
  font-size: 16px;
  line-height: 55px;
  margin-right: 15px;
  display: inline-block;
  float: right;
}

.kalendar-plus {
  font-family: 'MotivaSans-Bold';
  font-style: normal;
  color: #2EAB0C !important;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
  display: inline-block;
}

.kalendar-plus img {
  width: 32px;
  height: 32px;
  float: right;
}

.con-kalendar h3 span a {
  color: rgb(46, 171, 12);
}

.con-kalendar h3 span a:hover {
  text-decoration: underline;
}

.con-kalendar h3 span img {
  position: relative;
  top: -2px;
}

.con-kalendar h3 span a img {
  width: 32px;
  height: 32px;
}

.con-kalendar .cara {
  display: block;
  width: 100%;
  border-bottom: 1px solid #000000;
}

.con-kalendar .text-end {
  padding: 50px 30px 0 0;
}

.col-datum {
  padding: 25px 30px 10px 30px;
}

.col-datum span {
  font-family: 'MotivaSans-Bold' !important;
  font-size: 18px !important;
  text-align: center;
  display: inline-block;
  margin: 5px 0;
}

.col-datum h3 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 18px;
  margin: 5px 0 15px 0;
}

.but-vice {
  display: block;
  font-family: 'MotivaSans-Bold' !important;
  font-size: 18px !important;
  color: #fff;
  background-color: rgb(46, 171, 12);
  padding: 10px 20px 10px 20px;
  border: 2px solid rgb(46, 171, 12);
  width: 130px;
  text-align: center;
  margin-bottom: 8px;
}

.but-vice:hover, .but-vice:focus {
  color: #fff;
  text-decoration: none;
  background-color: #20780C;
  border: 2px solid #20780C;
}

@media screen and (max-width: 767px) {

.col-datum {
  padding: 5px 30px 5px 30px;
}

.con-kalendar .text-end {
  padding: 80px 30px 80px 0;
}

}



/* Uredni hodiny */

.col-hodiny  {
}


.col-hodiny h3 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 36px;
  margin-bottom: 40px;
}

.col-hodiny p b {
  font-family: 'MotivaSans-Bold';
  font-size: 14px;
}

.col-hodiny a:hover {
  text-decoration: underline;
}

.col-hodiny a span {
  color: rgb(46, 171, 12);
}

.col-hodiny .den {
  display: inline-block;
  width: 115px;
}

.col-hodiny .spojeni, .spojeni {
  font-family: 'MotivaSans-Bold';
  color: #000;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.col-hodiny .spojeni img, .spojeni img {
  margin-right: 15px;
  max-width: 30px;
  position: relative;
  top: -2px;
}

a.but-det {
  display: inline-block;
  font-family: 'MotivaSans-Bold' !important;
  font-size: 18px !important;
  color: #fff;
  background-color: rgb(46, 171, 12);
  padding: 18px 33px 22px 33px;
  border: 2px solid rgb(46, 171, 12);
  width: 300px;
  text-align: center;
  margin-bottom: 8px;
}

a.but-det:hover {
  background-color: #20780C;
  border: 2px solid #20780C;
  color: #fff;
  text-decoration: none;
}

/* Rychly pristup */

.col-sluzby  {
  padding: 20px 25px 0 25px;
}

.col-sluzby-back  {
  background-color: #f5f5f5;
  padding: 15px 20px 15px 25px;

}

.col-sluzby h3 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.col-sluzby ul {
  padding-left: 0;
  list-style: none;
}

.col-sluzby ul a {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 18px;
}

.col-sluzby ul a:hover {
  color: rgb(46, 171, 12);
}

.col-sluzby li.two {
  line-height: 0px;
}
.col-sluzby ul a span {
  display: inline-block;
  line-height: 0px;
  margin-left: 60px;
  margin-bottom: 20px;
}

.col-sluzby ul img {
  margin-right: 20px;
  width: 40px;
  height: auto;
  margin-bottom: 10px;
  position: relative;
  top: 3px;
}

.banner-loga-vpravo {
  padding: 25px 0 75px 0; text-align: center;
}

/* obce */

.con-obce-max {
  background-color: #ffffff;
  color: #14a4bc;
  font-size: 20px;
  font-family: 'MotivaSans-Bold';
  margin: 0 0 2px 0;
}

.con-obce-max img {
  margin: 16px 0 15px 25px;
}

.con-obce-max p {
  margin: 37px 0 0 0;
  text-align: right;
}

.but-obce {
  display: inline-block;
  font-family: 'MotivaSans-Bold' !important;
  font-size: 16px !important;
  color: #ffffff;
  background-color: #14a4bc;
  padding: 16px 33px 16px 33px;
  margin: 16px 0 16px 25px;
  border: none;
}

.but-obce:hover {
  color: #ffffff;
  text-decoration: none;
}

/* paticka */

footer {
  background-color: rgb(89, 89, 89);
  /*background-image: url(../img/cary2.svg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

footer h3.footer-title-style2 {
  color: rgb(86, 175, 49) !important;
  font-size: 24px !important;
  margin-top: 0;
  padding-left: 30px;
  font-family: 'MotivaSans-Bold';
}


/*****  bezne stranky *****/

/* kontakty */
.container-vizitka {
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
}

.vyber {
  margin-bottom: 15px;
  text-align: center;
  padding-top: 30px;
}


.text-odbor {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  /*float: left;*/
  padding-top: 15px;
  margin-right: 20px;
}


.select-odbor {
  font-size: 20px;
  height: 50px;
  width: 50%;
  /*float: left;*/
  border: 0;
  margin-right: 8px;
  margin-bottom: 0;
  background-color: #FFF;
  border: 1px solid rgb(69, 69, 69);
}

@media screen and (max-width: 767px) {

.select-odbor {
  font-size: 20px;
  height: 50px;
  width: 100%;
  /*float: left;*/
  border: 0;
  margin-right: 8px;
  margin-top: 15px;
  background-color: #E9E9ED;
}

}

button.forsearch {
  background-color: rgb(46, 171, 12);
  color: #FFFFFF;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 0;
  float: left;
}

button.forsearch:hover {
  background-color: #20780C;
}

.col-vizitka h5 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 20px;
  margin: 25px 0 5px 0;
}

.col-vizitkafoto {
  padding-top: 25px;
}

.col-vizitkafoto h5 {
  font-family: 'MotivaSans-Bold';
  color: #00365c;
  font-size: 25px;
  margin: 0 0 5px 0;
}


.col-vizitka a {
  color: #2EAB0C;
  text-decoration: underline;
}

.col-vizitka p {
  font-size: 15px;
}

/* title */
.fixedH {
  /*margin-top: 95px !important;*/
}

.con-title-max {
  background-color: #F5F5F5;
  color: #00365c;
  font-size: 14px;
  font-family: 'MotivaSans-Regular';
  margin: 0;
  padding: 30px 0 5px 0;
}

.title-0 { background-color: #7EAC37; }
.title-0 h1 { color: #FFFFFF !important; }

.title-24 { background-color: #C4C9CB; }
.title-24 h1 { color: #FFFFFF !important; }

.title-54 { background-color: #C4C9CB; }
.title-54 h1 { color: #FFFFFF !important; }

.title-38 { background-color: #A4A7B9; }
.title-38 h1 { color: #FFFFFF !important; }

.title-37 { background-color: #E7C16D; }
.title-37 h1 { color: #FFFFFF !important; }

.title-36 { background-color: #AF8F69; }
.title-36 h1 { color: #FFFFFF !important; }

.title-35 { background-color: #8DC8BF; }
.title-35 h1 { color: #FFFFFF !important; }

.title-34 { background-color: #EDBAA8; }
.title-34 h1 { color: #FFFFFF !important; }

.title-33 { background-color: #E4E7E8; }
.title-33 h1 { color: #221F39 !important; }

.title-82 { background-color: #E4E7E8; }
.title-82 h1 { color: #221F39 !important; }

.title-39 { background-color: #86AE50; }
.title-39 h1 { color: #FFFFFF !important; }

.title-40 { background-color: #AF8F69; }
.title-40 h1 { color: #FFFFFF !important; }

.title-51 { background-color: #E4E7E8; }
.title-51 h1 { color: #221F39 !important; }



.con-title-max h1 {
  color: #00365c;
  font-size: 36px;
  font-family: 'MotivaSans-Bold';
  margin: 0 0 10px 0;
  padding: 0;
}

.con-podrub {
  padding-top: 33px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00365c;
}

.title, .col-text-stranka h2 {
  font-family: 'MotivaSans-Bold';
  color: #00365C;
  font-size: 30px;
  text-align: left;
  font-family: 'MotivaSans-Bold';
  margin: 0 0 20px 0;
  padding: 0;
}


.con-podrub h2 {
  color: #00365c;
  font-size: 18px;
  font-family: 'MotivaSans-Bold';
  margin: 0 0 10px 0;
  padding: 0 0 5px 30px;
  background-image: url(../img/Oval.svg);
  background-position: 0px 3px;
  background-repeat: no-repeat;
}

.con-obsah {
  padding-top: 35px;
  padding-bottom: 35px;
}


.con-obsah {
  font-size: 16px;
}

.con-obsah a {
  color: #2EAB0C;
  text-decoration: none;
}

.con-obsah a:hover {
  color: #20780C;
  text-decoration: underline;
}

.con-obsah a.but-det {
  color: #FFF;
  text-decoration: none;
}

.con-obsah a.but:hover {
  color: #FFF;
  text-decoration: none;
}

.col-text-vakat {
  max-width: 198px;
}

.col-text-stranka {
  max-width: 900px;
  padding: 30px 0 0 0;
}

.col-text-stranka a {
  color: #2EAB0C;
  text-decoration: none;
}

.col-text-stranka a:hover {
  color: #20780C;
  text-decoration: underline;
}


.con-obsah .col-text {
  padding-bottom: 35px;
}

p.ikona {
  display: block;
  height: 66px;
  line-height: 130%;
  font-size: 15px;
  margin: 3px 0px 13px -4px;
  padding: 2px 0px 0px 0px;
  clear: both;
  /*overflow: hidden;
  white-space: nowrap;*/
  background-image: url(../img/soubor.svg);
  background-position: top left;
  background-repeat: no-repeat;
}

a.ikona {
  display: block;
  height: 67px;
  line-height: 130%;
  font-size: 10px;
  margin: 0px 0px 0px 0px;
  padding: 44px 0px 0px 0px;
  clear: both;
  /* overflow: hidden; */
  /* white-space: nowrap; */
  background-image: url(../img/soubor.svg);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
  width: 48px;
  background-size: cover;
  color: black;
}


p.ikona a, p.ikona span {
  text-decoration: none;
  padding-left: 60px;
  display: block;
  margin-bottom: 15px;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: 1000px;
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 767px) {

.col-text-stranka {
  max-width: 900px;
  padding: 30px 30px 0 30px;
}

}
