body{
    font-family: 'Signika Negative', sans-serif;
    color: #000000;
    background-color: #fff;
}
ul {
    list-style: none;
    margin:0;
    padding:0;
}
.navbar-nav li a:hover, 
.navbar-nav li a:focus {
    outline:none;
    outline-offset: 0;
    text-decoration:none;  
    background: transparent;
}
.navbar {
    border: none;
}
a {
    color: #444;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
a:focus, 
a:hover {
    text-decoration: none;
    outline: none;
    color: #9c9c9c;
}
h1 {
    font-size:36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:500;
}


.mgt-10{
    margin-top: 10px !important;
}
.mgt-20{
    margin-top: 20px !important;
}
.mgt-30{
    margin-top: 30px !important;
}
.mgb-20{
    margin-bottom: 2000px !important;
}
.fontzero {
    text-indent: -9999px !important;
    margin: 0;
}
.section {
    position:relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.hidden-title{
    margin: 0;
    padding: 0;
    font-size: 0px;
    text-indent: -9999px;
}
.aside-title h1{
    margin-bottom: 20px !important;;
}
.section-title h1{
    margin: 0;
    padding: 0;
}
.section-title h1{
    color:#000;
    font-weight:600;
    font-size: 1.4em;
}
.section-title li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 0px;
}
.section-title:before {
    content: ' ';
    display: block;
    height: 2px;
    margin-bottom: 10px;
    background-color: #ed1c24;
}
.cat-nav li a{
    color: #222;
    font-size: 1.1em;
}
.cat-nav li a:hover{
    text-decoration: underline;
}
.section-title.list-inline {
    margin-left: 0px;
}
.color-sociedade .section-title:before{
    background-color: #A23308 !important;
}
.color-sociedade .section-title a:hover{
    color: #A23308 !important;
}
.color-cultura .section-title:before{
    background-color: #DB9221 !important;
}
.color-cultura .section-title a:hover{
    color: #DB9221 !important;
}
.color-desporto .section-title:before{
    background-color: #0F6F2F !important;
}
.color-desporto .section-title a:hover{
    color: #0F6F2F !important;
}
.color-caderno .section-title:before{
    background-color: #489ee7 !important;
}
.color-caderno .section-title a:hover{
    color: #489ee7 !important;
}
.color-internacional .section-title:before{
    background-color: #641D47 !important;
}
.color-internacional .section-title a:hover{
    color: #641D47 !important;
}
.color-economia .section-title:before{
    background-color: #95170B !important;
}
.color-economia .section-title a:hover{
    color: #95170B !important;
}
.color-politica .section-title:before{
    background-color: #4C5784 !important;
}
.color-politica .section-title a:hover{
    color: #4C5784 !important;
}
.color-rosa .section-title:before{
    background-color: #D75F4E !important;
}
.color-rosa .section-title a:hover{
    color: #D75F4E !important;
}
.color-turismo .section-title:before{
    background-color: #558B2F !important;
}
.color-turismo .section-title a:hover{
    color: #558B2F !important;
}
.navbar-toggle {
    border: 1px solid #fff;
    margin-top: 13px;
}
.navbar-toggle .icon-bar {
    background-color: #384650;
}
.navbar-toggle, 
.navbar-fixed-top .navbar-toggle {
    border: 1px solid #384650;
}
.navbar-toggle .icon-bar, 
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #384650;
}

#menubar .navbar-nav .link{
    color: #fff;
}
#menubar .navbar-nav .link:hover{
    color: #eee;
}
.image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    color:#fff;
    position:relative;
}

.image-bg .section-title h1 {
    color:#fff;
}

.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
    border-color: inherit;
    background-color: inherit;
}

.badge {
    margin-left:5px;
    font-size:11px;
}

/* Sticky Nav CSS*/

#navigation .sticky-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: -1px;
    z-index: 9999;
    background: #000;
}
#navigation .sticky-nav .main-logo a{
    width: 210px;
    margin-top: -4px;
    margin-left: 16px !important;
    background: url(images/_logo_novagazeta_transp.png) no-repeat;
    background-size: 70%;
}
#navigation .sticky-nav #topbar {
    display:none;
}
.secondary-logo {
    display:none;
}
#navigation .sticky-nav .secondary-logo {
    display:block;
    position:absolute;
    left:15px;
    top:10px;
}
#navigation .sticky-nav .navbar-nav {
    margin-left:220px;
} 

#navigation .navbar{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*dropdown*/

@media (max-width: 999px) {
    .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: #fff;
    }
    #navigation .navbar-header {
        float: none;
    }
    #navigation .navbar-toggle {
        display: block;
    }
    #navigation .navbar-collapse.collapse {
        display: none !important;
    }
    #navigation .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
    /*Design for max-width: 1200px*/
    #navigation .navbar-collapse,
    #navigation .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 1000px) {
    /*Navbar Collapse*/
    #navigation .navbar-collapse {
        padding: 0;
    }
    #navigation .navbar-nav li, .dropdown {
        position:relative;
    }
    /*Navbar*/
    #navigation .navbar-nav {
        top: 2px;
    }
    /*Dropdown Menu*/
    #navigation .dropdown-menu { 
        padding:15px 0;
        min-width:160px;
        border-radius: 0; 
        z-index: 9999 !important;
        margin-top: 0px !important;
        background-color:#fff;
        border: none;
    }
    #navigation .language-dropdown .dropdown-menu {
        min-width:75px;
    }
    #navigation .language-dropdown.open > .dropdown-menu, 
    #navigation .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }	
    #navigation .open > .dropdown-menu,
    #navigation-v1 .open > .dropdown-menu {
        display: none;
    }
    #navigation .more .dropdown-menu {
        left:auto;
        right:0;
        min-width:200px;
    }
}

#navigation .navbar-nav .mega-cat-dropdown, 
#navigation .navbar-nav .mega-dropdown {
    position:inherit;
}
#mainmenu .mega-cat-menu{
    background-color: #fff;
    padding:0;
    border: none;
    min-width:100%;
    border-radius: 0; 
    z-index: 9999 !important;
    margin-top: -2px !important;		
    left:-1px;
}
#mainmenu .sub-catagory {
    overflow:hidden;
}
#mainmenu .sub-catagory ul li a{
    font-size:12px;
    text-transform:uppercase;
    color:red;
    padding:4px;
    z-index:1000;
    position:relative;
    border-bottom:2px solid transparent;
}
#mainmenu .posts a:hover {
    color:#ed1c24;
}
#mainmenu .dropdown-menu> li> a{
    font-size:14px;
    text-transform:capitalize;
    padding:0px 20px;
}
#mainmenu .dropdown-menu> li> a:hover{
    color: #ed1c24;
}
#mainmenu .mega-menu {
    min-width:100%;
    background-color:#fff;
    padding-bottom:45px;
}
#mainmenu .mega-menu h2 {
    font-size:15px;
    color:#333;
    font-weight:600;
}
#mainmenu .mega-menu ul {
    margin-left:0;
}
#mainmenu .mega-menu li a {
    display:block;
    padding:5px 0;
}
#mainmenu .mega-menu .entry-thumbnail {
    margin-top:25px;
}

/*==============================
========= Top bar section=======
================================*/
#navigation {
    background-color:#fff;
}
#navigation .navbar .topbar  {
    border-bottom: 1px solid #eee;
}
#topbar {
    float:none;
}
.navbar-brand {
    padding: 0 15px;
}
.main-logo .navbar-brand{
    width: 360px;
    height: 83px;
    margin-top: -10px;
    background: url(images/_logo_novagazeta.png) no-repeat;
    background-size: 100%;
}
.homepage .navbar-brand {
    padding:0 15px;
}

#navigation .container .navbar-brand {
    margin-left:0px;
}

#topbar-right {
    float:right;
}

.language-dropdown, 
#date-time, 
#weather {
    display:inline-block;
    margin-left:20px;
    padding-left:20px;
    line-height:60px;
    color:#525b6e;
    font-size:14px;
}

#topbar-right #weather img {
    max-width:61px;
}

#date-time, #weather {
    border-left:1px solid #ebecee;
}

.searchNlogin {
    float:right;
    position:relative;
    margin-right:-15px;
}

.searchNlogin li{
    float:left;
    border-left:1px solid #ebecee;
    padding:15px 20px;
    color:#aeaeae;
    cursor:pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.searchNlogin li:hover {
    color:#525b6e;
}

.user-section {
    float:right;
}

#mainmenu {
    padding-right:0;
    padding-left: 0;
    margin-left:-15px;
    margin-right:-15px;
}

.search{
    position: absolute;
    top: 0;
    z-index: 10;
    right: 110px;
    width: 0;
    opacity:0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.expanded .search {
    opacity:1;
    width: 300px;
}

.search-form{
    padding-left: 0;
    height: 52px;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    width: 100%;
    border: 1px solid #eee;
    background-color:#f2f3f5;
    border-right:0;
}

.expanded .search-form {
    padding-left: 15px;
    padding-right: 15px;
}

.expanded .search-icon {
    background-color:#f2f3f5;
    border-left-color:#f2f3f5;
    color:#525b6e;
}

#navigation .dropdown-menu.top-user-section, 
.dropdown-menu.top-user-section {
    padding: 0;
    border-top: 0;
    position: absolute;
    right:15px;
    top:52px;
    min-width: 360px;
    background-color: #3a3a3a;
    z-index: 10;
    left:inherit;
    margin-top:0 !important;
}

.dropdown-menu.top-user-section {
    right:0;
}

.top-user-form:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid #3a3a3a;
    top: -5px;
    right: 1px;
}

