/* ********************************
GENERAL LAYOUT
********************************** */

html, body{
	/*background-color:#8a8888 !important;*/
	/*background:url('../img/body_bg_home.png') top repeat-x;*/
	/*font-size:100%;*/
	/*height:100%;*/
}


body#home-bg {
	height:100%;
}

.clear{ clear:both; }
p{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	outline:0;
	/*color:#AEAAA9;*/
	transition-property:color;
	-o-transition-property:color;
	-moz-transition-property:color;
	-webkit-transition-property:color;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
a:focus {
	outline:0;
}

.initially-hidden { display:none; }
.no-margin { margin-left:0px; }
.container-fluid { padding-left:0px; padding-right:0px; }


#play-layer {
	background:url('../img/dg_play_big.png') center center no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
	cursor:pointer;
}
#play-layer:hover {
	background:url('../img/dg_play_big_hover.png') center center no-repeat;
}

#dg_cookie_alert {
	display:none;
	opacity:0;/**/
	background:#FFF;
	position:fixed;
	z-index:99999;
	top:0;
	left:0;
	width:100%;
	min-height:50px;
	-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;
	text-align:center;
}
#dg_cookie_alert_txt {
	color:#000000;
	font-family:'AvenirLTSBook';
	padding:0 20px;
	font-size:12px;
	line-height:50px;
	display:inline-block;
}

#dg_cookie_alert_button {
	display:inline-block;
	margin:12px 0 0 0;
	background: #212121;
	color:#FFFFFF;
	width: 90px;
	text-align: center;
	font-family:'AvenirLTSBook';
	height: 26px;
	line-height:26px;
	font-size:12px;
	cursor:pointer;
}

/* ********************************
 FOOTER 
********************************** */

#footer {
    background:none repeat scroll 0 0 #a1a0a0;
    letter-spacing:1px;
    margin:0 auto;
}

div.footer-dg {
	background:#696868;
    font-size:10px;
    height:27px;
    line-height:13px;
    padding:10px 0 6px 0px;
    text-align:center;
}

#lang-footer-mob {
	list-style:none;
	text-align:center;
	margin:0;
	display:none;
	background:#696868;
	font-size:8px;
	height:27px;
	line-height:13px;
	padding:5px 0 5px 0;
}

#lang-footer li ,
#lang-footer-mob li{
	list-style:none;
	display:inline-block;
	padding:4px 0;
}
#lang-footer li a,
#lang-footer-mob li a{
	color:#fff;
	font-family:'Futura-Book';
	font-weight:normal;
	text-decoration:none;
	margin-right:10px;
}

.footer-dg a {
	color:#fff;
	font-family:'Arial';
	font-weight:normal;
	text-decoration:none;
	margin-right:10px;
}
#footercopy{
	color:#fff;
	font-family:'Arial';
	font-weight:normal;
	text-decoration:none;
}



/* ********************************
	LANDINGS
********************************** */

div.main-block { /*margin-bottom:50px;*/ }
html.page-template-templatestemplate-home-php div.main-block ,
html.page-template-templatestemplate-gallery-lp-adv-php div.main-block,
html.page-template-templatestemplate-gallery-lp-adv-video-php div.main-block,
html.page-template-templatestemplate-gallery-lp-collection-php div.main-block,
html.page-template-templatestemplate-gallery-lp-php div.main-block,
html.page-template-templatestemplate-gallery-lp-download-php div.main-block { margin-bottom:50px; }

.dgWrap {
	max-width:1396px;
	padding:0 20px;/*1436px*/
	margin:0 auto;
}
.row-fluid.home {
	/*max-width:1396px;
	padding:0 20px;1436px*/
	margin:0 auto 30px auto;
}

div.single-block ,
div.single-block .small-block { position:relative; }

div.featured {
	width:100%;
	position:relative;
}
div.single-block .box-overlay,
div.featured .box-overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#000;
	z-index:3;
	opacity:0;
	-webkit-transition:opacity 0.25s ease-out;
	-moz-transition:opacity 0.25s ease-out;
	-o-transition:opacity 0.25s ease-out;
	transition:opacity 0.25s ease-out;
	-webkit-backface-visibility:hidden;
}
div.single-block.box_1:hover .box-overlay,

div.single-block.box_1_2 .left-column:hover .box-overlay,
div.single-block.box_1_2 .right-column .small-block:hover .box-overlay,

div.single-block.box_2_1 .left-column .small-block:hover .box-overlay,
div.single-block.box_2_1 .right-column:hover .box-overlay,

