@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: normal;
    src: local('Bebas Neue'), url('../fonts/BebasNeue.woff') format('woff');
}

body{
    margin: 0;
}

.addThisTitle {
  font-size: 16px;
  font-family: 'Bebas Neue';
  color: #FFF;
  margin: 0;
  padding: 0;
  line-height: 2.2em;
  text-align: center;
  background-color: #e2231a;
  padding-top: 10px;

}
/*intro*/

#intro{
    /*   position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       z-index: 9999999999999;
       background-color: red;*/

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    background-image: url('../img/BANNER_background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#intro .logo{
    max-height: 90px;
}

.img-intro{
    max-width: 600px;
    padding-top: 40px;
    margin: auto;
}

#intro button{
    width: 200px;
}

#intro .btn-white:hover{
    color: #e2231a!important;
}

.padr30{
    padding-right: 30px;
}
.padl30{
    padding-left: 30px;
}

.copy-intro{
    position: absolute;
    bottom: 0;
}
#intro .copy-menu{
    color: rgba(255, 255, 255, 0.8)!important;
    font-size: 10px;
}

.txt-home{
    margin-top: 25px;
    color: #fff;
    letter-spacing: 4pt;
    font-size: 23px;
}



/* Menu */
.nav{
    width: 100%;
}

.nav.navbar-nav{
    float: none;
}
.top-home-menu, .top-home-menu .nav.navbar-nav {
    padding-top: 0;
}

.navbar-nav>li{
    float: none;
}
.corner-menu > li {
    float: left;
}
.navbar-nav>li>a {
    line-height: 45px;
    display: inline-block;
}

.sidebar-nav li.current-menu-item a {
    display: inline-block;
    text-transform: capitalize;
    padding-left: 0;
}

.sidebar-nav li{
    margin-left: 80px;
}

.sidebar-nav .icons-sidebar li{
    margin-left: 0;
}

.sidebar-nav .icons-sidebar{
    font-size: 14px;
}

/*Menu*/

#sidebar-wrapper {
    margin-left: -705px;
    left: 0;
    width: 705px;
    background: #1a1a1a;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 705px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
}

#sidebar-wrapper .sidebar-nav .icons-menu-black li {
    line-height: 0px;
    text-indent: 0;
}

.sidebar-nav li a {
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
}

.sidebar-nav li a:hover {
    color: #999;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    position: fixed;
    z-index: 1;
    margin-left: 15px;
}
#menu-toggle.scrolled {
    background-color: #1a1a1a;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    padding-top: 25px;
    margin-left: 0;
}

#sidebar-wrapper.active {
    z-index: 999999;
    left: 705px;
    width: 705px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.toggle {
    margin: 0px 5px 0 0;
}

.right{
    float: right;
}

.left{
    float: left;
}

.nav-style{
    height: 100px!important;
    margin-bottom: 0px;
    background: transparent;
    border: 0px;
}

.nav>li>a:hover{
    background-color: transparent;
}

.footer-logo{
    max-height: 50px;
    margin-top: 10px;
}

.logo{
    max-height: 50px;
    margin-top: -10px;
}

.logo.scrolled{
    margin-top: 0px;
}

.scrollOff {
    pointer-events: none;
}

.slider{
    height: 960px;
    background-image: url("../img/BANNER_background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.menu-burger , .icons-menu{
    font-size: 25px!important;
    color: #fff;
}
.pinterest-menu-black{
    color: #000;
}

.margin-header{
    padding-top: 110px;
    position: absolute;
    z-index: 99;
}

.icons-square{
    width: 45px;
    height: 45px;
    color: #b21e12;
    display: inline-block;
}

.icons-top .icons-square:hover{
    background-color: #fff;
}

.icons-top .icons-square:hover .menu-burger{
    color: #1a1a1a;
}

.icons-sidebar .icons-square:hover{
    background-color: #fff;
}

.icons-sidebar .icons-square:hover .menu-burger{
    color: #1a1a1a;
}

.icons-sidebar:hover, .icons-top:hover{
    text-decoration: none;
}

.menu-icons{
    margin-top:15px;
}

.menu-icons.scrolled{
    margin-top:0px;
}

.menu-icons.hidden-scrolled{
    visibility: hidden;
}

.outer-table {
    display:table;
    width:100%;
    height:100%;
}

.inner-table {
    display:table-cell;
    width:100%;
    vertical-align:middle;
    text-align: center;
}

.inner-table-2 {
    display:table-cell;
    width:100%;
    vertical-align:middle;
}

.inner-icons{
    padding-top: 5px;
}

a.toggle{
    color: #fff;
}

.glyphicon {
    font-size: 20px;
}

/* close btn */


.variations {
    width: 440px;
    display: inline-block;
    margin: 20px 0 0;
}

.variations li {
    width: 70px;
    margin: 15px 20px;
    display: inline-block;
    vertical-align: top;
}

.variations ul li {
    margin: 0;
    text-align: left;
    display: block;
}

.close{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    opacity: 1;
}

.close:focus, .close:hover {
    opacity: .6;
}

.close::before:hover, .close::after:hover {
    background: #fff;
}

.close::before, .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}

.close::before {
    transform: rotate(45deg);
}

