body{
    font-family: 'Source Sans Pro', sans-serif;
    color:#555;
/*    background:#eee; */
    line-height: normal;
    font-size:16px;
}
a,
a:after{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a,
a:active{
    color: #5842a7;
}
a,
a:focus,
a:hover{
    text-decoration:none;
}

a:focus,
a:hover{
    color: #5842a7;
}

.block{margin:0;}

/* Region inner padding */
#content_blocks,
#content,
/*#highlighted,*/
#highlighted_second,
#solutions_bar{
    padding-top:40px;
    padding-bottom:40px;
}

.row:after, .region:after, .views-row:after{
    content: "";
    display: block;
    clear: both;
}

/* Topo */
#header{
    padding:15px 0;
    background-color:white;
    box-shadow:0 1px 3px #ddd;
    z-index: 10;
}
#header #navigation{
    float:right;
    width: calc(100% - 240px);
}
#header #navigation .region-navigation{
    display: flex;
    padding-top: 35px;
    justify-content: flex-end;
}
#header #navigation #block-menu-menu-redes-sociais,
#header #navigation #block-system-main-menu{
    float:right;
    clear:both;
}
#header #navigation #block-menu-menu-redes-sociais{
    position: absolute;
    top: 0;
    right: 5px;
    margin-bottom:10px;
}
#header #navigation #block-menu-menu-redes-sociais > ul li a {
    color:#bbb;
    font-size:18px;
}
#header #navigation #block-menu-menu-redes-sociais > ul li a:hover {
    color:#666;
    font-size:18px;
}
#header #navigation #block-menu-menu-redes-sociais > ul li a span {
    display:none;
}

#header #navigation #block-system-main-menu{
    display: inline-block;
    float: none;

}
#header #navigation #block-system-main-menu > ul li a{
    color:#222;
    font-size:16px;
    padding:15px;
    padding: 10px 15px;
    border-radius:0px;
    display:block;
}
#header #navigation #block-system-main-menu > ul li a.active,
#header #navigation #block-system-main-menu > ul li a.active:hover{
    background-color: rgb(68, 45, 151);
    color:white;
    cursor:default;
}
#header #navigation #block-system-main-menu > ul li {
    padding: 0;
}
#header #navigation #block-system-main-menu > ul li a:hover{
    color:white;
    background-color: rgb(192, 217, 73);
}

#navigation #block-search-form {
    display: inline-block;
    width: 247px;
}

#navigation #block-search-form .container-inline {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#navigation #block-search-form input[type="text"] {
    width: 179px;
    box-shadow: none;
    border-radius: 0;
}

#navigation #block-search-form input[type="submit"] {
    min-width: unset;
    padding: 5px 10px;
    height: 34px;
}

#content .search-form,
#content .search-form .form-item {
    width: 100%;
}

#content .search-form label {
    display: none;
}

#content .search-form .container-inline {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#content .search-form input[type="text"] {
    width: calc(100% - 1px);;
    box-shadow: none;
    border-radius: 0;
}

#content .search-form input[type="submit"] {
    min-width: unset;
    padding: 5px 10px;
    height: 34px;
}

/* Filtro */
.views-exposed-form ul {
    list-style: none;
}

.views-exposed-form .bef-tree {
    cursor: pointer;
}

.views-exposed-form .bef-tree .bef-tree-child {
    display: none;
}

.views-exposed-form .bef-tree .collapsed {
    display: block;
}

.field-name-field-t-picos ul {
    list-style: none;
    padding: 0;
}

.field-name-field-t-picos ul li:before {
    content: "\27A2";
    color: #442D97;
    font-size: 1.7em;
    position: relative;
    top: 3px;
}

@media screen and (max-width: 1020px) {
    #header #navigation #block-system-main-menu > ul {
        position: fixed;
        top: 92px;
        right: -25px;
        z-index: 1001;
        width: 280px;
        max-width: 100%;
        height: 100%;
        background: #FFF;
        padding-top: 21px;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;

        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    #header #navigation #block-system-main-menu.active > ul{
        box-shadow: 0px 2px 2px rgba(101, 101, 101, 0.35); 
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    #header #navigation #block-system-main-menu.active > .block-title:before {
        border-bottom: 0;
        transform: rotate(45deg);
        position: relative;
        top: 7px;
        right: 6px;
    }

    #header #navigation #block-system-main-menu.active > .block-title:after {
        border-top: 0;
        transform: rotate(-45deg);
        top: 8px;
        left: 3px;
    }

    #header #navigation #block-system-main-menu > ul li{
        display: block;
        width: 100%;
        float: none;
    }

    #header #navigation #block-system-main-menu > ul li.close{
        position: absolute;
        font-size: 13px;
        opacity: 1;
        color: #a0a0a0;
        top: 0;
        right: 0;
        width: 100px;
        padding: 15px 0;
    }

    #header #navigation #block-system-main-menu .block__title {
        position: relative!important;
        width: 45px;
        height: 40px;
        border: solid 1px #ccc;
        font-size: 0;
        color: transparent;
        padding: 4px;
        cursor: pointer;
        z-index: 1000;
        background: #FFF;
    }

    #header #navigation #block-system-main-menu .block__title:after {
        content: "";
        display: block;
        width: 35px;
        height: 10px;
        border-top: solid 3px #442d97;
        border-bottom: solid 3px #442d97;
        margin-top: 3px;
        position: absolute;
        top: 11px;
        left: 4px;
    }

    #header #navigation #block-system-main-menu .block__title:before {
        content: "";
        display: block;
        width: 35px;
        height: 25px;
        border-top: solid 3px #442d97;
        border-bottom: solid 3px #442d97;
        margin-top: 3px;
    }

    #header #navigation .region-navigation {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    #navigation #block-search-form {
        width: calc(100% - 70px);
    }

    #navigation #block-search-form .form-item {
        width: 100%;
    }

    #navigation #block-search-form input[type="text"] {
        width: calc(100% - 1px);
        height: 40px;
    }


    #navigation #block-search-form input[type="submit"] {
        height: 40px;
    }
}/* / Media*/

