body {
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #DCDCDC;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,

h5,
h6 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  
}

h4 {
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0 0 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
  text-align: justify;
  text-indent: 0;
}

@media (min-width: 768px) {
	.noindent {
		text-indent: 0;
 
 
}
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
	text-indent: 25px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #008080;
}

a:hover {
  
  color: #005253;
    
}

a:focus {
  text-decoration: none;
  color: #00fff6;
    
}


/* selected link */
a:active {
    color: #00fff6;
}

.fsz {
  font-size: 15px;
	
}

#mainNav {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #3d3d3d;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: #fff;
  border: 1px solid #00fff6;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: white;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: #3d3d3d;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: justify;
  color: white;
  background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;
  background-color: #3d3d3d;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

@media (max-width: 768px) {
.intext {

display: none;
}

} 

.intro-text2 {
    font-size: 20px;
	text-align: left;
	margin: 23% 0 0 0;
	
  }
  
@media (max-width: 993px) {
	
	.intro-text2 {
    display: none;
  }
	
}   
  

.intro-text {
    font-size: 30px;
	text-align: left;
	margin: 23% 0 0 0;
  }
  
  
  
  
@media (max-width: 768px) {
	
	.intro-text {
    display: none;
  }
	
}  

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  
  .masthead .intro-body {
  
}
  
  .masthead .intro-body .brand-heading {
    font-size: 40px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
	
	
  }
}

@media (max-width: 768px) {
  .masthead {
    
	background: url("../img/intro-bg-min.jpg") no-repeat top center scroll;
	background-position: 0 0 0 -300px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
  }
  
.masthead .intro-body .brand-heading {
    
	
	font-size: 20px;
  }
  
  
  
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #80ced6;
  border: 2px solid #00fff6;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: #00fff6;
  outline: none;
  background: rgba(000, 255, 255, 0.1);
}

.content-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.center-section {
  color: white;
  background: url("../img/middlepict.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 90vh;
}

.main-section {
  color: white;
  background: url("../img/mainpict.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 70vh;
}

.photo-section {
  color: white;
  background: url("../img/photopict.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 80vh;
}

.end-section {
  color: white;
  background: url("../img/endpict.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 57vh;
}

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

@media (min-width: 992px) {
  .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
	
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #42DCA3;
  outline: none;
  background-color: #42DCA3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  color: #000;
  padding: 50px 0;
}

footer p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  text-align: center;
  
}

@media (min-width: 767px) {

footer {
  padding: 50px 0;
  color: #000;
}

footer p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  text-align: left;
  
}

}


::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}





.btn-link {
    font-size: 25px;
    color: #f5f5f5;
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
}

.btn-link:hover {
    
    color: #fff;
	
	
	
}

@media (max-width: 767px) {
  
  .btn-link {
    font-size: 17px;
    font-weight: bold;
	}

}

@media (max-width: 400px) {
  
  .btn-link {
    font-size: 10px;
	font-weight: bold;
    
	}

}


.card {
	width: 100%;
	background-color: #808080;
	
}

.fixsize {
	
	height: 30%;
	overflow: hidden;
	
}


.card img {
	-webkit-filter: brightness(0.9);filter: brightness(0.9);
	
	
}

.card img:hover {
	-webkit-filter: brightness(1);filter: brightness(1);
	
	
}


.card-body {
	color: #3d3d3d;
	font-size: 17px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #F5F5F5;
	border: 0 solid;
	font-weight: 200;
	text-align: left;
    
}



	
	
	






/*--Модальное окно --*/


.overlay {
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	opacity: .7;
}



@media (max-width: 1200px) {
  
 .visible {
	position: fixed;
	left: 5%;
	right: 5%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}

@media (min-width: 1200px) and (max-width: 1400px) {
  
 .visible {
	position: fixed;
	left: 10%;
	right: 10%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}

@media (min-width: 1400px) and (max-width: 1600px) {
  
 .visible {
	position: fixed;
	left: 15%;
	right: 15%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}

@media (min-width: 1600px) {
  
 .visible {
	position: fixed;
	left: 20%;
	right: 20%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}

@media (max-width: 1200px) {
  
 .visible1 {
	position: fixed;
	left: 7%;
	right: 7%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}

@media (min-width: 1200px) and (max-width: 1400px) {
  
 .visible1 {
	position: fixed;
	left: 12%;
	right: 12%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}

@media (min-width: 1400px) and (max-width: 1600px) {
  
 .visible1 {
	position: fixed;
	left: 17%;
	right: 17%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}


@media (min-width: 1600px) {
  
 .visible1 {
	position: fixed;
	left: 25%;
	right: 25%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}



@media (max-width: 600px) {
  
 .vvisible {
	position: fixed;
	left: 7%;
	right: 7%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}


@media (min-width: 600px) and (max-width: 768px) {
  
 .vvisible {
	position: fixed;
	left: 17%;
	right: 17%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}


@media (min-width: 768px) and (max-width: 980px) {
  
 .vvisible {
	position: fixed;
	left: 25%;
	right: 25%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}


@media (min-width: 980px) and (max-width: 1200px) {
  
 .vvisible {
	position: fixed;
	left: 30%;
	right: 30%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}

@media (min-width: 1200px) and (max-width: 1400px) {
  
 .vvisible {
	position: fixed;
	left: 33%;
	right: 33%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}

@media (min-width: 1400px) and (max-width: 1600px) {
  
 .vvisible {
	position: fixed;
	left: 35%;
	right: 35%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}

@media (min-width: 1600px) {
  
 .vvisible {
	position: fixed;
	left: 37%;
	right: 37%;
	top: 10%;
	overflow: hidden;
	z-index: 2000;
		
}

}



