@charset "utf-8";
/*
Theme Name: SEBRAE OIS - v2
Template: sebrae-ois
Theme URI: http://ois.sebrae.com.br
Description: Versão 2 do tema para WP com design e funcionalidades padrões para Observatório Internacional Sebrae
Version: 2.0
Author: ClickLab Marketing Digital
Author URI: http://clicklab.com.br
Tags: sebrae, ois, sebraeois, sebrae-ois
*/
@media print {
    .gform_description {
        orphans: 3;
        widows: 3;
    }
}
.single-missoes .pull-left {
    display: none;
}
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: 50%;
}
.gform_description {
    margin: 0 0 10px;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.ginput_container > input,
.ginput_container > select,
.ginput_container > textarea,
.page-login form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="button"]) {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.page-login form > p {
    margin-bottom: 15px;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.ginput_container > input,
.ginput_container > select,
.ginput_container > textarea,
.page-login form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="button"]) {
    height: 50px;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px;
}
.widget_wysija_cont .formError + .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.gform_button,
.button,
.wp-core-ui .button,
.wp-core-ui .button-group .button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button.focus,
.button:focus,
.wp-core-ui .button.focus,
.wp-core-ui .button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.button.focus,
.button:focus,
.wp-core-ui .button.focus,
.wp-core-ui .button:focus {
    color: #808080;
    text-decoration: none;
}
.button,
.wp-core-ui .button,
.wp-core-ui .button-group .button {
    color: #808080;
    background-color: #eeeeee;
    border-color: #cccccc;
}
.gform_button,
.button-primary,
.wp-core-ui .button-primary {
    color: #ffffff;
    background-color: #1d88db;
    border-color: #1a7ac4;
}
.button-primary.hover,
.button-primary:hover,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:hover,
.button-primary.focus,
.button-primary:focus,
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary:focus {
    color: #ffffff;
    background-color: #176cae;
    border-color: #13598e;
}
.btn-group-lg > .btn,
.gform_button,
.button-large,
.wp-core-ui .button-large,
.wp-core-ui .button-group.button-large .button {
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
@media (min-width: 768px) {
    .site-header .header-brand {
        float: left;
    }
}
.site-header .header-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
    .site-header .header-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .site-header .header-collapse,
    .main-navigation .navigation-collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
.container > .header-brand,
.container > .header-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .header-brand,
    .container > .header-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.site-header .header-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.site-header .header-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
@media (min-width: 768px) {
    .site-header .header-toggle {
        display: none;
    }
}
@media (min-width: 768px) {
    .site-header .header-left {
        float: left !important;
        float: left;
    }
    .site-header .header-right {
        float: right !important;
        float: right;
        margin-right: -15px;
    }
}
.archive-item img.wp-post-image {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #e8e8e8;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.widget_wysija_cont .updated,
.widget_wysija_cont .error,
.validation_error,
#gforms_confirmation_message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.widget_wysija_cont .updated,
#gforms_confirmation_message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.page-login p.message {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.widget_wysija_cont .error,
.validation_error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.posts-filter:before,
.posts-filter:after,
.thumbnail-grid:before,
.thumbnail-grid:after,
.sidebar-footer:before,
.sidebar-footer:after,
.site-header .header-brand:before,
.site-header .header-brand:after,
.site-header .header-collapse:before,
.site-header .header-collapse:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.posts-filter:after,
.thumbnail-grid:after,
.sidebar-footer:after,
.site-header .header-brand:after,
.site-header .header-collapse:after {
    clear: both;
}
.widget .all-link,
.widget-title .all-link,
img.pull-right,
img.align-right,
img.alignright {
    float: right !important;
}
.widget .more-link,
img.pull-left,
img.align-left,
img.alignleft,
img.alignnone {
    float: left !important;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('components/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('components/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('components/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right,
.widget .all-link,
.widget-title .all-link,
img.pull-right,
img.align-right,
img.alignright {
    float: right;
}
.pull-left,
.widget .more-link,
img.pull-left,
img.align-left,
img.alignleft,
img.alignnone {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
    padding-left: 65px;
}
.btn-social.btn-lg :first-child {
    line-height: 49px;
    width: 49px;
    font-size: 1.8em;
}
.btn-social.btn-sm {
    padding-left: 38px;
}
.btn-social.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
.btn-social.btn-xs {
    padding-left: 30px;
}
.btn-social.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}
.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
    padding-left: 65px;
}
.btn-social-icon.btn-lg :first-child {
    line-height: 49px;
    width: 49px;
    font-size: 1.8em;
}
.btn-social-icon.btn-sm {
    padding-left: 38px;
}
.btn-social-icon.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
.btn-social-icon.btn-xs {
    padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
    padding-left: 65px;
}
.btn-social-icon.btn-lg :first-child {
    line-height: 49px;
    width: 49px;
    font-size: 1.8em;
}
.btn-social-icon.btn-sm {
    padding-left: 38px;
}
.btn-social-icon.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
.btn-social-icon.btn-xs {
    padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
.btn-social-icon :first-child {
    border: none;
    text-align: center;
    width: 100%!important;
}
.btn-social-icon.btn-lg {
    height: 49px;
    width: 49px;
    padding-left: 0;
    padding-right: 0;
}
.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}
.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}
.btn-adn {
    color: #ffffff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover,
.btn-adn:focus,
.btn-adn.focus,
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
    color: #ffffff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
    background-image: none;
}
.btn-adn .badge {
    color: #d87a68;
    background-color: #ffffff;
}
.btn-bitbucket {
    color: #ffffff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket.focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
    color: #ffffff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
    background-image: none;
}
.btn-bitbucket .badge {
    color: #205081;
    background-color: #ffffff;
}
.btn-dropbox {
    color: #ffffff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox.focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
    color: #ffffff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
    background-image: none;
}
.btn-dropbox .badge {
    color: #1087dd;
    background-color: #ffffff;
}
.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    color: #ffffff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    background-image: none;
}
.btn-facebook .badge {
    color: #3b5998;
    background-color: #ffffff;
}
.btn-flickr {
    color: #ffffff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr.focus,
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
    color: #ffffff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
    background-image: none;
}
.btn-flickr .badge {
    color: #ff0084;
    background-color: #ffffff;
}
.btn-foursquare {
    color: #ffffff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare.focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
    color: #ffffff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
    background-image: none;
}
.btn-foursquare .badge {
    color: #f94877;
    background-color: #ffffff;
}
.btn-github {
    color: #ffffff;
    background-color: #444444;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github.focus,
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
    background-image: none;
}
.btn-github .badge {
    color: #444444;
    background-color: #ffffff;
}
.btn-google-plus {
    color: #ffffff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus.focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open > .dropdown-toggle.btn-google-plus {
    color: #ffffff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open > .dropdown-toggle.btn-google-plus {
    background-image: none;
}
.btn-google-plus .badge {
    color: #dd4b39;
    background-color: #ffffff;
}
.btn-instagram {
    color: #ffffff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
    color: #ffffff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
    background-image: none;
}
.btn-instagram .badge {
    color: #3f729b;
    background-color: #ffffff;
}
.btn-linkedin {
    color: #ffffff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
    color: #ffffff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
    background-image: none;
}
.btn-linkedin .badge {
    color: #007bb6;
    background-color: #ffffff;
}
.btn-microsoft {
    color: #ffffff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover,
.btn-microsoft:focus,
.btn-microsoft.focus,
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
    color: #ffffff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
    background-image: none;
}
.btn-microsoft .badge {
    color: #2672ec;
    background-color: #ffffff;
}
.btn-openid {
    color: #ffffff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover,
.btn-openid:focus,
.btn-openid.focus,
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
    color: #ffffff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
    background-image: none;
}
.btn-openid .badge {
    color: #f7931e;
    background-color: #ffffff;
}
.btn-pinterest {
    color: #ffffff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest.focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
    color: #ffffff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
    background-image: none;
}
.btn-pinterest .badge {
    color: #cb2027;
    background-color: #ffffff;
}
.btn-reddit {
    color: #000000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover,
.btn-reddit:focus,
.btn-reddit.focus,
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
    color: #000000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
    background-image: none;
}
.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000000;
}
.btn-soundcloud {
    color: #ffffff;
    background-color: #ff5500;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover,
.btn-soundcloud:focus,
.btn-soundcloud.focus,
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
    color: #ffffff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
    background-image: none;
}
.btn-soundcloud .badge {
    color: #ff5500;
    background-color: #ffffff;
}
.btn-tumblr {
    color: #ffffff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr.focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
    color: #ffffff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
    background-image: none;
}
.btn-tumblr .badge {
    color: #2c4762;
    background-color: #ffffff;
}
.btn-twitter {
    color: #ffffff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    color: #ffffff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    background-image: none;
}
.btn-twitter .badge {
    color: #55acee;
    background-color: #ffffff;
}
.btn-vimeo {
    color: #ffffff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo.focus,
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
    color: #ffffff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
    background-image: none;
}
.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #ffffff;
}
.btn-vk {
    color: #ffffff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk.focus,
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
    color: #ffffff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
    background-image: none;
}
.btn-vk .badge {
    color: #587ea3;
    background-color: #ffffff;
}
.btn-yahoo {
    color: #ffffff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover,
.btn-yahoo:focus,
.btn-yahoo.focus,
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
    color: #ffffff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
    background-image: none;
}
.btn-yahoo .badge {
    color: #720e9e;
    background-color: #ffffff;
}
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.
      More Info : http://www.quirksmode.org/css/box.html
    */
    -webkit-box-sizing: border-box;
    /* webkit */
    -moz-box-sizing: border-box;
    /* firefox */
    box-sizing: border-box;
    /* css3 */
}
.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}
.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url('components/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}
.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}
.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
    background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('components/select2/select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}
.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}
.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff url('components/select2/select2.png') no-repeat 100% -22px;
    background: url('components/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
    background: url('components/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('components/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('components/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: #ffffff url('components/select2/select2.png') no-repeat -37px -22px;
    background: url('components/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
    background: url('components/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('components/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('components/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}
.select2-search input.select2-active {
    background: #ffffff url('components/select2/select2-spinner.gif') no-repeat 100%;
    background: url('components/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
    background: url('components/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('components/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('components/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}
.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-results-dept-1 .select2-result-label {
    padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
    padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
    padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
    padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
    padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
    padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
    padding-left: 120px;
}
.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}
.select2-results li em {
    background: #feffde;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: transparent;
}
.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-selected {
    display: none;
}
.select2-more-results.select2-active {
    background: #f4f4f4 url('components/select2/select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}
.select2-locked {
    padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #ffffff url('components/select2/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
    color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}
.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url('components/select2/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}
.select2-display-none {
    display: none;
}
.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('components/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }
    .select2-search input {
        background-position: 100% -21px !important;
    }
}
/**
 * Select2 Bootstrap 3 CSS v1.4.4
 * Tested with Bootstrap v3.3.1 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, v3.5.2, master
 * in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
    background: transparent;
    box-shadow: none;
    border: none;
    display: block;
    /* 1 */
    margin: 0;
    padding: 0;
}
/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: none;
    padding: 0;
    border-color: #cccccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-search input {
    border-color: #cccccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
    height: 34px;
    line-height: 1.42857;
}
/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
    height: auto;
}
/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
    height: 46px;
    line-height: 1.33;
    border-radius: 6px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
    height: 28px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
    height: 44px;
}
/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
    padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
    padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
    padding: 10px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px;
}
/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    border-left: none;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
    background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
    background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
    background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px;
}
/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
    border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c;
}
.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
    border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534;
}
.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
    border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c;
}
/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
    border-color: #66afe9;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    background: white;
    filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 6px !important;
}
/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
    color: white;
    background-color: #337ab7;
}
/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top;
}
/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
    color: #555555;
    background: white;
    border-color: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ebebeb;
    border-color: #adadad;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
    margin-top: -7px;
    top: 50%;
}
/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
    top: 50%;
}
/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent;
    /* 2 */
}
/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
    background-position: 99%;
    /* 4 */
    background-position: right 4px center;
    /* 5 */
}
/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
}
/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015
 * @package bootstrap-fileinput
 * @version 4.1.6
 *
 * File input styling for Bootstrap 3.0
 * Built for Yii Framework 2.0
 * Author: Kartik Visweswaran
 * Year: 2015
 * For more Yii related demos visit http://demos.krajee.com
 */