@media screen and (max-width: 530px) {
    #header #navigation .region-navigation {
        padding-bottom: 45px;
    }

    #navigation #block-search-form {
        width: calc(100% - 30px);
        position: absolute;
        top: 85px;
        left: 15px;
    }
}

@media screen and (max-width: 390px) {
    #header .header__logo{
        display: block;
        max-width: 170px;
    }
}
/* /Topo */


/* Banner Principal */
#block-views-banner-block{

}
#block-views-banner-block .owl-item img{
    width:100%;
}
#block-views-banner-block .owl-pagination{
    position:absolute;
    bottom:20px;
    width: 100%;
}
#block-views-banner-block .owl-controls{
    margin:0;
}
#block-views-banner-block .owl-controls .owl-prev,
#block-views-banner-block .owl-controls .owl-next {
    width: 5%;
    height:100%;
    top:0;
    position:absolute;
    background-image: none;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: none;
    padding: 0;
    margin: 0;
    text-indent:99999px;
    overflow:hidden;
}
#block-views-banner-block .owl-controls .owl-prev:before,
#block-views-banner-block .owl-controls .owl-next:before {
    font-family:"FontAwesome";
    text-indent:0;
    top:50%;
    position: absolute;
    width: 100%;
    left: 0;
    font-size:50px;
    line-height:1em;
    margin-top:-0.5em;
}
#block-views-banner-block .owl-controls .owl-next {
    right: 0;
}
#block-views-banner-block .owl-controls .owl-next:before {
    content: "\f105";
}
#block-views-banner-block .owl-controls .owl-prev {
    left:0;
}
#block-views-banner-block .owl-controls .owl-prev:before {
    content: "\f104";
}
/* /Banner Principal */


/* highlighted - Capa e destaque antes do conteúdo*/
/*#highlighted{
}
        #highlighted .block{
                margin:0;
        }
        #highlighted #block-block-3 > p{
                font-weight:300;
                font-size:25px;
        }
                #highlighted #block-block-3 > p span{
                        color: rgb(68, 45, 151);
                }
                #highlighted #block-block-3 > p span,
                #highlighted #block-block-3 > p strong{
                        font-weight:600;
                }

                @media (min-width: 860px){
                        #highlighted #block-block-3{
                                margin-top:9%;
                        }
                }
                @media (min-width: 992px){
                        #highlighted #block-block-3{
                                margin-top:16%;
                        }
                }
                @media (max-width: 991px){
                        #highlighted .block, #highlighted .block.block-imageblock{
                                width: 100%!important;
                                float: none!important;
                                text-align: center;
                        }

                        #highlighted .block.block-imageblock img{
                                display: block;
                                margin: 30px auto 0;
                        }
                }*/

/* /highlighted */

/* Content */
#content{
}
#content .page__title{
    text-align:center;
    margin-bottom:20px;
}
div#main {
    min-height: 55vh;
}
/* /Content */


/* content_blocks - views conteudos relacionados */
#content_blocks{
    background-color:white;
}
#content_blocks .block{
    line-height:1.3em;
    position: relative;
}

#content_blocks .block .block-title{
    color: rgb(68, 45, 151);
    font-weight: 400;
    margin: 0 0 5px;
    font-size: 20px;
}

#content_blocks .block-views{
}
#content_blocks .block-views .views-row{
    margin:0 0 20px 0;
}
#content_blocks .block-views .views-row .views-field-field-image{
    width:25%;
    max-width:125px;
    float:left;
    padding-right:5px;
}
#content_blocks .block-views .view-with-thumb .views-row .views-field-title,
#content_blocks .block-views .view-with-thumb  .views-row .views-field-body{
    width:75%;
    float:left;
}
#content_blocks .block-views .views-row .views-field-title{
    margin:0 0 3px;
    font-size:1.1em;
}
#content_blocks .block-views .views-row .views-field-body{
    font-size:0.85em;
}
#content_blocks .block-views .views-row .views-field-body p{
    margin:0;
}

#content_blocks #block-views-depoimentos-block {

}
#content_blocks #block-views-depoimentos-block .views-row .views-field-body{
    font-size:0.9em;
    font-style: italic;
    margin:0 0 2px 0;
}
#content_blocks #block-views-depoimentos-block .views-row .views-field-title{
    text-align:right;
    font-size: 0.8em;
    font-weight: bold;
}
/* /content_blocks */