.close::after {
    transform: rotate(-45deg);
}

.close.big {
    transform: scale(3);
}

.close.hairline::before, .close.hairline::after {
    height: 1px;
}

.close.thick::before, .close.thick::after {
    height: 4px;
    margin-top: -2px;
}

.close.black::before, .close.black::after {
    height: 8px;
    margin-top: -4px;
}

.close.heavy::before, .close.heavy::after {
    height: 12px;
    margin-top: -6px;
}

.close.pointy::Before, .close.pointy::after {
    width: 200%;
    left: -50%;
}

.close.rounded::before, .close.rounded::after {
    border-radius: 5px;
}

.close.blades::before, .close.blades::after {
    border-radius: 5px 0;
}

.close.warp::before, .close.warp::after {
    border-radius: 120% 0;
}

.close.fat::before, .close.fat::after {
    border-radius: 100%;
}

.small {
    display: block;
    padding: 5rem;
    font: .8rem/1 sans-serif;
    color: #777;
    text-align: center;
}
.small a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
.small a:hover { border-bottom-color: #222; }

/*.close-position {
    position: relative!important;
    top: -95px!important;
    right: 30px!important;
}*/
.close-position {
    position: absolute !important;
    top: 40px !important;
    right: 30px !important;
}

/* fim close btn */

.icons-menu-black {
    padding-top: 100px;
}

.logo-sidebar {
    position: absolute;
    top: 0;
    left: 0;
}

.img-title-site {
    position: relative;
    top: -61px;
}

.slider .ribbon-w{
    position: relative;
    top: -25px;
}

#menu-close a .page-active{
    padding-left: 50px!important;
    text-transform: initial!important;
}


/* Fonts*/

h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 90px;
    color: #1a1a1a;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 64px;
    color: #1a1a1a;
}

h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 60px;
    color: #1a1a1a;
}

h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 53px;
    color: #1a1a1a;
}

p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #4d4d4d;
}


.sidebar-nav a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}
.sidebar-nav a:not(.icons-sidebar):hover{
    opacity: .6;
    text-decoration: none;
}

a.current-menu-item {
    text-transform: initial;
}

.current-menu-item:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #e2231a;
    padding-left: 15px;
    font-size: 30px;
    position: relative;
    top: -5px;
}


.slider h1{
    line-height: 90px;
    text-transform: uppercase;
    color:#fff;
}

.copy-menu{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #808080;
    letter-spacing: 0!important;
}

.project-box h2{
    text-transform: uppercase;
}

/* CORES */

.white{
    color: #fff;
}

.red-mv{
    color: #e2231a;
}

.bg-grey{
    background-color: #e6e6e6;
}

/* style */

.btn-primary:active , .btn-primary:focus, .btn-primary:active:focus {
    background-image: none;
    background-color: transparent;
    border: solid 2px #e2231a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #e2231a;
}

.round {
    border-radius: 24px;
    padding: 5px 35px 0px 35px;
    background-color: transparent;
    border: solid 2px #e2231a;
    font-family:'Bebas Neue';
    font-weight:normal;
    font-size:20px;
    color: #e2231a!important;
}

.round:hover{
    background: transparent;
    border: solid 2px #e2231a;
    color: #e2231a;
}

.black-btn{
    color:#1a1a1a!important;
    border-color: #1a1a1a;
}

.black-btn:hover{
    color:#fff;
    border-color: #1a1a1a!important;
    background-color: #1a1a1a!important;
}

.black-btn:active, .black-btn:focus{
    color:#fff;
    border-color: #1a1a1a!important;
}

.btn-white{
    border-radius: 24px;
    padding: 5px 35px 0px 35px;
    background-color: transparent;
    font-family:'Bebas Neue';
    font-weight:normal;
    font-size:20px;
    border: solid 2px #fff!important;
    color: #fff!important;
}

.btn-white:hover{
    background: transparent;
    border: solid 2px #fff!important;
    color: #fff!important;
}

.project-box{
    height: 720px;
}

