/*

Stimulus Template

http://www.templatemo.com/tm-498-stimulus

*/

body {
	background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
	font-weight: 300;
    overflow-x: hidden;
  font-size: 18px;
  position: relative !important;
}

.scrollspy-example {
    position: relative;
    height: 100vh;
    overflow: auto;
	width: 100%;
overflow-x: hidden;
}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
}

h1,h2,h3 {
  font-weight: 300;
}

h1 {
  font-size: 42px;
  padding-bottom: 14px;
  margin-bottom: 0px;
}

h2 {
  font-size: 21px;
  line-height: 1.3;
  margin-top: 0px;
}

h3 {
  font-size: 26px;
  line-height: 1.3;
  padding-bottom: 6px;
}

h4 {
  color: #035b95;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 6px;
}

h5 {
  color: #666666;
}

strong {
  /*color: #232B2B;*/
  font-weight: bold;
}

p {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.2px;
    margin: 0 0 15px;
}

.section-btn {
  background-color: transparent;
  border: 3px solid #232B2B;
  border-radius: 2px;
  color: #232B2B;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.section-btn:hover {
  background: #035b95;
  border-color: transparent;
  color: #fff;
}



.section-btn-red {
  background-color: transparent;
  border: 3px solid #035b95;
  border-radius: 2px;
  color: #035b95;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.section-btn-red:hover {
  background: #232B2B;
  border-color: transparent;
  color: #ffffff;
}



.btn.section-btn-dark {
  background-color: transparent;
  border: 3px solid #232B2B;
  border-radius: 2px;
  color: #232B2B;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}

.btn.section-btn-dark:hover {
  background: #232B2B;
  border-color: transparent;
  color: #ffffff;
}

.btn.section-btn-light {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}

.btn.section-btn-light:hover {
  background: #fff;
  border-color: transparent;
  color: #094A82;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

#home .home-thumb, #sekce2 .about-thumb, #sekce4 .sekce4thumb, #sekce5 .sekce5-thumb {
  position: relat ive;
}

.section-title {
  position: relative;
}

#sekce2,
#sekce3,
#sekce4,
#sekce5,
#kontakt {
  position: relat ive;
}

#home .container-fluid,
#sekce2 .container-fluid, 
#sekce4 .container-fluid,
#sekce3 .container-fluid,
#sekce5 .container-fluid,
#kontakt .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
}

#sekce4 .sekce4thumb,
#sekce5 .sekce5-thumb  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75vh;
  padding: 22px 42px 42px 42px;
}

#sekce3,
#quotes,
footer {
  text-align: center;
}

.texLeft{
text-align: left;
}

.texRight{
text-align: right;
}

#sekce4,
#sekce5 {
  background: #0082a0;
}

.background-image {
    background-position: 50% 50% !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    min-height: 75vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.color-white, .color-white a, .color-white a:hover {
  color: #ffffff;
}

.color-yellow {
  color: #035b95;
}

.bg-yellow {
  background: #094A82;
}

.bg-white {
  background: #ffffff;
}

.bg-dark {
  background: #161616;
}


.color-white a {
  text-decoration: underline ;
}

/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #035b95;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none ;
}
a:hover, a:active, a:focus {
  color: #00869C;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #035b95;
  border-top-color: #f9f9f9;
  animation: spinner .6s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}



/*---------------------------------------
    Navigation section              
-----------------------------------------*/

#collapsibleNavbar {
  justify-content: flex-end;
}

.custom-navbar {
    margin-bottom: 0;
    background-color: #ffffff;
}

.logoTmave, .top-nav-collapse .logoSvetle {
	display:none;
}

.top-nav-collapse .logoTmave {
	display:block;
}

.custom-navbar .navbar-brand {
    color: #333;
	text-shadow: 1px 1px #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 1px;
    padding: 7px;
    height: auto;
}

.custom-navbar .nav li a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
	padding: 10px 15px;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #035b95;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a, .custom-navbar .nav li a.active  {
    background-color: transparent;
    color: #035b95;
}

.custom-navbar .navbar-toggler {
    border: none !important;
	outline: none !important;
box-shadow: none !important;
}



.custom-navbar .navbar-toggler {
    background-color: transparent;
}


.navbar-toggler-icon {
  width: 35px;
  height: 30px;
}
    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        padding: 0;
    }

@media(min-width:768px) {
    .custom-navbar {
        padding: 12px 0;
        border-bottom: 0;
        background: 0 0; 
    }

}



