html.swipebox {
  overflow: hidden!important;
  
}
@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot');
	src:url('icomoon.eot?#iefix') format('embedded-opentype'),
		url('icomoon.woff') format('woff'),
		url('icomoon.ttf') format('truetype'),
		url('icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.swipe-pic{width:928px;
height:522px;
display:block;
margin:0 auto;
margin-top:15px;

}
.swipe-pic img{	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-khtml-border-radius:10px;}
.swipe-tag{
	position:relative;
	height:5.9em;
	width:27.4em;
	 background-color:#f6f9fa;
	text-align:center;
	border:solid 2px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-khtml-border-radius:10px;
	display:block;
	padding-top:0px;
	margin:5px 10px 0 0;
	font-family:'BlueHighwayCondensedRegular';
	font-size:1em;
	text-shadow:1px 1px #e0e0e0;
	 margin:0 auto;
	  margin-top:40px;
	   margin-bottom:30px;
	
}

#gallery{border-color:#8e6ba9;

color:#8e6ba9; text-decoration:none;}
.swipe-tag span{padding-top:0.575em; display:block; font-size:2.6em; }
.swipe-tag span span{ font-size:1.6em; padding-left:0px; padding-top:0px; margin-top:-0.175em; display:block; float:right; margin-right:0.475em; position:relative;}
@media only screen and (min-device-width :320px) and (max-device-width :480px){.swipe-tag{font-size:2em;}
.swipe-tag span{font-size:2.75em; }}
#gallery:hover{color:#000; border-color:#000;}
#swipe-vid{border-color:#5d8c9f;
float:left;
color:#5d8c9f; text-decoration:none;}
#swipe-vid:hover{color:#000; border-color:#000;}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("img/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background:none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding:5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


#swipebox-slider .slide .swipebox-video-container .swipebox-video{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
  width: 100%!important; 
  height: 100%!important;
  position: absolute;
  top: 0; left: 0;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-action{height: 5em;}

#swipebox-action {
  bottom: -50px;
}



#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0!important;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}

#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
	/* [disabled]background-image: url("img/icons.png"); */
	background-repeat: no-repeat;
	border: none!important;
	text-decoration: none!important;
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
}




#swipebox-action #swipebox-prev {
	/* [disabled]background-position: -320px 130px; */
	right: 150px;
}
#swipebox-action #swipebox-prev span{
	color:#fff;
	font-weight:bold;
	display:block;
	position:relative;
	font-size:2em;
	margin-top:0.75em;	
	
}

#swipebox-action #swipebox-next {
	/* [disabled]background-position: -780px 130px; */
	right: 90px;
}

#swipebox-action #swipebox-next span{
	color:#fff;
	font-weight:bold;
	display:block;
	position:relative;
	font-size:2em;
	margin-top:0.75em;	
	
}

#swipebox-action #swipebox-close {
	/* [disabled]background-position: 150px 120px; */
	left: 75px;
	width: 150px;
}
#swipebox-action #swipebox-close span{
	color:#CCC;
	font-weight:bold;
	display:block;
	position:relative;
	font-size:2em;
	margin-top:0.8em;	
	
}
#swipebox-action #swipebox-close span span{display:inline; font-size:1em; padding-right:.5em; color:#FFF;}


#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
	left: 10px;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}


/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
  
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {
	 
	#swipebox-action
	{height: 100px;
	bottom: -100px;}
	#swipebox-caption {
	height:100px;
	top: -100px;
	font-size: 5em;
	line-height:100px;
	
	
	
	}
	#swipebox-action #swipebox-close span{font-size:4em;
	margin-top:0.8em;}
	#swipebox-action #swipebox-prev span{font-size:4em;
	margin-top:0.8em;}
	#swipebox-action #swipebox-next span{font-size:4em;
	margin-top:0.8em;}
	
/* Styles */
}