﻿.front-topbar .dropdown.open .dropdown-toggle {
    background: #1F6D5F;
    color: #fff;
}

.front-topbar i {
    opacity: 0.7;
    font-size: 15px;
    padding: 9px 5px 8px;
    display: inline-block;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.front-topbar li {
    padding: 0;
}



/***
Tiles(new in v1.1.1)
***/
.tiles {
    margin-right: -10px;
}

.tile {
    display: block;
    letter-spacing: 0.02em;
    float: left;
    height: 135px;
    width: 135px !important;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 20px;
    overflow: hidden;
    border: 4px solid transparent;
    margin: 0 10px 10px 0;
}

    .tile:after,
    .tile:before {
        content: "";
        float: left;
    }

    .tile.double {
        width: 280px !important;
    }

    .tile.double-down {
        height: 280px !important;
    }

    .tile:active, .tile.selected {
        border-color: #ccc !important;
    }

    .tile:hover {
        border-color: #aaa !important;
    }

    .tile.selected .corner:after {
        content: "";
        display: inline-block;
        border-left: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-right: 40px solid #ccc;
        position: absolute;
        top: -3px;
        right: -3px;
    }

    .tile.selected .check:after {
        content: "";
        font-family: FontAwesome;
        font-size: 13px;
        content: "\f00c";
        display: inline-block;
        position: absolute;
        top: 2px;
        right: 2px;
    }

    .tile * {
        color: #ffffff;
    }

    .tile .tile-body {
        height: 100%;
        vertical-align: top;
        padding: 10px 10px;
        overflow: hidden;
        position: relative;
        font-weight: 400;
        font-size: 12px;
        color: #000000;
        color: #ffffff;
        margin-bottom: 10px;
    }

        .tile .tile-body img {
            float: left;
            margin-right: 10px;
        }

            .tile .tile-body img.pull-right {
                float: right !important;
                margin-left: 10px;
                margin-right: 0px;
            }

        .tile .tile-body .content {
            display: inline-block;
        }

        .tile .tile-body > i {
            margin-top: 17px;
            display: block;
            font-size: 56px;
            line-height: 56px;
            text-align: center;
        }


    .tile.double-down i {
        margin-top: 95px;
    }

    .tile .tile-body h1,
    .tile .tile-body h2,
    .tile .tile-body h3,
    .tile .tile-body h4,
    .tile .tile-body h5,
    .tile .tile-body h6,
    .tile .tile-body p {
        padding: 0;
        margin: 0;
        line-height: 14px;
    }

    .tile .tile-body h3,
    .tile .tile-body h4 {
        margin-bottom: 5px;
    }

        .tile .tile-body h1:hover,
        .tile .tile-body h2:hover,
        .tile .tile-body h3:hover,
        .tile .tile-body h4:hover,
        .tile .tile-body h5:hover,
        .tile .tile-body h6:hover,
        .tile .tile-body p:hover {
            color: #ffffff;
        }

    .tile .tile-body p {
        font-weight: 400;
        font-size: 13px;
        color: #000000;
        color: #ffffff;
        line-height: 20px;
        overflow: hidden;
    }

        .tile .tile-body p:hover {
            color: rgba(0, 0, 0, 0.8);
        }

        .tile .tile-body p:active {
            color: rgba(0, 0, 0, 0.4);
        }

        .tile .tile-body p:hover {
            color: #ffffff;
        }

    .tile.icon > .tile-body {
        padding: 0;
    }

    .tile .tile-object {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 30px;
        background-color: transparent;
        *zoom: 1;
    }

        .tile .tile-object:before,
        .tile .tile-object:after {
            display: table;
            content: "";
        }

        .tile .tile-object:after {
            clear: both;
        }

        .tile .tile-object > .name {
            position: absolute;
            bottom: 0;
            left: 0;
            margin-bottom: 5px;
            margin-left: 10px;
            margin-right: 15px;
            font-weight: 400;
            font-size: 13px;
            color: #ffffff;
        }

            .tile .tile-object > .name > i {
                vertical-align: middle;
                display: block;
                font-size: 24px;
                height: 18px;
                width: 24px;
            }

        .tile .tile-object > .number {
            position: absolute;
            bottom: 0;
            right: 0;
            margin-bottom: 0;
            color: #ffffff;
            text-align: center;
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0.01em;
            line-height: 14px;
            margin-bottom: 8px;
            margin-right: 10px;
        }

    .tile.image > .tile-body {
        padding: 0 !important;
    }

        .tile.image > .tile-body > img {
            width: 100%;
            height: auto;
            min-height: 100%;
            max-width: 100%;
        }

    .tile.image .tile-body h3 {
        display: inline-block;
    }

/***
Portlets
***/
.portlet {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

    .portlet > .portlet-title {
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

        .portlet > .portlet-title:after,
        .portlet > .portlet-title:before {
            content: "";
            display: table;
            line-height: 0;
        }

        .portlet > .portlet-title:after {
            clear: both;
        }

        .portlet > .portlet-title > .caption {
            float: left;
            display: inline-block;
            font-size: 18px;
            line-height: 18px;
            font-weight: 400;
            margin: 0;
            padding: 0;
            margin-bottom: 8px;
        }

            .portlet > .portlet-title > .caption > i {
                float: left;
                margin-top: 4px;
                display: inline-block !important;
                font-size: 13px;
                margin-right: 5px;
                color: #666;
            }

    .portlet.blue > .portlet-title > .caption,
    .portlet.green > .portlet-title > .caption,
    .portlet.yellow > .portlet-title > .caption,
    .portlet.red > .portlet-title > .caption,
    .portlet.purple > .portlet-title > .caption,
    .portlet.grey > .portlet-title > .caption {
        color: #fff;
    }

    .portlet.box.blue > .portlet-title > .caption > i,
    .portlet.box.green > .portlet-title > .caption > i,
    .portlet.box.grey > .portlet-title > .caption > i,
    .portlet.box.yellow > .portlet-title > .caption > i,
    .portlet.box.red > .portlet-title > .caption > i,
    .portlet.box.purple > .portlet-title > .caption > i,
    .portlet.box.light-grey > .portlet-title > .caption > i {
        color: #fff;
    }

.sortable .portlet > .portlet-title {
    cursor: move;
}

.portlet > .portlet-title > .tools,
.portlet > .portlet-title > .actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right;
}

    .portlet > .portlet-title > .tools > a {
        display: inline-block;
        height: 16px;
        margin-left: 5px;
    }

    .portlet > .portlet-title > .actions > .dropdown-menu i {
        color: #000 !important;
    }

    .portlet > .portlet-title > .tools > a.remove {
        margin-bottom: 2px;
        background-image: url(../img/portlet-remove-icon.png);
        background-repeat: no-repeat;
        width: 11px;
    }

    .portlet > .portlet-title > .tools > a.config {
        margin-bottom: 2px;
        background-image: url(../img/portlet-config-icon.png);
        background-repeat: no-repeat;
        width: 12px;
    }

    .portlet > .portlet-title > .tools > a.reload {
        margin-bottom: 2px;
        background-image: url(../img/portlet-reload-icon.png);
        width: 13px;
    }

    .portlet > .portlet-title > .tools > a.expand {
        margin-bottom: 2px;
        background-image: url(../img/portlet-expand-icon.png);
        width: 14px;
    }

    .portlet > .portlet-title > .tools > a.collapse {
        margin-bottom: 2px;
        background-image: url(../img/portlet-collapse-icon.png);
        width: 14px;
    }

    .portlet > .portlet-title > .tools > a:hover {
        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;
        opacity: .6;
        filter: 'alpha(opacity=60)';
    }

    .portlet > .portlet-title > .actions > .btn-group {
        margin-top: -12px;
    }

    .portlet > .portlet-title > .actions > .btn {
        padding: 4px 10px;
        margin-top: -14px;
    }

    .portlet > .portlet-title > .actions > .btn-group > .btn {
        padding: 4px 10px;
        margin-top: -1px;
    }

    .portlet > .portlet-title > .actions > .btn.btn-sm {
        padding: 3px 8px;
        margin-top: -14px;
    }

    .portlet > .portlet-title > .actions > .btn-group > .btn-sm {
        padding: 3px 8px;
        margin-top: -1px;
    }

.portlet > .portlet-title > .pagination.pagination-sm {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -4px;
}

.portlet > .portlet-body {
    clear: both;
    padding: 0;
}

    .portlet > .portlet-body.light-blue, .portlet.light-blue {
        background-color: #bfd5fa !important;
    }

    .portlet > .portlet-body.blue, .portlet.blue {
        background-color: #4b8df8 !important;
    }

    .portlet > .portlet-body.red, .portlet.red {
        background-color: #e02222 !important;
    }

    .portlet > .portlet-body.yellow, .portlet.yellow {
        background-color: #ffb848 !important;
    }

    .portlet > .portlet-body.green, .portlet.green {
        background-color: #35aa47 !important;
    }

    .portlet > .portlet-body.purple, .portlet.purple {
        background-color: #852b99 !important;
    }

    .portlet > .portlet-body.light-grey, .portlet.light-grey {
        background-color: #fafafa !important;
    }

    .portlet > .portlet-body.grey, .portlet.grey {
        background-color: #555555 !important;
    }

/*  draggable girds */

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 100% !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    /* float: left;*/
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

    .sortable-box-placeholder * {
        visibility: hidden;
    }

/***
Solid colored portlet
***/
.portlet.solid {
    padding: 10px;
}

    .portlet.solid > .portlet-title > .tools {
        margin-top: 2px;
        border: 0px;
    }

    .portlet.solid > .portlet-title {
        margin-bottom: 5px;
        border: 0px;
    }

    .portlet.solid.bordered > .portlet-title {
        margin-bottom: 15px;
    }

    .portlet.solid.red > .portlet-title,
    .portlet.solid.red > .portlet-title > .caption > i,
    .portlet.solid.red > .portlet-body,
    .portlet.solid.green > .portlet-title,
    .portlet.solid.green > .portlet-title > .caption > i,
    .portlet.solid.green > .portlet-body,
    .portlet.solid.yellow > .portlet-title,
    .portlet.solid.yellow > .portlet-title > .caption > i,
    .portlet.solid.yellow > .portlet-body,
    .portlet.solid.grey > .portlet-title,
    .portlet.solid.grey > .portlet-title > .caption > i,
    .portlet.solid.grey > .portlet-body,
    .portlet.solid.purple > .portlet-title,
    .portlet.solid.purple > .portlet-title > .caption > i,
    .portlet.solid.purple > .portlet-body,
    .portlet.solid.blue > .portlet-title,
    .portlet.solid.blue > .portlet-title > .caption > i,
    .portlet.solid.blue > .portlet-body {
        border: 0;
        color: #fff;
    }

.portlet.bordered {
    border-left: 2px solid #ddd;
}

/***
Box portlet
***/


.portlet.box {
    padding: 0px !important;
}

    .portlet.box > .portlet-title {
        padding: 8px 10px 2px 10px;
        border-bottom: 1px solid #eee;
        color: #fff !important;
    }

        .portlet.box > .portlet-title > .actions > .btn > i {
            color: #fff !important;
        }

        .portlet.box > .portlet-title > .tools {
            margin-top: 3px;
        }

            .portlet.box > .portlet-title > .tools > a.remove,
            .portlet.solid > .portlet-title > .tools > a.remove {
                background-image: url(../img/portlet-remove-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.config,
            .portlet.solid > .portlet-title > .tools > a.config {
                background-image: url(../img/portlet-config-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.reload,
            .portlet.solid > .portlet-title > .tools > a.reload {
                background-image: url(../img/portlet-reload-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.expand,
            .portlet.solid > .portlet-title > .tools > a.expand {
                background-image: url(../img/portlet-expand-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.collapse,
            .portlet.solid > .portlet-title > .tools > a.collapse {
                background-image: url(../img/portlet-collapse-icon-white.png);
            }

    /* portlet buttons */
    .portlet.box > .portlet-body {
        background-color: #fff;
        padding: 10px;
    }

    .portlet.box > .portlet-title {
        margin-bottom: 0px;
    }

    .portlet.box.blue > .portlet-title {
        background-color: #4b8df8;
    }

    .portlet.box.blue {
        border: 1px solid #b4cef8;
        border-top: 0;
    }

    .portlet.box.red > .portlet-title {
        background-color: #e02222;
    }

    .portlet.box.red {
        border: 1px solid #ef8476;
        border-top: 0;
    }

    .portlet.box.yellow > .portlet-title {
        background-color: #ffb848;
    }

    .portlet.box.yellow {
        border: 1px solid #fccb7e;
        border-top: 0;
    }

    .portlet.box.green > .portlet-title {
        background-color: #35aa47;
    }

    .portlet.box.green {
        border: 1px solid #77e588;
        border-top: 0;
    }

    .portlet.box.purple > .portlet-title {
        background-color: #852b99;
    }

    .portlet.box.purple {
        border: 1px solid #af5cc1;
        border-top: 0;
    }

    .portlet.box.grey > .portlet-title {
        background-color: #555555;
    }

    .portlet.box.grey {
        border: 1px solid #9d9c9c;
        border-top: 0;
    }

    .portlet.box.light-grey > .portlet-title {
        background-color: #aaa;
    }

    .portlet.box.light-grey {
        border: 1px solid #bbb;
        border-top: 0;
    }

/***
General backgrounds. Can be applied to any block or panel
***/

.bg-white {
    background-image: none !important;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.bg-blue {
    background-image: none !important;
    background-color: #4b8df8 !important;
    border-color: #4b8df8 !important;
    color: #fff !important;
}

.bg-red {
    background-image: none !important;
    background-color: #e02222 !important;
    border-color: #e02222 !important;
    color: #fff !important;
}

.bg-yellow {
    background-image: none !important;
    background-color: #ffb848 !important;
    border-color: #ffb848 !important;
    color: #fff !important;
}

.bg-green {
    background-image: none !important;
    background-color: #35aa47 !important;
    border-color: #35aa47 !important;
    color: #fff !important;
}

.bg-purple {
    background-image: none !important;
    background-color: #852b99 !important;
    border-color: #852b99 !important;
    color: #fff !important;
}

.bg-dark {
    background-image: none !important;
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: #fff !important;
}

.be-grey {
    background-image: none !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}



#Container .mix{
	display: none;
}

/***
Pricing table(Alternative 2)
***/
.pricing {
    /*position: relative;*/
    margin-bottom: 15px;
    border: 1px solid #eee;
}

    .pricing:hover,
    .pricing-active {
        border-color: #1F6D5F;
    }

        .pricing:hover h4 {
            color: #1F6D5F;
        }

.pricing-head {
    text-align: center;
}

    .pricing-head h3,
    .pricing-head h4 {
        margin: 0;
        line-height: normal;
    }

        .pricing-head h3 span,
        .pricing-head h4 span {
            display: none;
            margin-top: 5px;
            font-size: 12px;
        }

    .pricing-head h3 {
        font-weight: 300;
        color: #fafafa;
        padding: 12px 0;
        font-size: 20px;
        background: #1F6D5F;
        border-bottom: solid 1px #0895d0;
    }

    .pricing-head h4 {
        color: #666;
        padding: 5px 0;
        font-size: 54px;
        font-weight: 300;
        background: #fbfcfd;
        border-bottom: solid 1px #f5f9e7;
    }

.pricing-head-active h4 {
    color: #1F6D5F;
}

.pricing-head h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}

.pricing-head h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}

/*Prices2*/
.pricing-head2 {
    text-align: center;
}

    .pricing-head2 h3,
    .pricing-head2 h4 {
        margin: 0;
        line-height: normal;
    }

        .pricing-head2 h3 span,
        .pricing-head2 h4 span {
            display: none;
            margin-top: 5px;
            font-size: 12px;
        }

    .pricing-head2 h3 {
        font-weight: 300;
        color: #fafafa;
        padding: 12px 0;
        font-size: 20px;
        background: #1F6D8B;
        border-bottom: solid 1px #0895d0;
    }

    .pricing-head2 h4 {
        color: #666;
        padding: 5px 0;
        font-size: 54px;
        font-weight: 300;
        background: #fbfcfd;
        border-bottom: solid 1px #f5f9e7;
    }

.pricing-head2-active h4 {
    color: #1F6D5F;
}

.pricing-head2 h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}

.pricing-head2 h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}

/*Prices3*/
.pricing-head3 {
    text-align: center;
}

    .pricing-head3 h3,
    .pricing-head3 h4 {
        margin: 0;
        line-height: normal;
    }

        .pricing-head3 h3 span,
        .pricing-head3 h4 span {
            display: none;
            margin-top: 5px;
            font-size: 12px;
        }

    .pricing-head3 h3 {
        font-weight: 300;
        color: #fafafa;
        padding: 12px 0;
        font-size: 20px;
        background: #1F6D1A;
        border-bottom: solid 1px #0895d0;
    }

    .pricing-head3 h4 {
        color: #666;
        padding: 5px 0;
        font-size: 54px;
        font-weight: 300;
        background: #fbfcfd;
        border-bottom: solid 1px #f5f9e7;
    }

.pricing-head3-active h4 {
    color: #1F6D1A;
}

.pricing-head3 h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}

.pricing-head3 h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}

/*Pricing Content*/
.pricing-content li {
    color: #888;
    font-size: 12px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7;
}

    .pricing-content li i {
        top: 2px;
        color: #1F6D5F;
        font-size: 16px;
        margin-right: 5px;
        position: relative;
    }
.pricing-content .extras {
    margin: 0 20px 0 20px;    
}
.pricing-content .conteudo {
    min-height: 160px
}


/*Pricing Footer*/
.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 10px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
    z-index: 9;
}

    .price-active h4 {
        color: #1F6D5F;
    }

.no-space-pricing .pricing:hover {
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

    .no-space-pricing .price-active .pricing-head h4,
    .no-space-pricing .pricing:hover .pricing-head h4 {
        color: #1F6D5F;
        padding: 15px 0;
        font-size: 80px;
        -webkit-transition: color 0.5s ease-in-out;
        -moz-transition: color 0.5s ease-in-out;
        -o-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
    }


/***
Pricing table(Alternative)
***/

.pricing-table2 {
    padding: 10px;
    border: 1px solid #eee;
    background-color: #fbfcfd;
}

    .pricing-table2:hover {
        border-color: #4b8df8;
    }

    .pricing-table2 h3 {
        margin-left: -2px;
        padding-left: 0px;
        font-size: 26px;
        margin-bottom: 5px;
        line-height: 26px;
        margin-top: 0px;
        margin-bottom: 10px;
        color: #111;
        border-bottom: solid 1px #eee;
        padding: 8px 0 10px;
    }

    .pricing-table2 .desc {
        margin-bottom: 10px;
        padding-bottom: 0px;
        color: #666;
    }

    .pricing-table2 ul {
        margin: 0px;
        margin-bottom: 0px;
        padding: 0px;
        list-style: none;
    }

        .pricing-table2 ul li {
            padding: 6px 0px;
            padding-left: 11px;
            font-size: 13px;
            line-height: 13px;
            color: #666;
        }

            .pricing-table2 ul li i {
                position: absolute;
                margin-right: 0px;
                margin-top: -2px;
                margin-left: -17px;
                color: #0da3e2;
                font-size: 16px;
            }

    .pricing-table2 .rate {
        margin-bottom: 10px;
        padding: 15px 15px;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #1F6D5F;
        color: #fff;
        clear: both;
    }

    .pricing-table2.selected .rate {
        border-top-color: #fff;
    }

    .pricing-table2 .rate:before,
    .pricing-table2 .rate:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .pricing-table2 .rate:after {
        clear: both;
    }

    .pricing-table2 .rate .price {
        display: inline-block;
        float: left;
        clear: both;
    }

    .pricing-table2 .rate .btn {
        margin-top: 3px;
        float: right;
        display: block;
    }

    .pricing-table2 .rate .price .currency {
        padding-top: 4px;
        float: left;
        width: 50px;
        text-align: right;
        font-size: 13px;
        line-height: 14px;
        font-weight: 300;
    }

    .pricing-table2 .rate .price .amount {
        padding-top: 4px;
        float: left;
        text-align: right;
        font-size: 36px;
        line-height: 30px;
        font-weight: 300;
    }

    .pricing-table2.selected .rate .price .amount,
    .pricing-table2.selected .rate .price .currency {
        color: #555 !important;
    }

    .pricing-table2.selected {
        background-color: #4b8df8;
    }

        .pricing-table2.selected .rate {
            background-color: #fafafa;
        }

        .pricing-table2.selected:hover {
            border-color: #ddd;
        }

        .pricing-table2.selected .desc {
            border-bottom-color: #fff;
        }

        .pricing-table2.selected h3,
        .pricing-table2.selected .desc,
        .pricing-table2.selected ul li,
        .pricing-table2.selected ul li i,
        .pricing-table2.selected .rate .currency,
        .pricing-table2.selected .rate .amount {
            color: #fff !important;
        }


/*Panel*/
.panel-normal .panel-title {
    color: #fff;
}

.panel-normal {
    border-color: #1F6D5F;
}

    .panel-normal > .panel-heading {
        color: #ffffff;
        background-color: #1F6D5F;
        border-color: #1F6D5F;
    }

        .panel-normal > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #1F6D5F;
        }

    .panel-normal > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #1F6D5F;
    }


/***
Top News Blocks(new in v1.2.2)
***/
.top-news {
    color: #fff;
    margin: 8px 0;
}

    .top-news a,
    .top-news em,
    .top-news span {
        display: block;
        text-align: left;
        overflow:hidden;
        margin-right:2px;
    }
    .top-news em {
        margin-right:43px;
    }

    .top-news a {
        padding: 10px;
        position: relative;
        margin-bottom: 10px;
    }

        .top-news a .top-news-icon {
            right: 8px;
            bottom: 15px;
            opacity: 0.6;
            font-size: 35px;
            position: absolute;
            filter: alpha(opacity=30); /*For IE8*/
        }
        .top-news a .top-news-icon:hover {
            opacity: 1;
            filter: alpha(opacity=100); /*For IE8*/
        }

.top-news-icon .badge {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px !important;
    font-weight: 300;
    top: 10px;
    right: -5px;
    padding: 3px 5px 3px 5px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.top-news em {
    margin-bottom: 0;
    font-style: normal;
}

.top-news span {
    font-size: 18px;
    margin-bottom: 5px;
}


/*General*/
.dtMouseHover > a:hover {
    cursor: pointer;
}

dt {
    cursor: pointer;
}


/*Nav Left*/
.nav-pills > li > a {
    /*border-bottom: 1px solid #E0DEDE;*/
}

.blog-sidebar > h4 {
    padding: 5px 0 5px 10px;
    border-left: 1px solid #1F6D5F;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #1F6D5F;
}

.blog-tags li a:hover {
    cursor: pointer;
}


.text-justify {
    text-align: justify;
}


.footer blockquote {
    border-left: 2px solid #eee;
}

    .footer blockquote p {
        font-size: 11.5px;
        text-align: justify;
    }

.footer address {
    color: #eee;
    line-height: 1.9;
}

.footernavlinks li a {
    padding: 2px 0;
    color: #36cc4d;
}

    .footernavlinks li a:hover {
        background: none;
    }

.footernavlinks li > a:hover,
.footernavlinks li.active > a,
.footernavlinks li.active:hover > a {
    color: #eee;
}

.footernavlinks li a:before {
    content: "";
    font-family: FontAwesome !important;
    font-size: 8px;
    padding-right: 10px;
    position: relative;
    top: -1px;
    color: #eee;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.header .nav li > a:hover,
.header .nav li.active > a,
.header .nav li.active:hover > a {
    color: #0da3e2;
    border-radius: 0;
    text-shadow: none;
    padding-top: 26px;
    box-shadow: none !important;
    border-top: solid 2px #1F6D5F;
    background-color: #1F6D5F;
}

.header .nav > li > a:hover {
    color: #1F6D5F !important;
}

.header .nav .dropdown-menu li a:hover,
.header .nav li.active .dropdown-menu li a:hover {
    border: none;
    color: #fff !important;
    background: #1F6D5F !important;
}


.mix-filter li.active {
    background: #1F6D5F !important;
}

.mix-grid .mix .mix-details {
    background: #1F6D5F !important;
}

.mix-grid .mix a.mix-link,
.mix-grid .mix a.mix-preview {
    background: #17b22f;
}


.login-signup-page {
    background: #FEFEFE;
    border: 1px solid #E0DEDE;
    box-shadow: 0 0 3px #E0DEDE;
    padding: 10px 30px 30px;
}

    .login-signup-page .input-group .form-control {
        position: initial;
    }

    .login-signup-page input[type=radio], input[type=checkbox] {
        margin-right: 5px;
    }


.validationerror {
    color: #a94442;
    margin-left: 45px;
}

.blockquote-seg {
    border-left: 3px solid #1F6D5F;
    margin-left: 30px;
    margin-right: 10px;
    padding: 10px 10px;
    font-size: 14.5px;
    text-align: justify;
}

.ver-inline-menu li:first-child a {
    border-top: 1px solid #e0eded;
}

.ver-inline-menu li a {
    background: #fff;
    border-bottom: 1px solid #e0eded;
    border-right: 1px solid #e0eded;
}


.badge-eventos {
}

.categories2 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.categories2 {
    margin: 0;
    padding: 0 !important;
    border: 1px solid #e0eded;
    overflow: hidden;
}

    ul.categories2 li {
        border-bottom: 1px solid #e0eded;
        position: relative;
    }

        ul.categories2 li:last-child {
            border: 0;
        }

        ul.categories2 li a {
            display: block;
            padding: 10px 15px;
        }

            ul.categories2 li a:hover {
                background: #1F6D5F;
                color: #FFF;
                text-decoration: none;
            }
            ul.categories2 li.active a {
                background: #1F6D5F;
                color: #FFF;
                text-decoration: none;
            }
            ul.categories2 .subprod li.active a {
                font-weight: 700;
            }
            

    ul.categories2 .mainprod:after {
        font-family: 'FontAwesome';
        content: "\f104";
        position: relative;
        top: 0;
        float: right;
    }

    ul.categories2 .mainprod.collapsed:after {
        font-family: 'FontAwesome';
        content: "\f107";
    }

    ul.categories2 li a i {
        display: inline-block;
        vertical-align: middle;
        padding-right: 5px;
        font-style: normal;
        color: #999;
        font-size: 11px;
    }

    ul.categories2 li a:hover i {
        color: #FFF;
    }

    ul.categories2 li .subprod {
        border-bottom-color: #1F6D5F;       
    }
        ul.categories2 li .subprod li a {
            background: #FFF;
            color: #1F6D5F;
            text-decoration: none;
        }
        ul.categories2 li .subprod li a:hover {
            font-weight:700;
        }

        ul.categories2 li .subprod li a:before {
            font-family: 'FontAwesome';
            content: "\f105";
            padding: 0 5px 0 10px;
        }

        ul.categories2 li .subprod li a:after {
            content: none;
        }

.panel-default {
    border-color: #e0eded;
}
.panel-default > .panel-heading {
    color: #000;
background-color: #E0EBD1;
}

.well-green {
    background-color: #E0EBD1;
    border: 1px solid #e0eded;
}
.well-seg {
    background-color: #1F6D5F;
    border: 1px solid #e0eded;
    color: #fff;
}


/*RadioButton Font Awesome*/


input[type="radio"]:checked {
  background-color:#e02222;
}

.btn-default:hover, .btn-default.active {
    background-color:#E0EBD1;
}


/*Checkbox Tick Size*/
/*.chkbx input[type="checkbox"]   {
    height:17px;
    width:17px;
}
.chkbx input[type="radio"] {
    height:16px;
    width:16px;
}

.chkbx label {
  position: relative;
  top: -2px;
  left: 4px;
}*/
.largetick input[type=checkbox] {
    height:17px;
    width:17px;
}
.largetick input[type=radio] {
    height:16px;
    width:16px;
}
.largetick label {
    position: relative;
    top: -2px;
    left: 4px;
}


.chkbx input[type=checkbox]
{
    display: none;
}

.chkbx label  
{
    display: block;
    float: left;
    color: #000;
    cursor: pointer;
}

.chkbx input[type=checkbox] + label
{
    display          : block;
    width            : 1em;
    height           : 1.1em;
    border           : 1px solid #ccc;
    background       : #fff;
    vertical-align   : middle;
    line-height      : 1em;
    text-indent      : 20px;
    font-size        : 14px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.chkbx input[type=checkbox]:checked + label::before
{
    font-family: FontAwesome;
    content:"\f00c";
    color           : #1F6D5F;
    height          : 1.1em;
    line-height     : 1.1em;
    width           : 1em;
    /*font-weight     : 900;*/
    margin-right    : 6px;
    margin-left     : -21px;
}

.chkbxlist input[type=checkbox], input[type=radio]
{
    display: none;
}

.chkbxlist label
{
    display: inline;
    float: left;
    color: #000;
    text-indent: 20px;
    white-space: nowrap;
}


.chkbxlist input[type=checkbox] + label
{
    display          : block;
    width            : 1em;
    height           : 1.1em;
    border           : 1px solid #ccc;
    background       : #fff;
    vertical-align   : middle;
    line-height      : 1em;
    font-size        : 14px;
    margin-bottom: 8px;
}

.chkbxlist input[type=checkbox]:checked + label::before
{
    font-family: FontAwesome;
    content:"\f00c";
    color           : #1F6D5F;
    height          : 1.1em;
    line-height     : 1.1em;
    width           : 1em;
    /*font-weight     : 900;*/
    margin-right    : 6px;
    margin-left     : -21px;
}

.chkbxlist input[type=radio] + label  
{
     display          : block;
    width            : 1em;
    height           : 1.1em;
    border           : 1px solid #ccc;
    background       : #fff;
    vertical-align   : middle;
    line-height      : 1.1em;
    font-size        : 14px;
    white-space: nowrap;
}

.chkbxlist input[type=radio]:checked + label::before
{
    font-family: FontAwesome;
    content:"\f111";
    color           : #1F6D5F;
    height          : 1.1em;
    line-height     : 1.1em;
    width           : 1em;
    font-weight     : 900;
    margin-right    : 6px;
    margin-left     : -20px;
}




/**/
/*.pacotes input[type="checkbox"]   {
    height:17px;
    width:17px;
}
.pacotes input[type="radio"] {
    height:14px;
    width:14px;
    position: relative;
}

.pacotes label {
  position: relative;
  top: -3px;
  left: 4px;
}
.pacotes label {
    color: #1F6D5F;
    font-size: 12px;
}*/
/**/

.form-control {
    height:auto;
}

/**/
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/*Loader Gif*/

.loader {
    position:relative;
}
.loadergif {
    position:absolute;
    z-index:1000;
    right:0;
    padding-right:5px;
    padding-top:8px;
}
.validacao {
    position:relative;
}
.validador {
    position:absolute;
    z-index:1000;
    right:0;
    padding-right:20px;
    padding-top:6px;
    color:#d84a38;
    font-size:16px;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

/*Margins 5px*/

.margin-top-5 {
    margin-top:5px;
}
.margin-bottom-5 {
    margin-bottom:5px;
}
.margin-left-5 {
    margin-left:5px;
}
.margin-right-5 {
    margin-right:5px;
}

/*Padding 10px*/

.padding-top-10 {
    margin-top:10px;
}
.padding-bottom-10 {
    margin-bottom:10px;
}
.padding-left-10 {
    margin-left:10px;
}
.padding-right-10 {
    margin-right:10px;
}

/*Padding 20px*/

.padding-top-20 {
    margin-top:20px;
}
.padding-bottom-20 {
    margin-bottom:20px;
}
.padding-left-20 {
    margin-left:20px;
}
.padding-right-20 {
    margin-right:20px;
}

/*Padding 25px*/

.padding-top-25 {
    margin-top:25px;
}
.padding-bottom-25 {
    margin-bottom:25px;
}
.padding-left-25 {
    margin-left:25px;
}
.padding-right-25 {
    margin-right:25px;
}

/*Padding 30px*/

.padding-top-30 {
    margin-top:30px;
}
.padding-bottom-30 {
    margin-bottom:30px;
}
.padding-left-30 {
    margin-left:30px;
}
.padding-right-30 {
    margin-right:30px;
}


/*Event Img wrapper*/
.img-wrapper {
    max-width: 70%;
    margin: 0 auto;
}

.ratio{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom: 50% ; /* % of width, defines aspect ratio*/
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}


/*Hyperlink remove basic hover*/
.linkclean:hover a{
    color: #fff;
    background: #0da3e2;
    text-decoration:none;
}

.linkbasic {
    color: #000000;
    text-decoration:none;
}
.linkbasic:hover {
    color: #000000;
    text-decoration:none;
}

/*Mini Destaques*/

.dispTable {
    /*min-height:75px;
    display:table;*/
}
    .dispTable .dispCell {
        /*display:table-cell;
        vertical-align:middle;*/
    }

/*Destaques + Eventos*/

.dispTableM {
    /*min-height:200px;
    min-width:280px;
    display:table;*/
}
    .dispTableM .dispCellM {
        /*display:table-cell;
        vertical-align:middle;
        text-align: -webkit-center;
        text-align: center;*/
    }

.minHeight80 {
    min-height:80px;
}
.minHeight100 {
    min-height:100px;
}
.minHeight120 {
    min-height:120px;
}
.minHeight140 {
    min-height:140px;
}