.top-user-section a {
    color:#fff;
}
.top-user-form {	
    padding: 30px;
    font-size:12px;
    overflow:hidden;
    cursor:default;
}
.create-account {	
    padding:20px 30px 17px;
    background-color:#1f1f1f;
    text-align:center;
    text-transform:uppercase;
    font-size:14px;
    font-weight:300;
}
.input-group {
    margin-bottom:20px;
}
.top-user-form .btn {
    float:right;
    margin-top:10px;
    font-size:12px;
    text-transform:uppercase;
    padding:8px 30px;
    color:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-user-form .reset-user {
    float:left;
    margin-top:16px;
}
.input-group-addon {
    background-color:#fff;
    border:0;
}
.input-group img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.form-control:active img, 
.input-group:hover img  {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.input-group .form-control {
    border:0;
}
#navigation .user-panel:hover .dropdown-menu.top-user-section {
    display:block;
}


/*==============================
========= Navigation ===========
================================*/

.navbar {
    border-radius:0;
    border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
#mainmenu li a:hover {
    color:inherit;
}
#mainmenu .home{
    color:#ed1c24;
}
#mainmenu .business {
    color:#00aeef;
}
#mainmenu .politics {
    color:#0072bc;
}
#mainmenu .sports {
    color:#f26522;
}
#mainmenu .world {
    color:#f7941d;
}
#mainmenu .technology {
    color:#8dc63f;
}
#mainmenu .environment {
    color:#00a651;
}
#mainmenu .health {
    color:#92278f;
}
#mainmenu .entertainment {
    color:#1cbbb4;
}
#mainmenu .lifestyle {
    color:#ed145b;
}
#mainmenu .more {
    color:#2f2f2f;
}


/*==============================
========= Main Content==========
================================*/
.comments{
    margin: 10px auto 30px; 
}
.feature-post {
    position:relative;
}
.feature-post .post-content {
    position:absolute;
    bottom:0;
    left:0;
    padding:25px 35px;
    z-index:1;
    color:#fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.13) 18%, rgba(0,0,0,0.33) 36%, rgba(0,0,0,0.74) 70%, rgba(0,0,0,0.91) 87%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.13) 18%,rgba(0,0,0,0.33) 36%,rgba(0,0,0,0.74) 70%,rgba(0,0,0,0.91) 87%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.13) 18%,rgba(0,0,0,0.33) 36%,rgba(0,0,0,0.74) 70%,rgba(0,0,0,0.91) 87%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    border-radius: 0;
    width:100%;
}

.feature-post .entry-title a, 
.feature-post .entry-meta a, 
.feature-post .entry-title a:hover, 
.feature-post .entry-meta a:hover{
    color:#fff;
}
.entry-meta {
    font-size:13px;
}
.post {
    overflow:hidden;
    margin-top:25px;
    background-color:#f9f9f9;
}
.posts {
    overflow:hidden;
    margin-top:25px;
}
.post.feature-post {
    background-color:inherit;
}
.post .entry-title {
    font-size:20px;
    margin-top:10px;
}
.catagory {
    position:absolute;
    top:20px;
    right:20px;
    z-index:2;
}
.catagory a{
    color: #fff;
    display: block;
    padding: 3px 12px;
    font-size: 12px;
    text-transform: uppercase;
}
.studant .catagory.sports a,
.studant .catagory.entertainment a{
    background-color: #122862;
}
.catagory.world a {
    background-color: #f7941d;
}
.catagory.health a {
    background-color: #92278f;
}
.catagory.entertainment a {
    background-color: #1cbbb4;
}
.catagory.technology a {
    background-color: #8dc63f;
}
.catagory.politics a {
    background-color: #0072bc;
}
.catagory.categ a {
    background-color: rgba(0,0,0,0.7);
}
.catagory.business a {
    background-color:#00aeef;
}
.catagory.sports a{
    background-color:#ed1c24;
}
.catagory.environment a{
    background-color:#00a651;
}
.catagory.lifestyle a{
    background-color:#1cbbb4;
}

.post_in_update {
    background: #ed1c24;
    padding: 3px 10px;
    font-size: .8em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    display: inline-block;
}
.post_in_update.mt-15{
    margin-top: 15px !important;
}
.post_in_update.mb-15{
    margin-bottom: 15px !important;
}
.post_in_update.font{
    font-size: .7em !important;
}

