.preloader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

.preloader .preloader-gif{
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -80px;
    background: url('../img/preloader.gif') no-repeat;   
}

body{
font-family: 'Open Sans', sans-serif;
background-color: white;
}

.overflow{
         overflow-x: hidden !important;
         }

a:hover{
	text-decoration: none;
}

body {padding-right:0px !important;overflow-x:hidden !important;}

.bold{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.italic{
	font-style: italic;
}

.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
}
h2{
	font-size: 35px;
	font-weight: 700;
	margin-top: 70px;
	margin-bottom: 40px;
	color: #54beee;
}

h3{
	margin-bottom: 30px;
}

.lila{
	color: #84a6cd;
}

.grey{
	color: #6e6e6e;
}

.blue{
	color: #54beee;
}

.btn-success, .btn-success:focus{
	background-color: #54beee;
	border: 1px solid #62b8df;
}

.btn-success:hover{
	background: none;
	color: #54beee;
	border: 1px solid #62b8df;	
}

.flowing{
	line-height: 30px;
	width: 60%;
	max-width: 1024px;
	font-weight: 400;
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 70px;
}

h3{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #6e6e6e;
}

.navbar-brand {
    float: left;
    height: 80px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 80px;
    text-transform: uppercase;

}

.navbar-default .navbar-brand {
    color: white !important;
    letter-spacing: 1px;	
}

@media (min-width: 768px){

.navbar-nav{
float: right;
}

.navbar-nav>li>a {
	padding-top:0;
	padding-bottom:0;
	line-height: 40px;	
	font-size: 14px; 
	margin-bottom: 20px;
	margin-top: 20px;
}

.navbar-nav>li .lang{
background-color: #7c78ae;	 
}

a.navbar-brand:hover, a.navbar-brand:focus{
	color: #ffffff !important;
}

ul.nav li a:hover,
ul.nav li a:focus, .active>a:hover, .active>a:focus{
	color: #fff !important;
}

ul.nav li a, .navbar-nav>.active>a {
	overflow: hidden;
	padding: 0 15px;
	height: 40px;
}

.lang{
	padding-left: 15px;
}

ul.nav li a span, .navbar-nav>.active>a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

ul.nav li a span::before, .navbar-nav>.active>a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

ul.nav li a:hover span,
ul.nav li a:focus span, .navbar-nav>.active>a span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.navbar-default .navbar-nav>.active>a{
background-color: transparent !important;	
color: white !important;
}

.dropdown-toggle{
	margin-top: 19px;
	border-radius: 0px;
	border: none;
	padding: 10px 15px;
	background-color: #84a6cd;
	color: white;
}

.dropdown-toggle:hover, .dropdown-toggle:focus, .open>.dropdown-toggle.btn-default{
	background-color: #84a6cd;
	color: white;
}

li.dropdown a{
	padding: 10px 15px !important;
}

li.dropdown a:hover{
	background-color: #84a6cd;
	color: white;
}

}

.navbar-nav>li>a:hover{
	color: white !important;
}

.navbar-default .navbar-nav>li>a {
	color: white;
	text-transform: uppercase;
}

.navbar{
	height: 80px;
}

.navbar-default{
background-color: rgba(132,166,205,0);	
border: none;
color: white;
}

.navbar-scrolled{
background-color: rgba(132,166,205,.6);
}


.hero{
	background-color: #619cc0;
	height: 100vh;
    position: relative;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;  
   background:  50% 0 no-repeat; 
}

.hero-text{
	z-index: 11;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;
}

.hero-text h1{
	font-weight: 600;
	font-size: 60px;
	margin-top: 0;
}

.hero-text p.pre-title{
	font-size: 30px;
	margin-bottom: 0;
}

.hero-text .sub-title{
	font-size: 20px;
	font-style: italic;
}

.btn-full {
    color: #ffffff;
    background-color: #54beee;
    cursor: pointer;
    padding: 12px 40px;
    display: inline-block;
    margin: 35px 35px 0px 35px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    position: relative;
    border: 4px solid #54beee;
    border-radius: 60px;
}

