/* Add here all your CSS customizations */

/*
JOY-MINI
default: 6f5b7d;
*/

.page-header {
    background-color: #6f5b7d;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #CCC;
}

.breadcrumb li a, .breadcrumb > li + li::before, .breadcrumb li, .breadcrumb > .active {
    color: #ffffff;
}

#footer {
    background: #6f5b7d;
    border-top: 4px solid #dcdcdc;
}

#footer .footer-copyright {
    border-top: 4px solid #dcdcdc;
}

#footer .contact li p {
    color: #dcdcdc;
}

.twitter p {
    color: #dcdcdc;
}

.bold {
font-weight: bold;
}

section.section {
    background: none;
    border-top: 1px solid #f1f1f1;
}

    .thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
    margin-top: 12px;
}

.home-intro p em {
    color: #6f5b7d;
    font-family: inherit;
    font-weight: bold;
}

#footer .footer-ribbon span {
    font-family: inherit;
    font-weight: bold;
}

#footer .footer-copyright {
    background: #ffffff;
    background-color: #ffffff;
}

.footer-bottom {
    background: #ffffff;
    background-color: #ffffff;
}

.footer-bottom a, #footer-bottom a {
    color: #6f5b7d;
}

ul.nav-list li.active {
    background-color: #dcdcdc;
}

h3 {
    text-transform: none;
}

.alignright {
    float: right;
    padding:20px 0px 20px 20px;
}

.aligncenter {
    display: block;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.size-medium {
    max-width:50%
}

.txtviola {
    color: #6f5b7d;
}

.txtrosa {
    color: #d1b3d5;
}

.txtverde {
    color: #96c93e;
}

.btn {
    padding: 12px 12px;
}	

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

.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;
}

.bettiolo {
    float: right;
}

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: 250px;
    max-height: 250px;
    max-width: 500px;
}

.margin0 {
    margin: 0px;
}

.marginbottom20{
    margin-bottom: 20px;
}

.marginleft20{
    margin-left: 20px;
}

.maxwidth80{
    max-width: 80px;
}