.project-img {
    background: url('../img/img-project.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right bottom;
    height: 720px;
    margin-left: -1px;
    margin-right: -1px;
    transition: all .4s;
}

.project-img-2{
    background: url('../img/img-project.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right bottom;
    height: 840px;
}


.square-red-cat{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: #e2231a;
    float: left;
    z-index: 7;
}
.square-red-cat-right{
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    width: 100px;
    height: 100px;
    background-color: #e2231a;
    z-index: 7;
}

.square-red-cat p, .square-red-cat-right p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: center;
    margin: auto;
    max-width: 72px;
    padding-left: 5px;
    padding-right: 5px;
}

.cat-name-project{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #b3b3b3;
    letter-spacing: 6px;
}

.callaction{
    position: absolute;
    height: 590px;
    top: -120px;
    z-index: 1022;
    background-image: url("../img/callaction-red.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.callaction-project{
    position: absolute;
    height: 590px;
    bottom: -120px;
    z-index: 99;
    background-image: url("../img/callaction-red.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.txt-quote {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 40px;
    line-height: 50px;
    padding-top: 30px;
}

.quote-autor{
    padding-top: 16px;
    padding-bottom: 30px;
}

.height-670{
    height: 670px;
}

.newsletter{
    background-color: #1a1a1a;
    padding-bottom: 210px;
}

.newsletter .form-control[type=email]{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    color: #fff;
    background-color: rgba(47, 47, 47, 1);
    padding: 45px;
    border: none;
    border-radius: 0;
    text-align: center;
}

.newsletter .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.newsletter-triangle{
    background-image: url("../img/triangle.png");
    position: relative;
    top: -17px;
    background-repeat: repeat-x;
}

.newsletter h1{
    color: #fff;
    text-align: center;
}

.img-newsletter{
    background: url('../img/img-newsletter.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 420px;
    position: relative;
    transition: all .4s;
}

.menu-newsletter{
    height: 420px;
    position: relative;
}

.menu-newsletter-content{
    position: absolute;
    bottom: 0;
}

.menu-newsletter h3{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    color: #808080;
}

.menu-newsletter h3.active{
    color: #fff;
}

.menu-newsletter a:focus, .menu-newsletter a:hover{
    text-decoration: none!important;
}

.box-newsletter a:hover, .box-newsletter a:focus{
    text-decoration: none;
}

p.date{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    color: #808080;
    text-align: left;
    margin-top: 20px;
}

p.excerpt{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    text-align: left;
    word-wrap: break-word;
}

p.link-newsletter{
    background-color: transparent;
    font-family:'Bebas Neue';
    font-weight:normal;
    font-size:20px;
    color: #808080;
    float: left;
    margin-top: 15px;
}

.square-black-new{
    position: absolute;
    top: 340px;
    left: 15px;
    width: 80px;
    height: 80px;
    background-color: #1a1a1a;
    float: left;
    z-index: 1;
}


.square-black-new p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: center;
    margin: auto;
    max-width: 70px;
    padding-left: 5px;
    padding-right: 5px;
}

.footer{
    background-color: #fff;
}

.footer-contact{
    background: url('../img/FOOTER_background.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    height: 450px;
    margin-top: -145px;
}

.contact-white{
    color: #fff;
    font-size: 60px;
}

.contact-white p{
    color: #fff;
}

.height-300{
    height: 300px;
}

.height-400{
    height: 400px;
}

.height-590{
    height: 590px;
}

.uppercase{
    text-transform: uppercase;
}

.red-top{
    height: 510px;
    background-image: url("../img/BANNER_background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project-img-top{
    height: 350px;
    background-image: url("../img/img-project.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.avatar{
    border-radius: 50%;
    width: 650px;
    height: 650px;
    background-image: url(../img/IMG_Maria.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    margin-top: -360px;
}

.bg-grey-triangle{
    background-image: url("../img/triangle-grey.png");
    position: relative;
    top: -17px;
    background-repeat: repeat-x;
}

.step-box{
    height: 800px;
}

.box-grey{
    height: 800px;
    background-color: #e6e6e6;
}

.step-box h2{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: 75px;
    font-size: 55px;
}

.square-step{
    max-width: 80px;
    max-height: 80px;
}

.step-white{
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    letter-spacing: 1px
}

.callaction-2 {
    position: relative;
    height: 590px;
    bottom: -95px;
    z-index: 99;
    background-image: url(../img/callaction-red.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.newsletter-triangle-2{
    background-image: url(../img/triangle-2.png);
    position: absolute;
    bottom: 172px;
    background-repeat: repeat-x;
    left: 0;
    right: 0;
    height: 19px;
}

.box-partners{
    min-height: 400px;
}

.logo-parceiro{
    max-height: 130px;
}

.portfolio{
    text-align: center;
    padding: 100px 0px 100px 0;
}

.portfolio li{
    display: inline-block;
}

.portfolio li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    color: #808080;
    letter-spacing: 5px;
}

.portfolio li a:hover, .portfolio li a:focus{
    text-decoration: none;
}

.portfolio li:before{
    content: "|";
    font-size: 25px;
    padding-right: 15px;
    padding-left: 10px;
    color: #333;
}

.portfolio li:first-of-type:before{
    display: none;
}

.portfolio li a.active{
    color: #333;
    font-weight: 900;
}

.img-portfolio{
    background: url('../img/img-project.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right bottom;
    height: 440px;
    width: auto;
    margin: auto;
    position: relative;
    transition: all .4s;
}


h3.project-name{
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 60px;
}

.square-red-portfolio {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 100px;
    background-color: #e2231a;
}

.square-red-portfolio p, .square-red-news p, square-red-project p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin: 0px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: center;
    margin: auto;
    max-width: 78px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 3px;
}

.square-red-project{
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: #e2231a;
}

.square-red-project p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin: 0px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: center;
    margin: auto;
    max-width: 78px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 3px;
}

.red-bg{
    background-color: #e2231a;
}

a p.link-white{
    font-family:'Bebas Neue';
    font-weight:normal;
    font-size:20px;
    color: #fff!important;
    padding: 15px;
    letter-spacing: 2px;
}

.no-underline:hover, .no-underline:focus{
    text-decoration: none;
}

.full-width-btn{
    text-align: center;
}

.full-width-btn:hover, .full-width-btn:focus{
    text-decoration: none;
}

.news{
    padding-bottom: 100px;
}

.noticias{
    padding-left: 0px;
}

.post{
    min-height: 200px;
    border-top: solid 2px #e2231a;
    padding-bottom: 50px;
    margin-left: 15px;
}

div:not(.alm-reveal) > .post:first-of-type {
    border-top: none;
}

.square-red-news{
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: #e2231a;
}

.square-red-news p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin: 0px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: center;
    margin: auto;
    max-width: 60px;
    padding-left: 5px;
    padding-right: 5px;
}

.height-80{
    height: 80px;
}

p.txt-new{
    font-size: 14px;
}

.link-red{
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-size: 18px;
    color: #e2231a!important;
}

.sidebar-news h4{
    font-size: 15px;
    margin-top: 60px;
}

.sidebar-news h3{
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

.sidebar-news h3:before{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #e2231a;
    padding-right: 10px;
    position: absolute;
    left: -2px;
}

.sidebar-news .date{
    font-size: 10px;
    line-height: 18px;
}

.post-recent{
    padding-bottom: 15px;
}

.post-recent:last-of-type{
    padding-bottom: 0;
}

.category .form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #e6e6e6;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
}

.category .form-control:focus{
    outline: 0;
    box-shadow: none;
}

.category{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #1a1a1a;
}

/* Owl Carousel */

#owl-partner, #owl-partner-1{
    max-width: 650px;
}

#owl-partner-1{
    pointer-events: none;
}

.owl-theme .owl-controls .owl-page span{
    background: #1a1a1a!important;
    width: 15px;
    height: 15px;
}


.container-full{
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.logo.scrolled{
    margin-top: 0px;
}

.scrollOff {
    pointer-events: none;
}

textarea {
    resize: none;
}

#contact-form .form-control{
    background-color: rgba(255, 255, 255, 0.4);
    border: 0;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 25px;
}

#contact-form .form-control:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact-form ::-webkit-input-placeholder {
    color: #d70915;
}

#contact-form :-moz-placeholder { /* Firefox 18- */
    color: #d70915;
}

#contact-form ::-moz-placeholder { /* Firefox 19+ */
    color: #d70915;
}

#contact-form :-ms-input-placeholder {
    color: #d70915;
}