.file-input {
    overflow-x: auto;
}
.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url('components/bootstrap-fileinput/img/loading.gif') top left no-repeat;
    border: none;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}
.file-caption .glyphicon {
    display: inline-block;
    min-width: 18px;
    float: left;
    margin-top: 2px;
}
.file-caption-name {
    display: inline-block;
    overflow: hidden;
    max-height: 20px;
    padding-right: 10px;
}
.file-caption-ellipsis {
    position: absolute;
    right: 10px;
    margin-top: -6px;
    font-size: 1.2em;
    display: none;
    font-weight: bold;
    cursor: default;
}
.kv-search-container .kv-search-clear {
    position: absolute;
    padding: 10px;
    right: 0px;
}
.file-error-message {
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}
.file-caption-disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}
.file-input .btn[disabled],
.file-input .btn .disabled {
    cursor: not-allowed;
}
.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.file-preview-frame {
    display: table;
    margin: 8px;
    height: 160px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #a2958a;
    padding: 6px;
    float: left;
    text-align: center;
    vertical-align: middle;
}
.file-preview-frame:hover {
    box-shadow: 3px 3px 5px 0px #333;
}
.file-preview-image {
    height: 160px;
    vertical-align: text-center;
}
.file-preview-text {
    width: 160px;
    color: #428bca;
    font-size: 11px;
    text-align: center;
}
.file-preview-other {
    padding-top: 48px;
    text-align: center;
}
.file-preview-other i {
    font-size: 2.4em;
}
.file-other-error {
    width: 100%;
    padding-top: 30px;
    text-align: right;
}
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button {
    display: none;
}
.loading {
    background: transparent url('components/bootstrap-fileinput/img/loading.gif') no-repeat scroll center center content-box !important;
}
.wrap-indicator {
    font-weight: bold;
    color: #245269;
    cursor: pointer;
}
.file-actions {
    text-align: left;
}
.file-footer-buttons {
    float: right;
}
.file-thumbnail-footer .file-caption-name {
    padding-top: 4px;
    font-size: 11px;
    color: #777;
}
.file-upload-indicator {
    padding-top: 2px;
    cursor: default;
}
.file-upload-indicator:hover {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 0;
}
.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
}
.file-drop-zone-title {
    color: #aaa;
    font-size: 40px;
    padding: 85px 10px;
}
.highlighted {
    border: 2px dashed #999!important;
    background-color: #f0f0f0;
}
.file-uploading {
    background-image: url('components/bootstrap-fileinput/img/loading-sm.gif');
    background-position: center bottom 10px;
    background-repeat: no-repeat;
    opacity: 0.6;
}
.file-icon-large {
    font-size: 1.2em;
}
/* CSS Document */
.jquery-msgbox {
    background: url(components/img/cadastro/background.png) repeat-x left bottom;
    padding-bottom: 55px;
    font-style: normal;
}
.jquery-msgbox-wrapper {
    display: table-cell;
    width: 280px;
    padding: 46px 20px 32px 109px;
}
.jquery-msgbox-buttons {
    padding: 15px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.jquery-msgbox-buttons button,
.jquery-msgbox-buttons input {
    margin-left: 10px;
    min-width: 85px;
    padding: 0 14px 2px;
    height: 24px;
    cursor: pointer;
}
.jquery-msgbox-inputs {
    margin-top: 4px;
}
.jquery-msgbox-inputs input {
    display: block;
    padding: 3px 2px;
    border: 1px solid #dddddd;
    margin: 3px 0 6px 0;
    width: 95%;
}
.jquery-msgbox-label {
    font-weight: bold;
    font-size: 11px;
}
.jquery-msgbox-alert {
    background: url(components/img/cadastro/alert.png) no-repeat 20px 20px;
}
.jquery-msgbox-info {
    background: url(components/img/cadastro/info.png) no-repeat 20px 20px;
}
.jquery-msgbox-error {
    background: url(components/img/cadastro/error.png) no-repeat 20px 20px;
}
.jquery-msgbox-prompt {
    background: url(components/img/cadastro/question.png) no-repeat 20px 20px;
}
.jquery-msgbox-confirm {
    background: url(components/img/cadastro/confirm.png) no-repeat 20px 20px;
}
.jquery-msgbox-sucesso {
    background: url(components/img/cadastro/sucesso.png) no-repeat 20px 20px;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.color-reference {
    clear: both;
    display: block;
    margin-bottom: 10px;
    height: 32px;
    width: 32px;
}
.color-reference:after {
    content: "";
    display: inline-block;
    margin-left: 40px;
    min-width: 200px;
}
.color-reference.color-black {
    background: #000000;
}
.color-reference.color-black:after {
    content: "#000000 black ";
}
.color-reference.color-white {
    background: #ffffff;
}
.color-reference.color-white:after {
    content: "#ffffff white ";
}
.color-reference.color-red {
    background: #d9534f;
}
.color-reference.color-red:after {
    content: "#d9534f red ";
}
.color-reference.color-red-base {
    background: #671916;
}
.color-reference.color-red-base:after {
    content: "#671916 red-base ";
}
.color-reference.color-red-darker {
    background: #a02622;
}
.color-reference.color-red-darker:after {
    content: "#a02622 red-darker ";
}
.color-reference.color-red-dark {
    background: #bb2d28;
}
.color-reference.color-red-dark:after {
    content: "#bb2d28 red-dark ";
}
.color-reference.color-red-lighter {
    background: #f8dede;
}
.color-reference.color-red-lighter:after {
    content: "#f8dede red-lighter ";
}
.color-reference.color-red-light {
    background: #e58886;
}
.color-reference.color-red-light:after {
    content: "#e58886 red-light ";
}
.color-reference.color-yellow {
    background: #ffcc00;
}
.color-reference.color-yellow:after {
    content: "#ffcc00 yellow ";
}
.color-reference.color-yellow-base {
    background: #b38f00;
}
.color-reference.color-yellow-base:after {
    content: "#b38f00 yellow-base ";
}
.color-reference.color-yellow-darker {
    background: #cfa500;
}
.color-reference.color-yellow-darker:after {
    content: "#cfa500 yellow-darker ";
}
.color-reference.color-yellow-dark {
    background: #e8ba00;
}
.color-reference.color-yellow-dark:after {
    content: "#e8ba00 yellow-dark ";
}
.color-reference.color-yellow-lighter {
    background: #fff0b5;
}
.color-reference.color-yellow-lighter:after {
    content: "#fff0b5 yellow-lighter ";
}
.color-reference.color-yellow-light {
    background: #ffe26e;
}
.color-reference.color-yellow-light:after {
    content: "#ffe26e yellow-light ";
}
.color-reference.color-green {
    background: #5cb85c;
}
.color-reference.color-green:after {
    content: "#5cb85c green ";
}
.color-reference.color-green-base {
    background: #204920;
}
.color-reference.color-green-base:after {
    content: "#204920 green-base ";
}
.color-reference.color-green-darker {
    background: #357935;
}
.color-reference.color-green-darker:after {
    content: "#357935 green-darker ";
}
.color-reference.color-green-dark {
    background: #3f903f;
}
.color-reference.color-green-dark:after {
    content: "#3f903f green-dark ";
}
.color-reference.color-green-lighter {
    background: #d5edd5;
}
.color-reference.color-green-lighter:after {
    content: "#d5edd5 green-lighter ";
}
.color-reference.color-green-light {
    background: #8acc8a;
}
.color-reference.color-green-light:after {
    content: "#8acc8a green-light ";
}
.color-reference.color-blue {
    background: #3598e4;
}
.color-reference.color-blue:after {
    content: "#3598e4 blue ";
}
.color-reference.color-blue-base {
    background: #0d3d61;
}
.color-reference.color-blue-base:after {
    content: "#0d3d61 blue-base ";
}
.color-reference.color-blue-darker {
    background: #15629e;
}
.color-reference.color-blue-darker:after {
    content: "#15629e blue-darker ";
}
.color-reference.color-blue-dark {
    background: #1975bb;
}
.color-reference.color-blue-dark:after {
    content: "#1975bb blue-dark ";
}
.color-reference.color-blue-lighter {
    background: #cee6f8;
}
.color-reference.color-blue-lighter:after {
    content: "#cee6f8 blue-lighter ";
}
.color-reference.color-blue-light {
    background: #6fb6ec;
}
.color-reference.color-blue-light:after {
    content: "#6fb6ec blue-light ";
}
.color-reference.color-gray {
    background: #555555;
}
.color-reference.color-gray:after {
    content: "#555555 gray ";
}
.color-reference.color-gray-base {
    background: #000000;
}
.color-reference.color-gray-base:after {
    content: "#000000 gray-base ";
}
.color-reference.color-gray-darker {
    background: #222222;
}
.color-reference.color-gray-darker:after {
    content: "#222222 gray-darker ";
}
.color-reference.color-gray-dark {
    background: #333333;
}
.color-reference.color-gray-dark:after {
    content: "#333333 gray-dark ";
}
.color-reference.color-gray-lighter {
    background: #eeeeee;
}
.color-reference.color-gray-lighter:after {
    content: "#eeeeee gray-lighter ";
}
.color-reference.color-gray-light {
    background: #777777;
}
.color-reference.color-gray-light:after {
    content: "#777777 gray-light ";
}
html,
body {
    height: 100%;
}
body {
    font-weight: 300;
    background-image: url('img/new/body-bg.png');
    background-repeat: repeat;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #3c3c3c;
}
.form-control.text-entry {
    min-height: 100px;
}
.help-block {
    font-style: italic;
}
.help-block.required,
.form-control.required,
.help-block.field-required,
.form-control.field-required,
.help-block.control-required,
.form-control.control-required,
.gform_wrapper .gfield_contains_required .ginput_container > input[type=text],
.gform_wrapper .gfield_contains_required .ginput_container > input[type=url],
.gform_wrapper .gfield_contains_required .ginput_container > input[type=email],
.gform_wrapper .gfield_contains_required .ginput_container > input[type=tel],
.gform_wrapper .gfield_contains_required .ginput_container > input[type=number],
.gform_wrapper .gfield_contains_required .ginput_container > input[type=password],
.gform_wrapper .gfield_contains_required .ginput_container > textarea {
    background-image: url('img/new/required-simbol.png');
    background-position: right center;
    background-repeat: no-repeat;
}
.help-block:not(.form-control),
.form-control:not(.form-control) {
    background-position: 102% center;
    padding-right: 20px;
}
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choices,
.select2-container .select2-choice {
    font-family: inherit !important;
    border-radius: 3px;
}
.select2-container .select2-choice > .select2-chosen {
    display: table-cell;
}
.input-group .select2-container.form-control {
    display: table-cell;
    width: 100%;
    z-index: 2;
}
.input-group-lg .select2-container .select2-choices .select2-search-field input,
.input-group-lg .select2-container .select2-choices,
.input-group-lg .select2-container .select2-choice {
    font-family: inherit !important;
    border-radius: 3px;
}
.input-group-lg .select2-container .select2-choice > .select2-chosen {
    display: table-cell;
}
.input-group-sm .select-container .select2-choices .select2-search-field input,
.input-group-sm .select-container .select2-choices,
.input-group-sm .select-container .select2-choice {
    font-family: inherit !important;
    border-radius: 3px;
}
.input-group-sm .select-container .select2-choice > .select2-chosen {
    display: table-cell;
}
.select2-container.required .select2-choice,
.select2-container.field-required .select2-choice,
.select2-container.control-required .select2-choice,
.select2-container.required .select2-choices,
.select2-container.field-required .select2-choices,
.select2-container.control-required .select2-choices {
    background-image: url('img/new/required-simbol.png');
    background-position: -5px center;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.widget_wysija_cont .updated,
.widget_wysija_cont .error {
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
}
.widget_wysija_cont .formError {
    position: static !important;
}
.widget_wysija_cont .formError .formErrorContent {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-style: italic;
    color: #a94442;
    background: none !important;
    border: none !important;
    font-family: inherit !important;
    font-size: inherit !important;
    width: auto !important;
    display: block !important;
}
.widget_wysija_cont .formError .formErrorContent.required,
.widget_wysija_cont .formError .formErrorContent.field-required,
.widget_wysija_cont .formError .formErrorContent.control-required {
    background-image: url('img/new/required-simbol.png');
    background-position: right center;
    background-repeat: no-repeat;
}
.widget_wysija_cont .formError .formErrorContent:not(.form-control) {
    background-position: 102% center;
    padding-right: 20px;
}
a.widget_wysija_cont .formError .formErrorContent:hover {
    color: #843534;
}
.widget_wysija_cont .wysija-submit {
    margin-top: 0 !important;
}
.input-group .input-group-addon + .select2-container .select2-choice {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .select2-container:not(:fist-child):not(:last-child) .select2-choice {
    border-radius: 0;
}
.input-group-addon {
    border-radius: 3px;
}
.input-group-addon.input-sm {
    border-radius: 3px;
}
.input-group-addon.input-lg {
    border-radius: 3px;
}
.posts-filter {
    margin-left: -2.5px;
    margin-right: -2.5px;
}
.posts-filter .filter-group {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .posts-filter .filter-group {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .posts-filter .filter-group {
        float: left;
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .posts-filter .filter-group {
        float: left;
        width: 25%;
    }
}
.posts-filter .filter-group-large {
    position: relative;
    min-height: 1px;
    padding-left: 2.5px;
    padding-right: 2.5px;
}
@media (min-width: 992px) {
    .posts-filter .filter-group-large {
        float: left;
        width: 33.333%;
    }
}
@media (min-width: 1200px) {
    .posts-filter .filter-group-large {
        float: left;
        width: 33.333%;
    }
}
.posts-filter .filter-group-small {
    position: relative;
    min-height: 1px;
    padding-left: 2.5px;
    padding-right: 2.5px;
}
@media (min-width: 1200px) {
    .posts-filter .filter-group-small {
        float: left;
        width: 16.666%;
    }
}
.posts-filter .input-group-addon {
    min-width: 80px;
}
@media (min-width: 768px) {
    .posts-filter .input-group-addon {
        min-width: auto;
    }
}
.form-buttons {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #d5d5d5;
}
.form-buttons:not(input):last-of-type {
    margin-bottom: 0;
}
.gform_wrapper ul {
    padding-left: 0;
    list-style: none;
}
.gform_wrapper li {
    margin-bottom: 15px;
}
.gform_wrapper form {
    margin-bottom: 0;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.ginput_container > input,
.ginput_container > select,
.ginput_container > textarea {
    font-size: 18px !important;
    padding: 12px 16px !important;
}
.gform_wrapper .gfield_required {
    padding-left: 1px;
    color: #a94442;
}
.ginput_container textarea {
    height: auto;
}
.gform_button.btn-lg {
    font-size: 18px;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 2px;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #a94442;
}
.gform_wrapper .gfield_error > input,
.gform_wrapper .gfield_error > select,
.gform_wrapper .gfield_error > textarea {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}
.gform_wrapper .gfield_error > input:focus,
.gform_wrapper .gfield_error > select:focus,
.gform_wrapper .gfield_error > textarea:focus {
    border-color: #a94442;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.gfield.inline-checkbox li[class*="gchoice_"],
.gfield.inline-radio li[class*="gchoice_"] {
    display: inline-block;
}
.gfield.inline-checkbox li[class*="gchoice_"] .checkbox-inline,
.gfield.inline-radio li[class*="gchoice_"] .checkbox-inline,
.gfield.inline-checkbox li[class*="gchoice_"] .radio-inline,
.gfield.inline-radio li[class*="gchoice_"] .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
    padding-left: 10px;
}
.gfield.inline-checkbox li[class*="gchoice_"] .checkbox-inline.disabled,
.gfield.inline-radio li[class*="gchoice_"] .checkbox-inline.disabled,
.gfield.inline-checkbox li[class*="gchoice_"] .radio-inline.disabled,
.gfield.inline-radio li[class*="gchoice_"] .radio-inline.disabled,
fieldset[disabled] .gfield.inline-checkbox li[class*="gchoice_"] .checkbox-inline,
fieldset[disabled] .gfield.inline-radio li[class*="gchoice_"] .checkbox-inline,
fieldset[disabled] .gfield.inline-checkbox li[class*="gchoice_"] .radio-inline,
fieldset[disabled] .gfield.inline-radio li[class*="gchoice_"] .radio-inline {
    cursor: not-allowed;
}
.gfield.inline-checkbox li[class*="gchoice_"] + li[class*="gchoice_"],
.gfield.inline-radio li[class*="gchoice_"] + li[class*="gchoice_"] {
    margin-left: 20px;
}
.gfield.hidden-label .gfield_label,
.gfield.hidden-label .gfield_label.control-label {
    display: none !important;
    visibility: hidden !important;
}
.gform_description {
    display: block;
}
.btn,
.gform_button,
.button,
.wp-core-ui .button,
.wp-core-ui .button-group .button {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    min-width: 120px;
    text-transform: uppercase;
    text-shadow: 0px -1px 0px rgba(8, 8, 8, 0.15);
}
.btn-secondary {
    color: #eeeeee;
    background-color: #95a1a7;
    border-color: #798890;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    color: #eeeeee;
    background-color: #798890;
    border-color: #5c696f;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background-image: none;
}
.btn-secondary .badge {
    color: #95a1a7;
    background-color: #eeeeee;
}
.btn-lg,
.btn-group-lg > .btn,
.gform_button,
.button-large,
.wp-core-ui .button-large,
.wp-core-ui .button-group.button-large .button {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}
.btn-wide.btn-lg {
    min-width: 180px;
}
.btn-default,
.button,
.wp-core-ui .button,
.wp-core-ui .button-group .button {
    border: none;
    -webkit-box-shadow: 0 2px 0px #cccccc;
    box-shadow: 0 2px 0px #cccccc;
}
.btn-primary,
.gform_button,
.button-primary,
.wp-core-ui .button-primary {
    border: none;
    -webkit-box-shadow: 0 2px 0px #1a7ac4;
    box-shadow: 0 2px 0px #1a7ac4;
}
.btn-secondary {
    border: none;
    -webkit-box-shadow: 0 2px 0px #798890;
    box-shadow: 0 2px 0px #798890;
}
.btn-success {
    border: none;
    -webkit-box-shadow: 0 2px 0px #4cae4c;
    box-shadow: 0 2px 0px #4cae4c;
}
.btn-info {
    border: none;
    -webkit-box-shadow: 0 2px 0px #46b8da;
    box-shadow: 0 2px 0px #46b8da;
}
.btn-warning {
    border: none;
    -webkit-box-shadow: 0 2px 0px #eea236;
    box-shadow: 0 2px 0px #eea236;
}
.btn-danger {
    border: none;
    -webkit-box-shadow: 0 2px 0px #d43f3a;
    box-shadow: 0 2px 0px #d43f3a;
}
.btn-counter {
    position: relative;
    padding-left: 46px;
}
.btn-counter .badge {
    padding: 6px 0;
    line-height: 1.42857143;
}
.btn-counter .badge {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    border-radius: 2px;
}
.btn-counter.btn-lg {
    padding-left: 52px;
}
.btn-counter.btn-lg .badge {
    padding: 12px 0;
    line-height: 1.3333333;
}
.btn-counter.btn-sm {
    padding-left: 45px;
}
.btn-counter.btn-sm .badge {
    padding: 5px 0;
    line-height: 1.5;
}
.btn-counter.btn-default .badge {
    background-color: #d5d5d5;
    color: #808080;
}
.btn-counter.btn-primary .badge {
    background-color: #176cae;
    color: #ffffff;
}
.btn-counter.btn-success .badge {
    background-color: #449d44;
    color: #ffffff;
}
.btn-counter.btn-danger .badge {
    background-color: #c9302c;
    color: #ffffff;
}
.btn-counter.btn-secondary .badge {
    background-color: #798890;
    color: #eeeeee;
}
.btn-group-counter.btn-group-justified > .btn-group + .btn-group {
    padding-left: 10px;
}
.btn-toolbar-counter > .btn-group {
    margin-left: 0;
}
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
    padding-left: 65px;
}
.btn-social.btn-lg :first-child {
    line-height: 49px;
    width: 49px;
    font-size: 1.8em;
}
.btn-social.btn-sm {
    padding-left: 38px;
}
.btn-social.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
.btn-social.btn-xs {
    padding-left: 30px;
}
.btn-social.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
.btn-facebook {
    color: #ffffff !important;
}
.label-category,
.label-country,
.label-language,
.label-taxonomy,
.tag,
.taxonomy {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    padding: 2px 7px 2px;
}
.label-category a,
.label-country a,
.label-language a,
.label-taxonomy a,
.tag a,
.taxonomy a {
    color: inherit;
}
.label-category,
.label-taxonomy,
.tag,
.taxonomy {
    background: #25ba94;
}
.label-language,
.label-idioma,
.tag-language,
.tag-idioma {
    background: #43d8da;
}
.label-country,
.label-pais,
.tag-country,
.tag-pais {
    background: #438ada;
}
.label-espanhol,
.label-spanish {
    background: #db6a77;
}
.label-portugues,
.label-portuguese {
    background: #7fd25b;
}
.label-evento,
.label-event {
    background: #ffcc00;
}
.label-noticia,
.label-news {
    background: #43d8da;
}
.label- {
    display: none !important;
}

.nav-pills.nav-buttons > li > a {
    color: #808080;
    background-color: #eeeeee;
    border-color: #cccccc;
    border: none;
    -webkit-box-shadow: 0 2px 0px #cccccc;
    box-shadow: 0 2px 0px #cccccc;
    border-radius: 2px;
    text-transform: uppercase;
}
.nav-pills.nav-buttons > li > a:hover,
.nav-pills.nav-buttons > li > a:focus,
.nav-pills.nav-buttons > li > a.focus,
.nav-pills.nav-buttons > li > a:active,
.nav-pills.nav-buttons > li > a.active,
.open > .dropdown-toggle.nav-pills.nav-buttons > li > a {
    color: #808080;
    background-color: #d5d5d5;
    border-color: #adadad;
}
.nav-pills.nav-buttons > li > a:active,
.nav-pills.nav-buttons > li > a.active,
.open > .dropdown-toggle.nav-pills.nav-buttons > li > a {
    background-image: none;
}
.nav-pills.nav-buttons > li > a.disabled,
.nav-pills.nav-buttons > li > a[disabled],
fieldset[disabled] .nav-pills.nav-buttons > li > a,
.nav-pills.nav-buttons > li > a.disabled:hover,
.nav-pills.nav-buttons > li > a[disabled]:hover,
fieldset[disabled] .nav-pills.nav-buttons > li > a:hover,
.nav-pills.nav-buttons > li > a.disabled:focus,
.nav-pills.nav-buttons > li > a[disabled]:focus,
fieldset[disabled] .nav-pills.nav-buttons > li > a:focus,
.nav-pills.nav-buttons > li > a.disabled.focus,
.nav-pills.nav-buttons > li > a[disabled].focus,
fieldset[disabled] .nav-pills.nav-buttons > li > a.focus,
.nav-pills.nav-buttons > li > a.disabled:active,
.nav-pills.nav-buttons > li > a[disabled]:active,
fieldset[disabled] .nav-pills.nav-buttons > li > a:active,
.nav-pills.nav-buttons > li > a.disabled.active,
.nav-pills.nav-buttons > li > a[disabled].active,
fieldset[disabled] .nav-pills.nav-buttons > li > a.active {
    background-color: #eeeeee;
    border-color: #cccccc;
}
.nav-pills.nav-buttons > li > a .badge {
    color: #eeeeee;
    background-color: #808080;
}
.nav-pills.nav-buttons > li.active > a {
    color: #ffffff;
    background-color: #1d88db;
    border-color: #1a7ac4;
    border: none;
    -webkit-box-shadow: 0 2px 0px #1a7ac4;
    box-shadow: 0 2px 0px #1a7ac4;
}
.nav-pills.nav-buttons > li.active > a:hover,
.nav-pills.nav-buttons > li.active > a:focus,
.nav-pills.nav-buttons > li.active > a.focus,
.nav-pills.nav-buttons > li.active > a:active,
.nav-pills.nav-buttons > li.active > a.active,
.open > .dropdown-toggle.nav-pills.nav-buttons > li.active > a {
    color: #ffffff;
    background-color: #176cae;
    border-color: #13598e;
}
.nav-pills.nav-buttons > li.active > a:active,
.nav-pills.nav-buttons > li.active > a.active,
.open > .dropdown-toggle.nav-pills.nav-buttons > li.active > a {
    background-image: none;
}
.nav-pills.nav-buttons > li.active > a.disabled,
.nav-pills.nav-buttons > li.active > a[disabled],
fieldset[disabled] .nav-pills.nav-buttons > li.active > a,
.nav-pills.nav-buttons > li.active > a.disabled:hover,
.nav-pills.nav-buttons > li.active > a[disabled]:hover,
fieldset[disabled] .nav-pills.nav-buttons > li.active > a:hover,
.nav-pills.nav-buttons > li.active > a.disabled:focus,
.nav-pills.nav-buttons > li.active > a[disabled]:focus,
fieldset[disabled] .nav-pills.nav-buttons > li.active > a:focus,
.nav-pills.nav-buttons > li.active > a.disabled.focus,
.nav-pills.nav-buttons > li.active > a[disabled].focus,
fieldset[disabled] .nav-pills.nav-buttons > li.active > a.focus,
.nav-pills.nav-buttons > li.active > a.disabled:active,
.nav-pills.nav-buttons > li.active > a[disabled]:active,
fieldset[disabled] .nav-pills.nav-buttons > li.active > a:active,
.nav-pills.nav-buttons > li.active > a.disabled.active,
.nav-pills.nav-buttons > li.active > a[disabled].active,
fieldset[disabled] .nav-pills.nav-buttons > li.active > a.active {
    background-color: #1d88db;
    border-color: #1a7ac4;
}
.nav-pills.nav-buttons > li.active > a .badge {
    color: #1d88db;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .nav-pills.nav-buttons > li:not(:first-child) > a {
        margin-left: 10px;
    }
}
.nav-pills.menu-counter > li > a {
    position: relative;
    padding-left: 46px;
}
.nav-pills.menu-counter > li > a .badge {
    padding: 6px 0;
    line-height: 1.42857143;
}
.nav-pills.menu-counter > li > a .badge {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    border-radius: 2px;
}
.nav-pills.menu-counter > li > a.btn-lg {
    padding-left: 52px;
}
.nav-pills.menu-counter > li > a.btn-lg .badge {
    padding: 12px 0;
    line-height: 1.3333333;
}
.nav-pills.menu-counter > li > a.btn-sm {
    padding-left: 45px;
}
.nav-pills.menu-counter > li > a.btn-sm .badge {
    padding: 5px 0;
    line-height: 1.5;
}
.nav-pills.menu-counter > li > a.btn-default .badge {
    background-color: #d5d5d5;
    color: #808080;
}
.nav-pills.menu-counter > li > a.btn-primary .badge {
    background-color: #176cae;
    color: #ffffff;
}
.nav-pills.menu-counter > li > a.btn-success .badge {
    background-color: #449d44;
    color: #ffffff;
}
.nav-pills.menu-counter > li > a.btn-danger .badge {
    background-color: #c9302c;
    color: #ffffff;
}
.nav-pills.menu-counter > li > a.btn-secondary .badge {
    background-color: #798890;
    color: #eeeeee;
}
.nav-pills.menu-counter > li > a .badge {
    background-color: #d5d5d5;
    color: #808080;
}
.nav-pills.menu-counter > li > a .badge {
    margin-left: 0;
    padding-top: 10px;
}
.nav-pills.menu-counter > li.active > a .badge {
    background-color: #176cae;
    color: #ffffff;
}
.panel-group .panel {
    border-radius: 2px;
}
.panel-heading {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.panel-body {
    border-bottom-right-radius: 2px;
}
.panel-title {
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.panel-primary .panel-title a {
    color: #ffffff;
}
.panel-primary .panel-title a:hover {
    color: #ffffff;
}
.content-wrapper .panel-group:last-child {
    margin-bottom: 0;
}
.panel-group-pais .panel,
.panel-group-info .panel,
.panel-group-plus .panel {
    border: none;
}
.panel-group-pais .panel-heading,
.panel-group-info .panel-heading,
.panel-group-plus .panel-heading {
    padding: 0;
}
.panel-group-pais .panel-title a,
.panel-group-info .panel-title a,
.panel-group-plus .panel-title a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-right: 40px;
}
.panel-group-pais .panel-title a:after,
.panel-group-info .panel-title a:after,
.panel-group-plus .panel-title a:after {
    display: block;
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    min-width: 40px;
}
.panel-group-pais .panel-title a:not(.collapsed):after,
.panel-group-info .panel-title a:not(.collapsed):after,
.panel-group-plus .panel-title a:not(.collapsed):after {
    content: "-";
}
.panel-group-pais .panel-body,
.panel-group-info .panel-body,
.panel-group-plus .panel-body {
    background: #f5f5f5;
    border: 1px solid #e3e3e3 !important;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.panel-group-pais .panel-body p,
.panel-group-info .panel-body p,
.panel-group-plus .panel-body p {
    margin-bottom: 5px !important;
    padding-bottom: 5px;
}
.panel-group-pais .panel-body p:empty,
.panel-group-info .panel-body p:empty,
.panel-group-plus .panel-body p:empty,
.panel-group-pais .panel-body p:last-child,
.panel-group-info .panel-body p:last-child,
.panel-group-plus .panel-body p:last-child {
    border: none;
    margin-bottom: 0 !important;
}
.panel-group-pais .panel-primary .panel-title a:after,
.panel-group-info .panel-primary .panel-title a:after,
.panel-group-plus .panel-primary .panel-title a:after {
    background-color: #176cae;
}
.panel-group-pais .panel-primary .panel-title a:not(.collapsed),
.panel-group-info .panel-primary .panel-title a:not(.collapsed),
.panel-group-plus .panel-primary .panel-title a:not(.collapsed) {
    background-color: #115081;
}
.panel-group-pais .panel-primary .panel-title a:not(.collapsed):after,
.panel-group-info .panel-primary .panel-title a:not(.collapsed):after,
.panel-group-plus .panel-primary .panel-title a:not(.collapsed):after {
    background-color: #0b3454;
}
.widget {
    clear: both !important;
    color: #777777;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 1px #d0d0d0;
    box-shadow: 1px 1px 1px #d0d0d0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px;
}
.widget:after {
    content: " ";
    clear: both;
    display: table;
}
.widget:after {
    content: " ";
    clear: both;
    display: table;
}
.widget a {
    color: #333333;
}
.widget a:hover {
    color: #333333;
}
.widget h4,
.widget h5,
.widget .post-title {
    text-transform: inherit;
    color: #3c3c3c;
    font-size: 18px;
    margin-bottom: 20px;
}
.widget h4 a,
.widget h5 a,
.widget .post-title a {
    color: #3c3c3c;
}
.widget .post-meta {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 2px;
    color: #848484;
}
.widget .post-meta + .post-title {
    margin-top: 0;
}
.widget .more-link,
.widget .all-link {
    background: none;
    display: inline-block;
    width: auto;
    position: static;
    border: none;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
}
.widget + .widget {
    margin-top: 20px;
}
.widget .widget-post-thumbnail img {
    margin-bottom: 10px;
    max-width: 100%;
    height: 100%;
    border: 2px solid #eeeeee;
}
.widget-title {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    text-transform: uppercase;
    margin: 0 0 4px;
    line-height: 20px;
    margin-bottom: 20px;
}
.widget-description {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px;
    display: none;
}
.widget-body {
    margin-bottom: 20px;
}
.widget-destaque {
    position: relative;
}
.widget-destaque:before {
    content: "";
    display: inline-block;
    height: 34px;
    width: 22px;
    position: absolute;
    top: 0;
    right: 20px;
    background-image: url('img/new/flag-marker.png');
    background-position: top right;
    background-repeat: no-repeat;
}
.widget-noticia .slider-noticias,
.widget-noticia .carousel p {
    line-height: 20px;
}
.widget-noticia .more-link {
    background-repeat: no-repeat;
    background-position: right 0;
    background-image: url('img/new/more-link-icon-b.png');
    padding-right: 30px;
}
.widget-noticia .more-link,
.widget-noticia .all-link {
    color: #43d8da;
}
.widget-noticia .more-link:hover,
.widget-noticia .all-link:hover {
    color: #43d8da;
}
.widget-evento .more-link {
    background-repeat: no-repeat;
    background-position: right 0;
    background-image: url('img/new/more-link-icon-y.png');
    padding-right: 30px;
}
.widget-evento .more-link,
.widget-evento .all-link {
    color: #ffcc00;
}
.widget-evento .more-link:hover,
.widget-evento .all-link:hover {
    color: #ffcc00;
}
.widget-facebook {
    background: #25478b;
    background-image: url('img/new/widget-facebook-bg.png');
    background-repeat: repeat;
    padding: 20px 10px 10px;
}
.widget-facebook .widget-title {
    color: #ffffff;
    background: url('img/new/widget-facebook-logo.png') no-repeat;
    text-indent: -9999px;
    margin-left: 20px;
}
.widget-facebook .widget-body {
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 0;
}
.widget-facebook .fb-like-box {
    min-height: 290px;
    height: 290px;
}
.widget-facebook .fb-button-box {
    margin: 5px 5px 0;
    padding: 5px 0;
    border-top: 1px dotted #d5d5d5;
}
.widget-missoes .entry-meta {
    margin-bottom: 20px;
}
.widget-missoes .widget-section-title {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 10px;
}
.widget-missoes .widget-section-links {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}
.widget-missoes .widget-section-links a {
    color: #6fb6ec;
}
.widget-missoes .widget-section-links a:hover {
    color: #222222;
}
.widget-missoes .widget-section-links li {
    list-style-type: circle;
    list-style-position: inside;
    padding: 3px 0;
    border-bottom: 1px dotted #d5d5d5;
}
.widget-author .author-meta > ul > li {
    margin-bottom: 5px;
}
.widget-author .author-meta > ul > li a,
.widget-author .author-meta > ul > li a:hover {
    color: #1d88db;
}
.widget-author .author-social {
    margin-top: 10px;
}
.widget-author .author-settings {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px dotted #d5d5d5;
}
.thumbnail-grid {
    margin-left: -5px;
    margin-right: -5px;
}
.thumbnail-grid .thumbnail-item {
    float: left;
    width: 33.333%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .thumbnail-grid .thumbnail-item {
        float: left;
        width: 33.333%;
    }
}
@media (min-width: 992px) {
    .thumbnail-grid .thumbnail-item {
        float: left;
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .thumbnail-grid .thumbnail-item {
        float: left;
        width: 16.666%;
    }
}
.thumbnail-grid .thumbnail {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 1px #d0d0d0;
    box-shadow: 1px 1px 1px #d0d0d0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px;
    position: relative;
    padding: 10px;
    max-height: 220px;
    height: 220px;
    overflow: hidden;
}
.thumbnail-grid .caption,
.thumbnail-grid .caption h3,
.thumbnail-grid .caption h4,
.thumbnail-grid .caption h5 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}
.thumbnail-grid .caption {
    padding: 10px 0;
}
.thumbnail-grid .post-summary {
    display: none;
    text-align: center;
    width: 101%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    color: #fff;
}
.thumbnail-grid .post-permalink {
    display: table-cell;
    vertical-align: middle;
    background-color: #1d88db;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    line-height: 1.3333333;
}
.thumbnail-grid .thumbnail:hover .post-summary,
.thumbnail-grid .thumbnail.hover .post-summary {
    display: table;
}
/**
 * Estilos customizados para a tela de login do WordPress
 * @author Marcelo Rodrigues <marcelo@clicklab.com.br>
 **/
.page-login {
    /** logo **/
}
.page-login form {
    clear: both !important;
    padding: 30px 20px;
}
.page-login form:after {
    content: " ";
    clear: both;
    display: table;
}
.page-login form:after {
    content: " ";
    clear: both;
    display: table;
}
.page-login form label {
    font-weight: normal;
    font-size: 14px !important;
    color: #777777;
}
.page-login form label:not([for="rememberme"]) {
    display: block !important;
    text-transform: uppercase;
}
.page-login form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="button"]) {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.page-login #login > h1 > a {
    display: block;
    background: url('img/new/login-logo.jpg') no-repeat top center;
    margin-bottom: 20px;
    height: 85px;
}
.featured-content,
.jumbotron {
    background: none !important;
    margin-bottom: -20px;
}
.jumbotron {
    text-align: center;
}
.content-area,
.primary-sidebar,
.home-sidebar {
    clear: both !important;
    padding-top: 20px;
}
.content-area:after,
.primary-sidebar:after,
.home-sidebar:after {
    content: " ";
    clear: both;
    display: table;
}
.content-area:after,
.primary-sidebar:after,
.home-sidebar:after {
    content: " ";
    clear: both;
    display: table;
}
.content-area {
    color: #777777;
    font-weight: 300;
    font-size: 14px;
}
.site-content article + article {
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
    padding-top: 20px;
}
.site-content article[class*="post-"] {
    clear: both !important;
}
.site-content article[class*="post-"]:after {
    content: " ";
    clear: both;
    display: table;
}
.site-content article[class*="post-"]:after {
    content: " ";
    clear: both;
    display: table;
}
.author-header,
.archive-header,
.content-wrapper,
.content-block,
.page-header {
    clear: both !important;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 1px #d0d0d0;
    box-shadow: 1px 1px 1px #d0d0d0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px;
}
.author-header:after,
.archive-header:after,
.content-wrapper:after,
.content-block:after,
.page-header:after {
    content: " ";
    clear: both;
    display: table;
}
.author-header:after,
.archive-header:after,
.content-wrapper:after,
.content-block:after,
.page-header:after {
    content: " ";
    clear: both;
    display: table;
}
.content-block + .content-block,
.content-group + .content-block,
.content-wrapper + .content-block,
.content-block + .content-group,
.content-group + .content-group,
.content-wrapper + .content-group,
.content-block + .content-wrapper,
.content-group + .content-wrapper,
.content-wrapper + .content-wrapper {
    margin-top: 20px;
}
.archive-header + .content-block,
.author-header + .content-block,
.page-header + .content-block,
.archive-header + .content-group,
.author-header + .content-group,
.page-header + .content-group,
.archive-header + .content-wrapper,
.author-header + .content-wrapper,
.page-header + .content-wrapper {
    margin-top: 20px;
}
.archive-header.hidden + .content-block,
.author-header.hiden + .content-block,
.header-attached + .content-block,
.page-header.hidden + .content-block,
.archive-header.hidden + .content-wrapper,
.author-header.hiden + .content-wrapper,
.header-attached + .content-wrapper,
.page-header.hidden + .content-wrapper,
.archive-header.hidden + .content-group,
.author-header.hiden + .content-group,
.header-attached + .content-group,
.page-header.hidden + .content-group {
    margin-top: -1px;
}
.archive-header > header,
.author-header > header,
.page-header > header {
    clear: both !important;
}
.archive-header > header:after,
.author-header > header:after,
.page-header > header:after {
    content: " ";
    clear: both;
    display: table;
}
.archive-header > header:after,
.author-header > header:after,
.page-header > header:after {
    content: " ";
    clear: both;
    display: table;
}
.archive-header .lead,
.author-header .lead,
.page-header .lead {
    clear: both !important;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px !important;
}
.archive-header .lead:after,
.author-header .lead:after,
.page-header .lead:after {
    content: " ";
    clear: both;
    display: table;
}
.archive-header .lead:after,
.author-header .lead:after,
.page-header .lead:after {
    content: " ";
    clear: both;
    display: table;
}
.header-attached {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.header-bordered:after {
    border-bottom: 1px dotted #d5d5d5;
    content: " ";
    display: block;
    position: relative;
    top: 20px;
}
.header-toolbar {
    padding: 10px !important;
}
.page-title,
.archive-title,
.author-title,
.block-title {
    color: #3c3c3c;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .page-title + .lead,
    .archive-title + .lead,
    .author-title + .lead,
    .block-title + .lead {
        margin-top: -10px;
    }
    .page-title.hidden + .lead,
    .archive-title.hidden + .lead,
    .author-title.hidden + .lead,
    .block-title.hidden + .lead,
    .page-title.hidden-lg + .lead,
    .archive-title.hidden-lg + .lead,
    .author-title.hidden-lg + .lead,
    .block-title.hidden-lg + .lead,
    .page-title.hidden-md + .lead,
    .archive-title.hidden-md + .lead,
    .author-title.hidden-md + .lead,
    .block-title.hidden-md + .lead {
        margin-top: 0;
    }
}
.title-bordered {
    border-bottom: 1px dotted #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.section-title {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #d5d5d5;
}
.section-links {
    list-style-type: none;
    margin: 0px 0px 20px;
    padding: 0px;
}
.section-links li {
    list-style-type: circle;
    list-style-position: inside;
    padding: 3px 0px;
    border-bottom: 1px dotted #d5d5d5;
}
.entry-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.entry-content table > thead > tr > th,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > tbody > tr > td,
.entry-content table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.entry-content table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.entry-content table > caption + thead > tr:first-child > th,
.entry-content table > colgroup + thead > tr:first-child > th,
.entry-content table > thead:first-child > tr:first-child > th,
.entry-content table > caption + thead > tr:first-child > td,
.entry-content table > colgroup + thead > tr:first-child > td,
.entry-content table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.entry-content table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.entry-content table .table {
    background-color: #e8e8e8;
}
.entry-meta {
    color: #848484;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 5px;
}
.entry-meta > ul {
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
}
.entry-meta > span {
    margin-right: 5px;
}
.entry-meta .meta-label {
    font-weight: 700;
}
.media-meta {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #d5d5d5;
}
.media-meta .entry-meta {
    margin-top: 5px;
    padding-top: 5px;
}
.media-meta .entry-meta ul > li {
    float: left;
    display: inline-block;
    min-width: 49%;
}
.entry-attachments h3,
.entry-attachments h4,
.entry-attachments h5 {
    text-transform: inherit;
    font-size: 17px;
}
.entry-attachments ul {
    list-style: none;
    margin: 0;
}
.entry-attachments ul li {
    display: inline-block;
}
.entry-attachments .attachment-link {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    min-width: 120px;
    text-transform: uppercase;
    text-shadow: 0px -1px 0px rgba(8, 8, 8, 0.15);
    color: #ffffff;
    background-color: #1d88db;
    border-color: #1a7ac4;
    border: none;
    -webkit-box-shadow: 0 2px 0px #1a7ac4;
    box-shadow: 0 2px 0px #1a7ac4;
}
.entry-attachments .attachment-link:focus,
.entry-attachments .attachment-link:active:focus,
.entry-attachments .attachment-link.active:focus,
.entry-attachments .attachment-link.focus,
.entry-attachments .attachment-link:active.focus,
.entry-attachments .attachment-link.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.entry-attachments .attachment-link:hover,
.entry-attachments .attachment-link:focus,
.entry-attachments .attachment-link.focus {
    color: #808080;
    text-decoration: none;
}
.entry-attachments .attachment-link:active,
.entry-attachments .attachment-link.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.entry-attachments .attachment-link.disabled,
.entry-attachments .attachment-link[disabled],
fieldset[disabled] .entry-attachments .attachment-link {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.entry-attachments .attachment-link:hover,
.entry-attachments .attachment-link:focus,
.entry-attachments .attachment-link.focus,
.entry-attachments .attachment-link:active,
.entry-attachments .attachment-link.active,
.open > .dropdown-toggle.entry-attachments .attachment-link {
    color: #ffffff;
    background-color: #176cae;
    border-color: #13598e;
}
.entry-attachments .attachment-link:active,
.entry-attachments .attachment-link.active,
.open > .dropdown-toggle.entry-attachments .attachment-link {
    background-image: none;
}
.entry-attachments .attachment-link.disabled,
.entry-attachments .attachment-link[disabled],
fieldset[disabled] .entry-attachments .attachment-link,
.entry-attachments .attachment-link.disabled:hover,
.entry-attachments .attachment-link[disabled]:hover,
fieldset[disabled] .entry-attachments .attachment-link:hover,
.entry-attachments .attachment-link.disabled:focus,
.entry-attachments .attachment-link[disabled]:focus,
fieldset[disabled] .entry-attachments .attachment-link:focus,
.entry-attachments .attachment-link.disabled.focus,
.entry-attachments .attachment-link[disabled].focus,
fieldset[disabled] .entry-attachments .attachment-link.focus,
.entry-attachments .attachment-link.disabled:active,
.entry-attachments .attachment-link[disabled]:active,
fieldset[disabled] .entry-attachments .attachment-link:active,
.entry-attachments .attachment-link.disabled.active,
.entry-attachments .attachment-link[disabled].active,
fieldset[disabled] .entry-attachments .attachment-link.active {
    background-color: #1d88db;
    border-color: #1a7ac4;
}
.entry-attachments .attachment-link .badge {
    color: #1d88db;
    background-color: #ffffff;
}
.entry-share {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dotted #d5d5d5;
}
.entry-share .btn {
    text-transform: none;
}
.entry-share .btn-default {
    text-shadow: none;
}
.entry-share:first-child:last-child {
    margin-top: 0;
    border-top: 0;
}
.archive-item .entry-title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
.archive-item .entry-meta {
    font-size: 13px;
    margin-bottom: 5px;
}
.archive-item .entry-meta + .entry-meta {
    margin-top: 15px;
    margin-bottom: 0;
}
.archive-item img.wp-post-image {
    padding: 0;
}
.entry-single .entry-header,
.post-single .entry-header {
    margin-bottom: 20px;
    border-bottom: 1px dotted #d5d5d5;
}
.entry-single .entry-header .entry-meta,
.post-single .entry-header .entry-meta {
    margin-bottom: 20px;
}
.entry-single .entry-header + .entry-meta,
.post-single .entry-header + .entry-meta {
    margin-bottom: 20px;
}
.entry-single .entry-title,
.post-single .entry-title {
    font-size: 24px;
    line-height: 1.3333333;
    margin-top: 10px;
    margin-bottom: 20px;
}
.entry-single .entry-summary,
.post-single .entry-summary {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
    border-bottom: 1px dotted #d5d5d5;
    font-weight: 400;
}
.entry-single .entry-content p,
.post-single .entry-content p {
    margin-bottom: 20px;
}
.entry-single .entry-content p:empty,
.post-single .entry-content p:empty {
    margin: 0;
    line-height: 0;
}
body.single .post-type-diario .entry-header,
body.single .post-diario .entry-header,
.post-type-diario .entry-header,
.post-diario .entry-header {
    margin-bottom: 5px;
    border-bottom: 1px dotted #d5d5d5;
}
body.single .post-type-diario .entry-header .entry-meta,
body.single .post-diario .entry-header .entry-meta,
.post-type-diario .entry-header .entry-meta,
.post-diario .entry-header .entry-meta {
    margin-bottom: 0;
}
body.single .post-type-diario .entry-header .entry-title,
body.single .post-diario .entry-header .entry-title,
.post-type-diario .entry-header .entry-title,
.post-diario .entry-header .entry-title {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 20px;
}
body.single .post-type-diario .entry-header + .media-meta,
body.single .post-diario .entry-header + .media-meta,
.post-type-diario .entry-header + .media-meta,
.post-diario .entry-header + .media-meta {
    margin-top: 0 !important;
}
body.single .post-type-diario .media-meta,
body.single .post-diario .media-meta,
.post-type-diario .media-meta,
.post-diario .media-meta {
    padding-bottom: 5px;
}
body.single .post-type-diario .diario-author-thumbnail img,
body.single .post-diario .diario-author-thumbnail img,
.post-type-diario .diario-author-thumbnail img,
.post-diario .diario-author-thumbnail img {
    max-width: 48px;
    max-height: 48px;
}
.author-posts .section-links,
.author-posts .posts-links {
    margin-top: 20px;
}
.post-comments-diario .comment-diario,
.comments-diario .comment-diario,
.post-comments-diario .diario-comment,
.comments-diario .diario-comment {
    margin-top: 10px;
    border-top: 1px dotted #d5d5d5;
    padding-top: 10px;
}
.post-comments-diario .comment-author-thumbnail img,
.comments-diario .comment-author-thumbnail img {
    max-width: 48px;
    max-height: 48px;
}
.post-comments-diario .comments-form,
.comments-diario .comments-form,
.post-comments-diario .form-comments,
.comments-diario .form-comments {
    margin-top: 10px;
    padding-top: 10px;
}
@media (max-width: 767px) {
    .home-sidebar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .home-sidebar .widget {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .home-sidebar {
        margin-bottom: 40px;
    }
    .home-sidebar .widget {
        min-height: 410px;
    }
    .home-sidebar .widget-group .widget:first-child:nth-last-child(2),
    .home-sidebar .widget-group .widget:first-child:nth-last-child(2) + .widget {
        max-height: 195px;
        min-height: 195px;
    }
    .home-sidebar .widget-group .widget:first-child:nth-last-child(2) .post-excerpt,
    .home-sidebar .widget-group .widget:first-child:nth-last-child(2) + .widget .post-excerpt {
        display: none;
    }
}
.home-sidebar .widget-body {
    min-height: 85px;
}
.faq-menu {
    margin-bottom: 40px;
}
.faq-menu li {
    padding: 5px;
    border-bottom: 1px dotted #d5d5d5;
}
.faq-posts {
    padding-top: 40px;
}
.faq-posts article {
    border: none !important;
}
.faq-posts .entry-header {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #d5d5d5;
}
.faq-posts .entry-title {
    color: #777777;
}
.faq-posts .top-link {
    font-size: 14px;
    color: #1d88db !important;
}
.page-header > header + .posts-filter {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dotted #d5d5d5;
}
.content-wrapper .posts-filter {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #d5d5d5;
}
.page-header .btn-toolbar-counter {
    padding-top: 20px;
    border-top: 1px dotted #d5d5d5;
}
.page-header .menu-counter {
    padding-top: 20px;
    border-top: 1px dotted #d5d5d5;
}
.section-link-cadastro .block-title {
    margin-bottom: 0;
    margin-top: 0;
    color: #1d88db;
    font-weight: 400;
}
.section-form-login .page-title {
    color: #ffcc00;
    font-weight: 400;
}
.section-form-login a,
.section-form-login a:hover,
.section-form-login a:active {
    color: #ffcc00;
}
.section-form-login form {
    padding-bottom: 40px;
    padding-top: 40px;
}
.section-form-login .form-buttons {
    margin-top: 50px;
}
.section-form-newsletter .page-title {
    color: #777777;
    font-weight: 400;
}
.post-thumbnail-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 160px;
    max-height: 258px;
    margin-bottom: 20px;
}
.widget-map {
    width: 100%;
    height: 327px;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #F3D000;
}
.widget-map-cover {
    position: relative;
    cursor: pointer;
    height: 327px;
    width: 100%;
    background-image: url("img/new/map-x-small.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.widget-map-canvas {
    position: absolute;
    width: 100%;
    height: 327px;
}
@media (min-width: 768px) {
    .widget-map {
        width: 100%;
        height: 414px;
    }
    .widget-map-cover {
        height: 414px;
        width: 100%;
        background-image: url("img/new/map-small.jpg");
        background-repeat: no-repeat;
        background-position: center top;
    }
    .widget-map-canvas {
        position: absolute;
        width: 100%;
        height: 414px;
    }
}
@media (min-width: 992px) {
    .widget-map {
        width: 100%;
        height: 514px;
    }
    .widget-map-cover {
        height: 514px;
        width: 100%;
        background-image: url("img/new/map-medium.jpg");
        background-repeat: no-repeat;
        background-position: center top;
    }
    .widget-map-canvas {
        position: absolute;
        width: 100%;
        height: 514px;
    }
}
@media (min-width: 1200px) {
    .widget-map {
        width: 100%;
        height: 514px;
    }
    .widget-map-cover {
        height: 514px;
        width: 100%;
        background-image: url("img/new/map-large.jpg");
        background-repeat: no-repeat;
        background-position: center top;
    }
    .widget-map-canvas {
        position: absolute;
        width: 100%;
        height: 514px;
    }
}
.widget-map-tooltip,
.mapTooltip {
    background-color: #f5dc00;
    border: 4px solid #202b42;
    color: #202b42;
    padding: 10px;
    width: 150px;
    position: relative;
    margin: -80px 0 0 20px;
}
.widget-map-tooltip a,
.mapTooltip a {
    color: #202b42;
}
.widget-map-tooltip .bg-arrow,
.mapTooltip .bg-arrow,
.widget-map-tooltip .bg_arrow,
.mapTooltip .bg_arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -13px;
    background: url('img/new/map-arrow-left.png') no-repeat center;
    width: 13px;
}
.widget-map-tooltip-title {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #202b42;
    color: red !important;
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px;
    line-height: 20px;
    border-bottom: 2px solid #202b42;
}
.widget-map-tooltip-title a {
    font-size: 17px;
}
.widget-map-tooltip-post-types {
    font-size: 14px !important;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.widget-map-tooltip-post-types li {
    margin-bottom: 5px;
}
.widget-map-tooltip-posts-count {
    display: inline-block;
    font-weight: 700;
    min-width: 15px;
    margin-right: 2px;
    text-align: right;
}
.search-pais {
    position: relative;
    z-index: 10;
    background: #202B42;
    padding: 2px;
    display: inline-block;
    margin: 15px 0;
    top: -327px;
}
.search-pais .form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #F5DC00;
    border: 2px solid #202B42;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    min-width: 170px;
}
.search-pais .form-group {
    margin-bottom: 0 !important;
}
.search-pais .dropdown-menu {
    min-width: 174px;
    padding: 0;
    border-radius: 0;
}
@media (min-width: 768px) {
    .search-pais {
        top: -414px;
    }
    .search-pais .form-control {
        font-size: 16px;
        line-height: 20px;
        padding: 5px 10px;
    }
}
@media (min-width: 992px) {
    .search-pais {
        margin: 20px 40px;
        top: inherit;
    }
}
.site-header {
    background-color: #282d47;
    background-image: url('img/new/header-bg.png');
    background-repeat: no-repeat;
    border-bottom: 1px solid #eeeeee;
    color: #777777;
    padding-top: 20px;
}
@media (min-width: 768px) {
    .site-header {
        max-height: 165px;
    }
}
.site-header a {
    color: #777777;
}
.site-header a:hover {
    color: #777777;
}
.site-header .mute,
.site-header .separator {
    color: #222222;
}
.site-header .header-collapse {
    box-shadow: none;
}
@media (max-width: 768px) {
    .site-header .header-collapse {
        margin-top: 10px;
    }
}
.site-header .header-toggle .icon-bar {
    background-color: #fff;
}
.site-header .header-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (max-width: 360px) {
    .site-header .header-toggle {
        margin-right: 0;
        margin-top: 0;
    }
}
.site-header .site-brand {
    float: left !important;
    float: left;
}
.site-header .site-brand a {
    color: #eeeeee;
    text-decoration: none;
}
.site-header .site-brand a:hover {
    color: #c8c8c8;
}
@media (max-width: 480px) {
    .site-header .site-brand {
        padding-left: 15px;
    }
}
.site-header .site-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}
.site-header .site-title a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: url('img/new/logo-min.png') no-repeat 0 -4px;
    height: 52px;
    padding-top: 10px;
    padding-left: 115px;
}
@media (max-width: 480px) {
    .site-header .site-title {
        font-size: 14px;
    }
    .site-header .site-title a {
        background: url('img/new/logo-mobile-min.png') no-repeat -10px 0;
        padding-top: 12px;
        padding-left: 70px;
    }
}
@media (max-width: 360px) {
    .site-header .site-title {
        font-size: 12px;
    }
    .site-header .site-title a {
        background: url('img/new/logo-mobile-x-small.png') no-repeat -6px 0;
        padding-top: 7px;
        padding-left: 55px;
        height: 46px;
    }
}
.site-header .site-description {
    font-size: 12px;
    font-weight: 300;
    margin: -20px 0 0;
    padding-left: 115px;
}
@media (max-width: 480px) {
    .site-header .site-description {
        font-size: 13px;
        padding-left: 70px;
    }
}
@media (max-width: 360px) {
    .site-header .site-description {
        font-size: 11px;
        padding-left: 55px;
    }
}
.site-header .user-menu {
    background: #20213C;
    color: #fff;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.site-header .user-menu > p {
    margin: 0;
}
.site-header .user-menu a {
    color: #F3D000;
}
.site-header .user-menu a:hover {
    color: #F3D000;
}
@media (max-width: 480px) {
    .site-header .user-menu + .header-search {
        margin-top: 10px;
    }
}
@media (min-width: 768px) {
    .site-header .user-menu {
        width: 250px;
        max-width: 250px;
        margin-left: 10px;
        font-size: 16px;
        height: 50px;
        max-height: 50px;
        padding: 15px;
    }
    .site-header .user-menu.header-right + .header-search.header-right {
        margin-right: 0;
    }
}
.site-header .form-search .search-query {
    background-image: url('img/new/input-search-bg-min.png');
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-color: #20213C;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 100%;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    text-indent: 20px;
}
.site-header .form-search .search-query:focus {
    background-color: #252646;
    outline: none;
}
@media (min-width: 768px) {
    .site-header .form-search .search-query {
        background-image: url('img/new/input-search-bg.png');
        background-position: 15px 50%;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        min-width: inherit;
        width: 40px;
        text-indent: 60px;
        font-size: 15px;
        padding: 15px;
        padding-left: 0;
        -webkit-transition-property: width;
        transition-property: width;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    .site-header .form-search .search-query:focus {
        width: 180px;
        max-width: none;
    }
}
.site-header .form-search .btn {
    display: none !important;
}
@media (min-width: 480px) and (max-width: 991px) {
    .user-menu,
    .header-search {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .user-menu:last-child,
    .header-search:last-child {
        padding-right: 0;
    }
}
.main-navigation {
    margin-top: 10px;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    -webkit-box-shadow: 0 2px 4px #afafaf;
    box-shadow: 0 2px 4px #afafaf;
}
@media (max-width: 768px) {
    .main-navigation .nav > li {
        width: auto !important;
    }
}
.nav-item.nav-item-eventos{
	display:none;	
}
.main-navigation .nav > li > a,
.main-navigation .nav .nav-item a {
    color: #444444;
    padding: 10px;
    text-shadow: none;
}
.main-navigation .nav > li > a:before,
.main-navigation .nav .nav-item a:before {
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    margin: 0 auto 5px;
    background-image: url("img/new/menu-sprite.png");
    background-repeat: no-repeat;
}
.main-navigation .nav > li > a,
.main-navigation .nav > li.active > a,
.main-navigation .nav .nav-item a,
.main-navigation .nav .nav-item.active a {
    background-image: url('img/new/menu-divider.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.main-navigation .nav > li > a:after,
.main-navigation .nav > li.active > a:after,
.main-navigation .nav .nav-item a:after,
.main-navigation .nav .nav-item.active a:after,
.main-navigation .nav > li > a:hover:after,
.main-navigation .nav > li.active > a:hover:after,
.main-navigation .nav .nav-item a:hover:after,
.main-navigation .nav .nav-item.active a:hover:after,
.main-navigation .nav > li > a:active:after,
.main-navigation .nav > li.active > a:active:after,
.main-navigation .nav .nav-item a:active:after,
.main-navigation .nav .nav-item.active a:active:after,
.main-navigation .nav > li > a:focus:after,
.main-navigation .nav > li.active > a:focus:after,
.main-navigation .nav .nav-item a:focus:after,
.main-navigation .nav .nav-item.active a:focus:after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 100%;
    position: absolute;
    border: none;
    left: 0;
    right: 0;
    bottom: -5px;
    background-color: transparent;
}
.main-navigation .nav > li > a:hover,
.main-navigation .nav .nav-item a:hover,
.main-navigation .nav > li > a:active,
.main-navigation .nav .nav-item a:active,
.main-navigation .nav > li > a:focus,
.main-navigation .nav .nav-item a:focus {
    background-color: #eeeeee;
}
.main-navigation .nav > li > a:hover:after,
.main-navigation .nav .nav-item a:hover:after,
.main-navigation .nav > li > a:active:after,
.main-navigation .nav .nav-item a:active:after,
.main-navigation .nav > li > a:focus:after,
.main-navigation .nav .nav-item a:focus:after {
    background-color: #777777;
}
.main-navigation .nav > li.active > a,
.main-navigation .nav .nav-item.active a {
    background-color: #ffcc00;
    background-color: #ffe26e;
    color: #444444;
}
.main-navigation .nav > li.active > a:after,
.main-navigation .nav .nav-item.active a:after,
.main-navigation .nav > li.active > a:hover:after,
.main-navigation .nav .nav-item.active a:hover:after,
.main-navigation .nav > li.active > a:active:after,
.main-navigation .nav .nav-item.active a:active:after,
.main-navigation .nav > li.active > a:focus:after,
.main-navigation .nav .nav-item.active a:focus:after {
    background-color: #e6b800;
}
.main-navigation .nav > li:first-child > a,
.main-navigation .nav .nav-item:first-child a {
    padding-left: 10px;
}
@media (max-width: 767px) {
    .main-navigation .nav > li > a,
    .main-navigation .nav .nav-item a {
        text-align: left;
        padding: 8px;
    }
    .main-navigation .nav > li > a:before,
    .main-navigation .nav .nav-item a:before {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
}
.main-navigation .nav-item-publicacao a:before {
    background-position: -10px 0;
}
.main-navigation .nav-item-publicacao a:hover:before,
.main-navigation .nav-item-publicacao a:active:before,
.main-navigation .nav-item-publicacao a:focus:before {
    background-position: -10px -40px;
}
.main-navigation .nav-item-publicacao.active a:before {
    background-position: -10px -80px;
}
.main-navigation .nav-item-projeto a:before {
    background-position: -71px 0;
}
.main-navigation .nav-item-projeto a:hover:before,
.main-navigation .nav-item-projeto a:active:before,
.main-navigation .nav-item-projeto a:focus:before {
    background-position: -71px -40px;
}
.main-navigation .nav-item-projeto.active a:before {
    background-position: -71px -80px;
}
.main-navigation .nav-item-boaspraticas a:before {
    background-position: -128px 0;
}
.main-navigation .nav-item-boaspraticas a:hover:before,
.main-navigation .nav-item-boaspraticas a:active:before,
.main-navigation .nav-item-boaspraticas a:focus:before {
    background-position: -128px -40px;
}
.main-navigation .nav-item-boaspraticas.active a:before {
    background-position: -128px -80px;
}
.main-navigation .nav-item-missoes a:before {
    background-position: -184px 0;
}
.main-navigation .nav-item-missoes a:hover:before,
.main-navigation .nav-item-missoes a:active:before,
.main-navigation .nav-item-missoes a:focus:before {
    background-position: -184px -40px;
}
.main-navigation .nav-item-missoes.active a:before {
    background-position: -184px -80px;
}
.main-navigation .nav-item-negociointernacional a:before {
    background-position: -247px 0;
}
.main-navigation .nav-item-negociointernacional a:hover:before,
.main-navigation .nav-item-negociointernacional a:active:before,
.main-navigation .nav-item-negociointernacional a:focus:before {
    background-position: -247px -40px;
}
.main-navigation .nav-item-negociointernacional.active a:before {
    background-position: -247px -80px;
}
.main-navigation .nav-item-paises a:before {
    background-position: -314px 0;
}
.main-navigation .nav-item-paises a:hover:before,
.main-navigation .nav-item-paises a:active:before,
.main-navigation .nav-item-paises a:focus:before {
    background-position: -314px -40px;
}
.main-navigation .nav-item-paises.active a:before {
    background-position: -314px -80px;
}
.main-navigation .nav-item-comunidade a:before {
    background-position: -380px 0;
}
.main-navigation .nav-item-comunidade a:hover:before,
.main-navigation .nav-item-comunidade a:active:before,
.main-navigation .nav-item-comunidade a:focus:before {
    background-position: -380px -40px;
}
.main-navigation .nav-item-comunidade.active a:before {
    background-position: -380px -80px;
}
.main-navigation .nav-item-noticias a:before {
    background-position: -447px 0;
}
.main-navigation .nav-item-noticias a:hover:before,
.main-navigation .nav-item-noticias a:active:before,
.main-navigation .nav-item-noticias a:focus:before {
    background-position: -447px -40px;
}
.main-navigation .nav-item-noticias.active a:before {
    background-position: -447px -80px;
}
.main-navigation .nav-item-eventos a:before {
    background-position: -514px 0;
}
.main-navigation .nav-item-eventos a:hover:before,
.main-navigation .nav-item-eventos a:active:before,
.main-navigation .nav-item-eventos a:focus:before {
    background-position: -514px -40px;
}
.main-navigation .nav-item-eventos.active a:before {
    background-position: -514px -80px;
}
.main-navigation .nav-item-copyme a:before {
    background-position: -581px 0;
}
.main-navigation .nav-item-copyme a:hover:before,
.main-navigation .nav-item-copyme a:active:before,
.main-navigation .nav-item-copyme a:focus:before {
    background-position: -581px -40px;
}
.main-navigation .nav-item-copyme.active a:before {
    background-position: -581px -80px;
}
.main-navigation .nav-item-sebrae a:before {
    background-position: -649px 0;
}
.main-navigation .nav-item-sebrae a:hover:before,
.main-navigation .nav-item-sebrae a:active:before,
.main-navigation .nav-item-sebrae a:focus:before {
    background-position: -649px -40px;
}
.main-navigation .nav-item-sebrae.active a:before {
    background-position: -649px -80px;
}
.main-navigation .nav-item-sebrae a:before {
    width: 46px !important;
}
.main-navigation .nav-item-icon-only a,
.main-navigation .nav-item-icon-only a:hover,
.main-navigation .nav-item-icon-only a:active {
    color: transparent !important;
}
@media (min-width: 768px) {
    .main-navigation .nav-item-icon-only a:before {
        position: relative;
        top: 20px;
    }
}
.site-footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #2e2e2e;
    background-image: url('img/new/footer-bg.png');
    background-repeat: repeat;
    color: #777777;
    font-size: 12px;
    min-height: 50px;
    padding-top: 0;
}
.site-footer a {
    color: #777777;
}
.site-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.sidebar-footer {
    margin-left: -15px;
    margin-right: -15px;
}
.sidebar-footer .footer-widget {
    float: left;
    width: 33.333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .sidebar-footer .footer-widget {
        float: left;
        width: 33.333%;
    }
}
@media (min-width: 992px) {
    .sidebar-footer .footer-widget {
        float: left;
        width: 33.333%;
    }
}
@media (min-width: 1200px) {
    .sidebar-footer .footer-widget {
        float: left;
        width: 33.333%;
    }
}
@media (max-width: 360px) {
    .sidebar-footer .footer-widget {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.footer-nav {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-nav > li > a {
    color: #777777;
    padding: 5px;
}
.footer-nav > li > a:hover,
.footer-nav > li > a:active {
    color: #ffffff;
    background: none;
}
.footer-nav > li > a:hover {
    color: #ffffff;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .footer-nav > li {
        float: left;
    }
    .footer-nav > li > a {
        border-radius: 4px;
    }
    .footer-nav > li + li {
        margin-left: 2px;
    }
    .footer-nav > li.active > a,
    .footer-nav > li.active > a:hover,
    .footer-nav > li.active > a:focus {
        color: #ffffff;
        background-color: #1d88db;
    }
    .footer-nav.nav-buttons > li > a {
        color: #808080;
        background-color: #eeeeee;
        border-color: #cccccc;
        border: none;
        -webkit-box-shadow: 0 2px 0px #cccccc;
        box-shadow: 0 2px 0px #cccccc;
        border-radius: 2px;
        text-transform: uppercase;
    }
    .footer-nav.nav-buttons > li > a:hover,
    .footer-nav.nav-buttons > li > a:focus,
    .footer-nav.nav-buttons > li > a.focus,
    .footer-nav.nav-buttons > li > a:active,
    .footer-nav.nav-buttons > li > a.active,
    .open > .dropdown-toggle.footer-nav.nav-buttons > li > a {
        color: #808080;
        background-color: #d5d5d5;
        border-color: #adadad;
    }
    .footer-nav.nav-buttons > li > a:active,
    .footer-nav.nav-buttons > li > a.active,
    .open > .dropdown-toggle.footer-nav.nav-buttons > li > a {
        background-image: none;
    }
    .footer-nav.nav-buttons > li > a.disabled,
    .footer-nav.nav-buttons > li > a[disabled],
    fieldset[disabled] .footer-nav.nav-buttons > li > a,
    .footer-nav.nav-buttons > li > a.disabled:hover,
    .footer-nav.nav-buttons > li > a[disabled]:hover,
    fieldset[disabled] .footer-nav.nav-buttons > li > a:hover,
    .footer-nav.nav-buttons > li > a.disabled:focus,
    .footer-nav.nav-buttons > li > a[disabled]:focus,
    fieldset[disabled] .footer-nav.nav-buttons > li > a:focus,
    .footer-nav.nav-buttons > li > a.disabled.focus,
    .footer-nav.nav-buttons > li > a[disabled].focus,
    fieldset[disabled] .footer-nav.nav-buttons > li > a.focus,
    .footer-nav.nav-buttons > li > a.disabled:active,
    .footer-nav.nav-buttons > li > a[disabled]:active,
    fieldset[disabled] .footer-nav.nav-buttons > li > a:active,
    .footer-nav.nav-buttons > li > a.disabled.active,
    .footer-nav.nav-buttons > li > a[disabled].active,
    fieldset[disabled] .footer-nav.nav-buttons > li > a.active {
        background-color: #eeeeee;
        border-color: #cccccc;
    }
    .footer-nav.nav-buttons > li > a .badge {
        color: #eeeeee;
        background-color: #808080;
    }
    .footer-nav.nav-buttons > li.active > a {
        color: #ffffff;
        background-color: #1d88db;
        border-color: #1a7ac4;
        border: none;
        -webkit-box-shadow: 0 2px 0px #1a7ac4;
        box-shadow: 0 2px 0px #1a7ac4;
    }
    .footer-nav.nav-buttons > li.active > a:hover,
    .footer-nav.nav-buttons > li.active > a:focus,
    .footer-nav.nav-buttons > li.active > a.focus,
    .footer-nav.nav-buttons > li.active > a:active,
    .footer-nav.nav-buttons > li.active > a.active,
    .open > .dropdown-toggle.footer-nav.nav-buttons > li.active > a {
        color: #ffffff;
        background-color: #176cae;
        border-color: #13598e;
    }
    .footer-nav.nav-buttons > li.active > a:active,
    .footer-nav.nav-buttons > li.active > a.active,
    .open > .dropdown-toggle.footer-nav.nav-buttons > li.active > a {
        background-image: none;
    }
    .footer-nav.nav-buttons > li.active > a.disabled,
    .footer-nav.nav-buttons > li.active > a[disabled],
    fieldset[disabled] .footer-nav.nav-buttons > li.active > a,
    .footer-nav.nav-buttons > li.active > a.disabled:hover,
    .footer-nav.nav-buttons > li.active > a[disabled]:hover,
    fieldset[disabled] .footer-nav.nav-buttons > li.active > a:hover,
    .footer-nav.nav-buttons > li.active > a.disabled:focus,
    .footer-nav.nav-buttons > li.active > a[disabled]:focus,
    fieldset[disabled] .footer-nav.nav-buttons > li.active > a:focus,
    .footer-nav.nav-buttons > li.active > a.disabled.focus,
    .footer-nav.nav-buttons > li.active > a[disabled].focus,
    fieldset[disabled] .footer-nav.nav-buttons > li.active > a.focus,
    .footer-nav.nav-buttons > li.active > a.disabled:active,
    .footer-nav.nav-buttons > li.active > a[disabled]:active,
    fieldset[disabled] .footer-nav.nav-buttons > li.active > a:active,
    .footer-nav.nav-buttons > li.active > a.disabled.active,
    .footer-nav.nav-buttons > li.active > a[disabled].active,
    fieldset[disabled] .footer-nav.nav-buttons > li.active > a.active {
        background-color: #1d88db;
        border-color: #1a7ac4;
    }
    .footer-nav.nav-buttons > li.active > a .badge {
        color: #1d88db;
        background-color: #ffffff;
    }
    .footer-nav.menu-counter > li > a {
        position: relative;
        padding-left: 46px;
    }
    .footer-nav.menu-counter > li > a .badge {
        padding: 6px 0;
        line-height: 1.42857143;
    }
    .footer-nav.menu-counter > li > a .badge {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        min-width: 40px;
        width: 40px;
        text-align: center;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        border-radius: 2px;
    }
    .footer-nav.menu-counter > li > a.btn-lg {
        padding-left: 52px;
    }
    .footer-nav.menu-counter > li > a.btn-lg .badge {
        padding: 12px 0;
        line-height: 1.3333333;
    }
    .footer-nav.menu-counter > li > a.btn-sm {
        padding-left: 45px;
    }
    .footer-nav.menu-counter > li > a.btn-sm .badge {
        padding: 5px 0;
        line-height: 1.5;
    }
    .footer-nav.menu-counter > li > a.btn-default .badge {
        background-color: #d5d5d5;
        color: #808080;
    }
    .footer-nav.menu-counter > li > a.btn-primary .badge {
        background-color: #176cae;
        color: #ffffff;
    }
    .footer-nav.menu-counter > li > a.btn-success .badge {
        background-color: #449d44;
        color: #ffffff;
    }
    .footer-nav.menu-counter > li > a.btn-danger .badge {
        background-color: #c9302c;
        color: #ffffff;
    }
    .footer-nav.menu-counter > li > a.btn-secondary .badge {
        background-color: #798890;
        color: #eeeeee;
    }
    .footer-nav.menu-counter > li > a .badge {
        background-color: #d5d5d5;
        color: #808080;
    }
    .footer-nav.menu-counter > li > a .badge {
        margin-left: 0;
        padding-top: 10px;
    }
    .footer-nav.menu-counter > li.active > a .badge {
        background-color: #176cae;
        color: #ffffff;
    }
    .footer-nav > li > a {
        display: inline-block;
        padding: 0 5px;
        margin-top: 0;
    }
    .footer-nav > li > a > .icon-large,
    .footer-nav > li > a > .icon-2x {
        vertical-align: sub;
    }
    .footer-nav > li > a:hover > .icon {
        text-decoration: none;
    }
    .footer-nav > li + li:before {
        content: " | ";
    }
    .footer-nav.no-separator > li + li:before {
        content: none;
    }
}
@media (min-width: 992px) and (min-width: 768px) {
    .footer-nav.nav-buttons > li:not(:first-child) > a {
        margin-left: 10px;
    }
}
.footer-main {
    padding-top: 20px;
}
@media (min-width: 992px) {
    .help-links {
        text-align: right;
    }
    .help-links .nav {
        float: right !important;
        float: right;
    }
}
.contact-links a {
    display: inline-block;
    margin-right: 5px;
    color: #eeeeee;
    min-width: 32px;
    min-height: 32px;
    padding: 4px;
    text-align: center;
    font-size: 11px;
    background: #888888;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.contact-links a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #222222;
}
.contact-links .icon {
    vertical-align: middle;
}
@media (min-width: 992px) {
    .contact-links {
        background: #36383A;
        background-image: url('img/new/footer-bg-alt.png');
        background-repeat: repeat;
        text-align: center;
        margin-top: -20px;
        padding-top: 10px;
    }
}
.body-wrapper {
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
.site-main {
    margin-bottom: 20px;
}
.home .site-main{
    margin-bottom:0px;
}
@media (min-width: 768px) {
    .site-header + .site-main {
        padding-top: 25px;
    }
}
@media (min-width: 767px) {
    body.home .featured-content .widget-map {
        position: relative;
        top: -100px;
    }
    body.home .main-navigation {
        position: relative;
        top: 414px;
    }
}
@media (min-width: 992px) {
    body.home .main-navigation {
        position: relative;
        top: 514px;
    }
}
@media (min-width: 1200px) {
    body.home .main-navigation {
        position: relative;
        top: 514px;
    }
}
.footer-widget.contact-links {
    width: 16%;
    float: right;
}
.sticky-footer {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto -50px;
}
.home .sticky-footer {
    min-height:auto;
    margin:0 auto 0;
}
.sticky-pusher {
    clear: both !important;
    height: 50px;
}
.home .sticky-pusher{
    clear:both!important;
    height:50px;
    display: none;
}
.sticky-pusher:after {
    content: " ";
    clear: both;
    display: table;
}
.sticky-pusher:after {
    content: " ";
    clear: both;
    display: table;
}
.clear {
    clear: both !important;
}
.clear:after {
    content: " ";
    clear: both;
    display: table;
}
img.pull-left,
img.align-left,
img.alignleft,
img.alignnone {
    margin-right: 20px !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
}
img.pull-right,
img.align-right,
img.alignright {
    margin-right: 0 !important;
    margin-bottom: 10px;
    margin-left: 20px;
}
img.thumbnail-header.gte-150 {
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    div.thumbnail-header {
        max-height: 150px;
        overflow: hidden;
    }
}
p.empty-tag,
b.empty-tag {
    line-height: 0 !important;
}
.highlight {
    background-color: #fff0b5;
}
#fb-root {
    display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.infinite-pagination {
    display: none;
}
.infinite-pagination ul,
.infinite-pagination .pager {
    display: none;
}
.infinite-pagination[style*="display: block"] {
    display: block;
    height: 100px;
    background: transparent url('img/new/ajax-loader.gif') center top no-repeat;
}
.nicEdit-main {
    padding: 10px !important;
    color: #222222;
}
@media print {
    @page {
        size: A4;
        margin: 2cm 0.75cm 2cm 0.75cm;
    }
    html,
    body {
        margin: 0 !important;
        padding: 0 !important;
    }
    a[href]:after {
        content: "" !important;
    }
    .site-main,
    .content-area,
    .home-sidebar,
    .primary-sidebar {
        padding: 0 !important;
        margin: 0 !important;
    }
    .content-wrapper,
    .content-group {
        margin-top: 0 !important;
    }
    .content-wrapper,
    .content-group,
    .author-header,
    .archive-header,
    .section-header,
    .page-header,
    .entry-header,
    .page-title,
    .entry-title,
    .author-title,
    .entry-title,
    .section-title,
    .archive-item,
    .media-meta {
        border: none !important;
        box-shadow: none !important;
    }
    .page-header,
    .archive-header,
    .author-header,
    .entry-header,
    .section-header {
        display: block !important;
        visibility: visible !important;
    }
    .collapse,
    .collapse .panel-body,
    .collapse > [class*="body"] {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
    }
    .panel-title {
        font-family: inherit;
        font-weight: 700;
        line-height: 1.1;
        color: #3c3c3c;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        text-transform: none !important;
        font-weight: bolder !important;
        padding: 0 !important;
    }
    .panel-title small,
    .panel-title .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }
    .panel-title small,
    .panel-title .small {
        font-size: 75%;
    }
    .panel-title a {
        color: #3c3c3c;
    }
    .panel-title a {
        text-decoration: none !important;
        padding: 0 !important;
    }
    .site-header,
    .site-footer,
    .featured-content,
    .primary-sidebar,
    .content-sidebar,
    .home-sidebar,
    .footer-sidebar,
    .entry-share,
    .social-links,
    .share-links,
    .menu-counter,
    .posts-filter,
    .header-toolbar,
    .header-toolbar,
    .toc,
    .top-link {
        display: none !important;
    }
    #missao,
    #diario {
        display: block !important;
        visibility: visible !important;
    }
}
.placeholdersjs {
    color: #999999 !important;
}

.wp_pagination{
    text-align: center;
    font-size: 16px;
}

.wp_pagination ul{
    list-style-type: none;
}

.wp_pagination ul li{
    display: inline;
}

.entry-content a:visited{
    color: purple;
}

.not-found-page {
    text-align: center;
}

.not-found-page h1{
    font-size: 3em;
    font-weight: normal;
}

.not-found-page p{
    border-bottom: #f5dc00 1px solid;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.not-found-page button {
    background-color: #282d47;
    border-color: #282d47;
    border-radius: 5px;
    color: white;
}

.not-found-page button:hover {
    background-color: #585d97;
    border-color: #282d47;
    border-radius: 5px;
    color: white;
}