@media screen 
  and (min-device-width: 2201px) 
  and (max-device-width: 3050px)  {
body {
    min-width: 1690px;
	min-height: 1128px;
}

#header {
	height: 130px;
	min-width: 1690px;
}

#header-title {
	padding: 0 52px;
	font-size: 52pt;	
	height: 130px;
	line-height: 130px;
}

#header-menu {
	height: 130px;
	line-height: 130px;
}

.header-menu-item {
	padding: 0 26px;
	letter-spacing: 2px;
	font-size: 12pt;
	width: 260px;
}

#content-wrapper {
	min-width: 1690px;
	min-height: 952px;
}

#side {
	height: 65px;
	padding-left: 33px;
	transform-origin: 0 65px;
}

#side-menu {
	margin-top: 13px;
}

.side-menu-item {
	padding: 0 13px;
	letter-spacing: 2px;
	font-size: 13pt;
}

.side-title {
	top: 22px;
	left: 26px;
	font-size: 39pt;
}


/****************************************************************/ 
/*                         LANDING PAGE                         */
/****************************************************************/

#landing {
	width: 1055px;
	margin: 130px auto 0 auto;
	height: calc(100% - 260px);
}

.collection {
	border: 20px solid #eee;
	padding-top: 65px;
	font-size:  78pt;
}

.collection:hover {
	border: 20px solid #ddd;
}

/****************************************************************/ 
/*                       COLLECTIONS PAGE                       */
/****************************************************************/

#collections {
	width: 1055px;	
	margin: 130px auto 0 auto;
}

.collection-small {
	width: 455px;
	margin: 36px;
	height: 455px;
	border: 20px solid #eee;
	padding-top: 111px;
	font-size:  16pt;
	letter-spacing: 8pt;
	line-height: 62pt;
}

.collection-small:hover {
	border: 20px solid #ddd;
}

/****************************************************************/ 
/*                         CONTACT PAGE                         */
/****************************************************************/

#contact {
	margin-top: 65px;
	width: 1055px;
}

#contact-left {
	left: 143px;
	top: 91px;
}

#contact-right {
	right: 78px;
	top: 91px;
}

#contact-press {
	left: 143px;
	bottom: 91px;
	font-size: 14pt;
	line-height: 18pt;
}

.contact-card {
	font-size: 14pt;
	line-height: 18pt;
}

.contact-card-country {
	font-size: 12pt;
}

/****************************************************************/ 
/*                          ABOUT PAGE                          */
/****************************************************************/

#about {
	height: 998px;
	width: 1300px;
	margin: 150px auto 0 auto;
}

.about-title {
	font-size: 78pt;
	letter-spacing: 1px;
	padding: 26px 39px;
}

.about-subtitle {
	font-size: 39pt;
	letter-spacing: 4px;
	top: 156px;
	right: 130px;
}

.about-content {
	font-size: 17pt;
	padding: 52px;
	letter-spacing: 1px;
	bottom: 39px;
	right: 26px;
}

/****************************************************************/ 
/*                          PRESS PAGE                          */
/****************************************************************/

#press {
	margin: 195px auto 0 auto;
	padding: 0 65px;
}

#press a:hover {
	color: #aaa;
}

#press-contact-card {
	width: 377px;
	height: 247px;
	margin: 0 auto 65px auto;
	padding: 26px 65px;
	border: 20px solid #fefefe;
	font-size: 14pt;
	line-height: 18pt;
}

.press-item {
	border: 20px solid #eee;
	padding: 26px 26px;
}

.press-item:hover {
	border: 20px solid #fff;
}

/****************************************************************/ 
/*                       COLLECTION PAGE                       */
/****************************************************************/


#collection {	
	margin: 130px auto 0 auto;
	padding: 0 65px;
}

.collection-item {
	border: 20px solid #ddd;
}

.collection-item:hover {
	border: 20px solid #eee;
}
  }