#contact-form .wpcf7-list-item {
  margin: 0;
}
#contact-form .wpcf7-list-item label {
  font-weight: 400;
  color: #FFF;
}
#contact-form .wpcf7-list-item label a {
  color: #FFF;
  text-decoration: underline;
}
#contact-form .wpcf7-list-item label a:hover {
  color: #999;
}
#contact-form label input[type=checkbox] {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   vertical-align: text-bottom;
   width:  14px;
   height: 14px;
   border: 1px solid #FFF;
   position: relative;
   margin-bottom: 1px;
   margin-right: 5px;
   outline: none;
   display: inline-block;
}
#contact-form label input:checked::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: 12px;
}
#contact-form label input:focus {
  outline: none;
}
#contact-form #submit-contact-form:disabled,
#contact-form #submit-contact-form:disabled:hover {
  border: solid 2px #999!important;
  color: #999!important;
  background: transparent;

}
#contact-form #submit-contact-form:disabled:not(.delete-btn):not(#menu1):not(.lang-intro-btn):not(.dropdown-toggle):hover {
  padding-left: 35px;
}
#contact-form #submit-contact-form:disabled:hover .show-on-hover {
  opacity: 0;
}

#owl-project-1{
    height: 930px;
    width: 100%;
}

.project-infos{
    color: #1a1a1a;
    font-family:'Bebas Neue';
    font-weight:normal;
    font-size:20px;
    letter-spacing: 2px;
}

.height-900{
    height: 900px;
}

.height-900.width100{
    height: 900px;
    width: 100%;
    position: relative;
}

.responsive-img {
    max-width: 100%;
}

.relative{
    position: relative;
}

.div-content-slide {
    background-position: center center;
    background-size: cover;
    height: 930px;
    padding: 0;
}

.div-content-slide-2 {
    background-position: center center;
    background-size: cover;
    height: 450px;
    padding: 0;
}

.div-content-slideshow {
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 0;
}

#owl-project-2{
    height: 450px;
    width: 100%;
}

.height-450{
    height: 450px;
}

.div-content-slide-3 {
    background-position: center center;
    background-size: cover;
    height: 600px;
    padding: 0;
}

#owl-project-3{
    height: 600px;
    width: 100%;
}

.nopad.pad-top-60{
    padding-top: 60px;
}

.height-600{
    height: 600px;
}

#owl-project-1 .owl-controls, #owl-project-2 .owl-controls, #owl-project-3 .owl-controls{
    position: absolute;
    bottom: 10px;
    left: 35px;
}

.height-100 {
    height: 100px;
}

.bg-page-contact{
    background-position: bottom center;
    background-size: cover;
    background-image: url(../img/FOOTER_background.jpg);
    background-color: #d70915;
    z-index:2;
}

#map{
    width: 100%;
    height: 100%;
}

.location-map{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -25px;
    top: 0;
    right: 0;
}
.container-full > .col-lg-7 {
    position: absolute;
    width: 60%;
    top: 0;
    right: 0;
    bottom: 70px;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../img/FOOTER_background.jpg);
    background-color: #d70915;
    z-index: 999;
}

