/* great-vibes-regular - latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/great-vibes-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/great-vibes-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/great-vibes-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/great-vibes-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/great-vibes-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/great-vibes-v8-latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/OpenSans-LightItalic-webfont.eot');
    src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
  margin: 0;
  padding: 0;
}

body {
  padding-top: 127px;
}

/* Header */

header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	margin-bottom: 25px;
	font-size: 25px;
	background-color: rgba(255, 255, 255, 0.9);
	background: -moz-linear-gradient(top,  rgba(225,225,225,1) 0%, rgba(255,255,255,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(225,225,225,1) 0%,rgba(255,255,255,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(225,225,225,1) 0%,rgba(255,255,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#66ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid grey;
}

h1 {
  margin: 0;
  padding: 30px;
}

a {
  text-decoration: none;
  color: black;
}

.logo {
    float:left;
    padding: 10px 20px 10px 20px;
}
.mapphotolink {
	display: inline;
	float: right;
	font-size: 12px;
	/* padding-left: 5px; */
	width: 90px;
}
.mapphotolink p {
	margin: 0 auto;
	color: #666;
}

#sitetitle {
	border-bottom: none !important;
}

.siteTitleTextColor {
	color: #494949;
	font-family: 'Great Vibes', sans-serif;
	font-size: 6vw;
	font-weight: normal;
	float: none;
	text-align: center;
}

.intro {
	padding: 5px 25px;
	/* background-color: #F1F1F1; */
	color: #333;
	letter-spacing: 0.2px;
	text-align: justify;
	font-style: italic;
	font-size: 18px;
}

.intro a{
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.intro a[title]{
	border-bottom-style: dotted;
}

.tooltip-style {
	padding: 5px 5px 0px;
	border-radius: 8px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.tooltip-style img{
	border-radius: 8px;
}
/*start of gallery CSS*/

html body * {
  box-sizing: border-box;
  font-family: 'Open Sans', Arial, sans-serif;
}

.gridywrap {width: 100%;}
.gridywrap .gridy {
	overflow: hidden;
	background-color: #333;
	width: 100%;
	padding: 1px;
	float: left;
	position: relative;
}
@media screen and (min-width: 480px) {
  .gridywrap .gridy {width: 50%;}
}
@media screen and (max-width: 533px) {
  .mapphotolink img { display: none; }
  .mapphotolink p { margin-top: 30px; }
}
@media screen and (min-width: 750px) {
  .gridywrap .gridy {width: 33.3333%;}
  .siteTitleTextColor {font-size: 48px;}
}
@media screen and (min-width: 1000px) {
  .gridywrap .gridy {width: 25%;}
}
@media screen and (min-width: 1250px) {
  .gridywrap .gridy {width: 20%;}
}
@media screen and (min-width: 1500px) {
  .gridywrap .gridy {width: 16.6667%;}
}
@media screen and (min-width: 1750px) {
  .gridywrap .gridy {width: 14.2857%;}
}
@media screen and (min-width: 2000px) {
  .gridywrap .gridy {width: 12.5%;}
}

/*styling*/
.gridywrap .gridimg {
}
.gridywrap .gridimg img {
  width: 100%;
  display: block;
}
.gridywrap .gridinfo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
  text-align: center;
  transition: all 0.8s;
}
.gridywrap .gridinfo h3 {
  font-size: 13px;
  color: #F0F0F0;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 65%;
  position: relative;
  text-shadow: 1px 1px #333;
}
.gridywrap .gridinfo .gridmeta {
  transition-delay: 0.25s;
}
.gridywrap .gridinfo .gridmeta p {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 98%;
}
.gridywrap .gridinfo .gridmeta p i {
  margin-right: 5px;
}
.gridywrap .gridinfo .gridmeta p.gridwho {
  margin-left: 25px;
}
.gridywrap .gridinfo p.gridexerpt {
  margin: 0 auto;
  line-height: 22px;
  margin-bottom: 10px;
  color: #fff;
  transition-delay: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 98%;
}
.gridywrap .gridinfo p.gridexerpt span{
  display: block;
  color: #dee;
  opacity: 1;
}
.gridywrap .gridinfo * {
  opacity: 0;
  transition: all 0.8s;
}
.gridywrap .gridinfo h3, .gridywrap .gridinfo img {
  opacity: 1;
}
.gridywrap .gridinfo .grid-btn {
  color: #fff;
  text-decoration: none;
  /* margin: 0 auto; */
  margin: 0px 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 25px;
  border: 1px solid #fff; 
  display: inline-block;
  overflow: hidden;
}
.gridywrap .gridinfo .grid-btn:hover {
  width: 150px;
  background: rgba(0,0,0,0.3);
  opacity: 0.9;
}
.gridywrap .gridinfo .grid-btn span {
  opacity: 0;
  display: none;
  transition: opacity 0.8s;
}
.gridywrap .gridinfo .grid-btn:hover span {
  opacity: 1;
  display: inline;
}
.gridywrap .gridinfo .grid-btn:hover i {
  opacity: 0;
  display: none;
}

.gridywrap .gridinfo:hover * {
  opacity: 0.7;
}
.gridywrap .gridinfo:hover p {
  opacity: 1;
}
.gridywrap .gridinfo:hover {
  background: rgba(0, 0, 0, 0.5);
}
.gridywrap .gridinfo:hover h3 {
  margin-top: 5%;
  opacity: 1;
}
i.fa-user {
	margin-left: 15px;
}

.fb-caption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 99996;
  pointer-events: none;
  text-align: left;
  transition: opacity 200ms;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
  line-height: 30px;
  padding: 20px 10px 0px;
  color: #FFF;
  font-size: 15px;
  text-shadow: 1px 1px #333;
}
.fancybox-image {
  border-radius: 10px;
}
.blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Map */
.leaflet-control-zoomhome a {
	font: bold 18px "Lucida Console",Monaco,monospace;
}
.leaflet-bar a, .leaflet-bar a:hover {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

/* map in slides*/
.map {
	width: 100%;
	max-width: 600px;
	height: 400px;
	border: 1px solid black;
	border-radius: 10px;
}

/* map in map */
#mapall {
	width: 100%; 
	height: 900px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
.pustyle .leaflet-popup-content {
	margin: 5px;
}
.pustyle a.leaflet-popup-close-button {
	top: -8px;
	right: -8px;
	width: 22px;
	height: 22px;
	font-size: 20px;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	line-height: 20px;
	border-radius: 20px;
	color: #FFF;
	background-color: #666;
	2px solid #EEE;
	padding: 0px 1px 2px;
}
.putitle {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 180px;
	display: inline-block;
	margin-bottom: -3px;
}
.puflag {
	padding-right: 4px;
}

/*Footer start*/

footer {
	clear: both;
}
.footer_wrapper {
	background-color: #666;
}

.footer_bottom {
	border-top: 1px solid #3C3A3A;
	text-align: justify;
	padding: 25px;
	color: #ccc;
}

.imptext {
	margin-top: 15px;
	font-size: 14px;
	display: block;
}
.crtext {
	text-align: center;
	display: inherit;
}


/*Footer end*/

.gridy.transparent {
	background-color: white;
}