﻿
::selection {
    background: #ac000b;
    color: #fff;
}

::-moz-selection {
    background: #ac000b;
    color: #fff;
}

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    /*font-weight: <weight>;*/
    font-style: normal;
    font-variation-settings: "wdth" 100;
    /*font-size:12px;
line-height:20px; 
font-weight: 300;*/
    color: #333333;
    background-color: #F9F9FE;
    /*overflow-y: scroll;
overflow-x: hidden!important;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*line-height: 1;*/
    font-weight: 700;
    color: #272727;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1.12em;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .75em;
}

p, li {
    text-align: justify;
}
/*p{
margin-bottom: 20px;
}

.item-page p {margin-bottom: 25px;}*/

blockquote, .blockquote {
    /*position: relative;    
border: none;*/
    border-left: 5px solid #ac000b;
    /*margin: 20px 0;
padding: 20px 10px 20px 26px;
font-size: 16px;
line-height: 1.4;
font-style: italic;*/
    background-color: #646464;
    background-color: rgba(100,100,100,0.05);
}

/*sup, .sup {
 position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
top: -0.5em;
}
sub, .sub {
 position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
bottom: -0.25em;
}

img {max-width: 100%;}*/
a {
    color: #291770;
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    a:hover {
        color: #FF4C60;
        text-decoration: none;
        -webkit-transition: all 0.15s linear 0s;
        -moz-transition: all 0.15s linear 0s;
        -o-transition: all 0.15s linear 0s;
        -ms-transition: all 0.15s linear 0s;
        transition: all 0.15s linear 0s;
    }

    a:focus {
        color: #FF4C60;
        outline: medium none;
        text-decoration: none;
    }


/*button*/

.btn-theme {
    /*font-size: 11px;*/
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    /*padding: 11px 18px;*/
    color: #fff;
    background-color: #312b82;
    /* border:2px solid transparent;*/
    /*border:none;*/
    /*border-radius: 3px;
    line-height: 1;*/
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


    .btn-theme:active, .btn-theme:hover, .btn-theme:focus {
        /* background-color: #D9261C; */
        background-color: #7F39C6;
        color: #fff;
        /*border-color:#312b82;*/
        /* border-color: #D9261C; */
        border-color: #7F39C6;
        opacity: 1;
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .btn-theme:active {
    }

    .btn-theme.inverse {
        background-color: transparent;
        border: 2px solid #2d2d2d;
        color: #2d2d2d;
    }

        .btn-theme.inverse:hover {
            border-color: #312b82;
            color: #312b82;
        }

    .btn-theme + .btn-theme {
        margin-left: 4px;
    }


    .btn-theme.color1:hover {
        background-color: #312b82 !important;
        border-color: #312b82 !important;
    }

    .btn-theme.color2 {
        border-color: #e6557c !important;
        color: #e6557c !important;
    }

        .btn-theme.color2:hover {
            background-color: #e6557c !important;
            color: #272727 !important;
        }

    .btn-theme.color3 {
        border-color: #00c1e4 !important;
        color: #00c1e4 !important;
    }

        .btn-theme.color3:hover {
            background-color: #00c1e4 !important;
            color: #272727 !important;
        }

    .btn-theme.color1.inverse {
        background-color: #312b82 !important;
        border-color: #312b82 !important;
        color: #272727 !important;
    }

        .btn-theme.color1.inverse:hover {
            background-color: transparent !important;
            border-color: #312b82 !important;
            color: #312b82 !important;
        }

    .btn-theme.color2.inverse {
        background-color: #312b82 !important;
        color: #272727 !important;
    }

        .btn-theme.color2.inverse:hover {
            background-color: transparent !important;
            color: #312b82 !important;
        }

    .btn-theme.color3.inverse {
        background-color: #00c1e4 !important;
        color: #272727 !important;
    }

        .btn-theme.color3.inverse:hover {
            background-color: transparent !important;
            border-color: #00c1e4 !important;
            color: #00c1e4 !important;
        }

#logo-img {
    height: 86px;
}


@media (max-width: 767px) {
    #logo-img {
        height: 56px;
    }

    #nav-bar.navbar {
        padding: 0;
        min-height: 0;
    }
}

/*utilidades*/
/*utilites*/
.not_found {
    color: #272727;
    font-weight: 700;
    font-size: 250px;
    line-height: 1;
    margin: 20px 0 -39px;
}

    .not_found + h1 {
        color: #fff !important;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

        .not_found + h1 + h5 {
            font-weight: 400;
            font-size: 20px;
        }

.highlight, #response {
    color: #312b82;
}

#response {
    margin: 10px 0;
}

.grey {
    color: #272727;
}

.blue-afuse {
    color: #291770 !important;
}

.red-afuse {
    color: #7F39C6 !important;
    /* color: #D9261C !important; */
}

.big {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.3em;
}

.vertical-margin-20 {
    margin: 20px 0 !important;
}

.vertical-margin-40 {
    margin: 40px 0 !important;
}

.vertical-margin-60 {
    margin: 60px 0 !important;
}

.negative-margin-60 {
    margin-top: -60px !important;
}

.block-header {
    margin-bottom: 14px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .block-header {
        font-size: 40px;
    }

    .not_found {
        font-size: 100px;
    }
}

.block-header + h3 {
    font-size: 22px;
    margin-top: -10px;
    position: relative;
    margin-bottom: 40px;
}

.block-header + p {
    position: relative;
    margin-bottom: 40px;
    font-size: 14px;
}

.text-center .block-header + p:after, .block-header + h3:after {
    display: block;
    position: absolute;
    content: '';
    width: 180px;
    height: 2px;
    background-color: #312b82;
    bottom: -32px;
    left: 50%;
    margin-left: -80px;
}

.block-header + h3:after {
    left: 0;
    margin-left: 0;
    bottom: -20px;
}

.text-center .block-header + h3:after {
    left: 50%;
    margin-left: -55px;
    bottom: -30px;
}

.color_section .block-header + p:after, .darkgrey_section .block-header + p:after {
    background-color: #fff !important;
}

.block > h3 {
    margin-top: 0;
    margin-bottom: 18px;
}

.page-title {
    margin: 0 0 32px 0;
}

.entry-title {
    margin: 0 0 8px;
}

.blog .entry-thumbnail {
    margin: 32px 0 34px;
}

.dropcap {
    display: block;
    float: left;
    font-size: 48px;
    line-height: 1;
    padding: 0 10px 0 0;
    text-align: center;
}

h4 [class*="rt-icon-"] {
    border-radius: 100%;
    color: #fff;
    background-color: #312b82;
    padding: 8px;
}

ul.list1 {
    list-style: none;
    padding-left: 20px;
}

    ul.list1 li {
        position: relative;
        padding: 8px 0 8px;
    }

        ul.list1 li + li {
            border-top: 1px solid rgba(100,100,100,0.2);
        }

        ul.list1 li:before {
            font-family: 'fontello';
            content: '\e82c';
            display: block;
            position: absolute;
            color: #fcfcfc;
            left: -17px;
        }

ul.list2 {
    list-style: none;
    padding-left: 20px;
}

    ul.list2 li {
        position: relative;
        padding: 8px 0 8px;
    }

        ul.list2 li + li {
            border-top: 1px solid rgba(100,100,100,0.2);
        }

        ul.list2 li:before {
            content: '\2022';
            font-size: 30px;
            display: block;
            position: absolute;
            color: #fcfcfc;
            left: -20px;
        }

ol.list3 {
    counter-reset: li;
    list-style: none outside none;
    margin-bottom: 4em;
    padding: 0;
}

    ol.list3 li {
        position: relative;
        padding: 8px 0 8px 34px;
    }

        ol.list3 li:after {
            content: counter(li, decimal-leading-zero);
            counter-increment: li;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -13px;
            font-weight: 700;
            -ms-border-radius: 100%;
            border-radius: 100%;
            color: #fff;
            width: 26px;
            height: 26px;
            background-color: #312b82;
            text-align: center;
            line-height: 26px;
        }

        ol.list3 li + li {
            border-top: 1px solid #646464;
            border-top: 1px solid rgba(100,100,100,0.2);
        }





#header {
    /*    position: fixed;*/
    /*styles for sticky menu*/
    /* -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);*/
    background-color: transparent;
    /*padding: 0; 
    width: 100%;*/
    z-index: 12000;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    margin-top: 20px;
}
    /*.is-sticky #header {top: 0; background-color: #fff; }
#header-sticky-wrapper { background-color: transparent; z-index: 1;}
#header .row {position: relative;}*/
    #header .navbar-brand {
        height: 86px;
        color: #272727;
        display: block;
        /*position: absolute;*/
        padding: 0 0 0 15px;
        z-index: 10;
        /*top: 18px;*/
        /*font-size: 34px;
    text-transform: lowercase;
    letter-spacing: -2px;
    font-weight: 700;*/
    }


    /*.is-sticky #header .navbar-brand{top:8px;}*/
    /*#header .navbar-brand img {}
#land .single_teaser {width: 268px; margin: 20px auto;}
@media screen and (max-width: 991px) {
    #header .navbar-brand {}
}
@media screen and (max-width: 767px) {
    #land {margin-top: 0;}
     #header .navbar-brand {display: block; top:10px;}
}*/

    #header .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }


#nav-bar {
    background-color: #7F39C6;
    /* background-color: #D9261C; */
    padding: 10px 0;
    border-radius: 0;
}

    #nav-bar a {
        color: #FFF;
    }

