/* CSS Reset /* ----- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.teste{
    color: red;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------------------------------------------------------------------ */
/* Base 1200px Grid/* ------------------------------------------------------------------------ */
.container {
    position: relative;
    width: 1330px;
    margin: 0 auto;
    padding: 0;
}

.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}

.row {
    margin-bottom: 40px;
}

/* Nested Column Classes */
.column.alpha,
.columns.alpha {
    margin-left: 0;
}

.column.omega,
.columns.omega {
    margin-right: 0;
}

/* Base Grid */
.container .one.column,
.container .one.columns {
    width: 35px;
}

.container .two.columns {
    width: 110px;
}

.container .three.columns {
    width: 185px;
}

.container .four.columns {
    width: 260px;
}

.container .five.columns {
    width: 335px;
}

.container .six.columns {
    width: 410px;
}

.container .seven.columns {
    width: 485px;
}

.container .eight.columns {
    width: 560px;
}

.container .nine.columns {
    width: 635px;
}

.container .ten.columns {
    width: 710px;
}

.container .eleven.columns {
    width: 785px;
}

.container .twelve.columns {
    width: 860px;
}

.container .thirteen.columns {
    width: 935px;
}

.container .fourteen.columns {
    width: 1010px;
}

.container .fifteen.columns {
    width: 1085px;
}

.container .sixteen.columns {
    width: 1310px;
}

.container .one-third.column,
.container .one-third.columns {
    width: 360px;
}

.container .two-thirds.column,
.container .two-thirds.columns {
    width: 780px;
}

.container .twelve.alt.sidebar-right {
    padding-right: 40px;
    width: 819px;
    border-right: 1px solid #efefef;
}

.container .twelve.alt.sidebar-left {
    padding-left: 40px;
    width: 819px;
    border-left: 1px solid #efefef;
}

#sidebar.sidebar-right #sidebar-widgets {
    border-left: 1px solid #efefef;
    margin-left: -21px;
    padding-left: 40px;
}

#sidebar.sidebar-left #sidebar-widgets {
    border-right: 1px solid #efefef;
    margin-right: -21px;
    padding-right: 40px;
}

/* Clearfix ---------------------------------------------------- */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both
}

.row,
.clearfix {
    zoom: 1
}

.clear {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* ------------------------------------------------------------------------ */
/* General Styles/* ------------------------------------------------------------------------ */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #777777;
    -webkit-font-smoothing: antialiased;
}

.wrapall {
    margin: 0;
    padding: 0;
    background: #ffffff;
    min-width: 1200px;
}

html {
    overflow-y: scroll;
    /*overflow-x: hidden;*/
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* Automatically Resize Images */
img {
    max-width: 100%;
    height: auto;
}

/* Theme Error Message */
.minti-error {
    text-align: center;
    background: #FFF5F5;
    color: #990000;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding: 20px;
}

/* Blank Page Centering */
html,
body,
.page-template-page-blank-php #content,
.page-template-page-blank-php #page-wrap {
    height: 100%;
}

.page-template-page-blank-php #page-wrap {
    overflow: visible !important;
}

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

.table-inner {
    display: table-cell;
    vertical-align: middle;
}

.vertical-center {
    opacity: 0;
}

/* ------------------------------------------------------------------------ */
/* Typography/* ------------------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #444444;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
}

h5 {
    font-size: 14px;
    font-weight: 600;
}

h6 {
    font-size: 12px;
}

.highlight {
    color: #44bdbd;
}

p {
    margin: 0 0 20px 0
}

p img {
    margin: 0
}

em {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

p strong {
    font-weight: 700;
}

p b {
    font-weight: 600;
}

small {
    font-size: 80%
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
    padding: 20px 20px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x: auto;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.hidden {
    display: none !important
}

abbr {}

address,
cite,
em,
i {
    font-style: italic
}

dfn {
    border-bottom: 1px dashed;
    font-style: italic;
}

small,
sub,
sup {
    position: relative;
    font-size: 11px;
    vertical-align: baseline;
}

sub {
    top: 3px
}

sup {
    bottom: 3px
}

mark {
    display: inline;
    padding: 2px 4px;
    background-color: #f6f2d6;
    color: #7c6d08;
    border-radius: 3px;
}

mark.dark {
    background-color: #333;
    color: #ffffff;
}

::selection {
    background: #333333;
    color: #ffffff;
}

::-moz-selection {
    background: #333333;
    color: #ffffff;
}

/* Links /--------------------------------------------------------- */
a {
    color: #44bdbd;
    text-decoration: none;
    outline: 0;
}

a i.fa {
    /*font-size: inherit;*/
    font-weight: 400 !important;
}

a strong {
    color: inherit;
}

/* Transisiton for Links */
.post .entry-quote a,
a.button,
.post a,
.widget_tag_cloud a,
#related-posts ul li a,
button,
input[type=submit],
#back-to-top a,
.portfolio-item a,
#filters a,
.widget_product_tag_cloud a,
#footer li a,
.entry-meta a,
.social-icon a,
#footer .widget ul li:after,
#footer .widget a,
#copyright a,
#bbpress-forums a,
.portfolio a,
.portfolio-filters a,
.entry-quote a .quote-source,
.sharebox ul li a,
#cancel-comment-reply-link,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a,
.product_meta a,
.widget a,
.wpb_text_column p a,
.latest-blog .blog-item h4 a,
.wpb_content_element a,
.product-remove a,
.woocommerce a,
#mobile-navigation-btn,
#mobile-shopping-btn,
#topbar a,
.minti_button,
.minti_button i,
.iconbox p a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #666666
}

p a {
    line-height: inherit
}

/* Lists /--------------------------------------------------------- */
ul,
ol {
    margin-bottom: 20px
}

ul {
    list-style: none outside
}

ol,
ul {
    margin-left: 30px
}

ol {
    list-style: decimal
}

ul {
    list-style: square outside
}

ul li ul,
ol li ul,
ol li ul,
ol li ol {
    margin-bottom: 0
}

/* ------------------------------------------------------------------------ */
/* Forms/* ------------------------------------------------------------------------ */
form,
fieldset {}

/* Reset iPad / iPhone Button Styling */
button,
input[type=submit] {
    -webkit-appearance: none;
    /*Safari/Chrome*/
    -webkit-border-radius: 2px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    /*Safari/Chrome*/
}

input,
textarea {
    -webkit-border-radius: 2px;
}

input::-ms-clear {
    width: 0;
    height: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
    /*-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;*/
    padding: 10px 12px;
    outline: none !important;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    margin: 0 0 20px 0;
    width: 200px;
    max-width: 100%;
    display: block;
    color: #999;
    line-height: 1.6;
    border: 1px solid #dddddd;
    background: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    color: #666666;
    background: #ffffff;
    outline: none !important;
    border-color: #999999;
}

textarea {
    min-height: 60px
}

/*select {    display: block;    padding: 10px 12px;    outline: none !important;    border-radius: 2px;    font-family: Arial, Helvetica, sans-serif;    font-size: 13px;    line-height: 1.6;    color: #666;    margin: 0;    max-width: 100%;    color: #999;    border: 1px solid #dddddd;    background: #ffffff !important;}*/
select {
    color: #666666;
    /* needed */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 8px 2rem 8px 12px;
    outline: none !important;
    /* SVG background image */
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23666666%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 40%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    transition: all 0.2s;
    cursor: pointer;
}

select:focus {
    border-color: #999999;
}

select::-ms-expand {
    display: none;
}

label,
legend {
    cursor: pointer;
    display: block;
}

label span,
legend span {
    font-weight: 600
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

/* ------------------------------------------------------------------------ */
/* Boxed Layout/* ------------------------------------------------------------------------ */
.boxed-layout {
    width: 1240px;
    padding: 0;
    margin: 0px auto !important;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* Left - Right Shadow Shine fix for Boxed Layout Mode */
.boxed-layout #header {
    width: 1240px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

/* ------------------------------------------------------------------------ */
/* Topbar/* ------------------------------------------------------------------------ */
#topbar {
    position: relative;
    z-index: 99999;
    background: #f9f9f9;
    color: #777777;
    min-height: 40px;
    line-height: 40px;
}

#topbar .topbar-col1 {
    float: left;
    margin: 0;
    padding: 0;
}

#topbar .topbar-col2 {
    float: right;
    margin: 0;
    padding: 0;
}

#topbar ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#topbar ul.menu li {
    list-style: none;
    display: inline-block;
    line-height: 1;
    margin: 0 20px 0 0;
}

#topbar ul.menu li a {
    display: inline-block;
}

#topbar .topbar-col2 ul.menu li {
    margin: 0 0 0 20px;
}

#topbar a {
    color: #999999;
}

#topbar a:hover {
    color: #333333;
}

/* ------------------------------------------------------------------------ */
/* Navigation Basic/* ------------------------------------------------------------------------ */
#navigation ul {
    margin: 0;
    list-style: none;
}

#navigation ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#navigation ul li a {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 13px;
    line-height: 1.3;
    color: #555555;
    text-align: center;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -ms-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

#navigation>ul>li>a {
    font-weight: 700;
}

#navigation ul>li:hover>a,
#navigation ul li a:hover {
    color: #88ca4e !important;
}

/* Active Status */
#navigation li.current-menu-item>a,
#navigation li.current-menu-item>a:hover,
#navigation li.current-page-ancestor>a,
#navigation li.current-page-ancestor>a:hover,
#navigation li.current-menu-ancestor>a,
#navigation li.current-menu-ancestor>a:hover,
#navigation li.current-menu-parent>a,
#navigation li.current-menu-parent>a:hover,
#navigation li.current_page_ancestor>a,
#navigation li.current_page_ancestor>a:hover,
#navigation>ul>li.sfHover>a {
    color: #44bdbd;
}

#navigation ul li ul li.sfHover>a {
    color: #ffffff;
}

/* Submenu /--------------------------------------------------------- */
#navigation .sub-menu {
    width: 274px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0px;
    background: #666666;
    border: none;
    z-index: 200;
    border-radius: 0px 0px 2px 2px;
    /*    box-shadow:1px 1px 3px 0px rgba(0, 0, 0, 0.1);*/
    display: none;
}

#navigation .sub-menu li {
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
}

#navigation .sub-menu li a {
    display: block;
    text-align: left;
    color: #bbbbbb;
    text-transform: none;
    padding: 10px 0px;
    margin: 0 16px;
    border: none;
    border-bottom: 1px solid #757575;
}

#navigation .sub-menu>li:last-child>a {
    border: none !important;
    padding-right: 25px;
}

#navigation .sub-menu li:hover {
    border: none;
}

#navigation .sub-menu li a:hover {
    color: #ffffff;
}

#navigation .sub-menu li.current-menu-item>a,
#navigation .sub-menu li.current-menu-item>a:hover,
#navigation .sub-menu li.current-page-ancestor>a,
#navigation .sub-menu li.current-page-ancestor>a:hover,
#navigation .sub-menu li.current-menu-ancestor>a,
#navigation .sub-menu li.current-menu-ancestor>a:hover,
#navigation .sub-menu li.current-menu-parent>a,
#navigation .sub-menu li.current-menu-parent>a:hover,
#navigation .sub-menu li.current_page_ancestor>a,
#navigation .sub-menu li.current_page_ancestor>a:hover {
    color: #ffffff;
}

/* Submenu - 2nd Level /--------------------------------------------------------- */
#navigation .sub-menu ul {
    position: absolute;
    left: 272px;
    margin: 0 0 0 -10px;
    top: 0;
    border-radius: 2px;
}

#navigation .sub-menu ul li a {
    display: block;
    text-align: left;
    color: #bbbbbb;
    text-transform: none;
    padding: 10px 6px;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#navigation ul li ul li.current-menu-item>a {
    color: #44bdbd;
}

/* Megamenu /--------------------------------------------------------- */
#navigation ul li.megamenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation>ul>li.megamenu {
    position: inherit !important;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation>ul>li.megamenu>ul.sub-menu {
    width: 1160px;
    left: 0px;
    right: 0px;
    padding: 20px 0px 20px 0;
    margin: 0 20px 0 20px;
    background-color: #666666;
}

#navigation>ul>li.megamenu>ul>li {
    float: left !important;
    padding: 0px 0px;
    width: 25%;
    margin: 0;
}

#navigation>ul>li.megamenu>ul>li:last-child {
    border-right: none !important;
}

#navigation ul>li.megamenu.columns-2>ul>li {
    width: 50%;
}

#navigation ul>li.megamenu.columns-3>ul>li {
    width: 33.33%;
}

#navigation ul>li.megamenu.columns-4>ul>li {
    width: 25%;
}

#navigation ul>li.megamenu.columns-5>ul>li {
    width: 20%;
}

#navigation ul>li.megamenu.columns-6>ul>li {
    width: 16.66%;
}

.megamenu li.hiddentitle>a {
    display: none !important;
}

#navigation>ul>li.megamenu>ul>li ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
    top: 0px !important;
    left: 0px !important;
    margin: 0;
    width: 100%;
    opacity: 1 !important;
    position: relative !important;
    border: none;
    border-radius: none;
    box-shadow: none;
}

#navigation>ul>li.megamenu>ul>li {
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#navigation>ul>li.megamenu ul li a {
    border-bottom: none !important;
    padding: 8px 40px;
    color: #ffffff;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#navigation>ul>li.megamenu>ul>li>a {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
    cursor: default;
}

#navigation>ul>li.megamenu>ul ul li a:hover,
#navigation>ul>li.megamenu>ul ul li.current-menu-item a {
    color: #ffffff !important;
    background-color: #555555 !important;
    border: none !important;
}

#navigation>ul>li.megamenu>ul>li>a:hover,
#navigation>ul>li.megamenu>ul>li.sfHover>a {
    background-color: transparent !important;
}

#navigation ul li.megamenu ul li ul li {
    margin: 0;
    padding: 0;
}

/* Sub-Menu Arrows /--------------------------------------------------------- */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 10px;
    margin-top: -7px;
    content: '\f054';
    font-family: 'FontAwesome';
}

#navigation .megamenu .sf-with-ul:after,
#navigation>ul>li>a.sf-with-ul:after {
    display: none !important;
}

#navigation>ul>li>a.sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 6px;
    font-size: 11px;
    content: '\f107';
    font-family: 'FontAwesome';
    display: none !important;
}

/* ------------------------------------------------------------------------ */
/* Header Basic/* ------------------------------------------------------------------------ */
#header {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    z-index: 8000;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.logo {
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

#slogan {
    float: right;
    margin-top: 20px;
}

/* ------------------------------------------------------------------------ */
/* Header V1/* ------------------------------------------------------------------------ */
.header-v1 #header {
    height: 90px;
}

.header-v1 .logo {
    float: left;
    margin-top: 33px;
    margin-bottom: 0;
}

.header-v1 #navigation {
    float: right;
}

.header-v1 #navigation>ul {
    float: right;
    margin: 0 5px 0 0;
}

.header-v1 #navigation>ul>li {
    height: 90px;
    padding-top: 35px;
}

.header-v1 #navigation>ul>li>a {
    padding-left: 15px;
    padding-right: 15px;
}

.header-v1 #navigation .sub-menu {
    top: 90px;
}

.header-v1 #shopping-btn {
    float: right;
    line-height: 90px;
    margin: 0 0 0 20px;
    width: 21px;
}

.header-v1 #search-btn {
    float: right;
    line-height: 90px;
    margin: 0 0 0 20px;
    width: 23px;
}

/* ------------------------------------------------------------------------ */
/* Header V3/* ------------------------------------------------------------------------ */
.header-v3 .logo {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.header-v3 #navigation>ul {
    margin: 0 5px 0 0;
}

.header-v3 #navigation>ul>li>a {
    padding: 20px 30px 20px 0;
}

.header-v3 .navigation-wrap {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #efefef;
}

.header-v3 #navigation {
    float: left;
}

.header-v3 #shopping-btn {
    float: right;
    margin: 21px 0 0 0;
    padding-right: 3px;
    line-height: 1;
}

.header-v3 #search-btn {
    float: right;
    margin: 11px 0 0 20px;
}

/* ------------------------------------------------------------------------ */
/* Header V4/* ------------------------------------------------------------------------ */
.header-v4 .logo {
    float: none;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.header-v4 #navigation {
    float: none;
    display: inline;
    text-align: center;
}

.header-v4 #navigation>ul {
    margin: 0;
}

.header-v4 #navigation>ul>li {
    float: none;
    display: inline-block;
    text-align: center;
}

.header-v4 #navigation>ul>li>a {
    padding: 15px 15px 15px 15px;
}

.header-v4 .navigation-wrap {
    background: #ffffff;
    border-top: 1px solid #efefef;
}

/* ------------------------------------------------------------------------ */
/* Header V5/* ------------------------------------------------------------------------ */
.header-wide-container {
    padding: 0 40px;
}

.header-wide-container #navigation>ul>li.megamenu>ul.sub-menu {
    width: 97%;
    margin: 0 1.5%;
}

/* ------------------------------------------------------------------------ */
/* Mobile Navigation/* ------------------------------------------------------------------------ */
#mobile-header {
    display: none;
    position: relative;
    background-color: #ffffff;
    height: 90px;
    width: 100%;
    z-index: 8000;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#mobile-header .logo {
    margin-top: 33px;
    margin-bottom: 0;
    float: left;
}

#mobile-navigation-btn {
    float: right;
    font-size: 21px;
    line-height: 90px;
    margin-top: 0px;
    color: #cccccc;
}

