/*
321 Theme Name:   eStation universal theme
 Theme URI:    http://www.estation.cz
 Description:  eStation Child Theme
 Author:       eStation.cz
 Author URI:   http://www.estation.cz
 Template:     estation
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:        g5plus-framework
*/


/*@import url("https://fonts.google.com/specimen/Open+Sans");*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800|Poppins:100,200,300,400,600,800,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&subset=latin-ext");

::selection {
    background: #000;
    color: #ffffff;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}
p, table, ul {
    font-size: 14px;
}
/*header.main-header .menu-wrapper {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding-right: 82px;
}*/
#header-sticky-wrapper {
    background: #fff !important;
}
header.main-header {
    background-color: transparent;
    position: relative;
    z-index: 997;
}
header.main-header .header-right {
    width: auto;
    background: #fff;
}
/* heading */
.darna-heading h2 {
    position: relative;
    padding-top: 37px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}
h2.vc_custom_heading{
   font-family: "Montserrat", sans-serif; 
   font-weight: 900; 
   font-size: 32px;
}
h3.vc_custom_heading{
   font-family: "Montserrat", sans-serif; 
   font-weight: 900; 
}
h4.vc_custom_heading {
  font-family: "Montserrat", sans-serif; 
   font-weight: 900; 
   font-size: 14px;    
}
.darna-heading h2::before,
.darna-heading::after {
    display: none;
}
.darna-heading p {
  font-family: "Montserrat", sans-serif;  
}
.section-header h2 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 8px;
}
.section-header p {
    /* height: ; */
    display: table;
    align-content: center;
    margin: 0 auto;
    position: relative;
    background: #000;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #FFF;
    letter-spacing: 5px;
    font-weight: 800;
}
.content-heading h2 {
       font-size: 48px;
    font-weight: 800;
    
}
.content-heading p {
    /* height: ; */
    display: table;
    align-content: center;
    margin: 0 auto;
    position: relative;
    background: #000;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #FFF;
}

.content-heading.big-title h2 {
    font-size: 198px;
    font-weight: 800;
}
.content-heading.big-title p {
    /* height: ; */
    display: table;
    align-content: center;
    margin: 0 auto;
    position: relative;
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ccc;
    font-size: 32px;
    font-weight: 800;
}
.big-title em {
    font-size: 15px;
    font-style: normal;
    display: table;
}
h3.vc_custom_heading{
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

/* margins */
.top-margin {
    margin-top: 26%;
}
.button-custom-m {
    margin-top: 32px;
}

/* bt */
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    padding: 22px 35px;
	padding: 15px 40px;
}
section {
    margin-bottom: 64px;
}


.sticky-wrapper.is-sticky header.main-header .menu-wrapper .x-nav-menu > li.current-menu-item > a.x-menu-a-text::before {
 bottom: 16px;
}




/*header.main-header .menu-wrapper .x-nav-menu {
    line-height: 80px;
    height: 80px;
    padding-top: 10px;
    margin-right: 100px;
}
header.main-header .header-left {
    width: 100%;
    background: #000;
    display: block;
    margin-left: -15px;
    margin-left: -15px;
}
.page header.main-header .header-logo {
    height: 100px;
    display: inline-block;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    margin-left: 100px;
}
*/



/* hero */

#hero {
    height: 1200px;
    /* padding-top: 0; */
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
   /* border: 1px solid red;*/
    background-image: url('assets/images/header_bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    left: 0;
    right: 0;

    bottom: 0;
}

.hero-content-right {
    display: block;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-top: 700px;
}
.hero-content-left {
    display: block;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-top: 400px;
}
.hero-content-right .vc_column-inner::before {
    padding-top: 15px;
}
.hero-content-right > .vc_column-inner {
    border-top: solid 1px #000;
}


.hero-content-left .darna-heading p {
    position: absolute;
    top: -49px;
    /* left: 16px; */

    margin: 0 0 0 0;

    font-size: 72px;
    font-weight: 900;

    text-align: left;

    color: #585858;
    /* opacity: .2; */
    background: transparent;
}

.hero-content-left .darna-heading h2 {
    z-index: 99;

    padding-top: 0;
    padding-bottom: 16px;
    padding-left: 15px;
    margin-top: 0;

    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;

    text-align: left;

    color: #fff;
}
.hero-content-left .hero-content-text p {
   /* width: 75%;*/
  padding-right: 48px;

    font-size: 16px;
    line-height: 1.4em;

    color: #fff;
    text-shadow: 1px 1px 1px #1a1a1a;
}



/* qtabs */

/* kdo jsem */

#kdo_jsem .content-box {
    margin-top: 60px;
    
}

#kdo_jsem h3.vc_custom_heading {
    font-size: 32px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 900;
    margin-bottom: 25px;
    display: block;
}

/* hodnoceni klienti */
#hodnoceni-klienti {
    background: #F8F8F8;
	padding: 60px 0;
}
#hodnoceni-klienti .section-header p {

    float: left;
}
#hodnoceni-klienti .section-header h2 {
text-align: left;
}
.wpb_map_wraper iframe {
    display: block;
    -webkit-filter: inherit;
    -moz-filter: inherit;
    -o-filter: inherit;
    -ms-filter: inherit;
    filter: inherit;
    pointer-events: none;
}


