/*

Template 2098 Health

//www.tooplate.com/view/2098-health

*/

@import url('//fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4 {
    font-weight: 600;
    line-height: inherit;
    letter-spacing: -1px;
  }

  h1 {
    color: #252525;
    font-size: 2.8em;
  }

  h2 {
    color: #272727;
    font-size: 2.3em;
  }

  h3 {
  	 color: #272727;
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 30px 0 15px 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
  }

  p,ul,li {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }
  
  ul {
    padding-left: 18px;
  }
  
  

  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

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

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #a5c422;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }


  .section-title h2 {
    padding: 10px 0px 10px 0px;
    text-align: left;
   
  }

  .section-btn {
    background: #a5c422;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 40px;
    position: relative;
    margin-bottom: -85%;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 2em;
    padding-top: 0.5em;
  }

  .btn-gray {
    background: #393939;
  }

  .btn-blue {
    background: #4267b2;
  }
  
  .btn-red {
    background: darkred;
  }


.overlay {
position: fixed;
width: 50%;
min-height: 50%;
text-align: center;
vertical-align: middle;
top: 25%;
left: 25%;
padding: 6%;
  transition: opacity 500ms;
  visibility: visible;
  opacity: 0.95;
  z-index: 500;
    background: darkred;
    border: 0;
    border-radius: 5px; 
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }
  .overlay p { 
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
     padding-bottom: 7%;
}
 .overlay a { 
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    padding: 15px 18px;
    border: 1px solid white;
}

.overlay:target {
  visibility: hidden;
  opacity: 0;
}


 
  #about, #prices, #offer, #appointment
 {
	 padding: 30px 15px 30px 15px;
    vertical-align: middle;
    min-height: 100vh;
   
  }


  #google-map iframe{
   
    background: #f9f9f9;
    border: 0; 
    width: 100%; 
    height: 400px;
  }

  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

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

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

  .spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

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

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



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    height: inherit;
  }


  header a,
  header span {
    color: #747474;
    font-size: 14px;
    text-align: center;
  }

  
  header span {
    font-weight: 500;
    display: inline-block;
    padding: 15px 0px 15px 0px;
    border-left: 1px solid #f2f2f2;   
  }

  header span.email-icon { 
   border-right: 1px solid #f2f2f2;
  }
  
  header span i {								/*--- kolor ikony ---*/
    color: #a5c422;
    margin: 5px; 								/*--- ustawia odległość tekstu od ikony ---*/
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
  	
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
    
  }

  .navbar-default .navbar-brand {
    color: #393939;
    font-weight: 500;
  }

  .navbar-default .navbar-brand .fa {
    color: #a5c422;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;

  }

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #a5c422;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  
  }

  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #4267b2;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li a {
    color: #555555;
    font-size: 16px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #393939 !important;
    
  }

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

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }
  
   #qr_code {
    width: 100px;
    vertical-align: top;
    margin-top: -10px;
    margin-left: -140px;
  }

 

  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
  }

  .slider .container {
    width: 100%;
    height: 100%
    
  }
  
  .slider .owl-dots {
      position: absolute;
      bottom: 5vh;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    cursor: e-resize;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 85vh;
  }

  .slider .item-first {
    background-image: url(../images/slider1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/slider2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider3.jpg);
  }


  /*---------------------------------------
      ABOUT             
  -----------------------------------------*/

  #about {
    background: #f9f9f9;
    text-align: justify;
  }
 
  .about-info a {
 	color: #757575;
 	}
 	
 	.about-image{
 		padding-bottom: 15px;
 	}
  
   .about-image img {
  	 margin-top: 5px;
    border-radius: 10px 10px 10px 10px;
  	 position: relative;
    width: 189px;
  }

 


  /*---------------------------------------
      OFFER             
  -----------------------------------------*/
.offer-image img {
    border-radius: 10px 10px 10px 10px;
  	 padding-top: 5px;
    position: relative;
    cursor: pointer;
    width: 450px;
  }
  
  .offer-info {
    color: #757575;
  }
  
  .offer-info li {
    padding: 10px 0px 5px 0px;
  }



  /*---------------------------------------
      PRICES             
  -----------------------------------------*/

  #prices {
  background: #f9f9f9;
  }
    
 .prices-col {
 	 display: flex;
    flex-flow: column;
  	 min-height:65vh;    
    }
    
  .prices-info {
    font-weight: normal;
    text-align: justify;
    color: #757575;  
    flex: 1; 
    }
    
  .prices-info img {
    position: relative;
    margin: 35px 0 0 0;
    width: 200px;
    border-radius: 10px 10px 10px 10px;
  }
  
  .prices-info-details {

	min-height: 20px;
  	}
  	   	
   
  .prices-info-details hr {
	  display: block;
	  margin-top: 2em;
	  margin-bottom: 2em;
	  margin-left: auto;
	  margin-right: auto;
	  border: 0.5px solid #757575;
	  width: 4%;
}
  



  /*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

   
  .appointment-image img{
  	 border-radius: 10px 10px 10px 10px;
  	 margin: 5px 0 25px 0;
    position: relative;
  	 margin-left: auto;
  	 margin-right: auto;
    width: 450px;
    }

  #appointment label {
    color: #393939;
    font-weight: 500;
  }


  #appointment .form-control {
    background: #f9f9f9;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    transition: all ease-in-out 0.4s;
  }

  #appointment input,
  #appointment select {
    height: 45px;
  }

  #appointment button#cf-submit {
    background: #a5c422;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #appointment button#cf-submit:hover {
    background: #393939;
    color: #ffffff;
    
  }
  

  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 20px;
  }

  footer h4 {
    padding-top: 15px;
  }

  footer a {
    color: #4267b2;
  }

  footer a:hover {
    color: #4267b2;
    
  }

  
  .contact-info {
    padding-top: 5px;
    
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .copyright-text p{
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }


  .angle-up-btn {
    position: relative;
    bottom: 2em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }
  
  .angle-down-btn {
    position: relative;
    bottom: 20px;
    display: block;
    text-align: center;
  }

  .angle-down-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-down-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/


@media only screen and (max-width: 1200px)
{
    h1 {font-size: 1.8em;}
    h2 {font-size: 1.6em;}
    h3 {font-size: 1.2em;}
    p, ul, li {font-size: 11px; line-height: 18px;}
	  
	 header a{font-size: 10px}
	 header span {font-weight: 500; display: inline-block; padding: 5px 0px 5px 0px; border: 0;}
	 header span.email-icon {border-right: 0;}
	 
	 #home h3 {font-size: 1.2em; letter-spacing: 1px; padding: 10px 0; margin: 0 20px;}
	 
	 .offer-info li {padding: 0px 0px 5px 0px; font-size: 11px; line-height: 15px;}
  
    .navbar-default .navbar-nav li a {display: flex; justify-content: center; font-size: 14px; padding: 5px 0 5px 0;}
    .navbar-default .navbar-nav li.appointment-btn {margin: 3px 0 0 0;}
    
    .section-title h2 {padding: 5px 0px 5px 0px;}
  	
  	 
    .slider .item {height: 75vh}
    
    .section-btn {
     visibility: hidden;}
    
    .overlay {
     left: 5%;
     top: 30%;
	  width: 90%;
	  min-height: 50%;
     }
    
     .overlay p, .overlay a {
     	font-size: 11px;
      line-height: 16px;}
}
  