/* CSS Document */

/* ********************************
GALLERY RUNWAY FS
********************************** */
html.page-template-templatestemplate-gallery-fashion-show-php ,
html.page-template-templatestemplate-gallery-fashion-show-php body {
	/*
	background:url('../img/gallery_body_gray.png') repeat;
	background-color:transparent !important;
	*/
}

 #gallery {
	margin-bottom: 30px;
}

div.runway-fs-single-element {
	display:block;
	width:25%;
	float:left;
	position:relative;
	overflow:hidden;
	background:url('../img/content_loader.gif') center center no-repeat;
}
div.runway-fs-single-element a.imagecontainer { display:block; }
div.runway-fs-single-element img { width:100%; height:100%; }

div.runway-fs-single-element .overlay-box-shadow {
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	background:url('../img/gallery_image_overlay_383433_90.png');
	overflow:hidden;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}


div.runway-fs-single-element .overlay-box-shadow .overlay-plus-icon {
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	margin:0;
	position:absolute;
	z-index:15;
	background:url('../img/gallery_zoom_plus.png') center center no-repeat;
	zoom: 1;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
div.runway-fs-single-element .overlay-box-shadow .social-box {
	width:100%;
	height:25px;
	bottom:-50px;
	left:0;
	position:absolute;
	z-index:20;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

div.runway-fs-single-element .overlay-box-shadow .social-box .social-share-cont {
	display:block;
	margin:0 auto;
	max-width:85px;
	height:100%;
}

div.runway-fs-single-element .overlay-box-shadow .social-share-cont a.overlay-sharer {
	display:block;
	background:url('../img/gallery_overlay_social_share.png');
	background-repeat:no-repeat;
	width:21px;
	height:19px;
	float:left;
	margin-right:10px;
}
div.runway-fs-single-element .overlay-box-shadow .social-share-cont a.overlay-sharer.fb {
	background-position:0px 0px;
}
div.runway-fs-single-element .overlay-box-shadow .social-share-cont a.overlay-sharer.tb {
	background-position: -50px 0px;
}
div.runway-fs-single-element .overlay-box-shadow .social-share-cont a.overlay-sharer.tw {
	margin-right:0px;
	background-position: -100px 0px;
}
div.runway-fs-single-element .overlay-box-shadow .social-share-cont a.overlay-sharer.fb:hover {
	background-position:0px -19px
}
div.runway-fs-single-element .overlay-box-shadow .social-share-cont a.overlay-sharer.tb:hover {
	background-position:-50px -19px
}
div.runway-fs-single-element .overlay-box-shadow .social-share-cont a.overlay-sharer.tw:hover {
	background-position:-100px -19px
}

div.runway-fs-single-element:hover .overlay-box-shadow { 
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
div.runway-fs-single-element:hover .overlay-box-shadow .social-box{ 
	bottom:55px;
}
div.runway-fs-single-element:hover .overlay-box-shadow .overlay-plus-icon {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}


html.page-template-templatestemplate-gallery-fashion-show-php div.runway-fs-single-element div.social-box ,
html.page-id-185 div.gallery_row div.single-element div.social-box {
	display:none !important;
}



/* ********************************
GALLERY DL
********************************** */
body.page-template-templatestemplate-gallery-lp-php {
	/*
	background:url('../../img/gallery_body_gray.png') repeat;
	background-color:transparent;
	*/
}
div.gallery_row {}
div.gallery_row.1v2h {}
div.gallery_row.2v1h {}
div.gallery_row.0v2h {}
div.last_row {}


div.horizontal ,
div.vertical {
	display:block;
	float:left;
	position:relative;
}

div.gallery_row div.single-element {
	background:url('../img/content_loader.gif') center center no-repeat;
}
div.gallery_row a.imagecontainer { display:block; height:100%; }
div.gallery_row img { width:100%; height:100%; }

div.gallery_row .single-element .overlay-box-shadow {
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	background:url('../img/gallery_image_overlay_383433_90.png');
	overflow:hidden;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}


div.gallery_row .overlay-box-shadow .overlay-plus-icon {
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	margin:0;
	position:absolute;
	z-index:15;
	background:url('../img/gallery_zoom_plus.png') center center no-repeat;
	zoom: 1;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
div.gallery_row .overlay-box-shadow .social-box {
	width:100%;
	height:25px;
	bottom:-50px;
	left:0;
	position:absolute;
	z-index:20;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

div.gallery_row .overlay-box-shadow .social-box .social-share-cont {
	display:block;
	margin:0 auto;
	max-width:85px;
	height:100%;
}

div.gallery_row .overlay-box-shadow .social-share-cont a.overlay-sharer {
	display:block;
	background:url('../img/gallery_overlay_social_share.png');
	background-repeat:no-repeat;
	width:21px;
	height:19px;
	float:left;
	margin-right:10px;
}
div.gallery_row .overlay-box-shadow .social-share-cont a.overlay-sharer.fb {
	background-position:0px 0px;
}
div.gallery_row .overlay-box-shadow .social-share-cont a.overlay-sharer.tb {
	background-position: -50px 0px;
}
div.gallery_row .overlay-box-shadow .social-share-cont a.overlay-sharer.tw {
	margin-right:0px;
	background-position: -100px 0px;
}
div.gallery_row .overlay-box-shadow .social-share-cont a.overlay-sharer.fb:hover {
	background-position:0px -19px
}
div.gallery_row .overlay-box-shadow .social-share-cont a.overlay-sharer.tb:hover {
	background-position:-50px -19px
}
div.gallery_row .overlay-box-shadow .social-share-cont a.overlay-sharer.tw:hover {
	background-position:-100px -19px
}



div.gallery_row .single-element:hover .overlay-box-shadow { 
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
div.gallery_row .single-element:hover .overlay-box-shadow .social-box{ 
	bottom:10%;
}
div.gallery_row .single-element:hover .overlay-box-shadow .overlay-plus-icon {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}


/* ********************************
SINGLE GALLERY IMAGE
********************************** */
div.main-block { position:relative; }
#pic-slider {
	position: relative;
	overflow:hidden;
	*zoom: 1;
	background: url('../img/content_loader.gif') center center no-repeat;
}
#close-goback-button { 
	position: absolute;
	top: 15px;
	right: 13px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url("../img/popup-close-button.png") center no-repeat;
	z-index: 60;
}

#pic-slider img {
	display: block;
	max-width: 100%;
}

#pic-slider ,
#pic-slider img {
	display:block;
	margin:0 !important;
	padding: 0 !important;
	cursor:crosshair;
	cursor: url('../img/zoomCursor.gif'),url('../img/zoomCursor.png'),url('../img/zoomCursor.ico'),zoom-in;
}

div.arrow-right ,
div.arrow-left {
	position: fixed;
	top: 50%;
	margin-top:-13px;
}

div.arrow-right{
	background: url("../img/arrow-gallery-right.png") center no-repeat;
	width: 50px;
	height:26px;
}

div.arrow-left{
	background:url("../img/arrow-gallery-left.png") center no-repeat;
	width: 50px;
	height:26px;
}


a#navigation-left, a#navigation-right {
	display:block;
	width: 50px;
	height: 100%;
	position: absolute;
	z-index:50;
	top:0;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background: none;
/*
  -webkit-transition: opacity 0.4s ease-out;
     -moz-transition: opacity 0.4s ease-out;
       -o-transition: opacity 0.4s ease-out;
          transition: opacity 0.4s ease-out;
*/
}

a#navigation-left:hover, a#navigation-right:hover {
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background:#000;
}