.post img, .post-content, .entry-meta, .entry-title {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.feature-post:hover .post-content {
    padding-top:50%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 18%, rgba(0,0,0,0.42) 36%, rgba(0,0,0,0.85) 70%, rgba(0,0,0,0.95) 87%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 18%,rgba(0,0,0,0.42) 36%,rgba(0,0,0,0.85) 70%,rgba(0,0,0,0.95) 87%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 18%,rgba(0,0,0,0.42) 36%,rgba(0,0,0,0.85) 70%,rgba(0,0,0,0.95) 87%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.entry-thumbnail{
    overflow:hidden;
}

.img-60 img{
    width: 100%;
    height: 60px;
}
.img-90 img{
    width: 100%;
    height: 90px;
}
.img-135 img{
    width: 100%;
    height: 135px;
}
.img-160 img{
    width: 100%;
    height: 160px;
}
.img-150 img{
    width: 100%;
    height: 150px;
}
.img-200 img{
    width: 100%;
    height: 200px;
}
.img-205 img{
    width: 100%;
    height: 205px;
}
.img-202 img{
    width: 100%;
    height: 202px;
}
.img-218 img{
    width: 100%;
    height: 218px;
}
.img-320 img{
    width: 100%;
    height: 320px;
}
.img-355 img{
    width: 100%;
    height: 355px;
}

.img-325 img{
    width: 100%;
    height: 325px;
}
.img-350 img{
    width: 100%;
    height: 350px;
}
.post img:hover {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}
.post .carousel-inner .item img, 
.post .add img, 
.post.feature-post img {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.owl-controls .owl-pagination {
    float:right;
    margin-top:-40px;
    position:relative;
    padding-right:25px;
}
.owl-theme .owl-controls .owl-pagination {
    text-align:center;
}
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px;
    background-color:#fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/*ADVERSITING TOP*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    /*    transition: transform 5000ms linear 0s;
        transform: scale(1.05, 1.05);*/
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.ads-top img{
    width: 100%;
    height: 90px !important;
    background: #f9f9f9;
}
.ads-bg {
    background: #f9f9f9;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/*ADVERSIMENT*/

.add.featured-add {
    margin-top:30px;
}
.add {	
    position:relative;
    margin-top:20px;
}
.add.inner-add {	
    margin-bottom: 40px;
}
.google-add, 
.google-add:hover {
    text-align:center;
    background-color:transparent;
    border-bottom:0;
}
.google-add .add {
    display:inline-block;
    max-width:728px;
    height:90px;
}
.add:before {
    position:absolute;
    right:0;
    top:-15px;
    content:"Publicidade";
    font-size:10px;
    color:#a5a5a5;
}
.add img {
    display:inline-block;
    width: 100%;
}

.post-content {
    padding: 30px 30px 10px;
    min-height: 170px;
}
.post-content-2 {
    padding: 30px 30px 10px;
    min-height: 120px;
}
.post-content i {
    margin-right:5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post.medium-post .entry-title {
    text-transform:initial;
    font-size:18px;
    line-height:1.3;
}
.entry-title a, .entry-meta a {
    color:#000;
}
.entry-title a:hover{
    color:#ed1c24;
}

/*DESTAQUE EDITORIAL*/
.destaque_editorial{
    padding-top: 5px;
}
.destaque_editorial h1{
    font-size: 1.3em;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.destaque_editorial .cat{
    font-size: .9em;
    margin: 0;
    color: #fff;
    background: #333;
    padding: 2px 6px;
    border-radius: 2px;
    display: inline-block;
}
.destaque_editorial span{
    font-size: .9em;
    color: #555;
    display: block;
    margin-top: 4px;
}
.destaque_editorial li{
    list-style: disc;
}

/*LATEST-NEWS*/
.latest-news{
    margin-bottom: 30px;
}
.latest-news-mt{
    margin-top: 25px;
}
.latest-news>h1{
    font-size: 1.3em;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.latest-news>h1:before{
    content: ' ';
    display: block;
    width: 70px;
    height: 5px;
    background-color: #ed1c24;
    letter-spacing: -2px;
    margin: 1em 0 .6em;
}
.latest-news .post-content-last h1{
    font-size: .8em;
    margin: 20px 0 0;
    color: #777;
    text-transform: uppercase;
    line-height: 1.3;
} 
.latest-news .post-content-last h2{
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
} 
.latest-news .entry-meta{
    margin-bottom: 8px;
    color: #666;
    font-size: .8em;
    text-transform: uppercase;
} 

/*CADERNO DE ESTUDANTE*/
.argolas {
    background: #f6fafe;
    background-image: url('images/linha.png'), url('images/argola.png');
    background-repeat: repeat-y;
    background-size: 100%, 25px;
    position: relative;
    height: 100%;
    padding: 0 20px 15px 40px;
}
.left-content.argolas{
    padding: 25px 20px 15px 40px;
}
.home .post {
    margin-top: 25px;
    background-color: transparent;
}
.home .post-content {
    padding: 20px 10px 10px;
}
.home .list-post li a {
    padding: 17px 10px;
}
/*.argolas img{
    width: 25px;
    height: 100%;
    position: absolute;
    left: 10px;
    z-index: 2;
}*/
/*.home .argolas img{
    left: -3px;
}*/
.line{
    /*position: relative;*/
    /*background: #f6fafe url(images/linha.png) repeat-y;*/
    /*    height: 100%;
        width: 100%; 
        padding: 0 25px 15px 45px;*/
}
/*.home.line{
    padding: 0 0 0 35px;
}
*/
.book-title{
    font-size: 50px;
    color: #1e84a5;
    font-weight: 600;
    padding: 15px;
    background: rgba(68,187,226, .5);
    text-align: center;
    border-radius: 300px;
    margin-bottom: 20px;
}
.site-content .argolas img{
    width:25px;
    height: 10%;
}
.site-content .line{
    padding: 20px 25px 15px 45px;
}



.professor{
    text-align: center;
    font-size: 2em;
}
.professor img{
    width: 65%;
    margin: 0 auto;
}
.professor a{
    color: #000;
    font-family: 'Waiting for the Sunrise', cursive;
}
.professor a:hover{
    text-decoration: underline;
}
.prof-ferrao img{
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.prof-ferrao p{
    font-size: 1.8em;
}
.prof-ferrao .lead p {
    line-height: 1.3;
    font-size: .9em;
    font-weight: 300;
    color: #333;
    margin-bottom: 1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.section_single_page{
    position:relative;
    margin-top: 30px;
}
.legend, .credits {
    width: 100%;
    padding: 8px 0 5px;
    font-size: .875em;
    color: #777;
    text-transform: uppercase;
}
.legend {
    text-align: right;
}
.cat-menu {
    position:absolute;
    top:0px;
    right:0;
}
.section  .cat-menu {
    visibility: hidden;
}
.section:hover > .cat-menu {
    visibility: visible;
}
.cat-menu a {
    font-size:12px;
    text-transform:uppercase;
    padding-bottom:8px;
    color:#525b6e;
}
.list-post {
    padding-bottom:10px;
}
.list-post li{
    border-top:1px solid #eee;
}
.list-post li a{
    display:block;
    padding:17px 30px;
    color:#000;
    font-size:18px;
}
.list-post li a:hover{
    color:#ed1c24;
}
.list-post li a i {
    float:right;
}
.small-post .post-content {
    padding:20px 20px 0px 20px;
    min-height: 80px;
}
.post.small-post .entry-title {
    font-size: 18px;
    line-height:20px;
    margin-top:5px !important;
}
.entry-content {
    color:#888;
    font-size:15px;
    font-weight: 300;
}
.left-content .post .entry-title {
    margin-bottom:20px;
    margin-top:12px;
}

/*FOTO GALERIA*/

#photo-gallery {
    background-color:#f9f9f9;
    margin-bottom: 40px;
}
#photo-gallery .item h1 {
    font-size:18px;
    padding:30px;
    margin-top:0;
    margin-bottom:10px;
    min-height: 100px;
}
#photo-gallery .item h1 a {
    color:#000;
}
#photo-gallery .item h1 a:hover {
    color:#ed1c24;
}
.gallery-indicators {
    position: inherit;
    width: 100%;
    left: 0;
    margin-left: 0;
    text-align:left;
    padding:5px 30px;
}
.gallery-indicators li, 
.gallery-indicators li.active {
    width:80px;
    height:50px;
    border-radius:4px;
    margin:3px;
}
.gallery-indicators li img {
    width:80px;
    height:50px;
}
.gallery-indicators li {
    opacity:0.4;
}
.gallery-indicators li.active, 
.gallery-indicators li:hover {
    opacity:1;
}
.gallery-turner {
    position:absolute;
    right:28px;
    bottom:37px;
    font-size:25px;
    z-index:50;
}
.gallery-turner a {
    margin:5px;
}

/*RESULTADOS DE JOGO*/
.football-result .featured-result {
    background-image:url(images/estadio_bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#2f5088;
    color:#fff;
    text-align:center;
    padding:30px 20px;
}
.football-result .featured-result h2{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
    text-transform:uppercase;
}
.football-result .featured-result img{
    width: 54px;
    height: 54px;
}
.featured-result .verses {
    font-size:24px;
    text-transform:uppercase;
    display:block;
    margin-bottom:10px;
}
.featured-result .match-result {
    font-size:24px;
}
.league-result {
    background-color:#fff;
    text-align:center;
}
.league-result ul li {
    border-bottom:1px solid #f2f3f5;
    padding: 20px 25px;
}
.league-result img {
    display:inline-block;
    margin-top:-3px;
    width: 35px;
    height: 30px;
}
.league-result span {
    font-size:16px;
    text-transform:uppercase;
    margin-top:5px;
}
.league-result .col-xs-4 {
    padding-left:0;
    padding-right:0;
}

/*AREA DE VIDEO*/

/*  VIDEO PLAYER CONTAINER */
.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px; 
    height: 0; 
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*  VIDEOS PLAYLIST */
.video-bg{
    background: #222;
    margin-top: 20px;
}
.vid-list-container {
    width: 92%;
    overflow: hidden;
    margin-top: 20px;
    margin-left:3%;
    padding-bottom: 10px;
}
.vid-list {
    width: 1344px;
    position: relative;
    top:0;
    left: 0;
}
.vid-item {
    display: block;
    width: 148px;
    min-height: 160px;
    float: left;
    margin: 0;
    padding: 10px;
}
.thumb {
    position: relative;
    overflow:hidden;
    height: 84px;
}
.thumb img {
    width: 100%;
    position: relative;
    top: -13px;
}
.vid-item .desc {
    color: #21A1D2;
    font-size: 15px;
    margin-top:5px;
}
.vid-item:hover {
    background: #eee;
    cursor: pointer;
}
.arrows {
    position:relative;
    width: 100%;
}
.arrow-left {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 10px;
    left: -16px;
    top: -130px;
    z-index: 99;
    cursor: pointer;
}
.arrow-right {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 10px;
    right: -16px;
    top: -130px;
    z-index:100;
    cursor: pointer;
}
.arrow-left:hover {
    background: #CC181E;
}
.arrow-right:hover {
    background: #CC181E;
}

@media (max-width: 624px) {
    body {
        margin: 15px;
    }
    .caption {
        margin-top: 40px;
    }
    .vid-list-container {
        padding-bottom: 20px;
    }
    /* reposition left/right arrows */
    .arrows {
        position:relative;
        margin: 0 auto;
        width:96px;
    }
    .arrow-left {
        left: 0;
        top: -17px;
    }
    .arrow-right {
        right: 0;
        top: -17px;
    }
}

/*SIDEBAR*/
.widget .post-list {
    background-color:#f9f9f9;
}
.widget .post-list li {
    border-top:1px solid #f2f3f5;
    padding:25px;
    padding-bottom:15px;
}
.widget .post-list .post {
    border-bottom:0;
    margin-top:0;
}
.widget .post-list .small-post .post-content {
    padding:0 0 0 15px;
}
.weather-widget {
    background-color: #f9f9f9;
    text-align:center;
    padding:5px 35px 45px 35px;
    margin-top: 25px;
}
.weather-widget img {
    margin-left:50px;
    width: 120px;
}
.weather-widget span {
    display:block;
}
.weather-widget .weather-type {
    margin-top:-20px;
    color:#b4b4b4;
    text-transform:uppercase;
    font-size:12px;
}
.weather-widget .weather-temp {
    font-size: 25px;
    font-weight:700;
    color:#525b6e;
    margin-top: -15px;
}
.weather-widget .weather-date {
    text-transform:uppercase;
    font-size:14px;
}
.weather-widget .weather-region {
    font-size:12px;
    margin-bottom:25px;
}

.weather-widget .weather-humidity {
    float:left;
    background:url(images/weather2.png)left center no-repeat;
    padding-left:25px;
}

.weather-widget .weather-wind {
    float:right;
    padding-left:30px;
    background:url(images/weather1.png)left center no-repeat;
}

/*JORNAL PDF*/
.newspaper{
    margin-top: 30px;
    margin-bottom: 40px;
}
.newspaper img{
    width: 100%;
    height: 320px;
    border: solid 1px #eee;
}
.newspaper .btn{
    background: #ed1c24;
    border-radius: 3px;
    margin: 10px 0;
    border: 0;
    color: #fff;
}
.newspaper .btn:hover{
    background: #000;
}
.newspaperpage{
    margin-top: 40px;
}
.newspaperpage .item{
    border: solid 1px #eee;
    padding: 8px;
    margin-bottom: 20px;
}
.newspaperpage img{
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}
.newspaperpage .item p{
    line-height: 1;
    margin: 8px;
    color: #666;
    font-size: .900em;
}
.newspaperpage .item .edition{
    color: #ed1c24;
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 15px;
}
.newspaperpage .item .btn{
    padding: 4px 6px;
    background: #000;
    color: #fff;
    border: 0;
    font-size: .9em;
}
.newspaperpage .item .btn:hover{
    background: #ed1c24;
}

/*MAIS POPULAR*/
.post-more-popular article h1{
    font-size: 1.1em;
}
.post-more-popular article h1 a{
    color: #222 !important;
    font-weight: 600;
}
.post-more-popular .post_popular_data{
    float: left;
    width: 25%;
    margin-right: 2%;
    margin-top: 20px;
    font-size: 1.4em;
}

.post-more-popular .post_popular_title{
    float: left;
    width: 73%;
}

/*OPINIÃO*/
.post_opinion{
    margin-top: 40px;
}
.post_opinion .opinion_thumb{
    width: 32%;
    float: left;
    margin-right: 4%;
}
.post_opinion .opinion_thumb img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 15px;
}
.post_opinion .opinion_content{
    width: 64%;
    float: right;
}
.post_opinion article{
    margin-bottom: 25px;
    height: auto;
    overflow: hidden;
}
.post_opinion .opinion_content h1{
    font-size: 1.2em;
    margin: 5px 0 5px;
}
.post_opinion .opinion_content p{
    font-size: 1em;
    margin: 0;
    color: #444;
}
.post_opinion .opinion_content .cat{
    font-size: .9em;
    margin: 0;
    color: #fff;
    background: #333;
    padding: 2px 6px;
    border-radius: 2px;
    display: inline-block;
}
.post_opinion .opinion_content span{
    font-size: .9em;
    color: #555;
    display: block;
    margin-top: 4px;
}
.post_opinion .opinion_content p a{
    font-size: 1em;
    color: #333;
}
.post_opinion .opinion_content p a:hover{
    color: #ed1c24;
}


/*ADVERSIMENT MODAL*/
#adsModal{
    margin-top: 4%;
}
#adsModal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none !important; 
    border-radius: 0 !important;  
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
#adsModal .modal-body{
    padding: 0;
}
#adsModal .modal-body img{
    width: 100%;
    height: 450px;
    border: none;
}
#adsModal .close{
    position: absolute;
    right: -25px;
    top: -25px;
    font-size: 2em;
    color: #000;
    font-weight: 800;
}
@media only screen and (max-width: 641px) {
    #adsModal .modal-body img{
        width: 100%;
        height: 300px;
    }
    .modal-content {
        position: relative;
        background: transparent;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0;
        border-radius: 0;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


/*

#adsModal{
    margin-top: 4%;
}
#adsModal .modal-info{
    float: left;
    width: 20%;
    height: 480px;
    padding: 10px 20px;
    background-color: #ed1c24;
    color: #fff;
    position: relative;
}
#adsModal .modal-info p{
    font-size: 1.8em;    
    font-weight: 300;
}
#adsModal .modal-info ul{
    position: absolute;
    bottom: 20px;
}
#adsModal .modal-body{
    padding: 0;
    float: right;
    width: 80%;
}
#adsModal .modal-body img{
    width: 100%;
    height: 480px;
    border: none;
}
#adsModal .close{
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 2em;
    color: #000;
    font-weight: 800;
}
@media only screen and (max-width: 641px) {
    #adsModal .modal-body img{
        width: 100%;
        height: 300px;
    }
    .modal-content {
        position: relative;
        background: transparent;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0;
        border-radius: 0;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}*/

/* Pagination */
.pagination {
    font-size:14px;
    color:#fff;
    text-align: center;
    margin: 10px 0;
}
.pagination li:first-child a, 
.pagination li:last-child a {
    padding:10px 20px;
}
.pagination li:nth-child(2) a {
    /*padding-left:92px;*/
}
.pagination li:nth-child(11) a{
    padding-right:92px;
} 
.pagination li a{
    color:#fff;
    background-color:#27292a;
    border:1px solid #0e0f0f;
    padding:10px 15px;
}
.pagination li a:hover, 
.pagination .active>a, 
.pagination .active>a:focus, 
.pagination .active>a:hover{
    color:#fff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ed1c24;
    border-color: #ed1c24;
    padding: 10px 15px;
}
.page-breadcrumbs{
    position:relative;
}

/* lifestyle listing */
.listing-news .entry-header, 
.listing-news .post-content {
    float:left;
}
.listing-news .entry-header {
    width:55%;	
} 

.listing-news .post-content {
    width:45%;
    padding:40px 30px;
}
.listing-news .post-content .entry-title {
    margin-bottom:25px;
}
.listing-news .post {
    max-height:255px;
}

/* news details */
.page .navbar-header {
    position:absolute;
    left:15px;
    top:0;
    width:100%;
}
.details-news>p {
    font-weight: 300;
    font-size: 1.2em;
    color: #222;
    line-height: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.details-news .entry-title {
    font-weight: 900;
    font-size: 2.8em;
    line-height: 1;
    margin-top: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.details-news .entry-meta {
    margin-top:20px;
    margin-bottom:15px;
    font-size: .9em;
    color: #666;
    text-transform: uppercase;
}
.details-news .lead p {
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
}
.details-news .lead p {
    line-height: 1.3;
    font-size: .9em;
    font-weight: 300;
    color: #333;
    margin-bottom: 1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.details-news .author {
    margin-bottom: 20px;
}
.details-news .author img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-right: 8px;
}
.details-news .author>a {
    color: #000;
    font-weight: 600;
}
.details-news .author a:hover {
    color: #ed1c24;
}
.details-news .author p {
    font-weight: 900;
    color: #ed1c24;
}
.details-news .author i {
    font-size: .9em;
    margin-right: 5px;
    margin-left: 20px;
    vertical-align: middle;
}
.details-news .author span a{
    color: #666;
    font-weight: 300;
}
.details-news .entry-thumbnail img{
    width: 100%;
    height: 460px;
    /*margin-bottom: 20px;*/
}
.details-news .details-contents{
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
    overflow: hidden;
    height: auto;
}
.details-news .mouth{
    width: 27%;
    margin-right: 3%;
    float: left;
    text-align: center;
    position: relative;
}
.details-news .mouth img{
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
}
.details-news .mouth .mouth_name{
    font-weight: 700;
}
.details-news .mouth .mouth_name span{
    font-weight: 300 !important;
    color: #666;
    font-size: 1em;
    display: block;
    margin-bottom: 30px;
}
.details-news .mouth .mouth_content{
    margin-bottom: 50px;
}
.details-news .mouth .mouth_content p{
    font-weight: 300;
    color: #333;
    font-size: 1.6em;
    text-indent: 25px;
}
.details-news .mouth .aspas:before{
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.5em;
    color: #489ee7;
    left: 0px;
    display: block;
}
.details-news .mouth .aspas p:after{
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    font-size: 1em;
    color: #489ee7;
    right: 10px;
    display: block;
}
.details-news .cat_related{
    text-align: left;
}
.details-news .cat_related p{
    text-align: left;
    font-size: 1.1em;
    color: #ed1c24;
    text-transform: uppercase;
}
.details-news .cat_related ul li a{
    font-size: .8em;
    color: #555;
    line-height: 1.8;
    text-transform: uppercase;
}
.details-news .cat_related ul li a:hover{
    color: #ed1c24;
}
.details-news .details-content{
    color: #444;
    font-size: 16px;
    float: left;
}
.details-news .details-content:before {
    content: ' ';
    display: block;
    width: 70px;
    height: 1px;
    background-color: #7b8794;
    letter-spacing: -2px;
    margin: 1em 0;
}
.details-news .width-70p{
    width: 70%;
    float: left;
}
.details-news .width-100p{
    width: 100%;
}

/*POST RELATED*/
.post_related>h1{
    font-size: 1.3em;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.post_related>h1:before{
    content: ' ';
    display: block;
    width: 70px;
    height: 5px;
    background-color: #ed1c24;
    letter-spacing: -2px;
    margin: 1em 0 .6em;
}
.post_related .post-content-related h1{
    font-size: .8em;
    margin: 20px 0 0;
    color: #777;
    text-transform: uppercase;
    line-height: 1.3;
} 
.post_related h2.related-title{
    font-size: 1.3em;
    color: #333;
    font-weight: 300;
    margin: 10px 0 20px;
} 
.post_related .related .post-content-related h1{
    font-size: 1.2em;
    margin-top: 15px;
    color: #777;
    font-weight: 100;
    text-transform: none;
    line-height: 1.3;
} 
.prof.post_related .related .post-content-related h1{
    font-size: 1.2em;
    margin: 0;
    color: #777;
    font-weight: 100;
    text-transform: none;
} 
.post_related .related {
    height: auto;
    overflow: hidden;
    border-bottom: solid 1px #eee;
    margin: 0 15px 15px;
} 
.post_related .related li{
    list-style: disc;
} 

.post_related .post-content-related h2{
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
} 
.post_related article{
    margin-bottom: 35px;
} 
.post_related .entry-meta{
    margin-bottom: 8px;
    color: #666;
    font-size: .8em;
    text-transform: uppercase;
} 

/* 404 error page */
.error-page {
    padding-top:90px;
    padding-bottom:50px;
    color:#525b6e;
    background-color:#fff;
}
.error-page img{
    display:inline-block;
}
.error-page .logo{
    margin-bottom:75px;
}
.error-content img{
    margin-bottom:35px;
}
.error-content h1{
    font-size:48px;
    font-weight:500;
    margin-bottom:5px;
}
.error-content .btn-primary {
    margin-top:25px;
    margin-bottom:75px;
    padding:10px 20px;
    letter-spacing:2px;
}
.error-page .copyright{
    color:#b5b5b5;
}

/* index2 */
.homepage-two .language-dropdown, 
.homepage-two #date-time, 
.homepage-two #weather {
    line-height:35px;
}
.homepage-two #date-time {
    margin-left:0;
    padding-left:0;
}
.homepage-two #weather, 
.homepage-two .searchNlogin li{
    border-left:1px solid #dedfe0;
}
.homepage-two #weather {
    padding-right:20px;
}
.homepage-two .searchNlogin {
    margin-right:0;
}
.homepage-two .searchNlogin li {
    padding:7.5px 15px;
}
.homepage-two .search {
    right:45px;
    border-left:1px solid #dedfe0;
}
.homepage-two .search-form {
    height:35px;
}
.homepage-two .topbar{
    background-color:#eaebed;
}
.homepage-two .navbar {
    border-bottom:0;
}
.top-add {
    overflow:hidden;
    margin:30px 0;
    min-height: 90px;
}
.top-add .navbar-header {
    margin-top:15px;
}
.homepage-two #navigation {
    background-color:transparent;
}
.homepage-two #menubar {
    background-color:#000;
}