.bottom-contact-maps{
    bottom: 0;
    position: absolute;
    width: 100%;
}
#page-map{
    display: block;
}

#page-map .footer{
    background-color: #fff;
    z-index: 99;
    /*    bottom: 0;
        position: absolute;*/
    width: 100%;
}

.icons-bottom{
    position: absolute;
    bottom: 0;
}

.height-220{
    height: 220px;
    position: relative;
}

.red-top-content-area{
    height: 400px;
    position: relative;
}

.red-top-content{
    position: absolute;
    bottom: 50px;
}

.height-1030{
    min-height: 1030px;
}

.banner-img{
    height: 720px;
    background-image: url("../img/img-project.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#owl-slideshow{
    position: relative;
}

.outer-slideshow{
    position: relative;
}

#owl-slideshow .owl-controls{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.outer-slideshow a.arrow-slide, .inner-table a.arrow-slide{
    position: absolute;
    color: #eee;
    top: calc(50% - 21px);
    bottom: 0;
    font-size: 42px;
    text-shadow: 0px 0px 1px #999;
}
.outer-slideshow a.link-arrow-left, .inner-table a.link-arrow-left {
    left: 25px;
}
.outer-slideshow a.link-arrow-right, .inner-table a.link-arrow-right {
    right: 25px;
}

.outer-slideshow .owl-controls .owl-page span {
    background: #fff!important;
    width: 15px;
    height: 15px;
}

#owl-project-1 .owl-controls .owl-page span, #owl-project-2 .owl-controls .owl-page span, #owl-project-3 .owl-controls .owl-page span{
    background: #e2231a!important;
    border: solid 3px #fff;
    width: 15px;
    height: 15px;
}

.img-post-ft{
    height: 750px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

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

.previous-news a p{
    font-family:'Bebas Neue';
    font-weight:normal;
    font-size:20px;
    color: #808080;
}

.previous-news a{
    text-decoration: none;
}

.icon-seta-news:before {
    color: #808080;
    font-size: 50px;
    position: relative;
    top: -13px;
}

.icon-seta-news{
    height: 0;
}

.position-footer{
    position: absolute;
    width: 99%;
    bottom: -60px;
    z-index: 1;
}

.bg-white{
    background: #fff;
}

#container_2 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: basolute;
    top: 35%;
    left: 1px;

}

.mapa-contacts {
    position: relative;
}

.port-home-link:hover .project-img {
    transform: scale(1.06);
}

.link-archive-port:hover .img-portfolio {
    transform: scale(1.06);
}

.div-overflow{
    overflow: hidden;
    position: relative;
}

.scale-newsletter:hover .img-newsletter {
    transform: scale(1.08);
}

.outer-img-news{
    width: 100%;
    height: 100%;
}


/*hovers*/

button.round:hover{
    background-color: #e2231a;
    color: #fff!important;
}

button.btn-white:hover{
    background-color: #fff;
    color: #1a1a1a!important;
}

p.link-newsletter:hover{
    color: #fff;
}

.callaction button.btn-white:hover, .callaction-2 button.btn-white:hover{
    background-color: #fff;
    color: #e2231a!important;
}

/* Correções */

p{
    letter-spacing: 1px;
}

.square-red-news p{
    max-width: 76px!important;
}

p.p-trends {
    max-width: 55px!important;
}

.pad-top8{
    padding-top: 8px;
}

.dropup, .dropdown{
    top: -15px;
}

.drop-lang .btn {
    font-family: 'Open Sans', sans-serif;
    padding: 7px 7px 7px 7px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    outline: 0;
    border: 2px solid #b3b3b3;
    color: #b3b3b3;
}
.drop-lang .btn .caret {
    margin-left: 5px;
    color: #b3b3b3;
}
.drop-lang .dropdown-menu {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    outline: 0;
    border: 2px solid #b3b3b3;
    color: #b3b3b3;
    padding: 1px;
    position: absolute;
    top: -2px;
    left: 43px;
    box-shadow: none;
    width: 45px;
}
.dropdown-menu>li{
    width: 40px;
    text-align: center;
}

.dropdown-menu>li>a{
    padding: 6px 7px 6px 7px;
    font-weight: 400;
    color: #b3b3b3;
    line-height: 20px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    text-transform: uppercase;
    background-color: #fff;
    color: #e2231a;
    font-weight: bold;
    background: none;
}

.dropdown-menu{min-width: 28px;}

.drop-lang .btn .caret{
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.project-grid .col-lg-4 {
    width: 33.3333333333%;
}

.banner-text{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 40%;
}

.height-330{
    height: 330px;
}

.footer-correction{
    position: relative;
    top: 10px;
}

#main-menu{
    margin-top: 70px;
}

.drop-lang button{
    width: 45px!important;
}

button{
    position: relative;
    width: 185px;
    transition: all 0.5s;
}

button:not(.delete-btn):not(#menu1):not(.lang-intro-btn):not(.dropdown-toggle):hover{
    padding-left: 15px;
}


.show-on-hover{
    position: absolute;
    top: 8px;
    opacity: 0;
}

.red-bg:hover .show-on-hover, .round:hover .show-on-hover, .btn-white:hover .show-on-hover{
    opacity: 1;
}