.cq-tabs-item .cq-tabs .cq-tabcontent {

    float: right;
    width: 75%;
    margin-top: -1px;
}
.cq-tabs-item .cq-tabmenu.style3 {
    text-align: center;
    /* font-weight: 500; */
    margin: 0;
 
    padding: 0;
    line-height: ;
    position: relative;
    border-bottom: none;
    width: 23%;
    margin: 0;
    padding: 0;
    float: left;
}
.cq-tabs-item .cq-tabmenu.style3 > li {
    position: relative;

    display: block;
    width: 100px;
    height: 100px;
    padding: 10px 16px 0 16px;
    /* line-height: 100px; */
    margin: 0;

    background: transparent;
}
.cq-tabs-item .cq-tabmenu.style3 > li {
    display: block;
    background: transparent;
    position: relative;
    line-height: 20px;
    margin: 0;
    padding: 10px 16px 0 16px;
    border: solid 1px #ccc;
    margin-bottom: 16px;`
}

.cq-tabs-item .cq-tabmenu.style3 > li::before {
display: none;
}
.cq-tabs-item .cq-tabmenu.style3 li:first-child {
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.cq-tabs-item .cq-tabmenu.style3 li:last-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.cq-tabs-item .cq-tabmenu.style3 > li.current {

    background: transparent;
    border:  1px solid #000;
}
.cq-tabs-item .cq-tabmenu.style3 > li a {
    display: inline-block;
    background: none;
    color: #000;
    font-size: 14px;
    margin-top: 4px;
    text-decoration: none;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 32px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cq-tabs-item .cq-tabmenu.style3 > li a span {
    position: relative;
    top: 0;
    display: block;
    width: 30px;

}
#zodpovednost p{
    line-height: 22px;
    
}
#zodpovednost .cq-tabitem strong {
margin: 0;
    font-size: 32px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 900;
    margin-bottom: 25px;
    display: block;
    text-align: right;
}
.cq-tabitem em {
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    color: #ccc;
    /* min-height: 56px; */
    display: inline-block;
    /* text-align: right; */
    /* width: 100%; */
    padding-bottom: 22px;
}

#hodnoceni-klienti .testimonial {
min-height: 220px;
    font-size: 15px;
    width: 96%;
}


/* hodnoceni klienti */
.section-header {
    margin-bottom: 64px;
    
}

/* klienti loga */
#klienti h3.content-heading {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
    
}

/*  kontakt link box */
#kontakt-link-box {
    background: #F8F8F8;
    margin-top: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
#kontakt-link-box .content-heading h2 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}

#kontakt-link-box .content-heading p {
    /* height: ; */
    display: block;
    /* align-content: left; */
    margin: 0;
    position: relative;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ccc;
    text-align: left;
    font-size: 20px;
    text-transform: lowercase;
    font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif;
}


.vc_btn3-container.vc_btn3-left {
    text-align: right;
    margin-top: 32px;
}
.copy.text-center {
    margin-top: 40px;
	color: #8f8f8f;
}
.copy.text-center a {
	color: #fff;
}
footer.main-footer-wrapper:before {
    display: none;
}
footer.main-footer-wrapper {
    background: #000;
}
a:hover, 
a.active {
    color: #8f8f8f;
}
footer.main-footer-wrapper a:hover {
    background: #000;
}
/* page kdo jsem */
.content-vzdelani-zkusenosti h3.vc_custom_heading {
    font-size: 15px;
    
}
.content-vzdelani-zkusenosti {
    margin-top: 63px;
    
}
.content-vzdelani-zkusenosti strong {
    font-size: 13px;
}

/*page sluzby */
.services-wrap {
    margin-top: 32px;
}

.service-info h4.vc_custom_heading {
  font-family: "Montserrat", sans-serif; 
   font-weight: 700; 
   font-size: 14px;  
  text-transform: uppercase;
}

.service-info {
 padding-top: 32px;
 padding-left: 64px;
 padding-right: 64px;
}
.service-info ul {
    display: inline-block;
    padding: 15px 0 0;
    margin: 0;
    color: #777777;
    font-size: 15px;
    line-height: 32px;
    text-align: left;
}
.services-wrap ul {
    margin-left: 50px;
}
.service-item{
   /* background: blue;*/
}

.services-wrap ul li {
    font-size: 14px;
}

.services-wrap  ul {
    color: #777777;

    line-height: 32px;
    text-align: left;
}   

/*.service-inner-content {
    font-weight: 300;
}
.service-info > .vc_column-inner  {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%
    
}
.service-info > .vc_column-inner > .wpb_wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.service-inner-content ul {
    text-align: ;
    text-transform: lowercase;
    font-size: 14px;
}
.service-picture img {
    width: 100%;
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-right: 15px solid #ffffff;

}
.darna-heading.service-title.top-margin {
    margin-top: 175px;
}*/

/* page projekty */
.project-item ul {
    margin-top: 25px;
    margin-bottom: 25px;
    list-style: none;
    padding-left: 0;
    width: 66.66666667%;

}
.project-items li {

padding: 10px 10px;
line-height: 1.42857143;
vertical-align: ;
border-top: 1px solid #eeeeee;
width: 95%;
}
.project-items .vc_custom_heading {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 0;
    border: none;
    font-size: 16px;
    font-weight: bold;
}

/* reference page */
.content-box {
    padding-top: 64px;
    min-height: 250px;
    float: left;
}
/* kontakt form */
/* cotact page */
.form-wrap-inner > .vc_column-inner {
    /* box-sizing: border-box; */
    padding-left: 0;
    padding-right: 15px;
    width: 100%;
}

#form_area .form-container {
    position: relative;
    margin-bottom: 100px;
    padding: 0px 15px;


}
#form_area .form .row {
    margin-left: -8px;
    margin-right: -8px;
}
#form_area .form .form-group {
    position: relative;
    margin-bottom: 25px;
    padding: 0px 8px ;
}
.wpcf7-form-control-wrap {
    position: relative;
}
#form_area .form .form-group:nth-last-of-type() {
    padding-right: 0;
}
 input[type="email"] {
padding-right: 0;
    font-size: 14px;

}
#form_area .form .form-group input[type="text"], #form_area .form .form-group input[type="email"], #form_area .form .form-group input[type="password"], #form_area .form .form-group input[type="tel"], #form_area .form .form-group input[type="number"], #form_area .form .form-group select, #form_area .form .form-group textarea {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 15px;
    height: 50px;
    background: #fafdff;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    color: #222222;
    font-size: 14px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#form_area textarea {

    height: 250px;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;

}


input#Send{
    border: 2px solid;
    padding: 17px 44px;
    font-size: 13px;
    background-color: transparent;
    border-color: black;
    color: black;
    font-weight: bold;
}

h2.contact-form-header {
    text-transform: uppercase;
    margin-top: 48px;
   padding-bottom: 48px;
}
h2.contact-form-header::before {
    content: '';
    display: inline-block;
    width: 87px;
    height: 15px;
    border-color: #000;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    position: absolute;
    top: 8px;
    left: -5px;
    right: 0;
    margin: auto;
}
h2.contact-form-header::after {
    content: '';
    display: block;
    border-bottom: 5px solid #000;
    width: 87px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
.contacts-boxes {
    margin-top: 64px;

}
.wpb_gmaps_widget {
    margin-top: 64px;
}
.contact-form-wrap {
    margin-top: 64px;
}
input[type="text"], input[type="search"], input[type="email"], input[type="url"], input[type="password"], textarea {
    padding: 0 20px;
    font-size: 14px;
    color: #8f8f8f;
    height: 40px;
    line-height: 1;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
input:focus, textarea:focus {
    border:  1px solid #000!important;
}
.entry-content input[type="submit"], .comment-text input[type="submit"] {

    background-color: #000;
    border-color: #000;
    color: #fff;
}


/* footer */
.copy.text-center span {
    color:#ed145b
}

header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    line-height: 100px;
    letter-spacing: 0.01em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



/* resposive */

/* menu */
@media only screen and (min-width: 1024px) {
.container.header-desktop-wrapper {
    width: 100%;
}
header.main-header .header-left{
    width:43.5%;
    background: #fff;
    display: table-cell;
}
.home header.main-header .header-left, .home .sticky-wrapper.is-sticky header.main-header .header-left{
    width:43.5%;
    display: table-cell;
}
header.main-header .header-left,
.sticky-wrapper.is-sticky header.main-header .header-left{
    display: table-cell;
}

header.main-header .header-right {
    width:auto;
   /* background: #fff;*/
}
/*
.home .sticky-wrapper .header-logo {
    display: none;    
}*/
.home .sticky-wrapper.is-sticky .header-logo {
    display: block;
    
} 


.container.header-desktop-wrapper {
    width: 100%;
    padding-left: 0;
}
.home header.main-header .header-left, .sticky-wrapper.is-sticky {
    margin: 0;
    width: 43.5%;
    display: block;
}

.home .container.header-desktop-wrapper {
    width: 100%;
    padding-left: 0;
}
}
@media only screen (max-width: 480px){
  .page-title-inner h1 {
    font-size: 24px;
}  

}
@media (max-width: 480px) {
    
.page-title-inner h1 {
    font-size: 24px;
}

}



    



header.main-header .menu-wrapper .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li.current-menu-parent > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li.menu-current > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li > a.x-menu-a-text:hover, header.main-header .menu-wrapper .x-nav-menu li:hover > a, header.main-header .menu-wrapper .x-nav-menu li ul.x-sub-menu li:hover > a {
    color: #000;
}



header.main-header .menu-wrapper .x-nav-menu > li.current-menu-ancestor > a.x-menu .menu-wrapper .x-nav-menu > li.current-menu-parent > a.x-menu-a-text::before, header.main-header .menu-wrapper .x-nav-menu > li.current-menu-item > a.x-menu-a-text::before, header.main-header .menu-wrapper .x-nav-menu > li.menu-current > a.x-menu-a-text::before, header.main-header .menu-wrapper .x-nav-menu > li > a.x-menu-a-text:hover::before, header.main-header .menu-wrapper .x-nav-menu > li:hover > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    border-top: solid 1px#000;
}

header.main-header .menu-wrapper .x-nav-menu > li > a {
    color: #000;
}


@media only screen 
  and (min-width: 320px) and (max-width: 425px) {
    .hero-content-left .darna-heading h2 {

    font-size: 18px;
}
@media only screen and
(min-width: 992px){
header.main-header .header-logo > a > img {
    max-height: 150px;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
header.main-header .container {
    padding-left: 0;

}
}


.section-header {
    margin-bottom: 32px;
}
.section-header h2 {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 8px;
}

#kdo_jsem .content-box {
    margin-top: 10px;
}
#zodpovednost .cq-tabitem strong {
    color: #222;
    font-weight: 900;
    margin-bottom: 16px;

}
.cq-tabs-item .cq-tabmenu.style3 > li {

    width: 70px;
    height: 70px;
    padding: 10px 16px 0 16px;

}

#kontakt-link-box .content-heading h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
}
#kontakt-link-box .content-heading p {
    /* height: ; */

    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ccc;
    text-align: center;
    font-size: 20px;

}
.vc_btn3-container.vc_btn3-left {
    text-align: center;
    margin-top: 32px;
}
.footer-top-col-3.footer-5 {
    text-align: center;
  }

  /* page services */
  h2.vc_custom_heading {
    font-weight: 700;
    font-size: 16px;
}
h4.vc_custom_heading {
    font-weight: 700;
    font-size: 16px;
}

 .services-wrap ul li {
    font-size: 12px;
}
.services-wrap ul {
    /* color: #777777; */
    line-height: 22px;
    /* text-align: left; */
    font-size: 12px;
}
#hodnoceni-klienti .slick-list {
    position: relative;
    overflow: visible!important;
    display: block;
margin-top: 72px;
    padding: 0;
}


}

/* mobile menu */
@media only screen 
  and (min-width: 320px) and (max-width: 1024px) {
      .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text, .x-nav-menu li.current-menu-parent > a.x-menu-a-text, .x-nav-menu li.current-menu-item > a.x-menu-a-text, .x-nav-menu li.menu-current > a.x-menu-a-text, .x-nav-menu li > a.x-menu-a-text:hover, .x-nav-menu li:hover > a, .x-nav-menu li ul.x-sub-menu li:hover > a {
    color: #fff;
    
    
}
.container.header-desktop-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
header.main-header .menu-wrapper .x-nav-menu > li > a {
    color: #fff;
}
header.main-header .menu-wrapper .x-nav-menu li > a.x-menu-a-text:hover, header.main-header .menu-wrapper .x-nav-menu li:hover > a, header.main-header .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text{
    color: #FFF;
  }
  .x-nav-menu {
    background: #000;
    padding: 0;
}
}

@media only screen 
  and (min-width: 800px) and (max-width: 1024px) {
      
  .cq-tabs-item .cq-tabmenu.style3 > li {

    height: 80px;
    width: 80px;

}
  }
  @media only screen 
  and (min-width: 320px) and (max-width: 600px) {
      
      #zodpovednost .cq-tabitem strong {
    color: #222;
    font-weight: 800;
    margin-bottom: 16px;
    font-size: 22px;
}
 
  }

  @media only screen 
  and (min-width: 480px) and (max-width: 736px) {





#zodpovednost .cq-tabitem strong {
    color: #222;
    font-weight: 900;
    margin-bottom: 16px;
    font-size: 22px;
}
 .section-header h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 8px;
}
#klienti h3.content-heading {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center!important;
} 

/* kontakt box */
#kontakt-link-box .content-heading h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4em;
}
#kontakt-link-box .content-heading p {

    text-align: center;
    font-size: 16px;
    text-transform: lowercase;
    font-weight: 400;
    font-family: "Open Sans", Arial, sans-serif;
}
.vc_btn3-container.vc_btn3-left {
    text-align: center;
    margin-top: 32px;
} 

/* footer */
footer.main-footer-wrapper {
    padding-top: 60px;
    position: relative;
    background-color: #2f2f2f;
    color: #8f8f8f;
    text-transform: none;
    text-align: center;
}
.copy {
    font-size: 12px;
}


  }

 /*Responsive Styles*/


/* Smartphones (portrait) ---------------- */
@media only screen 
and (max-width : 360px)
{

#kdo_jsem h3.vc_custom_heading {
    font-size: 20px;
}
}









/* responsive hero */

@media only screen 
  and (min-width: 320px) and (max-width: 440px) {

  .hero-content-left {
   margin-top: 0px;
    background: #222;

}
.hero-content-right {

    background: #fff;
}
.hero-content-right {
 background: #fff;
    margin-top: 20px;
}
.hero-content-left .hero-content-text p {
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
    text-shadow: 1px 1px 1px #1a1a1a;
}
    .hero-content-left .darna-heading h2 {

    font-size: 16px;


}
.hero-content-left .darna-heading p {
 
    top: -29px;
    /* left: 16px; */
    margin: 0 0 0 0;
    font-size: 52px;

}

}

@media only screen 
  and (min-width: 440px) and (max-width: 533px) {
      
       .hero-content-left {
   margin-top: 0px;
    background: #222;

}

.hero-content-right {
 background: #fff;
    margin-top: 0;
}
.hero-content-left .hero-content-text p {
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
    text-shadow: 1px 1px 1px #1a1a1a;
}
.hero-content-left .darna-heading p {
 
    top: -29px;
    /* left: 16px; */
    margin: 0 0 0 0;
    font-size: 52px;

}
  }


@media only screen 
  and (min-width: 320px) and (max-width: 533px) {
    #hero {
    height:680px;

}


}
@media only screen 
  and (min-width:533px) and (max-width: 735px) {
    #hero {
    height: 680px;

}

.hero-content-left {
    margin-top: 75px;
    width: 50%;
    float: left;
}
.hero-content-right {

    margin-top: 75px;
    width: 50%;
    float: right;
}

.hero-content-left .hero-content-text p {
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;

}
.hero-content-left .darna-heading p {
    top: -29px;
    /* left: 16px; */
    margin: 0 0 0 0;
    font-size: 52px;

}
}
@media only screen 
  and (min-width:736px) and (max-width: 800px) {
    #hero {
    height: 450px;

}

.hero-content-left {
    margin-top: 150px;
    width: 50%;
    float: left;
}
.hero-content-right {

    margin-top: 255px;
    width: 50%;
    float: right;
}

.hero-content-left .hero-content-text p {
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;

}
.hero-content-left .darna-heading p {
    top: -29px;
    /* left: 16px; */
    margin: 0 0 0 0;
    font-size: 52px;

}
}
@media only screen 
  and (min-width:801px) and (max-width: 1024px) {
    #hero {
    height: 600px;

}

.hero-content-left {
    margin-top: 200px;
    width: 50%;
    float: left;
}
.hero-content-right {

    margin-top: 300px;
    width: 50%;
    float: right;
}

.hero-content-left .hero-content-text p {
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;

}
.hero-content-left .darna-heading p {
    top: -29px;
    /* left: 16px; */
    margin: 0 0 0 0;
    font-size: 52px;

}
}
@media only screen 
  and (min-width: 568px) and (max-width: 667px) {
.hero-content-left {
    margin-top: 115px;
    width: 50%;
    float: left;
}
.hero-content-right {

    margin-top: 115px;
    width: 50%;
    float: right;
}

.hero-content-left .hero-content-text p {
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;

}
.hero-content-left .darna-heading p {
    top: -29px;
    /* left: 16px; */
    margin: 0 0 0 0;
    font-size: 52px;

}

}

@media only screen 
  and (min-width: 533px) and (max-width: 568px) {


/*.hero-content-left{
    width: 100%;
    margin-top: 120px;
    height: auto;
}

.hero-content-right {
margin-top: 60px; }

.service-picture .wpb_single_image .vc_figure {
    display: table;
    vertical-align: top;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

@media only screen 
  and (min-width: 600px) and (max-width: 736px) {


.hero-content-left{
    width: 100%;
    margin-top: 150px;
    height: auto;
}
.hero-content-right {
    width: 100%;
    margin-top: 60px;
    height: auto;
}*/
  

  }
 @media only screen 
  and (min-width: 640px) and (max-width: 736px) {

 /*.hero-content-left, .hero-content-right {
    width: 49%;
    margin-top: 150px;
    height: auto;
    float: left;
}
.hero-content-right {

    float: right;
}*/
#hero {
    height: 400px;
  } 
}
@media only screen 
  and (min-width: 800px) and (max-width: 1024px) {

  /*  #hero {
    height: 450px;
    margin-left: 15px;
    margin-right: 15px;
   
}  */ 
  }

@media only screen 
  and (min-width: 992px) and (max-width:1440px ) {

header.main-header {
    background-color: #fff;
    position: relative;
    z-index: 997;
    height: 51px;
}
header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {

    font-weight: 600;

}

header.main-header .menu-wrapper .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li.current-menu-parent > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li.menu-current > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li > a.x-menu-a-text:hover, header.main-header .menu-wrapper .x-nav-menu li:hover > a, header.main-header .menu-wrapper .x-nav-menu li ul.x-sub-menu li:hover > a {
    color: #222;
}
header.main-header .menu-wrapper .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text:before, header.main-header .menu-wrapper .x-nav-menu > li.current-menu-parent > a.x-menu-a-text:before, header.main-header .menu-wrapper .x-nav-menu > li.current-menu-item > a.x-menu-a-text:before, header.main-header .menu-wrapper .x-nav-menu > li.menu-current > a.x-menu-a-text:before, header.main-header .menu-wrapper .x-nav-menu > li > a.x-menu-a-text:hover:before, header.main-header .menu-wrapper .x-nav-menu > li:hover > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    border-top: solid 1px #222;
}
.container.header-desktop-wrapper {
    height: 50px;
}

header.main-header .header-left {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: auto;
}
header.main-header .header-logo {
    height: 100px;
}

header.main-header .header-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.x-nav-menu > li.x-menu-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
  /*  #hero {
    height: 450px;
    margin-left: 15px;
    margin-right: 15px;
   
}  */ 
  }



/* Smartphones (landscape) ---------------- */
/*@media only screen 
and (min-width : 426px)
and (max-width : 800px)
{

.services-wrap ul li {
    font-size: 12px;
}
.content-box {
    padding-top: 8px;
}
  #services-wrap .container:nth-child(odd), #services-wrap .container:nth-child(even) {

    margin-bottom: 32px;
    margin-top: 32px;
    
}
}
*/

@media only screen 
  and (min-width: 1600px) and (max-width: 1680px){

.home header.main-header .header-left {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 43.5%;
    background: #fff;
    margin: 0;
}
}
@media only screen 
  and (min-width: 1680px) and (max-width:1920px){

.home header.main-header .header-left {

    width: 43.5%;

}

}
@media only screen 
  and (min-width: 1920px) /*and (max-width: 1680px)*/{

header.main-header .header-left {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 43.5%;
    background: #fff;
    margin: 0;
}
}
@media only screen 
and (min-width : 1024px)
and (max-width : 1119px){
header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
    font-size: 12px;
    font-weight: 500;
    line-height: 100px;
    letter-spacing: 0.01em;
}
.home header.main-header .header-left {

    width: 43.7%;

} 
}


@media only screen 
  and (max-width: 768px) {
  .main-menu.menu-drop-dropdown.x-nav-menu {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: auto; 
    letter-spacing: 0.01em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transitio-a-text: :before, header.main-headern: all 0.3s;
    transition: all 0.3s;
}
}
@media only screen 
  and (min-width: 992px) {
      
header.main-header .header-right {
    display: block;
    text-align: right;
    vertical-align: middle;
    margin-right: -15px;
}
header.main-header .menu-wrapper {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    /*padding-right: 82px;*/
}
}
@media only screen 
  and (min-width: 1024px) and (max-width: 1280px)  {
      
.home header.main-header .header-left {
    width: 43.7%;
}
}
@media only screen 
  and (min-width: 1366px) and (max-width: 1440px)  {
      
.home header.main-header .header-left {
    width: 43.6%;
}
}
@media only screen 
  and (min-width: 1600px) and (max-width: 1670px)  {
      
.home header.main-header .header-left {
    width: 43.55%;
}
}

@media only screen 
  and (min-width: 320px) and (max-width: 475px)  {
      
.page-title-inner h1 {
    font-size: 24px;
}
}

.sticky-wrapper.is-sticky header.main-header .menu-wrapper .x-nav-menu > li.current-menu-ancestor > a.x-menu .menu-wrapper .x-nav-menu > li.current-menu-parent > a.x-menu-a-text::before, .sticky-wrapper.is-sticky  header.main-header .menu-wrapper .x-nav-menu > li.current-menu-item > a.x-menu-a-text::before,.sticky-wrapper.is-sticky  header.main-header .menu-wrapper .x-nav-menu > li.menu-current > a.x-menu-a-text::before, .sticky-wrapper.is-sticky  header.main-header .menu-wrapper .x-nav-menu > li > a.x-menu-a-text:hover::before, .sticky-wrapper.is-sticky  header.main-header .menu-wrapper .x-nav-menu > li:hover > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    border-top: solid 1px #000;
}
  #services-wrap .container:nth-child(odd) {

    margin-bottom: 32px;
    margin-top: 32px;
    
}
 #services-wrap .container:nth-child(odd) .service-picture, 
 .reference-items .container:nth-child(odd) .content-image
 
{
    float: right;

     
 }
 .reference-items .container:nth-child(odd) h3.vc_custom_heading,
 #services-wrap .container:nth-child(odd) h3.vc_custom_heading  {
    text-transform: uppercase;
}

h3.subheader {
    font-size: 22px;
}

/*header.main-header .container {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}*/


header.main-header .header-logo {
    height: 100px;

}
/*.container.header-desktop-wrapper {
    padding-left: 0;
}*/

.entry-content blockquote, .comment-text blockquote {
    padding: 20px 30px;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    background-color: transparent;
    color: #2a2a2a;
    border-left: none;
}
blockquote::before {
    content: "\f10d";
    display: block;
    color: #cccc;
    font-size: 48px;
    left: -36px;
    position: relative;
    height: 0;
    font-family: FontAwesome;
    top:0;
    opacity: .4;
    z-index: -1;
}
.entry-content blockquote, .comment-text blockquote {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 0;
    border-left: none;
    margin-top: -32px;
    margin-left: 32px;
    display: inline-block;
    width: 100%;
}
.entry-content blockquote p, .comment-text blockquote p {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    background-color: transparent;
    padding-top: 16px;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 0;
    border-left: none;
    margin-top: 16px;
line-height: 1.6em;


}


.page-title-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('assets/images/bridge.jpg');
}
.gotop {
  
    border: 2px solid #1e1e1e;
    color: #fff;
      background-color: #1e1e1e;
}
.gotop a {
 color: #FFF;
    
}
.gotop a:hover {
 color: #ccc;
    
}
.container.header-mobile-wrapper {
    padding: 0;
}

/*header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 0.01em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transitio-a-text::before, header.main-headern: all 0.3s;
    transition: all 0.3s;
}
  }
*/
.vc_btn3-style-outline-custom {
  text-transform: uppercase;
  font-weight: 900;
  border-color: rgb(2, 2, 2);
color: rgb(2, 2, 2);
background-color: transparent;
}
.form-bt-wrap {
    max-width: initial;
text-align: center;


}
.page-title-inner {
    text-align: center;
    display: inline; 
}
.page-title-inner h1::before {
    content: '';
    display: inline-block;
    width: 87px;
    height: 15px;
    border-color: #fff;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
.page-title-inner h1::after {
    content: '';
    display: block;
    border-bottom: 5px solid #fff;
    width: 87px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}
/*header.main-header {
    background-color: #000;
    position: relative;
    z-index: 997;
}*/


.sticky-wrapper.is-sticky > header.main-header {
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

header.main-header .menu-wrapper .x-nav-menu {
/*height: 60px;*/
}


header.main-header .header-logo > a > img {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-left: -5px !important;
}
/*
.home #header-sticky-wrapper.sticky-wrapper {
height: 0px !important;
} 
.home header.main-header {
    background-color: transparent;
    position: relative;
    z-index: 997;
	position: fixed;
    top: 0px;
	    width: 100%;
}
.home #header-sticky-wrapper.sticky-wrapper  header.main-header .header-right {
    width: auto;
    background: transparent;
}
.home #header-sticky-wrapper.sticky-wrapper  header.main-header .header-left {
    background: transparent;
}
.home #header-sticky-wrapper.sticky-wrapper.is-sticky  header.main-header .header-right,
.home #header-sticky-wrapper.sticky-wrapper.is-sticky  header.main-header .header-left {
    background: #fff;
}*/
#top-section  {
    position: relative;
}
#top-section .vc_video-bg {
    background-image: url(assets/images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#top-section .header-text {
    padding-top: 55vh;
}
#top-section .header-text h1 {
    font-size: 22px;
    letter-spacing: -2px;
	margin-bottom: 0;
	position: relative;
}
#top-section .header-text h1:after {
        content: "";
    width: 200px;
    height: 1px;
    background: #000;
    display: inline-block;
    position: relative;
    top: -8px;
    margin-left: 25px;
}
#top-section .header-text h2 {
    font-size: 52px;
    font-weight: 900;
}
.services-wrap .content-box {
    padding-top: 0px;
    min-height: auto;
}
.services-wrap .top-margin {
    margin-top: 0;
}

.cq-tabitem em {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 8px;
    position: relative;
    padding-top: 0px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
	
}
#zodpovednost .cq-tabitem strong {
    display: table;
    align-content: center;
    margin: 0 auto;
    position: relative;
    background: #000;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
	margin-bottom: 20px;
    color: #FFF;
    letter-spacing: 5px;
    font-weight: 800;
	    font-size: 14px;
		float: right;
}
#zodpovednost .cq-tabitem p {
    clear: both;
}


#top-section .wpb_raw_code.wpb_content_element.wpb_raw_html {
position: absolute;
    right: 80px;
    bottom: 40px;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
/*Úpravy 28.1.2019*/
header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
}
.page-title-overlay {
    display: none;
}
.page-title-wrap {
    background-image: none !important;
    background-color: #fff;
	height: 200px;
    color: #000;
    margin-bottom: 0px;
}
.page-title-inner h1 {
    font-size: 44px;
    color: #000;
}
.page-title-inner h1::before {
    border-color: #000;
    border-width: 4px 4px 0 4px;
}
.page-title-inner h1::after {
    width: 85px;
	border-bottom: 3px solid #000;
}
header.main-header {
    border-bottom: 1px solid #eee;
}
h2.vc_custom_heading {
    font-weight: 400;
}
h2.contact-form-header::before {
    border-width: 3px 3px 0 3px;
}
h2.contact-form-header::after {
    border-bottom: 3px solid #000;
    padding-top: 15px;
    left: 4px;
    position: relative;
}
.portfolio-template-default ul.breadcrumbs,
.portfolio-template-default .navigator,
.portfolio-template-default .portfolio-attribute,
.portfolio-template-default .clear-top.title,
.portfolio-template-default .portfolio-title,
.portfolio-template-default .portfolio-related-wrap,
.portfolio-template-default .portfolio-info-box.share,
.portfolio-template-default .post-slideshow,
.portfolio-template-default .portfolio-category,
.portfolio-template-default blockquote::before {
    display: none !important;
}
.col-md-9.portfolio-content {
    width: 100%;
}
.portfolio-template-default .page-title-inner h1 {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 400;
}
.portfolio-wrapper.col-padding-15 {
    margin: 0 15px -30px;
}
.portfolio-wrapper figure:hover img {
    transform: none;
}
.portfolio-wrapper figcaption.dark {
    background-color: #000;
	padding: 14px 14px 35px 20px;
}
.secondary-font {
    font-family: "Montserrat", sans-serif !important;
}
.portfolio-item  a.ico-view-gallery {
    display: none;
} 
.portfolio-wrapper figcaption.dark .fig-title .title:hover, 
.portfolio-wrapper figcaption.dark .fig-title .category:hover, 
.portfolio-wrapper figcaption.dark .fig-title .ico-view-gallery:hover {
    color: #fff;
    text-decoration: underline;
}
.portfolio-wrapper figcaption {
    /*left: 10px;
    right: 10px;
    width: calc(100% - 20px);*/
	opacity: 1;
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.portfolio-wrapper .ico-view-detail i {
    display: none;
}
.portfolio-wrapper .ico-view-detail:after {
    content: "Více ...";	
}
.portfolio-wrapper figure .fig-title .ico-view-detail {
    background-color: transparent;
    color: #fff;
    right: inherit;
	left: -2px;
    position: relative;
    padding: 5px 10px;
    border: 1px solid #fff;
    top: 15px;
}
.portfolio-wrapper figure .fig-title .ico-view-detail:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
.portfolio-wrapper figure div.title {
    font-size: 16px;
    line-height: 24px;
}
.page-id-1467 .page-content .container {
    max-width: 940px;
}
.page-id-1467 .page-content .container .wpb_column .wpb_text_column {
    padding-left: 60px;
}
.page-id-1467 .page-content .container .wpb_column .wpb_text_column:before {
content: "\f10d";
    display: block;
    color: #cccc;
    font-size: 48px;
    left: -60px;
    position: relative;
    height: 0;
    font-family: FontAwesome;
    top: -20px;
    opacity: .4;
    z-index: -1;
}
.vc_row.services .vc_row.wpb_row.vc_inner {
	display: flex;
	flex-wrap: wrap;
}
.vc_row.services .vc_row.wpb_row.vc_inner .wpb_column div {
	height: 100%;
}
.vc_row.services {
    margin-left: 15px;
    margin-right: 15px;
	margin-bottom: 30px !important;
}
.vc_row.services .wpb_text_column {
    background: #000;
    color: #fff;
    padding: 20px;
}
.vc_row.services .wpb_text_column h3 {
    color: #fff;
}
/*.vc_row.services .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}*/
.vc_row.services .wpb_single_image figure,
.vc_row.services .wpb_single_image div {
    width: 100%;
	height: 100%;
}
.vc_row.services .wpb_single_image img {
    width: 100% !important;
	height: 100%;
	object-fit: cover;
}


/*Úpravy 20.2.2019*/
header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
    font-size: 13px;
}
header.main-header .menu-wrapper .x-nav-menu > li.current-menu-ancestor > a.x-menu .menu-wrapper .x-nav-menu > li.current-menu-parent > a.x-menu-a-text::before, header.main-header .menu-wrapper .x-nav-menu > li.current-menu-item > a.x-menu-a-text::before, header.main-header .menu-wrapper .x-nav-menu > li.menu-current > a.x-menu-a-text::before, header.main-header .menu-wrapper .x-nav-menu > li > a.x-menu-a-text:hover::before, header.main-header .menu-wrapper .x-nav-menu > li:hover > a::before {
    bottom: 15px;
}
footer.main-footer-wrapper {
    background: #404146;
	padding-top: 20px;
}
#references-wrap {
    padding: 30px 0;
}
.copy.text-center {
    margin-bottom: 0;
	margin-top: 0px;
    padding-bottom: 10px;
}
footer.main-footer-wrapper .sidebar aside {
    margin-bottom: 14px;
}
.view-gallery.prettyPhoto {
    display: none !important;
}
.entry-thumbnail .entry-thumbnail-hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #000;
    top: 0;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner div.title {
    color: #404146;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner div.title {
    left: 20px !important;
	right: auto !important;
    top: auto !important;
    bottom: 20px !important;
    position: absolute !important;
	text-align: left;
	font-size: 15px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner div.title:hover {
    color: #404146;
}
.portfolio-template-default .page-title-inner h1 {
    font-size: 16px;
    color: #000;
    text-align: left;
}
.block-center:before,
.page-title-inner h1::before,
.page-title-inner h1::after {
    display: none;
}
.block-center-inner {
    margin: 50px 0 0;
    text-align: left;
    max-width: 100%;
    display: block;
}
.page-title-wrap {
    height: 100px;
}
.portfolio-info blockquote {
    padding: 0;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0;
}
.project-items .vc_custom_heading,
h3.vc_custom_heading {
    font-weight: 400;
}
.vc_row.services .wpb_text_column {
    background: #f5f5f5;
    color: #404146;
}
.vc_row.services .wpb_text_column h3 {
    color: #404146;
    font-size: 16px;
}
.entry-content a, .comment-text a {
    color: #000;
}
#reference .vc_col-sm-6 .wpb_text_column  {
    padding: 20px 30px;
	background: #f5f5f5;
	margin-bottom: 30px;
}
.content-vzdelani-zkusenosti strong {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 1400px) {
	.portfolio-wrapper.darna-col-md-4 .portfolio-item {
		width: 33.33%;
	}
	.vc_row.services>.vc_col-sm-6 {
		width: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1200px) {
#top-section {
    background-image: url(assets/images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}	
#hero {
    background: #000;
}
.hero-content-right {
    color: #fff;
}
.home header.main-header {
    background-color: #fff;
}
@media screen and (max-width: 991px) {
header.main-header .header-mobile-wrapper {
    height: 80px;
	width: 100%;
}
.portfolio-wrapper.darna-col-md-4 .portfolio-item {
    width: 50%;
}		
.header-logo-mobile {
    line-height: 80px;
    vertical-align: middle;
    text-align: center;
}
.header-logo-mobile img {
    max-height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
}
header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
	text-align: center;
}
.x-nav-menu li.x-menu-item {
    text-align: center;
}
header.main-header .menu-wrapper .x-nav-menu > li.current-menu-ancestor > a.x-menu .menu-wrapper .x-nav-menu > li.current-menu-parent > a.x-menu-a-text::before, header.main-header .menu-wrapper .x-nav-menu > li.current-menu-item > a.x-menu-a-text::before, header.main-header .menu-wrapper .x-nav-menu > li.menu-current > a.x-menu-a-text::before, header.main-header .menu-wrapper .x-nav-menu > li > a.x-menu-a-text:hover::before, header.main-header .menu-wrapper .x-nav-menu > li:hover > a::before {
    display: none;
}
.hero-content-left {
    min-height: 400px;
	    padding-top: 110px;
}
.hero-content-right {
    color: #222;
}
}	
@media screen and (max-width: 770px) {
#top-section .wpb_raw_code.wpb_content_element.wpb_raw_html {
display: none;
}
.portfolio-wrapper.darna-col-md-4 .portfolio-item {
    width: 100%;
}
.portfolio-wrapper figure .fig-title .ico-view-detail {
    display: inline-block !important;
}	
.page-id-1467 .page-content .container .wpb_column .wpb_text_column {
    padding-left: 0px;
}
.page-id-1467 .page-content .container .wpb_column .wpb_text_column:before {
display: none;
}
}