/* Add here all your CSS customizations */

/*
dark: 072644;
default: 245484;
light: 7cccdc;
defaultHover: 249cc4;
*/

/* AreaRiservata Dropdown menu inizio */
.dropdown-togglear::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 25px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 15px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.dropdown-menu.show {
    position: absolute;
    transform: translate3d(0px, 38px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
/* AreaRiservata Dropdown menu fine */

.btn {
    padding: 12px 12px;
}	

.cldiv {
    padding-top: 12px;
    padding-bottom: 12px;
}

.active {
    background: none;
}

.condominioweb {
    min-height: 250px;
    background:#ffffff;
}
    
.youtubevideo {
    min-height: 315px;
    min-width: 560px;
}

body {
    font-size: 14px;
}

.showmeresponsive {
    display:none;
}

.showmepc {
    display:block;
}

.home-intro {
    background-color: #dcdcdc;
}
.home-intro p em {
    color: #245484;
	font-family:"Permanent Marker";
    font-size: 1.2em;	
}

.bettiolo {
    float: right;
    color: #ffffff;
}

a  {
	font-weight:bold;
}

html .scroll-to-top {
    left:50%;
	right:auto;
}

.mt-xl {
    margin-top: 10px !important;
}

#header .header-logo img {
	max-height: 90px;
	min-height: 30px;
	margin: 0px 0px 0px 0px;	
}

.mockup-landing-page {
    margin-top: 0px;
}
.home-intro {
    margin-bottom: 0px;
}
section.section.section-with-mockup {
    margin-top: 0px;
}

.logotop {
	max-height: 100px;
}

@media (max-width: 767px) {
	/* Boxed */
	
.showmeresponsive {
    display:block;
}

.showmepc {
    display:none;
}	
	
.mobilehide {
	display: none;
}

.bettiolo {
    float:left;
}	
	
.logotop {
	max-height: 30px;
}

h2 {
    font-size: 1.8em;
}
#header .header-logo img {
    max-height: 60px;
    position: relative;
    top: 10px;
    transition: all 0.3s ease 0s;
}
}

@media (max-width: 320px) {
	/* Boxed */

#header .header-logo img {
    max-height: 40px;
}
}

.container {
  padding-left:10px;
  padding-right:10px;
}

.sample-item .sample-item-image {
    height: 180px;
    max-height: 180px;
    max-width: 500px;
}

.margin0 {
    margin: 0px;
}

.marginbottom20{
    margin-bottom: 20px;
}

.marginleft20{
    margin-left: 20px;
}

.maxwidth80{
    max-width: 80px;
}