a#navigation-right {
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0;
	top:0;
}

div.shares-container {
	position:absolute;
	bottom:25px;
	width:100%;
	height:20px;
}
div.shares-wrapper {
	width: 120px;
	height:20px;
	margin: 0 auto;
}

.shares-container a {
	text-decoration: none;
}

.shares-container a:hover {
	opacity: 0.6;
}


div#shares-gallery {
	width: 100%;
	position: absolute;
	z-index:25;
	bottom: 0;
	height: 70px;
	background: url('../img/shares-shadow.png') center bottom no-repeat;
	background-size: contain;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}


#shares-gallery span {
	height: 19px;
	width: 19px;	
	display:block;
	float:left;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#shares-gallery span:hover {
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
	
span.facebook {
	background:url("../img/facebook.png");
}

span.tumblr {
	background:url("../img/tumblr.png");
	margin: 0 30px;
}
span.twitter {
	background:url("../img/twitter.png");
}


#subsection {
	background: #414141;
	width: 100%;
	padding: 30px 0 100px 0;
}

p.available {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Futura';
	letter-spacing: 1px;
	font-size:15px;
}

p.left-right {
	text-align: center;
	color: #737272;
	font-family: 'Futura';
	font-size:11px;
}

#shop-box-container { font-size:11px; }