#mobile-navigation-btn:hover {
    color: #999999;
}

#mobile-shopping-btn {
    float: right;
    line-height: 90px;
    margin: 2px 20px -3px 0;
    font-size: 17px;
    width: 21px;
    color: #999999;
}

#mobile-shopping-btn:hover {
    color: #555555;
}

#mobile-navigation {
    background: #666666;
    padding: 0px 0;
    position: relative;
    margin: 0;
    z-index: 1001;
    display: none;
}

#mobile-navigation .container ul {
    list-style: none;
    margin: 16px 0 30px 0;
}

#mobile-navigation .container ul li ul {
    margin: 0 0 0 30px;
    display: none;
}

#mobile-navigation .container>ul>li:last-child a {
    border-bottom: 0px;
}

#mobile-navigation ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #bbbbbb;
    display: block;
    position: relative;
    padding: 12px 0 !important;
}

#mobile-navigation ul li a:hover,
#mobile-navigation ul li a:hover [class^="fa-"],
#mobile-navigation li.open>a,
#mobile-navigation ul li.current-menu-item>a,
#mobile-navigation ul li.current-menu-ancestor>a {
    color: #ffffff;
}

body #mobile-navigation li.open>a [class^="fa-"] {
    color: #ffffff;
}

#mobile-navigation ul li i {
    display: block;
    padding: 10px 6px 10px 40px;
    float: right;
    margin: -7px 0 0 0;
    font-size: 14px;
}

/* Mobile Search /--------------------------------------------------------- */
#mobile-navigation form {
    position: relative;
    background: #444444;
    padding: 0px 12px 0px 37px;
    margin: 0 0 32px 0;
    border: none;
    border-radius: 2px 2px 2px 2px;
}

#mobile-navigation form input {
    width: 100%;
    padding: 12px 0;
    margin: 0;
    background: #444444;
    border: none;
    border-radius: none;
    box-shadow: none;
    color: #cccccc;
    -webkit-font-smoothing: antialiased;
}

#mobile-navigation form:before {
    position: absolute;
    top: 7px;
    left: 12px;
    font-size: 16px;
    color: #999999;
    content: '\f002';
    font-family: 'FontAwesome';
}

/* Header Buttons & Header Search /--------------------------------------------------------- */
.header-icons {
    float: right;
}

.header-icons-divider {
    height: 30px;
    line-height: 90px;
    width: 1px;
    float: left;
    background: #efefef;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    display: block;
}

#search-btn {
    font-size: 23px;
    color: #bbbbbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#search-btn:hover {
    color: #999999;
}

#shopping-btn {
    position: relative;
    font-size: 17px;
    color: #999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#shopping-btn:hover {
    color: #555555;
}

#shopping-btn span {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: -7px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background: #44bdbd;
    color: #ffffff;
}

#search-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 1160px;
    margin: 0 20px;
    padding: 0;
    display: none;
}

.header-wide-container #search-top {
    width: 100%;
    margin: 0;
    padding: 0 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#search-top input {
    float: left;
    margin: 0px;
    width: 96%;
    height: 90px;
    padding: 0px;
    border: 0;
    background: transparent;
    color: #666666;
    font-size: 38px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    border-radius: none;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
}

#search-top input::-webkit-input-placeholder {
    color: #666666;
    opacity: 0.6;
}

#search-top input:-moz-placeholder {
    color: #666666;
    opacity: 0.6;
}

#search-top input::-moz-placeholder {
    color: #666666;
    opacity: 0.6;
}

#search-top input:-ms-input-placeholder {
    color: #666666;
    opacity: 0.6;
}

#search-top input:focus {
    outline: none;
}

#close-search-btn {
    float: right;
    line-height: 90px;
    margin: 0;
    padding: 0;
    font-size: 21px;
    color: #bbbbbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#close-search-btn i {
    line-height: 1;
}

#close-search-btn:hover {
    color: #999999;
}

/* ------------------------------------------------------------------------ */
/* Header Transparent/* ------------------------------------------------------------------------ */
#header.header-transparent.header-v1 {
    background: transparent !important;
    background-position: top center !important;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2) !important;
}

#header.header-transparent.header-v1 #navigation>ul>li>a {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

#header.header-transparent.header-v1 #navigation>ul>li:hover>a,
#header.header-transparent.header-v1 #navigation>ul>li>a:hover {
    color: rgba(255, 255, 255, 1);
}

#header.header-transparent.header-v1 #search-btn,
#header.header-transparent.header-v1 #shopping-btn,
#header.header-transparent.header-v1 #close-search-btn,
#header.header-transparent.header-v1 #mobile-navigation-btn,
#header.header-transparent.header-v1 #mobile-cart-btn {
    color: rgba(255, 255, 255, 0.8);
}

#header.header-transparent.header-v1 #search-btn:hover,
#header.header-transparent.header-v1 #shopping-btn:hover,
#header.header-transparent.header-v1 #close-search-btn:hover,
#header.header-transparent.header-v1 #mobile-navigation-btn:hover,
#header.header-transparent.header-v1 #mobile-cart-btn:hover {
    color: rgba(255, 255, 255, 1);
}

#header.header-transparent.header-v1 .header-icons-divider {
    background: rgba(255, 255, 255, 0.2);
}

#header.header-transparent.header-v1 #search-top input {
    color: #ffffff;
}

#header.header-transparent.header-v1 #search-top input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

#header.header-transparent.header-v1 #search-top input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

#header.header-transparent.header-v1 #search-top input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

#header.header-transparent.header-v1 #search-top input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

/*#header.header-transparent.header-v1 #navigation > ul > li.current-menu-item > a,#header.header-transparent.header-v1 #navigation > ul > li.current-menu-item > a:hover,#header.header-transparent.header-v1 #navigation > ul > li.current-page-ancestor > a,#header.header-transparent.header-v1 #navigation > ul > li.current-page-ancestor > a:hover,#header.header-transparent.header-v1 #navigation > ul > li.current-menu-ancestor > a,#header.header-transparent.header-v1 #navigation > ul > li.current-menu-ancestor > a:hover,#header.header-transparent.header-v1 #navigation > ul > li.current-menu-parent > a,#header.header-transparent.header-v1 #navigation > ul > li.current-menu-parent > a:hover,#header.header-transparent.header-v1 #navigation > ul > li.current_page_ancestor > a,#header.header-transparent.header-v1 #navigation > ul > li.current_page_ancestor > a:hover,#header.header-transparent.header-v1 #navigation > ul > li.sfHover > a { color: rgba(255,255,255,1) !important; }*/
/* Negative margin on Page Wrap */
#header.header-transparent,
.header-is-transparent #mobile-header {
    position: absolute;
}

.header-is-transparent #mobile-navigation {
    top: 90px;
}

/* Negative margin on Page Wrap */
#page-wrap {
    position: relative;
    clear: both;
    float: none;
}

/* Dark Header Class --------------- */
#header.header-transparent.darkheader.header-v1 {
    background: transparent !important;
    background-position: top center !important;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07) !important;
}

#header.header-transparent.darkheader.header-v1 #navigation>ul>li>a {
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

#header.header-transparent.darkheader.header-v1 #navigation>ul>li:hover>a,
#header.header-transparent.darkheader.header-v1 #navigation>ul>li>a:hover {
    color: rgba(0, 0, 0, 0.8);
}

#header.header-transparent.darkheader.header-v1 #search-btn,
#header.header-transparent.darkheader.header-v1 #shopping-btn,
#header.header-transparent.darkheader.header-v1 #close-search-btn,
#header.header-transparent.darkheader.header-v1 #mobile-navigation-btn,
#header.header-transparent.darkheader.header-v1 #mobile-cart-btn {
    color: rgba(0, 0, 0, 0.4);
}

#header.header-transparent.darkheader.header-v1 #search-btn:hover,
#header.header-transparent.darkheader.header-v1 #shopping-btn:hover,
#header.header-transparent.darkheader.header-v1 #close-search-btn:hover,
#header.header-transparent.darkheader.header-v1 #mobile-navigation-btn:hover,
#header.header-transparent.darkheader.header-v1 #mobile-cart-btn:hover {
    color: rgba(0, 0, 0, 0.8);
}

#header.header-transparent.darkheader.header-v1 .header-icons-divider {
    background: rgba(0, 0, 0, 0.1);
}

#header.header-transparent.darkheader.header-v1 #search-top input {
    color: rgba(0, 0, 0, 0.8);
}

#header.header-transparent.darkheader.header-v1 #search-top input::-webkit-input-placeholder {
    color: #111111;
    opacity: 0.5;
}

#header.header-transparent.darkheader.header-v1 #search-top input:-moz-placeholder {
    color: #111111;
    opacity: 0.5;
}

#header.header-transparent.darkheader.header-v1 #search-top input::-moz-placeholder {
    color: #111111;
    opacity: 0.5;
}

#header.header-transparent.darkheader.header-v1 #search-top input:-ms-input-placeholder {
    color: #111111;
    opacity: 0.5;
}

/*#header.header-transparent.darkheader.header-v1 #navigation > ul > li.current-menu-item > a,#header.header-transparent.darkheader.header-v1 #navigation > ul > li.current-menu-item > a:hover,#header.header-transparent.darkheader.header-v1 #navigation > ul > li.current-page-ancestor > a,#header.header-transparent.darkheader.header-v1 #navigation > ul > li.current-page-ancestor > a:hover,#header.header-transparent.darkheader.header-v1 #navigation > ul > li.current-menu-ancestor > a,#header.header-transparent.darkheader.header-v1 #navigation > ul > li.current-menu-ancestor > a:hover,#header.header-transparent.darkheader.header-v1 #navigation > ul > li.current-menu-parent > a,#header.header-transparent.darkheader.header-v1 #navigation > ul > li.current-menu-parent > a:hover,#header.header-transparent.darkheader.header-v1 #navigation > ul > li.current_page_ancestor > a,#header.header-transparent.darkheader.header-v1 #navigation > ul > li.current_page_ancestor > a:hover,#header.header-transparent.darkheader.header-v1 #navigation > ul > li.sfHover > a { color: rgba(0,0,0,0.8) !important; }*/
/* ------------------------------------------------------------------------ */
/* Logo Retina/* ------------------------------------------------------------------------ */
/* Standard Logos */
.logo_standard {
    display: inherit
}

.logo_retina {
    height: 84px !important;
    margin-left: -35px;
    margin-right: 37px;
}

.header-transparent .logo_standard {
    display: none
}

.header-transparent .logo_retina {
    display: none
}

.logo_transparent {
    display: none
}

.logo_retina_transparent {
    display: none
}

.header-transparent .logo_transparent {
    display: inherit
}

.header-transparent .logo_retina_transparent {
    display: none
}

/* Dark Header */
.header-transparent.darkheader .logo_standard {
    display: inherit
}

.header-transparent.darkheader .logo_transparent {
    display: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {

    /* Standard Logos */
    .logo_standard {
        display: block;
    }

    .logo_retina {
        display: inherit
    }

    .header-transparent .logo_standard {
        display: none
    }

    .header-transparent .logo_retina {
        display: none
    }

    /* Transparent Logos */
    .logo_transparent {
        display: none
    }

    .logo_retina_transparent {
        display: none
    }

    .header-transparent .logo_transparent {
        display: none
    }

    .header-transparent .logo_retina_transparent {
        display: inherit
    }

    /* Dark Header */
    .header-transparent.darkheader .logo_standard {
        display: none
    }

    .header-transparent.darkheader .logo_retina {
        display: inherit
    }

    .header-transparent.darkheader .logo_transparent {
        display: none
    }

    .header-transparent.darkheader .logo_retina_transparent {
        display: none
    }
}

/* ------------------------------------------------------------------------ */
/* Titlebar/* ------------------------------------------------------------------------ */
#title {}

/* Standard Title /--------------------------------------------------------- */
.titlebar h1,
.title-h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #777777;
}

/* Full: Title /--------------------------------------------------------- */
#fulltitle {
    background: #f9f9f9;
    border-bottom: 1px solid #efefef;
    padding: 1px 0;
}

/* Full: Image Center /--------------------------------------------------------- */
#fullimagecenter {
    background-position: center center;
    background-size: cover;
    text-align: center;
}

#fullimagecenter h1,
#fullimagecenter .title-h1 {
    text-align: center;
    display: block;
    color: #ffffff;
    padding: 140px 0;
    margin: 0;
    font-size: 32px;
}

/* Transparent Image /--------------------------------------------------------- */
#transparentimage {
    position: relative;
    padding: 90px 0 0 0;
    background-position: center center;
    background-size: cover;
}

#transparentimage h1,
#transparentimage .title-h1 {
    text-align: center;
    display: block;
    color: #ffffff;
    padding: 140px 0;
    margin: 0;
    font-size: 32px;
    position: relative;
    z-index: 1;
}

/* Small: Title /--------------------------------------------------------- */
#smalltitle .sixteen {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

#smalltitle h1 {
    display: inline-block;
    border-bottom: 3px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: -1px;
}

/* Small: Image /--------------------------------------------------------- */
#smallimage .sixteen {
    background-position: center center;
    border-radius: 2px;
    background-size: cover;
}

#smallimage h1 {
    display: inline-block;
    background: #ffffff;
    padding: 5px 14px;
    margin: 50px 0 50px 30px;
    border-radius: 2px;
}

#smallimage #breadcrumbs {
    margin-top: 60px;
}

#smallimage #breadcrumbs span {
    margin-right: 30px;
}

/* No Titlebar /--------------------------------------------------------- */
#notitlebar {}

/* Breadcrumbs /--------------------------------------------------------- */
#breadcrumbs {
    color: #aaaaaa;
    text-align: right;
    font-size: 11px;
    margin-top: 4px;
}

#breadcrumbs a {
    color: #aaaaaa;
}

#breadcrumbs a:hover {
    color: #666666;
}

/* ------------------------------------------------------------------------ */
/* Home -> blog */
/* Estilização para espaçamento entre os posts */
.title-blog {
    font-weight: 700;
    margin-top: 60px;
    margin-left: 10px;
}

.slide-blog {
    padding-block: 0 60px;
}

.slide-blog .blog-card {
    margin: 0 15px;
    /* Adiciona espaçamento lateral */
    padding: 20px;
    background: #f5f5f5;
    /* Fundo claro para destacar o conteúdo */
    border-radius: 8px;
    /* Borda arredondada */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Sombra leve */
    margin-bottom: 30px;
}

.slick-slide {
    margin: 0 10px;
    /* Define uma margem entre os slides no slider */
}

.slide-blog .blog-card .foto {
    line-height: 0;
    transition: .3s;
}

.slide-blog .blog-card .conteudo {
    background: #f5f5f5;
    padding: 20px;
    margin-top: -8px;
}

.slide-blog .blog-card .conteudo h4 {
    transition: .3s;
    font-weight: 700;
}

.slide-blog .blog-card .conteudo h4:hover {
    text-decoration: underline;
}

.slide-blog .blog-card .conteudo p {
    color: #202020;
    line-height: 1rem;
}

.slide-blog .blog-card .conteudo span {
    color: #111111;
}

.slide-blog .blog-card .foto img {
    aspect-ratio: 1.83/1;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slide-blog .blog-card .foto:hover img {
    opacity: .5;
}

.slick-dots {
    bottom: 25px !important;
    margin-bottom: 20px;
}

@media(max-width: 991px) {
    .slide-blog {
        grid-template-columns: 1fr;
        padding-inline: 60px;
    }
}

@media(max-width: 768px) {
    .slide-blog {
        padding-inline: 10px;
    }
}

/* Fix for iPad Portrait */
.on-mobile #page-wrap {
    overflow: hidden;
}

#content {
    padding-top: 60px;
    padding-bottom: 40px;
}

#sidebar-widgets {
    padding-top: 60px;
    padding-bottom: 60px;
}

#content.nopadding {
    padding: 0;
    margin: 0;
}

#content.sidebar-left {
    float: right;
}

/* ------------------------------------------------------------------------ */
/* Blog Standard - Overview/* ------------------------------------------------------------------------ */
.blog-page:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.blog-page .post {
    margin: 0 0 60px 0;
    padding: 0 0 53px 0;
    border-bottom: 1px solid #efefef;
}

.blog-page .post.format-quote {
    padding: 0 0 60px 0;
}

.blog-page .post .button i {
    margin: 0;
}

.blog-page .post h1,
.blog-page .post h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
}

.blog-page .post h1 a,
.blog-page .post h2 a {
    color: #444444;
}

.blog-page .post h1 a:hover,
.blog-page .post h2 a:hover {
    color: #44bdbd;
}

.blog-page .post h1 i,
.blog-page .post h2 i {
    margin: 0 0 0 5px;
}

.post-time {
    width: 42px;
    border-right: 1px solid #efefef;
    float: left;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    text-align: center;
    color: #999999;
}

.post-time .month {
    font-size: 19px;
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
}

.post-time .day {
    font-size: 30px;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}

.blog-page article {
    overflow: hidden;
    /* float article left with overflow */
}

/* Post Format Specific /--------------------------------------------------------- */
.entry-video,
.entry-audio,
.entry-gallery,
.entry-image {
    margin: 0 0 30px 0;
}

.entry-video iframe,
.entry-audio iframe {
    max-width: 100%;
}

.entry-audio iframe {
    max-width: 100%;
}

