/* BARRIOTHEME > CUSTOM CSS  */

html,
body {
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 300;
	outline: none;
}

html, body {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

* {
	outline: none !important;
}

#main {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.wrapper {
	width: 100%;
	max-width: 100%;
	margin: auto;
}


/* VARIE */

h1, h2, h3, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

p {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

h1 {
	font-weight: 700;
	color: #006e85;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 80px;
}

h2 {
	font-weight: 700;
	color: #006e85;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 60px;
}

*:last-child {
	margin-bottom:0px !important;
}

a, a:visited, a:focus {
	color: #000;
	outline: none;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

ul {
	padding: 0px;
	margin: 0px 0px 30px 16px;
}

ul li {
	padding: 0px;
	margin: 0px;
}

blockquote {
	font-size:inherit;
	padding: 10px 15px;
	margin: 0px 0px 30px 0px;
	border: none;
	background: #efefef;
}

.cover {
	display: block;
	width: 100%; 
	height: inherit;
	object-fit: cover;
	margin-top: 70px;
	margin-bottom: 100px;
	font-family: 'object-fit: cover;';
}

.coming {
	width: 50%;
	margin: 50px auto 100px;
}

.nopadding {
	padding: 0px;
	margin: 0px;
}



/* SCROLLBAR */

.ps__scrollbar-y-rail {
    z-index: 99;
}


/* BROWSER ALERT */

.browserAlert {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #dc0c0f;
	margin: 0px;
	padding: 15px 0px;
	text-align: center;
	z-index: 2000;
}

.browserAlert p {
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.browserAlert p a,
.browserAlert p a:visited,
.browserAlert p a:focus {
	color: #fff;
}

.browserAlert p a:hover {
	border-color: #fff;
}

.browserAlert p span {
	margin: 0px 10px 0px 0px;
}


/* COOKIE */




/* GOOGLE MAP */

#map {
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
	padding: 0px;
	margin: 0px;
}

a[href^="http://maps.google.com/maps"]{
	display: none !important
}

.gmnoprint a, .gmnoprint span {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.gm-style .gm-style-cc a {
	display: none;
}

.zoom {
	position: absolute;
	right: 20px;
	top: 20px;
}

.zoom div {
	margin-bottom: 2px;
	background-size: contain;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.zoom div:hover {
	opacity: 0.6;
}


/* NAV */

nav {
	position: fixed;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}

.openMenu nav {
	background: none;
	z-index: 101;
}

/* NAV > LOGO */

.logo,
.logo:visited,
.logo:focus,
.logo:hover {
	display:block;
	width:600px;
	height:221px;
	padding:0px;
	margin:50px auto !important;
	border:none;
	background:url(../img/logo-ortopedia-veterinaria.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	opacity:1;
	text-indent:-9000px;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}


/* NAV > LINGUE */

.lang_selector {
	position: absolute;
	right: 90px;
	top: 40px;
	font-size: 15px;
	margin: 0px;
}

.lang_selector p {
	float:left;
}

.lang_selector a,
.lang_selector a:visited,
.lang_selector a:focus {
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 10px 10px;
	text-shadow: none;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.lang_selector a.active,
.lang_selector a:hover {
	border-bottom: 2px solid #000;
	background: none !important;
	text-decoration: none;
}


/* HEADER */

header {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

.fullscreen {
	background: url(../img/header.jpg);  /* riga da togliere se l'immagine è caricata dinamicamente */
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 50vh;
	min-height: 400px;
	margin-top: 100px;
}

.home .fullscreen {
	height: 100vh;
	min-height: 100vh;
	margin-top: 0px;
}


/* SECTION */

section {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

.padding {
	padding: 100px 0px;
}

	
/* FOOTER */

footer {
	position: relative;
	float: left;
	width: 100%;
	padding: 100px 0px;
	margin: 0px;
	background: #cae8ed;
	z-index: 1;
}

.credits {
	display: block;
	width: 100px;
	height: 14px;
	text-indent:-9000px;
	background-color: #000;
	-webkit-mask: url(../img/logo-hellobarrio.svg) no-repeat 50% 50%;
	mask: url(../img/logo-hellobarrio.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
}

.ie .credits {
	width: 100px;
	height: 14px;
	background: url(../img/logo-hellobarrio.svg) no-repeat center center;
	background-size: cover;
	-webkit-mask: none;
	mask: none;
}