aside .block + .block {
    margin-top: 34px;
}

/*vertical*/
#box_wrap > section, section#about {
    padding-top: 40px;
    padding-bottom: 40px;
}

#topline {
    border: none;
    background-color: rgb(84, 89, 95);
    color: #FFF;
}

    #topline .col-sm-6 {
        margin-top: 0 !important;
        text-align: center;
    }

    #topline .container {
        position: relative;
    }
    /*#topline:after {position: absolute; display: block; content: ''; height: 1px; left: 15px; right: 15px; bottom: 0; background-color: #e3e3e3;}*/
    #topline > .container p {
        margin: 0;
        padding: 10px 0 3px;
    }

    #topline p, #topline h2 {
        color: #FFF;
        font-size: 18px;
        font-weight: 600;
        margin-top: 10px;
        display: inline-block;
    }

    #topline .partners_links {
        padding: 4px 0;
        text-align: center;
    }

        #topline .partners_links a {
            text-decoration: none;
            border-radius: 3px;
            margin-right: 4px;
        }

            #topline .partners_links a:hover {
            }

            #topline .partners_links a > img {
                opacity: 0.9;
                height: 30px;
            }

                #topline .partners_links a > img:hover {
                    opacity: 1;
                    transform: scale(1.1);
                    transition: 0.3s;
                }




section#about {
    padding-bottom: 0;
}

section#features {
    padding: 0;
}

    section#features > .container {
        padding: 60px 0 57px;
    }

section#skills {
    padding: 88px 0 80px;
}

section#testimonials {
    padding-top: 26px;
    padding-bottom: 10px;
}

section#process {
    padding: 89px 0 0;
}

section#services {
    padding: 89px 0 9px;
}

section#prices {
    padding: 89px 0 89px;
}

section#partners {
    padding: 0px 0 39px;
}

section#team {
    padding: 91px 0 102px;
}

section#tweets {
    padding: 10px 0 12px;
}

section#progress {
    padding-top: 100px;
    padding-bottom: 68px;
}

section#portfolio {
    padding: 86px 0 0;
    border-bottom: 0;
}

section#belowcontent {
    padding: 49px 0 50px;
}

section#info {
    padding-top: 82px;
    padding-bottom: 88px;
}

section#middle {
    padding-top: 89px;
    padding-bottom: 89px;
}

    section#middle .row + .row {
        margin-top: 40px;
    }

footer#footer {
    padding-top: 50px;
    padding-bottom: 40px;
}

section#map_wrap {
    padding: 0;
}

section#mainslider {
}

#map {
    height: 400px;
}

section#contact {
    padding: 65px 0 20px;
}

section#copyright {
    padding: 18px 0 18px;
}

section#abovecontent {
    padding: 30px 0;
}

.row + .row {
    margin-top: 20px;
}

.title_section .row {
    display: table;
}

.title_section [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#land .container, #land .row {
    height: 100%;
}

.google-maps {
    overflow: hidden;
}

    .google-maps iframe {
        width: 100% !important;
        height: 300px !important;
        border: 1px solid #fefefe;
    }

@media screen and (max-width: 767px) {
    .title_section .row, .title_section [class*="col-"] {
        display: block;
    }

    #land, #land .container, #land .row {
        height: auto !important;
    }

    #mainslider .container, #mainslider .row {
        display: block;
    }

    [class*="col-"] + [class*="col-"] {
        margin-top: 50px;
    }

    .container {
        max-width: 450px;
    }

    #header {
        text-align: center;
    }

        #header select {
            margin: 0 auto;
        }

        #header [class*="col-"] + [class*="col-"] {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    #partners [class*="col-"] + [class*="col-"] {
        margin-top: 30px;
    }

    #portfolioContainer [class*="col-"] + [class*="col-"] {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    section#mainslider {
        margin-top: 0;
    }
    /*#mainslider .container { padding-top: 150px; padding-bottom: 80px;} 
    #mainslider [class*="col-"] + [class*="col-"] {margin-top:10px; margin-bottom: 10px;}
    #mainslider img {max-width: 100%; max-height: 350px; padding:20px 0 0;}
    #mainslider .responisve-container img {max-height: 100%; padding: 0;}
    #mainslider img.negative-margin-60 {margin-top: -20px !important;}*/
    #mainslider img {
        padding: 0;
    }

    #header-sticky-wrapper + #middle {
        padding-top: 110px;
    }
}

/*footer*/

#footer .block > h3 {
    font-size: 1.4em;
    text-transform: none;
    margin-bottom: 10px;
}

#footer .social-icons {
    margin: 53px 0 50px;
}

#copyright p {
    margin-bottom: 0;
}

#copyright .navbar-brand {
    position: relative;
    top: -14px;
}

#copyright .widget_nav_menu ul {
    float: right;
}

#copyright .widget_nav_menu li {
    display: inline-block;
    margin-left: 7px;
    padding: 0;
}

    #copyright .widget_nav_menu li a {
        padding-bottom: 0 !important;
    }

        #copyright .widget_nav_menu li a:before {
            display: none;
        }

        #copyright .widget_nav_menu li a:hover {
            left: auto;
        }



/*sessoes comuns*/

/*common sections*/

hr.divider_section {
    color: #7F39C6;
    /* color: #D9261C; */
    background-color: #7F39C6;
    /* background-color: #D9261C; */
    height: 2px;
    border: 0;
    margin: 10px 0;
}

.title_section h2 {
    font-size: 65px;
    line-height: 1em;
}

.title_section h3, h3.title_section {
    line-height: 32px;
    font-size: 32px;
    color: #291770;
    margin-bottom: 20px;
    font-weight: 600;
}

.grey_section {
    background-color: #F0F0F0;
}

.darkgrey_section {
    background-color: #3D4345;
    color: #fff;
}

    .darkgrey_section.parallax {
        border: none;
    }

.dark_section {
    background-color: #303436;
    color: #A1A1A1;
}

.red_section {
    background-color: #7F39C6;
    /* background-color: #D9261C; */
    color: #fff;
}

.blue_section {
    background-color: #291770;
    color: #FFF;
}

    .blue_section.parallax {
        border: none;
    }

.color_section {
    background-color: #312b82;
    color: #fff;
}

    .darkgrey_section h1,
    .darkgrey_section h2,
    .darkgrey_section h3,
    .darkgrey_section h4,
    .darkgrey_section h5,
    .darkgrey_section h6,
    .dark_section h1,
    .dark_section h2,
    .dark_section h3,
    .dark_section h4,
    .dark_section h5,
    .dark_section h6,
    .color_section h1,
    .color_section h2,
    .color_section h3,
    .color_section h4,
    .color_section h5,
    .color_section h6,
    .red_section h1,
    .red_section h2,
    .red_section h3,
    .red_section h4,
    .red_section h5,
    .red_section h6,
    .blue_section h1,
    .blue_section h2,
    .blue_section h3,
    .blue_section h4,
    .blue_section h5,
    .blue_section h6 {
        color: #fff;
        text-transform: none
    }

    .darkgrey_section a,
    .dark_section a,
    .color_section a,
    .blue_section a,
    .red_section a,
    .darkgrey_section .form-control,
    .dark_section .form-control,
    .color_section .form-control {
        color: #fff;
    }

        .darkgrey_section a:hover,
        .dark_section a:hover,
        .color_section a:hover {
            color: #312b82;
        }

.dark_section .block > h3 {
    color: #fff;
    font-size: 26px;
}

.dark_section .form-control {
    border-color: transparent;
    color: #fff;
}

.dark_section .widget_nav_menu a {
}

    .dark_section .widget_nav_menu a:hover {
    }

.dark_section a[class^="socialico-"]:before, .darkgrey_section a[class^="socialico-"]:before {
    background-color: #fff;
    border-radius: 100%;
}

.dark_section a[class^="socialico-"]:hover:before, .darkgrey_section a[class^="socialico-"]:hover:before {
    background-color: #312b82;
    color: #fff;
}

.dark_section [class^="rt-icon-"] {
    color: #ffffff !important;
}

/*.dark_section .btn-theme, .darkgrey_section .btn-theme {color:#312b82;}*/
.dark_section .btn-theme:hover, .darkgrey_section .btn-theme:hover {
    color: #272727;
    background-color: #fff;
    border-color: #fff;
}