/*ULTIMA HORA*/

#breaking-news {
    background-color:#f5f5f5;
    overflow:hidden;
    margin-top:25px;
}
#breaking-news span {
    float:left;
    color:#fff;
    font-family: 'Signika Negative';
    text-transform:uppercase;
    font-size:16px;
    font-weight: 700;
    padding:10px 25px;
    background-color: #ed1c24;
}
#breaking-news ul li {
    padding:10px 20px;
}
#breaking-news ul li i {
    margin-right:10px;
}
#breaking-news ul li a {
    color:#525b6e;
}
#breaking-news ul li a:hover {
    color:#000;
}

.project-group{
    margin-top:31px;    
}
.project-group ul img{
    width: 121.5px;
    border-radius: 3px;
}
.project-group .list-inline>li {
    display: inline-block;
    padding-right: 0px; 
    padding-left: 10px; 
}

#main-slider, #main-slider-two {
    height:350px;
    overflow:hidden;
}

#main-slider .owl-item, 
#main-slider .feature-post, 
#main-slider-two .owl-item, 
#main-slider-two .feature-post{
    height:350px;
    border-radius:0;
    margin-top:0;
}
#main-slider .feature-post .catagory, 
#main-slider-two .feature-post .catagory{
    position:initial;
    display:inline-block;
    margin-bottom:5px;
}

#main-slider .feature-post .entry-title, 
#main-slider-two .feature-post .entry-title{
    font-size:20px;
    line-height:22px;
}

