/* CSS Document */

/*
font-family: "Freedom-Machine";
font-family: "NotoSans-Bold";
font-family: "NotoSans-Regular";
*/
* {
	font-family: "NotoSans-Regular";
	font-weight: 500;
}
html, body {
	font-size: 100%;
}
body {
	background-color: #111;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 25px;
}
.flpict{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
	ul.list{
		list-style: square;
		margin-left: 30px;
	}
	ul.list li{
		margin-bottom: 15px;
	}
.wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 3;
}
.wrap-content {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 3;
	padding-left: 140px;
}
.top-content {
	padding-top: 40px;
}
.fullwidth{
	padding-right:0px !important;
}
.fullwidth img{
	width:100%!important;
}
#banner {
	height: 250px;
	width: 100%;
	position: relative;
	top: 60px;
	z-index: 4;
	line-height: 320px;
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
	background-image: url(../img/bg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-shadow: 0px 0px 2px #000000;/*margin-top: 80px;*/
	border-bottom: 1px solid #C28E35;
}
#banner h2 {
	font-weight: 800;
}
#box-header {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 5;
	height: 60px;
	background-color: #1B1B1F;
}
#logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 200px;
	height: 170px;
	position: absolute;
	top: 5px;
	left: -130px;
	z-index: 7;
	text-indent: -2000px;
	overflow: hidden;
}
#nav-main {
	position: absolute;
	left: 110px;
	top: 20px;
	z-index: 4;
}
#nav-main li {
	display: inline-block;
	margin-left: 30px;
}
#nav-main li a {
	font-family: "Freedom-Machine";
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	border-top: 3px;
	border-top-color: transparent;
	border-top-style: solid;
	padding-top: 1px;
}
#nav-main li a.on {
	border-top-color: #FF6600;
}
.strip .wrap {
}
.strip {
	padding: 3em 0px;
}
.strip-white {
	background-color: #fff;
	color: #333;
}
.strip-gray {
	background-color: #efefef;
	color: #333;
}
.strip-black {
    background-color: #000;
    color: #efefef;
}
.strip-foot {
	background-color: #1B1B1F;
	color: #ccc;
	font-size: 12px;
	text-align: center;
}
.strip-foot a {
	color: #efefef;
}
.strip a {
	color: #FF6600;
	text-decoration: none;
}
.strip h1 {
	border-left: 7px solid #C28E35;
	padding-left: 7px;
	font-family: "Freedom-Machine";
	font-weight: 300;
	font-size: 24px;
	position: relative;
	z-index: 1;
}

h1 .lmto{
		font-weight: 300;
	font-size: 24px;
	text-decoration: none;
	font-family: "Freedom-Machine";
	color:#333;
	display:block;
	width:32px;
	height:32px;
	position: absolute;
	right:170px;
	top:-5px;
	z-index: 2;
	background-image:url("../img/email.png");
	background-repeat:no-repeat;
}
.strip h2 {
	line-height: 1.2em;
}
.strip p {
	margin-bottom: 20px;
	line-height: 1.2em;
}
.btndownload {
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 20px;
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left center;
	padding-left: 50px;
	margin-bottom: 30px;
}

#btn-close-panel{
	display:none;
}
#btn-open-panel{
	display:none;
}
.btnGal{
	border:1px solid #ccc;
	border-radius: 5px;
	padding: 10px 10px;
	margin-right: 7px;
	margin-bottom:10px;
	display:inline-block;
}
#listphoto{
	list-style: none;
}
#listphoto li{
	display:inline-block;
	position: relative;
}
#listphoto li a{
	text-decoration: none;

}
#listphoto li img{
	width:100px;
	height:100px;
}
#listphoto li a img{
	border:1px solid #1B1B1F;
	margin:10px;
	border-radius:4px;
}
#listphoto li .btn-del-pict{
	position:absolute;
	top:0px;
	cursor: pointer;
}

	.olipict1{
		/*float:right;*/
		margin-right: 15px;
		border-radius:200px;
		max-width: 90px;
		vertical-align: middle;
	}
#hommagebox p{
	margin-bottom: 50px;
}
#hommagebox img{
	border:1px solid #efefef;
}
/* ------------------  MOBILE */
@media screen and (max-width:640px) {
	
	#banner{
		display:none;
	}
	#navpanel{
		position:fixed;
		width:100%;
		height:100%;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		padding:10px;
		background-color: #000;
		z-index: 3;
		display:none;
	}
	#btn-close-panel{
		display:block;
	position: relative;
	top:20px;
	right:20px;
	}
	#btn-open-panel{
	display:block;
	position: relative;
	top:20px;
	right:20px;
		z-index: 9999;
}

	#nav-main {
		position: relative;
		padding-top:50px;
		margin-left: 10px;
		z-index: 3;
		top:inherit;
		left:inherit;

	}
	#nav-main li {
		display: block;
		margin-left: 0px;
		
		border-bottom:1px solid #666;
	}
	#nav-main li a {
		font-family: "Freedom-Machine";
		font-weight: 300;
		font-size: 16px;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		border:none;
		display: block;
		width:100%;
		padding: 15px 0px;
	}
	#nav-main li a.on {
		color: #FF6600;
	}
	.btn-mob{
		text-align: right;
		cursor: pointer;
	}
	.wrapp{
		max-width:100%;
	}
	.wrap-content{
		max-width: 100%;
		padding:0px 1.5em;
	}
	.wrap-content.top-content{

		padding-top: 60px;
	}
	img.mobimg{
		max-width:100%;
		width:100%;
	}
	.flpict{
		max-width:100%;
		width:100%;
		float:inherit;
		display:block;
		margin: 10px 0px;
	}

	#logo{
		background-size: 30%;
		top:5px;
		left:10px;
		z-index: 4;
		width: 200px;
		height: 60px;
	}
	.strip {
    padding: 1.5em 0px;
	}
	h1 .lmto{
		right:0px;
	}
	.grid{
		padding: 0px;
	}
	.btnGal{
	display: block;
	margin-bottom:10px;
	}
	
	.olipict1{ 
		margin-right: 0px;
		display: block;
		max-width: 150px;
		margin: 0px auto 20px auto;
	}
	#hommagebox img{
		/*display: block;
		width: 100% !important;*/
	}
}