/* highlighted_second , #solutions_bar */
#highlighted_second,
#solutions_bar{
    text-align:center;
	background: eee;
}
#highlighted_second h3,
#solutions_bar h3,
#content .page__title{
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.03em;
}
#highlighted_second h3 strong,
#solutions_bar h3 strong{
    font-weight: 700;
    color: rgb(68, 45, 151);
}
/* /highlighted_second , #solutions_bar */

/* highlighted_second */
#highlighted_second {

}

#block-imageblock-2 p{
    margin:20px 0 0 0;
}

#block-imageblock-2 .btn{
    padding:15px 25px;
    border:none;
    border-radius:0;
    font-size:22px;
    color:white;
    font-weight:600;
    text-shadow:0 1px 1px rgba(0,0,0,0.1);
    opacity:0.7;

    background: #cee80d; /* Old browsers */
    background: -moz-linear-gradient(top, #cee80d 0%, #aace0c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cee80d), color-stop(100%,#aace0c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cee80d 0%,#aace0c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cee80d 0%,#aace0c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cee80d 0%,#aace0c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cee80d 0%,#aace0c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee80d', endColorstr='#aace0c',GradientType=0 ); /* IE6-9 */
}
#block-imageblock-2 .btn:hover{
    opacity:1;
}

/* /highlighted_second */

/* solutions_bar */
#solutions_bar{
    background-color:white;
}
#solutions_bar #block-views-solucoes-block{
    clear:both;
    margin:0;
}
#solutions_bar #block-views-solucoes-block .views-row{
    /*float:left;
    width:19%;
    padding:0 0.5%;
    position: relative;*/
    /*height:150px;*/
    margin-bottom:10px;
}

#solutions_bar #block-views-solucoes-block .views-row a{
    opacity:0.7;
}
#solutions_bar #block-views-solucoes-block .views-row:hover a{
    opacity:1;
}
#solutions_bar #block-views-solucoes-block .views-row .views-field-title a,
.page-views .view-solucoes .views-row .views-field-title a,
.page-views .view-solucoes .views-row .views-field-body,
.page-views .view-solucoes .views-row .views-field-view-node a{
    padding:5px;
    font-weight: 300;
    text-align:center;
    background-color: rgb(68, 45, 151);
    color:white;
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
}
#solutions_bar #block-views-solucoes-block .views-row .views-field-title a{
    bottom:0;
    position: absolute;
    width: 94%;
    margin: 0 0 0 3%;
    left:0;
}
/* /solutions_bar */

/* Solutions View */
.page-views {

}
.page-views .view-display-id-page{

}

.page-views .view-solucoes{
    margin-top:30px;
}
.page-views .view-solucoes .views-row{
    height:220px;
    text-align:center;
    overflow:hidden;
    margin-bottom:20px;
}
.page-views .view-solucoes .views-row .views-field{
    position: relative;
}
.page-views .view-solucoes .views-row .views-field-field-image{
    height:220px;
    background-color:rgba(255,255,255,0.2);
}
.page-views .view-solucoes .views-row .views-field-title a{
    width:100%;
    padding:15px;
    position: absolute;
    z-index:99;
    display: block;
    top:-58px;
    font-size: 20px;
}
.page-views .view-solucoes .views-row .views-field-body{
    font-size: 16px;
    overflow: hidden;
    height:130px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page-views .view-solucoes .views-row .views-field-body .field-content{
    padding:10px 20px;
    z-index:99;
    position: absolute;
    top: 0;
    left: 0;
}
.page-views .view-solucoes .views-row .views-field-view-node a{
    width:100%;
    padding:10px;
    position: absolute;
    z-index:99;
    display: block;
    top:0;
    height:40px;
}
.page-views .view-solucoes .views-row .views-field-view-node a:hover{
    background:rgb(51, 30, 126);
}
.page-views .view-solucoes .views-row:hover .views-field-title a{
    top:-220px;
}
.page-views .view-solucoes .views-row:hover .views-field-body{
    margin-top:-170px;
}
/* /Solutions View */
/* Footer */


#footer .block,
#footer p,
#bottom-wrapper .block,
#bottom-wrapper p{
    margin:0;
}

#footer #block-block-1>p> a{
    padding:20px 0;
    color:white;
    font-size:16px;
    font-weight: 300;
    /*background-color: rgb(68, 45, 151);*/
    background:url("../images/bg_bt_contact.png") repeat rgb(68, 45, 151);
    width:100%;
    display: block;
    text-align:center;
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
    opacity:0.85;
}
#footer #block-block-1>p> a:hover{
    opacity:1;
}
#footer #block-block-1>p> a strong{
    font-size:30px;
    font-weight: 700;
    display: block;
    letter-spacing:-1px;
}
/* /Footer */


/* Bottom */
#bottom-wrapper{
    padding:20px 0;
    background:#333;
    color:#777;
    font-size: 12px;
    text-align:center;
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
}
#bottom-wrapper a{
    color:#ccc;
}
#bottom-wrapper a:hover{
    color:#fff;
}

#bottom-wrapper .region-bottom {
    text-align: left;
    float: left;
}

#bottom-wrapper .sig-int {
    float: right;
}

/* #bottom-wrapper .sig-int a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(http://www.intelectua.com.br/projetos/envisia/site/sites/all/themes/envisia/images/logo-intelectua-marca-dagua.png) no-repeat; 
    margin: 0px 7px -5px;
}
*/

