body {
	//font-family: 'PT Sans', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

p {
	margin:0px;	
}

h1 {
	margin:0px;
	font-size:23px;
	//color:#505050;
}

h2 {
	margin:0px;
	font-size:20px;
}

h3 {
	margin:0px;
}

h4 {
	margin:0px;
}

h5 {
	margin:0px;
}

h6 {
	margin:0px;
}

/*
.D1400463316 h2 {
	border:1px solid red;
}
*/



.pp_expand {
display: none !important;
}

.pp_play {
display: none !important;
}

.pp_gallery {
display: none !important;
}

.ppt {
display: none !important;
}


.currentTextHolder {
display: none !important;
}




/*
.M1400477718 {
	padding-left:25px;
	padding-right:25px;
}


.M1400477722 {
	padding-left:25px;
	padding-right:25px;
}

.M1400477726 {
	padding-left:25px;
	padding-right:25px;
}
*/

@media (max-width:768px) { 
	
	.S1400477870 {
		text-align:left;	
	}
	
	.S1400477674 {
		margin-bottom:15px;
		//margin-top:20px;
	}

	#MapsDiv140050338914005060800 {
		padding:150px 0px 150px 0px;
	}
	
	.S1400551054 {
		text-align:left;	
		margin-top:20px;
	}
	
}
	
	
	



.img-circle {
	margin-top: 40px;
	border-radius:0%;
	border:none;	
	
}


.img-circle:hover {
	opacity:0.6;
}


.pager {
	margin-top:50px;
	margin-bottom:0px;
}

.pager li {
	color:gray;
}

.pager li > a, .pager li > span {
		color:gray;
}




.scrollup {
	border:none;
	text-decoration:none;
	color:white;
}	



.navbar {
	border:none;
	border-radius:0px;

}

.navbar-default {
	background-color:#32190f;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(50, 25, 15);
    /* RGBa with 0.6 opacity */
    background-color: rgba(50, 25, 15, 0.50);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#32190f, endColorstr=#32190f);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#32190f, endColorstr=#32190f)";	
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position:absolute;
}


.navbar-default .navbar-nav > li > a {
	color:#c6c6c7;	
	font-size:13px;
	border:none;
}

.navbar-default .navbar-nav > li > a:hover {
	color:#fff;	
	font-size:13px;
	border:none;
}

.navbar-default .navbar-nav > li > a:active {
	color:#fff;
	font-size:13px;
	border:none;
}

.navbar-default .navbar-nav > li > a:focus {
	color:#fff;
	font-size:13px;
	border:none;
}



.M1400477804 {
	margin-top:12px;	
}


.1400477962 {
	x-index:1;
	position:fixed;	
	border:1px solid pink;
}


.1400463379 {
	x-index:100;
	position:absolute;	
	border:1px solid pink;	
	}
	
	
.clear {
	clear:both;
	
}


.naglowki {
	font-size:22px;
	
}


a:hover {
	text-decoration:none;
	color:#333;
}

.unactive {
	margin:0px 15px 0px 0px;
	color:#888;
	text-decoration:none;
}

.anactive {
	border-bottom:2px solid #333;
	margin:0px 0px 0px 15px;	
	color:#333;
	text-decoration:none;
}

.unactive a {
	margin:0px 15px 0px 0px;
	color:#888;
	text-decoration:none;
}

.anactive a {
	border-bottom:2px solid #333;
	margin:0px 0px 0px 15px;	
	color:#333;
	text-decoration:none;
}


/*
.img-responsive {
margin:0 auto;	
}
*/


/*
.M1400501683 {
border:1px solid red;
position:absolute;
bottom:0px;
}



.1400501716 {
	border:1px solid yellow;
	width:100%;
	height:100px;
}


*/

.S1400501633 {
border:1px solid yellow;
padding:50px 0px 50px 0px;
background-color:gray;
}



















.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #42b078;
  margin-top:60px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  //transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  font-size:22px;
  //font-weight:bold;
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*

.login {
	display:none;
}


.profile-photo {
	display:none;
}

.1400506080 {
	display:none;
}


.div.profile-photo img {
    float: right;
    height: 32px;
    width: 32px;
}

*/




/*

.displayimg {
	display:none;
}


*/




/* TOP */



.img2 {
	opacity:0.6;	
}




@media only screen and (max-width: 400px) {
	.img2 {
		width:70%;
		height:70%;
	}
	


}





.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
//  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  //padding: 100px 0 50px;
  padding: 90px 0px 50px 0px;
    
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    //padding: 150px 0;
      padding:300px 0 100px 0px;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 28px;
  //line-height: 1.1;
  letter-spacing:1.5px;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 35px 0 15px;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}






/* galeria i top pod nia */



.intro-header2 {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
//  margin-bottom: 50px;
}
.intro-header2 .site-heading,
.intro-header2 .post-heading,
.intro-header2 .page-heading {
  //padding: 100px 0 50px;
  padding: 45px 0px 50px 0px;
    
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header2 .site-heading,
  .intro-header2 .post-heading,
  .intro-header2 .page-heading {
    //padding: 150px 0;
      padding:150px 0 100px 0px;
  }
}
.intro-header2 .site-heading,
.intro-header2 .page-heading {
  text-align: center;
}
.intro-header2 .site-heading h1,
.intro-header2 .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header2 .site-heading .subheading,
.intro-header2 .page-heading .subheading {
  font-size: 28px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 50px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header2 .site-heading h1,
  .intro-header2 .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header2 .post-heading h1 {
  font-size: 35px;
}
.intro-header2 .post-heading .subheading,
.intro-header2 .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header2 .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header2 .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header2 .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header2 .post-heading h1 {
    font-size: 55px;
  }
  .intro-header2 .post-heading .subheading {
    font-size: 30px;
  }
  	
}



@media only screen and (max-width: 768px) {
  
  	.navbar-default {
		background-color:#32190f;
	}
	
	.navbar-fixed-bottom, .navbar-fixed-top {
		position:relative;
		margin:0px;	
	}
	
}


/*
.M1400465368 {
	border-right:1px solid #999;	
}
*/


.S1400503436 {
	border-top:0px;
	margin-top:40px;	
}







.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	padding-left:20px;
	padding-right:20px;
}


.M1400477722 {
			padding-left:35px;
	padding-right:35px;
}


.M1400477725 {
	padding:25px 15px 25px 15px;
	border:2px solid #908a86;	
	min-height:236px;

}



.M1400764625 {
			padding-left:35px;
	padding-right:35px;
}




.M1400764628 {
		padding:25px 15px 25px 15px;
	border:2px solid #908a86;	
	min-height:236px;
}







.M1400764652 {
			padding-left:35px;
	padding-right:35px;
}




.M1400764655 {
		padding:25px 15px 25px 15px;
	border:2px solid #908a86;	
	min-height:236px;
}