.entry-audio iframe {
    max-width: 100%;
    width: 100%;
    margin: 0 0 -8px 0 !important;
}

.entry-gallery {
    border-radius: 2px;
    position: relative;
}

.entry-gallery img {
    border-radius: 2px;
}

.entry-image {
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.entry-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.entry-image .entry-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 2px;
}

.entry-image .entry-overlay i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
}

.entry-quote a {
    text-align: center;
    display: block;
    background: #f9f9f9;
    color: #666666;
    padding: 40px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    border-radius: 3px;
    position: relative;
    margin: 0;
}

.entry-quote a .quote-source {
    display: block;
    font-size: 14px;
    color: #666666;
    opacity: 0.6;
    margin: 10px 0 0 0;
}

.entry-quote a:hover .quote-source {
    color: #ffffff;
}

.entry-quote a:hover {
    background: #666666;
    color: #ffffff;
}

.entry-link {
    margin-bottom: 7px;
}

.entry-link a,
.entry-link a:active {
    display: block;
    background: #666666;
    border-radius: 2px;
    padding: 20px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff !important;
}

.entry-link a span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-weight: 400;
    opacity: 0.6;
}

.entry-link a:hover {
    background: #333333;
    color: #ffffff;
}

/* Entry Meta Data /--------------------------------------------------------- */
.entry-meta {
    margin: 20px 0 0px 0;
}

/* Single Meta-Tags */
.blog-single .entry-meta {
    margin: 0px 0 20px 0;
}

.entry-meta {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.entry-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #999999;
}

.entry-meta ul li {
    display: inline;
}

.entry-meta ul li:after {
    content: ' | ';
    margin: 0 6px;
    color: #efefef;
}

.entry-meta ul li:last-child:after {
    content: '';
    margin: 0;
}

.entry-meta a {
    color: #999999;
}

.entry-meta a:hover {
    color: #666666;
}

/* Read More Link */
.blog-page .read-more-link {}

/* Blog Medium /--------------------------------------------------------- */
.blog-medium .post h1,
.blog-medium .post h2 {
    font-size: 22px;
}

.blog-medium .post-time {
    display: none;
}

.blog-medium .entry-image,
.blog-medium .entry-gallery,
.blog-medium .entry-video,
.blog-medium .entry-audio {
    float: left;
    width: 310px;
    margin: 0 40px 7px 0;
}

.blog-medium .entry-audio iframe {
    max-width: 100%;
    width: 100%;
    height: 116px;
}

.blog-medium .entry-wrap {
    overflow: hidden;
}

.blog-medium .entry-meta .meta-author,
.blog-medium .entry-meta .meta-edit,
.blog-medium .entry-meta .meta-category:after {
    display: none;
}

/* Blog Center /--------------------------------------------------------- */
.blog-center .blog-wrap {
    width: 920px;
    margin: 0 auto;
}

/* Blog Masonry /--------------------------------------------------------- */
.blog-masonry .blog-wrap {
    opacity: 0;
    width: 100% !important;
    margin: 0;
    overflow: hidden;
    /* RETHINK THIS */
}

.blog-masonry .post {
    width: 360px;
    overflow: hidden;
    float: left;
    margin: 0 20px 60px 20px;
    padding: 0;
    display: inline-block;
    border: none;
    overflow: hidden;
}

.blog-masonry .post h2 {
    font-size: 20px;
}

.blog-masonry .post .entry-meta {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.blog-masonry .post .entry-meta .meta-author,
.blog-masonry .post .entry-meta .meta-author,
.blog-masonry .post .entry-meta .meta-comment,
.blog-masonry .post .entry-meta .meta-edit,
.blog-masonry .post .entry-meta .meta-comment:after {
    display: none;
}

.blog-masonry .post.format-quote {
    padding: 0;
}

.blog-masonry .entry-quote {
    position: relative;
    z-index: 2;
    margin: 0 0 10px 0;
}

.blog-masonry .entry-link {
    margin: 0 0 10px 0;
}

.blog-masonry .entry-audio iframe {
    max-width: 100%;
    width: 100%;
    height: 116px;
    margin: 0 0 -8px 0 !important;
}

.blog-masonry .read-more-link {
    display: none;
}

/* Blog Single /--------------------------------------------------------- */
.blog-single .post {
    margin: 0 0 40px 0;
    padding: 0;
    border: none;
}

.blog-single .post h1 {
    line-height: 1.6 !important;
}

.blog-single .post h1 a {
    color: #444444;
}

.blog-single .post-time {
    display: none;
}

.blog-single .post .entry-quote {
    margin: 0 0 30px 0;
}

.blog-single .post.format-quote {
    padding: 0;
}

.blog-single .post .entry-link {
    margin-bottom: 30px;
}

.entry-tags a {
    color: inherit;
}

/* Alternative Entry-Tag Style -->.blog-single .entry-tags{    margin: 10px 0 0 0;}.entry-tags a {    display: inline-block;    font-size: 13px !important;    border: 1px solid #efefef;    border-radius: 30px;    padding: 1px 20px;    text-transform: uppercase;    font-weight: 700;    color: #999999;    margin: 0 4px 10px 0;}.entry-tags a:hover {    background: #44bdbd;    border-color: #44bdbd;    color: #ffffff !important;}*/
/* Author Information /--------------------------------------------------------- */
#author-info {
    margin: 0 0 60px 0;
    display: block;
    padding: 60px 0 0 0;
    border-top: 1px solid #efefef;
}

#author-info p {
    margin: 0;
}

#author-info .author-image {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    margin: 2px 30px 0 0;
}

#author-info .author-image img {
    display: block;
    width: 80px;
    height: 80px;
}

#author-info .author-bio {
    overflow: hidden;
}

#author-info .author-bio h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
}

.author-archive #author-info {
    padding: 0 0 60px 0;
    margin: 0 0 60px 0;
    background: #f9f9f9;
    padding: 30px;
    border: none;
    border-radius: 2px;
}

/* Sharebox /--------------------------------------------------------- */
.sharebox {
    display: block;
    padding: 0;
    margin: -20px 0 60px 0;
}

.sharebox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sharebox ul li {
    float: left;
    padding: 0;
    margin: 0 22px 0 0;
    line-height: 1 !important;
}

.sharebox ul li a {
    display: block;
    float: left;
    color: inherit;
    padding: 10px 0;
    margin: 0;
}

.sharebox ul li i {
    display: inline-block;
    font-size: 16px;
    margin: 0 3px 0 0;
    line-height: 1;
}

/*.sharebox a.share-facebook{ color: #3b5998; }    .sharebox a.share-twitter{ color: #00aced; }    .sharebox a.share-tumblr{ color: #32506d; }    .sharebox a.share-pinterest{ color: #cb2027; }    .sharebox a.share-google{ color: #dd4b39; }    .sharebox a.share-linkedin{ color: #007bb6; }    .sharebox a.share-mail{ color: #666666; }*/
/* Related Posts /--------------------------------------------------------- */
#related-posts {
    margin: 0 0 60px 0;
    display: block;
    padding: 60px 0 0 0;
    border-top: 1px solid #efefef;
}

#related-posts ul li span {
    margin-left: 10px;
}

/* Post Navigation /--------------------------------------------------------- */
#post-navigation .prev {
    position: fixed;
    top: 50%;
    left: -25px;
    height: 60px;
    width: 80px;
    background: #444444;
    margin: -30px 0 0 0;
    color: #ffffff;
    border-radius: 0px 2px 2px 0px;
    opacity: 0.3;
    z-index: 1;
    cursor: pointer;
}

#post-navigation .next {
    position: fixed;
    top: 50%;
    right: -25px;
    height: 60px;
    width: 80px;
    background: #444444;
    margin: -30px 0 0 0;
    color: #ffffff;
    border-radius: 2px 0px 0px 2px;
    opacity: 0.3;
    z-index: 1;
    cursor: pointer;
}

#post-navigation .prev:before {
    position: absolute;
    top: 50%;
    right: 25px;
    margin: -7px 0 0 0;
    line-height: 1;
    content: "\f053";
    font-size: 14px;
    color: #ffffff;
    font-family: 'FontAwesome';
}

#post-navigation .next:before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin: -7px 0 0 0;
    line-height: 1;
    content: "\f054";
    font-size: 14px;
    color: #ffffff;
    font-family: 'FontAwesome';
}

/* ------------------------------------------------------------------------ */
/* Portfolio - Single/* ------------------------------------------------------------------------ */
/* Fix Extended Portfolio Width */
.portfolio .entry {
    width: 100%;
}

.portfolio-sidebyside,
.portfolio-wide {
    margin: 0 0 20px 0;
}

.portfolio-detail h1,
.portfolio-detail-description h1 {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.portfolio-noslider {
    text-align: center;
}

.portfolio-noslider img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.portfolio-noslider .noslide {
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto 30px 0;
    text-align: center;
    max-width: 100%;
}

#portfolio-embed {
    margin-bottom: 40px;
}

#portfolio-embed iframe {
    max-width: 100%;
}

.portfolio-detail-attributes ul {
    list-style: none;
    margin: 0;
    background: #f9f9f9;
    padding: 14px 24px;
    border-radius: 2px;
}

.portfolio-detail-attributes ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.portfolio-detail-attributes ul li:last-child {
    border: none;
}

.portfolio-detail-attributes ul li strong {
    float: left;
    display: block;
    width: 64px;
    font-weight: 700;
}

.portfolio-detail-attributes ul li span {
    display: block;
    overflow: hidden;
}

.portfolio-detail-attributes ul li a {
    color: inherit;
}

.portfolio-detail-attributes ul li a:hover {
    color: #44bdbd;
}

/* Layout Specific /--------------------------------------------------------- */
.portfolio-wide .flexslider,
.portfolio-sidebyside .flexslider {
    margin: 0 0 40px;
}

.portfolio-sidebyside .portfolio-detail-description-text {
    margin-bottom: 40px;
}

/* Related Portfolio Items /--------------------------------------------------------- */
#portfolio-related-post {
    margin: 30px 0 0px 0;
}

/* ------------------------------------------------------------------------ */
/* Search Page/* ------------------------------------------------------------------------ */
.search-page .read-more-link {
    display: none;
}

.search-page .post .entry-icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 30px;
    margin-top: 1px;
    background: #efefef;
    border-radius: 3px;
    color: #999999;
}

.search-page .post .entry-icon i {
    font-size: 14px;
    line-height: 1;
}

.search-page .post .entry-wrap {
    overflow: hidden;
}

.search-page .post h3 {
    margin: 0 0 0px 0;
    font-size: 20px;
}

.search-page .post .entry-content {
    margin: 10px 0 0 0;
}

.search-page .post .entry-type {
    color: #adadad;
    font-weight: 700;
    text-transform: uppercase;
}

.search-page h3 {
    margin: 0 0 0 0;
}

.search-page #content #searchform input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 10px 0 0;
    width: 440px;
    max-width: 100%;
    display: inline-block;
    float: left;
}

.search-page #content #searchform input#searchsubmit {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    width: auto;
    display: inline-block;
    float: left;
}

.search-page #content #searchform {
    clear: both;
    margin-bottom: 0px;
}

/* ------------------------------------------------------------------------ */
/* Pagination/* ------------------------------------------------------------------------ */
#pagination {
    position: relative;
    z-index: 1;
    clear: both;
    margin: 0 0 60px 0;
    text-align: center;
}

/* Custom Pagination Margins */
.blog-masonry #pagination {
    margin: 0px 0 60px 0;
}

.blog-center #pagination {
    margin: 0 0 20px 0;
}

.blog-fullwidth #pagination {
    margin: 0 0 20px 0;
}

.blog-medium #pagination {
    margin: 0 0 20px 0;
    padding-top: 36px;
}

.woocommerce #pagination {
    margin: 20px 0 20px 0;
}

.portfolio-nomargin #pagination {
    margin: 60px 0 60px 0;
}

.pagination-nomargin,
.pagination-masonry {
    margin-top: 60px;
}

#pagination ul {
    list-style: none;
    margin: 0;
}

#pagination ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#pagination a {
    display: inline-block;
    margin: 2px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #efefef;
    color: #999999;
    font-weight: 600;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#pagination a:hover {
    color: #ffffff;
    background: #cccccc;
}

#pagination .current a {
    background: #44bdbd;
    color: #ffffff;
    font-weight: 600;
}

#pagination li span {
    margin: 3px 5px 0 3px;
    color: #cccccc;
}

#pagination ul li a i {
    font-size: 12px;
}

/* ------------------------------------------------------------------------ */
/* Comments - List/* ------------------------------------------------------------------------ */
.comments-list {
    border-top: 1px solid #efefef;
    padding: 60px 0 0 0;
    margin: 0 0 60px 0;
}

.commentlist {
    list-style: none;
    margin: 30px 0 0 0;
}

.commentlist li {
    margin: 0 0 40px 0;
    padding: 0;
}

.commentlist>li:last-child {
    margin: 0 0 0px 0;
}

.commentlist li ul {
    list-style: none;
    margin: 0 0 0 80px;
}

.commentlist li ul li {
    margin: 40px 0 0 0;
    padding: 0 0 0 0;
}

.commentlist li .avatar {
    float: left;
    margin-right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    position: relative;
}

.commentlist li .avatar img {
    display: block;
}

.commentlist li .comment-text {
    background: #f9f9f9;
    border-radius: 2px;
    padding: 20px 20px 0 20px;
    position: relative;
    overflow: hidden;
}

.commentlist li .avatar:after {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f9f9f9 transparent transparent;
}

.commentlist li .author {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #444444;
}

.commentlist li .author a {
    color: inherit;
}

.commentlist li .author span {
    display: inline;
    font-weight: 700;
}

.commentlist li .date {
    display: block;
    color: #999999;
}

.commentlist li .date a {
    color: #999999
}

.commentlist li .date a:hover {
    color: #333333
}

.commentlist li em {
    font-size: 11px;
    color: #cccccc;
    font-style: normal;
    margin-bottom: 20px;
    display: block;
}

/* ------------------------------------------------------------------------ */
/* Comments - Respond/* ------------------------------------------------------------------------ */
.comments-reply {
    border-top: 1px solid #efefef;
    padding: 60px 0 0 0;
    margin: 0;
}

#respond {}

#respond form {
    margin: 0;
}

#respond .required {
    color: #c82929;
    display: inline-block;
    margin: 3px 0 0 6px;
    font-size: 14px;
    font-weight: normal;
}

/*#respond p { clear: both }*/
#respond-inputs p {
    width: 32%;
    margin-right: 2%;
    float: left;
}

#respond-inputs p.last {
    margin-right: 0;
}

#respond input[type=text] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
}

#respond textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

#respond p.comment-notes,
#respond p.form-allowed-tags {
    display: none;
}

#cancel-comment-reply-link {
    display: inline-block;
    background: #cccccc;
    color: #ffffff;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 2px 8px;
    font-weight: 700;
    float: right;
}

#cancel-comment-reply-link:hover {
    background: #999999;
}

.commentlist .comment-respond {
    margin-top: 40px;
}

/* Comment Styling for normal Pages */
.page-template #comments,
.page-template-default #comments {
    margin-top: 60px;
}

.single-portfolio #comments {
    margin-top: 20px;
    margin-bottom: 60px;
}

.single-portfolio #comments .comments-list,
.single-portfolio #comments .comments-reply {
    padding: 0;
    border: none;
}

/*.page-template #comments .comments-list,.page-template #comments .comments-reply,.page-template-default #comments .comments-list,.page-template-default #comments .comments-reply{    padding:0;    border: none;}*/
/* ------------------------------------------------------------------------ */
/* 404 Page/* ------------------------------------------------------------------------ */
.page-404 .entry {
    text-align: center;
    padding: 40px 0 80px 0;
}

.page-404 h2 {
    font-size: 100px;
    color: #666666;
    font-weight: 700;
    width: 300px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    border: 10px solid #999999;
    color: #999999;
    border-radius: 50%;
    margin: 0 auto 60px auto;
}

.page-404 h3 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #999999;
    text-transform: uppercase;
}

/* ------------------------------------------------------------------------ */
/* Footer/* ------------------------------------------------------------------------ */
#footer {
    padding: 60px 0 20px 0;
    background: #555555;
    color: #aaaaaa;
}

#footer a {
    color: #aaaaaa;
}

#footer a:hover {
    color: #ffffff;
}

/* ------------------------------------------------------------------------ */
/* Copyright/* ------------------------------------------------------------------------ */
#copyright {
    padding: 15px 0 13px 0;
    background: #333333;
    color: #777777;
}

#copyright .copyright-col1 {
    float: left;
    margin: 0;
    padding: 0;
    color: #525252;
    width: 100%;
    text-align: center;
}

#copyright .copyright-col2 {
    float: right;
    margin: 0;
    padding: 0;
}

#copyright a {
    color: #999999
}

#copyright a:hover {
    color: #cccccc
}

#copyright .copyright-text {}

#copyright .social-icons {
    float: right;
    margin: -7px 0;
}

#copyright .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

#copyright .menu li {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
}

/* ------------------------------------------------------------------------ */
/* Back-To-Top Button/* ------------------------------------------------------------------------ */
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 24px;
    display: none;
}

#back-to-top a {
    position: relative;
    display: block;
    width: 42px;
    height: 36px;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    opacity: 0.8;
}

#back-to-top a:hover {
    background-color: #44bdbd;
    opacity: 1
}