.dark_section .btn-theme.inverse, .darkgrey_section .btn-theme.inverse {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .dark_section .btn-theme.inverse:hover, .darkgrey_section .btn-theme.inverse:hover {
        color: #312b82;
        background-color: transparent;
        border-color: #312b82;
    }

.color_section .btn-theme { /*border-color: #ffffff;*/
    color: #272727;
    background-color: #ffffff;
}

    .color_section .btn-theme:hover {
        border-color: #ffffff;
        color: #fff;
        background-color: #7F39C6;
        /* background-color: #D9261C; */
    }

    .color_section .btn-theme.inverse {
        border-color: #272727;
        color: #272727;
        background-color: transparent;
    }

        .color_section .btn-theme.inverse:hover {
            border-color: #ffffff;
            color: #ffffff;
            background-color: transparent;
        }

.bg-color0 {
    background-color: inherit;
}

.bg-color1 {
    background-color: #312b82;
}

.bg-color2 {
    background-color: #e6557c;
}

.bg-color3 {
    background-color: #00c1e4;
}

.border-color1 {
    border-color: #312b82 !important;
}

.border-color2 {
    border-color: #e6557c !important;
}

.border-color3 {
    border-color: #00c1e4 !important;
}


/*blog*/

.blog {
    margin-top: 7px;
}

    .blog .entry-thumbnail:first-child {
        margin: 0px 0px 20px;
    }

.blog-single .entry-thumbnail {
    margin: 0px 0px 32px;
    position: relative;
}

.blog article + article {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #f5f5f5;
}
/*from blog widget*/
.widget_from_blog {
}

    .widget_from_blog .entry-thumbnail img {
        width: 100%;
    }

    .widget_from_blog article.post, .blog article.post {
    }

article.post {
    background-color: #FFF;
    border: 1px solid #EEEEFC;
    padding: 30px;
    margin-bottom: 30px;
}

    article.post.primary_post {
        padding-bottom: 10px;
    }

        article.post.primary_post .entry-content, article.post.primary_post .entry-share {
        }

    /* article.post.secondary_post header {
        margin-left: -15px;
        margin-right: -15px;
    }*/

    article.post.secondary_post {
        /* margin-left: 15px;
        margin-right: 15px;*/
        margin: 0;
        padding:15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        article.post.secondary_post:hover {
        }

        article.post.secondary_post h2.entry-title {
            margin-top: 0;
        }

p.date {
    margin-bottom: 10px;
    font-size: 13px;
}

    p.date + p {
        margin-bottom: 10px;
    }

.entry-share {
    margin: 20px 0 10px;
}

.read-more p {
    text-transform: uppercase;
}

    .read-more p a {
        color: #222222;
        transition-duration: 0.3s;
        font-weight: 900;
    }

        .read-more p a:hover {
            color: #FF4C60;
            transition-duration: 0.3s;
        }

.blog article.post > header > h2, .blog article.post > header > .entry-meta, .blog article.post > .entry-content { /*margin-left: 40px; margin-right: 40px;*/
}

h1.entry-title {
    font-size: 40px;
    margin: 20px 0 10px;
}

h2.entry-title {
    margin: 20px 0 10px;
    font-size: 21px;
    font-weight: 800;
}

    h2.entry-title a, h2.entry-title a:hover {
        color: #222222;
    }

    h2.entry-title span.heart {
        font-size: 16px;
        float: right;
        padding: 8px 0 0 0;
    }

        h2.entry-title span.heart:before {
            font-family: 'rt-icons';
            content: "\e605";
            font-size: 14px;
            color: #fff;
            padding-right: 3px;
        }

.entry-meta {
    margin: 10px 0;
}

.blog-single .entry-meta {
    margin: 10px 0 16px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 16px;
}

.entry-meta .comments-link {
    float: right;
}

.blog .entry-tags {
    margin-top: 19px;
    position: relative;
}

.format-small-image .entry-tags {
    border-color: #312b82;
}

.format-gallery .entry-tags {
    border-color: #a7d163;
}

.entry-tags a {
    text-transform: uppercase;
}

.blog .entry-tags a {
}

.entry-tags a:hover {
}

.blog .read-more {
    margin-top: 21px;
}

.blog .format-small-image .entry-thumbnail {
    margin-bottom: 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .blog .format-small-image .entry-thumbnail {
        text-align: center;
    }

    .blog .format-small-image .entry-header, .blog .format-small-image .entry-content {
        margin-left: 40px;
        margin-right: 40px;
    }
}

.thumbnail.juridico-thumbnail h4 {
    margin: 0;
}

    .thumbnail.juridico-thumbnail h4 > a, .thumbnail.juridico-thumbnail h4 > a:hover {
        display: block;
        color: #FFF;
        text-align: center;
        background: #291770;
        padding: 10px;
        margin: 0 0 20px 0;
        font-size: 23px;
    }

.container-colonia {
    margin: 15px 0;
}

@media(min-width:750px) {
    .container-colonia {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .container-colonia .thumbnail-colonia {
            flex: 1 0 0%;
            margin-right: 5px;
            margin-bottom: 0;
            margin-left: 5px;
        }

            .container-colonia .thumbnail-colonia > .caption > p {
                min-height: 60px;
            }

            .container-colonia .thumbnail-colonia > p {
                padding: 0 9px;
            }
}

.blue_section.colonia_section {
    margin-bottom: 20px;
    padding: 40px 20px;
    flex: 1 0 0%;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
}

    .blue_section.colonia_section h3 {
        font-size: 32px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .blue_section.colonia_section a {
        margin: 20px 0;
        transition: all .3s;
    }

        .blue_section.colonia_section a > i {
            transition: all .3s;
        }

        .blue_section.colonia_section a:hover > i {
            transform: scale(1.1);
        }

.thumbnail.thumbnail-colonia {
    border: 0px;
    background-color: transparent;
    transition: 0.3s;
    border-radius: 0;
}

    .thumbnail.thumbnail-colonia:hover {
        background-color: #f3f3f3;
    }

    .thumbnail.thumbnail-colonia h3 {
        display: block;
        color: #291770;
        background-color: transparent;
        padding: 0;
        margin: 0 0 20px 0;
        font-size: 32px;
        line-height: 32px;
        font-weight: 600;
    }

.video-view {
    display: block;
    height: 55px;
    width: 55px;
    margin-left: -27px;
    margin-top: -27px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    background-color: #312b82;
    text-align: center;
}

    .video-view:before {
        font-family: 'fontello';
        content: '\e80a';
        color: #fff;
        line-height: 55px;
        font-size: 30px;
        margin-left: 4px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .video-view:hover {
        background-color: #fff;
    }

        .video-view:hover:before {
            color: #272727;
        }

img.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
}

footer.bottom-entry-meta {
    margin: 28px 0;
}

.tags {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 36px 0;
}

    .tags h3 {
        display: inline-block;
        margin: 4px 0 0;
    }

.tags-links {
    position: relative;
}

    .tags-links:before {
        content: "\e687";
        font-family: "rt-icons";
        margin-right: 14px;
    }

.st_facebook_hcount, .st_twitter_hcount, .st_googleplus_hcount {
    position: relative;
    top: -3px;
    text-align: right;
}

    .st_facebook_hcount span, .st_twitter_hcount span, .st_googleplus_hcount span {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        box-sizing: content-box;
    }

.tags a, .tagcloud a {
    padding: 4px 13px;
    font-size: 13px;
    border: 1px solid #312b82;
    margin-bottom: 4px;
    margin-right: 0px;
    display: inline-block;
    border-radius: 2px;
}

    .tags a:hover, .tagcloud a:hover {
        background-color: #312b82;
        border-color: #312b82;
        color: #fff;
    }

.author-meta {
    margin: 40px 0 46px;
    padding: 40px 52px 40px 52px;
    background-color: rgba(100,100,100,0.05);
}

    .author-meta img { /*display: block; max-width: 200px; margin: 10px 20px 10px 0;*/
    }

    .author-meta h3 {
        margin: 26px 0 22px;
        position: relative;
    }

.author-social {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}

.author-meta p:after {
    display: table;
    content: " ";
    clear: both;
}

@media screen and (max-width: 767px) {
    .author-meta {
        text-align: center;
    }

        .author-meta img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }

    .author-social {
        display: block;
        position: static;
        padding: 20px 0 0 0;
    }
}

.related-posts > h3 {
    margin-bottom: 24px;
    font-size: 30px;
}

.related-posts article.post {
    background-color: rgba(255,255,255,0.1);
    text-align: center;
    padding-bottom: 1px;
}

    .related-posts article.post.format-gallery {
        border-color: #00c1e4;
    }

    .related-posts article.post.format-video {
        border-color: #312b82;
    }

    .related-posts article.post > .entry-content, .related-posts article.post > p, .related-posts article.post > h3 {
        padding: 0 10px;
    }

    .related-posts article.post > h3 {
        margin: 24px 0 0;
    }

.comments-area {
    margin: 43px 0 40px;
    border-top: 1px solid #F5F5F5;
    padding-top: 20px;
}

.comments-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.comments-area ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.comments-area li {
    padding: 26px 0 5px;
}

.comments-area ol.children li {
    padding: 10px 0 0 70px;
}

.comments-area ol.children ol ol li {
    padding-left: 0;
}

.comment-meta {
    position: relative;
}

.comment-metadata {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin: 8px 0 16px 100px;
    padding: 15px 0;
}

.comment-author a {
    position: relative;
    font-size: 1.4em;
}

.comment-author img {
    max-width: 70px;
    margin-right: 28px;
    float: left;
}

.reply {
    position: absolute;
    right: 0;
    top: 49px;
}

.comment-content {
    padding: 0 0 9px 100px;
}

.comment-respond {
    margin-top: 0px;
}

.comment-reply-title {
    margin: 0 0 22px;
    font-size: 30px;
}

.comment-respond label, .contact-form label {
    display: none;
}

form.contact-form {
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 620px;
    margin: 0 auto;
}

    form.contact-form input, form.contact-form textarea {
    }

p.comment-form-author, p.comment-form-email, p.comment-form-url {
    margin-bottom: 10px;
}

p.comment-form-author, p.comment-form-email { /*padding-right: 10px;*/
}

p.comment-form-comment:before, p.contact-form-message:before {
    display: table;
    content: " ";
}

.comment-respond p.form-submit {
    text-align: center;
    margin-top: 40px;
}

.comment-form input, .comment-form textarea {
    text-align: center;
}

@media (max-width: 570px) {
    .comments-area ol.children li {
        padding: 30px 0 0 30px;
    }

    p.comment-form-author, p.comment-form-email, p.comment-form-url, p.contact-form-name, p.contact-form-email, p.contact-form-subject {
        float: none;
        padding: 0 8px 0 0;
        width: 100%;
    }

    p.contact-form-message {
        padding-right: 8px;
    }
}

/*Nav*/

.nav.nav-pills {
    margin-bottom: 20px;
}

    .nav.nav-pills > li.active > a, .nav.nav-pills > li.active > a:hover, .nav.nav-pills > li.active > a:focus {
        background-color: #7F39C6;
        /* background-color: #D9261C; */
        color: #FFF;
        text-decoration: none;
    }

    .nav.nav-pills > li > a:hover {
        background-color: #291770;
        color: #FFF;
        text-decoration: none;
    }

.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #FFF;
    background-color: transparent;
    /*    border-bottom: 5px solid #FFF;*/
}

.nav > li > a {
    padding: 8px 12px !important;
}

.navbar-afuse > li > a {
    font-weight: 900;
    /*padding: 30px 20px 30px;*/
    color: #FFF;
    padding: 11px;
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 7px;
    transition-duration: 0.2s;
}

#nav-bar .navbar-afuse .dropdown-menu > li > a {
    color: #7F39C6;
    /* color: #D9261C; */
}

#nav-bar .dropdown-menu > .active > a, #nav-bar .dropdown-menu > .active > a:hover, #nav-bar .dropdown-menu > .active > a:focus {
    background-color: #f5f5f5;
}

