p {
    color: #000;
}

h2,h3 {
    color: #000;
    font-weight: bold;
}

.navbar.scroll-hide.closed {
    top: -220px;
}

.navbar {
    background-color: transparent;/*#024f7b;#f1ede5 !important;*/
}

.footer-container {
	background-color: #fff;/*#ff555e;/*#024f7b;*/
}

.newsletter-section .input-group .form-control {
	background-color: #024f7b;
}

.newsletter-section {
    background: none repeat scroll 0 0 #024f7b;
}

.copyright-section {
    background-color: #024f7b;
    font-family: "Cuprum";
}

div.shopify-section.header-section, div.shopify-section.footer-section {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    display: block;
}

.top_bar {
    background-color: #4f413f;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    display: block;
}

.container .sixteen.columns {
    width: 1180px;
}

.column, .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

div.content {
    padding: 15px 0 15px 0;
}

div.container {
    margin: 0 auto;
}

.logo {
    font-family: "Cuprum";
    font-weight: normal;
    font-size: 42px;
    text-transform: uppercase;
    color: #614d4b;
}

.header_icons {
    float: right;
    margin-right: 15px;
}

.header_icons a.ss-icon {
    font-size: 32px;
    display: inline-block;
    margin: 10px 0 10px 0;
    line-height: 1em;
}

.logo a, .logo a:hover, .logo a:visited, .logo a:active {
    color: #614d4b;
    line-height: 45px;
}

.header-logo.logo a {
    max-width: 240px;
}

.logo a.logo-align--center {
    text-align: center;
    margin: 0 auto;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.row, .clearfix {
    zoom: 1;
}

#rombo .contenido{
  border-radius:10px;
  background-color: white;
  padding:0;
  width:65px;
  height:65px;
  margin:auto;
  text-align:center;
    display:block;
    border:5px solid #ca952f;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transition: transform  0.1s cubic-bezier(0, 1.8, 1, 1.8);
}
#rombo {
  padding:5px;
  margin-top: -62px;
}
#rombo .contenido:hover{
  transform:rotate(45deg) scale(1.005) translateX(-0.5px);
  background-color:#2e2315;
  box-shadow:10px 10px 50px #2e2315 inset, -10px -10px 50px #2e2315 inset;
}
#rombo .contenido .texto {
  border-radius:4px;
 font-family: "Cuprum";
  color:#ca952f;
 position: relative;
  overflow:hidden;  
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);  
  text-transform:uppercase;
 
}

.paddtab {
  padding-left: 15px;
  border-left: 1px solid #fff;
}

#horoscope .days td {
  width: 60px;height: 60px;padding: 4px;border: 1px solid #999;vertical-align: top;
}

#horoscope .days td:hover {
  border: 2px solid #ff555e;
  background-color: #999;
}

#horoscope .highlight {
  font-weight: bold;
  background-color: #ffd800;/*#ff555e;*/
  /*height: 100%;*/
}

.allnews-one-date {
    position: absolute;
    top: 15px;
    color: #ffffff;
    background: #f98389;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    font-size: 12px;
}

.allnews-one-title {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    background: #00000099;
    padding-left: 10px;
    padding-right: 10px;height: 45px;
    text-overflow: ellipsis;margin-right: 10px;
    overflow: hidden;
    min-height: 45px;
    /*display: flex;*/
    align-content: center;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
}
.allnews > li:hover {
    .allnews-one-title {
        height: auto;
    }
}
.allnews-one-title:hover {
    height: auto;
}

.upScroll {
    background: #f5f5f5;
    color: #666666 !important;
    padding: 12px;
    position: fixed;
    bottom: 350px;
    right: 20px;
    padding: 6px 10px;
    display: none;
    z-index: 1100;
}