/* ------------------------------------------------------------------------ */
/* Sidebar Widgets/* ------------------------------------------------------------------------ */
/* General Widgets /--------------------------------------------------------- */
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .widget {
    margin-bottom: 40px;
    color: #888888;
}

#sidebar .widget:last-child {
    margin-bottom: 0;
}

#sidebar .widget h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: #444444;
}

#sidebar .widget ul {
    margin: -10px 0 0 0;
}

#sidebar .widget ul li {
    position: relative;
}

#sidebar .widget>ul>li {
    border-bottom: 1px solid #efefef;
    position: relative;
    padding: 10px 0;
}

#sidebar .widget>ul>li:last-child {
    border: none;
}

#sidebar .widget>ul>li ul {
    margin-top: 10px;
    margin-bottom: -10px;
    border-top: 1px solid #efefef;
}

#sidebar .widget>ul>li ul li {
    background: #f9f9f9;
    padding: 10px 0 10px 14px;
    border-bottom: 1px dashed #efefef;
}

#sidebar .widget>ul>li ul li:last-child {
    border-bottom: none;
}

#sidebar .widget>ul>li ul li a:before {
    content: '+';
    margin-right: 10px;
}

#sidebar .widget ul li:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: #cccccc;
}

#sidebar .widget ul li a {
    display: block;
    color: #777777;
}

#sidebar .widget ul li a:hover {
    color: #44bdbd;
}

#sidebar .widget ul li:hover:after {
    color: #44bdbd;
}

#sidebar .widget>ul>li.current_page_item,
#sidebar .widget>ul>li.current-menu-item {
    font-weight: 600;
}

#sidebar .widget img {
    margin-bottom: 0 !important;
}

/* Search Widget /--------------------------------------------------------- */
.widget_search input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px 12px 10px 36px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
    border-radius: 2px;
    background: #ffffff;
}

.widget_search form {
    position: relative;
}

.widget_search form:before {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 14px;
    font-family: 'FontAwesome';
    content: '\f002';
    -webkit-font-smoothing: antialiased;
    color: #999999;
    line-height: 1;
}

.widget_search input:focus {
    border-color: #d3d3d3;
}

.widget_search #searchsubmit {
    display: none;
}

.widget_search:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Calendar Widget /--------------------------------------------------------- */
#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    padding: 0 10px;
    text-align: right;
    font-weight: 600;
    margin: -5px 0 5px 0;
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding: 5px 10px;
    font-weight: 600;
    border-top: 1px solid #f9f9f9;
}

#wp-calendar tbody {
    color: #aaa
}

#wp-calendar tbody td {
    background: #f9f9f9;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 8px;
}

#wp-calendar tbody td:hover {
    background: #fff
}

#wp-calendar tbody .pad {
    background: none
}

#wp-calendar tfoot #next {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    padding-top: 5px;
}

#wp-calendar tfoot #prev {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
}

/* Tag Cloud Widget /--------------------------------------------------------- */
.widget_tag_cloud a,
.widget_product_tag_cloud a {
    display: inline-block;
    font-size: 13px !important;
    border: 1px solid #efefef;
    border-radius: 30px;
    padding: 1px 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #999999;
    margin: 0 4px 10px 0;
}

.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
    background: #44bdbd;
    border-color: #44bdbd;
    color: #ffffff !important;
}

/* Sponsor Widget /--------------------------------------------------------- */
.widget_sponsor .sponsors {
    margin-right: -20px;
}

.widget_sponsor a {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
}

.widget_sponsor a img {
    vertical-align: top;
}

/* Flickr Widget /--------------------------------------------------------- */
/*.widget_flickr a{    float: left;    display: block;    width: 33%;    height: auto;}*/
.widget_flickr a:hover img {
    opacity: 0.6;
}

.widget_flickr img {
    width: 100%;
    height: auto;
    float: left;
    vertical-align: top;
}

/* Portfolio Widget /--------------------------------------------------------- */
.widget_portfolio .portfolio-widget-item {
    float: left;
    padding: 0;
    margin: 0 10px 10px 0;
}

.widget_portfolio .portfolio-widget-item:nth-child(3n) {
    margin: 0 0 10px 0;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    border-radius: 2px;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.widget_portfolio .portfolio-widget-item .portfolio-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #44bdbd;
    text-align: center;
    opacity: 0;
}

.widget_portfolio .portfolio-widget-item .portfolio-overlay i {
    font-size: 24px;
    line-height: 80px;
    color: #ffffff;
}

/* Contact Widget /--------------------------------------------------------- */
.widget_contact address {
    font-style: normal;
}

.widget_contact address span {
    display: block;
    margin-bottom: 6px;
}

.widget_contact address strong {
    display: none;
}

.widget_contact address span i {
    display: inline-block;
    width: 24px;
    float: left;
    margin: 5px 0 0px 0;
}

.widget_contact .adress-overflow {
    overflow: hidden;
}

/* Custom Menu Widget /--------------------------------------------------------- */
#sidebar .widget_nav_menu {
    margin-left: -41px;
}

#sidebar .widget_nav_menu h3 {
    margin-left: 40px;
    margin-bottom: 20px;
}

#sidebar .widget_nav_menu ul {
    margin-top: 20px;
}

#sidebar .widget_nav_menu ul li {
    border: none;
    padding: 0;
}

#sidebar .widget_nav_menu ul li a {
    display: block;
    color: #999999;
    padding: 7px 0 7px 41px;
}

#sidebar .widget_nav_menu ul li a:hover {
    color: #44bdbd;
}

#sidebar .widget_nav_menu ul li.current_page_item a {
    font-weight: 600;
    color: #444444;
    margin: -1px 0;
    border: 1px solid #efefef;
    border-left: 1px solid #ffffff;
}

#sidebar .widget_nav_menu ul li:after {
    display: none;
}

/* For the left Side */
#sidebar.sidebar-left .widget_nav_menu {
    margin-left: 0;
    margin-right: -41px;
}

#sidebar.sidebar-left .widget_nav_menu h3 {
    margin-left: 0px;
}

#sidebar.sidebar-left .widget_nav_menu ul li a {
    text-align: right;
    padding: 7px 41px 7px 0;
}

#sidebar.sidebar-left .widget_nav_menu ul li.current_page_item a {
    font-weight: 600;
    color: #444444;
    margin: -1px 0;
    border: 1px solid #efefef;
    border-right: 1px solid #ffffff;
}

/* ------------------------------------------------------------------------ */
/* Footer Widgets/* ------------------------------------------------------------------------ */
#footer .widget {
    margin-bottom: 22px;
}

#footer .widget h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #ffffff;
}

#footer .widget ul {
    margin: -10px 0 0 0;
}

#footer .widget ul li {
    border-bottom: 1px solid #666666;
    position: relative;
    padding: 10px 10px 10px 0;
}

#footer .widget ul li .post-date {
    opacity: 0.7;
}

#footer .widget ul li a {
    display: block;
}

#footer .widget ul li:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: #999999;
}

#footer .widget ul li:hover:after {
    color: #ffffff;
}

#footer .widget_search input,
#footer .widget_product_search input[type=text] {
    color: #aaaaaa;
    background-color: #444444;
    box-shadow: none;
    border: 1px solid #444444;
}

#footer .widget_search input:focus {
    color: #ffffff
}

#footer #wp-calendar thead th {
    border-top: 1px solid #666666
}

#footer #wp-calendar tbody {
    color: #aaa
}

#footer #wp-calendar tbody td {
    background: #666666;
    border: 1px solid #555555;
}

#footer #wp-calendar tbody td:hover {
    background: #777777;
    color: #ffffff;
}

#footer #wp-calendar tbody .pad {
    background: none
}

#footer .widget_tag_cloud a,
#footer .widget_product_tag_cloud a {
    border: none;
    background: #444444;
    color: #aaaaaa;
    box-shadow: none;
}

#footer .widget_tag_cloud a:hover,
#footer .widget_product_tag_cloud a:hover {
    background: #44bdbd;
    border-color: #44bdbd;
    color: #ffffff !important;
}

#footer .widget_twitter ul li:last-child {
    margin: 0
}

/* ------------------------------------------------------------------------ */
/* Social Icons/* ------------------------------------------------------------------------ */
.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons ul li {
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0px 5px;
}

.social-icons ul li a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    text-align: center;
    opacity: 0.6;
}

.social-icons a:hover {
    opacity: 1;
}

/* ------------------------------------------------------------------------ */
/* Basic WordPress WYSIWYG Editor Styles/* ------------------------------------------------------------------------ */
.alignleft {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 20px !important;
    margin-bottom: 12px;
}

.alignright {
    float: right;
    margin-left: 20px !important;
    margin-bottom: 12px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    /* Keep wide captions from overflowing their container. */
    padding: 0px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    color: #888888;
    margin: 10px 0 10px 0 !important;
}

img.wp-smiley,
.rsswidget img {}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

.sticky {}

.bypostauthor {}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* ------------------------------------------------------------------------ */
/* Plugin - Contact Form 7/* ------------------------------------------------------------------------ */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    margin: 5px 0 0;
    background: #ffffff;
}

.wpcf7-form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0;
}

.wpcf7-form select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 5px 0 0;
    width: 100%;
}

.wpcf7-form .customSelect {
    margin: 5px 0 0;
    padding: 8px 10px;
}

.wpcf7-form {
    margin: 0;
    padding: 0;
}

.wpcf7-form .wpcf7-submit {
    background: #999999;
    color: #ffffff;
    border: none;
    font-weight: 700;
}

.wpcf7-form input[type="checkbox"] {
    width: auto;
}

.wpcf7 form.wpcf7-form p {
    position: relative;
    font-weight: 600;
    margin: 0 0 20px !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 10px 0 0 !important;
}

.wpcf7-list-item-label {
    font-weight: normal;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-form .invalid {
    color: #bf1515 !important;
}

.wpcf7-not-valid {
    border-color: #bf1515 !important;
}

/*.wpcf7 span.wpcf7-not-valid-tip{color:rgba(0,0,0,0.6);;margin-top:-1px;background:rgba(0,0,0,0.05);padding:4px 10px;border-radius:0 0 2px 2px;}*/
.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
    display: none !important;
}

div.wpcf7-response-output {
    margin: 0 !important;
    padding: 5px 10px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 2px;
    font-weight: 700;
    padding: 12px 40px 12px 20px !important;
    /*border:1px solid #edbbbb !important;*/
    border: none !important;
    background-color: #44bdbd;
    color: #ffffff;
    margin: 0 0 30px !important;
}

div.wpcf7-mail-sent-ok {
    color: #ffffff;
}

.one-line-form .wpcf7-submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 !important;
    padding: 15px 16px;
    font-weight: 700;
}

.wpcf7-form .simpleselect {
    margin: 5px 0 0 !important;
}

.minimalistic_form input[type="text"],
.minimalistic_form input[type="password"],
.minimalistic_form input[type="email"],
.minimalistic_form input[type="tel"],
.minimalistic_form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    padding: 10px 2px;
    font-size: 18px !important;
    line-height: 1;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom-width: 1px;
    border-radius: 0;
}

.minimalistic_form .simpleselect .placeholder {
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    padding: 0px 2px 10px 2px !important;
    margin: 0;
    cursor: pointer;
    font-size: 18px !important;
    border-radius: 0;
}

/* ------------------------------------------------------------------------ */
/* Plugin - Tipsy/* ------------------------------------------------------------------------ */
.tipsy {
    font-size: 13px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 12px 4px 12px;
    text-align: center;
}

/* Rounded corners */
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
    border-bottom-color: #000;
}

.tipsy-arrow-s {
    border-top-color: #000;
}

.tipsy-arrow-e {
    border-left-color: #000;
}

.tipsy-arrow-w {
    border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* ------------------------------------------------------------------------ */
/* Plugin - Revolution Slider/* ------------------------------------------------------------------------ */
.tp-bullets.simplebullets.custom .bullet {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block !important;
    cursor: pointer !important;
    border: 2px solid #fff !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    margin-left: 7px !important;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: all .2s
}

.tp-bullets.simplebullets.custom .bullet.last {
    margin-right: 7px !important
}

.tp-bullets.simplebullets.custom .bullet {
    opacity: .5
}

.tp-bullets.simplebullets.custom .bullet:hover {
    opacity: 1
}

.tp-bullets.simplebullets.custom .bullet.selected {
    background: #fff !important;
    opacity: 1
}

/* Custom Bullets v5+ */
.tp-bullets.custom .tp-bullet {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    display: inline-block !important;
    cursor: pointer !important;
    border: 2px solid #fff !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    margin-left: 7px !important;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: all .2s
}

.tp-bullets.custom .tp-bullet.last {
    margin-right: 7px !important
}

.tp-bullets.custom .tp-bullet {
    opacity: .5
}

.tp-bullets.custom .tp-bullet:hover {
    opacity: 1
}

.tp-bullets.custom .tp-bullet.selected {
    background: #fff !important;
    opacity: 1
}

.tp-leftarrow.custom,
.tp-rightarrow.custom {
    margin-top: 0px !important;
    top: 50% !important;
    background: #ffffff !important;
    color: #333333 !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    text-align: center !important;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.tp-leftarrow.custom {
    border-radius: 0 2px 2px 0 !important;
}

.tp-rightarrow.custom {
    border-radius: 2px 0 0 2px !important;
}

.tp-leftarrow.custom:before {
    color: #333333;
    line-height: 60px !important;
    content: "\f104" !important;
    font-family: 'FontAwesome' !important;
    font-size: 40px;
    margin-right: 3px;
    -webkit-font-smoothing: antialiased
}

.tp-rightarrow.custom:before {
    color: #333333;
    line-height: 60px !important;
    content: "\f105" !important;
    font-family: 'FontAwesome' !important;
    font-size: 40px;
    margin-left: 3px;
    -webkit-font-smoothing: antialiased
}

.tp-leftarrow.custom:hover,
.tp-rightarrow.custom:hover {
    background: rgba(0, 0, 0, 0.79) !important;
    opacity: 1 !important
}

.tp-leftarrow.custom:hover:before,
.tp-rightarrow.custom:hover:before {
    color: #ffffff !important;
}

.tparrows {
    line-height: 1 !important;
}

.rev_slider a.button {
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    -ms-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    transition: all 0.2s !important;
}

/* ------------------------------------------------------------------------ */
/* Plugin - PrettyPhoto CSS edited by mintithemes.com/* ------------------------------------------------------------------------ */
div.pp_default .pp_expand {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0 11px 0 0;
}

div.pp_default .pp_expand:after {
    background: rgba(0, 0, 0, .2);
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 0;
    left: 0;
    text-indent: 0;
    font-size: 14px;
    font-family: FontAwesome;
    content: '\f065';
    -webkit-font-smoothing: antialiased;
}

div.pp_default .pp_contract {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0 11px 0 0;
}

div.pp_default .pp_contract:after {
    background: rgba(0, 0, 0, .2);
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 0;
    left: 0;
    text-indent: 0;
    font-size: 14px;
    font-family: FontAwesome;
    content: '\f066';
    -webkit-font-smoothing: antialiased;
}

a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    margin: 5px -7px 0 0;
    padding: 0;
    line-height: 1;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

div.pp_default .pp_close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

div.pp_default .pp_close:after {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 0;
    left: 0;
    text-indent: 0;
    font-size: 18px;
    font-family: 'icomoon';
    content: '\e603';
    -webkit-font-smoothing: antialiased;
}

div.pp_default .pp_gallery ul li a {
    border-radius: 1px;
    overflow: hidden;
}

div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
    height: 30px;
    width: 30px;
    margin: 0;
    color: #fff;
    display: none;
}

div.pp_default .pp_nav .pp_play:after {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 0;
    left: 0;
    text-indent: 0;
    font-size: 14px;
    font-family: FontAwesome;
    content: '\f04b';
    -webkit-font-smoothing: antialiased;
}

div.pp_default .pp_nav .pp_pause:after {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 0;
    left: 0;
    text-indent: 0;
    font-size: 14px;
    font-family: FontAwesome;
    content: '\f04c';
    -webkit-font-smoothing: antialiased;
}

div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
    height: 30px;
    width: 30px;
    position: relative;
    color: #fff;
}

div.pp_default a.pp_arrow_previous:after {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 0;
    left: 0;
    text-indent: 0;
    font-size: 14px;
    font-family: FontAwesome;
    content: '\f053';
    -webkit-font-smoothing: antialiased;
}

div.pp_default a.pp_arrow_next:after {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 0;
    left: 0;
    text-indent: 0;
    font-size: 14px;
    font-family: FontAwesome;
    content: '\f054';
    -webkit-font-smoothing: antialiased;
}

div.pp_default .pp_nav .currentTextHolder {
    color: #fff;
    display: block;
    text-align: center;
    padding: 0 4px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0.7;
}

div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
    opacity: .7;
}

div.pp_pic_holder a:focus {
    outline: 0;
}

div.pp_overlay {
    background: #000000;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    -ms-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    z-index: 10000 !important;
}

.pp_content {
    margin: 0;
    padding: 0;
}

.pp_content_container {
    margin-left: 15px;
    width: 100%;
}

.pp_description {
    display: block !important;
    padding-top: 6px;
    color: #ffffff;
}

.pp_social {
    float: left;
    height: 20px;
    margin: 10px 0 0;
}

.pp_social .facebook {
    float: left;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
    margin-right: 10px;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 5px 10px 0 -10px;
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 0;
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: left;
    margin-right: 0;
    text-indent: -10000px;
}