div.single-block.box_1_1 .left-column:hover .box-overlay,
div.single-block.box_1_1 .right-column:hover .box-overlay,
div.featured:hover .box-overlay {opacity:0.15;/*opacity:0.7;*/}


.landingPage div.single-block.box_1:hover .box-overlay,
.landingPage div.single-block.box_1_2 .left-column:hover .box-overlay,
.landingPage div.single-block.box_1_2 .right-column .small-block:hover .box-overlay,
.landingPage div.single-block.box_2_1 .left-column .small-block:hover .box-overlay,
.landingPage div.single-block.box_2_1 .right-column:hover .box-overlay,
.landingPage div.single-block.box_1_1 .left-column:hover .box-overlay,
.landingPage div.single-block.box_1_1 .right-column:hover .box-overlay,
.landingPage div.featured:hover .box-overlay {}


div.single-block img { width:100%; }

.mobile-only { display:none; visibility:hidden; }


div.half-img {
	width:50%;
	float:left;
	position:relative;
} 

div.square-banner-left {
	width:50%;
	float:left;
	background-color:#262626;
}

div.square-banner-right {
	width:50%;
	float:left;
	background-color:#262626;
}

div.left-column, div.right-column {
	float:left;
	position:relative;
}
/*
div.single-block.box_1_2 div.right-column { width:49.5%; }
div.single-block.box_1_2 div.left-column { width:50.5%; }

div.single-block.box_2_1 div.right-column { width:50.5%; }
div.single-block.box_2_1 div.left-column { width:49.5%; }
*/
/*
div.single-block.box_1_2 div.right-column { width:348px; }
div.single-block.box_1_2 div.left-column { width:350px; }

div.single-block.box_2_1 div.right-column { width:350px; }
div.single-block.box_2_1 div.left-column { width:348px; }
*/
div.single-block.box_1_2 div.right-column { width:50%; }
div.single-block.box_1_2 div.left-column { width:50%; }

div.single-block.box_2_1 div.right-column { width:50%; }
div.single-block.box_2_1 div.left-column { width:50%; }

div.single-block.box_1_1 div.right-column { position:relative; width:50%; }
div.single-block.box_1_1 div.left-column { position:relative; width:50%; }
div.single-block.box_1_1 div.right-column a { position:relative; display:block; }
div.single-block.box_1_1 div.left-column a { position:relative; display:block; }


div.small-block {
	width:100%;
}

div.text-container {
	padding:35% 20%;/*20%;*/
}

/* ********************************
	TYPOGRAPHY
********************************** */

	
div.small-block .text-container h1{
	color:#fff;
	font-family:'PlayfairDisplay';
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin:0;
	line-height:20px;
}

div.small-block .text-container p {
	color:#636363;
	font-family:'AvenirLTSBook';
	font-size:12px;	
	text-align:center;
	margin:0;
	line-height:1.2em;
}

div.feat-shadow h1,
div.half-shadow h1,
div.half-shadow p,
div.point p, 
div.feat-shadow p,
div.title-block p, 
div.title-block-featured p {
	font-family:'PlayfairDisplay';
	text-align:center;
	color:#ffffff;
	text-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
}


div.title-block p, p.title-block-featured {
	font-size:16px;
	text-transform:uppercase;
	/*padding:4% 0px;*/
}

div.title-block.small p {
	/*padding:8% 15px;*/
}

div.title-block-featured p{
	padding:2.5% 0px;
}


div.half-shadow.std_title h1,
div.feat-shadow.std_title h1 {
	margin-top:25px;/*30px;*/
	font-size:30px;
	line-height:23px;
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight:normal;
}
#collection-landing div.feat-shadow h1 {
	margin-top:45px;
}

p.point {
	font-size:28px;
	margin-bottom:0px;
}

div.feat-shadow p{
	font-family:'Futura-Book';
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	letter-spacing:1px;
}
div.feat-shadow p.title-block-featured {
	font-family:'PlayfairDisplay';
	font-size:16px;
	text-transform:uppercase;
	padding:2.6% 0px;
}




/* ********************************
	HOMEPAGE SHADOW
********************************** */