#nav-bar .nav .open > a, #nav-bar .nav .open > a:hover, #nav-bar .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
/*.navbar-afuse > li:last-child > a {
    color: #d00000;
}

.navbar-afuse.nav .open:last-child > a, .navbar-afuse.nav .open:last-child > a:hover, .navbar-afuse.nav .open:last-child > a:focus {
    color: #f00000;
}*/
.navbar-afuse.nav .open > a, .navbar-afuse.nav .open > a:hover, .navbar-afuse.nav .open > a:focus {
    text-decoration: underline;
}

@media(min-width:768px) {
    .navbar-afuse {
        float: none;
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .navbar-afuse.navbar-nav .open .dropdown-menu {
        background-color: #FFF;
        border-radius: 0;
    }
}


/*Widget*/



.widget_afuse {
    background: white;
    padding: 20px;
    border: 1px #EEEEFC solid;
    margin-bottom: 30px;
}

    .widget_afuse hr.blue {
        border-top: #291770 2px solid;
    }

    .widget_afuse hr.red {
        border-top: #7F39C6 2px solid;
        /* border-top: #D9261C 2px solid; */
    }

    .widget_afuse h4 {
        margin: 0;
    }

    .widget_afuse figcaption {
        display: block;
        text-align: center;
    }

    .widget_afuse .widget_afuse_footer {
        margin: 20px 0 0 0;
        text-align: center;
    }


.widget_categories ul, .widget_archive ul, .widget_recent_entries ul {
    list-style: none;
    padding-left: 0;
}

.widget_categories li, .widget_archive li, .widget_recent_entries li {
    padding: 3px 0;
}

    .widget_categories li + li {
        border-top: 1px solid #F5F5F5;
        padding-top: 6px;
        margin-top: 6px;
    }

.widget_categories a, .widget_archive a, .widget_recent_entries a {
    position: relative;
    padding: 0 !important;
}

    .widget_categories a:hover, .widget_archive a:hover, .widget_recent_entries a:hover, .widget_nav_menu a:hover {
    }

.widget_nav_menu a {
    /*padding: 0px 0 10px 20px !important;*/
    padding: 0px 0 10px 0px !important;
    position: relative;
}

    .widget_nav_menu a:before {
        display: block;
        position: absolute;
        content: '.';
        font-size: 46px;
        left: 0;
        top: -13px;
    }

.widget_nav_menu [class*="rt-icon-"] {
    font-size: 19px;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    top: 2px;
    left: -4px;
}

.widget_tag_cloud > h3 {
    margin-bottom: 26px;
}

.widget_news > h3 {
    margin-bottom: 7px;
}

.widget_news ul {
    list-style: none;
    padding-left: 0;
}

.widget_news li {
    padding: 18px 0 6px;
}

.widget_news a {
}

    .widget_news a:hover {
    }

.news_introimg {
    float: left;
    max-width: 60px;
}

.news_right {
    margin-left: 80px;
}

    .news_right h5 {
        margin-top: 0;
        font-size: 13px;
        text-transform: none;
        font-weight: 300;
        line-height: 1.1em;
    }

.search-field {
    max-width: 180px;
    background-color: transparent;
}

.widget_social_links {
    line-height: 30px;
}

    .widget_social_links > h3 {
        margin-bottom: 13px;
    }

    .widget_social_links ul {
        /* padding-left: 0;
        list-style: none;*/

        float: none;
        display: flex;
        flex-direction: row;
        /*justify-content: space-between;*/
        list-style-type: none;
        margin: 0;
        padding: 4px 0 0 0;
    }


    .widget_social_links a[class^="socialico-"], .widget_social_links a[class^="rt-icon-"] {
        padding: 0px 0px 0px 40px;
        font-size: inherit !important;
        color: #FFF;
    }

        .widget_social_links a[class^="socialico-"]:before, .widget_social_links a[class^="rt-icon-"]:before {
            top: -18px;
        }

        .widget_social_links a[class^="socialico-"]:hover, .widget_social_links a[class^="rt-icon-"]:hover {
            color: #FFF;
        }

    .widget_social_links li {
        /*padding: 6px 10px 6px 0;*/
        vertical-align: bottom;
    }

.widget_schedule dt {
    font-weight: normal;
}

.widget_schedule .dl-horizontal dt {
    width: 80px;
    text-align: left;
}

.widget_schedule .dl-horizontal dd {
    margin-left: 100px;
    text-align: right;
}


/*carousel*/

.carousel-caption {
    right: 0;
    left: 0;
    bottom: 0px;
    padding-bottom: 0px;
    background-color: #202020;
    background-color: rgba(32, 32, 32, 0.8);
    text-align: center;
    color: #FFF;
    text-shadow: none;
    padding: 20px 5px 40px;
    font-weight: bold;
}

    .carousel-caption h3 {
        margin-top: 0;
        color: #FFF;
    }

    .carousel-caption a.btn.btn-theme {
        float: right;
    }

.carousel-control {
    width: 5%;
}


.carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    margin-left: -50%;
}

@media (max-width: 767px) {
    .carousel-caption p {
        display: none;
    }

    .carousel-caption h3 {
        font-size: 18px;
    }
}


