/*
@media (min-width: 981px){
	#main-content .container:before{width:0 !important;}
}
.med-title{font-size: 26px;line-height: 30px;}

.bg-primary{background-image: linear-gradient(to right, white, white, #15549a, #15549a, #15549a)}
.bg-yellow-dark{background-color: #F1EFD3}

.pages-header{margin: 0;
  padding: 50px 0px 80px;
  min-height: 510px;
  border: none;
}
.page-about{
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    rgba(0, 0, 0, 0.2) url(/images/about.jpg) no-repeat center bottom;
    background-size: cover;
}
.page-header-default{
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    rgba(0, 0, 0, 0.2) url(/images/page-header.jpg) no-repeat center top;
    background-size: cover;
    min-height: 210px;
}
*/
/*============= media query max-width: 768px; =============*/
/*
@media only screen and (max-width: 768px) {
	.pages-header{
		padding: 40px 0px 80px;
	    min-height: 200px;
	}
}
.opac7{opacity: 0.7}
.pinside60 {
    padding: 30px;
}
.blog-texto img{width:100%; margin-bottom: 15px}
.botdisabled{background-color: #DDD !important; color:#AAA !important;}
*/
.fsmalltext{font-size: 12px;}
#homeadvice{background-color: #9dceff;}