#main-slider .feature-post .post-content, 
#main-slider-two .feature-post .post-content{
    border-radius:0;
}
.section-title:before, 
.btn-primary, .badge, 
.catagory a, 
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span, 
#latest-news .owl-controls .owl-page.active span, 
#latest-news .owl-controls.clickable .owl-page:hover span, 
.widget.news-letter button, .pagination li a:hover, 
.pagination .active>a, .pagination .active>a:focus, 
.pagination .active>a:hover,  
.subscribe-me button, 
.top-user-form .btn:hover {
    background-color: #ed1c24;
}
#breaking-news span {
    background-color: #FFEB00;
    color: #000;
    font-weight: 800;
}

/* homepage-two fixed-nav */
.homepage-two.fixed-nav .sticky-nav .top-add{
    overflow:visible;
    position:absolute;
    top:0;
    left:0;
    margin:0;
}
.homepage-two.fixed-nav .sticky-nav #menubar {
    float:right;
}
.homepage-two.fixed-nav .sticky-nav #mainmenu {
    float:right !important;
}
.homepage-two.fixed-nav .sticky-nav #mainmenu .dropdown-menu {
    left:auto;
    right:0;
}
.homepage-two.fixed-nav .sticky-nav .top-add .navbar-right {
    display:none;
}
.homepage-two.fixed-nav .sticky-nav .top-add .navbar-header {
    margin-top: 0;
}
.homepage-two.fixed-nav #navigation .sticky-nav .navbar-nav {
    margin-left: 90px;
}
.homepage-two.fixed-nav #navigation .sticky-nav .navbar-brand {
    margin-left: 0;
}

/*SOCIAL ICONS*/
.social-icons li {
    margin-right:12px;
}
.social-icons li:last-child {
    margin-right:0;
}
.social-icons a i{
    color:#fff;
    font-size:24px;
    text-align:center;
    display:block;
    height:30px;
    width:30px;
    line-height:30px;
    border-radius:4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icons a .fa-facebook{
    background-color:#4968a9;
}
.social-icons a .fa-twitter{
    background-color:#00aeef;
}
.social-icons a .fa-google-plus{
    background-color:#d9232d;
}
.social-icons a .fa-youtube{
    background-color:#ed1c24;
}
.social-icons a:hover .fa-facebook, 
.author-listing .single-author .social-icons a:hover .fa-facebook, 
.author-social .social-icons a:hover .fa-facebook{
    background-color:#456098;
}
.social-icons a:hover .fa-twitter, 
.author-listing .single-author .social-icons a:hover .fa-twitter, 
.author-social .social-icons a:hover .fa-twitter{
    background-color:#039cd5;
}
.social-icons a:hover .fa-google-plus, 
.author-listing .single-author .social-icons a:hover .fa-google-plus, 
.author-social .social-icons a:hover .fa-google-plus{
    background-color:#c2242c;
}
.social-icons a:hover .fa-youtube, 
.author-listing .single-author .social-icons a:hover .fa-youtube, 
.author-social .social-icons a:hover .fa-youtube{
    background-color:#ce1b22;
}

/* AUTHOR DETAILS */
.author-header-link p{
    font-size: 2.5em;
    margin-top: 20px;
}
.author-header-link p span{
    font-size: .875em;
    font-weight: 700;
}
.author-header-link p a{
    color: #ed1c24;
    font-weight: 700;
}
.author-header-link p a:hover{
    text-decoration: underline;
}
.author-header h1{
    font-size: 2em;
}
.author-header h1 span{
    font-size: 1.5em;
}
.author-details {
    background-color:#f9f9f9;
    margin: 16px 0 20px;
    font-size:15px;
    overflow:hidden;
}
.author-details .author-heading {    
    background-color:#004981;
    color:#fff;
    position:relative;
    min-height:160px;
}
.author-details .author-profile {
    position:absolute;
    width:100%;
    bottom:30px;
    left:0;
    font-size:16px;
    padding:0 35px;
}
.author-details .author-profile h1{
    margin-bottom:5px;
    /*margin-top: 10px;*/
    font-size: 1.6em;
    color: #fff;
    font-weight: 700;
}
.author-details .author-name p{
    margin-bottom:0;
}
.author-details .author-name a{
    font-size: .875em;
    color: #fff;
    font-weight: 300;
}
.author-profile .author-gravatar {
    float:left;
    margin-right:25px;
}
.author-profile .author-gravatar img {
    /*border-radius:50%;*/
    width: 100px;
    height: 100px;
}
.author-profile .author-social {
    position:absolute;
    right:30px;
    bottom:15px;
}
.author-profile .author-social .social-icons li {
    margin-right: 0;
}
.author-profile .author-social .social-icons li i, 
.author-listing .single-author .social-icons li i{
    font-size:14px;
    height:25px;
    width:25px;
    line-height:25px;
    background-color:#d2d2d4;
    text-align: center;
    border-radius: 50%;
}
.author-profile .author-social .social-icons li i {
    color:#00223C;	
}
.author-listing .single-author .social-icons li i{
    color:#fff;
}
.author-profile .author-social .social-icons li a:hover i, 
.author-listing .single-author .social-icons li a:hover i {
    color:#fff;
}
.author-details .author-info {
    padding:30px 35px 20px;
    color:#555;
    line-height:22px;
}
.author-details .author-info h2 {
    margin-top:0;
    color:#525b6e;
    font-size:20px;
    font-weight: 700;
}
.author-post .author-post-header h2{
    font-size: 1.6em;
    color: #555;
    font-weight: 300;
    border-top: solid 1px #eee;
    padding-top: 30px;
    margin-bottom: 30px;
}
/* SINGLE AUTHOR */

.author-listing {
    margin-top:30px;
}
.author-listing .single-author {
    margin-bottom:30px;
    background-color:#f9f9f9;
    text-align:center;
    color:#000;
    padding-bottom:20px;
    min-height: 330px;
}
.author-listing .single-author .author-bg {
    min-height:140px;
}
.author-listing .single-author img {
    display:inline-block;
    width: 100%;
    height: 140px;
}
.author-listing .single-author .author-image {
    margin-top:-41px;
}
.author-listing .single-author .author-image img{
    height:100px;
    width:100px;
    border-radius:50%;
}
.author-listing .single-author h2 {
    margin-bottom:0;
    font-size: 1.3em;
}
.author-listing .single-author h2 a{
    color:#000;
    font-weight: 700;
}
.author-listing .single-author .social-icons li {
    margin-right:0;
    padding-right: 3px; 
    padding-left: 3px; 
}
.author-listing .single-author .author-info {
    margin-bottom:20px;
}

/*FICHA TECNICA*/
.ficha-tecnica{
    margin-bottom: 30px;
}
.ficha-tecnica h1{
    margin-bottom: 30px;
    font-weight: 600;
}
.ficha-tecnica .ficha-tecnica-content{
    border-left: solid 1px #eee;
    padding-left: 30px;
}
.ficha-tecnica .ficha-tecnica-content h2{
    font-size: 1.3em;
    font-weight: 600;  
    margin-bottom: 20px;
}
.ficha-tecnica .ficha-tecnica-content p{
    font-size: 1em;
    line-height: 1;
    font-weight: 300;
    color: #333;
}

/*VIDEO*/
/*.vid-main-wrapper {
    width: 100%;
    max-width: 1100px;
    min-width: 440px;
    background: #222;
    margin: 0 auto;
}
.vid-container {
    position: relative;
    height: 0; 
    width:70%;
    float:left;
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 400px;
}
.vid-list-container {
    width: 30%;
    height:400px;
    overflow: hidden;
    float:right;
}
.vid-list-container:hover, .vid-list-container:focus {
    overflow-y: auto;
}
ol#vid-list {
    margin:0;
    padding:0;
    background: #222;
}
ol#vid-list li {
    list-style: none;
}
ol#vid-list li a {
    text-decoration: none;
    background-color: #222;
    height:auto;
    overflow: hidden;
    display:block;
    padding:10px;
    border-left: 3px solid transparent;
}
ol#vid-list li a:hover {
    background-color:#666666;
    border-left: 3px solid #ed1c24;
    height: inherit;
}
ol#vid-list li.active a {
    background-color:#666666;
    border-left: 3px solid #ed1c24;
    height: inherit;
}

.vid-thumb {
    float:left;
    margin-right: 8px;
}
#vid-list .desc {
    color: #CACACA;
    font-size: 13px;
    margin-top:5px;
}

@media (max-width: 624px) {
    .caption {
        margin-top: 40px;
    }
    .vid-list-container {
        padding-bottom: 20px;
    }
}*/

/*AREA VIDEOS */
#news-video{
    margin-top: 25px;
}
#news-video .carousel-inner .item iframe{
    width: 100%;
    height: 400px;
    background: #000; 
}
#news-video .list-groups {
    position:absolute;
    top:25px;
    right:0;
    background: #000;
    height:400px;
    overflow-y: scroll;
}
#news-video .list-group-item h4{
    margin-top: 5px;
    font-size: 1em;
}
#news-video .list-groups.col-sm-4{
    padding-right: 0;
    padding-left: 0;
}
#news-video .list-group-item img{
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    width: 75px;
    height: 50px;
}
#news-video .list-group-item {
    border-radius:0px;
    cursor:pointer;
    border-left: 3px solid transparent;
}
#news-video .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: transparent;
    min-height: 70px;
    border: 1px solid transparent;
    border-right: transparent;
    border-left: 3px solid transparent;
    border-bottom: solid 1px #222;
}
#news-video .list-groups .active {
    background-color: #222;	
    border: 1px solid transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: solid 1px #222;
    border-left: 3px solid #D8765D;
}
#news-video .list-group-item:hover {
    background-color: #222;	
    border: 1px solid transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: solid 1px #222;
    border-left: 3px solid #D8765D;
}
#news-video.carousel {
    position: initial;
}
@media (min-width: 992px) { 
    #news-video {padding-right:33.3333%;}
    #news-video .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
    .carousel-caption p,
    #news-video .list-groups {display:none;} 
}

