/* CSS Document */

body {
	font-family: 'Noto Sans', sans-serif;
	background-color: rgba(97,104,107,1.00);
	padding-top: 20px;
	padding-bottom: 40px;
	/* overflow: scroll; */
}
#index-02 {
	display: none;
}
/* mobile nav */
.aa-nav-mobile{
	display: none;
	}
/* icone right nav */
.aa-icon-body-portfolio {
	z-index: 999;
	position: fixed;
	right: 1px;
	top: 200px;
}
.aa-icon-body-about {
	z-index: 999;
	position: fixed;
	right: 1px;
	top: 260px;
}
#myModal-about h1.modal-title {
	text-align: center;
}
.aa-about-icon-logo {
	left: 50%;
	top: 50%;
	position: fixed;
	margin-left: -200px;
}
.aa-icon-body-contact {
	z-index: 999;
	position: fixed;
	right: 1px;
	top: 320px;
	text-decoration: none;
}
a svg:hover .aa-nav-icon {
	fill: #FFB130;
	text-decoration: none;
}
.aa-nav-icon {
	fill: #ffffff;
	text-decoration: none;
}
.aa-icon-body-facebook {
	z-index: 999;
	position: fixed;
	background-color: rgba(43,66,237,1.00);
	width: 50px;
	height: 50px;
	right: 0px;
	top: 390px;
}
.aa-icon-body-facebook:hover {
	background-color: rgba(181,186,188,1.00);
}
.aa-icon-body-pinterest {
	z-index: 999;
	position: fixed;
	background-color: rgba(255,0,4,1.00);
	width: 50px;
	height: 50px;
	right: 0px;
	top: 440px;
}
.aa-icon-body-pinterest:hover {
	background-color: rgba(181,186,188,1.00);
}
.aa-icon-body-google {
	z-index: 999;
	position: fixed;
	background-color: rgba(255,76,51,1.00);
	width: 50px;
	height: 50px;
	right: 0px;
	top: 490px;
}
.aa-icon-body-google:hover {
	background-color: rgba(181,186,188,1.00);
}
.aa-icon-body-behance {
	z-index: 999;
	position: fixed;
	background-color: rgba(62,121,192,1.00);
	width: 50px;
	height: 50px;
	right: 0px;
	top: 540px;
}
.aa-icon-body-behance:hover {
	background-color: rgba(181,186,188,1.00);
}
.aa-icon-social a img {
	left: 10px;
	position: relative;
	top: 10px;
}
/* nav margin*/ 

.container-fluid {
	margin-left: 10px;
	margin-right: 10px;
}
/* preload img */
#aa-preload {
	background-color: #61686B;
	height: 100%;
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
}
/* intro index svg */
#index {
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -400px;
}
.aa-index-logo {
	color: rgba(255,255,255,1.00);
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -395px;
}
.aa-index-portfolio {
	color: rgba(255,255,255,1.00);
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -150px;
	z-index: 10;
}
.aa-index-about {
	color: rgba(255,255,255,1.00);
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -20px;
	z-index: 10;
}
.aa-index-contact {
	color: rgba(255,255,255,1.00);
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 130px;
	z-index: 10;
}
.tooltip-inner {
	background-color: rgba(255,255,255,1.00);
	color: rgba(97,104,107,1.00);
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
}
.tooltip-arrow {
	display: none;
}
/* pin img gallery*/ 
.aa-row {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
/* pin img gallery animazione*/  

.aa-img-cover {
	-webkit-transition: all 500ms linear 0ms;
	-o-transition: all 500ms linear 0ms;
	transition: all 500ms linear 0ms;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(23,25,26,0.25);
	box-shadow: 0px 0px 10px 1px rgba(23,25,26,0.25);
}
.aa-img-cover:hover {
	-webkit-opacity: 0.5;
	opacity: 0.5;
}
/* pin img gallery icon */  

.aa-icon {
	position: relative;
	display: block;
	height: 30px;
	min-width: 30px;
	border-top: 1px solid rgba(255,255,255,0.00);
	border-collapse: separate;
}
.aa-img-icon-01 {
	max-width: 20px;
	max-height: 20px;
	position: relative;
	float: right;
	left: -5px;
	top: 5px;
}
.aa-img-icon-02 {
	max-width: 20px;
	max-height: 20px;
	position: relative;
	float: right;
	left: -10px;
	top: -5px;
	clear: none;
}
.aa-img-icon-03 {
	max-width: 20px;
	max-height: 20px;
	position: relative;
	float: right;
	left: -15px;
	top: -5px;
}
.aa-img-icon-04 {
	max-width: 20px;
	max-height: 20px;
	position: relative;
	float: right;
	left: -20px;
	top: -5px;
}
/* pin img gallery btn close mondal */     

.aa-img-btn-close {
	position: relative;
	top: 30px;
	right: 5px;
	width: 24px;
	height: 24px;
	opacity: 0.5;
	-webkit-transition: all 500ms linear 0ms;
	-o-transition: all 500ms linear 0ms;
	transition: all 500ms linear 0ms;
}
.aa-img-btn-close:hover {
	-webkit-opacity: 1.0;
	opacity: 1.0;
}
/* footer */  
.aa-footer {
	height: auto;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(33,36,37,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.aa-footer-index {
	height: auto;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(255,255,255,1.00);
	color: rgba(97,104,107,1.00);
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.aa-footer-left {
	display: inline;
	float: left;
}
.aa-footer-right {
	text-align: right;
}
.aa-footer-center{
	text-align: center;
	padding-top: 40px;
}
.alert-info {
	height: auto;
	background-color: rgba(33,36,37,0.50);
	color: rgba(255,255,255,1.00);
	text-align: center;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: none;
	border-style: none;
	border-radius: none;
	position: fixed;
	z-index: 999;
	margin-top:50px;
}
.alert {
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
.alert.alert-info button.close{
	color: rgba(255,255,255,1.00);
	}
.close{
	opacity: 1;
	text-shadow: none;
	margin-right: 10px;
	margin-left: 10px;
	}
.alert.alert-info p a {
	color: rgba(255,255,255,1.00);
	text-decoration:none;
}
.alert.alert-info p a:hover {
	color: rgba(33,36,37,1.00);
	text-decoration:none;
}
@media screen and (max-width:767px) {
body {
	padding-top: 80px;
}
#index {
	display: none;
}
#contact{
	display:none;
	}
#index-02 {
	display: block;
}
.aa-index-icon-logo {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -220px;
}
.aa-icon-index-portfolio {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -130px;
	margin-top: -55px;
}
.aa-icon-index-about {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -55px;
}
.aa-icon-index-contact {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: 30px;
	margin-top: -45px;
}
/* icone right nav */
.aa-icon-body-portfolio {
	right: 50%;
	top: 0px;
	margin-right: 60px;
    
}
.aa-icon-body-about {
	right: 50%;
	top: 0px;
	margin-right: -20px;
}
.aa-icon-body-contact {
	right: 50%;
	top: 0px;
	margin-right: -100px;
}
.aa-nav-icon {
	fill: rgba(97,104,107,1.00);
	text-decoration: none;
}
.aa-nav-mobile{
	display:block;
	}
.aa-nav-mobile-icon{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 60px;
	background-color: rgba(255,255,255,1.00);
	width: 100%;
	z-index: 900;
	}
.aa-icon-body-facebook {
	top: 190px;
}
.aa-icon-body-pinterest {
	top: 240px;
}
.aa-icon-body-google {
	top: 290px;
}
.aa-icon-body-behance {
	top: 340px;
}
.alert-info {
	margin-top:90px;
}


}