a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: left;
    height: 30px;
    overflow: hidden;
    text-indent: -10000px;
    width: 30px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, .3) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    display: block;
    height: 33px;
    width: 50px;
}

a.pp_next {
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
    position: relative;
    overflow: hidden;
}

a.pp_next:after {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    right: 0px;
    top: 50%;
    margin-top: 10px;
    border-radius: 2px 0 0 2px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-indent: 0;
    font-size: 40px;
    font-family: FontAwesome;
    content: '\f105';
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

a.pp_previous {
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
    position: relative;
    overflow: hidden;
}

a.pp_previous:after {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    left: 0px;
    top: 50%;
    margin-top: 10px;
    border-radius: 0 2px 2px 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-indent: 0;
    font-size: 40px;
    font-family: FontAwesome;
    content: '\f104';
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

div.pp_default .pp_next:hover {
    cursor: pointer;
}

div.pp_default .pp_next:hover:after {
    opacity: 1;
    background: #333333;
}

div.pp_default .pp_previous:hover {
    cursor: pointer;
}

div.pp_default .pp_previous:hover:after {
    opacity: 1;
    background: #333333;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-indent: -10000px;
}

.ppt {
    margin-left: 15px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #fff;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}

div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details,
div.pp_default .pp_details {
    position: relative;
}

.pp_bottom,
.pp_top {
    height: 0;
    position: relative;
}

* html .pp_bottom,
* html .pp_top {
    padding: 0;
}

.pp_fade,
.pp_gallery li.default a img {
    display: none;
}

/* Hide navigation beneath image */
.pp_details .pp_nav .pp_arrow_previous,
.pp_details .pp_nav .pp_arrow_next {
    display: none;
}

/* Fix Loading Icon Crop */
.pp_content {
    min-width: 40px;
    min-height: 40px;
}

/* Loader Animation */
.pp_loaderIcon {
    width: 34px;
    height: 34px;
    border-radius: 54px;
    border: 3px solid rgba(120, 120, 120, 0.8);
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1 !important;
}

.pp_loaderIcon:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    border: 3px solid #ffffff;
    border-radius: 54px;
    height: 34px;
    width: 34px;
    clip: rect(0px, 26px, 17px, 0px);
    -moz-animation: rotate .7s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -webkit-animation: rotate .7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -ms-animation: rotate .7s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    animation: rotate .7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ------------------------------------------------------------------------ */
/* Plugin - FlexSlider edited by mintithemes.com/* ------------------------------------------------------------------------ */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles */
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
    display: block;
}

/* FlexSlider Default Theme */
.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 0.2 ease;
    -moz-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a {
    cursor: pointer !important;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-decoration: none;
    display: block;
    color: #fff !important;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: 0px;
    border-radius: 0 2px 2px 0;
}

.flex-direction-nav .flex-next {
    right: 0px;
    border-radius: 2px 0 0 2px;
}

.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
    opacity: 0.7;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    color: #fff;
    background: #333333;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 40px;
    display: inline-block;
    content: '\f104';
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    text-indent: -9999px;
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin: 0;
    cursor: pointer
}

.flex-control-paging li a:hover {
    opacity: 1;
}

.flex-control-paging li a.flex-active {
    background: #ffffff;
    opacity: 1;
}

.flexslider .slides {
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
}

/* Flexslider Custom Additions */
.blog-medium .flex-direction-nav .flex-prev,
.blog-medium .flex-direction-nav .flex-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
}

.blog-medium .flex-direction-nav .flex-prev {
    left: 0px;
}

.blog-medium .flex-direction-nav .flex-next {
    right: 0px;
}

.blog-medium .flex-direction-nav a:before {
    font-size: 34px;
}

/*.blog-medium .flex-control-nav{    display: none;}*/
.blog-masonry .flex-direction-nav .flex-prev,
.blog-masonry .flex-direction-nav .flex-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
}

.blog-masonry .flex-direction-nav .flex-prev {
    left: 0px;
}

.blog-masonry .flex-direction-nav .flex-next {
    right: 0px;
}

.blog-masonry .flex-direction-nav a:before {
    font-size: 34px;
}

/* ------------------------------------------------------------------------ */
/* Plugin - Owl Carousel/* ------------------------------------------------------------------------ */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 400ms ease;
    -moz-transition: height 400ms ease;
    -ms-transition: height 400ms ease;
    -o-transition: height 400ms ease;
    transition: height 400ms ease
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    z-index: 1;
    transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

/* Owl Theme Design */
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    color: #fff;
    cursor: pointer;
    margin-top: -60px;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-theme .owl-controls .owl-nav .owl-prev:after {
    font-family: "FontAwesome";
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    content: '\f104';
    color: rgba(0, 0, 0, 0.6);
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -50px;
}

.owl-theme .owl-controls .owl-nav .owl-next:after {
    font-family: "FontAwesome";
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    content: '\f105';
    color: rgba(0, 0, 0, 0.6);
}

.owl-theme .owl-controls .owl-nav .owl-next {
    right: -50px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: 1;
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 4px;
    opacity: 0.5;
    border: 2px solid #999999;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #999999;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}

.boxed-layout .owl-nav {
    display: none;
}

/* ------------------------------------------------------------------------ */
/* bbPress Style/* ------------------------------------------------------------------------ */
#bbpress-forums hr {
    margin: 0 0 24px
}

#bbpress-forums {
    background: transparent;
    clear: both;
    margin-bottom: 0;
    overflow: hidden
}

body.reply-edit .reply {
    float: none
}

#bbpress-forums div.reply {
    height: auto;
    width: 100%
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
    background-color: #ffffff;
    border-bottom: 1px dashed #efefef;
    padding: 16px 20px
}

#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
    background-color: #fee
}

#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
    background-color: #fee
}

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
    color: #ccc
}

#bbpress-forums ul {
    background: none;
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#bbpress-forums ul.bbp-threaded-replies {
    margin-left: 50px
}

#bbpress-forums li {
    background: none;
    margin: 0;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    overflow: hidden;
    margin-bottom: 20px;
    clear: both
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
    clear: both
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
    background: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #666666;
    text-align: center
}

#bbpress-forums li.bbp-header {
    background: #666666;
    color: #ffffff;
    border-radius: 2px
}

#bbpress-forums li.bbp-header a {
    color: #ffffff;
    text-transform: none;
    display: inline-block;
    background: #333333 !important;
    border-radius: 3px;
    padding: 8px 12px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 12px;
    letter-spacing: 1px
}

#bbpress-forums li.bbp-header ul {
    overflow: hidden
}

#bbpress-forums .bbp-forums-list {
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid #efefef
}

#bbpress-forums .bbp-forums-list li {
    display: inline
}

#bbpress-forums li.bbp-footer {
    display: none
}

#bbpress-forums li.bbp-footer p {
    margin: 0
}

li.bbp-forum-info,
li.bbp-topic-title {
    float: left;
    text-align: left;
    width: 55%
}

li.bbp-forum-info a {
    font-weight: 600
}

li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
    float: left;
    text-align: center;
    width: 10%
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
    text-align: center;
    float: left;
    width: 22%
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding: 20px
}

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
    float: right
}

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
    background: none;
    border: none;
    margin: 20px 0;
    padding: 0;
    text-transform: none
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
    float: left;
    text-align: center;
    width: 115px
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
    border: none;
    max-width: 66px;
    padding: 0;
    margin: 25px auto 0;
    float: none;
    border-radius: 50%
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin: 0 auto -18px;
    word-break: break-word;
    display: inline-block
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    clear: left;
    display: block
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
    background: #999999;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 40px;
    margin-bottom: 30px
}

#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
    float: left;
    margin: 0;
    padding: 0;
    width: 120px
}

#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
    margin-left: 140px;
    padding: 0;
    text-align: left
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
    margin-bottom: 0;
    overflow: hidden;
    padding: 20px 0 0 20px;
    border-bottom: 1px solid #efefef
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
    clear: both
}

span.bbp-author-ip {
    display: none
}

#bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title {
    position: relative;
    padding-left: 40px
}

#bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -11px 0 0;
    line-height: 1;
    content: "\f0e6";
    font-size: 21px;
    color: #999999;
    font-family: 'FontAwesome'
}

#bbpress-forums .bbp-topics .bbp-body .bbp-topic-title .bbp-topic-permalink {
    font-weight: 600
}

/* Topic and reply content /--------------------------------------------------------- */
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    margin-left: 130px;
    padding: 20px 40px 15px 20px;
    text-align: left
}

#bbpress-forums div.bbp-forum-content:after,
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
    clear: both;
    content: ".";
    display: block;
    float: none;
    height: 0;
    font-size: 0;
    visibility: hidden
}

#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
    background: none;
    border: none;
    display: inline;
    font-weight: normal;
    margin: 0;
    padding: 0
}

#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
    clear: none
}

#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
    max-width: 100%
}

#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
    margin: 0 15px 15px;
    padding: 0
}

#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
    list-style-type: disc
}

#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
    list-style-type: decimal
}

#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
    list-style-type: lower-alpha
}

#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
    list-style-type: upper-roman
}

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
    font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
    display: inline-block;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 0 5px;
    max-width: 95%;
    vertical-align: middle;
    margin-top: -3px
}

#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
    display: block;
    line-height: 18px;
    margin: 0 0 24px;
    padding: 5px 10px;
    white-space: pre;
    overflow: auto
}

#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    overflow-wrap: normal;
    overflow: auto;
    max-width: 100%
}

/* Reply to /--------------------------------------------------------- */
#bbpress-forums div.bbp-reply-to {
    margin-left: 130px;
    padding: 12px 12px 12px 0;
    text-align: right
}

#bbpress-forums div#bbp-cancel-reply-to {
    text-align: right
}

/* Breadcrumb and Tags /--------------------------------------------------------- */
div.bbp-breadcrumb {
    display: none
}

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
    margin: 0
}

#bbpress-forums div.bbp-topic-tags {
    border: 1px solid #efefef;
    float: right;
    margin: 0 0 40px;
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px
}

#bbp-topic-hot-tags {
    clear: both
}

/* Search /--------------------------------------------------------- */
#bbpress-forums .bbp-search-form:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#bbpress-forums .bbp-search-form {
    clear: both;
    margin: 0 0 20px !important
}

#bbpress-forums #bbp-search-form .hidden {
    display: none
}

#bbpress-forums #bbp-search-form #bbp_search {
    display: block;
    width: 84% !important;
    margin-right: 2%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#bbpress-forums #bbp-search-form #bbp_search_submit {
    display: block;
    width: 14% !important;
    margin: 0;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* Admin Links /--------------------------------------------------------- */
span.bbp-admin-links {
    float: right;
    color: #efefef
}

span.bbp-admin-links a {
    font-weight: normal;
    color: #999999;
    text-decoration: none
}

span.bbp-admin-links a:hover {
    color: #666666
}

fieldset span.bbp-admin-links {
    float: left
}

td.bbp-topic-admin-links,
td.bbp-topic-counts {
    width: 50%
}

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
    float: right;
    margin-left: 10px;
    color: #ccc;
    font-weight: 700
}

/* Toggles /--------------------------------------------------------- */
#subscription-toggle {
    color: #666666;
    float: right
}

#subscription-toggle a {
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    padding: 8px 16px;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 40px;
    display: inline-block;
    border-radius: 2px;
    background: #333333;
    color: #ffffff
}

#subscription-toggle a:hover {
    color: #ffffff;
    background-color: #44bdbd
}

#subscription-toggle span.is-subscribed a {
    color: #ffffff;
    background-color: #d25c5a
}

#subscription-toggle span.is-subscribed a:hover {
    color: #d25c5a;
    background-color: #fceeee
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    margin: 0;
    padding: 0;
    word-wrap: break-word
}

#bbpress-forums p.bbp-topic-meta span {
    white-space: nowrap;
    color: #999999
}

#bbpress-forums p.bbp-topic-meta span a {
    color: #999999
}

/* Pagination /--------------------------------------------------------- */
.bbp-pagination-count {
    display: none;
}

/*.bbp-pagination-count{float:left;border:1px solid transparent}.bbp-pagination-links{float:right;list-style:none;display:inline}.bbp-pagination-links a,.bbp-pagination-links span.current{display:block;float:left;padding:0 5px;margin-left:5px;border:1px solid #efefef;text-decoration:none}.bbp-pagination-links a:hover,.bbp-pagination-links span.current{background:#eee;opacity:.8;border:1px solid #ddd}.bbp-pagination-links span.dots{display:block;float:left;padding:1px 4px;margin-left:5px}.bbp-pagination{float:left;width:100%;margin-bottom:15px}.bbp-topic-pagination{display:inline-block;margin-left:5px;margin-bottom:2px}.bbp-topic-pagination a{font-size:10px;line-height:10px;padding:1px 3px;border:1px solid #ddd;text-decoration:none}*/
/* Forms /--------------------------------------------------------- */
.bbp-no-reply,
.bbp-no-topic {
    margin-top: 40px
}

.bbp-reply-form:before,
.bbp-topic-form:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.bbp-reply-form,
.bbp-topic-form {
    padding-top: 40px;
    padding-bottom: 20px
}

.topic-edit .bbp-reply-form,
.topic-edit .bbp-topic-form {
    padding-top: 00px;
    padding-bottom: 20px
}

.reply-edit .bbp-reply-form {
    padding-top: 0
}

#bbpress-forums fieldset.bbp-form {
    clear: both
}

#bbpress-forums form>fieldset.bbp-form>legend {
    color: #444444;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: block;
    background: #666666;
    color: #ffffff;
    width: 100%;
    padding: 15px 20px;
    border-radius: 2px
}

#bbpress-forums fieldset.bbp-form label {
    margin: 0 0 10px;
    font-weight: 700;
    display: inline-block
}

#bbpress-forums fieldset.bbp-form input[type="text"] {
    width: 100%
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
    width: 100px
}

#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
    width: 97%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

textarea#bbp_forum_content {
    height: 210px
}

#bbpress-forums fieldset.bbp-forum-form-attributes {
    width: 200px;
    float: right;
    clear: none;
    margin-left: 25px
}

/* Fix for too-long forum names, usually from conversion /--------------------------------------------------------- */
#bbpress-forums fieldset select#bbp_forum_id {
    max-width: 200px
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
    clear: left
}

body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
    margin-right: 0;
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 0;
    background-color: #efefef
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
    font-size: 10px;
    background-color: #f0fff8;
    border: 1px solid #CEEFE1;
    display: block;
    padding: 8px;
    margin-top: 5px;
    width: 369px
}

#merge_tag,
#delete_tag {
    display: inline
}

div.bbp-submit-wrapper {
    margin-top: 0;
    clear: both
}

p.form-allowed-tags {
    max-width: 100%
}

/* TinyMCE in Forum /--------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper {
    margin-bottom: 20px;
    border-radius: 2px
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    width: 100%;
    margin: 0
}

.wp-editor-wrap.html-active {
    border: 1px solid #dddddd;
    border-radius: 2px
}

#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
    border: none;
    padding: 0;
    margin: 0;
    width: auto
}

#bbpress-forums div.bbp-the-content-wrapper input {
    padding: 5px;
    margin: 0 2px 0 0;
    line-height: 1em
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    padding: 10px;
    min-height: 26px;
    background: #ffffff;
    border-bottom: 1px dashed #efefef
}

#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
    padding: 4px 4px 8px
}

#bbpress-forums div.wp-editor-container {
    margin: 0;
    padding: 0;
    line-height: 0
}

#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
    line-height: 16px
}

/* Edit User /--------------------------------------------------------- */
#bbpress-forums #bbp-your-profile h2 {
    display: none
}

#bbpress-forums #bbp-your-profile fieldset {
    margin: 0 0 40px
}

#bbpress-forums #bbp-your-profile fieldset div {
    width: 100%
}

#bbpress-forums #bbp-your-profile fieldset select {
    margin-bottom: 0
}

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

#bbpress-forums #bbp-your-profile fieldset legend {
    display: block
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
    padding: 0;
    margin: 0 0 5px;
    cursor: pointer
}

#bbpress-forums #bbp-your-profile fieldset fieldset {
    margin: 0;
    border: none;
    padding: 0;
    clear: none;
    float: none
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
    width: 100%
}

#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
    margin: 0
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
    margin-left: 0;
    display: none
}

#bbpress-forums #bbp-your-profile fieldset.submit {
    margin-top: -40px
}

#bbpress-forums #bbp-your-profile fieldset.submit legend {
    display: none
}

/* Notices /--------------------------------------------------------- */
div.bbp-template-notice,
div.indicator-hint {
    padding: 15px 20px;
    margin: 0 0 20px;
    border-radius: 3px;
    background-color: #f9f9f9;
    clear: both
}

div.bbp-template-notice.info {
    display: none
}

div.bbp-template-notice.important {
    border: #e6db55 1px solid;
    background-color: #fffbcc
}

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
    background-color: #fceeee;
    color: #d25c5a
}

div.bbp-template-notice p {
    margin: 0 !important
}

/* Sticky /--------------------------------------------------------- */
.bbp-topics-front ul.super-sticky .bbp-topic-title:before,
.bbp-topics ul.super-sticky .bbp-topic-title:before,
.bbp-topics ul.sticky .bbp-topic-title:before,
.bbp-forum-content ul.sticky .bbp-topic-title:before {
    content: "\f0a1" !important;
    color: #44bdbd !important
}