/*AREA GENTE  #D8765D  #D75F4E*/
#news-peaple{
    margin-top: 25px;
}
#news-peaple .carousel-inner .item img{
    width: 100%;
    height: 469px;
}
#news-peaple .carousel-caption {
    left:0;
    right:0;
    bottom:0;
    text-align:left;
    padding:20px;
    background:rgba(0,0,0,0.6);
    text-shadow:none;
}
#news-peaple .carousel-caption h1{
    font-size: 1.8em;
    font-weight: 300;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
#news-peaple .carousel-caption h1 a{
    color: #fff;
}
#news-peaple .carousel-caption h1 a:hover{
    text-decoration: underline;
}
#news-peaple .list-group {
    position:absolute;
    top:25px;
    right:0;
}
#news-peaple .list-group-item {
    border-radius:0px;
    cursor:pointer;
    border-left: 3px solid transparent;
}
#news-peaple .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: -1px;
    background-color: #D75F4E; 
}
#news-peaple .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #ccc;
    border-right: solid 1px #D75F4E;
    border-left: solid 1px #D75F4E;
    border-bottom: solid 1px #D75F4E;
}
#news-peaple .list-group-item:first-child {
    border-top: 1px solid #D75F4E;
}
#news-peaple .list-group .active {
    background-color: #222;	
    border: 1px solid transparent;
    border-left: 3px solid #D8765D;
}
#news-peaple .list-group-item:hover {
    background-color: #222;	
    border: 1px solid transparent;
    border-left: 3px solid #D8765D;
}
#news-peaple.carousel {
    position: initial;
}
@media (min-width: 992px) { 
    #news-peaple {padding-right:33.3333%;}
    #news-peaple .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
    .carousel-caption p,
    #news-peaple .list-group {display:none;} 
}