/*teaser icons*/
@font-face {
    font-family: 'rt-icons';
    src: url('../fonts/rt-icons.eot');
    src: url('../fonts/rt-icons.eot?#iefix') format('embedded-opentype'), url('../fonts/rt-icons.woff') format('woff'), url('../fonts/rt-icons.ttf') format('truetype'), url('../fonts/rt-icons.svg#rt-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="rt-icon-"], [class*=" rt-icon-"] {
    font-family: 'rt-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rt-icon-ok:before {
    content: "\e600";
}

.rt-icon-youtube:before {
    content: "\e601";
}

.rt-icon-times:before {
    content: "\e602";
}

.rt-icon-image:before {
    content: "\e603";
}

.rt-icon-phone:before {
    content: "\e604";
}

.rt-icon-heart:before {
    content: "\e605";
}

.rt-icon-microphone:before {
    content: "\e606";
}

.rt-icon-rss-outline:before {
    content: "\e607";
}

.rt-icon-message:before {
    content: "\e608";
}

.rt-icon-location-outline:before {
    content: "\e609";
}

.rt-icon-link-outline:before {
    content: "\e60a";
}

.rt-icon-image-outline:before {
    content: "\e60b";
}

.rt-icon-export-outline:before {
    content: "\e60c";
}

.rt-icon-cross:before {
    content: "\e60d";
}

.rt-icon-star-outline:before {
    content: "\e60e";
}

.rt-icon-mail:before {
    content: "\e60f";
}

.rt-icon-heart-outline:before {
    content: "\e610";
}

.rt-icon-flash-outline:before {
    content: "\e611";
}

.rt-icon-arrow-move-outline:before {
    content: "\e612";
}

.rt-icon-watch:before {
    content: "\e613";
}

.rt-icon-time:before {
    content: "\e614";
}

.rt-icon-location-arrow-outline:before {
    content: "\e615";
}

.rt-icon-attachment-outline:before {
    content: "\e616";
}

.rt-icon-user-outline:before {
    content: "\e617";
}

.rt-icon-lock-closed-outline:before {
    content: "\e618";
}

.rt-icon-lock-open-outline:before {
    content: "\e619";
}

.rt-icon-group-outline:before {
    content: "\e61a";
}

.rt-icon-chart-pie-outline:before {
    content: "\e61b";
}

.rt-icon-video-outline:before {
    content: "\e61c";
}

.rt-icon-map:before {
    content: "\e61d";
}

.rt-icon-key-outline:before {
    content: "\e61e";
}

.rt-icon-infinity-outline:before {
    content: "\e61f";
}

.rt-icon-globe-outline:before {
    content: "\e620";
}

.rt-icon-eye-outline:before {
    content: "\e621";
}

.rt-icon-cog-outline:before {
    content: "\e622";
}

.rt-icon-camera-outline:before {
    content: "\e623";
}

.rt-icon-scissors-outline:before {
    content: "\e624";
}

.rt-icon-refresh-outline:before {
    content: "\e625";
}

.rt-icon-zoom-outline:before {
    content: "\e626";
}

.rt-icon-pin-outline:before {
    content: "\e627";
}

.rt-icon-message-typing:before {
    content: "\e628";
}

.rt-icon-folder:before {
    content: "\e629";
}

.rt-icon-pencil:before {
    content: "\e62a";
}

.rt-icon-brush:before {
    content: "\e62b";
}

.rt-icon-thumbs-up:before {
    content: "\e62c";
}

.rt-icon-pen:before {
    content: "\e62d";
}

.rt-icon-calender-outline:before {
    content: "\e62e";
}

.rt-icon-business-card:before {
    content: "\e62f";
}

.rt-icon-calculator:before {
    content: "\e630";
}

.rt-icon-clipboard:before {
    content: "\e631";
}

.rt-icon-gift:before {
    content: "\e632";
}

.rt-icon-bell:before {
    content: "\e633";
}

.rt-icon-anchor-outline:before {
    content: "\e634";
}

.rt-icon-power-outline:before {
    content: "\e635";
}

.rt-icon-shopping-bag:before {
    content: "\e636";
}

.rt-icon-device-tablet:before {
    content: "\e637";
}

.rt-icon-device-phone:before {
    content: "\e638";
}

.rt-icon-device-laptop:before {
    content: "\e639";
}

.rt-icon-device-desktop:before {
    content: "\e63a";
}

.rt-icon-spanner-outline:before {
    content: "\e63b";
}

.rt-icon-puzzle-outline:before {
    content: "\e63c";
}

.rt-icon-printer:before {
    content: "\e63d";
}

.rt-icon-lightbulb:before {
    content: "\e63e";
}

.rt-icon-flag-outline:before {
    content: "\e63f";
}

.rt-icon-contacts:before {
    content: "\e640";
}

.rt-icon-weather-stormy:before {
    content: "\e641";
}

.rt-icon-weather-shower:before {
    content: "\e642";
}

.rt-icon-weather-partly-sunny:before {
    content: "\e643";
}

.rt-icon-weather-downpour:before {
    content: "\e644";
}

.rt-icon-weather-cloudy:before {
    content: "\e645";
}

.rt-icon-plane-outline:before {
    content: "\e646";
}

.rt-icon-phone-outline:before {
    content: "\e647";
}

.rt-icon-microphone-outline:before {
    content: "\e648";
}

.rt-icon-weather-sunny:before {
    content: "\e649";
}

.rt-icon-weather-snow:before {
    content: "\e64a";
}

.rt-icon-weather-night:before {
    content: "\e64b";
}

.rt-icon-wine:before {
    content: "\e64c";
}

.rt-icon-tags:before {
    content: "\e64d";
}

.rt-icon-headphones:before {
    content: "\e64e";
}

.rt-icon-plug:before {
    content: "\e64f";
}

.rt-icon-credit-card:before {
    content: "\e650";
}

.rt-icon-coffee:before {
    content: "\e651";
}

.rt-icon-book:before {
    content: "\e652";
}

.rt-icon-beer:before {
    content: "\e653";
}

.rt-icon-tree:before {
    content: "\e654";
}

.rt-icon-thermometer:before {
    content: "\e655";
}

.rt-icon-messages:before {
    content: "\e656";
}

.rt-icon-shopping-cart:before {
    content: "\e657";
}

.rt-icon-leaf:before {
    content: "\e658";
}

.rt-icon-volume:before {
    content: "\e659";
}

.rt-icon-microphone2:before {
    content: "\e65a";
}

.rt-icon-paperclip:before {
    content: "\e65b";
}

.rt-icon-trashcan:before {
    content: "\e65c";
}

.rt-icon-search:before {
    content: "\e65d";
}

.rt-icon-chat:before {
    content: "\e65e";
}

.rt-icon-calendar:before {
    content: "\e65f";
}

.rt-icon-bookmark:before {
    content: "\e660";
}

.rt-icon-email:before {
    content: "\e661";
}

.rt-icon-heart2:before {
    content: "\e662";
}

.rt-icon-cloud:before {
    content: "\e663";
}

.rt-icon-book2:before {
    content: "\e664";
}

.rt-icon-star:before {
    content: "\e665";
}

.rt-icon-clock:before {
    content: "\e666";
}

.rt-icon-users:before {
    content: "\e667";
}

.rt-icon-user:before {
    content: "\e668";
}

.rt-icon-bullhorn:before {
    content: "\e669";
}

.rt-icon-diamond:before {
    content: "\e66a";
}

.rt-icon-drink:before {
    content: "\e66b";
}

.rt-icon-shorts:before {
    content: "\e66c";
}

.rt-icon-syringe:before {
    content: "\e66d";
}

.rt-icon-barbell:before {
    content: "\e66e";
}

.rt-icon-chart:before {
    content: "\e66f";
}

.rt-icon-pencil2:before {
    content: "\e670";
}

.rt-icon-newspaper:before {
    content: "\e671";
}

.rt-icon-earth:before {
    content: "\e672";
}

.rt-icon-clock2:before {
    content: "\e673";
}

.rt-icon-comment:before {
    content: "\e674";
}

.rt-icon-chat2:before {
    content: "\e675";
}

.rt-icon-speaker:before {
    content: "\e676";
}

.rt-icon-heart3:before {
    content: "\e677";
}

.rt-icon-list:before {
    content: "\e678";
}

.rt-icon-edit:before {
    content: "\e679";
}

.rt-icon-trash:before {
    content: "\e67a";
}

.rt-icon-briefcase:before {
    content: "\e67b";
}

.rt-icon-calendar2:before {
    content: "\e67c";
}

.rt-icon-inbox:before {
    content: "\e67d";
}

.rt-icon-google-plus:before {
    content: "\e67e";
}

.rt-icon-instagram:before {
    content: "\e67f";
}

.rt-icon-user2:before {
    content: "\e680";
}

.rt-icon-users2:before {
    content: "\e681";
}

.rt-icon-archive:before {
    content: "\e682";
}

.rt-icon-desktop:before {
    content: "\e683";
}

.rt-icon-sent:before {
    content: "\e684";
}

.rt-icon-share:before {
    content: "\e685";
}

.rt-icon-film:before {
    content: "\e686";
}

.rt-icon-tag:before {
    content: "\e687";
}

.rt-icon-email2:before {
    content: "\e688";
}

.rt-icon-picture:before {
    content: "\e689";
}

.rt-icon-frame:before {
    content: "\e68a";
}

.rt-icon-locked:before {
    content: "\e68b";
}

.rt-icon-pin:before {
    content: "\e68c";
}

.rt-icon-search2:before {
    content: "\e68d";
}

.rt-icon-home:before {
    content: "\e68e";
}

.rt-icon-cart:before {
    content: "\e68f";
}

.rt-icon-camera:before {
    content: "\e690";
}

.rt-icon-compass:before {
    content: "\e691";
}

.rt-icon-cloud2:before {
    content: "\e692";
}

.rt-icon-grid:before {
    content: "\e693";
}

.rt-icon-popup:before {
    content: "\e694";
}

.rt-icon-home2:before {
    content: "\e695";
}

.rt-icon-light-bulb:before {
    content: "\e696";
}

.rt-icon-store:before {
    content: "\e697";
}

.rt-icon-anchor:before {
    content: "\e698";
}

.rt-icon-book3:before {
    content: "\e699";
}

.rt-icon-sound-alt:before {
    content: "\e69a";
}

.rt-icon-inbox2:before {
    content: "\e69b";
}

.rt-icon-inbox-alt:before {
    content: "\e69c";
}

.rt-icon-envelope:before {
    content: "\e69d";
}

.rt-icon-compose:before {
    content: "\e69e";
}

.rt-icon-chat-alt-stroke:before {
    content: "\e69f";
}

.rt-icon-rss:before {
    content: "\e6a0";
}

.rt-icon-cog:before {
    content: "\e6a1";
}

.rt-icon-pin2:before {
    content: "\e6a2";
}

.rt-icon-link:before {
    content: "\e6a3";
}

.rt-icon-key-stroke:before {
    content: "\e6a4";
}

.rt-icon-lightbulb2:before {
    content: "\e6a5";
}

.rt-icon-compass2:before {
    content: "\e6a6";
}

.rt-icon-book-alt2:before {
    content: "\e6a7";
}

.rt-icon-book4:before {
    content: "\e6a8";
}

.rt-icon-book-alt:before {
    content: "\e6a9";
}

.rt-icon-pen-alt-stroke:before {
    content: "\e6aa";
}

.rt-icon-layers:before {
    content: "\e6ab";
}

.rt-icon-paperclip2:before {
    content: "\e6ac";
}

.rt-icon-fork:before {
    content: "\e6ad";
}

.rt-icon-uniF756:before {
    content: "\e6ae";
}

.rt-icon-uniF765:before {
    content: "\e6af";
}

.rt-icon-uniF794:before {
    content: "\e6b0";
}

.rt-icon-uniF56B:before {
    content: "\e6b1";
}

.rt-icon-fish:before {
    content: "\e6b2";
}

.rt-icon-cupcake:before {
    content: "\e6b3";
}

.rt-icon-pizza:before {
    content: "\e6b4";
}

.rt-icon-cherry:before {
    content: "\e6b5";
}

.rt-icon-mushroom:before {
    content: "\e6b6";
}

.rt-icon-bone:before {
    content: "\e6b7";
}

.rt-icon-steak:before {
    content: "\e6b8";
}

.rt-icon-bottle:before {
    content: "\e6b9";
}

.rt-icon-restaurantmenu:before {
    content: "\e6ba";
}

.rt-icon-coffeebean:before {
    content: "\e6bb";
}

.rt-icon-chocolate:before {
    content: "\e6bc";
}

.rt-icon-raspberry:before {
    content: "\e6bd";
}

.rt-icon-raspberrypi:before {
    content: "\e6be";
}

.rt-icon-birthday:before {
    content: "\e6bf";
}

.rt-icon-sun:before {
    content: "\e6c0";
}

.rt-icon-moon:before {
    content: "\e6c1";
}

.rt-icon-cloudy:before {
    content: "\e6c2";
}

.rt-icon-cloud3:before {
    content: "\e6c3";
}

.rt-icon-cloud4:before {
    content: "\e6c4";
}

.rt-icon-lightning:before {
    content: "\e6c5";
}

.rt-icon-rainy:before {
    content: "\e6c6";
}

.rt-icon-snowy:before {
    content: "\e6c7";
}

.rt-icon-mobile:before {
    content: "\e6c8";
}

.rt-icon-ipod:before {
    content: "\e6c9";
}

.rt-icon-monitor:before {
    content: "\e6ca";
}

.rt-icon-laptop:before {
    content: "\e6cb";
}

.rt-icon-window:before {
    content: "\e6cc";
}

.rt-icon-mouse:before {
    content: "\e6cd";
}

.rt-icon-quote:before {
    content: "\e6ce";
}

.rt-icon-quote2:before {
    content: "\e6cf";
}

.rt-icon-microphone3:before {
    content: "\e6d0";
}

.rt-icon-cog2:before {
    content: "\e6d1";
}

.rt-icon-gamepad:before {
    content: "\e6d2";
}

.rt-icon-graduate:before {
    content: "\e6d3";
}

.rt-icon-lab:before {
    content: "\e6d4";
}

.rt-icon-tie:before {
    content: "\e6d5";
}

.rt-icon-heart4:before {
    content: "\e6d6";
}

.rt-icon-cloud5:before {
    content: "\e6d7";
}

.rt-icon-star2:before {
    content: "\e6d8";
}

.rt-icon-tv:before {
    content: "\e6d9";
}

.rt-icon-sound:before {
    content: "\e6da";
}

.rt-icon-video:before {
    content: "\e6db";
}

.rt-icon-trash2:before {
    content: "\e6dc";
}

.rt-icon-user3:before {
    content: "\e6dd";
}

.rt-icon-key:before {
    content: "\e6de";
}

.rt-icon-search3:before {
    content: "\e6df";
}

.rt-icon-eye:before {
    content: "\e6e0";
}

.rt-icon-bubble:before {
    content: "\e6e1";
}

.rt-icon-stack:before {
    content: "\e6e2";
}

.rt-icon-cup:before {
    content: "\e6e3";
}

.rt-icon-phone2:before {
    content: "\e6e4";
}

.rt-icon-news:before {
    content: "\e6e5";
}

.rt-icon-mail2:before {
    content: "\e6e6";
}

.rt-icon-like:before {
    content: "\e6e7";
}

.rt-icon-photo:before {
    content: "\e6e8";
}

.rt-icon-note:before {
    content: "\e6e9";
}

.rt-icon-food:before {
    content: "\e6ea";
}

.rt-icon-t-shirt:before {
    content: "\e6eb";
}

.rt-icon-fire:before {
    content: "\e6ec";
}

.rt-icon-clip:before {
    content: "\e6ed";
}

.rt-icon-shop:before {
    content: "\e6ee";
}

.rt-icon-calendar3:before {
    content: "\e6ef";
}

.rt-icon-wallet:before {
    content: "\e6f0";
}

.rt-icon-vynil:before {
    content: "\e6f1";
}

.rt-icon-truck:before {
    content: "\e6f2";
}

.rt-icon-world:before {
    content: "\e6f3";
}

.rt-icon-settings:before {
    content: "\e6f4";
}

.rt-icon-camera2:before {
    content: "\e6f5";
}

.rt-icon-tag2:before {
    content: "\e6f6";
}

.rt-icon-lock:before {
    content: "\e6f7";
}

.rt-icon-bulb:before {
    content: "\e6f8";
}

.rt-icon-pen2:before {
    content: "\e6f9";
}

.rt-icon-diamond2:before {
    content: "\e6fa";
}

.rt-icon-display:before {
    content: "\e6fb";
}

.rt-icon-location:before {
    content: "\e6fc";
}

.rt-icon-clock3:before {
    content: "\e6fd";
}

.rt-icon-paperplane:before {
    content: "\e6fe";
}

.rt-icon-params:before {
    content: "\e6ff";
}

.rt-icon-banknote:before {
    content: "\e700";
}

.rt-icon-data:before {
    content: "\e701";
}

.rt-icon-music:before {
    content: "\e702";
}

.rt-icon-megaphone:before {
    content: "\e703";
}

.rt-icon-study:before {
    content: "\e704";
}

.rt-icon-lab2:before {
    content: "\e705";
}

.rt-icon-chat3:before {
    content: "\e706";
}

.rt-icon-archive2:before {
    content: "\e707";
}

.rt-icon-user4:before {
    content: "\e708";
}

.rt-icon-users3:before {
    content: "\e709";
}

.rt-icon-archive3:before {
    content: "\e70a";
}

.rt-icon-earth2:before {
    content: "\e70b";
}

.rt-icon-location2:before {
    content: "\e70c";
}

.rt-icon-mobile2:before {
    content: "\e70d";
}

.rt-icon-screen:before {
    content: "\e70e";
}

.rt-icon-mail3:before {
    content: "\e70f";
}

.rt-icon-support:before {
    content: "\e710";
}

.rt-icon-videos:before {
    content: "\e711";
}

.rt-icon-star3:before {
    content: "\e712";
}

.rt-icon-heart5:before {
    content: "\e713";
}

.rt-icon-bookmark2:before {
    content: "\e714";
}

.rt-icon-file:before {
    content: "\e715";
}

.rt-icon-locked2:before {
    content: "\e716";
}

.rt-icon-unlocked:before {
    content: "\e717";
}

.rt-icon-archive4:before {
    content: "\e718";
}

.rt-icon-images:before {
    content: "\e719";
}

.rt-icon-images2:before {
    content: "\e71a";
}

.rt-icon-pencil3:before {
    content: "\e71b";
}

.rt-icon-pictures:before {
    content: "\e71c";
}

.rt-icon-link2:before {
    content: "\e71d";
}

.rt-icon-search4:before {
    content: "\e71e";
}

.rt-icon-cog3:before {
    content: "\e71f";
}

.rt-icon-trashcan2:before {
    content: "\e720";
}

.rt-icon-pencil4:before {
    content: "\e721";
}

.rt-icon-article:before {
    content: "\e722";
}

.rt-icon-clock4:before {
    content: "\e723";
}

.rt-icon-heart6:before {
    content: "\e724";
}

.rt-icon-palette:before {
    content: "\e725";
}

.rt-icon-leaf2:before {
    content: "\e726";
}

.rt-icon-megaphone2:before {
    content: "\e727";
}

.rt-icon-bell2:before {
    content: "\e728";
}

.rt-icon-lifebuoy:before {
    content: "\e729";
}

.rt-icon-magnet:before {
    content: "\e72a";
}

.rt-icon-light-bulb2:before {
    content: "\e72b";
}

.rt-icon-flickr:before {
    content: "\e72c";
}

.rt-icon-flickr2:before {
    content: "\e72d";
}

.rt-icon-vimeo:before {
    content: "\e72e";
}

.rt-icon-vimeo2:before {
    content: "\e72f";
}

.rt-icon-twitter:before {
    content: "\e730";
}

.rt-icon-twitter2:before {
    content: "\e731";
}

.rt-icon-facebook:before {
    content: "\e732";
}

.rt-icon-facebook2:before {
    content: "\e733";
}

.rt-icon-facebook3:before {
    content: "\e734";
}

.rt-icon-googleplus:before {
    content: "\e735";
}

.rt-icon-googleplus2:before {
    content: "\e736";
}

.rt-icon-pinterest:before {
    content: "\e737";
}

.rt-icon-pinterest2:before {
    content: "\e738";
}

.rt-icon-tumblr:before {
    content: "\e739";
}

.rt-icon-tumblr2:before {
    content: "\e73a";
}

.rt-icon-linkedin:before {
    content: "\e73b";
}

.rt-icon-linkedin2:before {
    content: "\e73c";
}

.rt-icon-dribbble:before {
    content: "\e73d";
}

.rt-icon-dribbble2:before {
    content: "\e73e";
}

.rt-icon-stumbleupon:before {
    content: "\e73f";
}

.rt-icon-stumbleupon2:before {
    content: "\e740";
}

.rt-icon-lastfm:before {
    content: "\e741";
}

.rt-icon-lastfm2:before {
    content: "\e742";
}

.rt-icon-skype:before {
    content: "\e743";
}

.rt-icon-skype2:before {
    content: "\e744";
}

.rt-icon-behance:before {
    content: "\e745";
}

.rt-icon-vk:before {
    content: "\e746";
}

.rt-icon-smashing:before {
    content: "\e747";
}

.rt-icon-dropbox:before {
    content: "\e748";
}

.rt-icon-evernote:before {
    content: "\e749";
}

.rt-icon-picasa:before {
    content: "\e74a";
}

.rt-icon-instagram2:before {
    content: "\e74b";
}


/*social icons*/
@font-face {
    font-family: 'socialicoregular';
    src: url('../fonts/socialico-webfont.eot');
    src: url('../fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/socialico-webfont.woff') format('woff'), url('../fonts/socialico-webfont.ttf') format('truetype'), url('../fonts/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a[class^="socialico-"], a.socialico {
    font-size: 0px !important;
    display: inline-block;
    position: relative;
    padding-right: 38px;
    line-height: 30px;
    vertical-align: middle;
}

    a[class^="socialico-"]:before {
        display: inline-block;
        text-indent: 0;
        overflow: hidden;
        font-family: 'socialicoregular';
        font-size: 24px;
        text-align: center;
        line-height: 1;
        position: absolute;
        top: -5px;
        left: 0;
        color: #FFF;
        /*background-color: #ac000b;*/
        border: 1px solid transparent;
        border-radius: 1px;
        width: 30px;
        height: 30px;
        margin: 0 3px;
        line-height: 30px;
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        border-radius: 5px;
    }

    a.socialico:before {
        display: inline-block;
        text-indent: 0;
        overflow: hidden;
        font-size: 16px;
        text-align: center;
        line-height: 1;
        position: absolute;
        top: -5px;
        left: 0;
        color: #FFF;
        /*background-color: #ac000b;*/
        border: 1px solid transparent;
        border-radius: 1px;
        width: 30px;
        height: 30px;
        margin: 0 3px;
        line-height: 30px;
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        border-radius: 5px;
    }

    a[class^="socialico-"]:hover, a.socialico:hover {
    }

        a[class^="socialico-"]:hover:before {
            /*border-color: #2d2d2d;*/
            /*color: #AC000B;*/
            /*background-color: #fff;*/
            opacity: 0.7;
            -webkit-transition: all 0.1s linear 0s;
            -moz-transition: all 0.1s linear 0s;
            -o-transition: all 0.1s linear 0s;
            -ms-transition: all 0.1s linear 0s;
            transition: all 0.1s linear 0s;
        }

a[class*="rounded"]:hover:before, a[class*="rounded"]:before {
    background-color: transparent;
    color: #ac000b;
}


a.socialico-soundcloud-rounded:before {
    content: "!";
}

a.socialico-pinterest-rounded:before {
    content: "&";
}

a.socialico-windows-rounded:before {
    content: "0";
}

a.socialico-addthis-rounded:before {
    content: "1";
}

a.socialico-sharethis-rounded:before {
    content: "2";
}

a.socialico-picasa-rounded:before {
    content: "4";
}

a.socialico-lastfm-rounded:before {
    content: "5";
}

a.socialico-technorati-rounded:before {
    content: "?";
}

a.socialico-mac-rounded:before {
    content: "@";
}

a.socialico-dribble-rounded:before {
    content: "d";
}

a.socialico-behance-rounded:before {
    content: "b";
}

a.socialico-facebook-rounded:before {
    content: "f";
}

a.socialico-google-rounded:before {
    content: "g";
}

a.socialico-skype-rounded:before {
    content: "h";
}

a.socialico-linkedin-rounded:before {
    content: "i";
}

a.socialico-deviantart-rounded:before {
    content: "j";
}

a.socialico-bing-rounded:before {
    content: "k";
}

a.socialico-twitter-rounded:before {
    content: "l";
}

a.socialico-myspace-rounded:before {
    content: "m";
}

a.socialico-flickr-rounded:before {
    content: "n";
}

a.socialico-tumblr-rounded:before {
    content: "o";
}

a.socialico-paypal-rounded:before {
    content: "p";
}

a.socialico-rss-rounded:before {
    content: "r";
}

a.socialico-stumbleupon-rounded:before {
    content: "s";
}

a.socialico-blogger-rounded:before {
    content: "u";
}

a.socialico-vimeo-rounded:before {
    content: "v";
}

a.socialico-wordpress-rounded:before {
    content: "w";
}

a.socialico-youtube-rounded:before {
    content: "x";
}

a.socialico-yahoo-rounded:before {
    content: "y";
}

a.socialico-aim-rounded:before {
    content: "z";
}

a.socialico-dribble:before {
    content: "D";
}

a.socialico-behance:before {
    content: "E";
}

a.socialico-facebook:before {
    content: "F";
}

a.socialico-google:before {
    content: "G";
}

a.socialico-skype:before {
    content: "H";
}

a.socialico-linkedin:before {
    content: "I";
}

a.socialico-deviantart:before {
    content: "J";
}

a.socialico-bing:before {
    content: "K";
}

a.socialico-twitter:before {
    content: "L";
}

a.socialico-myspace:before {
    content: "M";
}

a.socialico-flickr:before {
    content: "N";
}

a.socialico-tumblr:before {
    content: "T";
}

a.socialico-paypal:before {
    content: "P";
}

a.socialico-rss:before {
    content: "R";
}

a.socialico-stumbleupon:before {
    content: "S";
}

a.socialico-blogger:before {
    content: "B";
}

a.socialico-vimeo:before {
    content: "V";
}

a.socialico-wordpress:before {
    content: "W";
}

a.socialico-youtube:before {
    content: "X";
}

a.socialico-yahoo:before {
    content: "Y";
}

a.socialico-aim:before {
    content: "Z";
}

/*colors for used social icons*/
a.socialico-facebook:before {
    background-color: #507cbe
}

a.socialico-twitter:before {
    background-color: #00abef;
}

a.socialico-flickr:before {
    background-color: #ff0084;
}

a.socialico-google:before {
    background-color: #cb4437;
}

a.socialico-linkedin:before {
    background-color: #00649b;
}

a.socialico-dribble:before {
    background-color: #f76799;
}

a.socialico-pint:before {
    background-color: #00bdec;
}

a.socialico-skype:before {
    background-color: #17b3ee;
}

a.socialico-youtube:before {
    background-color: #cd201f;
}

a.rt-icon-instagram:before {
    background-color: #262626;
}


/*fontello arrow icons*/
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?81703720');
    src: url('../fonts/fontello.eot?81703720#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?81703720') format('woff'), url('../fonts/fontello.ttf?81703720') format('truetype'), url('../fonts/fontello.svg?81703720#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?81703720#fontello') format('svg');
  }
}
*/