.red-bg .show-on-hover{
    top:20px;
    transition: all 0.5s;
}

.bg-page-contact .btn-white:hover{
    color: #e2231a!important;
}

.box-partner-img{
    min-height: 150px;
}

.link-newsletter .show-hover-link{
    opacity: 0;
    transition: all 0.5s;
}
.link-newsletter:hover .show-hover-link{
    opacity: 1;
}

.callaction-project .btn-white:hover {
    color: #e2231a!important;
}

.link-red .show-hover-link{
    opacity: 0;
    transition: all 0.5s;
}

.link-red:hover .show-hover-link{
    opacity: 1;
}

/*.link-red:hover{
    text-decoration: underline;
}*/

.logo-testemunho{
    max-width:300px;
}

.btn {
    padding-bottom: 3px;
}

.dropdown {
    position: relative;
    width: 86%;
    margin: auto;
}

.dropdown-menu {
    width: 100%;
    border: 0;
}

.dropdown .btn{
    width: 100%;
}

.dropdown .btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #ddd;
    border-color: #ddd;
    border-radius: 0;
}

.dropdown .btn-primary{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #ddd;
    border-color: #ddd;
    border-radius: 0;
}

.category .dropdown {
    margin-left: 0px;
}

.dropdown-menu>li {
    width: 100%;
    text-align: left;
}

.dropdown-menu>li>a{
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background-color: #e2231a;
    color: #fff;
    font-weight: bold;
}

.open>.dropdown-menu{
    border-radius: 0;
}

.category h4{
    margin-bottom: 30px;
}

.drop-lang .dropdown-menu>li>a {
    text-align: center;
}

#load-more {
    display: none;
}

.project-grid section:not(.page-1) {
    display: none;
}



.tabrow-white {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.tabrow-white li {
    margin: 0 10px;
    padding: 0 10px;
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
}

.tabrow-white li.selected {
    background: #fff;
    color: #000;
}

.tabrow-white {
    position: absolute;
    bottom: -1px;
    width: 100%;
}
.tabrow-white:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #fff;
    z-index: 1;
}

.tabrow-white:before {
    z-index: 1;
}
.tabrow-white li {
    position: relative;
    z-index: 0;
}
.tabrow-white li.selected {
    z-index: 2;
    border-bottom-color: #fff;
}

.tabrow-white li:before,
.tabrow-white li:after {
    position: absolute;
    bottom: -1px;
    width: 20px;
    height: 20px;
    content: " ";
}
.tabrow-white li:before {
    left: -13px;
}
.tabrow-white li:after {
    right: -13px;
}
.tabrow-white li:after, .tabrow-white li:before {
    border: 20px solid #fff;
}

.tabrow-white li {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.tabrow-white li:before {
    border-bottom-right-radius: 20px;
    border-width: 0px 8px 1px 0;
}
.tabrow-white li:after {
    border-bottom-left-radius: 20px;
    border-width: 0 0 1px 8px;
}

.tabrow-white li:before {
    box-shadow: 2px 2px 0 red;
}
.tabrow-white li:after {
    box-shadow: -2px 2px 0 red;
}

.tabrow-white li:before {
    box-shadow: 2px 2px 0 #fff;
}
.tabrow-white li:after {
    box-shadow: -2px 2px 0 #fff;
}
.tabrow-white li.selected:before {
    box-shadow: 2px 2px 0 #fff;
}
.tabrow-white li.selected:after {
    box-shadow: -2px 2px 0 #fff;
}

.tabrow-white li{
    font-family:'Bebas Neue';
    font-weight:normal;
    font-size:20px;
    color: #e2231a!important;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 5px;
}

.tabrow-white li a{
    font-family:'Bebas Neue';
    font-weight:normal;
    font-size:20px;
    color: #e2231a!important;
}
.tabrow-white li a:hover, .tabrow-white li a:focus{
    text-decoration: none;
}



/*tabs*/


.archive{
    position: relative;
}

.bg-grey-archive {
    height: 295px;
    width: 90px;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    z-index: -1;
}


.blog-list-archive {
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    list-style-type: none;
}

.blog-list-archive > li {
    z-index: 5;
}

.blog-list-archive > li > a {
    width: 90px;
    text-align: center;
    display: block;
    padding: 10px 0 10px 0;
    color: #1a1a1a;
    text-decoration: none;
}
.blog-list-archive > li > a.active {
    pointer-events: none;
    border: 1px solid #d70915;
    position: relative;
    background: #d70915;
    color: #fff;
}

.blog-list-archive > li > a.active:after{
    content: "";
    width: 0;
    height: 0;
    right: -16px;
    border-top: 22px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #d70915;
    position: absolute;
    top: -1px;
}


.archive-sub-menu {
    position: absolute;
    top: 0;
    left: 80px;
    display: none;
    list-style-type: none;
}

.archive-sub-menu li{
    margin-bottom: 5px;
    color: #b3b3b3;
}

.archive-sub-menu li a{
    color: #1a1a1a;
}

.archive-sub-menu li a:hover{
    text-decoration: none;
}

#ano2017 {
    display: block;
}

.sidebar-news-fixed{
    min-height: 750px;
}


