/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

p
{
padding:0px;
margin:0px;
}

.logotxt
{
font-size:40px;
font-weight:bold;
text-align:center;
color:#FFFFFF;
width:100%;
padding-bottom:4%;
}

.join-text
{
width:100%;
text-align:center;
color:#FFFFFF;
font-size:18px;
padding-bottom:5%;
}
.email-input
{
width:250px;
height:30px;
padding:5px;
border:none;
}

.emailsub
{
padding-left:32%;

}

.subbtn
{
padding:10px 15px 10px 15px;
background-color:#D81B77;
color:#FFFFFF;
font-size:15px;
border:none;
}

.fancybox-wrap {
max-width:700px !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}


.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	/*-webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  border:1px solid #BC9A2A;
			*/
			padding:15px !important;
			
			float:left;
			
}

.fancybox-opened {
	z-index: 8030;
	
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
	width:100% !important;
	height:auto !important;
	/*padding-bottom:15px;*/
}



.fancybox-inner {
	overflow: visible!important;;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "droid_sansregular";
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	/*height: 100%;*/
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading{
	background-image: url('../images/fancybox_sprite.png');
}

.fancybox-close{
	background-image: url('../images/close.png');
	width:30px !important; height:30px !important;
}

.fancybox-next span {
	background-image: url('../images/next.png');
	width:40px !important; height:41px !important;
}

.fancybox-prev span{
	background-image: url('../images/prev.png');
	width:40px !important; height:41px  !important;
}



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	/*background-position: 0 -36px;*/
}

.fancybox-next span {
	right: 10px;
	/*background-position: 0 -72px;*/
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	z-index:99999;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "droid_sansregular";
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

* {box-sizing: border-box}

.mySlides {display: none}
img {vertical-align: middle;}


.slideshow-container {
  max-width: 900px;
  position: relative;
  margin: auto;
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


.text {
  color: #666666;
  /*font-size: 18px;*/
  /*padding: 8px 0px 60px 0px;*/
  padding: 8px 0px 0px 0px;
  position: relative;
  width: 100%;
  text-align: left;
  /*margin-top:8px;*/
  width:100%; float:left;
}
.text span{/*text-transform:uppercase;*/ display:block; font-size:18px;}
.text p{ margin:0; padding:5px 0 12px 0; } 
.act-btn{float:right; width:100%; margin-top:15px; text-align:center;}
/*.act-btn a{float:right; padding: 9px 0px; font-size:18px; font-weight:bold; background-color: #f4c455; border-radius:2px;   width: 241px;  text-align:center; text-transform:uppercase; text-decoration:none; color:#333333; height: 40px;}*/

.act-btn a{ display:inline-block; padding: 10px 0 9px 0; font-size:19px; font-weight:bold;  border-radius:2px;   width: 100%;  text-align:center; text-transform:uppercase; text-decoration:none; height: 40px; /*background-color: #f4c455; color:#333333;*/ background:#f4c455; color: #2e2e2e; transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out;}

.act-btn a:hover{background-color: #000; color: #fff; cursor:pointer;}

.slide-dot{ position:absolute; top:83%; width:100%; text-align:center;}
.slide-dot ul{padding:0px; margin:0px; list-style:none; text-align:center;}
.slide-dot ul li{display:inline-block;}
.shr{width: 70px; position: absolute; right: -50px; /*bottom: 117px;*/ top:-22%;}
.shr a{font-size:36px; font-weight:bold; border-radius:100%; background:#a1a1a1; color:#fff; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3); width:70px; height:70px; text-align:center; vertical-align:middle; display:table-cell;}
.tg-img{  position:relative; width:100%;}



.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


.setprint{ font-style:italic; font-size:13px !important; text-align:center;  padding-bottom:0px !important;}
.setdesc{ font-size:16px !important;}



.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 1700px) {
  .slide-dot{top:79%;}
  
}

@media only screen and (max-width: 1500px) {
  .slide-dot{top:77%;}
}

@media only screen and (max-width: 1400px) {
  .slide-dot{top:73%;}
}

@media only screen and (max-width: 1200px) {
  .slide-dot{top:69%;}
}

@media only screen and (max-width: 1000px) {
  .fancybox-wrap{width:50%!important;}
  .shr a{width:65px; height:65px;}
}

@media only screen and (max-width: 900px) {
  .slide-dot{top:65%;}
  /*.act-btn a{width:183px;}*/
}

@media only screen and (max-width: 800px) {
  .slide-dot{top:62%;}
  .fancybox-close{
	background-image: url('../images/cross-close-pop.png');
	width:53px !important; height:54px !important;
	background-size:52px 51px;
	background-repeat:no-repeat;

}
  
  
}

@media only screen and (max-width: 768px) {
	.text p{font-size:16px; font-weight:normal;}
	.text span{font-size:18px;}
	
	.fancybox-wrap{width:100%!important; max-width:100% !important; left:0px!important; top:0px !important; height:100% !important; position:fixed !important; }
	.act-btn a{padding:21px 0px; height:60px;}
	.act-btn{margin-top:10px; /*position:relative; bottom:-15px;*/ position:fixed; bottom:0;}
	.text{padding-right:10px; padding-left:10px; height:200px; overflow-y:scroll;}
	.act-btn a{width:100%;}
	.fancybox-skin{ width:100% !important; padding-left:0px!important; padding-top:0px!important; padding-right:0px!important; height:100% !important;}
	.fancybox-next span, .fancybox-nav span{visibility:visible;}
	.fancybox-close{top:13px!important; right:13px!important;}
	
}

@media only screen and (max-width: 700px) {
  /*.fancybox-wrap{width:55%!important;}*/
  .slide-dot{top:60%;}
  .text{ height:150px;}
  
}

@media only screen and (max-width: 600px) {
  /*.fancybox-wrap{width:60%!important;}*/
  .slide-dot{top:56%;}
}

@media only screen and (max-width: 550px) {
   .slide-dot{top:53%;}
}

@media only screen and (max-width: 500px) {

.slide-dot{top:73%;}
.shr{right:4px; bottom:-11px;}
.slide-dot ul{width: 100px;
margin: auto;
background: #fff;
border-radius: 15px;
padding: 5px 0px;}



/*.text span, .text p{padding-right:10px; padding-left:10px;}*/




}

@media only screen and (max-width: 450px) {
	.slide-dot{top:70%;}
}

@media only screen and (max-width: 450px) {
	.slide-dot{top:69%;}
	.text{ height:180px;}
}

@media only screen and (max-width: 400px) {
	.slide-dot{top:65%;}
}

@media only screen and (max-width: 350px) {
	.slide-dot{top:59%;}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading{
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
	
	
	/*.fancybox-next span {
		background-image: url('../images/next.png');
		background-size: 44px 152px; 
	}
	
	.fancybox-prev span {
		background-image: url('../images/prev.png');
		background-size: 44px 152px; 
	}*/
	

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}