[class^="arrow-icon-"]:before, [class*=" arrow-icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    text-shadow: none !important;
}

.arrow-icon-picture:before {
    content: '\e848';
}

.arrow-icon-up-micro:before {
    content: '\e853';
}

.arrow-icon-quote-right-1:before {
    content: '\e847';
}

.arrow-icon-location:before {
    content: '\e849';
}

.arrow-icon-down-dir:before {
    content: '\e84a';
}

.arrow-icon-up-dir:before {
    content: '\e84b';
}

.arrow-icon-left-dir:before {
    content: '\e83b';
}

.arrow-icon-right-dir:before {
    content: '\e83a';
}

.arrow-icon-down-open-3:before {
    content: '\e83c';
}

.arrow-icon-left-open-4:before {
    content: '\e83d';
}

.arrow-icon-right-open-4:before {
    content: '\e83e';
}

.arrow-icon-up-open-3:before {
    content: '\e83f';
}

.arrow-icon-angle-left:before {
    content: '\e840';
}

.arrow-icon-angle-right:before {
    content: '\e841';
}

.arrow-icon-angle-up:before {
    content: '\e842';
}

.arrow-icon-angle-down:before {
    content: '\e843';
}

.arrow-icon-angle-double-left:before {
    content: '\e844';
}