@media screen and (max-width: 1010px){
    #bottom-wrapper .region-bottom, #bottom-wrapper .sig-int {
        text-align: center;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}
/* /Bottom */

/* Products */
#content_blocks .block.products{
    margin: 15px 0;
}

#content_blocks .products > .block-title {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: #555;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#content_blocks .products > .block-title b{
    font-weight: 700;
    color: rgb(68, 45, 151);
}

.products .products-list:after{
    content: "";
    display: block;
    clear: both;
}

.products-list{
    position: relative;
    margin-bottom: 30px;
}

.products-list .products-list-item, .page-taxonomy .node-produto{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.products-list .products-list-item .views-field-body {
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}

.page-taxonomy .node-produto {
    width: 25%;
    float: left;
    padding: 15px;
}

@media screen and (max-width: 1020px) {
    .section-produtos #sidebar_left, .section-produtos #block-views-exp-produtos-page{
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .page-taxonomy .node-produto {
        width: 33.3%;
        float: left;
        padding: 15px;
    }
}

@media screen and (max-width: 700px) {
    .page-taxonomy .node-produto {
        width: 50%;
        float: left;
        padding: 15px;
    }
}

@media screen and (max-width: 580px) {
    .page-taxonomy .node-produto {
        width: 100%;
        float: none;
        padding: 15px 0;
    }
}

.page-taxonomy .node-produto .field-type-image, 
.products-list .products-list-item.views-row .views-field-field-image, 
#content_blocks .products-list .products-list-item.views-row .views-field-field-image {
    width: 100%;
    max-width: inherit;
    height: 180px;
    overflow: hidden;
    float: none; 
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 15px;
}

.node-type-produto .field-type-image {
    background: #FFF;
    text-align: center;
}

.page-taxonomy .node-produto .field-type-image .field-item,
.products-list .products-list-item.views-row .views-field-field-image .field-content{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.page-taxonomy .node-produto .field-type-image .field-item a,
.products-list .products-list-item.views-row .views-field-field-image .field-content a{
    display: table-cell;
    vertical-align: middle;
}

.page-taxonomy .node-produto .field-type-image img, 
.products-list .products-list-item.views-row .views-field-field-image img, 
#content_blocks .products-list .products-list-item.views-row .views-field-field-image img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 172px;
    max-width: 100%;
}

.page-taxonomy .node-produto .title a, 
.products-list .products-list-item .views-field-title a, 
#content_blocks .products .products-list .products-list-item .views-field-title a{
    color:  #442d97;
    font-size: 18px;
    font-weight: bold;
    /* margin-bottom: 15px; */
    display: block;
    /* height: 46px;*/
    overflow: hidden;
}

.page-taxonomy .node-produto p, 
.products-list .products-list-item .views-field-body p, 
#content_blocks .products-list .products-list-item .views-field-body p{
    font-size: 16px;
    font-weight: 400;
    color:  #878787;
    margin-bottom: 15px;
}

.page-taxonomy .node-produto .node-readmore,
#content_blocks .products .more-link{
    display: block;
    clear: both;
    width: 100%;
}

.page-taxonomy .node-produto .node-readmore a{
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;	
    background: #C0D949;
    border-radius: 0;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    padding: 4px 12px;
}

#content_blocks .products .more-link a, 
#content_blocks .products-list-item .more-link a{
    color: #fff;
    background-color: #442d97;
    border-color: #442d97;
    border-radius: 0;
    font-weight: 400;
    padding: 16px 22px;
    font-size: 16px;
    display: table;
    margin: 0 auto;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}

#content_blocks .view-content{
    margin-bottom: 30px;
}

#content_blocks .view-content:after{
    content: "";
    display: block;
    clear: both;
}

.products-list-item .views-field-view-node, .products-list-item .views-field-edit-node {
    display: inline-block;
    margin: 0 3px;
}

.products-list-item .views-field-edit-node a {
    background: #bfbfbf;
    border-radius: 0;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    padding: 4px 12px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

/* / Products */

/* Call to Action */
#section_cta{
    padding:40px 0 30px;
    color:white;
    font-size:18px;
    font-weight: 300;
    /*background-color: rgb(68, 45, 151);*/
    background:url("../images/bg_bt_contact.png") repeat rgb(68, 45, 151);
    width:100%;
    display: block;
    text-align:center;
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
}

#section_cta a{
    color:white;
    font-size:18px;
    font-weight: 300;
}

#section_cta a strong{
    font-size:36px;
    font-weight: 700;
    display: block;
    letter-spacing:-1px;
}
/* / Call to Action */

/* Buttons */
.btn.btn-secundary{
    background: #C0D949;
    border-radius: 0;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    padding: 4px 12px;
}
.btn.btn-secundary a{
    color:  #FFF;
}

.btn.btn-primary:hover, .btn.btn-primary:hover a{
    background:  #a3bb30;
    border-color: #a3bb30;
}

.btn.btn-primary {
    color: #fff;
    background-color: #442d97;
    border-color: #442d97;
    border-radius: 0;
    font-weight: 400;
}