/*---------------------------------------
    Home section              
-----------------------------------------*/

#home h1 {
  color: #035b95;
font-size: 16px;
font-weight: normal;
letter-spacing: 2px;
text-transform: uppercase;
padding-top: 6px;
}

#home h2 {
  padding-bottom: 18px;
color:#000;	
font-size: 42px;
margin-bottom: 0px;
}

#home .col-lg-6, #home .col-xl-6 {
  background: #d0edff;
/* light blue color: #c3eafd; */
  padding-right: 0;
  padding-left: 0;
}

#home .home-img {
  background: url('../images/oddluzeni-uvod.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
}

#home .home-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  padding: 70px 45px 0 45px;
  
color:#333;
}



/*---------------------------------------
   About section              
-----------------------------------------*/

#sekce2 .about-img {
    background: url('../images/oddluzeni-schuzka.jpg') no-repeat;
    position: relative;
margin-left: -12px;
width: calc(100% + 12px);
}

#sekce2 .about-thumb,
#sekce2 .skill-thumb {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75vh;
  padding: 22px 32px 32px 32px;
}

#sekce2 .progress {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 2px;
}

#sekce2 .progress-bar-primary {
  background: #232B2B;
}

#sekce4 strong, #sekce5 strong {
  font-weight: bold;
}



#sekce2 span {
  display: inline-block;
  padding-bottom: 8px;
}


/*---------------------------------------
    Service section              
-----------------------------------------*/

#sekce3 {
  background: #0082a0;
}

#sekce3 p {
  font-size: 18px;
  line-height: 30px;
}

#sekce3 .vyhody-thumb {
  padding: 52px 22px 52px 22px;
}

#sekce3 .vyhody-thumb .fa {
  font-size: 42px;
  padding-bottom: 22px;
}

#sekce3 .vyhody-thumb a{
  text-decoration: underline;
}

/*---------------------------------------
    Experience section              
-----------------------------------------*/

#sekce4 .sekce4-img {
  background: url('../images/oddluzeni-soud1.jpg') no-repeat;
  position: relative;
margin-right: -12px;
width: calc(100% + 12px);
}

#sekce4 .media-heading {
  margin-bottom: 0px;
}

#sekce4 .media .fa {
  font-size: 42px;
  margin-right: 14px;
}

#sekce4 small {
  color: #633;
  font-weight: bold;
}

/*---------------------------------------
    biokrby section              
-----------------------------------------*/

#sekce5 {
  background: #094A82;
}

#sekce5 .sekce5-img {
  background: url('../images/oddluzeni-deadline.jpg') no-repeat;
  position: relative;
margin-left: -12px;
width: calc(100% + 12px);
}

#sekce5 .media-heading {
  margin-bottom: 0px;
}

#sekce5 .media .fa {
  font-size: 42px;
  margin-right: 14px;
}

#sekce5 small {
  color: #6E3A00;
  font-weight: bold;
}



/*---------------------------------------
   Quotes section              
-----------------------------------------*/

#quotes {
    background: url('../images/quotes-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
    padding: 100px 0px;
}

#quotes .overlay {
    background: #121212;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.7;
}

#quotes .fa {
  font-size: 42px;
  margin-top: 32px;
  margin-bottom: 22px;
}

#quotes p {
  padding-top: 32px;
}


/*---------------------------------------
    Contact section              
-----------------------------------------*/

#kontakt {
  background: #fff;
  font-size: 16px;
}


#kontakt .contact-img {
  background: url('../images/contact-img.jpg') no-repeat;
  min-height: 75vh;
}

#kontakt .contact-info {
  padding-top: 6px;
  padding-bottom: 6px;
}

#kontakt .form-control::-moz-placeholder{color:#ffffff;opacity:1}
#kontakt .form-control:-ms-input-placeholder{color:#ffffff}
#kontakt .form-control::-webkit-input-placeholder{color:#ffffff}

#kontakt .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #035b95;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}

#kontakt .form-control:focus {
  border-bottom-color: #ffffff;
}

#kontakt input {
  height: 45px;
}

#kontakt input[type="submit"] {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #161616;
  padding-bottom: 10px;
}

#kontakt input[type="submit"]:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#kontakt .fa {
  padding-right: 10px;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    padding: 30px 0px;
}



/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border: 2px solid transparent;
    color: #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 4px 10px 4px;
}

.social-icon li a:hover {
    background: #035b95;
    border-color: #ffffff;
    color: #ffffff;
    transform: scale(1.1);
}



