/*------------------------------------------------------------------
    CSS
    Project:        PTCA - obchodně inženýrská společnost
    Version:        1.0
    Author:         Ij&T s.r.o.
    Last change:    // <!-- phpDesigner :: Timestamp [09.08.2017 12:51:04] -->
    Primary use:    PTCA - obchodně inženýrská společnost
-------------------------------------------------------------------*/

/* ==============================
   Načtení fontů
   ============================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Open Sans:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(gradient.css);



/* ==============================
   Globální nastavení
   ============================== */


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .02em;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
h1 {display: none;}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
h2, h3, h4, h5, h6{
    font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 0;
    color: #333;
}
h3{
    font-size: 19px;
    line-height: 24px;
}
p {
    padding-bottom: 15px;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pl-30 {
  padding-left: 30px;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.thm-container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thm-btn {
  border: none;
  outline: none;
  background: #E9663C;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  padding: 10px 0px;
  padding-left: 20px;
  padding-right: 15px;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.thm-btn:hover {
  background: #262A3B;
  color: #fff;
}
.thm-btn:hover i {
  color: #fff;
}
.thm-btn i {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-left: 20px;
}
.thm-btn.transparent {
  background-color: transparent;
  border: 1px solid #898989;
  color: #fff;
}
.thm-btn.transparent i {
  color: inherit;
}
.thm-btn.transparent:hover {
  background: #262A3B;
  border-color: #262A3B;
  color: #fff;
}
.thm-btn.transparent:hover i {
  color: inherit;
}
.animate-3 {
  transition: all 0.3s ease;
}
.animate-5 {
  transition: all 0.5s ease;
}
.animate-7 {
  transition: all 0.7s ease;
}
.animate-3-all * {
  transition: all 0.3s ease;
}
.animate-5-all * {
  transition: all 0.5s ease;
}
.animate-7-all * {
  transition: all 0.7s ease;
}
.sec-padding {
  padding: 80px 0;
}
.sec-padding.page-title {
  padding-bottom: 30px;
}
.sec-title {
  margin-bottom: 20px;
}
.sec-title.text-center h2:after {
  margin-left: auto;
  margin-right: auto;
}
.sec-title h2 {
  margin-top: -9px;
}
.sec-title h2:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #00963f;
  display: block;
  margin-top: 13px;
}
.sec-title h2 span {
  display: block;
  font-size: 34px;
  font-weight: bold;
  color: #3c468b;
  text-transform: uppercase;
}
.sec-title p {
  color: #898989;
  margin: 0;
  margin-top: 20px;
}
.list-item li {
  color: #898989;
  line-height: 34px;
}
.list-item li:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  color: #F0683E;
  margin-right: 10px;
}
.img-cap-effect:hover .img-box .img-caption {
  top: 0;
}
.img-cap-effect:hover .img-box .img-caption:before {
  bottom: 15px;
  opacity: 1;
}
.img-cap-effect:hover .img-box .img-caption .box-holder ul {
  transform: scale(1);
}
.img-cap-effect .img-box {
  position: relative;
  overflow: hidden;
}
.img-cap-effect .img-box .img-caption {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(240, 104, 62, 0.6);
  text-align: center;
  transition: all 0.5s ease;
}
.img-cap-effect .img-box .img-caption:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 100%;
  opacity: 0;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  transition: all .5s ease .5s;
}
.img-cap-effect .img-box .img-caption .box-holder {
  width: 100%;
  height: 100%;
  display: table;
}
.img-cap-effect .img-box .img-caption .box-holder ul {
  transform: scale(0);
  display: table-cell;
  vertical-align: middle;
  transition: all .5s ease 1s;
}
.img-cap-effect .img-box .img-caption .box-holder ul li {
  display: inline-block;
}
.img-cap-effect .img-box .img-caption .box-holder ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background: #13314c;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}
.accrodion.active .accrodion-title {
  background: #EBEBEB;
  border-color: #EBEBEB;
}
.accrodion.active .accrodion-title:after {
  content: '-';
  font-size: 40px;
  line-height: 39px;
}
.accrodion:last-child .accrodion-title {
  border-bottom: 1px solid #DEDEDE;
}
.accrodion .accrodion-title {
  cursor: pointer;
  border: 1px solid #DEDEDE;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0 20px;
  position: relative;
}
.accrodion .accrodion-title:after {
  content: '+';
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #898989;
  font-size: 23px;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 48px;
}
.accrodion .accrodion-title h4 {
  color: #242424;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
}
.accrodion .accrodion-content {
  padding: 30px 0;
}
.accrodion .accrodion-content .img-caption .img-box,
.accrodion .accrodion-content .img-caption .content-box {
  display: table-cell;
  vertical-align: middle;
}
.accrodion .accrodion-content .img-caption .img-box {
  width: 200px;
}
.accrodion .accrodion-content .img-caption .content-box {
  vertical-align: top;
  padding-left: 30px;
}
.accrodion .accrodion-content .img-caption .content-box h4 {
  font-family: 'Open Sans', sans-serif;
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 11px;
  margin-top: 10px;
}
.accrodion .accrodion-content .img-caption .content-box p {
  color: #898989;
}
.accrodion .accrodion-content .img-caption .content-box ul {
  margin-top: 3px;
}
.accrodion .accrodion-content .img-caption .content-box ul li {
  display: inline-block;
  color: #757575;
  margin-right: 40px;
}
.accrodion .accrodion-content .img-caption .content-box ul li:last-child {
  margin-right: 0;
}
.accrodion .accrodion-content .img-caption .content-box ul li i {
  color: #757575;
  margin-right: 15px;
}