#bbpress-forums .bbp-topics .bbp-body .bbp-topic-title .bbp-topic-permalink {
    font-weight: 600
}

/* Revisions /--------------------------------------------------------- */
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
    width: 100%;
    margin: 0 0 27px;
    padding: 12px 0 0;
    border-top: 1px dashed #efefef;
    border-radius: 2px;
    color: #999999;
    font-size: 11px
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
    list-style-type: none
}

/* Widgets /--------------------------------------------------------- */
.bbp-login-form fieldset legend {
    display: none
}

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.bbp-login-form label {
    margin: 0 0 5px
}

.bbp-login-form .bbp-remember-me:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.bbp-login-form .bbp-remember-me input {
    display: inline-block !important;
    float: left;
    margin-top: 7px;
    margin-right: 7px
}

.bbp-login-form .bbp-remember-me label {
    float: left
}

.bbp-login-form .bbp-submit-wrapper {
    margin-top: 10px
}

.bbp-login-form .bbp-login-links a {
    float: left;
    clear: left
}

.bbp-logged-in img.avatar {
    margin: 0;
    border-radius: 50%
}

.widget_display_stats dt,
.widget_display_stats dd {
    display: inline-block
}

/* Avatars /--------------------------------------------------------- */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
    float: none;
    margin-bottom: -7px;
    display: none
}

fieldset div.avatar {
    float: right
}

/* User Pages /--------------------------------------------------------- */
#bbpress-forums h1 {
    clear: none
}

#bbpress-forums #bbp-user-wrapper {
    float: left;
    width: 100%
}

#bbpress-forums .bbp-user-section {
    overflow: auto
}

#bbpress-forums .bbp-user-section .bbp-user-forum-role,
#bbpress-forums .bbp-user-section .bbp-user-topic-count,
#bbpress-forums .bbp-user-section .bbp-user-reply-count {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #999999;
    font-size: 12px;
    display: none
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    clear: none
}

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
    clear: none
}

#bbpress-forums #bbp-single-user-details {
    margin: 0 10px 0 0;
    width: 140px;
    float: left;
    overflow: hidden
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
    margin: 0;
    width: 140px
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
    border: none;
    height: 140px;
    padding: 0;
    margin: 0 0 20px;
    width: 140px;
    border-radius: 50%
}

#bbpress-forums #bbp-single-user-details #bbp-user-description {
    float: none;
    margin-left: 180px
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
    float: none;
    margin: 0 0 20px
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
    margin: 0;
    border-bottom: 1px solid #efefef
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child {
    border: none
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    padding: 8px 0;
    display: block;
    text-decoration: none;
    border-radius: 2px
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    font-weight: 600
}

#bbpress-forums #bbp-user-body {
    margin-left: 180px
}

body.my-account #bbpress-forums {
    border-top: none;
    padding-top: 0;
    margin-bottom: 0
}

/* User Capabilities /--------------------------------------------------------- */
#bbpress-forums dl.bbp-user-capabilities {
    display: inline-block;
    vertical-align: top
}

#bbpress-forums dl.bbp-user-capabilities dt {
    margin: 0 0 10px;
    text-transform: capitalize
}

#bbpress-forums dl.bbp-user-capabilities dd {
    margin: 0;
    padding: 0
}

/* BuddyPress Activity Streams /--------------------------------------------------------- */
.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
    border-left: 2px solid #eaeaea;
    margin-left: 5px;
    padding-left: 10px
}

/* BuddyPress Group Forums /--------------------------------------------------------- */
#bbpress-forums div.row-actions {
    font-size: 11px;
    visibility: hidden
}

#bbpress-forums li:hover>div.row-actions {
    visibility: visible
}

/* Search Results /--------------------------------------------------------- */
#bbp-search-results .bbp-topic-header .bbp-meta,
#bbp-search-results .bbp-topic-header .bbp-topic-title-meta,
#bbp-search-results .bbp-reply-header .bbp-meta {
    display: none
}

/* BBPress Pagination /--------------------------------------------------------- */
.page-numbers {
    margin-bottom: 20px;
}

.bbp-pagination-links {
    list-style: none;
}

.bbp-pagination-links {
    display: inline;
}

.bbp-pagination-links a,
.bbp-pagination-links a.next,
.bbp-pagination-links a.prev {
    display: block;
    float: left;
    padding: 4px 9px;
    margin-right: 7px;
    background: #f9f9f9;
    color: #666666;
    border-radius: 2px;
}

.bbp-pagination-links span.current {
    display: block;
    float: left;
    padding: 4px 9px;
    margin-right: 7px;
    background: #44bdbd;
    color: #ffffff;
    font-weight: 700;
    border-radius: 2px;
}

.bbp-pagination-links span.dots {
    display: block;
    float: left;
    padding: 4px 4px;
    margin-right: 7px;
}

/* ------------------------------------------------------------------------ */
/* EOF/* ------------------------------------------------------------------------ */
/*Ajuste*/
.header-v4 .navigation-wrap {
    background: #1f3563 !important;
    border-top: 1px solid #efefef;
}

#navigation>ul>li>a {
    color: #fff !important;
}

.contrast,
.contrast #content,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article {
    background: black !important;
    color: white !important;
}

.contrast #footer {
    background: black !important;
    color: #525252 !important;
}


/*.contrast h1,.contrast h2,.contrast h3,.contrast h4,.contrast h5,.contrast h6,.contrast p,.contrast label,.contrast strong,.contrast em,.contrast cite,.contrast q,.contrast i,.contrast b,.contrast u,.contrast span {    color: white !important;}.contrast a{    color: white !important;}/*.contrast button,.contrast input[type=button],.contrast input[type=reset],.contrast input[type=submit] {    background: black !important;    color: yellow !important;    border: none !important;}*/
.back-top {
    background: #E6E6E6;
    float: left;
    width: 100%;
    position: fixed;
    z-index: 999!important;
}

.contra {
    float: right;
    padding: 0px;
    margin-left: 0px;
    padding-top: 8px;
    margin-bottom: 0px;
    padding-bottom: 4px;
}

.acessib {
    margin-right: 10px;
    float: right;
    padding: 0px;
    margin-left: 35px;
    padding-top: 8px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.acessib span {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    float: left;
    margin-right: 7px;
    margin-top: -4px;
}

.acessib li {
    float: left;
    list-style: none;
    margin-right: 3px;
}

.acessib li:nth-child(2):before {
    display: none;
}

.acessib li:before {
    content: '';
    width: 1px;
    margin-right: 6px;
    height: 12px;
    margin-top: 2px;
    background-color: #fff;
    float: left;
}

.acessib li a {
    color: #fff;
    font-size: 16px;
    margin-right: 2px;
    margin-top: -8px;
    float: left;
}

#altocontraste {
    background-color: #202020;
    width: 16px;
    height: 16px;
    float: left;
    border-radius: 70%;
}

#normalcontraste {
    background-color: #fff;
    width: 16px;
    height: 16px;
    float: left;
    border-radius: 70%;
}

.contra span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    float: left;
    margin-right: 7px;
    margin-top: -4px;
}

.contra li {
    float: left;
    list-style: none;
    margin-right: 3px;
}

#header.header-v4 {
    background: #ffffff;
    float: left;
}

#navigation>ul>li>a {
    font: 14px Source Sans Pro, Arial, Helvetica, sans-serif;
}

.bnprincipal {
    border-bottom: 4px #89ce4d solid;
}

#footer {
    background-color: #f1f1f1 !important;
    color: #525252 !important;
    border-top: none !important;
    padding: 24px 0 20px 0;
}

#footer .widget h3 {
    font: 16px Source Sans Pro, Arial, Helvetica, sans-serif !important;
    color: #9fcd58 !important;
    font-weight: bolder !important;
}

#footer .textwidget {
    font-weight: 500;
    line-height: 16px;
}

#footer .widget h3 {
    margin: 0 0 9px 0 !important;
}

#copyright {
    background: #dfdfdf;
    color: #525252 !important;
}

#footer .bock-redes {
    background-color: #f48120 !important;
    margin-top: -24px !important;
    margin-bottom: 32px !important;
    text-align: center !important;
}

#footer .social-icons a {
    color: #873e01;
    border: 2px #873e01 solid;
    border-radius: 70%;
    width: 32px;
    height: 32px;
    line-height: 33px;
}

#footer .social-icons a:hover {
    color: #873e01;
    border: 2px #fff solid;
    border-radius: 70%;
    width: 32px;
    height: 32px;
    line-height: 33px;
}

#footer .social-icons ul li a {
    opacity: 1 !important;
}

#footer .social-icons span {
    color: #ffffff;
    font-weight: 100;
    font-size: 18px;
    float: left;
    margin-right: 14px;
    margin-top: -3px;
    font-style: italic;
}

#footer .social-icons {
    padding: 19px 0px 15px;
    width: 587px;
    margin: 0px auto;
}

.one-third h3 {
    font: 16px Source Sans Pro, Arial, Helvetica, sans-serif !important;
    color: #8fc142 !important;
    font-weight: bolder !important;
    margin-bottom: 9px;
}



#footer #menu-menu-principal {
    margin-left: 0px;
}

#footer #menu-menu-principal li {
    list-style: none;
}

#footer #menu-menu-principal li {
    line-height: 18px !important;
}

#footer .one-third.columns:nth-child(2) {
    margin-left: -51px;
    margin-right: 91px;
}

#footer .widget ul li {
    border-bottom: none !important;
    position: relative;
    padding: 0px 10px 0px 0 !important;
    line-height: 19px !important;
}

#footer .widget ul li:after {
    display: none;
}

#footer .widget ul {
    margin: 0px 0 0 0;
}

.color-bloco-1 {
    background-color: #f5faee;
}

.color-bloco-2 {
    background-color: #e5f8f7;
}

.color-bloco-3 {
    background-color: #e8eaef;
}

.color-bloco-4 {
    background-color: #fef2e8;
}

.wpb_wrapper .tutilo-2 {
    color: #3d3d3d !important;
    padding-top: 14px;
}

.ul-li {
    display: block;
    margin: 0px auto;
    float: unset;
    padding-left: 0px;
}

.cont2 {
    width: 506px;
}

.ul-li .img-po img {
    width: 100%;
}

.cont3 {
    width: 699px;
}

.color-bloco-1 {
    float: left;
    height: 553px;
}

.ul-li li {
    list-style: none;
    width: 100%;
    float: left;
    padding-left: 0px;
    padding-bottom: 28px;
    margin-right: 22px;
    text-align: center;
}

.ul-li li.cont_1 {
    float: none !important;
    margin: 0px auto !important;
}

.ul-li .entry-title {
    color: #353535;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 9px;
    height: 31px;
}

.ul-li .cod-po {
    background-color: #0c8116;
    width: 85%;
    margin-top: -8px;
    color: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    font-weight: 600;
    font-size: 13px;
    margin: 0px auto;
}

.clbot {
    float: left;
    width: 100%;
    margin-top: 27px;
    margin-bottom: 16px;
    clear: both;
}

.postid-60 #fulltitle,
.postid-62 #fulltitle {
    display: none;
}

/**/
/* Obras */
.post-template-default #fullimagecenter {
    background-position: bottom;
    background-size: cover;
    text-align: center;
    background-size: 100%;
    float: left;
    width: 100%;
    height: 391px;
    background-repeat: no-repeat;
    border-bottom: 7px #9fcd58 solid;
}

.post-template-default #fullimagecenter .title-h1 {
    display: none;
}

.codigo-artigos-int {
    float: left;
    width: 63%;
    background-color: #f4f400;
    padding: 0px 10px 0px 35px;
    font-size: 26px;
    font-weight: 800;
    color: #3c3a3d;
    margin-bottom: 20px !important;
}

.descricao {
    clear: both;
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-size: 17px;
    color: #3d3d3d;
    line-height: 23px;
}

.descricao-obras-int {
    clear: both;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 23px;
}

.titulo-obras-int-2 {
    color: #3d3d3d;
    font-size: 32px;
    margin: 0 0 6px 0;
}

.post-template-default p {
    margin: 0 0 2px 0;
}

.video-obras-int {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 150px;
    padding-right: 150px;
}

.block-video-txt1 {
    padding: 0px 0px 0px 82px !important;
}

.cont1 {
    width: 214px;
}

.titulo-obra-int-3 {
    margin: -15px 0 14px 0 !important;
    color: #3c3c3c !important;
    font-size: 26px ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ !important;
    font-weight: 400 !important;
}

.titulo-obra-4 {
    font-size: 32px !important;
}

.minti_carousel.autores .imagebox {
    background: transparent !important;
    display: block;
    border-radius: 2px;
    padding: 32px 30px 0px 0px !important;
    border: none !important;
    box-shadow: none !important;
    ;
    overflow: hidden;
    color: #3c3c3c;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 19px !important;
}

.autores .imagebox .imagebox-img img {
    margin-bottom: 12px !important;
}

.botao-nvegue {
    margin: -49px auto 5px;
    display: block !important;
    text-align: center;
}

.post-template-default .owl-theme .owl-controls .owl-nav .owl-prev:after {
    height: 40px;
    line-height: 40px;
    font-weight: 800 !important;
    font-size: 46px !important;
    display: block;
    color: #1f3563 !important;
}

.post-template-default .owl-theme .owl-controls .owl-nav [class*=owl-] {
    opacity: 1 !important;
}

.post-template-default .owl-theme .owl-controls .owl-nav .owl-next:after {
    height: 40px;
    line-height: 40px;
    font-weight: 800 !important;
    font-size: 46px !important;
    display: block;
    color: #1f3563 !important;
}

.post-template-default .minti_carousel.autores .owl-dots {
    display: none !important;
}

.post-template-default .owl-theme .owl-controls .owl-nav .owl-next {
    right: -32px;
}

.post-template-default .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -32px;
}

.box-obras {
    padding-top: 55px;
    padding-bottom: 55px;
}

.post-template-default .ul-li li {
    list-style: none;
    width: 214px;
    float: left;
    padding-left: 16px;
    padding-bottom: 28px;
    margin-right: 22px;
    text-align: left;
    height: 318px;
}

.txt-outras-obras {
    color: #3c3c3c;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    vertical-align: 0px;
    height: 5px;
    padding: 0px;
    margin: 0px;
    float: left;
    text-transform: lowercase !important;

}

.box-estadual .titulo-obra-4 {
    font-size: 32px !important;
    line-height: 36px !important;
}

.box-estadual {
    padding: 0px 94px !important;
}

/**/
/* Autores */
.blog-page article.type-autores {
    float: left;
    width: 21%;
    padding: 21px;
}

.blog-medium .type-autores .entry-wrap {
    overflow: unset;
}

.post-type-archive-autores #content {
    padding-top: 20px;
}

.descricao-autores #content {
    padding-top: 28px;
    padding-bottom: 22px;
    width: 92%;
}

.container.descricao-autores {
    width: 100%;
}

.blog-page.descricao-autores article.type-autores {
    float: left;
    width: 100%;
    padding: 11px 11px 0px;
}

.fancybox-button {
    background: #2651a0 !important;
}

.descricao-pag {
    font-size: 20px;
    color: #303030;
}

.post-type-archive-autores .wpb_column.column_container {
    padding-left: 48px !important;
    padding-bottom: 16px;
}

.post-type-archive-autores #fulltitle {
    display: none;
}

.post-type-archive-autores .blog-medium .entry-image {
    float: left;
    width: 100%;
    margin: 0 0px 0px 0;
    height: 251px;
}

.post-type-archive-autores .entry-title {
    float: left;
    margin-top: 6px;
    width: 100%;
    overflow: hidden;
    height: 60px;
}

.post-type-archive-autores h2 {
    font: 22px Source Sans Pro, Arial, Helvetica, sans-serif;
    color: #333333;
    line-height: 25px;
}

.titulo-pag {
    font-size: 32px !important;
}

.post-type-archive-autores .entry-content {
    float: left;
    line-height: 19px;
    font-size: 15px;
}

.post-type-archive-autores .fancybox-content {
    width: 880px !important;
    height: 511px !important;
}

.descricao-autores .entry-image {
    float: left;
    width: 37%;
    padding-right: 27px;
    height: auto;
}

.descricao-autores .entry-wrap {
    float: left;
    width: 50%;
}

.post-type-archive-autores .attachment-blog.p-post-image {
    width: 100%;
    height: auto;
}

.descricao-autores .entry-title {
    float: left;
    width: 100%;
}

.descricao-autores .entry-content {
    float: left;
    width: 100%;
}

.descricao-autores .obras-relacionadas {
    float: left;
    width: 100%;
}

.descricao-autores ul {
    padding-left: 0px;
    margin-left: 0px;
}

.descricao-autores ul li {
    float: left;
    list-style: none;
    width: 90px;
}

.descricao-autores ul li strong {
    float: left;
    width: 100%;
    line-height: 14px;
    color: #303030;
    font-size: 10px;
    text-transform: uppercase;
}

.descricao-autores .entry-title h1 {
    color: #303030;
    font-size: 22px;
}

.bot-seja {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.bot-seja a.bot-autores {
    background-color: #1f3563;
    color: #fff;
    padding: 7px 16px;
    font-size: 15px;
    margin: 0px auto;
    float: unset;
    display: block;
    width: 77px;
    text-align: center;
}

.post-type-archive-autores .type-autores .entry-content {
    float: left;
    line-height: 19px;
    font-size: 13px;
    height: 76px;
    overflow: hidden;
    color: #000;
}

.page-id-17 #fulltitle {
    display: none;
}

