/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.py-5 {
	margin-top:20px;
}
.py-5 ul{
	list-style: none;
}
.py-5 a{
	color: rgba(255,255,255,.5);
    text-decoration: none;
}
.py-5 a:hover{
	color: rgba(255,255,255,.7);
}

.menu2 ul{
	list-style: none;
}
.menu2 li{
padding-right:15px;
display: inline;
}
.menu2 a{
	color: rgba(0,0,0,.7);
    text-decoration: none;
}
.menu2 a:hover{
	color: rgba(0,0,0,.9);
}
.row .menu-top{
	margin-top:20px;
}
.logo-caption{
	position: absolute;
    left: 5%;
    z-index: 10;
    top: 30%;
	padding:5px;
}
.logo-caption2{
	position: absolute;
    z-index: 10;
    top: 0%;
	background-color:rgba(255,255,255,.7);
	padding:5px 5px 5px 30px;
	width: 100%;
}

.carousel-item {
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.row.top{
	padding-top:30px;
	margin:0;
}


.row td {
	vertical-align:top;
}
.row label {
	margin-bottom:0;
	font-size: 12px;
}
.row input[type="submit"] {
	background-color:#343a40;
	color:#fff;
}
.fixed-top{
	border-bottom: 3px solid #e30613;
}

.menu-current a {
	color:#e30613;
}

/* !PUNTI NOLEGGIO */
.mappa {
	// display: none;
	margin-top:-27px;
}
#map-canvas {
	width: 100%;
	height: 580px;
}
.content .store {
	background: #fff;
}
.store .filter {
	padding: 20px 50px;
}
.store .filter .title {
	font-size: 1.6rem;
	margin: 0 0 5px 0;
}
.store .filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.store .filter ul li {
	float: left;
	margin: 1px;
}
.store .filter ul li a {
	display: block;
	text-decoration: none;
	padding: 3px 8px;
	font-size: 1.6rem;
	text-transform: uppercase;
	background: @darkred;
	color: #fff;
	.opacity(.7);
	.transition-duration(.3s);
	-webkit-transform: translate3D(0, 0, 0);
}
.store .filter ul li:hover a {
	.opacity(1);
}
.store .filter ul li.active a {
	.opacity(1);
}
.store .list {
	padding: 50px;
}
.store .rentpoint {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0 30px 0;
}
.store .rentpoint:last-of-type {
	border: none;
}
.store .rentpoint .block {
	float: left;
	color: #888;
	line-height: 1.6rem;
}
.store .rentpoint .block a {
    color: #e30613;
	text-decoration: none;
}
.store .rentpoint .name {
	// background: red;
	width: 50%;
}
.store .rentpoint .name .company {
	color: @darkred;
	font-weight: 600;
}
.store .rentpoint .name .address {
	text-transform: uppercase;
}
.store .rentpoint .name .name {
	font-weight: 700;
	color: #444;
}
.store .rentpoint .opening {
	// background: green;
	width: 30%;		/* [06/03/2017] */
}
.store .rentpoint .opening .hour {
	font-weight: 600;
	font-size: 1.8rem;
	color: #444;
	margin-bottom: 5px;
}
.store .rentpoint .gotomap, .store .rentpoint .gotoweb {
	text-align: center;
	width: 15%;		/* [06/03/2017] */
}
.store .rentpoint .gotomap .directions {
	font-size: 4.5rem;
	width: 50px;
	height: 50px;
	background: transparent url(../images/google-maps.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
}
.store .rentpoint .gotoweb .directions {
	font-size: 4.5rem;
	width: 50px;
	height: 50px;
	background: transparent url(../images/shop.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
}

/* ------------------------------> */
/* [17/05/2017] #YMOD: addon mappa */

.mappa
{
	overflow: hidden;
}

.marker_detail
{
	position: absolute;
	top: 0px;
	right: 0;
	width: 30%;
	height: 100%;
	/* padding: 10px; */
	
	z-index: 10;
	background: rgba(255, 255, 255, 0.95);
}

.marker_detail .content
{
	width: 100%;
	height: 100%;
	padding: 20px;
}

.marker_detail .btn_close
{
	display: inline-block;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 1.6rem;
    text-transform: uppercase;
    background: #e30613;
    color: #fff;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translate3D(0, 0, 0);

    position: absolute;
    top: 10px;
    right: 10px;
}

.marker_detail .btn_close:hover
{
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.marker_detail .point_data .block
{
	margin-top: 10%;
	width: 80%;
    font-size: 1.4rem;
    float: left;
    color: #888;
    line-height: 1.6rem;
}

.marker_detail .point_data .block.name
{
	margin-top: 0;
}

.marker_detail .point_data .block .name
{
    font-weight: 700;
    color: #444;
}

.marker_detail .point_data .block .address
{
    text-transform: uppercase;
}

.marker_detail .point_data .block .company
{
    color: #e30613;
    font-weight: 600;
}

.marker_detail .point_data .block .hour
{
    font-weight: 600;
    font-size: 1.8rem;
    color: #444;
    margin-bottom: 5px;
}

.marker_detail .point_data .block a
{
    color: #e30613;
    text-decoration: none;
}

.marker_detail .point_data .gotomap .directions
{
    font-size: 4.5rem;
    width: 50px;
    height: 50px;
    background: transparent url(http://www.narder.it/templates/narder/less/../images/google-maps.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
}

.marker_detail .point_data .gotomap .add-vcard
{
	font-size: 4.5rem;
    width: 50px;
    height: 50px;
    background: transparent url(http://www.narder.it/templates/narder/less/../images/vcard.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
}

.marker_detail .point_data .gotomap
{
	width: 50%;
}

@media screen and (max-width: 900px) {  /* !----TABLET VERTICAL*/ 

	.marker_detail
	{
		width: 50%;
	}

}

@media screen and (max-width: 600px) {  /* !----SMARTPHONE */ 

	.marker_detail
	{
		width: 100%;
	}

	.marker_detail .point_data .gotomap
	{
		width: 20%;
		margin-top: 10px;
	}

}

/* <------------------------------ */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}