/* ==============================
   Hlavička
   ============================== */



#header {
  background: #272b3d url(../images/header-bg.png) no-repeat right top;
  position: relative;
  z-index: 9999;
}
#header.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
#header.stricky-fixed .nav-holder .nav-footer > ul.nav > li {
  padding: 20px 0;
}
#header.stricky-fixed .nav-holder .nav-header > ul > li {
  padding: 21px 0;
}
#header.stricky-fixed .logo {
  line-height: 69px;
  padding-right: 0px;
}
#header.stricky-fixed .logo img {
  width: 90%;
}
#header .logo {
  line-height: 105px;
  position: relative;
  padding-right: 50px;
}
#header .logo:before {
  content: '';
  background: #F0683E;
  position: absolute;
  top: 0;
  right: 0;
  width: 5000px;
  height: 110%;
  transform: skewX(-38deg);
}
#header .logo img {
  position: relative;
}
#header .nav-holder .nav-footer ul.nav > li {
  padding: 38px 0;
  transition: all .3s ease;
}
#header .nav-holder .nav-footer ul.nav > li:last-child > a {
  padding-right: 0;
}
#header .nav-holder .nav-footer ul.nav > li > a {
  font-size: 14px;
  border: none;
  padding: 0 10px;
}

/* ==============================
   Navigace
   ============================== */