.arrow-icon-angle-double-right:before {
    content: '\e845';
}

.arrow-icon-angle-double-up:before {
    content: '\e84d';
}

.arrow-icon-angle-double-down:before {
    content: '\e84c';
}

.arrow-icon-plus-1:before {
    content: '\e838';
}

.arrow-icon-minus-1:before {
    content: '\e839';
}

.arrow-icon-down-open-2:before {
    content: '\e82a';
}

.arrow-icon-left-open-3:before {
    content: '\e82b';
}

.arrow-icon-right-open-3:before {
    content: '\e82c';
}

.arrow-icon-up-open-2:before {
    content: '\e82d';
}

.arrow-icon-down-open-mini:before {
    content: '\e82e';
}

.arrow-icon-left-open-mini:before {
    content: '\e82f';
}

.arrow-icon-right-open-mini:before {
    content: '\e830';
}

.arrow-icon-up-open-mini:before {
    content: '\e831';
}

.arrow-icon-down-open-big:before {
    content: '\e832';
}

.arrow-icon-left-open-big:before {
    content: '\e833';
}

.arrow-icon-right-open-big:before {
    content: '\e834';
}

.arrow-icon-up-open-big:before {
    content: '\e835';
}

.arrow-icon-left-thin:before {
    content: '\e837';
}

.arrow-icon-right-thin:before {
    content: '\e836';
}

.arrow-icon-left-open-outline:before {
    content: '\e81c';
}

.arrow-icon-left-open-2:before {
    content: '\e81a';
}

.arrow-icon-right-open-outline:before {
    content: '\e81d';
}

.arrow-icon-right-open-2:before {
    content: '\e81b';
}

.arrow-icon-down:before {
    content: '\e81e';
}

.arrow-icon-left:before {
    content: '\e81f';
}

.arrow-icon-quote-left-1:before {
    content: '\e846';
}

.arrow-icon-up:before {
    content: '\e821';
}

.arrow-icon-down-outline:before {
    content: '\e822';
}

