/* Site */

body {
	font-size: 100%;
	width: 100%;
	color: #163962;
	font-family: 'Cormorant', serif;
}

body a {
	color: #163962;
	text-decoration: none;
}

body a:hover {
	color: #7388A1;
}

img {
	max-width: 100%;
}

header > nav {
	text-align: center;
}

header > nav > div {
	display: inline-block;
}

header > nav > div > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 100%;
}

header > nav > div > ul > li {
	display: inline-block;
	height: 100%;
}

header > nav > div > ul > li > a {
	text-decoration: none;
	font-family: 'Cormorant SC', serif;
	font-size: 170%;
	padding: 2px 20px;
	display: block;
	height: 100%;
	box-sizing: border-box;	
}

header > nav > div > ul > li > a:hover {
	color: #7388A1;
	cursor: pointer;
}

header.products {
	background: #1C3C34;
	color: white;
	border: solid;
	border-bottom-width: 12px;
    border-image: url(/images/phb.gif) 0 1 12 1 repeat;
}

header.products a {
	color: white;
}

header.products a:hover {
	color: #9EBDB5;
}

footer > section > div {
	text-align: center;
}

footer.products {
	background: #1C3C34;
	border: solid;
	border-top-width: 14px;
    border-image: url(/images/pft.gif) 14 1 0 1 repeat;
}

main {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

main > section {
	padding: 0;
	vertical-align: top;
	overflow: hidden;
}

main > section > h1 {
	font-family: 'Cormorant SC', serif;
	font-size: 170%;
	font-weight: normal;
	text-align: center;
}

main > section > div > * {
	padding: 0 5%;
}

main > section > .leftImage > * {
	margin-left: 60%;
}

main > section > .leftImage > img:first-child {
	float: left;	
	width: 60%;
	padding: 0;
	margin: 0;
}

main > section > .rightImage > * {
	margin-right: 40%;
}

main > section > .rightImage > img:first-child {
	float: right;	
	width: 40%;
	padding: 0;
	margin: 0;
}

main > section > div > h2 {
	font-size: 200%;
	font-style: italic;
	position: relative;
	margin-top: 0;
	padding-top: 10px;
}

main > section > div > h2:after {
	content: "";
	position: absolute;
	margin: 0 8%;
	left: 0;
	right: 0;
	bottom: -10px;
	border-top: 1px solid #163962;
}

main > section > div > p {
	font-size: 130%;
	font-style: italic;
	position: relative;
	padding-bottom: 100px;
}

main > section > div > p:before {
	content: "";
	position: absolute;
	margin: 0 8%;
	left: 0;
	right: 0;
	height: 30px;
	bottom: 10px;
	border-top: 1px solid #163962;
}

main > section > div > p:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 60px;
	bottom: 10px;
	background: no-repeat center center url(/images/pero.jpg);
}

main.products > section {
	margin: 0 auto;
	max-width: 1600px;
}

main.products > section > div > * {
	padding: 0;
}

main.products > section > div > .item {
	display: inline-block;
	width: 380px;
	height: 520px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}

main.products > nav {
	color: #939598;
	font-family: 'Montserrat', sans-serif;
	padding: 14px;
}

.productsNav {
	text-align: center;
	padding: 14px;
	display: none;
}

.productsNav > div {
	display: inline-block;
}

.productsNav > div > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 100%;
}

.productsNav > div > ul > li {
	display: inline-block;
	height: 100%;
	max-width: 30%;
	position: relative;
}

.productsNav > div > ul > li:not(:last-child):after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	border-right: 2px solid #1D3831;
	transform: skewX(-10deg);
}

.productsNav > div > ul > li > a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	padding: 2px 20px;
	display: block;
	height: 100%;
	box-sizing: border-box;
	text-transform: uppercase;
	color: #88754A;
	font-weight: 600;
}

.productsNav > div > ul > li > a:hover {
	color: #1D3831;
	cursor: pointer;
}

fieldset.productsModule {
	margin: 10px;
	border: 2px solid #88754A;
	position: relative;
	color: #1E3C34;
}

fieldset.productsModule:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 40px;
	bottom: -20px;
	background: no-repeat center center url(/images/rombs.png);
}

.productsModule > legend {
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
    font-size: 175%;
    font-weight: bold;
}

.productsModule > div {
	padding: 10px;
	font-size: 120%;
	color: #051510;
}

.productItem {
	position: relative;
	padding-bottom: 50px !important;
	color: #1E3C34;
}

.productItem:nth-child(even) {
	direction: rtl;
}

.productItem:not(:last-child):before {
	content: "";
	position: absolute;
	margin: 0 8%;
	left: 0;
	right: 0;
	height: 20px;
	bottom: 0;
	border-top: 2px solid #88754A;
}

.productItem:not(:last-child):after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 40px;
	bottom: 2px;
	background: no-repeat center center url(/images/rombs.png);
}

.productItem > img {
	display: inline-block;
	vertical-align: middle;
}

.productItem > div {
	color: #1D3831;
	/*border-image: url(/images/product_border.png) 49;
	border-width: 49px;
	border-style: solid;*/
	padding: 20px;
	display: inline-block;
	vertical-align: middle;
	direction: ltr;
	margin: 5px;
	max-width: 380px;
}

.productItem > div > h2 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 175%;
	padding-bottom: 10px;
	border-bottom: 2px solid #88754A;
}

.productItem > div > p {
	font-family: 'Montserrat', sans-serif;
	font-size: 84%;
	font-weight: 600;
	text-align: center;
}

.item span {
	display: inline-block;
	max-width: 180px;
	font-size: 130%;
	color: black;
}

.item .link {
	font-weight: bold;
	color: #07442b;
	border-bottom: 1px solid #ABABA3;
	font-family: 'Montserrat', sans-serif;
	font-variant: small-caps;
	font-size: 100%;
}

.item:hover {
	background: #F3F5F4;
}

.product {
	display: flex;
}

.product > .details {
	background: #F3F5F4;
	height: 640px;
	width: 100%;
}

.product > .details > h3 {
	max-width: 180px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 180%;
	color: #1c3c34;
	text-align: center;
	border-bottom: 2px solid #847357;
}

.product > .details > p {
	max-width: 400px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 100%;
	color: #4a4b4c;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.requestForm > div {
	padding: 0 20%;
	text-align: center;
}

.requestForm input, .requestForm textarea {
	display: block;
	width: 100%;
	padding: 8px;
	margin: 8px 0;
	box-sizing: border-box;
}

.requestForm input[type="submit"] {
	padding: 15px 30px;
	width: auto;
	border: none;
	color: white;
	background: #163962;
	margin: 8px auto;
}

.requestForm input[type="submit"]:hover {
	background: #7388A1;
}

@media screen and (max-width: 1200px) {
	.product {
		display: block;
	}

	.product > .details {
		height: auto;
	}
}

@media screen and (max-width: 1090px) {
	.productItem:not(:last-child):before {
		content: none;
	}

	.productItem:not(:last-child):after {
		content: none;
	}
}

@media screen and (max-width: 600px) {
	main > section > .leftImage > * {
		margin-left: 0 !important;
	}

	main > section > .leftImage > img:first-child {
		float: none;
		width: 100% !important;
	}

	main > section > .rightImage > * {
		margin-right: 0 !important;
	}

	main > section > .rightImage > img:first-child {
		float: none;	
		width: 100% !important;
	}
		
	.productsNav > div > ul > li {
		max-width: none;
	}

	.productsNav > div > ul > li:not(:last-child):after {
		content: none;
	}
}
