@charset "utf-8";

/************************************/
/*	GENERAL							*/
/************************************/

html{margin:0px; padding:0px;}
body {
	font-family: "skolar-sans-latin",sans-serif;
	overflow-x:hidden;
	margin:0px;
	padding:0px;
	background-color:#2c494d;
	background-image:url(../img/background-texture.png);
}
a { color: #b4bec4; text-decoration: none;}
a:hover, a:active {	color: #d9d9d9;}
img{padding:0px; margin:0px;}
ul, li {list-style:none; padding-left:10px;}
li {
	font-weight: 400;
	font-family: "skolar-sans-latin",sans-serif;
	color: #d9d9d9;
	font-size: 14px;
	line-height: 18px;
}

.logo{
	position:fixed;
	bottom: 70px;
	right: 10px;
	z-index: 999;
}
.logosmall{
	position:fixed;
	top: 10px;
	right: 10px;
	z-index: 999;
}

.top {	padding-top: 80px;}
.bottom{	padding-bottom:80px;}

.band{
	width:100%;
}

.paragraph{
	background: rgba(108, 124, 129, .50);
	padding: 0;
	margin:0;
}

.bgwhite{   background: rgba(238, 238, 238, .85);}

.homebackground {
	background: url(../img/homeback1.jpg) no-repeat;
	background-size:cover;
}

.fullw{	width:100%;}


/************************************/
/*	TEXT FORMAT                   	*/
/************************************/
h1, h2, h3, h4 {
	font-weight: 100;
	font-style:italic;
	font-family: "skolar-sans-latin",sans-serif;
	color: #d9d9d9;
}

h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

h1 {
	font-size: 72px;
	line-height: 72px;
	margin: 2% 0;
}
h2 {
	font-size: 36px;
	line-height: 36px;
	margin: 1% 0 2% 0;
}
h3 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 1% 0;
}
h4 {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
}

p {
	font-weight: 400;
	font-family: "skolar-sans-latin",sans-serif;
	color: #d9d9d9;
	font-size: 18px;
	line-height: 22px;
}

.clearleft{
	clear:left;
}

.textright{
	text-align:right;
	font-size:12px;
	padding:0 10px 0 0;
}

.legenda{
	padding: 10px;
	margin:0;
	border-left:1px #4c6167 solid;
}

.ita, .eng { border-left:1px #d9d9d9 solid; }

.ita, .italic { font-style:italic;}

.error{
	font-size:84px;
	font-weight:bold;
	text-align:center;
	padding:84px;
}

/************************************/
/*	SECTION                         */
/************************************/
.section-1{
	padding: 25px 0 50px 0;
	margin: 0;
	background-color: #2c494d;
}

.section-2{
	padding: 25px 0 50px 0;
	margin: 0;
	background-color: #6c7c81;
}


/************************************/
/*	COLLECTION GRID                 */
/************************************/
.columns-4 h3{
	color:#2c494d;
}

ul.rig {
	list-style: none;
	margin: 0;
}
ul.rig li {
	display: inline-block;
	padding: 0;
	margin: 0 0 5px;
	background: #fff;
	font-size: 14px;
	text-align:center;
}
ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 ;
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 4 columns */
ul.rig.columns-4 {
	padding-left:0;
}

ul.rig.columns-4 li {
	width: 24.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 900px) {
	ul.rig li {
		width: 49% !important; /* over-ride all li styles */
	}
}
@media (max-width: 480px) {
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
	}
}

/************************************/
/*	NAVBAR                          */
/************************************/
.navbar{
	height:60px;
	background-color:#4c6167;
}

.navbar, .navbar ul, .navbar li {
	margin:0;
	padding:0;
}

.navbar ul{
	margin:10px 0 20px 0;
}

.navbar li{
	list-style: none;
	font-size:20px;
	color:#d9d9d9;
	text-align:center;
}
	
.navbar a{
	color:#d9d9d9;
}

.active a, .active li, .navbar a:hover{
    color:#b4bec4;
	text-decoration:none;
	margin:0;
	padding:0;
}

.menu{
	background-color:#fff;
	padding: 10px;
	margin:0;
	border-left:5px #11346E solid;
}

.menu-home, .menu-collection, .menu-miyu, .menu-store, .menu-contact {
	margin:5px;
	padding:0 0 0 55px;
	height:40px;
	list-style: none;
	line-height:2;
	font-family: "freight-neo-pro",sans-serif;
	font-style: normal;
	font-weight: 500;
}

.menu-home		{	background:url("../img/menutest.jpg") no-repeat left;}
.menu-collection{	background:url("../img/menutest.jpg") no-repeat left;}
.menu-miyu		{	background:url("../img/menutest.jpg") no-repeat left;}
.menu-store		{	background:url("../img/menutest.jpg") no-repeat left;}
.menu-contact	{	background:url("../img/menu-contact.jpg") no-repeat left;}

.menuitem{ border-right:1px solid #d9d9d9; }


/************************************/
/*	FOOTER   						*/
/************************************/
.footer, .homefooter {
	background-color:#4c6167;
	margin:0;
	padding:0;
	text-align:center;
}

.footer p, .homefooter p{
	font-weight: 400;
	font-family: "skolar-sans-latin",sans-serif;
	color: #d9d9d9;
	font-size: 12px;
	line-height: 16px;
}
	

.footer a, .footer a:hover, .footer a:focus, .homefooter a, .homefooter a:hover, .homefooter a:focus{
    color:#b4bec4;
	text-decoration:none;
}

.homefooter {
	position:fixed;
	bottom:0px;
	width:100%;
	text-align:center;
	min-height:40px;
	padding: 5px;
}