.btn-full:focus{
	color: white;
}

.btn-transition {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-full:hover {
	color: white;
    background: rgba(84,190,238,0);
    }

svg#bigTriangle {
	pointer-events: none;
		position: absolute;
	bottom: -3px;
	left: -1px;
}

#bigTriangle path {
	fill: #ffffff;
}

.swiper-container {
        width: 100%;
        height: 230px;
        margin-bottom: 70px;
        padding: 0 35px;
    }

.swiper-slide {
        text-align: center;
        background-color: #f2f4f6;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 16px;
        position: relative;
        display: -webkit-box;      
        display: -moz-box;         
        display: -ms-flexbox;   
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid rgba(84, 190, 238, 0);
    }
    
    .swiper-slide{
	 -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    }
    
    .swiper-slide:hover{
	border: 1px solid rgba(84, 190, 238, 1);
	background-color: white;
}
    
    
 
.swiper-link{
	font-size: 13px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #54beee;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 400;
	cursor: pointer;
}

.swiper-link:hover{
	color: #8ea6c2;
	text-decoration: none;
}
    
.swiper-slide p{
	word-wrap: break-word !important;
	margin-bottom: 0px;
	width: 80%;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23eff5f6'%2F%3E%3C%2Fsvg%3E");
  left: 0;
}

.swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23eff5f6'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}



.modal-content{
	border-radius: 0px;
}

.modal-close{
	margin: 20px 0;
}

.modal-header{
	border-bottom: none;
	padding: 20px 0;
	background-color: #84a6cd;
	margin-bottom: 20px;
}

.modal-header .close{
	margin-top: -6px;
		font-size: 40px;
	right: 10px;
	position: absolute;
	text-shadow: none;
}

h4.modal-title {
	font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.modal-body p{
	line-height: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

.modal-body ul{
	text-align: left;
	line-height: 30px;
}

.modal-footer{
	text-align: center;
	border: none;
}

.caption{
	font-style: italic;
	margin-top: -25px;
	margin-bottom: 35px;
}

.quote{
	background: url('../img/quote.jpg') 50% 0 no-repeat;
	position: relative;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 550px;	
}


svg#svgquotetop{
		pointer-events: none;
		position: absolute;
	top: -1px;
	left: 0px;
}

#svgquotetop path{
	fill: #ffffff;
}

svg#svgquotebottom{
		pointer-events: none;
		position: absolute;
	bottom: -2px;
	left: 0px;
}

#svgquotebottom path{
	fill: #ffffff;
}

.quote p{
	color: white;
}

.quote .quote-text{
	font-size: 25px;
	line-height: 45px;
	width: 60%;
	margin: 0 auto;
	max-width: 1024px;
}

.line{
	height: 1px;
	width: 175px;
	background-color: white;
	margin: 50px auto;
	
}

.quote .quote-author{
	font-size: 14px;
	
}

.portrait img{
	max-width: 70%;
}

.termin{
	padding: 0
}

.termin-1{
	background: url('../img/termin1.jpg') 50% 0 no-repeat;
	height: 500px;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;   
    border-right: 1px solid #e7e6e6;
    color: white;
    padding: 0;
}

.termin-2{
	background: url('../img/termin2.jpg') 50% 0 no-repeat;
	height: 500px;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; 
    border-left: 1px solid #e7e6e6;
    color: white;
    padding: 0;
}

.textbox{
position: relative;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%); 
}

.textbox-2{
position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
}

