h1 {
    font-family: "Merriweather",Georgia,serif;
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizelegibility;
    font-style: normal;
    font-weight: 400;
    color: #666666;
}

/* Flaired edges, by Tomas Theunissen */ 
.style-seven { 
    width: 100%;
    height: 30px;
    border-style: solid; 
    border-color: black; 
    border-width: 1px 0 0 0; 
    border-radius: 20px; 
} 
.style-seven:before { 
    /* Not really supposed to work, but does */ 
    width: 100%;
    display: block; 
    content: ""; 
    height: 30px; 
    margin-top: -31px; 
    border-style: solid; 
    border-color: black; 
    border-width: 0 0 1px 0; 
    border-radius: 20px; 
}

hr.divisor {
    margin: 4em 0;
    border: none;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    color: #333;
    text-align: center;
}

hr.divisor:after {
    content:" ";
    display: inline-block;
    position: relative;
    top: -1.2em;
    font-size: 1.5em;
    padding: 19px 1.75em;
    background: #fff url(../img/sun.png) no-repeat scroll center;
    background-size: 40px 40px;
    height: 50px;
}


element.style {
    animation-name: fadeInUp;
    visibility: visible;
}
h2.with-breaker::before {
    bottom: 18px;
}
.with-breaker::before {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: 14px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    width: 140px;
    z-index: 3;
}
*::before, *::after {
    box-sizing: border-box;
}
#navigation ul.sub-menu li a, #top-navigation ul.sub-menu li a, #header a#close-navigation-mobile, #header #navigation-mobile li a, #ticker h4, .with-breaker::after, .main-container pre, .main-container .btn, #footer a {
    color: #e7e7e7;
}
.with-breaker {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
h1.with-breaker:before{
    bottom: 21px;
}
h2.with-breaker:before{
    bottom: 17px;
}
.with-breaker::after {
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 0.6em;
    font-style: normal;
    font-weight: normal;
    margin-top: 15px;
}
.with-breaker:before {
    width: 140px;
    height: 2px;
    z-index: 3;
    display: block;
    content: "";
    left: 50%;
    margin-left: -70px;
    background: #E7E7E7;
    position: absolute;
    bottom: 14px;
}

.portfolio .metadatos {
    font-size: 0.6em;
    line-height: 1.6em;
    margin: 0px;
    padding: 0px;
}    

.portfolio .metadatos li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.portfolio .metadatos li i{
    margin-right: 5px;
}

.portfolio p {
    font-family: sans-serif;
    color: #777;
    font-size: 0.7em;
    line-height: 1.7em;
}

.portfolio h3 {
    color: #444;
}

.portfolio h3 {
    color: #444;
}

#carousel{
    height: 200px;
    overflow:hidden;
}

.flexslider {
    background: #ffffff none repeat scroll 0 0;
    border: 4px solid #888888;
    border-radius: 4px;
    margin: 0 0 60px;
    position: relative;
    padding: 0;
}

#carousel {
    background: #888888;
    height: 100px;
    overflow: hidden;
}

#carousel img {
    cursor: pointer;
    display: block;
    opacity: 1;
}

.flexslider .slides img {
    height: auto;
}

.flexslider .slides img {
    display: block;
}