/*TURISMO*/
.tour .item-grid {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #e6e6e6;
}
.tour .item-grid .btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 7px 15px;
    margin-bottom: 10px;
    font-size: .9em;
    text-transform: uppercase;
    border: 0;
    border-radius: 2px;
    color: #fff;
}
.tour .item-grid .item-img {
    height: 240px;
    width: 100%;
    background-color: #eee;
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    overflow: hidden;
}
.tour .item-grid .item-img .item-overlay {
    width: 100%;
    height: 100%;
    line-height: 100%;
    font-size: .9em;
    text-align: center;
    color: #fff;
    background: rgba(29, 48, 16, 0.8);
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.tour .item-grid .item-img .item-overlay [class^="icon"] {
    margin-top: 95px;
    display: inline-block;
    font-size: 0px;
    width: 0;
    height: 0;
    line-height: 0;
    background: #558B2F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.tour .item-grid .item-img .item-overlay a {
    color: #fff;
}
.tour .item-grid .item-img:hover .item-overlay {
    opacity: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.tour .item-grid .item-img:hover .item-overlay [class^="icon"] {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tour .item-grid .item-desc {
    background: #ffffff;
    color: #4b4b4b;
    padding: 2px 20px 15px;
    -webkit-transition: all linear 2s;
    -moz-transition: all linear 2s;
    -ms-transition: all linear 2s;
    -o-transition: all linear 2s;
    transition: all linear 2s;
}
.tour .item-grid .item-desc .item-info .title {
    margin-right: 30px;
    font-size: 1.4em;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 2px;
    line-height: 1.2em;
}
.tour .item-grid .item-desc .item-info .title a {
    color: #4b4b4b;
}
.tour .item-grid .item-desc .item-info .title a:hover {
    color: #558B2F;
}
.tour .item-grid .item-desc .item-info [class^='icon'],
.tour .item-grid .item-desc .item-info .fa,
.tour .item-grid .item-desc .item-info .glyphicon {
    float: right;
    margin-bottom: 2px;
    line-height: 30px;
    font-size: 30px;
}
.tour .item-grid .item-desc .sub-title {
    min-height: 20px;
    margin-bottom: 15px;
    font-size: .8em;
    color: #979797;
    clear: both;
}
.tour .item-grid .item-desc .sub-title .location {
    float: left;
}
.tour .item-grid .item-desc .sub-title .grade {
    float: right;
}
.tour .item-grid .item-desc .item-detail {
    clear: both;
}
.tour .item-grid .item-desc .item-detail .left {
    width: 50%;
    float: left;
    text-align: left;
    vertical-align: middle;
}
.tour .item-grid .item-desc .item-detail .left .day,
.tour .item-grid .item-desc .item-detail .left .night {
    line-height: 30px;
    vertical-align: middle;
}
.tour .item-grid .item-desc .item-detail .left .day {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.tour .item-grid .item-desc .item-detail .left [class^='icon'],
.tour .item-grid .item-desc .item-detail .left .fa,
.tour .item-grid .item-desc .item-detail .left .glyphicon {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
    color: #bbbbbb;
    width: 20px;
}
.tour .item-grid .item-desc .item-detail .left .icon-moon {
    font-size: 16px;
}
.tour .item-grid .item-desc .item-detail .right {
    margin-left: 50%;
    font-size: .9em;
    text-align: right;
}
.tour .item-grid .item-desc .item-detail .price {
    font-size: 1.3em;
    margin-bottom: 5px;
}
.item .col-md-4:nth-child(1),
.item .col-md-4:nth-child(4),
.item .col-md-4:nth-child(7),
.item .col-md-4:nth-child(10),
.item .col-md-4:nth-child(13),
.item .col-md-4:nth-child(16) .item .col-md-4:nth-child(19) .item .col-md-4:nth-child(22),
.item .col-md-4:nth-child(25) {
    clear: left;
}
@media screen and (max-width: 992px) {
    .item .col-md-4:nth-child(1),
    .item .col-md-4:nth-child(4),
    .item .col-md-4:nth-child(7),
    .item .col-md-4:nth-child(10),
    .item .col-md-4:nth-child(13),
    .item .col-md-4:nth-child(16) .item .col-md-4:nth-child(19) .item .col-md-4:nth-child(22),
    .item .col-md-4:nth-child(25) {
        clear: none;
    }
    .item .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/*TURISMO SINGLE PAGE*/
.tourpage .tourpage-content h1{
    font-size: 35px!important;
    font-weight: 700;
    margin: 20px 0 5px;
    text-transform: uppercase;
}
.tourpage .tourpage-content .post-time{
    color: #999;
    font-size: 11px;
    margin: 10px 0 0;
    padding: 0 18px 0 0!important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}
.tourpage .tourpage-content .abstract{
    margin-bottom: 20px;
    margin-top: 20px;
}
.tourpage .tourpage-content .abstract p,
.tourpage .tourpage-content .content p{
    font-size: 16px;
    color: #4b4b4b;
    line-height: 26px;
}
.tourpage .tourpage-content .content>img{
    margin-bottom: 20px;
}

.tourpage .tour-related{
    margin-top: 50px;
    margin-bottom: 20px;
}
.tourpage .tour-related>h1{
    margin-bottom: 20px;
}
.tourpage .tour-related .card{
    margin-bottom: 20px;
}
.tourpage .tour-related h1{
    font-size: 18px!important;
    font-weight: 300;
    text-transform: none;
}
.tourpage .tour-related h1 a:hover{
    text-decoration: underline;
    color: #000;
}
.tourpage .article img{
    width: 100%;
    height: 200px;
}




.pagination li a:hover, 
.pagination .active>a, 
.pagination .active>a:focus, 
.pagination .active>a:hover{
    border-color:#ed1c24;
    background: #ed1c24;
}
.form-control:focus, 
.widget.news-letter input:focus,  
.subscribe-me button, 
.btn-danger {
    border-color:#ed1c24;
}
#mainmenu .sub-catagory ul li a:hover, 
.cat-menu .active a, 
.cat-menu a:hover{
    color: #ed1c24;
}

.widget.news-letter button:hover, 
.widget.news-letter button:focus{
    background-color: #f14950
}

/*AGENDAS */
.ag-title-ng{
    float: left;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.ag-title-ng:before{
    content: '';
    background: #ddd;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 35%;
    width: 100%;
    height: 1px;
    z-index: 0;
}
.ag-title-ng span{
    background: #ed1c24;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-left: 10px;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase;
    transform: skewX(-15deg);
    z-index: 1;
}

/*AGENDA EM DESTAQUE*/
.ag-featured-content{
    position: relative;
    margin-bottom: 20px;
}
.ag-featured-content img{
    width: 100%;
}
.ag-featured-content-item{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.ag-featured-content h1{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    width: 80%;
}
.ag-featured-content h1 a{
    color: #fff;
    font-weight: 300;
}
.ag-featured-content h1 a:hover,
.ag-item-content h1 a:hover{
    text-decoration: none;
}
.ag-featured-content .category a{
    font-size: 11px;
    color: #fff;
    font-weight: 300;
    background: #ed1c24;
    padding: 4px 7px 3px;
    border-radius: 2px;
    margin-right: 4px;
    text-transform: uppercase;
}
.date{
    color: #ed1c24;
}

/*CONTEUDO DA AGENDA*/
.cl-blog-line{
    width: 100%;
    border-top: 1px solid #eee;
    margin: 30px 0;    
}
.ag-item-content {
    box-sizing: border-box;
}
.ag-item-content .category a{
    font-size: 12px;
    color: #ed1c24;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1;
}
.ag-item-content .category a:hover{
    text-decoration: underline;
}
.ag-item-content h1{
    padding: 0;
    margin: 0;
}
.ag-item-content h1 a{
    font-size: 20px;
    color: #222;
    display: block;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 6px;
    line-height: 1.1;
}
.ag-item-content h1 a:hover{
    color: #555;
}
.ag-item-content span{
    font-size: 12px;
    color: #555;
    font-weight: 400;
}
.ag-item-content p{
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 10px;
}

/*UTILIDADE PÚBLICA*/
.bg-public-utility{
    background: #FFF08F;
    color: #222;
    padding: 20px;
    font-size: 15px;
    height: 995px;
    margin-bottom: 30px;
}
.bg-public-utility .list-unstyled{
    margin-left: 0;
}
.public-utility ul h2{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.public-utility ul .title-marcacao{
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.public-utility ul li{
    text-indent: 20px;
    font-size: 12px;
    margin: 0 0 10px;
}
.public-utility ul p i{
    /*font-size: 18px;*/
    padding-right: 5px;
}
.public-utility p{
    text-indent: 15px;
    font-size: 12px;
}

/*AGENDA */
.calendar h2{
    font-size: 40px;
    margin-right: 0;
    width: 100%;
    color: #000;
    font-weight: 700;
    line-height: 1.1;
}
.calendar .author{
    margin-bottom: 20px;
}
.calendar ul .author-date,
.calendar ul .author-name{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.calendar .author .author-name span{
    color: #000;
    font-weight: 700;
}
.calendar .author .author-name span:hover{
    opacity: .6;
}
.calendar .calendar-content-post p{
    line-height: 1.5;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.calendar .ag-relate .ag-area{
    color: #000;
    font-size: 12px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.calendar .ag-relate .ag-area span a{
    color: #777;
    font-weight: 600;
    margin-left: 10px;
}
.calendar .ag-relate .ag-area span a:hover{
    color: #000;
}

/*PENG*/
.peng>article{
    position: relative;
}
.img-head-peng img{
    width: 100%;
    height: 600px;
    margin-top: -20px;
}
.info-peng{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
}
.partners .info-peng, .gal .info-peng{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.5) 25%);
}
.peng-article{
    position: relative;
    margin-bottom: 30px;
}
.partners .peng-article img, 
.peng-container-abstract .peng-article img{
    width: 100%;
    height: 240px;
}
.gal .info-peng{
    bottom: 7px;
}
.gal-article{
    position: relative;
}
.peng-article:nth-child(6){
    margin-bottom: 0;
}
.info-peng h1{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.info-peng h1 a{
    color: #fff;
}
.info-peng p, .peng-container-abstract .info-peng h1, .partners .info-peng h1, .gal .info-peng h1{
    display: block;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.info-peng h1 span{
    font-weight: 700;
}
.partners .info-peng h1 span{
    display: block;   
}


/*PENG-CONTAINER-ABSTRACT*/
.peng-container-abstract h1{
    text-transform: uppercase;
    margin-bottom: 45px;
    font-family: 'Muli', sans-serif;
}
.peng-container-abstract{
    margin-top: 30px;
}

/*PENG-CONTAINER-TESTIMONIAL*/
.peng-container-testimonial-bg{
    background-color: #ed1c24;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0 20px;
    margin: 20px auto 40px;
}
.peng-container-testimonial-bg h1{
    font-size: 30px;
}
#testimonial .img-circle{
    display: block;
    margin: 0 auto;
    margin-top:10px;
    margin-bottom:10px;
}
.testimonial-part{
    margin:50px 0px;
}
.comment-box , .comment-box2{
    color: #000;
    font-size: 17px;
    background: #eee;
    position: relative;
    max-width: 700px;
    min-height: 160px;
    text-align: center;
    border-radius: 10px;
    padding: 45px;
    margin:0 auto;
}
.comment-box:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #eee;
    right: -15px;
    top: 45px;
}
.comment-box2:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #eee;
    left: -14px;
    top: 45px;
    transform: rotate(180deg);
}
.ion-minus{
    padding:0px 10px;
}
.testimonialBox{ 
    text-align: center; 
}
.testimonialBox h1.title{
    display: block;
    width: 400px;
    font-size: 17px;
    color: #433b3b;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #175faa;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
}
.testimonialBox .title span{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    display: block;
}
.testimonialBox .title:before,
.testimonialBox .title:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #175faa;
    padding-bottom: 10px;
    margin: 0 -5px 0 0;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transition: all 0.4s ease 0s;
}
.testimonialBox .title:before{
    left: 50%;
    margin: 0 0 0 -5px;
}
.testimonialBox:hover .title:before{ left: 100%; }
.testimonialBox:hover .title:after{ right: 100%; }

@media only screen and (max-width:990px){
    .testimonialBox{ margin-bottom: 30px; }
}

/*DETALHE PENG*/
.singlepage .title-single{
    font-size: 23px;
    font-weight: 500;
}
.singlepage .post-meta{
    margin-bottom: 28px;
    margin-top: 18px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 0;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    overflow: hidden;
}
.singlepage .post-meta p{
    display: inline-block;
    margin-bottom: 0;
}
.singlepage .post-meta .posted-by,
.singlepage .post-meta .posted-cat{
    color: #000;
}
.singlepage .post-meta .posted-by>span,
.singlepage .post-meta .posted-data{
    color: #a6a6a6;
}
.singlepage .post-meta .posted-cat{
    float: right;
}
.singlepage .post-content-top{
    margin-top: 20px;
}
.identity .fa{
    padding: 10px 15px;
    border-radius: 5px;
}
.identity .fa-facebook{
    background: #337ab7;
    color: #fff;
}
.identity .fa-twitter{
    background: #2AFFA6;
    color: #fff;
}
.identity .fa-vimeo{
    background: #24A6E8;
    color: #fff;
}
.identity .fa-google-plus{
    background: #E81615;
    color: #fff;
}
.singlepage .post-content-top p{
    margin-top: 25px;
    margin-bottom: 35px;
}
.singlepage .post-content-top p a{
    color: #ed1c24;
}
.singlepage .post-content img{
    width: 100%;
    margin-bottom: 30px;
}
.singlepage .post-content p{
    text-align: justify;
    margin-bottom: 30px;
    font-size: 17px;
}
.singlepage .post-content blockquote {
    padding: 20px;
    padding-bottom: 0;
    border-left: 3px solid #d9d9d9;
    border-bottom: 1px solid transparent;
    background: #f2f2f2;
}
.singlepage .post-content-footer{
    margin-top: 100px;
    margin-bottom: 50px;
}
.singlepage .post-related h3{
    font-size: 9pt;
    font-weight: 700;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
}
.singlepage .post-related h3:before{
    content: "";
    display: block;
    width: 10%;
    min-width: 30px;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0,0,0,.2);
    margin-bottom: 1em;
}
.singlepage .post-related p{
    font-size: 20px;
    margin-bottom: 0;
}
.singlepage .post-related p:nth-child(2){
    color: #999;
}
.singlepage .post-comments{
    margin-top: 50px;
}
.singlepage .post-comments h3{
    font-weight: 700;
    font-size: 20px;
    color: #19232d;
    margin-bottom: 24px;
    line-height: 1.5;
}

/*SECTION BTN*/
.sec_btn{
    margin: 40px auto;
}
.sec_btn .btn{
    font-size: 25px;
    padding: 10px;
    border: 0;
    text-transform: uppercase;
}
.sec_btn .btn-depoimento .btn{
    background: #ed1c24;
    color: #fff;
}
.sec_btn .btn-depoimento .btn:hover{
    background: #000;
}
.sec_btn .btn-galeria .btn{
    background: #000;
    color: #fff;
}
.sec_btn .btn-galeria .btn:hover{
    background: #ed1c24;
}

/*PARTNERS */
.partners{
    position: relative;
    margin-top: 30px;
}
.partners h1{
    font-size: 30px;
}
.partners .media-carousel {
    margin-bottom: 0;
    margin-top: 30px;
}
/* Previous button  */
.partners .carousel-control.left,.partners .carousel-control.right{
    background-image: none;
    background: none repeat scroll 0 0 #d5d5d5;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    position: absolute;
    height: 40px;
    width : 40px;
    top: 50%;
}
/*Next button*/  
.partners .carousel-control.left {
    left: -50px !important;
}
.partners .carousel-control.right {
    right: -50px !important;
}
/* Changes the position of the indicators */
.partners .media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.partners .media-carousel .carousel-indicators li{
    background: #c0c0c0;
}
.partners .media-carousel .carousel-indicators .active {
    background: #333333;
}
/* override position and transform in 3.3.x */
.partners .carousel-inner .item.left.active {
    transform: translateX(-33%);
}
.partners .carousel-inner .item.right.active {
    transform: translateX(33%);
}
.partners .carousel-inner .item.next {
    transform: translateX(33%)
}
.partners .carousel-inner .item.prev {
    transform: translateX(-33%)
}
.partners .carousel-inner .item.right,
.partners .carousel-inner .item.left { 
    transform: translateX(0);
}
.partners .carousel-control.left,
.partners .carousel-control.right {
    background-image:none;
}


/*PENG-CONTAINER-GALERIA*/
.peng-container-galeria{
    margin-bottom: 30px;
}
.peng-container-galeria header h1{
    margin-bottom: 30px; 
    text-align: center; 
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.3;
}
.gal {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}	
.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }
}

/*PENG-CONTAINER-DEPOIMENTOS-*/
.peng-container-testimonials{
    margin: 30px 0;
}
.peng-container-testimonials p{
    font-size: 15px;
    color: #000;
}
.peng-container-testimonials p:nth-child(1){
    margin-bottom: 35px;
    text-align: center;
}
.post-testimonial-item{
    padding: 15px 0;
    background-color: #eee;
    border-radius: 4px;
    margin-bottom: 30px;
}
.post-testimonial-item img{
    height: 354px;
    width: 230px;
}
.article-testimonial-content{
    padding-left: 15px;
    padding-right: 15px;
}
.article-testimonial-content h1 a{
    font-size: 12px;
    color: #000;
    display: block;
    line-height: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}
.article-testimonial-content h1 i{
    display: block;
    font-size: 12px;
}
.article-testimonial-content h1 span{
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}
.article-testimonial-content p{
    font-size: 13px;
    color: #000;
}

/*CLASSIFICADOS*/
.classificados{
    margin-bottom: 30px;
}
.classificados header h1{
    font-size: 2em;
    font-weight: 600;
}
.utility-public h1{
    font-size: 1.3em;
    font-weight: 300;
    background: linear-gradient(45deg, #e4b9c0 10px, #fff);
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.utility-artcle{
    background: #E6EBFF;
    border-radius: 5px;
    margin-bottom: 15px;  
    display:inline-block;
}
.utility-artcle img{
    height: 200px; 
    width: 100%;
}
.classif-content{
    padding: 0 20px 5px;
}
.utility-artcle h1{   
    font-size: 1.1em;
    line-height: 1.3;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.utility-artcle .tel{
    border-radius: 4px;
    background: #ed1c24;
    color: #FFF;
    padding: 5px;
    display: inline-block;
}
.classif {
    -webkit-column-count: 4; 
    -moz-column-count: 4; 
    column-count: 4;
}
.classif .utility-artcle{ 
    width: 100%;
}
.utility-artcle:hover {
    background: #e4b9c0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
@media (max-width: 500px) {
    .classif {
        -webkit-column-count: 1; 
        -moz-column-count: 1;
        column-count: 1;
    }
}


/*QUEM SOMOS*/

.text-main{
    font-family: 'Oxygen', sans-serif;
    text-align: right; 
}
/*.who-we-are .paragraph{
    float: left;
    text-align: center;
    margin-top: 150px;
    margin-left: 300px;
    margin-right: 300px;
    color: black;
    filter: opacity(1007%);
}*/
.who-we-are h1{
    color: #fff;
    text-transform:uppercase;
    font-size: 2.5em;
}
.aboutUs .text-main h1{
    font-size: 3.4em; 
    text-transform: uppercase;
    font-weight: bold;
}
.aboutUs .text-main h3{
    font-size: 1.2em; 
    margin-bottom: 0.80em;
    text-transform: uppercase;    
}
.aboutUs .icon{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 3em;
    padding: 35px;
}
.aboutUs .icon p{
    font-size: 0.4em;  
    font-weight: bold;
}
.aboutUs .text-main a button{
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: black;
    padding: 5px 5px;
}
.aboutUs .btn-about{
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #000;
    border-radius: 2px;
    background: #fff;
    padding: 10px 30px;
}
.aboutUs .btn-about:hover{
    color: #fff;
    background: #000;
    transition: .5s all;
}

/*GALLERY HISTORIA*/
.gallery-history{
    margin: 30px auto 45px;
}
.gallery-history h1{
    font-family: 'Oxygen', sans-serif;
    margin-bottom: 30px;
}
.gallery-history a img{
    width: 100%;
    height: 220px;
}
.gallery-history a h2{
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    padding: 12px 8px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    margin: 0;
}
.gallery-history a:hover h2{
    background: #ed1c24;
    color: #fff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

/*CONTACTOS*/
.contact{
    padding: 1em 0 3em;
}
.contact .map h1{
    font-size:2em;
    color:#000;
    margin:0;
    text-transform:uppercase;
    font-weight:400;
}
.contact .map iframe{
    width:100%;
    min-height:400px;
    margin: 2em 0 0;
}
.contact .call{
    background: #E9E9E9;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.contact .call i{
    float: left;
    font-size: 5em;
    display: block;
    margin-right: 15px;
    vertical-align: middle;
}
.contact .call span{
    line-height: 1.3;
    margin-top: 10px;
    display: block;
}

.contact .contact-grid input[type="text"],
.contact .contact-grid input[type="email"],
.contact .contact-grid textarea{
    outline:none;
    border:1px solid #E9E9E9;
    width:100%;
    background:none;
    color:#999;
    font-size:14px;
    padding:12px 10px;
    margin-bottom: .6em;
}
.contact .contact-grid textarea{
    min-height:138px;
    resize:none;
}
.contact .contact-grid button[type="submit"]{
    font-family: 'Oxygen', sans-serif;
    outline: none;
    border: none;
    border-radius: 2px;
    width: 100%;
    background: #ed1c24;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    padding: 12px 0px;
    transition: .5s all;
}
.contact .contact-grid button[type="submit"]:hover{
    background:black;
    color: #fff;
}
.contact .contact-grids {
    margin: 3em 0 0;
}
.send-contact{
    position: relative;
}
.form_load{
    position: absolute;
    right: 20px;
    top: 6px;
    display: none; 
}
.wc_contact_error{
    padding: 12px 8px 4px;
    background: #cf7171;
    margin: 0 0 15px;
    color: #fff !important;
    font-size: 1em;
    font-weight: 400;
    display: none;
    text-align: center;
    text-shadow: 1px 1px 0 #713B3B;
    border-radius: 4px;
}

.wc_contant_sended{
    text-align: center;
    padding: 8px;
    background: #449D44;
    margin: 0 0 15px;
    text-shadow: 1px 1px 0 #4cae4c;
    border-radius: 4px;
}
.wc_contant_sended p{
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.5;
    color: #fff !important;
}

/*FOOTER*/

#footer {
    padding-top: 60px;
    background: #111111;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    font-size: .975em;
}
#footer h1,
#footer h2,
#footer h3{
    color: #a7a7a7;
    position: relative;
    margin-bottom: 30px;
}
#footer h1:after,
#footer h2:after,
#footer h3:after{
    content: '';
    height: 2px;
    width: 30px;
    background: #ed1c24;
    position: absolute;
    bottom: -10px;
    left: 0;
}
#footer a {
    color: rgba(255, 255, 255, 0.6);
}
#footer a:hover {
    color: #fff;
}
#footer .alert p{
    font-size: .975em;
}
#footer ul {
    margin-top: 15px;
    padding: 0px;
    list-style: none;
    float: left;
}
#footer ul.mg-left{
    margin-left: 30px;
}
#footer ul li {
    margin-bottom: 2px;
}
#footer .social-icon-list {
    margin: 0;
}
#footer .social-icon-list ul {
    margin-top: 5px;
}
#footer .social-icon-list a {
    color: #fff;
}
#footer .copy {
    margin-top: 60px;
    padding: 15px 10px 8px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.3);
    font-size: .975em;
    text-align: left;
}
#footer .copy span {
    font-size: 1.6em;
    position: relative;
    top: 2px;
}
#footer .input-group form{
    position: relative;
}
#footer .btn-primary{
    border: solid 1px transparent;
}
.go_to_top span {
    color: rgb(241, 241, 241);
    font-size: 2.2em;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    margin-top: -60px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #111;
}
.go_to_top a:hover span {
    background-color: #ed1c24;
    border-radius: 50%;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.form_loader{
    display: none; 
    position: absolute;
    top: 50px;
    left: 0;
    width: 100px;
}

/*** HTML CHARS CONFIG ****/
.htmlchars{
    display: block;
    width: 100%;
}

.htmlchars h3{display: block; font-size: 2em; font-weight: 300; margin-bottom: 30px}
.htmlchars h4{display: block; font-size: 1.8em; font-weight: 300; margin-bottom: 30px}
.htmlchars h5{display: block; font-size: 1.6em; font-weight: 300; margin-bottom: 30px}
.htmlchars p{margin-bottom: 20px; font-size: 1em; font-weight: 400;}
.htmlchars iframe{width: 100%; border: none;}
.htmlchars img{width: 100% !important; border: none;}
.htmlchars ul{list-style: circle; margin: 20px 30px;}
.htmlchars ol{margin: 20px 30px;}
.htmlchars form{padding: 30px; background: #fbfbfb; margin: 20px 0; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.htmlchars form label{display: block; margin-bottom: 15px; font-size: 0.9em; text-transform: uppercase;}
.htmlchars form input,
.htmlchars form textarea{border: 1px solid #ccc; display: block; margin-top: 15px; font-size: 1em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.htmlchars form button,
.htmlchars form input[type="submit"]{display: block; border: 0; color: #fff; text-shadow: 0 1px #000; cursor: pointer; padding: 15px 30px; font-size: 1.2em; font-weight: bold; text-transform: uppercase; background: #00B494; border-bottom: 5px solid #008068; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.htmlchars form button:hover,
.htmlchars form input[type="submit"]:hover{background-color: #008068; border-color: #0B5747;}
.htmlchars a{color: #0E96E5; text-decoration: none;}
.htmlchars a:hover{text-decoration: underline;}
.htmlchars pre{margin-bottom: 30px; font-size: 0.8em;}
.htmlchars .btn{display: block; color: #fff;}
.htmlchars .btn:hover{text-decoration: none !Important;}


/*
TRIGGER
Personaliza mensagens do sistema
*/
.trigger{
    display: block;
    width: 100%;
    padding: 15px;
    background: #333;
    font-size: 0.9em;
    color: #fff;
    margin-bottom: 20px;
}
.trigger p{
    margin-top: 8px;
}
.trigger_success{background-color: #00B494;}
.trigger_info{background-color: #0E96E5;}
.trigger_alert{background-color: #FAAD50;}
.trigger_error{background-color: #F45563;}

.trigger_none{
    margin-bottom: 0;
}

/*** OPTIN`S***/
.calltoaction {
    background-color: #4CAF50;
    border: none;
    color: white !important;
    padding: 20px;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 1px 1px 0 #000;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
    box-shadow: 1px 1px 3px 1px #ccc;
    -moz-box-shadow: 1px 1px 3px 1px #ccc;
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
}

.calltoaction:hover {
    background-color: #55C25C; /* Green */
    color: white;
}
#optin {
    width: 100%;
    text-align: center;
}
#optin *{
    box-sizing: border-box; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#optin input {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#optin input[type="text"],
#optin input[type="email"] {
    border: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 8px 10px;
    width: 100%
}
#optin input.email {
    background: #fff url(images/email.png) no-repeat center right;
}
#optin input.name {
    background: #fff url(images/name.png) no-repeat center right;
}
#optin input[type="submit"] {
    display: block;
    width: 100%;
    padding: 15px;
    background: #56b748;
    border: 1px #4a9e3e solid;
    color: #fff;
    text-shadow: 1px 1px 0 #333;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#optin input[type="submit"]:hover {
    background: #4a9e3e; border-color: #3e8434;
}
#optin .termos{
    font-size: 0.8em;
    margin: 10px 0 0 0;
    display: inline-block;
    padding-left: 25px;
    background: url(images/privace.png) left center no-repeat;
    text-transform: uppercase;
    color: #555;
}
/***MAINTENANCE ***/
.workcontrol_maintenance{
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background: #ba8585;
    color: #fff;
    text-shadow: 1px 1px 0px #855E5E;
}