.tnp-subscription{
    max-width: 8000px!important;
}
.tnp-subscription form label {
  color: #999;
  font-weight: 400;
}
.tnp-subscription #submit-newsletter:disabled,
.tnp-subscription #submit-newsletter:disabled:hover {
  border: solid 2px #999!important;
  color: #999!important;
  background: transparent;

}
.tnp-subscription #submit-newsletter:disabled:not(.delete-btn):not(#menu1):not(.lang-intro-btn):not(.dropdown-toggle):hover {
  padding-left: 35px;
}
.tnp-subscription #submit-newsletter:disabled:hover .show-on-hover {
  opacity: 0;
}

.tnp-subscription label input[type=checkbox] {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   vertical-align: text-bottom;
   width:  14px;
   height: 14px;
   border: 1px solid #FFF;
   position: relative;
   margin-bottom: 1px;
   margin-right: 5px;
   outline: none;
   display: inline-block;
}
.tnp-subscription label input:checked::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: 12px;
}
.tnp-subscription label input:focus {
  outline: none;
}

.wpcf7-response-output, .wpcf7-not-valid-tip{
    font-size: 12px!important;
    color: #fff!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    border: none!important;
}

.btn:focus{
    outline: 0;
}

/*correçoes*/

section.projectos-home > div:last-child .project-box{
    height: 800px;
    padding-bottom: 120px;
}

section.projectos-home > div:last-child .project-img{
    height: 800px;
}
#intro {
    display: none;
}

.voltar p, .voltar .icon-seta-news:before{
    transition: all 0.5s;
}

.voltar:hover p{
    color: #e2231a;
}
.voltar:hover .icon-seta-news:before {
    color: #e2231a;
}

.portfolio li a:hover{
    color: #333;
}

.sidebar-news h3:hover{
    color: #e2231a;
}

.dropdown .btn-primary{
    text-align: left;
    color: #1a1a1a;
}

.open>.dropdown-toggle.btn-primary {
    color: #1a1a1a;
}

.dropdown-menu>li>a {
    color: #1a1a1a;
}

.btn:not(#menu1) .caret {
    position: absolute;
    right: 10px;
    top: 14px;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
}

.drop-lang ul.dropdown-menu{
    position: absolute;
    top: 0;
    font-family: 'Open Sans', sans-serif;
}

/* setas css antigas .square-red-step{
    position: relative;
    top: -40px;
    left: -55px;
    width: 80px;
    height: 80px;
    background-color: #e2231a;
    float: left;
    z-index: 9999;
}

.square-red-step-2{
    position: relative;
    top: -40px;
    right: -55px;
    width: 80px;
    height: 80px;
    background-color: #e2231a;
    float: right;
    z-index: 9999;
}*/

.square-red-step {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    background-color: #e2231a;
    float: right;
    z-index: 9999;
}

.square-red-step-2{
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    background-color: #e2231a;
    float: left;
    z-index: 9999;
}

.dropdown-menu a.btn-project{
    letter-spacing: 0px!important;
}


/*comments */
.comments-area ol.comment-list{
padding-left: 0;
}
.comments-area ol.comment-list,
.comments-area ol.children {
list-style: none;
}
.comments-area ol.comment-list li,
.comments-area ol.children li{
min-height: 75px;
padding: 15px 0;
}
.comments-area .avatar {
  max-width: 75px;
  max-height: 75px;
  margin-top: 0;
  float: left;
  margin: 0;
  border-radius: 0;
}
.comments-area .comments-title {
  border-bottom: solid 2px #E5E5E5;
  font-size: 25px;
  line-height: 40px;
  margin-top: 10px;
  text-transform: uppercase;
  position: relative;
  padding-left: 0;
  font-family: 'Bebas Neue';
  letter-spacing: 1px
}
.comments-area .comments-title span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.comments-area .comments-title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #d70915;
}
.logged-in-as a {
  font-size: 12px;
  color: #909090;
}
.logged-in-as {
  margin-bottom: 0;
}

.comments-area textarea {
  max-width: 100%;
  width: 100%;
  border: solid 2px #e5e5e5;
  outline: none;
  padding: 5px 10px;
  max-height: 175px;
}
.comments-area .says {
  display: none;
}

.comments-area input#author,
.comments-area input#email {
  width: 100%;
  border: solid 2px #e5e5e5;
  outline: none;
  padding: 5px 10px;
}
.comments-area input#author {
  width: 95%;
}

.comments-area input#submit{
border-radius: 24px;
padding: 5px 35px 0px 35px;
background-color: transparent;
border: solid 2px #e2231a;
font-family: 'Bebas Neue';
font-weight: normal;
font-size: 20px;
color: #e2231a!important;
font-family: 'Bebas Neue';
transition: all 0.5s;
outline: none;
letter-spacing: 1px;
}

.comments-area input#submit:hover {
background-color: #e2231a;
color: #fff!important;
}
.comments-area #postcomment{
display: none;
}