.page-id-17 #content {
    padding-top: 0px;
}

.ul-papocomautores {
    padding-left: 0px;
    margin-left: 0px;
}

.ul-papocomautores li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
    background-color: #f2f2f2;
    list-style: none;
}

.ul-papocomautores .img-po {
    float: left;
    width: 25%;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 0px;
    margin-left: 21px;
    height: 169px;
    overflow: hidden;
    background-color: #f4f404;
}

.ul-papocomautores .titulo {
    float: left;
    width: 22%;
    padding-left: 37px;
    font-size: 21px;
    line-height: 22px;
    color: #3d3d3d;
    font-weight: 800;
    padding-right: 37px;
    height: 157px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.ul-papocomautores .info {
    float: left;
    width: 24%;
    padding-top: 25px;
}

.ul-papocomautores a {
    background-color: #f4f404;
    font-size: 14px;
    color: #3d3d3d;
    text-decoration: underline;
    padding: 9px 14px;
}

.ul-papocomautores small {
    width: 100%;
    display: block;
    color: #3d3d3d;
    font-size: 11px;
    font-weight: 400;
}

.ul-papocomautores span {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 400;
    margin-top: -5px;
    margin-bottom: 9px;
}

.ul-papocomautores .bot {
    display: flex;
    align-items: center;
    float: right;
    width: 20%;
    height: 212px;
}

.ul-papocomautores a {
    background-color: #f4f404;
    font-size: 14px;
    color: #3d3d3d;
    text-decoration: underline;
    padding: 4px 14px;
    width: 47%;
    font-weight: 800;
    text-align: center;
    margin: 0px auto;
}

.descricao-papos-autores .entry-title {
    float: left;
    width: 100%;
    color: #3d3d3d;
    font-weight: 600;
}

.descricao-papos-autores .entry-title h2 {
    line-height: 24px;
    margin: 0 0 15px 0;
    font-size: 20px;
}

.descricao-papos-autores .info {
    float: left;
    width: 100%;
    line-height: 19px;
}

.descricao-papos-autores span {
    float: left;
    width: 100%;
}

.page-template-page-papo_com_autores-php .fancybox-content {
    width: 700px !important;
    height: 100% !important;
}

.container.descricao-papos-autores {
    width: 100%;
}

.descricao-papos-autores #content {
    padding-top: 32px;
    margin-left: 34px;
}

.descricao-papos-autores .video {
    float: left;
    width: 100%;
    margin-top: 19px;
}

.page-template-page-faq-php #fulltitle {
    display: none;
}

.page-template-page-faq-php #content {
    padding-top: 12px;
}

.accordion {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(225, 225, 225, 1);
    overflow: hidden;
    transition: height 0.3s ease;
    margin-bottom: -15px;
}

.accordion .accordion_tab {
    padding: 5px 12px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: inherit;
    letter-spacing: 0px;
    position: relative;
}

.accordion .accordion_tab .accordion_arrow {
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 15px;
    transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img {
    width: 100%;
    height: 100%;
}

.accordion .accordion_tab.active .accordion_arrow {
    transform: translateY(22%) rotate(180deg);
}

.accordion.active {
    height: auto;
    margin-bottom: 5px;
    float: left;
}

.accordion .accordion_content {
    padding: 20px;
    border-top: 1px solid #e9e9e9;
}

.accordion .accordion_content .accordion_item {
    margin-bottom: 20px;
}

.accordion .accordion_content .accordion_item p.item_title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    color: #6adda2;
}

.accordion .accordion_content .accordion_item p:last-child {
    color: #9a9b9f;
    font-size: 14px;
    line-height: 20px;
}

.accordion.active .accordion_content {
    background: #fff;
    border-top: none;
    padding-top: 9px;
    padding-left: 14px;
    border-bottom: 1px solid #e9e9e9;
}

.page-id-7 #fulltitle {
    display: none;
}

.titulo3 {
    font-size: 24px !important;
    padding-top: 51px !important;
}

.page-id-7 #content {
    margin-bottom: 46px;
}

.page-id-7 .botao-veja {
    margin-top: 18px;
    margin-bottom: 15px;
}

#inline1.fancybox-content {
    padding: 0px;
}

#menu-menu-footer .menu-item.menu-item-type-post_type,
#menu-menu-footer .menu-item.menu-item-type-custom {
    list-style: none;
    line-height: 19px;
}

#menu-menu-footer {
    padding-left: 0px;
    margin-left: 0px;
}

#navigation .sub-menu {
    background: #1f3563 !important;
}

#navigation .sub-menu li a,
#navigation .sub-menu ul li a {
    border-color: #fff !important;
}

#navigation .sub-menu li a {
    font: 13px Source Sans Pro, Arial, Helvetica, sans-serif !important;
    color: #fff !important;
}

#navigation .sub-menu ul li a {
    display: block;
    text-align: left;
    color: #fff;
}

#navigation ul>li>ul>li:hover,
#navigation ul li ul li:hover {
    background-color: #f48120;
}
#navigation ul>li>ul>li:hover>a,
#navigation ul li ul li a:hover {
    color: #1f3563 !important;
}

.page-template-page-conteudo_professor #fulltitle {
    display: none;
}

.page-template-page-conteudo_professor #content {
    padding-top: 0px;
}

.materia_professor {
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
    float: left;
}

.materia_professor li {
    float: left;
    width: 23.5%;
    list-style: none;
    padding: 8px;
}

.conteudo_professor-template-default .container .ten.columns {
    width: 573px;
}

.conteudo_professor-template-default .container .six.columns {
    width: 545px;
}

.conteudo_professor-template-default .titlebar h1,
.conteudo_professor-template-default .title-h1 {
    font: 18px Open Sans, Arial, Helvetica, sans-serif !important;
    color: #777777;
    padding: 10px 0px !important;
}

.conteudo_professor-template-default #breadcrumbs {
    margin-top: 15px !important;
}

.cont-prof {
    padding-left: 0px;
    margin-left: 0px;
    float: left;
    margin-top: 20px;
    margin-bottom: 43px;
}

.cont-prof li {
    float: left;
    list-style: none;
    width: 150px;
    margin: 12px;
}

.cont-prof li span {
    color: #3d3d3d !important;
    font-weight: 600;
    line-height: 16px;
    display: block;
    width: 100%;
    text-align: center;
}

.cont-prof li img {
    border: 1px #ccc solid;
}

.ul-mapeamento {
    padding-left: 0px;
    float: left;
    margin-left: -22px;
    width: 106%;
    margin-bottom: -40px;
}

.ul-mapeamento li {
    width: 176px;
    float: left;
    margin: 0px 9px 10px 9px;
    list-style: none;
    height: 304px;
}

.ul-mapeamento li .titulo {
    color: #353535;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 9px;
    line-height: 15px;
}

#inline2 {
    width: 830px !important;
    display: inline-block;
    margin-top: 15px;
}

.obras-template-default #fulltitle {
    display: none;
}

/* Obra */
.banner-full img {
    border-bottom: 7px #9fcd58 solid;
    width: 100%;
}

.box-obras-descricao {
    padding-top: 28px;
}

.box-imagem-principal {
    float: left;
}

.box-imagem-principal img {
    width: 100%;
}

.box-detalhe h2 {
    margin: 0px 0 10px 0;
    color: #3d3d3d;
    font: 26px Source Sans Pro, Arial, Helvetica, sans-serif;
    line-height: 1.8;
    font-weight: 800;
}

.box-obras-descricao .box-detalhe {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.box-obras-descricao .descricao {
    clear: both;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 22px;
    font-weight: 400;
}

.box-estrutura {
    background-color: #fefee5;
    padding-top: 33px;
    padding-bottom: 62px;
    margin-top: 47px;
}

.box-estrutura p {
    margin: 0 0 5px 0;
}

.box-conheca-obra {
    padding-top: 72px;
    padding-bottom: 72px;
    float: left;
    width: 100%;
}

.box-conheca-obra .block-video-1 {
    padding-left: 110px;
}

.box-conheca-obra .img-obra img {
    width: 100%;
}

.box-conheca-obra .block-video-txt1 {
    padding: 0px 99px 0px 62px !important;
}

.box-conheca-obra .titulo-obra-int-3 {
    margin: -5px 0 7px 0 !important;
    color: #3c3c3c !important;
    font-size: 28px !important;
    text-align: center;
    font-weight: 400 !important;
}

.box-materiais-digitais {
    background-color: #f5faee;
    padding-top: 72px;
    padding-bottom: 72px;
    float: left;
    width: 100%;
}

.box-list-videos-materiais strong {
    color: #3c3c3c;
    margin-bottom: 19px;
    float: left;
    font-weight: 800;
    font-size: 14px;
}

.box-materiais-digitais .titulo-obra-4 {
    font-size: 31px !important;
    text-align: center;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 35px;
}

.box-mapeamento-obra {
    background-color: #fff;
    padding-top: 65px;
    padding-bottom: 72px;
    float: left;
    width: 100%;
    text-align: center;
}

.box-mapeamento-obra .titulo-obra-4 {
    font-size: 31px !important;
    text-align: center;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 27px;
}

.box-autores {
    background-color: #e8eaef;
    padding-top: 55px;
    padding-bottom: 55px;
    float: left;
    width: 100%;
}

.box-autores .titulo-obra-4 {
    font-size: 27px !important;
    font-weight: 700;
}

.post-template-default .descricao p {
    margin: 0 0 11px 0;
}

#pagination .current a {
    background: #f48120 !important;
}

.ico-tiktok {
    width: 22px;
    margin-top: 5px;
}

a.link-footer {
    float: left;
    display: block;
    clear: both;
    width: 100%;
    line-height: 23px;
}

#menu-menu-footer .sub-menu {
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

#menu-menu-footer .sub-menu li {
    list-style: inside !important;
}

.accordion-container {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.accordion-container .set>a {
    display: block;
    padding: 11px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.accordion-container .set>a i {
    float: right;
    margin-top: 2px;
}

.accordion-container .set>a.active {
    background-color: #1f3563;
    color: #fff;
}

.accordion-container .content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    padding-bottom: 20px;
    padding-top: 9px;
    font-size: 15px;
    line-height: 20px;
    overflow: auto;
}

.accordion-container .content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.ul-assessorias {
    padding: 0px;
    float: left;
    width: 100%;
    margin: 0px;
}

.ul-assessorias li {
    float: left;
    list-style: none;
    width: 97%;
    background-color: #f2f2f2 !important;
    padding: 16px;
    margin-bottom: 19px;
}

.ul-assessorias .img-po {
    float: left;
    margin-right: 18px;
    width: 23%;
}

.ul-assessorias .titulo {
    float: left;
    width: 75%;
    font-size: 18px;
    font-weight: 700;
    color: #3d3d3d;
    font-size: 20px;
    line-height: 22px;
    color: #3d3d3d;
    font-weight: 800;
    margin-bottom: 11px;
}

.ul-assessorias .info strong strong {
    font-weight: 500;
    color: #333;
}

.ul-assessorias .info {
    float: left;
    width: 75%;
}

.ul-assessorias .info strong {
    font-size: 15px;
}

.ul-assessorias .descricao {
    clear: both;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 23px;
    font-weight: 500;
    line-height: 21px;
}

.page-id-999 #content {
    padding-top: 13px;
    padding-bottom: 40px;
}

.page-id-999 #fulltitle {
    display: none;
}

.post-template-default #fulltitle {
    display: none;
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #1f3563 !important;
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #1f3563 !important;
}

.tab-obras td {
    border: 1px #ccc solid;
    padding: 7px;
}

.img-bncc a img {
    width: 200px;
    margin-bottom: -26px;
}

.titulo-bncc {
    color: #3c3c3c;
    font-weight: 600 !important;
    margin-bottom: -18px !important;
}

.titulo-b-1 .titulo-bncc {
    margin: -32px 0 16px 0 !important;
    float: left;
    text-align: center;
    width: 100%;
}

.block-video-txt1 .titulo-bncc {
    margin: -32px 0 17px 0 !important;
    float: left;
    width: 100%;
    line-height: 16px;
    display: block;
}


.postid-1252 .titulo-b-1 .titulo-bncc {
    margin: -32px 0 16px 0 !important;
    float: left;
    text-align: center;
    width: 100%;
}

.box-uno {
    width: 50% !important;
    height: 475px;
}

.box-uno .ul-li li {
    list-style: none;
    width: 42%;
}

.box-uno .wpb_wrapper .tutilo-2 {
    color: #3d3d3d !important;
    padding-top: 14px;
    line-height: 21px;
    padding-left: 110px;
    padding-right: 110px;
}

.box-unic {
    margin: 0px auto !important;
    display: block;
    float: unset !important;
}

.titulo-mape {
    color: #3d3d3d !important;
    padding-top: 31px !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.subtitulo-mape {
    color: #353535;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 9px;
    height: 31px;
}

.page-template-page-mapeamento .titulo-bncc {
    height: 42px;
}

.page-template-page-mapeamento .wpb_row.vc_row-fluid.standard-section.section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.page-template-page-mapeamento .img-bncc img,
.page-template-page-mapeamento .single_image img {
    width: 200px;
    margin-bottom: -26px !important;
}

.page-template-page-mapeamento .blx-map-1 .wpb_wrapper img {
    margin-top: -15px !important;
    margin-bottom: 15px !important;
}

.bheg-1 {
    height: 397px !important;
}

.cont4 {
    padding-left: 140px;
}

a.button.blue {
    margin: 0px auto !important;
    display: flex;
    width: 127px !important;
    text-align: center;
    margin-bottom: 3px !important;
}

.vc_col-sm-6.box-1 {
    width: 33.3% !important;
    height: 553px;
}

.box-colecao .ul-li li.cont_1 .img-po img {
    width: 292px;
}

.color-bloco-5 {
    background-color: #f5f9dcb8;
}

.color-bloco-6 {
    background-color: #e8eaef;
}

.box-n-colecao .img-po {
    width: 74.4%;
    margin: 0px auto;
}

.box-colecao.box-2 .img-po {
    width: 64.3%;
    margin: 0px auto;
}

.box-2.box-n-colecao .img-po {
    width: 44%;
}

.box-2 {
    height: 546px;
}

.box-3 {
    width: 100% !important;
}

.box-3 .ul-li li {
    width: 49%;
    margin-right: 0px;
}

.box-3.box-colecao .img-po {
    width: 64%;
    margin: 0px auto;
}

.color-bloco-2 .cod-po {
    margin-top: -29px;
}

/*tirar depois*/
.box-cent-2 {
    margin: 0px auto;
    display: block;
    float: unset !important;
}


.box-estadual {
    display: block;
}

.gcatalogo {
    font-size: 26px !important
}

#menu-item-861 {
    display: none !important;
}

#menu-menu-footer #menu-item-880 {
    display: none !important;
}

#mobile-nav .menu-item-861 {
    display: none !important;
}

.txt-3f {
    color: #3c3c3c;
    font-weight: 600 !important;
    text-align: center;
    margin-top: -35px;
}

.cP {
    background-color: rgba(174, 79, 126, 0.1) !important;
}

.cG {
    background-color: rgba(219, 68, 64, 0.1) !important;
}

.cI {
    background-color: rgba(105, 68, 134, 0.1) !important;
}

.cGe {
    background-color: rgba(0, 119, 136, 0.1) !important;
}

.cM {
    background-color: rgba(230, 176, 0, 0.1) !important;
}

.cH {
    background-color: rgba(200, 139, 0, 0.1) !important;
}

.cS {
    background-color: rgba(0, 112, 154, 0.1) !important;
}

.cF {
    background-color: rgba(0, 139, 54, 0.1) !important;
}

.AT {
    background-color: rgba(0, 124, 51, 0.1) !important;
}

.DA {
    background-color: rgba(242, 89, 52, 0.1) !important;
}

.TE {
    background-color: rgba(217, 81, 151, 0.1) !important;
}

.MU {
    background-color: rgba(0, 158, 168, 0.1) !important;
}

.FI {
    background-color: rgba(111, 150, 47, 0.1) !important;
}

.BI {
    background-color: rgba(0, 146, 76, 0.1) !important;
}

.QU {
    background-color: rgba(167, 33, 89, 0.1) !important;
}

.aj-txt-colec {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.ajsu-cole5 {
    padding-top: 10px;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 9px;
}

.botao-nvegue .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d {
    color: #fff;
    background-color: #1f3563;
    box-shadow: 0 5px 0 #071a43;
}

.botao-nvegue:hover .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d {
    color: #fff;
    background-color: #071a43;
    box-shadow: 0 5px 0 #071a43;
}

.vc_col-sm-6.box-1.Novela,
.vc_col-sm-6.box-1.historia,
.vc_col-sm-6.box-1.romance {
    width: 50% !important;
}

.Novela .ul-li li,
.historia .ul-li li,
.romance .ul-li li {
    width: 46%;
}

.historia {
    background-color: rgba(242, 89, 52, 0.1) !important;
}

.romance {
    background-color: rgba(47, 37, 128, 0.1) !important;
}

.romance {
    background-color: rgba(47, 37, 128, 0.1) !important;
}

.cronica {
    background-color: rgba(234, 197, 0, 0.1) !important;
}

.conto {
    background-color: rgba(0, 146, 76, 0.1) !important;
}


/*
.postid-1224 .block-video-txt1, .postid-1252 .block-video-txt1, .postid-1139 .block-video-txt1{
	display:none;
}


.postid-1224 .block-video-1, .postid-1252 .block-video-1, .postid-1139 .block-video-1{
	margin: 0px auto;
    display: block;
    float: unset;
}
*/

.block-video-1 .wpb_single_image img {
    width: 84%;
}

#menu-item-372,
#menu-item-552 {
    display: none !important;
}

