/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Debbiare Salute e Benessere
 *
 */

/* FONT */

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");

body {
  	background-color: rgb(255, 255, 255);
	font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
	line-height: 28px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

section {
	padding: 40px 0px;
}

::selection {background:#c0c0c0;color:#FFF;}
::-moz-selection {background:#c0c0c0;color:#FFF;}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	
    font-family: "Playfair Display", serif;
     margin-bottom:30px;
}

h1 {
	font-size: 30px;
}

h2, h3, h4, h5, h6 {
	font-size: 20px;
}

p {
	color: #85858A;
	margin:0px !important;
	text-align:center;
}

p strong {
	color:#000;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover, a:focus {
	color: #808081;
	text-decoration:none;
}

.btn-primary {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    transition: all .15s ease-out;
    padding: 5px 25px 5px;
    border: 1px solid #000;
    background-color: #fff;
    margin-bottom:30px;
    width: 100%;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.link-text {
	font-family: "Crimson";
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color: #000;
	letter-spacing: 4px;
}

.link-text:hover, .link-text:focus {
    color: #000;
    text-decoration: none;
    text-decoration: line-through;
} 

.active {
	color: #000 !important;
	text-decoration: line-through !important;
}	

img:hove, img:focus {
	outline:0 !important;
} 

input, select, textarea, .btn-select {
	width: 100%;
	border: 1px solid #000;
	border-radius: 0px;
	margin-bottom:30px;
	height: 40px;
	padding:10px;
	color: #000;
	text-align: center;
	background-color: #FFF;
}

.form-control {
	width: 100%;
	border: 1px solid #000 !important;
	margin-bottom:30px;
	height: 40px;
	padding:10px !important;
	color: #000 !important;
	text-align: center;
	background-color: #FFF !important;
}
.input-group-text {
	border: 1px solid #000 !important;
	background-color: #FFF !important;
	height: 40px !important;
	margin-bottom:30px;
}

.filter-option-inner-inner {
	  color: #000;
	  text-transform: uppercase;
	  font-size: 10px;
	  font-weight: bold;
	  letter-spacing: 2px;
	  text-align:center;
	  padding-top:2px;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  opacity: 1 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  opacity: 1 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  opacity: 1 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder, .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  opacity: 1 !important;
}

label {
	width:100%;
	color:#000;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	margin-bottom:30px !important;
	text-align:center;
}

label.error {
	margin-top:5px !important;
	font-size: 12px !important;
	letter-spacing: 0px !important;
}

/* LOGO */
#logo {
	padding: 40px 0px 0px 0px !important;
}
#logo img{
	max-height:80px;
}


/* NAVBAR */

.navbar-nav li a {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	color:#616161;
	padding: 0 20px;
	text-decoration: none;
	letter-spacing:2px;
}

.navbar-nav li a:hover, .navbar-nav li a:focus {
	color: #000;
	text-decoration:none;
}

.navbar-brand {
	padding: 0px;
	margin-right:40px;
}

.logo-navbar {
	height:60px;
}

.navbar {
	background-color: #FFF;
	padding:40px 20px;
}

.navbar-brand img {
	margin-top:0px;
	max-height: 12px;
}

.navbar-default {
	border: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	text-decoration:none;
	text-decoration: line-through;
}

.navbar-toggler {
	border: 0px solid #000;
	background-color: transparent !important;
}
.navbar-collapse {
	text-align:center;
}
.navbar-toggler-icon {
	margin-top:10px;
	color:#000;
}

.dropdown-menu {
	text-align: center;
	background-color: #FFF;
	border-radius: 0px;
	border: 0px solid #FFF;
	margin-left:-10px;
}

/* MARGIN */

.m-t-30 {
	margin-top:30px !important;
}
.m-t-60 {
	margin-top:60px !important;
}
.m-t-120 {
	margin-top:120px !important;
}
.m-b-30 {
	margin-bottom:30px !important;
}
.nopadding {
	padding:0px;
}
.nomargin {
	margin:0px !important;
}

.error {
	color:#cd0c0c !important;
}

#slide {
	padding:0px 0px 40px 0px !important;
}

#slide h1 {
	font-size:35px;
}

.carousel-caption {
	bottom: 40% !important;
}


#scrolltop a {
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:20px;
	border:2px solid #000;
	font-size: 30px;
	color: #000;
	line-height:34px;
	text-align:center;
	text-decoration:none;
	background:#f3f3f3;
	margin-top:12px;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:10px;
	padding-top:0px;
	z-index:999;
}

#scrolltop a:hover, #scrolltop a:focus {
	text-decoration:none;
	background:#000;
	color:#f3f3f3;
}

#scrolltop {
	display:none;
	position:fixed;
	bottom:4%;
	right:3%;
}

#contactus p {
	margin-bottom: 40px !important;
}

#contactus-btn {
	position:fixed;
	bottom:7%;
	left:0%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
}

#contactus-btn a {
	display:inline-block;
	width:52px;
	height:52px;
	font-size: 12px;
	color: #FFF;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	background:#000;
	padding-top:0px;
	z-index:999;
}

#contactus-btn i {
	font-size: 25px;
	margin-top: 14px;
}

#contactus-btn .b-bottom {
	border-bottom: 1px solid #FFF;
}

footer {
	background-color: #1C1C1C;
	color:#FFF;
}

.pre-footer {
	padding:40px 0px 20px 0px;
}

footer p {
	font-size:14px;
	text-align:left;
}

footer h6 {
	margin-bottom:5px;
}

footer a {
	color:#fff;
}

.copyright {
	padding:20px;
	text-align:center;
}

.weather {
	margin-top:40px;
}

.weather img, .weather h3 {
	display: inline;
}

.weather img {
	height:60px;
}

.weather h3 {
	font-size:34px;
}

.social li {
	display: inline;
}

.social {
	padding-left: 0px;
	margin-left: 0px;
	margin-top:40px;
}

.social a {
	font-size:24px !important;
	padding:0px 10px;
	color:#FFF !important;
}

/* MEDIA QUERY */

@media (max-width: 1024px) {
	.navbar-nav li a {
		padding: 0 20px;
	}
	.navbar-brand {
		margin-right:20px;
	}
	.social {
		text-align:center !important;
	}
}
@media (max-width: 768px) {
	.navbar-nav li a {
		padding: 0 15px;
	}
}	
@media (max-width: 414px) {
	section img, .btn-primary {
		margin-bottom:30px;
	}
	section {
		padding: 60px 0px;
	} 
	.navbar {
		background-color: #FFF;
		padding:35px 0px;
	}
	#map {
		margin-bottom: 30px;
	}
}