.comments-area .reply a {
    margin-left: 100px;
    color: #808080;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.comments-area a#cancel-comment-reply-link {
  margin-left: 15px;
    color: #808080;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.comments-area a#cancel-comment-reply-link,
.comments-area .reply a:hover,
.comments-area .reply a:active,
.comments-area .reply a:focus{
  text-decoration: none;
  color: #e2231a;
}

.comments-area cite.fn {
    font-weight: 600;
    font-style: normal;
    margin-left: 100px;
}

.comments-area .comment-body {
    position: relative;
}
.comments-area .avatar{
  position: absolute;
}
.comments-area .comment-author.vcard,
.comments-area .comment-meta.commentmetadata{
  display: inline-block;
}

.comments-area .comment-meta.commentmetadata a{
  color: #808080;
  font-weight: 500;
  margin-left: 15px;
}

.comments-area .comment-body p {
    margin-left: 100px;
    letter-spacing: 0;
}

.comments-area .comment-form-url,
.comments-area p.comment-notes {
  display: none;
}

.comments-area h3#reply-title,
.comments-area p.comment-form-author label,
.comments-area p.comment-form-email label,
.comments-area p.comment-form-comment label {
    font-size: 20px;
    font-family: 'Bebas Neue';
    color: #808080;
}
.comments-area h3#reply-title {
  margin-bottom: 0;
  margin-top: 50px;
}

.comments-area p.comment-form-author,
.comments-area p.comment-form-email{
  width: 50%;
  float: left;
}
.comments-area p.form-submit{
width: 50%;
float: right;
text-align: right;
}

.comments-area p.comment-form-comment{
  margin-bottom: 10px;
}

.comments-area ol.comment-list{
  margin-top: 20px;
}

.comments-area ol.children {
    padding-left: 60px;
}

span.at-icon-wrapper {
    background-color: #e2231a!important;
}

span.at-icon-wrapper:hover{
      background-color: #fff!important;
}
span.at-icon-wrapper:hover svg.at-icon{
  fill: #e2231a!important;
}

.atss .at-share-btn, .atss a{
  min-width: 80px;
}
#at4-share, #at4-soc {
    min-width: 80px;
}
.at-share-close-control .at4-arrow.at-left {
    float: left!important;
}

.ct-ultimate-gdpr-cookie-popup-bottomPanel #ct-ultimate-gdpr-cookie-content {
  width: 60%;
  margin-bottom: 0;
}
#ct-ultimate-gdpr-cookie-accept,
#ct-ultimate-gdpr-cookie-read-more,
#ct-ultimate-gdpr-cookie-change-settings {
  float: none;
  display: inline-block;
  margin: 0 5px!important;
}
#ct-ultimate-gdpr-cookie-accept {
  background-color: #FFF!important;
  color: #333333!important;
}
#ct-ultimate-gdpr-cookie-modal-body .ct-ultimate-gdpr-cookie-modal-btn a {
  border: 2px solid #e2231a;
  background: #e2231a;
}
#ct-ultimate-gdpr-cookie-modal-body .ct-ultimate-gdpr-cookie-modal-btn a:hover {
  color: #e2231a!important;
  background: none;
}
#ct-ultimate-gdpr-cookie-open {
    bottom: 40px!important;
    /* transform: translateX(50%); */
    right: -24px!important;
    transition: all 400ms ease-out;
}
#ct-ultimate-gdpr-cookie-open:hover {
    /* transform: translateX(0); */
    right: 2px!important;
}

.minime-data {
  margin-bottom: 0;
}
.minime-data a {
  font-size: 12px;
  text-transform: initial;
}
.comment-form-cookies-consent {
  margin-bottom: 0;
}
.comment-form-cookies-consent label {
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: 0;
  margin-left: 5px;
  color: #333;
}

#commentform > label a {
  color: #1a1a1a;
  text-decoration: underline;
}
#commentform > label a:hover {
  color: #e2231a;
}

.basic-page a  {
  color: #e2231a;
}
.basic-page a:hover {
  text-decoration: underline;
}
.basic-page ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
}


@media screen and (max-width: 480px) {
  .comments-area p.comment-form-author {
      width: 100%;
      float: left;
  }
  .comments-area p.form-submit {
      width: 100%;
      text-align: left;
  }
  .comments-area .comment-author.vcard,
  .comments-area .comment-meta.commentmetadata {
      display: block;
  }
  .comments-area .comment-meta.commentmetadata{
    margin-left: 100px;
  }
  .comments-area .comment-meta.commentmetadata a {
      margin-left: 15px;
  }
  #main-menu li a {
    font-size: 1.3em !important;
  }
}

/*.comments-area h2.screen-reader-text {
font-size: 20px;
margin-top: 30px;
text-transform: uppercase;
position: relative;
font-family: 'Bebas Neue';
letter-spacing: 1px
}
.nav-links a.prev.page-numbers{
  color: #808080;
  font-family: 'Bebas Neue';
  letter-spacing: 1px;
}

.nav-links a.page-numbers{
    color: #808080;
  font-family: 'Bebas Neue';
  letter-spacing: 1px;
}

.nav-links span.page-numbers.current{
    color: #e2231a;
  font-family: 'Bebas Neue';
  letter-spacing: 1px;
}

.navigation.comments-pagination{
  border-bottom: solid 2px #E5E5E5;
  padding-bottom: 10px;
}

nav.navigation.comments-pagination h2.screen-reader-text{
  display: none;
}*/