.btn.btn-primary a{
    color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:hover a{
    background:  #2f1d71;
    border-color: #2f1d71;
}

.btn.btn-large{
    padding: 16px 22px;
    font-size: 16px;
}

.btn.btn-center{
    display: table;
    margin: 0 auto;
}
/* / Buttons */

/* Titles */
.section-title .block-title, .section-title {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: #555;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.section-title .block-title, .section-title b, .section-title .block-title, .section-title strong{
    font-weight: 700;
    color: rgb(68, 45, 151);
}
/* / Titles */

/* Training and Certifications */
#training_certifications{
    background: #fff;
}

.region-training-certifications{
    padding-top: 40px;
    padding-bottom: 40px;
}

.region-training-certifications .section-header{
    position: relative;
    margin-bottom: 40px;
}

.region-training-certifications > .block-title, .region-training-certifications .section-header h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: #555;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.region-training-certifications > .block-title b, .region-training-certifications .section-header h2 strong, .region-training-certifications .section-header h2 b{
    font-weight: 700;
    color: rgb(68, 45, 151);
}

.region-training-certifications .section-header p{
    max-width: 700px;
    margin: 0 auto 0px
}

.region .section-header h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: #555;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.region  .section-header h2 strong, .region .section-header h2 b{
    font-weight: 700;
    color: rgb(68, 45, 151);
}

.region .section-header p{
    max-width: 700px;
    margin: 0 auto 0px
}

.page-node.node-type-certificacao .field-name-field-image{
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.page-node.node-type-certificacao #page-title{
    text-align: left;
}

@media screen and (max-width: 800px) {
    .page-node.node-type-certificacao .field-name-field-image{
        float: none;
        margin: 0 auto 20px;
    }
}
/* / Training and Certifications */

/* Blocks */
.block.block-lists {
    position: relative;
    margin-bottom: 20px;
    margin-left: 17%;
}

.block.block-lists > .block-title{
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: 400;
    color:  #939393;
    margin: 0 0 20px; 
}

.block.block-lists .block-header-action {
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: bold;
}

.block.block-lists .block-header-action a:hover {
    color: rgb(68, 45, 151);
}

.block *[class*="list-item"]{
    position: relative;
    margin-bottom: 20px;
}

.trainings-list .trainings-list-item i{
    display: block;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    border: solid 1px rgb(68, 45, 151);
    border-radius: 50%;
    color: rgb(68, 45, 151);
    font-size: 32px;
}

.trainings-list .trainings-list-item{
    margin-bottom: 15px;
}

.trainings-list .trainings-list-item .views-field-title a {
    color: rgb(68, 45, 151);
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.trainings-list .trainings-list-item  .views-field-body p{
    font-size: 16px;
    font-weight: 400;
}

.trainings-list-item  .views-field-field-image{
    float: left;
    margin-right: 10px;
}

.certifications-list:after{
    content: "";
    display: block;
    clear: both;
}

.certifications-list .certifications-list-item {
    float: left;
    padding: 15px;
    width: 150px;
    min-width: 120px;
    max-width: 20%;
    height: 120px;
    text-align: center;
    margin: 0 0 10px;
}

@media screen and (max-width: 400px) {
    .certifications-list .certifications-list-item{
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto 15px;
    }
}

.certifications-list .views-field-field-image{
    display: table-cell;
    vertical-align: middle;
    width: 120px;	
    height: 90px;
}

.certifications-list .certifications-list-item img{
    max-width: 100%;
    max-height: 90px;
    height: auto;
}

/* / Blocks */

/* Envisia Updates */
#envisia_updates{
    padding: 40px 0;
}

#envisia_updates .section-header{
    position: relative;
    margin-bottom: 40px;
}

.block-lists .views-field-field-image {
    float: left;
    margin-right: 15px;
}

@media screen and (max-width: 720px) {
    .block-lists .block-lists-image{
        margin-bottom: 15px;
    }	
}


.block-lists .views-field-title a{
    color: rgb(68, 45, 151);
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.block-lists .views-field-body, .block-lists  .views-field-body p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.block-lists .block-lists-item{
    margin-bottom: 20px;
}
/* / Envisia Updates */

/* Date Feature */
.date-feature {
    display: block;
    background: #aaa;
    color: #FFF;
    text-align: center;
    width: 59px;
    height: 58px;
    padding: 5px;
}
/* / Date Feature */

/* Events Block */
.block .view-events .views-field-field-data {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.node-type-evento.page-node .field-type-image img{
    width: 100%;
}

.node-type-evento.page-node .field-name-field-data {
    font-size: 18px;
    margin-bottom: 20px;
}
/* / Events Block */

/* Testimonials */
#envisia_testimonials{
    background: #442d97;
    padding: 50px 0;
}

#envisia_testimonials .block-title{
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

#envisia_testimonials .view-depoimentos{
    margin: 15px auto 0; 
}

#envisia_testimonials .owl-item {
    border-left: solid 6px rgb(116, 99, 179);
    position: relative;
    padding-left: 20px;
    margin: 0 15px;
    color:  #FFF;
}

#envisia_testimonials .owl-item > div{
    max-width: 270px;
}

#envisia_testimonials .owl-item .field-content{
    font-weight: 400;
    font-size: 16px;
}

#envisia_testimonials .owl-item .views-field-title{
    font-weight: 400;
    font-size: 16px;
}

#envisia_testimonials .owl-pagination{
    margin-top: 30px;
}