div.feat-shadow, div.half-shadow, div.small-shadow {
	width:100%;
	height:105px;
	background-image:url('../img/feat-shadow.png');
	position:absolute;
    width:100%;
    z-index:200;
	bottom:0;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

div.half-shadow {
	background-image:url('../img/half-shadow.png');
	height:69px;
}
div.title-block p, 
p.title-block-featured { line-height:69px; }

div.small-shadow {
	background-image:url('../img/small-shadow.png');
	/*height:11%;*/
	height:69px;
}



/* ********************************
FULL ROWS & LANDINGS
********************************** */
.row-fluid.home.fullRow { max-width:100%;padding:0; }
.landingPage .row-fluid.home.fullRow {margin:0;}
.landingPage .row-fluid.home.fullRow div.half-img {
	width:100%;
	float:none;
	overflow:hidden;
}
.landingPage .row-fluid.home.fullRow div.half-img div.half-shadow {
	height:105px;
	background-image:url('../img/feat-shadow.png');
}

.landingPage .row-fluid.home.fullRow div.half-img div.title-block p, 
.landingPage .row-fluid.home.fullRow div.half-img  p.title-block-featured{
	font-family: 'Futura-Book';
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}

.landingPage .row-fluid.home.fullRow .half-shadow.nop_title div.title-block h1 ,
.landingPage .row-fluid.home.fullRow .feat-shadow.nop_title h1 {
	font-family: 'PlayfairDisplay';
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	margin-top: 40px;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: normal;
}


/* ********************************
GO TOP BUTTON
********************************** */
.go-top {
/*
	width:40px;
	height:19px;
	padding:5px;
*/	
	width:50px;
	height:25px;
	position:fixed;
	z-index:500;
	text-align:center;
	bottom:66px;/*35px;*/
	right:10px;
	text-decoration:none;
	color:white;
	cursor:pointer;
	font-size:12px;
	background:url("../img/dgicons/ico_go_top.png") no-repeat 0 0;

	/*
	background:url("../img/ico_go_top.png") no-repeat 0 0;
	background:url('../img/up_arrow.png') center no-repeat;
	*/
	display:none;
	-webkit-transition:bottom 0.3s ease-out;
	-moz-transition:bottom 0.3s ease-out;
	-o-transition:bottom 0.3s ease-out;
	transition:bottom 0.3s ease-out;
}
.go-top:hover {
	background:url("../img/ico_go_top.png") no-repeat -44px 0;
}

/* ********************************
PRESS RELEASE
********************************** */
html.page-template-templatestemplate-press-release-php ,
html.page-template-templatestemplate-press-release-php body,
html.page-template-templatestemplate-press-release-php div.main-block ,
html.page-template-templatestemplate-press-release-php #content{ 
	background:#444444;
	background-image:none;
}
#press-release #video-placeholder {margin-bottom:0;}
#press-release #press-release-content{
	font-family: 'Futura-Book','Futura',Arial;
	font-size:11px;
	line-height:20px;
	color:#b0b0b0;
	text-transform:uppercase;
	text-align:center;
	padding:40px 0 50px 0;
}
#press-release #press-release-content h1{
	font-family: 'Futura-Book','Futura',Arial;
	font-size:12px;
	line-height:12px;
	color:#FFFFFF;
	font-weight:normal;
	margin:10px 0 15px 0;
}
#press-release #download-pdf{
	margin:50px auto 0 auto;
}
#press-release #download-pdf a {
	margin:0 auto;
	display:block;
	width:200px;
	height:42px;
	border:1px solid #FFF;
	color:#FFF;
	font-size:13px;
	line-height:43px;
	text-decoration:none;
}
#press-release #download-pdf a:hover{
	width:198px;
	height:40px;
	border-width:2px;
	text-decoration:none;
	line-height:42px;
}



/* ********************************
M E D I A   Q U E R Y 
********************************** */
@media (max-width:1450px) {
	div.text-container {
		padding:25% 20%;/*20%;*/
	}
}
@media (max-width:1200px) {
	div.feat-shadow h1 {
		/*margin-top:7px;*/
	}

	#collection-landing div.feat-shadow h1 {
		margin-top:25px;
	}
	
	div.row-fluid.home a {
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent; 
	}

	div.single-block.box_1_2 div.right-column { width:50%; }
	div.single-block.box_1_2 div.left-column { width:50%; }
	
	div.single-block.box_2_1 div.right-column { width:50%; }
	div.single-block.box_2_1 div.left-column { width:50% }
	
	div.single-block.box_1_1 div.right-column { width:50%; }
	div.single-block.box_1_1 div.left-column { width:50% }
	
}
@media (max-width:996px) {
	div.text-container {
		padding:15%;
	}
	
	div.half-shadow, div.small-shadow  {
		/*height:13%;*/
	}
	
	div.feat-shadow {
		/*height:17%;*/
	}

}

@media screen and ( max-width:782px ) {
	html.page-template ,
	html body {
		margin-top:0px !important;
		background:url('../img/body_bg_home.png') 0px -29px repeat-x;
	}
	html.page-template.logged-in.admin-bar { margin-top:46px !important; }
}
	
