/**
* @license lyradesigns.com v1
* Updated: Dec 17, 2014
* Add pin buttons to images
* Copyright (c) 2014 Jonas Goslow - LYRA
* Released under the MIT license
* https://github.com/timmywil/jquery.panzoom/blob/master/MIT-License.txt

Customize these however you like.

*/

.imgPinWrap {
	position: relative;
	display: block !important;
}

.imgPinWrap .pin {
  opacity: 0;
  position: absolute;
  display: block;
  -webkit-transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out;
  transition:all .25s ease-in-out;
}
.imgPinWrap .pin img {
	display: block;
	width: 50px;
}
.imgPinWrap .pin:hover {
  box-shadow: 0 0 5px #fff;
}

.imgPinWrap:hover .pin {
  opacity: 1;
}

.imgPinWrap .left { left: 15px; }
.imgPinWrap .right { right: 15px; }
.imgPinWrap .bottom { bottom: 15px; }
.imgPinWrap .top { top: 15px; }
.imgPinWrap .center {
  left: 50%;
  top:50%;
}


.imgPinWrap .pin {
	width: 10%;
	top: 5px !important;
	right: 5px !important;
	cursor: pointer;
}

.imgPinWrap .pin:hover {
	box-shadow: none !important;
}

.imgPinWrap .pin img {
	width: 100%;
	/*margin-top: -10px;
	margin-left: 10px;*/
}

.featherlight-content .imgPinWrap .pin {
	width: 23px;
	/*margin-left: 15px;
	margin-top: -10px;
	margin-left: 10px;*/
}

@media only screen and (max-width: 4200px) and (min-width: 766px) {
	.featherlight-content .imgPinWrap .pin {
		width: 35px;
	}
}


#slider .flex-active-slide .imgPinWrap .pin {
	width: 3%;
	top: 20px !important;
}

#slider1_container .imgPinWrap .pin {
	width: 3%;
	top: 20px !important;
}

@media only screen and (max-width: 766px) and (min-width: 266px) {
	#slider1_container .imgPinWrap .pin {
	width: 10%!important;
	top: 6px !important;
	}
}


@media only screen and (max-width: 766px) and (min-width: 266px) {
#slider2_container .imgPinWrap .pin {
    /*top: 25px !important;*/
	top: 6px !important;
}
}


#slider2_container .imgPinWrap .pin {
    top: 30px;
}

.col-md-8 .imgPinWrap .pin  {
	width: 5%;
}

#small-screen-slider .imgPinWrap img {width:100%}
#small-screen-slider .imgPinWrap .pin img {margin-top: 10px; width: 90%;}


.real-wedding-layout .imgPinWrap .pin img {
	/*margin-left: 10px;*/
}

body > [data-pin-log] {
	display: none;
}
						
/* @media only screen and (max-width: 766px) and (min-width: 990px) {
	.imgPinWrap .pin img {
		width: 30px;
		margin-top: -7px;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
	.imgPinWrap .pin img {
		width: 40px;
	}
}

@media only screen and (max-width: 4200px) and (min-width: 1200px) {
	.imgPinWrap .pin img {
		width: 40px;
	}
}*/