#envisia_testimonials .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 50px;
    height: 6px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: rgba(195, 195, 195, 0.66);
}

#envisia_testimonials .owl-theme .owl-controls .owl-page.active span {
    background: #c0d949;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#envisia_testimonials .owl-wrapper {
    display: flex!important;
}

.page-empresa-depoimentos .block-testimonial{
    margin-bottom: 30px;
    position: relative;
}

.page-empresa-depoimentos .block-testimonial:nth-child(odd){
    text-align: left;
}

.page-empresa-depoimentos .block-testimonial h3{
    color: #442d97;
    font-weight: 600;
}


.page-empresa-depoimentos .block-testimonial h4{
    color: #878787;
}

/* / Testimonials */

/* Customers */
#envisia_customers{
    background: #fff;
    padding: 40px 0;
}

#envisia_customers h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: #555;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

#envisia_customers .owl-buttons{
    display: none;
}

.block-customer{
    text-align: center;
}

.block-customer img{
    max-height: 83px;
    max-width: 100%;
    height: auto;
    width: auto;
    margin-bottom: 10px;
}

/* / Customers */


/* Widgest Footer */
#footer-wrapper{
    padding: 50px 0 20px;
    color: white;
    font-size: 18px;
    font-weight: 300;
    /* background-color: rgb(68, 45, 151); */
    background: url(../images/bg_bt_contact.png) repeat rgb(68, 45, 151);
    width: 100%;
    display: block;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

#footer-wrapper .block-title{
    color: rgb(192, 217, 73);
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: left;
}

#footer-wrapper ul, #footer-wrapper ul li{
    list-style: none;
    margin: 0 0;	
    padding: 0 0;
}

#footer-wrapper ul li{

}

#footer-wrapper .block{
    margin-bottom: 30px;
    color: #eaeaea;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

#footer-wrapper .block a{
    color: #f5f5f5;
}

#footer-wrapper .block a:hover{
    color: #FFF;
    text-decoration: underline;
}

#footer-wrapper #footer p{
    margin-bottom: 10px;
}

#bottom-wrapper{
    background: #101010;
}
/* / Widgest Footer */

/* OWL Carousel */
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 50px;
    height: 6px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: rgba(195, 195, 195, 0.66);
}

.owl-theme .owl-controls .owl-page.active span {
    background: #c0d949;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
/* OWL Carousel */

/* Sidebar */
.sidebar{
    padding-top: 6px;
    padding-bottom: 25px;
    position: relative;
    margin-top: 20px;	
}

.sidebar .sidebar {
    margin-top: 0;
}

.sidebar .sidebar > .block > .block-title{
    background: #442d97;
    color: #FFF;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -15px;
    padding: 8px 15px;	
    text-align: center;
}

.sidebar .sidebar > .block{
    padding: 15px;
    background: #FFF;	
}

.sidebar .views-exposed-widget{
    float: none;
    width: 100%;
    max-width: 360px;
    margin: 0 0 15px;
}

.has-sidebar #content .page__title{
    text-align: left;
}

.has-sidebar .container{
    max-width: 100%;
}