/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media only screen and (max-width: 580px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
    line-height: inherit;
  }

  h3 {
    font-size: 22px;
    line-height: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .custom-navbar .navbar-brand {
    line-height: 18px;
  }

  #home .home-thumb {
    height: auto;
    padding-top: 32px;
    padding-bottom: 12px;
  }

  #home .container-lg,
  #sekce2 .container, 
  #sekce4 .container,
  #sekce3 .container,
  #sekce5 .container,
  #kontakt .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  #sekce2 .col-lg-3,
  #sekce4 .col-lg-6,
  #sekce5 .col-lg-6,
  #kontakt .col-lg-3 {
    padding: 0;
    margin: 0;
  }

  .background-image {
    position: relative;
    min-height: 65vh;
  }
  
  .noMobile{
  display: none;
  }
  
  .navbar-toggle {
  }
}

@media only screen and (max-width: 1024px) {
  .section-title {
   
  }

  footer {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 991px) {

#sekce5 .sekce5-img, #sekce2 .about-img, #sekce4 .sekce4-img {
margin: 0px;
width: 100%;
}


}


@media only screen and (min-width: 1800px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1600px;
}

}


@media only screen and (min-width: 2200px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1800px;
}

.custom-navbar .nav li a {
  font-size: 24px;
}

h1,#home h2 {
  font-size: 48px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 30px;
}

#home h1 {
  font-size: 20px;
}

p {
  font-size: 21px;
}




}



@media only screen and (max-width: 1400px){
	
	
.custom-navbar .nav li a {
  font-size: 16px;
}


h1,#home h2 {
  font-size: 36px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 22px;
}

#home h1 {
  font-size: 16px;
}

p {
  font-size: 16px;
}

#sekce3 p {
  font-size: 16px;
  line-height: 1.5;
}

#sekce3 .vyhody-thumb {
  padding: 40px 15px 30px 15px;
}

footer {
  padding: 30px 0;
}
	
}


@media only screen and (max-width: 1200px){
.custom-navbar .nav li a {
  font-size: 15px;
  padding: 10px 10px;
}


h1,#home h2 {
  font-size: 30px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 20px;
}

#home h1 {
  font-size: 15px;
}

p {
  font-size: 15px;
}


#kontakt {
  font-size: 14px;
}

}


@media only screen and (min-width: 992px){
	
#home.kontakt-section .home-img {
	height: 100%;
}

#home.kontakt-section .home-thumb{
	min-height: 100vh;
	padding-bottom:30px;
	height: auto;
}

}


@media only screen and (max-width: 992px){
.custom-navbar {
  background: rgba(255,255,255,0.9);
  padding: 0;
}

.logoSvetle {
  display: none;
}

.logoTmave {
  display: block;
}

#home .col-lg-6 {
  padding-right: 12px;
  padding-left: 12px;
}

#home .home-img, #home .home-thumb, #sekce2 .about-thumb, #sekce2 .skill-thumb,#sekce4 .sekce4thumb, #sekce5 .sekce5-thumb{
  height: auto;
  min-height: 60vh;
}

#home .home-thumb, #sekce2 .about-thumb,#sekce4 .sekce4thumb, #sekce5 .sekce5-thumb{
	padding: 70px 45px 70px 45px;
}

.background-image {
  min-height: 50vh;
}

footer {
  padding: 20px 0;
}

}


@media only screen and (max-width: 768px){
.logoTmave {
  height: 50px;
}

.custom-navbar .nav li a {
  font-size: 18px;
  padding: 10px 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
}


h1 {
  padding-bottom: 10px;
}

#home h1 {
  font-size: 16px;
}

p {
  font-size: 16px;
}


#home .home-thumb, #sekce2 .about-thumb,#sekce4 .sekce4thumb, #sekce5 .sekce5-thumb{
	padding: 50px 30px 50px 30px;
}

}



@media only screen and (max-width: 500px){
h1, #home h2 {
  font-size: 26px;
}


#home .home-thumb, #sekce2 .about-thumb,#sekce4 .sekce4thumb, #sekce5 .sekce5-thumb{
	padding: 40px 20px 40px 20px;
}

}


.textJmeno {
	color:#000;
	padding-bottom:5px;
	display: inline-block;
}

.ikonaText3 {
	padding-bottom:5px;
	display: inline-block;
}
.textprovozniDoba {
	padding-left:40px;
}

.textPobocka{
	margin-bottom: 5px;
margin-top: 10px;
}

.textKontaktLabel{
	color:#035b95;
}