.arrow-icon-left-outline:before {
    content: '\e823';
}

.arrow-icon-right-outline:before {
    content: '\e824';
}

.arrow-icon-up-outline:before {
    content: '\e825';
}

.arrow-icon-down-small:before {
    content: '\e826';
}

.arrow-icon-left-small:before {
    content: '\e827';
}

.arrow-icon-right-small:before {
    content: '\e828';
}

.arrow-icon-up-small:before {
    content: '\e829';
}

.arrow-icon-plus:before {
    content: '\e806';
}

.arrow-icon-minus:before {
    content: '\e807';
}

.arrow-icon-quote-left:before {
    content: '\e808';
}

.arrow-icon-quote-right:before {
    content: '\e809';
}

.arrow-icon-quote-left-alt:before {
    content: '\e818';
}

.arrow-icon-quote-right-alt:before {
    content: '\e819';
}

.arrow-icon-down-open-1:before {
    content: '\e800';
}

.arrow-icon-left-open:before {
    content: '\e801';
}

.arrow-icon-right-open:before {
    content: '\e80a';
}

.arrow-icon-up-open-1:before {
    content: '\e80b';
}

.arrow-icon-down-1:before {
    content: '\e80e';
}

.arrow-icon-left-1:before {
    content: '\e80c';
}

.arrow-icon-right-1:before {
    content: '\e80d';
}

.arrow-icon-up-1:before {
    content: '\e80f';
}

.arrow-icon-down-bold:before {
    content: '\e810';
}

.arrow-icon-left-bold:before {
    content: '\e811';
}

.arrow-icon-right-bold:before {
    content: '\e812';
}

.arrow-icon-up-bold:before {
    content: '\e813';
}

.arrow-icon-down-fat:before {
    content: '\e814';
}

.arrow-icon-left-fat:before {
    content: '\e815';
}

.arrow-icon-right-fat:before {
    content: '\e816';
}

.arrow-icon-up-fat:before {
    content: '\e817';
}

.arrow-icon-plus-2:before {
    content: '\e84e';
}

.arrow-icon-minus-2:before {
    content: '\e84f';
}

.arrow-icon-quote:before {
    content: '\e850';
}

.arrow-icon-quote-circled:before {
    content: '\e851';
}

.arrow-icon-down-open:before {
    content: '\e802';
}

.arrow-icon-left-open-1:before {
    content: '\e803';
}

.arrow-icon-right-open-1:before {
    content: '\e804';
}

.arrow-icon-up-open:before {
    content: '\e805';
}

.arrow-icon-down-micro:before {
    content: '\e852';
}

.arrow-icon-right:before {
    content: '\e820';
}




@media print {
    .no-content-print a,
    .no-content-print a:visited {
        text-decoration: none;
    }

        .no-content-print a[href]:after {
            content: "";
        }
}

.navbar-toggle .icon-bar {
    background-color: #333;
}

.media-heading h1 {
    margin: 0;
}

.afuse-navbar-form {
    padding: 15px 0;
    /*margin-top: 8px;*/
    /*margin-right: -15px;*/
    /*margin-bottom: 8px;*/
    /*margin-left: -15px;*/
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .afuse-navbar-form .form-group {
        /*display: inline-block;*/
        margin-bottom: 0;
        vertical-align: middle;
    }

    .afuse-navbar-form .form-control {
        /*display: inline-block;
    width: auto;*/
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .afuse-navbar-form {
        margin: 0;
    }

        .afuse-navbar-form .form-group {
            margin-bottom: 5px;
        }

            .afuse-navbar-form .form-group:last-child {
                margin-bottom: 0;
            }
}

@media (min-width: 768px) {
    .navbar-form {
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


.companiesbytag {
    margin: 0 -10px 20px;
    overflow: hidden;
}

.companiesbytag-list {
    padding-left: 0;
    list-style: none;
}

.companiesbytag li {
    float: left;
    /*width: 16.666666666%;*/
    width: 140px;
}

    .companiesbytag li > a {
        display: block;
        height: 60px;
        padding: 5px;
        line-height: 1.4;
        text-align: center;
        background-color: #f9f9f9;
        border: 1px solid #fff;
    }

        .companiesbytag li > a > img {
            max-height: 50px;
            max-width: 125px;
        }
        /*.companiesbytag .glyphicon{margin-top:5px;margin-bottom:10px;font-size:24px}
 .companiesbytag .glyphicon-class{display:block;text-align:center;word-wrap:break-word}*/
        .companiesbytag li > a:hover {
            /*color: #fff;*/
            border-color: #ac000b;
        }

@media (min-width:768px) {
    .companiesbytag {
        margin-right: 0;
        margin-left: 0;
    }

        .companiesbytag li {
            /*width: 16.666666666%;*/
            font-size: 10px;
        }
}

@media print {

    .container {
        width: 100%;
        padding: 15px;
    }

    .print-block {
        display: block;
        width: 100%;
    }

    #print-header {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .companiesbytag li > a {
        display: block;
        height: 54px;
        padding: 2px;
        line-height: 1;
    }

    /*.companiesbytag li > a > img {
            max-height: 60px;
            max-width: 150px;
        }*/

    .companiesbytag {
        margin-right: 0;
        margin-left: 0;
    }

        .companiesbytag li {
            font-size: 10px;
        }

    h1,
    .h1 {
        font-size: 28px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }
}

@media print and (orientation: landscape) {

    .companiesbytag li {
        width: 8.333333333333%;
    }
}

@media print and (orientation: portrait) {

    .companiesbytag li {
        width: 12.5%;
    }
}



.chart-container .primary-y-axis {
    display: block;
    padding-left: 20px;
}

    .chart-container .primary-y-axis:before {
        content: "— ";
    }

.chart-container .x-axis {
    display: block;
    text-align: center;
}

.chart-container ul.chart-legend {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .chart-container ul.chart-legend > li {
        padding-left: 1em;
        text-indent: -.5em;
    }

        .chart-container ul.chart-legend > li:before {
            content: "■ ";
            font-family: "Arial Black";
            font-size: 25px;
            line-height: 1;
            color: #A80006; /* or whatever color you prefer */
        }

        .chart-container ul.chart-legend > li.blue:before {
            color: #00A89D;
        }

        .chart-container ul.chart-legend > li.green:before {
            color: #06A800;
        }

        .chart-container ul.chart-legend > li.c01:before {
            color: #1f77b4;
        }

        .chart-container ul.chart-legend > li.c02:before {
            color: #aec7e8;
        }

        .chart-container ul.chart-legend > li.c03:before {
            color: #ff7f0e;
        }

        .chart-container ul.chart-legend > li.c04:before {
            color: #ffbb78;
        }

        .chart-container ul.chart-legend > li.c05:before {
            color: #2ca02c;
        }

        .chart-container ul.chart-legend > li.c06:before {
            color: #98df8a;
        }

        .chart-container ul.chart-legend > li.c07:before {
            color: #d62728;
        }

        .chart-container ul.chart-legend > li.c08:before {
            color: #ff9896;
        }

        .chart-container ul.chart-legend > li.c09:before {
            color: #9467bd;
        }

        .chart-container ul.chart-legend > li.c10:before {
            color: #c5b0d5;
        }

        .chart-container ul.chart-legend > li.c11:before {
            color: #8c564b;
        }

        .chart-container ul.chart-legend > li.c12:before {
            color: #c49c94;
        }

        .chart-container ul.chart-legend > li.c13:before {
            color: #e377c2;
        }

        .chart-container ul.chart-legend > li.c14:before {
            color: #f7b6d2;
        }

        .chart-container ul.chart-legend > li.c15:before {
            color: #7f7f7f;
        }

        .chart-container ul.chart-legend > li.c16:before {
            color: #c7c7c7;
        }

        .chart-container ul.chart-legend > li.c17:before {
            color: #bcbd22;
        }

        .chart-container ul.chart-legend > li.c18:before {
            color: #dbdb8d;
        }

        .chart-container ul.chart-legend > li.c19:before {
            color: #17becf;
        }

        .chart-container ul.chart-legend > li.c20:before {
            color: #9edae5;
        }


.table.table-fontes {
    border-collapse: separate;
    border: 1px solid #ddd;
}

    .table.table-fontes > tbody > tr > td,
    .table.table-fontes > tbody > tr > th,
    .table.table-fontes > tfoot > tr > td,
    .table.table-fontes > tfoot > tr > th,
    .table.table-fontes > thead > tr > td,
    .table.table-fontes > thead > tr > th {
        text-align: center;
        vertical-align: middle;
    }

    .table.table-fontes td > img {
        margin: 0 auto;
        display: block;
        height: 5rem;
    }

    .table.table-fontes > tbody > tr > th h4 a {
        display: block;
        text-align: inherit;
        margin-top: .5rem;
    }

    .table.table-fontes > tbody > tr > th h4 {
        margin: 0.5rem;
        padding: 1rem;
    }

    .table.table-fontes > tbody > tr > th.biomassa-border h4 {
        border: 2px solid #36b06e;
    }

    .table.table-fontes > tbody > tr > th.gasnatural-border h4 {
        border: 2px solid #3085c2;
    }

    .table.table-fontes > tbody > tr > th.biogas-border h4 {
        border: 2px solid #25bcf3;
    }

    .table.table-fontes > tbody > tr > th.solar-border h4 {
        border: 2px solid #ffc924;
    }

    .table.table-fontes > tbody > tr > th.mmgd-border h4 {
        border: 2px solid #75fd8c;
    }