.widget{
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.widget .block-title {
    font-weight: 400;
    margin-bottom: 15px;
}

.widget .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget .menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget .menu li {
    list-style: none;
    border-bottom: solid 1px #ddd;
    padding: 5px 5px 10px;
}

.widget .menu li:last-child {
    border-bottom: 0;
}

.widget .menu li a {
    color:  #6148bb;
}



/* / Sidebar */

/* Forms */
form[class*="webform"], .contact-form{
    max-width: 600px;
    margin: 1.5em auto 0;
}
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
select, textarea{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea{
    min-height: 160px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: auto;
    height: auto;
    padding: inherit;
    display: inline-block;
}

input[type="radio"] + label, input[type="checkbox"] + label{
    margin-left: 5px;
}

form *[type="submit"] {
    display: block;
    float: right;
    border: 0;
    padding: 10px 20px;
    min-width: 110px;
    background: #442d97;
    color: #FFF;
}

form *[type="reset"] {
    display: block;
    float: right;
    border: 0;
    padding: 10px 20px;
    min-width: 110px;
    background: #aaa;
    color: #FFF;
}

form fieldset.row legend{
    display: none;
}

form:after{
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.form-item {
    margin: 0 0 1.5em 0;
}
/* / Forms */


/* Cases */

.cases{
    position: relative;
    padding: 30px 0;
}

.cases .cases-list-item + .cases-list-item{
    margin-top: 40px;
}

.cases .cases-title, .cases .cases-title a{
    color:   #442d97;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
}
.cases p{
    font-size: 15px;
}

.page-node.section-cases .field-type-image {
    float: left;
    max-width: 550px;
    margin-bottom: 15px;
    margin-right: 20px;
}

@media screen and (max-width: 950px) {
    .page-node.section-cases .field-type-image {
        float: none;
        max-width: 550px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 767px) {
    .section-cases .image-thumb{
        display: table;
        margin: 0 auto 20px;
    }
}
/* / Cases */


/* Images */
img{
    max-width: 100%;
    height: auto;
}
.image-thumb{
    display: block;
    margin: 0 auto;
}
/* / Images */

/* Blog */
.view-blog{
    margin-top: 20px;
}

.view-blog .block-lists-item .views-field-title a {
    margin-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.view-blog .block-lists-item .views-field-body {
    margin-bottom: 10px;
}

.post-block, 
.page-taxonomy.section-categoria .node-artigo,
.page-taxonomy.section-tags .node-artigo  {
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.page-taxonomy.section-categoria .node-artigo,
.page-taxonomy.section-tags .node-artigo{
    padding-bottom: 20px;
}

.post-block .date-feature {
    position: absolute;
    top: 4px;
    left: 0;
    width: 80px;
    height: 78px;
    font-size: 20px;
    line-height: 1.5;
}

.field-name-field-tags .field-item{
    display: inline-block;
    vertical-align: top;
    padding: 3px 4px;
}

.page-taxonomy.section-categoria .node-artigo .field-name-title a,
.page-taxonomy.section-tags .node-artigo .field-name-title a,
.post-block .views-field-title, .post-block .views-field-title a {
    font-size: 30px;
    font-weight: bold;
    color: #442d97;
    margin: 0 0 20px;
}

.page-taxonomy.section-categoria .node-artigo .field-type-image,
.page-taxonomy.section-tags .node-artigo .field-type-image,
.post-block .post-block-header, .page-node.section-blog .field-name-field-image{
    position: relative;
    border-top: 4px solid #442d97;
}

.page-taxonomy.section-categoria .node-artigo .field-type-image:before,
.page-taxonomy.section-tags .node-artigo .field-type-image:before,
.post-block .post-block-header:before, .page-node.section-blog .field-name-field-image:before {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #c0d949;
    position: absolute;
    right: 0;
    top: -4px;
}

.page-taxonomy.section-categoria .node-artigo .field-name-body, .page-taxonomy.section-categoria .node-artigo .field-name-title, .page-taxonomy.section-categoria .node-artigo .field-name-field-tags,
.page-taxonomy.section-tags .node-artigo .field-name-body, .page-taxonomy.section-tags .node-artigo .field-name-title, .page-taxonomy.section-tags .node-artigo .field-name-field-tags{
    padding: 0 20px;
}

.post-block .post-block-content{
    padding: 20px;
}

.post-block .post-block-header img{
/*   width: 100%;*/
    width: auto;
    margin: 0 auto;
    display: block;
}

.page-node.section-blog #page-title{
    display: none;
}

.page-node.section-blog h1.page-title{
    font-size: 36px;
    font-weight: bold;
    color: #442d97;
    margin: 20px 0 20px;
}

.page-node.section-blog .field-name-body {
    margin-bottom: 15px;
}

.page-node.section-blog .field-type-taxonomy-term-reference {
    margin-bottom: 10px;
}

.page-node.section-blog .field-type-taxonomy-term-reference a{
    color:  #777;
}

.page-node.section-blog .field-type-taxonomy-term-reference .field-items .field-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.page-node.node-type-produto #page-title{
    display: none;
}

.page-node.node-type-produto .field-name-title{
    margin-bottom: 20px;
}

.page-node.node-type-produto .field-name-field-fabricante, 
.page-node.node-type-produto .field-name-field-segmento{
    margin-bottom: 15px;
}

.page-node.node-type-produto .field-name-body{
    clear: both;
    width: 100%;
    margin: 30px 0;	
}

.page-node.node-type-produto .field-name-field-link-de-produtos a {
    padding: 15px 20px;
    background: #442d97;
    color: #c0d949;
    font-size: 20px;
    margin-top: 15px;
    display: table;
}

@media screen and (max-width: 1020px) {
    .page-node.node-type-produto .field-name-field-link-de-produtos {
        display: block;
        width: 100%;
        float: none;
        margin: 30px 0;
    }

    .page-node.node-type-produto .field-name-title, 
    .page-node.node-type-produto .field-name-field-fabricante, 
    .page-node.node-type-produto .field-name-field-segmento {
        width: 100%;
        float: none;
    }
}

.page-node.node-type-produto .horizontal-tabs ul.horizontal-tabs-list {
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0px;
    position: relative;
    list-style: none;
    list-style-image: none;
    background-color: #442d97;
    border-right: 1px solid #442d97;
    width: 100%;
    height: auto;
    clear: both;
}

.horizontal-tabs .horizontal-tabs-panes a{
    color: #555;
}

.page-node.node-type-produto .horizontal-tabs ul.horizontal-tabs-list li a, .page-node.node-type-produto .horizontal-tabs ul.horizontal-tabs-list li.selected a{
    color: #442d97;
}

.page-node.node-type-produto .horizontal-tabs ul.horizontal-tabs-list li {
    background: #eee;
    border-right: 1px solid #442d97;
    padding: 0px;
    padding-top: 0;
    margin: 0;
    min-width: 5em;
    float: left;
}

.page-node.node-type-produto .horizontal-tabs ul.horizontal-tabs-list li.selected {
    background-color: #c0d949;
    padding: 0 0 1px 0;
}

.page-node.node-type-produto .horizontal-tabs ul.horizontal-tabs-list li.selected a strong {
    color:  #FFF;
}

.page-node.node-type-produto div.horizontal-tabs{
    border-color: #442d97;
    margin-top: 50px;
    background: #FFF;
}

.page-node.node-type-produto .horizontal-tabs ul.horizontal-tabs-list li a:hover {
    color:  #FFF;
    background-color: #442d97;
}

.page-node.node-type-produto .horizontal-tabs-panes {
    padding: 20px 10px;
}

.horizontal-tabs-panes table{
    background-color: #f3f3f3;
    border-color: #333;
}

.horizontal-tabs-panes table td, .horizontal-tabs-panes table th {
    border-color: #333;
}

/* / Blog */

/* CKEditor */
.ckeditor_links, .filter-help a{
    display: none;
}
/* / CKEditor */

/* Comments */
#comments{
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

#comments .comment-form a{
    color: #717171;
    text-transform: capitalize;
}

#comments .comment-form .form-item {
    margin: 0 0 15px;
}

#comments > h2{
    margin-bottom: 30px;
}

#comments #edit-submit {
    background: #442d97;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: table;
    max-width: 200px;
    color: #FFF;
    font-size: 18px;
    float: right;
    margin-left: 10px;
    height: auto;
}