.postid-1890 .block-video-txt1,
.postid-1934 .block-video-txt1,
.postid-1947 .block-video-txt1,
.postid-1908 .block-video-txt1,
.postid-1958 .block-video-txt1,
.postid-1995 .block-video-txt1,
.postid-1970 .block-video-txt1,
.postid-1923 .block-video-txt1 {
    padding: 0px 0px 0px 0px !important;
}

/*
.box-divugacao{
	display:none;
}

.block-video-1.aj-cata{
	    display: block;
    margin: 0px auto;
    float: unset;
}
*/
.display-none {
    display: none;
}

.clbot.aj-contudo-b {
    width: 61% !important;
    margin: 25px auto;
    display: block;
    float: unset !important;
}

.romance {
    margin-bottom: 27px;
}

.aj-contudo-b .vc_col-sm-6.wpb_column {
    margin-bottom: 17px;
}

/*
.ilustradores .obras-relacionadas, .elaboradores .obras-relacionadas, .tradutor .obras-relacionadas {
	display:none;
}
*/
/**/

.bot-txt-ass {
    color: #3d3d3d !important;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px !important;
    font-weight: 400;
}

.bot-txt-ass p {
    margin-bottom: 10px;
}

.bot-txt-ass {
    color: #3d3d3d !important;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px !important;
    font-weight: 400;
}

@media(max-width: 1350px) {
    .container {
        width: 1210px;
    }

    .header-v4 #navigation>ul>li>a {
        padding: 15px 6px 15px 6px;
    }

    #navigation>ul>li>a {
        font: 11px Montserrat, Arial, Helvetica, sans-serif;
    }

    .navigation-wrap .container .sixteen.columns {
        width: 100%;
    }

    .container .sixteen.columns {
        width: 100%;
    }
}

@media(max-width: 1199px) {
    .blog-page article.type-autores {
        float: left;
        width: 28%;
    }

    .ul-assessorias .titulo {
        float: left;
        width: 79%;
    }

    .ul-assessorias .info {
        float: left;
        width: 76%;
    }

    .box-uno .ul-li li {
        list-style: none;
        width: 40%;
        margin-left: 95px !important;
    }

    .Novela .ul-li li,
    .historia .ul-li li,
    .romance .ul-li li {
        width: 44%;
    }

    .color-bloco-1 {
        float: left;
        height: 450px;
    }
}

@media(max-width: 1199px) {
    .blog-page article.type-autores {
        float: left;
        width: 27%;
    }

    .ul-papocomautores .bot {
        display: flex;
        align-items: center;
        float: right;
        width: 18%;
        height: 212px;
    }

    .ul-papocomautores .img-po {
        height: 125px;
        display: flex;
        align-items: center;
        height: 169px;
        background-color: transparent;
    }

    .page-template-page-papo_com_autores-php .fancybox-content {
        width: 700px !important;
        height: 506px !important;
    }

    .ul-papocomautores .bot {
        display: flex;
        align-items: center;
        float: right;
        width: 15%;
    }

    .ul-li li {
        list-style: none;
        width: 100%;
    }

    .ul-li {
        float: left;
        width: 100%;
        margin: 0px auto;
        display: block;
        margin-left: 0px;
        padding-left: 0px;
    }

    .conteudo_professor-template-default .container .ten.columns {
        width: 100%;
    }

    .conteudo_professor-template-default .container .six.columns {
        width: 100%;
    }

    .conteudo_professor-template-default #breadcrumbs {
        margin-top: -2px !important;
        margin-bottom: 6px;
        text-align: left !important;
    }

    .cont-prof li {
        float: left;
        list-style: none;
        width: 132px;
    }

    .box-uno {
        width: 50% !important;
        height: 420px;
    }

    .box-2.box-n-colecao .img-po {
        width: 43.2%;
    }

    .vc_col-sm-6.box-1 {
        width: 33.3% !important;
        height: 450px;
    }

    .box-2 {
        height: 460px;
    }
}

@media(max-width: 990px) {
    .accordion .accordion_tab {
        padding: 5px 12px;
        cursor: pointer;
        user-select: none;
        font-size: 16px;
        font-weight: 700;
        text-transform: inherit;
        letter-spacing: 0px;
        position: relative;
        width: 96%;
    }

    .accordion .accordion_tab .accordion_arrow {
        position: absolute;
        margin-right: -9px;
    }

    .accordion .accordion_tab .accordion_arrow {
        position: absolute;
        top: 46%;
    }

    .accordion {
        width: 100%;
        height: 83px;
    }

    .accordion .accordion_tab {
        height: 51px;
    }

    .accordion .accordion_tab {
        line-height: 25px;
    }

    .accordion .accordion_tab {}

    .accordion {
        box-shadow: none;
    }

    .ul-li li {
        list-style: none;
        width: 39%;
    }

    .logo_retina {
        height: 55px !important;
        margin-left: 0px;
        margin-right: 31px;
        float: left;
        width: auto !important;
        margin-top: -49px;
    }

    .logo_standard {
        display: block;
        float: right !important;
        height: 54px !important;
        margin-top: -47px !important;
    }

    #mobile-navigation-btn,
    #mobile-cart-btn,
    #mobile-shopping-btn {
        color: #1f3563 !important;
        line-height: 26px !important;
        margin-top: 0px !important;
    }

    #footer .one-third.columns:nth-child(2) {
        margin-left: -34px;
        margin-right: 39px;
    }

    .ul-assessorias li {
        float: left;
        list-style: none;
        width: 89%
    }

    .ul-assessorias .titulo {
        float: left;
        width: 71%;
    }

    .ul-assessorias .info {
        float: left;
        width: 67%;
    }

    .ul-assessorias .titulo {
        float: left;
        width: 100%;
    }

    .ul-assessorias .info {
        float: left;
        width: 98%;
    }

    .ul-li {
        float: left;
        width: 99%;
        margin: 0px auto;
        display: block;
        margin-left: 0px;
        padding-left: 0px;
    }

    .ul-li li {
        width: 100%;
        padding-left: 0px;
        margin-right: 0px;
    }

    .box-uno {
        width: 50% !important;
        height: 386px;
    }

    .box-uno .ul-li li {
        list-style: none;
        width: 44%;
        margin-left: 83px !important;
    }

    .box-uno .wpb_wrapper .tutilo-2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .vc_col-sm-6.box-1 {
        width: 33.3% !important;
        height: 448px;
    }

    .box-2 {
        height: auto;
    }
}

@media(max-width: 767px) {
    #mobile-header .logo {
        /*width: 280px !important;*/
        float: left;
        margin-top: 33px !important;
    }

    .logo_standard {
        display: block !important;
        float: left !important;
    }

    .logo_standard {
        display: block;
        float: right !important;
        height: 54px !important;
        margin-top: -15px !important;
    }

    .logo_retina {
        height: 55px !important;
        margin-left: 0px;
        margin-right: 18px;
        float: left;
        width: auto !important;
        margin-top: -17px;
    }

    #mobile-navigation-btn,
    #mobile-cart-btn,
    #mobile-shopping-btn {
        color: #1f3563 !important;
        line-height: 26px !important;
        margin-top: 30px !important;
    }

    #mobile-navigation {
        background: #1f3563 !important;
    }

    #mobile-navigation form {
        display: none !important;
    }

    .site-wrapper #mobile-navigation ul li a {
        color: #fff !important;
        border-bottom-color: rgba(255, 255, 255, 0.3) !important;
    }

    .color-bloco-1,
    .color-bloco-2,
    .color-bloco-3,
    .color-bloco-4,
    .color-bloco-5 {
        float: left;
        width: 100% !important;
    }

    .ul-li {
        float: left !important;
        width: 100% !important;
        margin-left: 0px !important;
    }

    .ul-li li {
        list-style: none;
        width: 47%;
        float: left;
        padding-left: 5px;
        padding-bottom: 28px;
        margin-right: 4px;
        text-align: center;
    }

    #footer {
        padding: 0px 0 20px;
        margin-top: 38px;
    }

    #footer .social-icons span {
        width: 100%;
    }

    .social-icons ul {
        width: 250px;
        margin: 5px auto;
    }

    #footer .social-icons {
        width: 100%;
    }

    #footer .one-third.columns:nth-child(2) {
        margin-left: 0px;
        margin-right: 0px;
    }

    #mobile-header {
        float: left !important;
    }

    .post-template-default #fullimagecenter {
        height: 218px;
    }

    .post-template-default .ul-li li {
        list-style: none;
        width: 100%;
        text-align: center;
    }

    .video-obras-int {
        padding-top: 55px;
        padding-bottom: 55px;
        padding-left: 55px;
        padding-right: 55px;
    }

    .blog-page article.type-autores {
        float: left;
        width: 42%;
        padding: 15px;
    }

    .post-type-archive-autores .type-autores .entry-content {
        height: 113px;
    }

    .blog-page article.type-autores {
        height: 423px;
    }

    .descricao-autores .entry-title {
        float: left;
        width: 42%;
    }

    .blog-page article.type-autores {
        height: auto;
    }

    .descricao-autores #content {
        padding-top: 28px;
        padding-bottom: 22px;
        width: 100%;
        margin: 0px;
    }

    .blog-page.descricao-autores article.type-autores {
        float: left;
        width: 100%;
        padding: 0px 0px 0px;
    }

    .descricao-autores .entry-image {
        float: left;
        width: 100%;
        padding-right: 0px;
    }

    .entry-wrap {
        float: left;
        padding: 0px 23px;
    }

    .descricao-autores #content {
        padding-top: 0px;
        padding-bottom: 22px;
        width: 100%;
        margin: 0px;
    }

    .post-type-archive-autores .wpb_column.column_container {
        padding-left: 25px !important;
    }

    .ul-papocomautores .img-po {
        float: left;
        width: 100%;
        padding: 27px;
        margin-top: 0px;
        margin-bottom: 15px;
        padding-left: 0px;
        margin-left: 0px;
    }

    .ul-papocomautores .titulo {
        float: left;
        width: 93%;
        padding-left: 17px;
        font-size: 21px;
        line-height: 22px;
        color: #3d3d3d;
        font-weight: 800;
        padding-right: 0px;
        height: auto;
        margin-top: 20px;
        display: block;
        align-items: center;
    }

    .ul-papocomautores .info {
        float: left;
        width: 92%;
        padding: 17px;
    }

    .ul-papocomautores small {
        font-size: 15px;
    }

    .ul-papocomautores span {
        width: 100%;
        display: block;
        font-size: 17px;
        color: #3d3d3d;
        font-weight: 400;
        margin-top: -5px;
        margin-bottom: 9px;
        font-weight: 600;
    }

    .ul-papocomautores .bot {
        display: block;
        align-items: center;
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 26px;
        text-align: center;
    }

    .ul-papocomautores a {
        background-color: #f4f404;
        font-size: 16px;
        color: #3d3d3d;
        text-decoration: underline;
        padding: 9px 51px;
        width: 75%;
        font-weight: 800;
        text-align: center;
        margin: 0px auto;
    }

    .ul-papocomautores .img-po {
        background-color: #f4f404;
    }

    .accordion .accordion_tab {
        width: 90%;
    }

    .accordion .accordion_tab .accordion_arrow {
        position: absolute;
        margin-right: -35px;
    }

    .accordion .accordion_tab {
        font-size: 15px;
    }

    .materia_professor li {
        float: left;
        width: 44.5%;
    }

    .ul-li li {
        list-style: none;
        width: 100%;
        float: left;
        padding-left: 0px;
        padding-bottom: 28px;
        margin-right: 4px;
        text-align: center;
    }

    .box-uno .ul-li li {
        list-style: none;
        width: 100%;
        margin: 0px auto !important;
        display: block;
        float: unset;
    }

    .box-uno {
        height: auto;
    }

    .vc_col-sm-6.box-1 {
        width: 100% !important;
        height: auto;
        float: left;
    }

    .box-2.box-n-colecao {
        float: left;
        width: 100%;
    }

    .box-2 {
        height: auto;
    }

    .box-3 .ul-li li {
        width: 100%;
        margin-right: 0px;
    }

    .box-obras .txt-outras-obras {
        color: #3c3c3c;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 18px !important;
        vertical-align: 0px;
        height: 5px;
        padding: 0px;
        margin: 0px;
        float: left;
        text-align: center !important;
        width: 100%;
        margin-top: -15px;
    }

    .codigo-artigos-int {
        float: left;
        width: 100%;
    }

    .vc_col-sm-6.box-1.Novela,
    .vc_col-sm-6.box-1.historia,
    .vc_col-sm-6.box-1.romance {
        width: 100% !important;
    }

    .color-bloco-1 {
        float: left;
        height: auto;
    }

    .box-colecao.conto {
        margin-bottom: 20px;
    }
}

@media(max-width: 541px) {
    .post-template-default #fullimagecenter {
        background-position: bottom;
        background-size: cover;
        text-align: center;
        background-size: 100%;
        float: left;
        width: 100%;
        height: 151px;
    }

    .titulo-obra-4 {
        font-size: 29px !important;
        line-height: 31px !important;
    }

    .descricao-autores .entry-image {
        float: left;
        width: 92%;
        padding-right: 0px;
    }

    .entry-wrap {
        float: left;
    }

    .ul-mapeamento li {
        width: 45%;
        float: left;
        margin: 0px 9px 10px 9px;
        list-style: none;
        height: 304px;
    }

    .post-template-default .section img {
        margin: 0px auto !important;
        display: block !important;
    }

    .codigo-artigos-int {
        width: 94% !important;
        padding: 0px 0px 0px 24px !important;
    }

    .Novela .ul-li li,
    .historia .ul-li li,
    .romance .ul-li li {
        width: 100%;
    }
}

@media(max-width: 474px) {


    .color-bloco-1,
    .color-bloco-2,
    .color-bloco-3,
    .color-bloco-4,
    .color-bloco-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .ul-li .entry-title {
        line-height: 13px;
    }

    #footer .social-icons a {
        width: 26px;
        height: 26px;
        line-height: 25px;
    }

    #footer .social-icons a i.fa {
        font-weight: 400 !important;
        font-size: 18px;
    }

    .social-icons ul li {
        margin: 2px 1px 0px;
    }

    .social-icons ul {
        width: 210px;
    }

    .contra {
        float: left;
    }

    .post-template-default #fullimagecenter {
        background-position: bottom;
        background-size: cover;
        text-align: center;
        background-size: 100%;
        float: left;
        width: 100%;
        height: 130px;
    }

    .codigo-artigos-int {
        float: left;
        width: 200px;
        background-color: #f4f400;
        padding: 0px 10px 0px 35px;
        font-size: 23px;
        font-weight: 800;
        color: #3c3a3d;
        margin-bottom: 20px !important;
    }

    .video-obras-int {
        padding-top: 55px;
        padding-bottom: 55px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .blog-page article.type-autores {
        float: left;
        width: 100%;
        padding: 0px;
    }

    .descricao-autores .entry-title {
        float: left;
        width: 100%;
    }

    .post-type-archive-autores .type-autores .entry-content {
        height: auto;
    }

    .bot-seja a.bot-autores {
        background-color: #1f3563;
        color: #fff;
        padding: 7px 0px;
        font-size: 15px;
        margin: 10px auto 37px;
        float: unset;
        display: block;
        width: 100%;
        text-align: center;
    }

    .descricao-autores .entry-image {
        float: left;
        width: 100%;
        padding-right: 0px;
    }

    .ul-papocomautores .img-po {
        height: 125px;
        display: flex;
        align-items: center;
        height: 94px;
    }

    .titulo-pag {
        font-size: 25px !important;
    }

    .ul-mapeamento li {
        width: 43%;
        float: left;
        margin: 0px 9px 10px 9px;
        list-style: none;
        height: 257px;
    }

    .ico-tiktok {
        width: 20px;
        margin-top: 3px;
    }

    #mobile-header .logo {
        /*width: 245px !important;*/
        float: left;
        margin-top: 33px !important;
    }

    .logo_standard {
        display: block;
        float: right !important;
        height: 47px !important;
        margin-top: -11px !important;
    }

    .logo_retina {
        height: 50px !important;
        margin-left: 0px;
        margin-right: 18px;
        float: left;
        width: auto !important;
        margin-top: -16px;
    }

    a i.fa {
        /* font-size: inherit; */
        font-weight: 400 !important;
        font-size: 29px;
    }
}

@media(max-width: 446px) {
    .post-template-default #fullimagecenter {
        background-position: inherit;
        background-position: -30px -3px;
        background-size: cover;
        text-align: center;
        background-size: 100%;
        float: left;
        width: 111%;
        height: 130px;
        background-repeat: no-repeat;
        border-bottom: 7px #9fcd58 solid;
    }
}

@media(max-width: 405px) {
    .post-template-default #fullimagecenter {
        background-position: inherit;
        background-position: -30px 0px;
        background-size: cover;
        text-align: center;
        background-size: 100%;
        float: left;
        width: 111%;
        height: 121px;
        background-repeat: no-repeat;
        border-bottom: 7px #9fcd58 solid;
    }
}