div.store-box-separator-line {
	height:31px;
	background:url('../img/store-box-separator-line.png') center no-repeat;
	width:100%;
}

div#shop-box-wrapper {
	text-align:center;
}

div.shop-box {
	max-width:159px;
	margin-left:30px;
	display:inline-block;
	text-align:left;
	color:#FFF;
}

div#shop-box-wrapper div.shop-box:fist-child {margin-left:0px;}



div#shares-gallery.follow-scroll {
	position: fixed;
	bottom:0;
	left:0;
}
div.arrow-right.stop-scroll, div.arrow-left.stop-scroll {
	position: absolute;
	top: auto;
	margin-top: 0;
	bottom: 24px;
}


#overlay-popup { 
	display: none;
	position:absolute;
	width:100%;
	background:url('../img/blackTransparency.png') repeat;
	background-color:#000;
	z-index:99999;
	top:0;
	left:0;
}

#overlay-popup #overlay-popup-dg-logo { 
	text-align: center;
	height: 55px;
	padding-top: 25px;
}
#overlay-popup #popup-close-button { 
	position: absolute;
	top:30px;
	right:40px;
	height:20px;
	width:20px;
	cursor: pointer;
	background:url("../img/popup-close-button.png") center no-repeat;
}
#overlay-popup #overlay-popup-dg-logo img { width: 200px; }
#overlay-popup #main-popup-image { 
	clear:both; display:block; margin: 0 auto; max-height: 100%;
	-webkit-transition: height 0.4s ease-out;
	-moz-transition: height 0.4s ease-out;
	-o-transition: height 0.4s ease-out;
	transition: height 0.4s ease-out;
}
#overlay-popup #overlay-popup-social {
	width: 120px;
	height: 20px;
	margin: 25px auto 0 auto;
}
#overlay-popup #overlay-popup-social span {
	height: 19px;
	width: 19px;	
	display: block;
	float: left;

}

html.popupMode , body.popupMode { height:100%; overflow:hidden; margin-top:0 !important; }


body.popupMode #shares-gallery ,
body.popupMode #navigation-left
body.popupMode #navigation-right {
	display:none;
}

html.popupMode #wpadminbar { display:none !important; visibility:hidden !important; }




/* ********************************
DOWNLOADS GALLERY 
********************************** */
div.gallery_row .overlay-box-shadow span.overlay-dw-icon {
	display:block;
	width:100px;
	height:30px;
	top:50%;
	left:50%;
	margin:-15px 0 0 -50px;
	position:absolute;
	z-index:15;
	font-size:11px;
	color:#FFF;
}
div.gallery_row .overlay-box-shadow span.overlay-dw-icon .icon-image {
	background:url('../img/ad-wallpaper-icon.png');
	width:14px;
	height:14px;
	display:inline-block;
}
div.overlay-box-shadow .download-box {
	width:100%;
	height:25px;
	bottom:-50px;
	left:0;
	position:absolute;
	z-index:20;
	font-size:11px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

div.single-element .overlay-box-shadow .download-box .download-cont {
	display: block;
	margin:0 auto;
	max-width:170px;
	height:100%;
}

div.single-element .overlay-box-shadow .download-cont span.overlay-downloader-icon {
	background:url('../img/ad-download-icon.png');
	width:16px;
	height:13px;
	display:block;
	float:left;
}
div.single-element .overlay-box-shadow .download-cont a.overlay-downloader {
	display:block;
	float:left;
	margin-right:15px;
}
div.single-element .overlay-box-shadow .download-cont a.overlay-downloader.last{ margin-right:0; }

div.gallery_row .single-element:hover .overlay-box-shadow .download-box{ 
	bottom:10%;
}


div.single-element.vertical .overlay-box-shadow .download-box .download-cont { text-align: center; }
div.single-element.vertical .overlay-box-shadow .download-cont a.overlay-downloader {
	/*
	float: none;
	margin-right: 0;
	*/
	float:left;
	margin-right:10px;
	
}
div.single-element.vertical .overlay-box-shadow .download-cont span.overlay-downloader-icon {
	display: inline-block;
	float: none;
}


/* ********************************
M E D I A   Q U E R Y 
********************************** */
@media (max-width: 1200px) {}
@media (max-width: 996px) {}
@media (max-width: 770px) {
	#close-goback-button { 
		top: 15px;
		right: 13px;
	}
}