@media (max-width:770px) {

	div.main-block { /*margin-bottom:10px;*/}

	div.feat-shadow {
		/*height:25%;*/
	}
	div.feat-shadow p.title-block-featured { /*padding:5% 0px;*/ }
	div.feat-shadow h1 {
		/*margin-top:2.3%;*/
	}
	#collection-landing div.feat-shadow h1 {
		/*margin-top:6%;*/
	}


	div.small-block .text-container p {
		font-size:11px;
	}
	
	.go-top {
		/*bottom:35px;*/
		right:50%;
		margin-right:-25px;
		/*width:40px*/
	}
	
}

@media (max-width:660px)  {
	
	.dgWrap,
	div#content{padding:0;}
	html.smartPhoneDevice div.main-block {margin-bottom:40px;}
	
	html.smartPhoneDevice.page-template-templatestemplate-home-php div.main-block {margin-bottom:10px;}
	
	div.half-img, 
	div.square-banner-left,
	div.square-banner-right,
	div.featured{
		width:100%;
		/*margin-bottom:30px;*/
	}
	html.smartPhoneDevice.page-template-templatestemplate-home-php div.half-img ,
	html.smartPhoneDevice.page-template-templatestemplate-home-php #top_slider_mobile_container {margin-bottom:30px;}

	html.smartPhoneDevice div.row-fluid.home { margin-bottom:0px; }
	
	html.smartPhoneDevice .landingPage .row-fluid.home.fullRow div.half-img div.half-shadow,
	html.smartPhoneDevice div.half-shadow, div.small-shadow  {
		height:60px;
	}
	html.smartPhoneDevice div.title-block p, 
	html.smartPhoneDevice p.title-block-featured{
		line-height:60px;
		font-size:12.5px;
	}
	html.smartPhoneDevice div.half-shadow{ max-width:585px; }
	
	html.smartPhoneDevice div.half-shadow.std_title h1, 
	html.smartPhoneDevice div.feat-shadow.std_title h1 {
		font-size:18px;
		line-height:18px;
		margin-top:5px;
	}
	html.smartPhoneDevice .landingPage .row-fluid.home.fullRow .half-shadow.nop_title div.title-block h1, 
	html.smartPhoneDevice .landingPage .row-fluid.home.fullRow .feat-shadow.nop_title h1{
		font-size:18px;
		line-height:18px;
		margin-top:21px;
	}
	html.smartPhoneDevice div.feat-shadow p{font-size:12.5px;}
	html.smartPhoneDevice div.feat-shadow {
		height:60px;
	}
	html.smartPhoneDevice #collection-landing div.feat-shadow h1 {
		/*margin-top:8%;*/
	}
	html.smartPhoneDevice div.title-block.small p {
		font-size:14px;		
	}
	
	html.smartPhoneDevice div.title-block p {		
		/*margin-top:3.0%;*/
	}
	
	.mobile-only { display:block; visibility:visible; }
	
	.no-mobile ,
	.change-on-mobile ,
	.box-overlay { display:none; visibility:hidden; }
	
	#video-placeholder div.feat-shadow.std_title h1 {margin-top:0;}
	
	
	#press-release #press-release-content{
		background-image:url('../img/shadowTopToBottom-mobile.png');
		background-repeat:no-repeat;
		background-position:top center;
		background-size:contain;
		/*padding: 30px 15px 0 15px;*/
		padding:30px 15px 30px 15px;
	}
	#press-release #download-pdf{margin-top:30px;}
}

@media (max-width:480px){

	body {
		padding:0; 
	}

	div.half-shadow, div.small-shadow {
		/*height:18%;*/
	}
	
	div.small-block .text-container h1{
		font-size:14px;
	}
	
	div.half-shadow { max-width:100%; }
	
	div.feat-shadow {
		/*height:19%;*/
	}
	div.feat-shadow h1{
		/*font-size:14px;
		margin-top:4px;
		line-height:14px;
		margin-top:4.9%;*/
	}
	div.feat-shadow p {
		/*font-family:'Futura';
		text-transform:uppercase;
		font-size:12px;
		letter-spacing:1px;
		line-height:12px;*/
	}
	
	div.title-block.small p {
		font-size:12px;
		padding:1% 15px;
	}
	div.title-block p, p.title-block-featured {
		/*font-size:12px;
		text-transform:uppercase;*/
	}
	p.point {
		line-height:0.4em;
	}
	.go-top {
		bottom:56px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.go-top {background:url("../img/dgicons/ico_go_top@2x.png") no-repeat 0 0;background-size: cover;}
	.go-top:hover{background:url("../img/dgicons/ico_go_top@2x.png") no-repeat -53px 0;background-size: cover;}
}