.nav-holder {
  position: relative;
}
.nav-holder .nav-header {
  display: inline-block;
  padding-left: 10px;
}
.nav-holder .nav-header > ul > li {
  display: inline-block;
  padding: 38px 0px;
}
.nav-holder .nav-header > ul > li.menu-expander {
  display: none;
}
.nav-holder .nav-header > ul > li:hover > button {
  color: #F0683E;
}
.nav-holder .nav-header > ul > li > button {
  padding: 0;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 16px;
  display: inline-block;
  background-color: transparent;
  padding: 0 10px;
  transition: all .3s ease;
}
.nav-holder .nav-footer {
  display: inline-block;
}
.nav-holder .nav-footer ul.nav > li {
  display: inline-block;
  line-height: 29px;
  padding: 18px 0;
  position: relative;
}
.nav-holder .nav-footer ul.nav > li:hover a,
.nav-holder .nav-footer ul.nav > li.active a {
  color: #FF7043;
  background-color: transparent;
}
.nav-holder .nav-footer ul.nav > li:last-child > a {
  border: none;
  padding-right: 0;
}
.nav-holder .nav-footer ul.nav > li > a {
  font-family: 'Lato', sans-serif;
  padding: 0 15px;
  display: block;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 600;
  transition: all .3s ease;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu {
  top: 100%;
  left: 0;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu.align-right {
  right: 0;
  left: auto;
}
.nav-holder .nav-footer ul.nav > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu {
  top: 0;
  left: 100%;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu.align-right {
  right: 100%;
  left: auto;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
}
.nav-holder .nav-footer ul.nav > li ul.submenu {
  position: absolute;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0, .11);
  transition: all .3s ease;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li {
  display: block;
  padding: 0;
  background: #fff;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a {
  border-bottom: 0;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a:after {
  display: none;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:hover > a {
  color: #F0683E;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a {
  color: #242424;
  font-family: 'Open Sans', sans-serif;
  padding: 4px 26px;
  border-bottom: 0px solid #EBEBEB;
  font-size: 13px;
  position: relative;
  display: block;
  font-weight: 500;
  transition: all .3s ease;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 12px;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #EBEBEB;
}
.nav-footer ul.nav li.has-submenu > a > button {
  display: none;
}
.nav-holder .nav-header > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-holder .nav-header > ul > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.nav-holder .nav-header > ul > li > ul.search-box {
  background: #262A3B;
  padding: 25px 25px;
}
.nav-holder .nav-header > ul > li > ul.search-box form {
  height: 45px;
  background: #F0683E;
}
.nav-holder .nav-header > ul > li > ul.search-box form input {
  width: calc(100% - 52px);
  height: 100%;
  border: none;
  outline: none;
  color: #fff;
  background-color: transparent;
  line-height: 14px;
  padding-left: 15px;
}
.nav-holder .nav-header > ul > li > ul.search-box form input::-webkit-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}
.nav-holder .nav-header > ul > li > ul.search-box form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-transform: capitalize;
}
.nav-holder .nav-header > ul > li > ul.search-box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-transform: capitalize;
}
.nav-holder .nav-header > ul > li > ul.search-box form input:-ms-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}
.nav-holder .nav-header > ul > li > ul.search-box form button {
  width: 40px;
  height: 100%;
  line-height: 45px;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  border: none;
  outline: none;
}
.nav-holder .nav-header > ul > li > ul.cart-box {
  background: #fff;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-header h4 {
  text-transform: capitalize;
  color: #391F0A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content {
  padding: 15px 0;
  border-top: 1px dashed #BEBEBE;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content,
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .img-box {
  display: table-cell;
  vertical-align: top;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .img-box {
  width: 100px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content {
  padding-left: 30px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content h4 {
  font-family: "Lato", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 6px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content i {
  color: #F0683E;
  cursor: pointer;
  font-size: 13px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content ul.price {
  margin-left: -10px;
  margin-right: -10px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content ul.price li {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 10px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content ul.price li span {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  font-family: "PT Serif", serif;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer {
  border-top: 1px dashed #BEBEBE;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .total-price {
  float: left;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .total-price h4 {
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Lato';
  line-height: 34px;
  vertical-align: bottom;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer {
  padding-top: 15px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .checkout-box {
  float: right;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .checkout-box a.thm-btn {
  padding: 0px 15px;
  background: #F0683E;
  color: #fff;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .checkout-box a.thm-btn i {
  line-height: 35px;
  margin-left: 15px;
  padding-left: 0px;
  border: none;
  color: inherit;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .checkout-box a.thm-btn i:after {
  display: none;
}


/* ==============================
   Menu
   ============================== */

.thm-banner-wrapper .caption-h1 {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.thm-banner-wrapper .caption-h1.cwhite {
  color: #FFFFFF;
  font-weight: 800;
}
.thm-banner-wrapper .caption-h1.corgange {
  color: #E9673D;
  font-weight: 700;
}
.thm-banner-wrapper .caption-h1.dark-bg {
  background: #2D2D3C;
  color: #E9673D;
  padding: 0px 20px;
}
.thm-banner-wrapper .caption-h1.light-bg {
  background: #F0F0F0;
  color: #2A2A40;
  padding: 0px 20px;
}
.thm-banner-wrapper .caption-p {
  font-size: 20px;
  font-style: italic;
  color: #fff;
  line-height: 28px;
}
.thm-banner-wrapper .caption-divider span.divider {
  width: 108px;
  height: 1px;
  background: #626468;
  display: block;
}
.thm-banner-wrapper .thm-btn {
  padding-top: 7px;
  padding-bottom: 7px;
  transition: all .3s ease !important;
  font-weight: bold !important;
}
.thm-banner-wrapper .thm-btn i {
  margin: 0;
  margin-left: 15px;
  border-color: transparent;
}
.thm-banner-wrapper .thm-btn i:after {
  display: none;
}
.thm-banner-wrapper .thm-btn.inverse {
  background: #1FB5C7;
  color: #fff;
}
.thm-banner-wrapper .thm-btn.inverse:hover {
  background: #F7BE3D;
  color: #202020;
}
.thm-banner-wrapper .thm-btn.inverse i {
  color: #fff;
}



/* ==============================
   Uvítací text 
   ============================== */

.welcome-text {
  background: #183650;
  padding: 80px 0 120px;
}
.welcome-text .title-box,
.welcome-text .text-box {
  display: table-cell;
  vertical-align: middle;
}
.welcome-text .title-box {
  padding-right: 40px;
  border-right: 4px solid #12A0B1;
}
.welcome-text .title-box h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 33px;
  text-transform: uppercase;
}
.welcome-text .text-box {
  padding-left: 46px;
}
.welcome-text .text-box p {
  margin: 0;
  color: #AFC0CF;
  font-style: italic;
  font-size: 16px;
}
.welcome-services {
  margin-top: -80px;
  padding-bottom: 80px;
}
.welcome-services .service-text p {
  margin: 0;
  color: #898989;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 16px;
  margin-top: 55px;
}
.welcome-single-services {
  margin-top: 30px;
  background: #fff;
}
.welcome-single-services:hover .text-box {
  background: #1FB5C7;
}
.welcome-single-services:hover .text-box:before {
  background: #1FB5C7;
}
.welcome-single-services:hover .text-box:after {
  background: #183650;
}
.welcome-single-services:hover .text-box h3,
.welcome-single-services:hover .text-box p {
  color: #FFFFFF;
}
.welcome-single-services .img-box,
.welcome-single-services .text-box {
  display: table-cell;
  vertical-align: middle;
}
.welcome-single-services .img-box {
  background: #fff;
  width: 222px;
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.welcome-single-services .text-box {
  background: #EFF3F6;
  position: relative;
  padding-left: 25px;
  padding-right: 27px;
  transition: all .5s ease;
}
.welcome-single-services .text-box .content {
  position: relative;
  z-index: 11;
}
.welcome-single-services .text-box:before {
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(-12deg);
  background: #EFF3F6;
  z-index: 9;
  transition: all .5s ease;
}
.welcome-single-services .text-box:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -21px;
  transform: skew(-13deg);
  background: #DADADA;
  z-index: 8;
  transition: all .5s ease;
}
.welcome-single-services .text-box h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #242424;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 9px;
  transition: all .5s ease;
}
.welcome-single-services .text-box p {
  color: #898989;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: all .5s ease;
}

/* ==============================
   Vybrané služby styly
   ============================== */


.featured-services {
  overflow: hidden;
  /*background: #dcdcdc;*/
}
.featured-services.style-two {
  background: #183650 url(../images/parallax-featured-service.jpg) right top no-repeat fixed;
  background-size: 130% 100%;
}
.featured-services.style-two .featured-service-box {
  position: relative;
  padding-bottom: 55px;
}
.featured-services.style-two .featured-service-box:before {
  content: '';
  width: 5000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #183650;
}
.featured-services.style-two .single-featured-service {
  padding-left: 45px;
}
.featured-services.style-two .single-featured-service .title-box h3 span {
  color: #fff;
}
.featured-services.style-two .single-featured-service .icon-box {
  color: #1FB5C7;
}
.featured-services.style-two .single-featured-service p {
  color: #ABC3D8;
}
 .dtc {
  display: table-cell;
  vertical-align: middle;
}
.featured-services .left-full-img img {
  max-width: none;
}
.featured-services .right-full-img img {
  max-width: none;
  float: right;
}
.featured-services .sec-title {
  margin-bottom: 33px;
}
.featured-services .sec-title h2 span {
  color: #FF7043;
}
.featured-services .sec-title h2:after {
  display: none;
}
.featured-services .sec-title p {
  margin-top: 16px;
}
.featured-services .text-box {
  padding-right: 20px;
}
.featured-services h3 {
  font-size: 26px;
  font-family: 'Open Sans';
  color: #fff;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 21px;
}
.featured-services p {
  color: #C1C3CA;
}
 ul {
  padding-right: 70px;
}
 ul li {
    color: #00963f;
    font-size: 13px;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-bottom: 10px;
}
 ul li i {
  margin-right: 10px;
}
.featured-service-box {
  padding-top: 74px;
}
.single-featured-service {
  margin-top: 45px;
}
.single-featured-service header {
  margin-bottom: 18px;
}
.single-featured-service .icon-box,
.single-featured-service .title-box {
  display: table-cell;
  vertical-align: middle;
}
.single-featured-service .icon-box {
  color: #323232;
  font-size: 45px;
  padding-right: 25px;
}
.single-featured-service .title-box h3:after {
  content: '';
  background: #F6BA18;
  width: 45px;
  height: 3px;
  display: block;
  vertical-align: top;
  margin-top: 10px;
}
.single-featured-service .title-box h3 span {
  display: block;
  color: #323232;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

/* ==============================
   Footer top styles
   ============================== */


.bottom-has-footer-top {
  padding-bottom: 120px;
}
.bottom-has-footer-top + .footer-top {
  margin-top: -68px;
}
.footer-top {
  position: relative;
  top: 20px;
  overflow: hidden;
  z-index: 999;
}
.footer-top img {
  position: relative;
  z-index: 9;
}
.footer-top .img-box {
  padding: 0;
}
.footer-top .right-text {
  padding: 0;
  position: relative;
}
.footer-top .right-text .text-box {
  position: relative;
  z-index: 10;
  top: 50px;
}
.footer-top .right-text .text-box h3 {
  font-size: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
}
.footer-top .right-text .text-box p {
  color: #FFFFFF;
}
.footer-top .right-text .text-box .number {
  color: #FF7043;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Open Sans';
  font-style: normal;
  vertical-align: middle;
}
.footer-top .right-text .text-box .number + b {
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 12px;
}
.footer-top .right-text .text-box a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Raleway';
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
  font-style: normal;
  padding: 0 38px;
  margin-left: 25px;
  margin-top: 15px;
  transition: all .3s ease;
}
.footer-top .right-text .text-box a:hover {
  background: #F0683E;
  border-color: #F0683E;
}
.footer-top .right-text:before {
  content: '';
  width: 25000px;
  position: absolute;
  top: 30px;
  left: -70px;
  height: 100%;
  background: #282C3D;
  transform: skew(-37deg);
  z-index: 4;
}
.footer-top .right-text:after {
  content: '';
  width: 1920px;
  position: absolute;
  height: 100%;
  top: 50px;
  margin-right: 85px;
  right: 100%;
  background-image: url(../images/footer-top-bg.png);
  background-position: center top;
  transform: skew(-37deg);
  opacity: .1;
}
.footer-top .right-text .box {
  position: relative;
  padding-left: 180px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.footer-top .right-text .box:before {
  content: '';
  width: 1920px;
  position: absolute;
  height: 100%;
  top: 50px;
  margin-right: 85px;
  right: 100%;
  transform: skew(-37deg);
  background-color: #ff7043;
  z-index: -1;
}


/* ==============================
   Footer styles
   ============================== */


#footer {
  background: url(../images/footer-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
}
#footer:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a1a1c;
  opacity: .75;
  content: '';
}
.footer-widget .title {
  margin-bottom: 20px;
}
.footer-widget .title h3:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #FF7043;
  display: block;
  margin-top: 13px;
}
.footer-widget .title h3 span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
}
.footer-widget .about-widget p {
  color: #62666A;
  margin-top: 30px;
}
.footer-widget .about-widget a {
  color: #FF7043;
  margin-top: 20px;
}
.footer-widget .about-widget .social {
  margin-top: 45px;
}
.footer-widget .social li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #FF7043;
  background: #FF7043;
  border-radius: 50%;
  margin-right: 6px;
}
.footer-widget .social li a {
  color: #1C1C1D;
  font-size: 18px;
  line-height: 38px;
}
.footer-widget .social li a .fa-google-plus {
  font-size: 16px;
}
.footer-widget .link-list a {
  color: #62666A;
  text-transform: capitalize;
  line-height: 39px;
  transition: all .3s ease;
}
.footer-widget .link-list a:hover {
  color: #FF7043;
}
.footer-widget .contact-infos li .icon-box,
.footer-widget .contact-infos li .text-box {
  display: table-cell;
  vertical-align: middle;
}
.footer-widget .contact-infos li .icon-box {
  font-size: 17px;
  color: #FF7043;
  vertical-align: top;
}
.footer-widget .contact-infos li .icon-box i.icon-Timer {
  font-size: 20px;
}
.footer-widget .contact-infos li .text-box {
  padding-left: 18px;
  color: #62666A;
}
.footer-widget .contact-infos li .text-box b {
  font-weight: bold;
  color: #82868A;
}
.footer-widget .contact-infos li .text-box span.sbold {
  font-weight: 600;
  font-size: 16px;
}
.footer-widget .contact-infos li .text-box span.italic {
  font-style: italic;
}
.bottom-bar {
  padding: 27px 0;
  border-top: 1px solid #212123;
  background: #00963f;
}
.bottom-bar p {
  margin: 0;
  color: #fff;
}
#footer.new-footer {padding-bottom: 0;}


/* ==============================
   Page Navigation styles
   ============================== */

.page-navigation {
  margin-top: 50px;
}
.page-navigation li {
  display: inline;
}
.page-navigation li a,
.page-navigation li span {
  font-family: 'Raleway';
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: #fff;
  color: #8E8D8D;
  font-size: 24px;
  display: inline-block;
  border: 1px solid #E2E2E2;
  margin-right: 5px;
  text-align: center;
  transition: all .3s ease;
}
.page-navigation li span,
.page-navigation li a:hover {
  background: #272B3C;
  color: #fff;
}

/* ==============================
   404 Page style
   ============================== */

.error-404.gray-bg {
  background: #F3F5F7;
  position: relative;
  top: 200px;
  padding-bottom: 320px;
}
.error-404.gray-bg + .footer-top {
  margin-top: -68px;
}
.error-404 img {
  margin-top: -200px;
}
.error-404 h2 {
  color: #000000;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 23px;
}
.error-404 h2 span {
  font-size: 200px;
  display: block;
  line-height: 75px;
  padding-bottom: 80px;
}
.error-404 p {
  color: #242424;
  font-size: 20px;
  line-height: 34px;
  font-style: italic;
}
.error-404 .thm-btn {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 13px;
}
.error-404 .error-404-text {
  padding-left: 96px;
  padding-right: 70px;
}
/* ==============================
   New header white-bg-no-curv
   ============================== */

#header.white-bg-no-curv {background: #fff;}
#header.white-bg-no-curv.stricky-fixed {box-shadow: 0 0 16px rgba(0,0,0, .11);}
#header.white-bg-no-curv .logo:before {display: none;}
#header.white-bg-no-curv .nav-holder .nav-footer ul.nav > li > a {color: #242424;font-size: 15px;}
#header.white-bg-no-curv .nav-holder .nav-header > ul > li > button {color: #242424;}
#header.white-bg-no-curv .nav-holder .nav-footer ul.nav > li:hover > a, 
#header.white-bg-no-curv .nav-holder .nav-footer ul.nav > li.active > a {color: #00963f;}


/* ==============================
   Top Bar styles
   ============================== */


.top-bar {background: #00963f;}
.top-bar .left-info ul li {margin-right: 22px;}
.top-bar .left-info ul a {display: block;color: #FFFFFF;line-height: 47px;}
.top-bar .left-info ul a em {margin-right: 5px;}
.top-bar .left-info ul a em.fa-map-marker {font-size: 17px;}
.top-bar .left-info ul a em.fa-envelope {font-size: 12px;}
.top-bar .right-info  p {
  color: #ffffff;
  font-family: "Open Sans",sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
  font-style:italic;
}
.top-bar .right-info  p span {
  font-size: 15px;
}

a#scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    background: #1a211c url(scroll-top.png) center center no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: 99999;
}

/* ==============================
   Klienti Carousel styl
   ============================== */


.client-carousel .item img {
  opacity: 1 !important;
  border: 1px solid #F0F0F0;
  transition: all .3s ease;
}
.client-carousel .item img:hover {
  opacity: 1 !important;
}

/* ==============================
   footer top call to action
   ============================== */

.footer-top-cta {background: #00ACD9;padding: 26px 0;}
.footer-top-cta h3 {margin: 0;font-size: 28px;font-family: 'Open Sans';color: #fff;line-height: 46px;font-weight: normal;}
.footer-top-cta .thm-btn {background: #114E5E;font-size: 16px;color: #fff;font-weight: bold;padding: 8px 30px;border: 1px solid #114E5E;}
.footer-top-cta .thm-btn i {font-size: 14px;}
.footer-top-cta .thm-btn:hover {border-color: #fff;background-color: transparent;}

#contact-page-google-map {
  margin-top: 80px;
  height: 400px;
  padding: 6px;
  width: 100%;
  background: #fff;
  border: 1px solid #F0F0F0;
}

#onas, #nasestroje, #doprava, #kontakty {

}

/* ==============================
   slider
   ============================== */
.header-style01 + .master-slider{
    margin-top: -185px !important;
}

.master-slider .pi-caption01{
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase;
}

.master-slider .pi-text{
    font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
    font-size: 30px;
    color: #00963f;
}

.master-slider{
    margin-bottom: 70px !important;
}

.master-slider.mb-0{
    margin-bottom: 0 !important;
}

.master-slider.mb-30{
    margin-bottom: 30px !important;
}

.master-slider .pi-caption02{
    font-size: 21px;
    font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.master-slider .pi-button{
    padding: 12px 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;

    border: 2px solid;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.master-slider .pi-caption-dark{
    color: #fff;
}

.master-slider .ms-view{
    background: transparent;
}

.master-slider .tooltip h1,
.master-slider .tooltip h2,
.master-slider .tooltip h3,
.master-slider .tooltip h4,
.master-slider .tooltip h5,
.master-slider .tooltip h6{
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 10px;
}

.master-slider .tooltip h6::after{
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    bottom: 0;
    left: 0;
}

.master-slider .tooltip p,
.master-slider .tooltip span{
    color: #333;
}

.master-slider .tooltip img{
    float: left;
}

.master-slider .tooltip-text{
    padding-left: 85px;
}

.ms-skin-default .ms-tooltip{
    max-width: 300px;
}

.page-content.parallax{
    padding-top: 80px;
    /*padding-bottom: 80px;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax01{
    background-image: url('../images/parallax_green.jpg');
}
.page-content.dark h1,
.page-content.dark h2,
.page-content.dark h3,
.page-content.dark h4,
.page-content.dark h5,
.page-content.dark h6{
    color: #fff;
}

.page-content.dark p, .page-content.dark span, .page-content.dark li, .page-content.dark a {
    color: #eee;
}

/* ==============================
   button
   ============================== */
.call-to-action .text{
    width: 70%;
    float: left;
}
.call-to-action .btn {
    float: right;
    position: relative;
    top: 30px;
}

.btn {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
    backface-visibility: hidden;
    float: right;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.btn span {
    color: #fff;
}

.dark .btn span{
    color: #01973e;
}

.btn-big {
    padding: 12px 60px;
    font-size: 12px;
    background-color: #fff !important;
}
.btn-big:hover {
    background-color: #fcc820 !important;
}

.btn-green {
    padding: 12px 60px;
    font-size: 12px;
    background-color: #00963f  !important;
    color: #fff !important;
}
.btn-green:hover {
    background-color: #fcc820 !important;
}

.btn-medium {
    padding: 10px 40px;
    font-size: 12px;
}

.btn-small {
    padding: 4px 20px;
    font-size: 11px;
}

.btn-yellow{
    background-color: #fac312 !important;
}

.btn-centered{
    float: none;
    display: table;
    margin: 0 auto;
}

.btn-yellow:hover{
    background-color: #fcc820 !important;
}

/* ==============================
   titulek
   ============================== */
.col-md-12 .custom-heading02:only-child{
    margin-bottom: 0;
}

.row .custom-heading02:only-child{
    margin-bottom: -30px;
}

.custom-heading02{
    position: relative;
    margin-bottom: 40px;
}

.custom-heading02 h1,
.custom-heading02 h2,
.custom-heading02 h3,
.custom-heading02 h4{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: none;
    text-align: center;
    margin-bottom: 0;
}

.custom-heading02 p{
    text-transform: uppercase;
    text-align: center;
}

.custom-heading02:after{
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.custom-heading02.simple h1,
.custom-heading02.simple h2,
.custom-heading02.simple h3,
.custom-heading02.simple h4{
    padding-bottom: 15px;
}

.mb-70{
    margin-bottom: 70px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-0{
    margin-bottom: 0;
}
/* ==============================
   služby
   ============================== */
.services-negative-top{
    margin-top: -316px;
}

.custom-bkg .service-feature-box,
.parallax .service-feature-box{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
}

.service-feature-box{
    box-shadow: 1px 0px 3px 0 #ddd;
    -webkit-box-shadow: 1px 0px 3px 0 #ddd;
    -moz-box-shadow: 1px 0px 3px 0 #ddd;
    border: 1px solid #eee;
}

.service-feature-box .service-media{
    position: relative;
    overflow: hidden;
}

.service-feature-box .service-media img{
    width: 100%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;

    opacity: 1;
}

.service-feature-box .service-media:hover img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);

    opacity: 0.7
}

.service-feature-box .service-media a{
    background-color: #1b2936;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
}

.service-feature-box .service-media span{
    color: #fff;    
    padding-left: 20px;
    font-weight: 600;
}

.service-feature-box .service-media i{
    background-color: #2f3840;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 22px;
    margin-left: 20px;

    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.service-feature-box .service-body{
    background-color: #fff;
    padding: 20px;
    min-height: 170px;
}
.services {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.services .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.services .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.services .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.services .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    margin-right: 3%;
    width: 30%;
}
.services .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.services .owl-nav.disabled,
.services .owl-dots.disabled {
    display: none;
}
.services .owl-nav .owl-prev,
.services .owl-nav .owl-next,
.services .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.services.owl-loaded {
    display: block;
}
.services.owl-loading {
    opacity: 0;
    display: block;
}
.services.owl-hidden {
    opacity: 0;
}
.services.owl-refresh .owl-item {
    display: none;
}
.services.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.services.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.services.owl-rtl {
    direction: rtl;
}
.services.owl-rtl .owl-item {
    float: right;
}

.row {
    margin-bottom: 70px;
}

/* ==========================================================================
    form
    ========================================================================= */
.form fieldset{
    margin-bottom: 15px;
}

.form label{
    width: 100%;
    padding-bottom: 10px;
}

.form-text, 
.form-select,
.form-textarea{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 15px;
}

.form .form-submit{
    padding: 13px 40px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    float: right;
    color: #fff;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
}