@media (max-width: 1200px) {
/* all tablet  and Phones IDENTIFY BY CLASS ADDED BY JS*/

#content.mobileDevice div.main-block { margin-bottom: 10px; }

#content.mobileDevice #close-goback-button {
    right: 5px;
    top: 0;
}

#content.mobileDevice a#navigation-right {
    right: 5px;
	width: 20px;
}
#content.mobileDevice a#navigation-left {
	left:5px;
	width: 20px;
}

#content.mobileDevice div.arrow-right {
    height: 26px;
    width: 15px;
	right:6px;
}
#content.mobileDevice div.arrow-left {
    height: 26px;
    width: 15px;
	left: 6px;
}

#content.mobileDevice a#navigation-left:hover ,
#content.mobileDevice a#navigation-right:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background: none;
}

#content.mobileDevice #picslidercontainer { margin-top:0px; }
#content.mobileDevice #pic-slider { width:80%; }

#content.mobileDevice #pic-slider , 
#content.mobileDevice #pic-slider img {
    cursor: default;
    display: block;
    margin: 0 auto;
    padding: 0 !important;
}

#content.mobileDevice #pic-slider img { max-height: 100%; max-width:100%; }

#content.mobileDevice a#navigation-left, 
#content.mobileDevice a#navigation-right,
#content.mobileDevice a#navigation-left:hover, 
#content.mobileDevice a#navigation-right:hover { 
	background:none; background-color:none; opacity:1;
}

#content.mobileDevice div#shares-gallery.follow-scroll { position:relative; height: 30px; }
#content.mobileDevice div.shares-container { bottom:inherit; top:10px; }

#content.mobileDevice .toggleMenuFooterContainer {
	bottom:0px;
	position: relative !important;
	width: 100%;
}


#content.mobileDevice div.gallery_row .overlay-box-shadow span.overlay-dw-icon { 
	width: 100%;
	height: 30px;
	top: 5px;
	left: 0;
	margin: 0;
	text-align:center;
}
#content.mobileDevice div.gallery_row .single-element:hover .overlay-box-shadow .download-box{ 
	bottom:20%;
}

#content.mobileDevice div.gallery_row .single-element .overlay-box-shadow ,
#content.mobileDevice .gallery_row .overlay-box-shadow .social-box ,
#content.mobileDevice .gallery_row .overlay-box-shadow a {
	display:none !important;
}
/*
#content.mobileDevice div.mobileonly-button {
	position:absolute;
	width:32px;
	height:32px;
	background:#FFF;
	opacity:1;
	cursor:pointer;
}
#content.mobileDevice #mobile-zoomIn-button { 
	display:block;
	background:url('../img/zoomCursorMobile_big.png');
}
#content.mobileDevice #mobile-zoomOut-button {
	position: fixed;
	top:0;
	right:0;
	display:block;
}

#content.mobileDevice #overlay-popup { width:auto; }
#content.mobileDevice #overlay-popup #overlay-popup-dg-logo ,
#content.mobileDevice #overlay-popup #overlay-popup-social { display:none !important; }
#content.mobileDevice #overlay-popup #main-popup-image {
	width: auto;
	max-width: inherit;
	max-height: inherit;
}
*/
}




@media (max-width: 480px) {}