.times{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.doctor{
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 60px;
}

.appointments{
	width: 80%;
	margin: 0 auto;
	font-weight: 300;
	max-width: 350px;
	line-height: 30px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.appointment-btns {
	padding-bottom: 40px;	
	
}

.appointment-btns .btn{
	font-size: 12px;
}


.appointment-btns-1{
	background-color: #f2f4f7;
}

.appointment-btns-2{
	background-color: #eff1f4;
}

.appointment-btns .btn:first-child{
    color: #ffffff;
    background-color: #54beee;
    cursor: pointer;
    padding: 15px 0px;
    width: 320px;
    display: inline-block;
    margin: 35px 35px 0px 35px;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    position: relative;
    border: 2px solid #54beee;
    border-radius: 60px;
}

.appointment-btns .btn:first-child:hover{
	background-color: rgba(84, 190, 238, 0);
	color: #54beee;
}

.appointment-btns .btn:last-child:hover{
	background-color: rgba(132, 166, 205, 0);
	color: #84a6cd;
}

.appointment-btns .btn:last-child{
    color: #ffffff;
    background-color: #84a6cd;
    cursor: pointer;
    padding: 15px 0px;
    width: 320px;
    display: inline-block;
    margin: 35px 35px 0px 35px;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    position: relative;
    border: 2px solid #7f9fc4;
    border-radius: 60px;
}

.contact h3{
	margin-top: 0;
}

.Map-Address{
width:100%;
height: 500px;	
margin-top: 40px;
position: relative;
overflow: hidden;
}

.address{
	position: absolute;
	background-color: white;
	z-index: 1000;
	padding: 30px;
	top:15px;
	right: 15px;
	width: 240px;
	height: 200px;
	cursor: move !important;
}

.address-title{
	text-transform: uppercase;
	font-weight: bold;
}

#map {
width:100%;
height: 500px;
}

footer{
	background-color: #84a6cd;
}

.lastlinks p{
	margin-bottom: 0;
}

.lastlinks{
	line-height: 80px;
	color: white;
	display: inline;
}

footer p a{
	color: white;
}

footer p a:hover, footer p a:focus {
	color: white;
	text-decoration: none;
	outline: none;
}

@media (max-width: 992px) and (min-width: 768px){
	ul.nav li a {
    font-size: 12px;}
    .navbar-brand{
	  font-size: 16px;  
    }
   .hero-text h1{
	    font-size: 40px;
    }
   .hero-text p.pre-title{
	    font-size: 20px;
    }
    .hero-text .sub-title{
	    font-size: 16px;
    }
    .hero-text .btn-lg{
	    font-size: 12px;
    }
    .hero-text .btn-full{
	    padding: 10px 40px;
    }
    h2{
	    font-size: 30px;
	    margin-bottom: 30px;
    }
    .doctor{
	   font-size: 28px; 
    }
    
    .times{
	    font-size: 16px;
    }
    
    p.flowing, .modal-body p, .modal-body ul li{
	 font-size: 14px; 
	 line-height: 28px; 
    }
    
    p.flowing{
	   margin-bottom: 60px;  
    }
    h3, .semi-title{
	    font-size: 16px;
	    
    }
    p.caption{
	    font-size: 14px;
    }
    .swiper-slide{
	    font-size: 14px;
    }
    h4.modal-title{
	    font-size: 18px;
    }
    .quote .quote-text {
	        font-size: 23px;
	        line-height: 35px;
    }
    .portrait img{
	    max-width: 100%;
    }
    .modal-footer button{
	    font-size: 12px;
    }
}

@media (max-width: 767px){
.navbar-collapse{
background-color: rgba(132,166,205,1) !important;	
color: white;
text-align: center;	
}

.navbar-collapse li.active a, .navbar-collapse li a:focus, .navbar-collapse li a:hover{
	background-color: #54beee !important;
	color: white !important;
}


.navbar-collapse .dropdown{
	margin: 25px 0;
}


.navbar-collapse .dropdown ul li a{
	color: white !important;
	text-align: center;
}

.navbar-toggle {
	margin-top: 20px;
}

.navbar-default .navbar-toggle{
	border-color: #fff;
	border: 2px solid #fff;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}

.navbar-toggle:hover, .navbar-toggle:focus{
	background-color: #84a6cd !important;
}

li.dropdown.lang.open{
	background-color: white !important;
}
li.dropdown.lang.open a{
		color: #6d6d6d !important;
}
li.dropdown.lang.open a:hover{
background-color: white !important;
}

.dropdown-toggle.btn-default{
	width: 100%;
	border-radius: 0px;
	margin-top: -20px;
}

.hero-text h1{
	    font-size: 34px;
    }
   .hero-text p.pre-title{
	    font-size: 16px;
    }
    .hero-text .sub-title{
	    font-size: 14px;
	    margin-top: -20px;
    }
    .hero-text .btn-lg{
	    font-size: 11px;
	    margin-top: 10px;
    }
    
    .appointment-btns .btn{
	    font-size: 11px;
    }
    
    .hero-text .btn-full{
	    padding: 10px 30px;
    }
    h2{
	    font-size: 25px;
	    margin-bottom: 30px;
    }
    .doctor{
	   font-size: 23px; 
    }
    
    .times{
	    font-size: 14px;
    }
    
    p.flowing, .modal-body p, .modal-body ul li{
	 font-size: 13px; 
	 line-height: 26px; 
    }
    
    p.flowing{
	   margin-bottom: 60px;  
    }
    h3, .semi-title{
	    font-size: 15px;
    }
    p.caption{
	    font-size: 12px;
    }
    .swiper-slide{
	    font-size: 14px;
    }
    h4.modal-title{
	    font-size: 18px;
    }
    .quote .quote-text {
	        font-size: 20px;
	        line-height: 32px;
    }
    .quote p.quote-author{
	    font-size: 12px;
    }
    
    .portrait img{
	    max-width: 70%;
    }
    
    footer p{
	    font-size: 12px;
    }
    .modal-footer button, .modal-footer .btn{
	    font-size: 11px;
    }

}

@media (min-width: 1281px){
	.hero-text h1{
	    font-size: 65px;
    }
    .hero-text p.pre-title{
	    font-size: 32px;
    }
    .hero-text .sub-title{
	    font-size: 25px;
    }
    .hero-text .btn-lg{
	    font-size: 18px;
    }
    .portrait img{
	    max-width: 100%;
    }

}

.team {
	margin: 10px 0;
	padding-bottom: 30px;
	background: #f2f4f6;
}

.team h3{
	color: white;
}

.team .cover .overlay{
		height: 200px;
	padding-top: 60px;
		-webkit-transition: all 0.45s ease;
	transition: all 1s ease;
}

.team-one .cover .overlay {
	opacity: 1;
	background: rgba(84, 190, 238, .85);
}

.team-one:hover .cover .overlay {
	opacity: 0;
	background: rgba(84, 190, 238, 0);
}

.team-two .cover .overlay {
	opacity: 1;
	background: rgba(132, 166, 205, .85);
}

.team-two:hover .cover .overlay {
	opacity: 0;
	background: rgba(132, 166, 205, 0);
}

.team-three .cover .overlay {
	opacity: 1;
	background: rgba(138, 134, 193, .85);
}

.team-three:hover .cover .overlay {
	opacity: 0;
	background: rgba(138, 134, 193, 0);
}

.team .avatar {
	position: relative;
	z-index: 2;
	margin-top: -60px;
	border-radius: 50%;
}

.modal{
   cursor: url(../img/close.ico), auto;
}

.modal-content{
	cursor: default !important;
}

@media (min-width: 768px){
.modal-content {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}}

.close-modal a{
	position: relative;
	margin: 30px 15px 30px 15px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

.close-modal a:hover,
.close-modal a:focus {
	outline: none;
}


.close-modal {
	position: relative;
	z-index: 1;
}

.close-modal a {
	padding: 0 5px;
	color: #84a6cd;
	font-weight: 700;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.close-modal a::before,
.close-modal a::after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	background: #54beee;
	content: '';
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.close-modal a::before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0.5;
}

.close-modal a::after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0.5;
}

.close-modal a:hover,
.close-modal a:focus {
	color: #84a6cd;
}

.close-modal a:hover::before,
.close-modal a:hover::after,
.close-modal a:focus::before,
.close-modal a:focus::after {
	opacity: 0.9;
}

.close-modal a:hover::before,
.close-modal a:focus::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-modal a:hover::after,
.close-modal a:focus::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.infos{
	color: #54beee;
}

.infos:hover, .infos:focus{
	color: #84a6cd;
}

.modal-footer{
	padding: 23px 15px 30px 15px;
}

@media (max-width: 767px){
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 5px !important; 
}}