
/* ------------------- Helvetica Neue ------------------- */
  
@font-face {
	font-family: 'HelveticaNeueLTPro-Bd';
	src: url('fonts/webfonts/267B6B_0_0.eot');
	src: url('fonts/webfonts/267B6B_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/webfonts/267B6B_0_0.woff') format('woff'),
		 url('fonts/webfonts/267B6B_0_0.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
 
  
@font-face {
	font-family: 'HelveticaNeueLTPro-BdIt';
	src: url('fonts/webfonts/267B6B_1_0.eot');
	src: url('fonts/webfonts/267B6B_1_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/webfonts/267B6B_1_0.woff') format('woff'),
		 url('fonts/webfonts/267B6B_1_0.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
   
@font-face {
	font-family: 'HelveticaNeueLTPro-It';
	src: url('fonts/webfonts/267B6B_2_0.eot');
	src: url('fonts/webfonts/267B6B_2_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/webfonts/267B6B_2_0.woff') format('woff'),
		 url('fonts/webfonts/267B6B_2_0.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
 
  
@font-face {
	font-family: 'HelveticaNeueLTPro-Roman';
	src: url('fonts/webfonts/267B6B_3_0.eot');
	src: url('fonts/webfonts/267B6B_3_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/webfonts/267B6B_3_0.woff') format('woff'),
		 url('fonts/webfonts/267B6B_3_0.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}


/* Galleria HDN Responsive Theme  */

.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 'HelveticaNeueLTPro-Roman',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;
    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% rgba(0,0,0,0.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.50);
	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: #222;
    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_wht_thumbnails.png) no-repeat 50% 50%;
    cursor: pointer;
}

.galleria-fullscreen,
.galleria-popout {
    left: auto;
    right: 0;
    background:url(images/desktop/d_wht_popup.png) no-repeat 50% 50%;
}

.galleria-play {
    left: 30px;
    background:url(images/desktop/d_wht_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_wht_leftarrow.png) no-repeat 50% 50%;
    float: left;
    z-index: 3;
}


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

.galleria-counter {
   	height: 100%;
    line-height: 30px;
    position: relative;
    vertical-align: top;
    text-align: center;
    color: #FFF;
    font-family: 'HelveticaNeueLTPro-Roman', Helvetica, sans-serif;
    font-size: 11px;
    text-shadow: none;
    text-transform:uppercase;
}


.galleria-play.playing { 
	background:url(images/desktop/d_wht_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: 5px;
    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: 0px;
    z-index: 2;
	background:url(images/desktop/d_galleryleftarrow.png) no-repeat 14px 50%;
	opacity: 0.75;    
}

.galleria-image-nav-right {
    left: auto;
    right: 0px;
    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 146px 50%;
    opacity: 0.75;
}

.galleria-thumbs-close{
	background: url(images/desktop/d_close.png) no-repeat 50% 50% rgba(0,0,0,0.75);
	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 {
  color: #000000;
  display: block;
  min-height: 30px;
  z-index: 3;
  margin-bottom: 16px;
  background-color: #EEEEEE;
  border-bottom: 0 none;
}

.galleria-gallery-title-container {
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
   font-family: 'HelveticaNeueLTPro-Roman', helvetica, sans-serif;
    font-size: 14px;
    min-height: 31px;
    width: 100%;
    z-index: 3;
    margin-top: 12px;
}

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

.galleria-info-description{
	margin: 0 auto;
	color: #222;
	font-family: 'HelveticaNeueLTPro-It', helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	padding: 8px;
}

.galleria-info-description > p {
    margin-top: 0;
}

.galleria-info-title {
  display: block;
  float: left;
  color: #666;
  font-family: 'HelveticaNeueLTPro-Bd', helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding-right: 5px;
}

.galleria-info-credit {
  display: block;
  font-family: 'HelveticaNeueLTPro-Roman', helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  text-align: right;
  width: 100%;
  margin-left: -8px;
  padding-top: 8px;
}

.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% rgba(0,0,0,0.75);
    cursor: pointer;
	height: 30px;
	width: 30px;
	margin-right: 16px;
    margin-top: 16px;
    background-color: #000;
    opacity: 0.75;
    z-index: 99999;
}

body .galleria-lightbox-next {
    background: url("images/desktop/d_galleryrightarrow.png") no-repeat scroll 146px 50% transparent;
    color: #000000;
    display: none;
    font: 16px/36px 'HelveticaNeueLTPro-Bd',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: none;
    font: 16px/36px 'HelveticaNeueLTPro-Bd',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: 'HelveticaNeueLTPro-BdIt', helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  padding-right: 5px;
  margin-left: 16px;
}

body .galleria-lightbox-caption{
	color: #666;
	font-family: 'HelveticaNeueLTPro-It', helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
}


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: 'HelveticaNeueLTPro-It', helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	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: 'HelveticaNeueLTPro-BdIt', helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  padding-right: 5px;
}

body .galleria-lightbox-credit {
  display: block;
  font-family: 'HelveticaNeueLTPro-Roman', helvetica, sans-serif;
  font-size: 9px;
  color: #bbb;
  text-align: right;
  width: 100%;
  margin-bottom: 8px;
  margin-right: 6px;
}

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

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

	.galleria-container {
	    margin-top: 16px;
	    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 rgba(0,0,0,0.50);
		height: 40px;
		width: 40px;
	}
	.galleria-sociallink.shareopen {
	  background: url("images/touch/m_Share.png") no-repeat scroll rgba(0,0,0,0.50);
	  height: 40px;
	  width: 40px;
	}
	
	.galleria-fb {
		background: url("images/touch/m_Facebook.png") no-repeat scroll rgba(0,0,0,0.75);
		height: 40px;
		width: 40px;
	}
	.galleria-fb:hover,
	.galleria-fb:active {
		background: url("images/touch/m_Facebook_hover.png") no-repeat scroll rgba(0,0,0,0.75);
	}
	.galleria-tw {
		background: url("images/touch/m_Twitter.png") no-repeat scroll rgba(0,0,0,0.75);
		height: 40px;
		width: 40px;
	}
	.galleria-tw:hover,
	.galleria-tw:active {
		background: url("images/touch/m_Twitter_hover.png") no-repeat scroll rgba(0,0,0,0.75);
	}
	.galleria-em {
		background: url("images/touch/m_Email.png") no-repeat scroll rgba(0,0,0,0.75);
		height: 40px;
		width: 40px;
	}
	.galleria-em:hover,
	.galleria-em:active {
		background: url("images/touch/m_Email_hover.png") no-repeat scroll rgba(0,0,0,0.75);
		height: 40px;
		width: 40px;
	}
	.galleria-rd {
		background: url("images/touch/m_reddit.png") no-repeat scroll rgba(0,0,0,0.75);
		height: 40px;
		width: 40px;
	}
	.galleria-rd:hover,
	.galleria-rd:active {
		background: url("images/touch/m_reddit_hover.png") no-repeat scroll rgba(0,0,0,0.75);
	}
	.galleria-pn {
		background: url("images/touch/m_Pinterest.png") no-repeat scroll rgba(0,0,0,0.75);
		height: 40px;
		width: 40px;
	}
	.galleria-pn:hover,
	.galleria-pn:active {
		background: url("images/touch/m_Pinterest_hover.png") no-repeat scroll rgba(0,0,0,0.75);
	}
	.galleria-gp {
		background: url("images/touch/m_gplus.png") no-repeat scroll rgba(0,0,0,0.75);
		height: 40px;
		width: 40px;
	}
	.galleria-gp:hover,
	.galleria-gp:active {
		background: url("images/touch/m_gplus.png") no-repeat scroll rgba(0,0,0,0.75);
	}
	
	body .galleria-lightbox-social {
	    height: 40px;
	    width: 40px;
	    position: fixed;
	    z-index: 99999;
	}
	
	body .galleria-lightbox-close{
		height: 40px;
	    width: 40px;
		background: url("images/touch/m_galleryclose.png") no-repeat scroll rgba(0,0,0,0.75);
		margin-top:0px;
		margin-right: 0px;
		opacity: 0.75;
		z-index: 99999;
	}
	
	.galleria-lightbox-sociallink{
		width: 40px;
		height: 40px;
		background: url("images/touch/m_Share.png") no-repeat scroll rgba(0,0,0,0.50); 
	}
	
	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: 'HelveticaNeueLTPro-BdIt', helvetica, sans-serif;
	  font-weight: normal;
	  font-style: normal;
	  font-size: 14px;
	  line-height: 20px;
	  padding-right: 5px;
	}
	
	body .galleria-lightbox-description{
		margin: 0 auto;
		color: #fff;
		font-family: 'HelveticaNeueLTPro-It', helvetica, sans-serif;
		font-style: normal;
		font-size: 14px;
		line-height: 20px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 8px;
		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: 'HelveticaNeueLTPro-Roman', helvetica, sans-serif;
	    line-height: 40px;
	    font-size: 11px;
		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: none;
	    font: 16px/36px 'HelveticaNeueLTPro-Bd',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: none;
	    font: 16px/36px 'HelveticaNeueLTPro-Bd',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%;
	}

}

/*END iPhone Portarait and Landscape. */

/* 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_wht_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 rgba(0,0,0,0.75);
		opacity: 0.75;
	}
	
	.galleria-sociallink{
		background: url("images/touch/m_Share.png") no-repeat scroll rgba(0,0,0,0.50);
		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 rgba(0,0,0,0.75);
		margin-top:0px;
		margin-right: 0px;
		opacity: 0.75;
		z-index: 99999;
	}
	
	.galleria-lightbox-sociallink{
		width: 40px;
		height: 40px;
		background: url("images/touch/m_Share.png") no-repeat scroll rgba(0,0,0,0.50);
	}
	
	.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: 'HelveticaNeueLTPro-It', helvetica, sans-serif;
		font-style: normal;
		font-size: 14px;
		line-height: 20px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 0px;
		padding-top: 0px;
		background-color: #000000;	
	}
	
	body .galleria-lightbox-title {
	  display: block;
	  float: left;
	  color: #fff;
	  font-family: 'HelveticaNeueLTPro-BdIt', helvetica, sans-serif;
	  font-weight: normal;
	  font-style: normal;
	  font-size: 14px;
	  line-height: 20px;
	  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;
		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: none;
	    font: 16px/36px 'HelveticaNeueLTPro-Bd',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: none;
	    font: 16px/36px 'HelveticaNeueLTPro-Bd',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%;
	}

}

/* END iPad Portarait and Landscape. */

.galleria-info-text .galleria-info-credit {
    display: none;
}


.galleria-lightbox-tcaption > p {
    margin: 0 !important;
}

.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;
}

/*Mobile Phone FIX*/
.body-mobile .galleria-lightbox-content {
	background: url(images/loader.gif) no-repeat 50% 50% rgba(255, 255, 255, 0);
}

.body-mobile .galleria-bar{
	height: 40px;
}

.body-mobile .galleria-thumblink{
	display: none;
}

.body-mobile .galleria-container {
    margin-top: 16px;
    padding-bottom: 40px;	
}

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

.body-mobile .galleria-thumblink{
	display: none;
}

.body-mobile .galleria-play{
	display: none;
}

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

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

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

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

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

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

.body-mobile .galleria-bar {
    height: 40px;
}

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

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

.body-mobile .galleria-fb {
	background: url("images/touch/m_Facebook.png") no-repeat scroll rgba(0,0,0,0.75);
	height: 40px;
	width: 40px;
}

.body-mobile .galleria-fb:hover,
.body-mobile .galleria-fb:active {
	background: url("images/touch/m_Facebook_hover.png") no-repeat scroll rgba(0,0,0,0.75);
}

.body-mobile .galleria-tw {
	background: url("images/touch/m_Twitter.png") no-repeat scroll rgba(0,0,0,0.75);
	height: 40px;
	width: 40px;
}

.body-mobile .galleria-tw:hover,
.body-mobile .galleria-tw:active {
	background: url("images/touch/m_Twitter_hover.png") no-repeat scroll rgba(0,0,0,0.75);
}

.body-mobile .galleria-em {
	background: url("images/touch/m_Email.png") no-repeat scroll rgba(0,0,0,0.75);
	height: 40px;
	width: 40px;
}

.body-mobile .galleria-em:hover,
.body-mobile .galleria-em:active {
	background: url("images/touch/m_Email_hover.png") no-repeat scroll rgba(0,0,0,0.75);
	height: 40px;
	width: 40px;
}

.body-mobile .galleria-rd {
	background: url("images/touch/m_reddit.png") no-repeat scroll rgba(0,0,0,0.75);
	height: 40px;
	width: 40px;
}

.body-mobile .galleria-rd:hover,
.body-mobile .galleria-rd:active {
	background: url("images/touch/m_reddit_hover.png") no-repeat scroll rgba(0,0,0,0.75);
}

.body-mobile .galleria-pn {
	background: url("images/touch/m_Pinterest.png") no-repeat scroll rgba(0,0,0,0.75);
	height: 40px;
	width: 40px;
}

.body-mobile .galleria-pn:hover,
.body-mobile .galleria-pn:active {
	background: url("images/touch/m_Pinterest_hover.png") no-repeat scroll rgba(0,0,0,0.75);
}

.body-mobile .galleria-gp {
	background: url("images/touch/m_gplus.png") no-repeat scroll rgba(0,0,0,0.75);
	height: 40px;
	width: 40px;
}

.body-mobile .galleria-gp:hover,
.body-mobile .galleria-gp:active {
	background: url("images/touch/m_gplus_hover.png") no-repeat scroll rgba(0,0,0,0.75);
}

.body-mobile .galleria-lightbox-social {
    height: 40px;
    width: 40px;
    position: fixed;
    z-index: 99999;
}

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

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

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

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

.body-mobile .galleria-lightbox-tw{
	background: url("images/touch/m_Twitter.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}

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

.body-mobile .galleria-lightbox-em{
	background: url("images/touch/m_Email.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}

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

.body-mobile .galleria-lightbox-rd{
	background: url("images/touch/m_reddit.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}

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

.body-mobile .galleria-lightbox-pn{
	background: url("images/touch/m_Pinterest.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}

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

.body-mobile .galleria-lightbox-gp{
	background: url("images/touch/m_gplus.png") no-repeat scroll transparent;
	width: 40px;
	height: 40px;
}

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

.body-mobile .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-mobile  .galleria-lightbox-title {
  display: block;
  float: left;
  color: #fff;
  font-family: 'HelveticaNeueLTPro-BdIt', helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  padding-right: 5px;
}

.body-mobile  .galleria-lightbox-description{
	margin: 0 auto;
	color: #fff;
	font-family: 'HelveticaNeueLTPro-It', helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	background-color: #000000;
}

.body-mobile  .galleria-lightbox-tcaption{
    text-align: center;
    color: #fff;
    font-family: 'HelveticaNeueLTPro-Roman', helvetica, sans-serif;
    line-height: 40px;
    font-size: 11px;
	bottom: 76px;
}

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

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

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

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

.article-media {
    background-color: rgba(0, 0, 0, 0) !important;
}

.galleria-info-title{
     display: none !important;
}

.galleria-stage{
background-color: #000000;
}

.galleria-lightbox-title{
     display: none !important;
}