#comments #edit-preview {
    background: #c0d949;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: table;
    max-width: 200px;
    color: #FFF;
    font-size: 18px;
    float: right;
    height: auto;
}

#comments .form-type-select, #comments .filter-guidelines{
    display: none;
}
/* / Comments */

/* Solutions */
.page-node.section-solucoes article{
    text-align: center;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;	
}

.page-node.section-solucoes article p{
    text-align: left;
}

.page-node.section-solucoes article .field-type-image{
    margin-bottom: 15px;
    max-width: 300px;
    margin: 0 auto;
}
/* / Solutions */

/* Containers */
.container-center {
    max-width: 800px;
    margin: 0 auto;
}

.container{
    width: 100%;
    max-width: 1170px;
}

.container .container{
    padding: 0 0;
    width: 100%;
}
/* / Containers */

/* Novidades */
.section-novidades.page-node #content > .container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.section-novidades.page-node .field-type-image{
    position: relative;
    border-top: 4px solid #442d97;
    margin-bottom: 20px;
}

.section-novidades.page-node .field-type-image:before {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #c0d949;
    position: absolute;
    right: 0;
    top: -4px;
}
/* / Novidades */

/* Tables */
table{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
table>thead>tr>td, table>thead>tr>th {
    border-bottom-width: 2px;
}
table>thead>tr>th {
    border: 1px solid #ddd;
}
table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
th {
    text-align: left;
    font-weight: bold;
}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    border: 1px solid #ddd;
}
/* / Tables */

/* Pagination */
.pager{
    margin: 30px auto;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #dcdcdc;
    border: 0;
    border-radius: 0;
    color: #737373;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #c0d949;
    color: #442d97;
}

.pager .pager-current {
    display: inline-block;
    padding: 5px 14px;
    background-color: #c0d949;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-weight: bold;
}

li.pager-first.first a, li.pager-last.last a {
    text-decoration: none;
    background-color: #442d97;
    color: #ffffff;
}

li.pager-first.first a:hover, li.pager-last.last a:hover {
    text-decoration: none;
    background-color: #c0d949;
    color: #442d97;
}

li.pager-previous a, li.pager-next a {
    font-size: 0;
    color: transparent;
}

li.pager-previous a:before, li.pager-next a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #737373;
    font-size: 18px;
}

li.pager-previous a:hover:before, li.pager-next a:hover:before{
    text-decoration: none;
    background-color: #c0d949;
    color: #442d97;
}

li.pager-previous a:before{
    content: "\f104";
}

li.pager-next a:before{
    content: "\f105";
}
/* / Pagination */

/* Calendar */
.widget-calendar .date-nav-wrapper {
    background: transparent;
    color: #442d97;
    padding: 0px 0px 5px;
}

.widget-calendar .date-nav-wrapper .date-nav.item-list, .widget-calendar .date-nav-wrapper .date-nav.item-list ul {
    padding: 0 0;
    margin: 0 0;
}

.widget-calendar .date-nav-wrapper .date-prev, .widget-calendar .date-nav-wrapper .date-next {
    padding: 0 0;
    background: transparent;
}

.widget-calendar .date-nav-wrapper .date-prev a, .widget-calendar .date-nav-wrapper .date-next a {
    padding: 7px 15px;
    color: rgb(192, 217, 73);
    background: transparent;
    font-size: 23px;
    line-height: 0.5; 
}

.widget-calendar .date-nav-wrapper .date-heading > *, .view.widget-calendar .date-nav-wrapper .date-heading > *,
.widget-calendar .date-nav-wrapper .date-heading > * a, .view.widget-calendar .date-nav-wrapper .date-heading > * a,
.widget-calendar .date-nav-wrapper .date-heading > * a:hover, .view.widget-calendar .date-nav-wrapper .date-heading > * a:hover{
    font-size: 24px;
    color: #442d97;
}

.calendar-calendar th.days, .widget-calendar .calendar-calendar th.days {
    background-color: #eee;
    color: #777;
    font-weight: 400;
    border: 1px solid #ccc;
    text-transform: uppercase;
}

.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
    background-color: #c0d949;
    color: #FFF;
}

.calendar-calendar td, .widget-calendar .calendar-calendar td{
    text-align: center;
}
/* / Calendar */

/* Login */
.page-user-login #user-login {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 15px;
    background: #FFF;
    padding: 20px;
}

.page-user-login #user-login:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
/*/  Login */
