/* Galleria HDN Responsive Theme  */


/* Fonts */
@font-face {
  font-family: "Antenna-Medium";
  src: url("fonts/Antenna-Medium/Antenna-Medium.eot");
  src: url("fonts/Antenna-Medium/Antenna-Medium.eot?") format("embedded-opentype"),
       url("fonts/Antenna-Medium/Antenna-Medium.woff") format("woff"),
       url("fonts/Antenna-Medium/Antenna-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* ------------------- FarnhamText ------------------- */

@font-face {
  font-family: "FarnhamText-Bold-Italic";
  src: url("fonts/FarnhamText-Bold-Italic/FarnhamText-Bold-Italic.eot");
  src: url("fonts/FarnhamText-Bold-Italic/FarnhamText-Bold-Italic.eot?") format("embedded-opentype"),
       url("fonts/FarnhamText-Bold-Italic/FarnhamText-Bold-Italic.woff") format("woff"),
       url("fonts/FarnhamText-Bold-Italic/FarnhamText-Bold-Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* ------------------- FarnhamText ------------------- */

@font-face {
  font-family: "FarnhamText-Regular-Italic";
  src: url("fonts/FarnhamText-Regular-Italic/FarnhamText-Regular-Italic.eot");
  src: url("fonts/FarnhamText-Regular-Italic/FarnhamText-Regular-Italic.eot?") format("embedded-opentype"),
       url("fonts/FarnhamText-Regular-Italic/FarnhamText-Regular-Italic.woff") format("woff"),
       url("fonts/FarnhamText-Regular-Italic/FarnhamText-Regular-Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;

}

.galleria-stage, .galleria-lightbox, .galleria-thumbnails-container, .galleria-container, .galleria-description-container, .galleria-gallery-title-container, .galleria-lightbox-prevholder, .galleria-lightbox-nextholder, .galleria-lightbox-social, .galleria-lightbox-tcaption, .galleria-lightbox-info, .galleria-lightbox-close, .galleria-bar{
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Disable selection/copy in UIWebView */
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
 
#galleria-loader{height:1px!important}


.galleria-progress{
	display: none !important;
}
.galleria-container {
    position: relative;
    overflow: hidden;
    font: 11px/1.4 arial,sans-serif;
    color: #fff;
    margin-top: 16px;
	padding-bottom: 30px;
}

.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    overflow: hidden;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*SOCIAL SHARING START*/
.galleria-social{
	height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 3;
    overflow: hidden;
}

.galleria-sociallink{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_share.png) no-repeat 50% 50%;
	height: 30px;
    width: 30px;
}

.galleria-fb{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_Facebook.png) no-repeat 50% 50%;
	height: 30px;
    width: 30px;
}
.galleria-fb:hover,
.galleria-fb:active{
	background: url(images/desktop/d_Facebook_hover.png) no-repeat 50% 50%;
}
.galleria-tw{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_Twitter.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
}
.galleria-tw:hover,
.galleria-tw:active{
	background: url(images/desktop/d_Twitter_hover.png) no-repeat 50% 50%;
 }
.galleria-em{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_Email.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
}
.galleria-em:hover,
.galleria-em:active{
	background: url(images/desktop/d_Email_hover.png) no-repeat 50% 50%;
}

.galleria-pn{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_Pinterest.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
}
.galleria-pn:hover,
.galleria-pn:active{
	background: url(images/desktop/d_Pinterest_hover.png) no-repeat 50% 50%;
}
.galleria-rd{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_reddit.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
}
.galleria-rd:hover,
.galleria-rd:active{
	background: url(images/desktop/d_reddit_hover.png) no-repeat 50% 50%;
}
.galleria-gp{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_gplus.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
}
.galleria-gp:hover,
.galleria-gp:active{
	background: url(images/desktop/d_gplus_hover.png) no-repeat 50% 50%;
}

/*SOCIAL SHARING END*/




/*LIGHTBOX SOCIAL SHARING START*/
.galleria-lightbox-social{
	height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 99999;
    overflow: hidden;
}

.galleria-lightbox-sociallink{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_share.png) no-repeat 50% 50%  rgba(0,0,0,0.5);
	height: 30px;
    width: 30px;
}


.galleria-lightbox-fb{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_Facebook.png) no-repeat 50% 50%;
	height: 30px;
    width: 30px;
}

.galleria-lightbox-fb:hover,
.galleria-lightbox-fb:active{
	background: url(images/desktop/d_Facebook_hover.png) no-repeat 50% 50%;
}
.galleria-lightbox-tw{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_Twitter.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
}
.galleria-lightbox-tw:hover,
.galleria-lightbox-tw:active{
	background: url(images/desktop/d_Twitter_hover.png) no-repeat 50% 50%;
}
.galleria-lightbox-em{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_Email.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
}
.galleria-lightbox-em:hover,
.galleria-lightbox-em:active{
	background: url(images/desktop/d_Email_hover.png) no-repeat 50% 50%;
}
.galleria-lightbox-pn{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_Pinterest.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
}
.galleria-lightbox-pn:hover,
.galleria-lightbox-pn:active{
	background: url(images/desktop/d_Pinterest_hover.png) no-repeat 50% 50%;
}
.galleria-lightbox-rd{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_reddit.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
}
.galleria-lightbox-rd:hover,
.galleria-lightbox-rd:active{
	background: url(images/desktop/d_reddit_hover.png) no-repeat 50% 50%;
}
.galleria-lightbox-gp{
	cursor: pointer;
	float: left;
	background: url(images/desktop/d_gplus.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
}
.galleria-lightbox-gp:hover,
.galleria-lightbox-gp:active{
	background: url(images/desktop/d_gplus_hover.png) no-repeat 50% 50%;
}
/*LIGHTBOX SOCIAL SHARING END*/

.galleria-container.fullscreen .galleria-stage { bottom: 0 }
.galleria-bar {
    height: 31px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #ccc;
    border-top: 1px solid #fff;
    z-index: 3;
}

.galleria-s1,
.galleria-s2,
.galleria-s3,
.galleria-s4 {
    background: url(images/separator.png);
    height: 30px;
    width: 2px;
    position: absolute;
    left: 28px;
    bottom: 1px;
}
.galleria-s2 { left: 58px }
.galleria-s3 {
    right: 30px;
    left: auto;
}
.galleria-s4 {
    right: 58px;
    left: auto;
}
.galleria-progress {
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: #aaa;
    opacity: .5;
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
.galleria-thumblink,
.galleria-fullscreen,
.galleria-play,
.galleria-popout {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background:url(images/desktop/d_thumbnails.png) no-repeat 50% 50%;
    cursor: pointer;
}
.galleria-fullscreen,
.galleria-popout {
    left: auto;
    right: 0;
    background:url(images/desktop/d_popup.png) no-repeat 50% 50%;
}

.galleria-play {
    left: 30px;
    background:url(images/desktop/d_autoplay.png) no-repeat 50% 50%;
}


.galleria-prev, .galleria-next{
	width: 30px;
    height: 30px;
    position: relative;
    background: url(images/thumbs.png) no-repeat 50% 50%;
    cursor: pointer;
    display: inline-block;
    z-index: 3;
}

.galleria-prev {
    background:url(images/desktop/d_leftarrow.png) no-repeat 50% 50%;
    float: left;
    z-index: 3;
}


.galleria-next {
    background:url(images/desktop/d_rightarrow.png) no-repeat 50% 50%;
    float: right;
}

.galleria-counter {
   	height: 100%;
    line-height: 30px;
    position: relative;
    vertical-align: top;
    text-align: center;
    color: #222;
    font-family: "Antenna-Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
	font-size: 0.785714286rem;
	text-shadow: none;
}


.galleria-play.playing { 
	background:url(images/desktop/d_pause.png) no-repeat 50% 50%;
}


.galleria-fullscreen.open { background-position: 8px -93px }

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.notouch .galleria-prev:hover,
.galleria-container.notouch .galleria-next:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.touch .galleria-prev:active,
.galleria-container.touch .galleria-next:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-container.touch .galleria-popout:active { /*background-color: #000*/ }
.galleria-thumbnails-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: url(images/bg.png);
    z-index: 2;
}
.galleria-thumbnails-list {
    position: absolute!important;
    top: 0px;
    left: 0px;
    bottom: 41px;
    overflow: hidden!important;
}
.galleria-thumbnails .galleria-image {
    width: 160px;
    height: 90px;
    float: left;
    margin: 0 8px 8px 0;
    border: 3px solid transparent;
    cursor: pointer;
    opacity:.90;
}

.galleria-image.active {
  opacity: 1;
  border: 3px solid #fff;
}


.galleria-container.notouch .galleria-thumbnails .galleria-image:hover,
.galleria-container.touch .galleria-thumbnails .galleria-image:active {
    opacity: .9;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
}

.galleria-info {
    color: #000000;
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 210px;
    height: 100%;
    line-height: 30px;
}


.galleria-loader {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    z-index: 2;
    display: none;
    background: #000 url(images/loader.gif) no-repeat 50% 50%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100%;
	height: 200px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    cursor: pointer;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 16px;
    z-index: 2;
	background:url(images/desktop/d_galleryleftarrow.png) no-repeat 14px 50%;
	opacity: 0.75;

    
}
.galleria-image-nav-right {
    left: auto;
    right: 16px;
    background:url(images/desktop/d_galleryrightarrow.png) no-repeat 146px 50%;
    z-index: 2;
    opacity: 0.75;
}
.galleria-container.notouch .galleria-image-nav-left:hover,
.galleria-container.touch .galleria-image-nav-left:active {
	background:url(images/desktop/d_galleryleftarrow.png) no-repeat 14px 50%;
	opacity: 0.4;
}

.galleria-container.notouch .galleria-image-nav-right:hover,
.galleria-container.touch .galleria-image-nav-right:active {
	background:url(images/desktop/d_galleryrightarrow.png) no-repeat 146px 50%;
	opacity: 0.4;
}

.galleria-thumb-nav-prev,
.galleria-thumb-nav-next {
	cursor: pointer;
    position: absolute;
    left: 16px;
    top: 0;
    height: 36px;
    width: 36px;
    z-index: 3;
    background:url(images/desktop/d_galleryleftarrow.png) no-repeat 14px 50%;
    opacity: 0.75;
}
.galleria-thumb-nav-next {
    right: 16px;
    left: auto;
    background:url(images/desktop/d_galleryrightarrow.png) no-repeat 146 50%;
    opacity: 0.75;
}

.galleria-thumbs-close{
	background: url(images/desktop/d_close.png) no-repeat 50% 50%;
	height: 30px;
    width: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 3;
}

.galleria-thumbs-close:hover,
.galleria-thumbs-close:active {
	 opacity: 0.4;
}

.galleria-description-container {
  border-bottom: 1px solid #CCCCCC;
  color: #000000;
  display: block;
  min-height: 30px;
  z-index: 3;
  margin-bottom: 20px;
}

.galleria-gallery-title-container {
    border-top: 1px solid #CCCCCC;
    color: #222222;
    font-family: "Antenna-Medium",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    min-height: 31px;
    width: 100%;
    z-index: 3;
    margin-top: 12px;
}

.galleria-gallery-title {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #000000;
}

.galleria-info-description{
	margin: 0 auto;
	color: #666;
	font-family: "FarnhamText-Regular-Italic", Times, Baskerville, Georgia, serif; 
	font-size: 14px;
	font-size: 1.0rem;
	line-height: 20px;
	line-height: 1.25 rem;
}

.galleria-info-title {
  display: block;
  float: left;
  color: #666;
  font-family: "FarnhamText-Bold-Italic", Times, Baskerville, Georgia, serif; 
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 20px;
  line-height: 1.25 rem;
  padding-right: 5px;
}

.galleria-info-credit {
  display: block;
  font-family: "Antenna-Medium", Helvetica, Arial, sans-serif;
  font-size: 9px;
  color: #bbb;
  text-align: right;
  width: 100%;
  line-height: 14px;
}

.galleria-container.notouch .galleria-thumb-nav-prev:hover,
.galleria-container.touch .galleria-thumb-nav-prev:active {
	background:url(images/desktop/d_galleryleftarrow.png) no-repeat 50% 50%;
	opacity: 0.4;
	}
.galleria-container.notouch .galleria-thumb-nav-next:hover,
.galleria-container.touch .galleria-thumb-nav-next:active {
	background:url(images/desktop/d_galleryrightarrow.png) no-repeat 50% 50%;
	opacity: 0.4;
	}

.galleria-thumbnails-container .disabled,
.galleria-thumbnails-container .disabled:hover,
.galleria-thumbnails-container .disabled:active {
    opacity: .2;
    cursor: default;
}
.galleria-container.notouch .galleria-thumb-nav-left:hover,
.galleria-container.touch .galleria-thumb-nav-left:active,
.galleria-container.notouch .galleria-thumb-nav-right:hover,
.galleria-container.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    background-color: #111;
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right { display: block }
.galleria-lightbox-content { background: url(images/loader.gif) no-repeat 50% 50%; }

/* =Media queries
-------------------------------------------------------------- */
@media screen and (min-width: 1280px){
	.galleria-lightbox-content {
	background: url(images/loader.gif) no-repeat 50% 50% rgba(255, 255, 255, 1);
	}
	
	.galleria-lightbox-description.lightbox-inline {
		width: 100%;
	}

}

/* Minimum width of 500 pixels. */
@media screen and (max-width: 500px) {
	
.galleria-image-nav-left,
.galleria-image-nav-right{
	display: none;
}
	
}


/*Light box*/
body .galleria-lightbox-shadow{display:none;}

body .galleria-lightbox-prevholder,
body .galleria-lightbox-nextholder{
	background:rgba(225, 225, 225, 0);
}
body .galleria-lightbox-close{ 
	background: url("images/desktop/d_close.png") no-repeat scroll 50% 50% transparent;
    cursor: pointer;
	height: 30px;
	width: 30px;
	margin-right: 16px;
    margin-top: 16px;
    background-color: #000;
    opacity: 0.5;
}

body .galleria-lightbox-next {
    background: url("images/desktop/d_galleryrightarrow.png") no-repeat scroll 146px 50% transparent;
    color: #000000;
    display: block;
    font: bold 16px/36px arial,sans-serif;
    height: 200px;
    left: auto;
    margin-top: -100px;
    position: absolute;
    right: 26px;
    text-align: center;
    top: 50%;
    width: 200px;
}

/*
body .galleria-lightbox-next:hover,
body .galleria-lightbox-next:active {
	opacity: 0.4;
}
*/

body .galleria-lightbox-prev {
    background: url("images/desktop/d_galleryleftarrow.png") no-repeat scroll 14px 50% transparent;
    color: #000000;
    display: block;
    font: bold 16px/36px arial,sans-serif;
    height: 200px;
    left: 26px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 200px;
}

/*
body .galleria-lightbox-prev:hover,
body .galleria-lightbox-prev:active{
	opacity: 0.4;
}
*/

body .galleria-lightbox-title{
  float: left;
  color: #666;
  font-family: "FarnhamTextBldItl", Times, Baskerville, Georgia, serif; 
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 20px;
  line-height: 1.25 rem;
  padding-right: 5px;
  margin-left: 16px;
  
}

body .galleria-lightbox-caption{
	color: #666;
	font-family: "FarnhamTextRegItl", Times, Baskerville, Georgia, serif; 
	font-size: 14px;
	font-size: 1.0rem;
	line-height: 20px;
	line-height: 1.25 rem;

}


body .galleria-lightbox-info{
	min-height:50px;
	background-color: #fff;
	margin-left: -16px;
    z-index: 99999;
}


body .galleria-lightbox-description{
	margin: 0 auto;
	color: #666;
	font-family: "FarnhamTextRegItl", Times, Baskerville, Georgia, serif; 
	font-size: 14px;
	font-size: 1.0rem;
	line-height: 20px;
	line-height: 1.25 rem;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	background-color: #fff;
}


body .galleria-lightbox-description > p{
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
}

body .galleria-lightbox-title {
  display: block;
  float: left;
  color: #666;
  font-family: "FarnhamTextBldItl", Times, Baskerville, Georgia, serif; 
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 20px;
  line-height: 1.25 rem;
  padding-right: 5px;
}

body .galleria-lightbox-credit {
  display: block;
  font-family: "Antenna-Medium", Helvetica, Arial, sans-serif;
  font-size: 9px;
  color: #bbb;
  text-align: right;
  width: 100%;
  margin-right: 6px;
  line-height: 14px;
}

body .galleria-lightbox-counter{
	display: none;
}

/* iPhone Portrait and Landscape. */
@media screen and (min-width : 320px) and (max-width : 480px) {

.galleria-container {
    margin-top: 20px;
    padding-bottom: 40px;	
}

.galleria-image-nav-left,
.galleria-image-nav-right{
	display: none;
}

.galleria-thumblink{
	display: none;
}

.galleria-play{
	display: none;
}

.galleria-s1, .galleria-s2, .galleria-s4{
	display: none;
}

.galleria-info {
    float: left;
    width: 100%;
}

.galleria-prev {
    border-right: 1px solid #FFFFFF;
    width: 40px;
    height: 40px;
}

.galleria-next {
    float: right;
    margin-right: 40px;
    border-left: 1px solid #FFFFFF;
    width: 40px;
    height: 40px;
}

.galleria-popout{
	z-index: 3;
	border-left: 1px solid #FFFFFF;
	width: 40px;
	height: 40px;
	top:0px;
}

.galleria-counter {
    display: inherit;
    margin: 0 auto;
    line-height: 40px;
}

.galleria-bar {
    height: 40px;
}

.galleria-social{
	height: 40px;
	width: 40px;
}

.galleria-sociallink{
	background: url("images/touch/m_Share.png") no-repeat scroll transparent;
	height: 40px;
	width: 40px;
}

.galleria-fb{
	background: url("images/touch/m_Facebook.png") no-repeat scroll transparent;
	height: 40px;
	width: 40px;
}
.galleria-fb:hover,
.galleria-fb:active{
	background: url("images/touch/m_Facebook_hover.png") no-repeat scroll transparent;
}
.galleria-tw{
	background: url("images/touch/m_Twitter.png") no-repeat scroll transparent;
	height: 40px;
	width: 40px;
}
.galleria-tw:hover,
.galleria-tw:active{
	background: url("images/touch/m_Twitter_hover.png") no-repeat scroll transparent;
}
.galleria-em{
	background: url("images/touch/m_Email.png") no-repeat scroll transparent;
	height: 40px;
	width: 40px;
}
.galleria-em:hover,
.galleria-em:active{
	background: url("images/touch/m_Email_hover.png") no-repeat scroll transparent;
	height: 40px;
	width: 40px;
}
.galleria-rd{
	background: url("images/touch/m_reddit.png") no-repeat scroll transparent;
	height: 40px;
	width: 40px;
}
.galleria-rd:hover,
.galleria-rd:active{
	background: url("images/touch/m_reddit_hover.png") no-repeat scroll transparent;
}
.galleria-pn{
	background: url("images/touch/m_Pinterest.png") no-repeat scroll transparent;
	height: 40px;
	width: 40px;
}
.galleria-pn:hover,
.galleria-pn:active{
	background: url("images/touch/m_Pinterest_hover.png") no-repeat scroll transparent;
}
.galleria-gp{
	background: url("images/touch/m_gplus.png") no-repeat scroll transparent;
	height: 40px;
	width: 40px;
}
.galleria-gp:hover,
.galleria-gp:active{
	background: url("images/touch/m_gplus.png") no-repeat scroll transparent;
}

body .galleria-lightbox-social {
    height: 40px;
    width: 40px;
}

body .galleria-lightbox-close{
	height: 40px;
    width: 40px;
	background: url("images/touch/m_galleryclose.png") no-repeat scroll transparent;
	margin-top:0px;
	margin-right: 0px;
}

.galleria-lightbox-sociallink{
	width: 40px;
	height: 40px;
	background: url("images/touch/m_Share.png") no-repeat scroll rgba(0,0,0,0.5); 
}

body .galleria-lightbox-info{
	padding: 10px;
	min-height: 53px;
	background-color: #000000;
	color: #fff;
	position: fixed;
	overflow: hidden;
	margin: 0;
	opacity: 0.75;
	z-index: 99999;
}

body .galleria-lightbox-title {
  display: block;
  float: left;
  color: #fff;
  font-family: "FarnhamTextBldItl", Times, Baskerville, Georgia, serif; 
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 20px;
  line-height: 1.25 rem;
  padding-right: 5px;
}

body .galleria-lightbox-description{
	margin: 0 auto;
	color: #fff;
	font-family: "FarnhamTextRegItl", Times, Baskerville, Georgia, serif; 
	font-size: 14px;
	font-size: 1.0rem;
	line-height: 20px;
	line-height: 1.25 rem;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	background-color: #000000;	
}

.galleria-lightbox-fb{
	background: url("images/touch/m_Facebook.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-fb:hover,
.galleria-lightbox-fb:active{
	background: url("images/touch/m_Facebook_hover.png") no-repeat scroll transparent;
}

.galleria-lightbox-tw{
	background: url("images/touch/m_Twitter.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-tw:hover,
.galleria-lightbox-tw:active{
	background: url("images/touch/m_Twitter_hover.png") no-repeat scroll transparent;
}
.galleria-lightbox-em{
	background: url("images/touch/m_Email.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-em:hover,
.galleria-lightbox-em:active{
	background: url("images/touch/m_Email_hover.png") no-repeat scroll transparent;
}
.galleria-lightbox-rd{
	background: url("images/touch/m_reddit.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-rd:hover,
.galleria-lightbox-rd:active{
	background: url("images/touch/m_reddit_hover.png") no-repeat scroll transparent;
}
.galleria-lightbox-pn{
	background: url("images/touch/m_Pinterest.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-pn:hover,
.galleria-lightbox-pn:active{
	background: url("images/touch/m_Pinterest_hover.png") no-repeat scroll transparent;
}
.galleria-lightbox-gp{
	background: url("images/touch/m_gplus.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-gp:hover,
.galleria-lightbox-gp:active{
	background: url("images/touch/m_gplus_hover.png") no-repeat scroll transparent;
}

body .galleria-lightbox-tcaption{
    text-align: center;
    color: #fff;
    font-family: "Antenna-Medium", Helvetica, Arial, sans-serif;
    line-height: 40px;
    font-size: 11px;
	font-size: 0.785714286rem;
	bottom: 76px;
}
body .galleria-lightbox-tcaption > p {
    line-height: 40px;
    margin: 0em;
}

body .galleria-lightbox-next{
	background: url("images/touch/m_galleryrightarrow.png") no-repeat scroll 50% 50% transparent;
	color: #000000;
    display: block;
    font: bold 16px/36px arial,sans-serif;
    height: 40px;
    left: auto;
    margin-top: -20px;
    position: fixed;
    right: 16px;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 99998;
}

body .galleria-lightbox-prev{
	background: url("images/touch/m_galleryleftarrow.png") no-repeat scroll 50% 50% transparent;
	color: #000000;
    display: block;
    font: bold 16px/36px arial,sans-serif;
    height: 40px;
    left: 16px;
    margin-top: -20px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 99998;
}

.galleria-play.playing { 
	background:url("images/touch/t_pause.png") no-repeat 50% 50%;
}

}

/* iPad Portarait and Landscape. */
@media screen and (min-width : 768px) and (max-width : 1024px) {

.galleria-container {
    margin-top: 12px;
    padding-bottom: 40px;	
}

.galleria-thumbnails .galleria-image {
    width: 160px;
    height: 90px;
    float: left;
    margin: 1.5px;
    border: 3px solid transparent;
    cursor: pointer;
    opacity:.90;
}

.galleria-image.active {
  opacity: 1;
  border: 3px solid #fff;
}
.galleria-info {
    color: #000000;
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 200px;
    height: 100%;
    line-height: 30px;
}

.galleria-counter {
    line-height: 40px;
}

.galleria-s1, .galleria-s2, .galleria-s4{
	display: none;
}

.galleria-prev {
    width: 40px;
    height: 40px;
}

.galleria-next {
    float: right;
    width: 40px;
    height: 40px;
}

.galleria-thumblink{
	width: 40px;
    height: 40px;
    border-right: 1px solid #FFFFFF;
    background: url("images/desktop/d_thumbnails.png") no-repeat scroll transparent;
    top:0px;    
}

.galleria-play{
	width: 40px;
    height: 40px;
    left: 40px;
    border-right: 1px solid #FFFFFF;
    top:0px;
}

.galleria-popout{
	z-index: 3;
	border-left: 1px solid #FFFFFF;
	width: 40px;
	height: 40px;
	top:0px;
}


.galleria-bar {
    height: 40px;
}

.galleria-social{
	height: 40px;
	width: 40px;
}

.galleria-thumbs-close{
	height: 40px;
	width: 40px;
	background: url("images/touch/m_galleryclose.png") no-repeat scroll transparent;
	opacity: 0.75;
}

.galleria-sociallink{
	background: url("images/touch/m_Share.png") no-repeat scroll transparent;
	height: 40px;
	width: 40px;
}

.galleria-fb,.galleria-tw,.galleria-em,.galleria-rd,.galleria-pn,.galleria-gp{
	height: 40px;
	width: 40px;
}

.galleria-fb{
	background: url("images/touch/m_Facebook.png") no-repeat scroll transparent;
}
.galleria-fb:active,
.galleria-fb:hover{
	background: url("images/touch/m_Facebook_hover.png") no-repeat scroll transparent;
}
.galleria-tw{
	background: url("images/touch/m_Twitter.png") no-repeat scroll transparent;
}
.galleria-tw:active,
.galleria-tw:hover{
	background: url("images/touch/m_Twitter_hover.png") no-repeat scroll transparent;
}
.galleria-em{
	background: url("images/touch/m_Email.png") no-repeat scroll transparent;
}
.galleria-em:hover,
.galleria-em:active{
	background: url("images/touch/m_Email_hover.png") no-repeat scroll transparent;
}
.galleria-rd{
	background: url("images/touch/m_reddit.png") no-repeat scroll transparent;
}
.galleria-rd:hover,
.galleria-rd:active{
	background: url("images/touch/m_reddit_hover.png") no-repeat scroll transparent;
}
.galleria-pn{
	background: url("images/touch/m_Pinterest.png") no-repeat scroll transparent;
}
.galleria-pn:hover,
.galleria-pn:active{
	background: url("images/touch/m_Pinterest_hover.png") no-repeat scroll transparent;
}
.galleria-gp{
	background: url("images/touch/m_gplus.png") no-repeat scroll transparent;
}
.galleria-gp:hover,
.galleria-gp:active{
	background: url("images/touch/m_gplus_hover.png") no-repeat scroll transparent;
}

body .galleria-lightbox-social {
    height: 40px;
    width: 40px;
    
}

body .galleria-lightbox-close{
	height: 40px;
    width: 40px;
	background: url("images/touch/m_galleryclose.png") no-repeat scroll transparent;
	margin-top:0px;
	margin-right: 0px;
	opacity: 0.75;
}

.galleria-lightbox-sociallink{
	width: 40px;
	height: 40px;
	background: url("images/touch/m_Share.png") no-repeat scroll rgba(0,0,0,0.5); 
}

.galleria-lightbox-fb{
	background: url("images/touch/m_Facebook.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-fb:hover,
.galleria-lightbox-fb:active{
	background: url("images/touch/m_Facebook_hover.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-tw{
	background: url("images/touch/m_Twitter.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-em{
	background: url("images/touch/m_Email.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-rd{
	background: url("images/touch/m_reddit.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-pn{
	background: url("images/touch/m_Pinterest.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}
.galleria-lightbox-gp{
	background: url("images/touch/m_gplus.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}

.galleria-lightbox-tw:hover,
.galleria-lightbox-tw:active{
	background: url("images/touch/m_Twitter_hover.png") no-repeat scroll transparent;
}

.galleria-lightbox-em:hover,
.galleria-lightbox-em:active{
	background: url("images/touch/m_Email_hover.png") no-repeat scroll transparent;
}
.galleria-lightbox-rd:hover,
.galleria-lightbox-rd:active{
	background: url("images/touch/m_reddit_hover.png") no-repeat scroll transparent;
}
.galleria-lightbox-pn:hover,
.galleria-lightbox-pn:active{
	background: url("images/touch/m_Pinterest_hover.png") no-repeat scroll transparent;
}
.galleria-lightbox-gp:hover,
.galleria-lightbox-gp:active{
	background: url("images/touch/m_gplus_hover.png") no-repeat scroll transparent;
}

body .galleria-lightbox-description{
	margin: 0 auto;
	color: #fff;
	font-family: "FarnhamTextRegItl", Times, Baskerville, Georgia, serif; 
	font-size: 14px;
	font-size: 1.0rem;
	line-height: 20px;
	line-height: 1.25 rem;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #000000;
	
}

body .galleria-lightbox-title {
  display: block;
  float: left;
  color: #fff;
  font-family: "FarnhamTextBldItl", Times, Baskerville, Georgia, serif; 
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 20px;
  line-height: 1.25 rem;
  padding-right: 5px;
  margin-left: 16px;
}

body .galleria-lightbox-info{
	padding: 10px;
	min-height: 53px;
	background-color: #000000;
	color: #fff;
	position: fixed;
	overflow: hidden;
	margin: 0;
	opacity: 0.75;
	z-index: 99999;
}

body .galleria-lightbox-tcaption > p {
    line-height: 40px;
}

body .galleria-lightbox-next{
	background: url("images/touch/m_galleryrightarrow.png") no-repeat scroll 50% 50% transparent;
	color: #000000;
    display: block;
    font: bold 16px/36px arial,sans-serif;
    height: 40px;
    left: auto;
    margin-top: -20px;
    position: fixed;
    right: 16px;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 99998;
}

body .galleria-lightbox-prev{
	background: url("images/touch/m_galleryleftarrow.png") no-repeat scroll 50% 50% transparent;
	color: #000000;
    display: block;
    font: bold 16px/36px arial,sans-serif;
    height: 40px;
    left: 16px;
    margin-top: -20px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 99998;
}

.galleria-play.playing { 
	background:url("images/touch/t_pause.png") no-repeat 50% 50%;
}


}

.juice-ad-position-G300, .juice-ad-position-g300, widget-ad-position-G300 {
	width: 300px;
	height: 250px;
}

#gallery-interstitial-mediumrectangle{
	width: 300px;
	height: 250px;
	margin-top: 0px;
	margin-left: 0px;
}

.galleria-info-text {
    padding: 0 8px 8px;
}