/*  (portrait) ----------- */
@media only screen and (min-width: 1366px) and (max-width: 1500px) {
/* Styles */
h1 {
 font-family: 'DidotLTStdHeadlineRegular';
 font-size: 32px;
 margin:0;
}

}



/* ----------------------------------------------------- */
/* Tablet (Portrait) */
/* ----------------------------------------------------- */
/* Width of 768px */
/* ----------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 1366px) {
#logo {
	max-width:200px;
	height:109px;
	margin:0 auto 0 auto;
}
	
#pageone .arrowmore {
	position:relative;
	bottom:12px;
	left:50%;
		margin-left:-23px;
	width:46px;
	height:46px;
	background:url(../img/arrow-more.png) 0 0 no-repeat;
}

#boxHolder {height:320px; width:880px}

#boxslide {
	margin-right:15px;
	max-width: 280px;
}

.flexslider3,
.flexslider2,
.flexslider { height:auto !important;}

.flexslider3 .slides img,
.flexslider2 .slides img,
.flexslider .slides img { width:90%;}


.flexslider3 .partnerInfo ,
.flexslider2 .partnerInfo ,
.flexslider .partnerInfo {
	position:absolute;
	z-index:56;
	bottom:0;
	left:0;
	width:90%;
	height:0;
	display:none;
	background: url(../img/bg87.png) repeat 0 0;
	overflow:hidden;

}


.gallery-name {
	position:relative;
	top: 8px;
	text-align: center;
	font-family: 'DidotLTStdItalic';
	font-size: 1.5em;
	color:#a3a5a8;
}



h1 {
 font-family: 'DidotLTStdHeadlineRegular';
 font-size: 32px;
}

.description { max-width:100%; margin-bottom:6px; }

.description p {
display: block;
-webkit-margin-before: 0;
-webkit-margin-after: 1.5em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.ps_prev{
	background:transparent url(../images/prev.png) no-repeat top center;
	left:15px;
}
.ps_next{
	background:transparent url(../images/next.png) no-repeat top center;
	right:15px;
}

.copyright {
	position:absolute;
	bottom:20px;
	right: 20px;
	 font-family: 'DidotLTStdItalic';
	 font-size: 1em;
	 height:20px;
	 width:300px;
	 color:#999;
	float: right;
	text-align: right;
}

}

/* ----------------------------------------------------- */
/* Mobile (Portrait) */
/* ----------------------------------------------------- */
/* Width of 320px */
/* ----------------------------------------------------- */

@media only screen and (max-width: 767px) {
 

 
}


/* ----------------------------------------------------- */
/* Mobile (Landscape */
/* ----------------------------------------------------- */
/* Width of 480px */
/* ----------------------------------------------------- */

@media only screen and (min-width: 300px) and (max-width: 767px) {

}