/*
 Theme Name: Pixomi
 Theme URI: http://themeforest.net/user/dropletthemes
 Author: Muhammad Ajmal
 Author URI: http://dropletthemes.com
 Description: Pixomi - A Modern Consulting and Business WordPress Theme
 Version: 2.0
 License: GNU General Public License 3.0
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, theme-options, translation-ready
 Text Domain: pixomi
*/

/* ================================================== */


/*  00. Table of Content
/* ================================================== */


/*    00. General
/*      ----- 00.0 Reset
/*      ----- 00.0 Body
/*      ----- 00.0 Typography
/*      ----- 00.0 Forms
/*      ----- 00.0 WordPress Core
/*      ----- 00.0 WordPress Gallery
/*      ----- 00.0 Helper Classes
/*    00. Grid System
/*    06. Header
/*       ----- 00.0 Header Topbar
/*       ----- 00.0 Header Search
/*       ----- 00.0 Main Header
/*       ----- 00.0 Header v2 - v14
/*       ----- 00.0 Mobile Header
/*   00. Main Titlebar
/*   00. Footer
/*   00. Sidebar
/*   00. Blog
/*   00. Comments
/* ================================================== */


/*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;
}

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;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #ececec;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #11b5e6;
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}

pre {
    font-size: 100%;
    line-height: 1.3em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    display: block;
    color: #555555;
    padding: 20px;
    margin: 0 0 20px;
    background: #f9f9f9;
    border: solid 1px #e2e2e2;
}


/*Body*/

html {
    height: 100%;
}

body {
    font: 400 14px/25px 'Poppins', sans-serif;
    color: #637281;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin: 0 0 20px;
}

a {
    color: #11b5e6;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #11b5e6;
}

p img {
    margin: 0;
}

p strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

p a {
    color: #11b5e6;
    text-decoration: none;
    line-height: inherit;
}

p a:hover,
p a:focus {
    color: #11b5e6;
    text-decoration: none;
}

i,
.italic {
    font-style: italic;
}

del {
    font-weight: 400;
}

.underlined-text {
    text-decoration: underline;
}

video {
    max-width: 100%;
    height: auto;
}

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

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;
}

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


/*Body Selection*/

::-moz-selection {
    color: #fff;
    background-color: #11b5e6;
}

::selection {
    color: #fff;
    background-color: #11b5e6;
}

::-moz-selection {
    color: #fff;
    background-color: #11b5e6;
}

a strong {
    color: inherit;
}


/*Table Styles*/

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

table,
th {
    font-size: 16px;
}

table,
td {
    font-size: 14px;
    font-weight: 400;
}

table,
td,
th {
    text-align: left;
}

th,
td {
    text-align: left;
    padding: 15px;
}

tr:nth-child(even) {
    background-color: #f8f8f8;
    border: 1px solid #f3f3f3;
}


/*List Styles*/

ul,
ol {
    margin: 0 0 20px 20px;
    font-size: 14px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em 0;
}


/*Blockquote*/

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 20px 40px 20px 80px;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #dde4e8;
    border-left: 5px solid #11b5e6;
    background: transparent;
    color: #5d7280;
    font-family: 'Lora', serif;
    font-style: italic;
}

blockquote:before {
    font-family: 'FontAwesome';
    content: '\f10d';
    color: #5d7280;
    text-align: center;
    line-height: 30px;
    position: absolute;
    font-size: 40px;
    opacity: .2;
    top: 30px;
    left: 25px;
    font-style: normal !important;
}

blockquote cite {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-style: normal;
    color: #11b5e6;
    font-weight: bold;
}

blockquote cite:before {
    content: '-';
    margin-right: 3px;
}

blockquote cite:after {
    content: '-';
    margin-left: 3px;
}


/*Typography*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    line-height: 24px;
    letter-spacing: -0.7px;
    color: #002e5b;
}

h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    margin-bottom: 28px;
}

h4 {
    font-size: 18px;
    margin-bottom: 25px;
}

h5 {
    font-size: 14px;
    margin-bottom: 25px;
}

h6 {
    font-size: 12px;
    margin-bottom: 20px;
}

.title-seperator {
    color: #11b5e6;
}

.title-seperator.small span {
    width: 40px;
}

.title-seperator span {
    width: 55px;
    height: 2px;
    background: #11b5e6;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.title-seperator span:before,
.title-seperator span:after {
    width: 5px;
    height: 2px;
    background: inherit;
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
}

.title-seperator span:after {
    left: auto;
    right: -9px;
}

.title-seperator.left {
    margin-left: 9px;
}

.title-seperator.left span:after {
    display: none;
}

.title-seperator.right {
    margin-right: 9px;
}

.title-seperator.right span:before {
    display: none;
}


/*Forms*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="date"],
input[type="url"],
textarea,
select{
    padding: 14px 18px;
    margin: 10px 0;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: block;
    line-height: 1.6;
    border: 2px solid #F3F3F3;
    background-color: #f8f8f8;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

input[type="email"] {
    margin: 10px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2px;
    text-align: center;
    background-color: #11b5e6;
    outline: none;
    border: none;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

span.wpcf7-form-control.wpcf7-radio {
    position: relative;
    top: 10px;
	display: flex;
}

textarea {
    min-height: 40px;
    padding: 20px;
}

.textarea {
    min-height: 20px;
}

::-webkit-input-placeholder {
    color: #5d7280;
    opacity: 0.8;
}

:-moz-placeholder {
    color: #35485a;
    opacity: 0.8;
}

::-moz-placeholder {
    color: #35485a;
    opacity: 0.8;
}

:-ms-input-placeholder {
    color: #35485a;
    opacity: 0.8;
}

select {
    display: block;
    padding: 10px 12px;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
    max-width: 100%;
    width: 100%;
    color: #5d7280 !important;
    border: 2px solid #f3f3f3;
    background: #f8f8f9;
}

label {
    color: #5d7280;
    display: block;
}

fieldset {
    margin-bottom: 1em;
}

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


/*WordPress Core*/

.alignnone {
    margin: 0px 0px 15px 0px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.618em;
}

.alignleft.flip {
    float: right !important;
    margin-left: 1.618em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.618em;
}

.alignright.flip {
    float: left !important;
    margin-right: 1.618em !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0px 0px 15px 0px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    text-align: center;
    overflow: hidden;
    max-width: 100%;
}

.image_frame,
.wp-caption {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0px 0px 5px 0px;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    line-height: normal;
    display: block;
    margin: 0;
}


/*Gallery*/

.gallery {
    margin-bottom: 30px;
}

.gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.gallery-caption {
    color: #637281;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/*Helper Classes*/

.slider-btn {
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .5px;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    border-radius: 1px;
    padding: 12px 18px;
    display: block;
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    -ms-transition: all 0.2s ease 0s !important;
    -o-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
}

.slider-btn.modern {
    border-bottom: 5px solid rgba(0, 0, 0, .2);
}

.slider-btn.round {
    border-radius: 3px;
}

.slider-btn.rounded {
    padding: 12px 22px;
    border-radius: 100px;
}

.slider-btn:hover {
    color: #fff !important;
}

.bypostauthor {
    border-radius: 1px;
}

.slider-btn.light {
    background-color: #11b5e6;
    color: #fff;
}

.slider-btn.light:hover {
    background-color: #2c394c;
    color: #fff !important;
}

.slider-btn.dark {
    background-color: #2c394c;
    color: #fff;
}

.slider-btn.dark:hover {
    background-color: #11b5e6;
    color: #fff !important;
}

.slider-btn.border {
    background-color: transparent !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
    color: #fff !important;
}

.slider-btn.border:hover {
    background-color: #11b5e6;
    border-color: #11b5e6;
    color: #fff !important;
}

.brochure-btn a {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .5px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    border-radius: 1px;
    padding: 12px 5px 12px 10px;
    display: block;
    background-color: #11b5e6;
    color: #fff !important;
}

.brochure-btn a i.fa.fa-download {
    margin-left: 15px;
}

.brochure-btn a i.fa.fa-file-pdf-o {
    margin-right: 10px;
}

.space {
    padding: 30px 0;
}

.divider {
    border: 1px solid #f3f3f3;
    margin: 40px 0;
}

.yellow {
    background-color: yellow !important;
    color: #000 !important;
}

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

.col-centered {
    margin: 0 auto;
    float: none;
}

.no-space {
    padding: 0;
    margin: 0;
}

.navbar-left {
    float: left !important;
    margin-left: -10px;
}

.navbar-right {
    float: right !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-nowrap {
    white-space: nowrap;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.social-share.text-right {
    /* background: red; */
    text-align: left !important;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.widget label.screen-reader-text {
    display: none !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

p.contact-info {
    font-weight: 500;
    font-size: 12px;
    line-height: 35px;
}

#sidebar .contact-box {
    text-align: center;
    position: relative;
    background-color: #11b5e6;
    border: 1px solid #11b5e6;
    padding: 20px 15px 30px 15px;
}

#sidebar .contact-box:after {
    font-family: 'FontAwesome';
    content: '\f003';
    color: rgba(255, 255, 255, .5);
    text-align: center;
    line-height: 50px;
    position: absolute;
    font-size: 70px;
    opacity: .3;
    bottom: 0px;
    right: 0px;
    transform: rotate(-40deg);
}

#sidebar .contact-box h4 {
    font-size: 18px;
    margin-bottom: 5px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: none !important;
}

#sidebar .contact-box p {
    text-align: center;
    color: #fff !important;
    margin: 0;
}

#sidebar .contact-box strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0 20px !important;
}

#sidebar .contact-box a {
    background-color: #2c394c;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
}

#sidebar .contact-box a:hover {
    color: #fff !important;
}

.blank-page {
    margin: 0 !important;
    padding: 0 !important;
}

.mont,
span.mont,
p.mont {
    font-family: 'Montserrat';
    font-weight: 700;
}


/*Grid System*/

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

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

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.vc_row {
    margin-left: -21px;
    margin-right: -21px;
}

.vc_column_container>.vc_column-inner {
    padding-left: 21px;
    padding-right: 21px;
}

.vc_column_container>.vc_column-inner {
    padding-left: 21px;
    padding-right: 21px;
}

.vc_gitem_row {
    margin-left: 0;
    margin-right: 0;
}


/*Topbar*/

#topbar {
    background: #f2f2f2;
    color: #fff;
    width: 100%;
    min-height: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
}

#topbar .content {
    display: inline-block;
    line-height: 50px;
}

#topbar.topbar-modern {
    position: relative;
    min-height: 100px;
}

#topbar.topbar-modern .content {
    margin-right: -10px;
    margin-left: -10px;
}

@media (max-width:992px) {
    #topbar {
        /*     padding: 15px 0; */
    }
    #topbar .content {
        /*     float: left !important; */
        text-align: center !important;
        /*     display: block !important; */
        line-height: 35px;
    }
}

#topbar span.info {
    font-size: 13px;
    margin-right: 20px;
    font-weight: 600;
    line-height: 50px;
}

@media (max-width:480px) {
    #topbar span.info {
        display: block !important;
        text-align: center;
    }
}

#topbar .info i {
    margin-right: 10px;
    font-size: 16px;
    padding-top: 5px;
    vertical-align: middle;
    font-weight: bold;
}

#topbar .info i.fa {
    padding-top: 0;
    font-size: 14px;
}


/*Topbar Menu*/

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

@media (max-width:480px) {
    #topbar ul.menu {
        display: none;
    }
}

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

#topbar ul.menu li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    position: relative;
    color: #fff;
    border-top: 2px solid transparent;
}

#topbar ul.menu li a:hover {
    color: #11b5e6;
    border-top: 2px solid #11b5e6;
}

#topbar ul.menu ul {
    display: none;
}


/*Topbar Btn*/

#topbar .topbar-button a {
    padding: 6px 5px;
    color: #fff;
    background-color: #11b5e6;
    font-size: 13px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: .1px;
    text-decoration: none;
    border-radius: 40px;
    text-align: center;
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
}

@media (max-width:992px) {
    #topbar .topbar-button a {
        display: inline;
    }
}

#topbar .topbar-button a:hover {
    background-color: #11b5e6;
    color: #fff;
}

#topbar .topbar-social {
    margin: 0;
    padding: 0;
}

@media (max-width:992px) {
    #topbar .topbar-social {
        /*     display: none; */
    }
}

#topbar .topbar-social span {
    margin: 0;
    padding: 0;
    padding-left: 18px;
    line-height: 50px;
    font-size: 16px;
}

#topbar .topbar-social span a i {
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
}

#topbar .topbar-social span a i:hover {
    opacity: .8;
}


/*Header Icons*/

.minisearch {
    position: relative;
    z-index: 9;
}

.minisearch .minisearch-btn {
    display: block;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    text-decoration: none;
}

.minisearch .minisearch-btn:before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 16px;
}

.minisearch .minisearch-wrap {
    position: relative;
    display: none;
    margin-right: -12px;
    margin-top: 26px;
}

.minisearch .minisearch-input {
    width: 230px;
    height: 45px;
    margin: 10px;
    padding-left: 15px;
    border: 1px solid #e5e5e5;
}


/*Triangle*/

.minisearch-wrap .minisearch-form {
    background: #f2f2f2;
    font-size: 14px;
    border: 1px solid #f2f2f2;
    padding: 5px;
    position: absolute;
    right: 0;
    width: 300px;
    -webkit-box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.09);
}

.minisearch-wrap .minisearch-form:after,
.minisearch-wrap .minisearch-form:before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}

.minisearch-wrap .minisearch-form:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f2f2f2;
    left: 50%;
    margin-left: 100px;
}


/*Search Submit*/

.minisearch-wrap .minisearch-btn {
    position: absolute;
    text-align: center;
    padding: 0;
    right: 15px;
    top: 5px;
    height: 45px;
    width: 45px;
    line-height: 25px;
    border-radius: 0px;
}

.minisearch-wrap .minisearch-btn:before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.mini_cart_wrapper,
.minisearch {
    margin-right: 5px;
    margin-left: 5px;
}

.mini_cart_wrapper a i,
.minisearch a {
    font-size: 16px;
    font-weight: bold;
}

a.cart_count {
    position: relative;
    font-size: 14px;
}

a.cart_count span.count {
    position: absolute;
    right: 2px;
    top: -11px;
    background: #11b5e6;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 9px;
    font-family: Poppins;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    color: #fff !important;
}

#header.header-v1 #navigation>ul>li.minisearch>a,
#header.header-v2 #navigation>ul>li.minisearch>a,
#header.header-v3 #navigation>ul>li.minisearch>a {
    margin-top: -2px;
}

#header.header-v1 #navigation>ul>li.mini_cart_wrapper a,
#header.header-v2 #navigation>ul>li.mini_cart_wrapper a,
#header.header-v3 #navigation>ul>li.mini_cart_wrapper a,
#header.header-v1 #navigation>ul>li.minisearch a,
#header.header-v2 #navigation>ul>li.minisearch a,
#header.header-v3 #navigation>ul>li.minisearch a {
    margin-left: -5px;
}

#header.header-v4 #navigation>ul>li.minisearch>a,
#header.header-v5 #navigation>ul>li.minisearch>a,
#header.header-v6 #navigation>ul>li.minisearch>a {
    margin-top: -2px;
    padding-left: 10px;
}

#header.header-v4 #navigation>ul>li.mini_cart_wrapper a,
#header.header-v5 #navigation>ul>li.mini_cart_wrapper a,
#header.header-v6 #navigation>ul>li.mini_cart_wrapper a,
#header.header-v4 #navigation>ul>li.minisearch a,
#header.header-v5 #navigation>ul>li.minisearch a,
#header.header-v6 #navigation>ul>li.minisearch a {
    border-right: none;
}

#header.header-v4 a.cart_count span.count,
#header.header-v5 a.cart_count span.count {
    right: 10px;
}

#header.header-v6 a.cart_count span.count {
    right: 7px;
}

#header.header-v1 #navigation .sub-menu,
#header.header-v2 #navigation .sub-menu,
#header.header-v3 #navigation .sub-menu {
    margin-top: 42px;
}

#header.header-v4 #navigation .sub-menu,
#header.header-v6 #navigation .sub-menu {
    margin-top: 27px;
    background-color: #525252!important;
}

#header.header-v5 #navigation .sub-menu {
    margin-top: 33px;
}

#header.header-v1 .minisearch .minisearch-wrap,
#header.header-v2 .minisearch .minisearch-wrap,
#header.header-v3 .minisearch .minisearch-wrap {
    margin-top: 40px;
}

#header.header-v4 .minisearch .minisearch-wrap,
#header.header-v6 .minisearch .minisearch-wrap {
    margin-top: 26px;
}

#header.header-v5 .minisearch .minisearch-wrap {
    margin-top: 31px;
}

.header-v7 #navigation>ul>li.mini_cart_wrapper,
.header-v7 #navigation>ul>li.minisearch {
    display: none;
}


/*Header*/

#header {
    position: relative;
    width: 100%;
    z-index: 8000;
    -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 {
    float: left;
    /* margin-top: 35px; */
}

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

.logo h2 {
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
}

.logo a {
    text-decoration: none;
}

.header .no-menu {
    line-height: 100px;
    font-weight: bold;
}


/*Navigation*/

#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-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    color: #002e5b;
    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:hover>a,
#navigation ul li a:hover {
    color: #11b5e6;
}

#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: #11b5e6;
}

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


/*Sub Menu*/

#navigation .sub-menu {
    width: 250px;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 200;
    display: none;
    box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, .15);
}

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

#navigation .sub-menu li a {
    display: block;
    text-align: left;
    color: #ffff;
    text-transform: capitalize;
    padding: 12px 14px;
    margin: 0;
    border: none;
    font-weight: 700;
    font-size: 15px;
}


/*Sub Menu 2nd Level*/

#navigation .sub-menu ul {
    position: absolute;
    left: 250px;
    margin: -10px 0px 0px -10px !important;
    top: 0;
}

li.menu-item:hover {
    background-color: #0e1b38;
}

#navigation .sub-menu ul li a {
    display: block;
    text-align: left;
    color: #002e5b;
    text-transform: none;
    padding: 12px 14px;
    margin: 0 !important;
    border: none;
}

#navigation .sub-menu ul li a:hover {
    background-color: transparent !important;
}

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


/*Sub Menu Arrows*/

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

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


/*Header v1*/

#header.header-v1 {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    position: relative;
    width: 100%;
    height: 100px;
}

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

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

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

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


/*Header v2*/

#header.header-v2 {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 104px;
}

#header.header-v2 .container {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    height: 100px;
    margin-top: -50px;
}

#header.header-v2 .logo {
    margin-left: 15px;
    margin-top: 37px;
}

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

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

#header.header-v2 #navigation>ul>li {
    height: 100px;
    padding-top: 40px;
}

#header.header-v2 #navigation>ul>li>a {
    padding-left: 15px;
    padding-right: 15px;
    color: #002e5b;
}


/*Header v3*/

#header.header-v3 {
    position: absolute;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    width: 100%;
    height: 100px;
}

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

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

#header.header-v3 #navigation>ul>li {
    height: 100px;
    padding-top: 40px;
}

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


/*Header v4*/

#header.header-v4 {
    position: relative;
    width: 100%;
}

#header.header-v4 .logo-block {
    background-color: #fff;
}

#header.header-v4 .logo-block .logo {
    float: left;
    margin-top: 15px;
    margin-left: -15px;
    max-width: 33%;
}

#header.header-v4 .nav-block {
    width: 100%;
    height: 70px;
    background-color: #050d1f!important;
}

#header.header-v4 #navigation {
    float: left;
    margin-left: 15%;
}

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

#header.header-v4 #navigation>ul>li {
    padding-top: 25px;
    padding-bottom: 25px;
}

#header.header-v4 #navigation>ul>li>a {
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px!important;
}

#header.header-v4 .logo-block .info {
    float: right;
}

#header.header-v4 .info-box {
    margin: 25px 5px 15px 0;
    display: inline-block;
}

#header.header-v4 .info-box:last-child {
    margin-right: 0px;
    vertical-align: top;
}

#header.header-v4 .info-box-icon {
    float: right;
    border-radius: 3px;
    text-align: center;
    line-height: 60px;
    font-size: 50px;
    color: #11b5e6;
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
}

#header.header-v4 .info-box-content {
    margin-right: 55px;
    margin-top: 15px;
}

#header.header-v4 .info-box-content h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

#header.header-v4 .info-box-content p {
    text-align: right;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}


/*Header v5*/

#header.header-v5 {
    position: relative;
    width: 100%;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.10);
}

#header.header-v5 .logo-block {
    background-color: #fff;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.10);
}

#header.header-v5 .logo-block .logo {
    float: left;
    display: block;
    margin-top: 45px;
    margin-left: -8px;
}

#header.header-v5 .nav-block {
    width: 100%;
    background-color: #fff;
    position: absolute;
}

#header.header-v5 .nav-block .container {
    background-color: #2c394c;
    height: 80px;
    margin-bottom: -40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .52);
}

#header.header-v5 #navigation {
    float: left;
    margin-bottom: -40px;
}

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

#header.header-v5 #navigation>ul>li {
    padding-top: 30px;
}

#header.header-v5 #navigation>ul>li>a {
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

#header.header-v5 .logo-block .info {
    float: right;
}

#header.header-v5 .info-box {
    margin: 35px 30px 20px 0;
    display: inline-block;
}

#header.header-v5 .info-box:last-child {
    margin-right: 0px;
}

#header.header-v5 .info-box-icon {
    float: left;
    border-radius: 3px;
    text-align: center;
    line-height: 60px;
    font-size: 32px;
    color: #11b5e6;
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
}

#header.header-v5 .info-box-content {
    margin-left: 45px;
}

#header.header-v5 .info-box-content h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

#header.header-v5 .info-box-content p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}


/*Header v6*/

#header.header-v6 {
    position: relative;
    width: 100%;
}

#header.header-v6 .logo-block {
    background-color: #fff;
}

#header.header-v6 .logo-block .logo {
    float: none;
    text-align: center;
    display: block;
    margin: 45px auto;
}

#header.header-v6 .nav-block {
    width: 100%;
    height: 70px;
    background-color: #2c394c;
}

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

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

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

#header.header-v6 #navigation>ul>li {
    padding-top: 25px;
}

#header.header-v6 #navigation>ul>li>a {
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}


/* =========================================================== */


/* 00. Header v7
/* ========================================================== */

.header-v7 {
    position: fixed;
    float: left;
    width: 300px;
    height: 100%;
    z-index: 199;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1.2px 0 3px .5px rgba(0, 0, 0, .10);
    -moz-box-shadow: 1.2px 0 3px .5px rgba(0, 0, 0, .10);
    box-shadow: 1.2px 0 3px .5px rgba(0, 0, 0, .10);
}

.header-v7 .logo {
    float: none;
    display: block;
    text-align: left;
    margin: 60px 0px 60px 60px;
}

.header-v7 .vertical-header-wrapper {
    position: absolute;
    bottom: 0px;
    top: 0;
    height: 100%;
    width: 100%;
}


/*Header6 Dynamic Markup*/

body.vertical-header-left {
    margin-left: 300px;
}

body.vertical-header-left .container {
    max-width: 1140px;
    width: 100%;
}

body.vertical-header-left #main-content,
body.vertical-header-left #footer {
    overflow: hidden;
}

@media only screen and (max-width: 970px) {
    body.vertical-header-left {
        margin-left: auto !important;
    }
}

.header-v7 #navigation>ul>li {
    float: none;
    text-align: left;
    border-top: 1px solid #f3f3f3;
}

.header-v7 #navigation ul li::last-child {
    border-bottom: 1px solid #f3f3f3;
}

.header-v7 #navigation>ul>li>a {
    line-height: 60px;
    text-transform: none;
    color: #464646;
    font-size: 14px;
    text-align: left;
    padding: 0px 15px 0px 60px;
}

.header-v7 #navigation .sub-menu {
    left: 300px;
    margin-top: -60px;
    box-shadow: none;
    border: 1px solid #fafafa;
}

.header-v7 #navigation ul.sub-menu ul {
    left: 250px;
}

.header-v7 #navigation>ul>li>a.sf-with-ul:after {
    display: inherit;
    position: absolute;
    top: 5px;
    right: 50px;
    font-size: 11px;
    content: '\f105';
    font-family: 'FontAwesome';
}


/*Vh Footer*/

.vh-footer {
    padding-top: 50px;
    border-top: 1px solid #f3f3f3;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.vh-social {
    margin-right: 20px;
    margin-left: 20px;
}

.vh-social span a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
    color: #464646;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 15px;
    text-align: center;
    margin-bottom: 6px;
}

.admin-bar .header-v7 {
    margin-top: 30px;
}


/*Mobile Header*/

@media (max-width: 992px) {
    #header,
    #vertical-header {
        /*     display: none; */
    }
    html body div#logo {
        display: none;
    }
    html body .nav-block {
        display: none;
    }
}

@media (max-width:992px) {
    #mobile-header {
        display: inherit !important;
    }
}

#mobile-header {
    display: none;
    position: relative !important;
    background-color: #fff;
    height: 100px;
    width: 100%;
    z-index: 9000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    border-top: 1px solid #f3f3f3;
    -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: 35px; */
    float: left;
}

#mobile-navigation-btn {
    float: right;
    margin-right: 10px;
    font-size: 24px;
    line-height: 100px;
    margin-top: 0px;
    color: #002e5b;
}

#mobile-navigation {
    background: #2c394c;
    padding: 0px 0;
    position: relative;
    margin: 0;
    z-index: 1001;
    width: 100%;
    display: none;
}

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

#mobile-navigation .container ul li ul {
    opacity: .9 !important;
}

#mobile-navigation .container ul li ul {
    margin: 0 0 0 20px;
    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);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: block;
    position: relative;
    padding: 15px 0px 15px 5px;
}

#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: #fff;
}

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

#mobile-navigation ul li i {
    display: block;
    padding: 10px 8px 10px 40px;
    float: right;
    margin: -4px 0 0 0;
    font-size: 12px;
}

#mobile-navigation ul li.mini_cart_wrapper a,
#mobile-navigation ul li.minisearch a {
    display: none;
}


/*Titlebar*/

#titlebar {
    position: relative;
    background-color: #f3f3f3;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 250px;
}

@media (max-width:768px) {
    #titlebar {
        display: none;
    }
}

#titlebar h1 {
    font-size: 30px;
    font-weight: bold;
    padding: 70px 0px 50px 0px;
    text-transform: none;
    color: #002e5b;
    text-align: left;
    margin-top: 120px;
    margin-bottom: -20px;
}

#titlebar.titlebar-modern {
    padding-top: 40px;
}

#titlebar.titlebar-trans {
    padding-top: 90px;
}

#titlebar.titlebar-stack {
    padding-top: 70px;
}

@media (max-width:992px) {
    #titlebar.titlebar-trans,
    #titlebar.titlebar-modern {
        padding: 0;
    }
    #titlebar h1 {
        font-size: 24px !important;
    }
}


/*Breadcrumbs*/

.breadcrumbs,
.breadcrumbs span,
.breadcrumbs a {
    font-size: 14px;
    text-align: left;
    padding-bottom: 1px;
}

.breadcrumbs span,
.breadcrumbs a {
    color: #002e5b;
}

.breadcrumbs .delimiter {
    padding: 0px 10px;
}

.breadcrumbs .current {
    color: #11b5e6;
}


/*Footer - Widget Area*/

#footer .widget-area {
    background-color: #131313 !important;
    padding: 55px 0 35px;
    color: #90a2bc;
}

#footer .widget-area p {
    color: #90a2bc;
}

#footer .multi-col-widget .widget {
    width: 330px;
    overflow: hidden;
    float: left;
    margin: 18px;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

#footer form#formIntegration {
    /* margin-left: 11%; */
}

#footer .social-icons {
    margin-left: -8%;
}

#footer form.dinamizeForm input[type="text"] {
    width: 100%;
}

#footer .multi-col-widget.vertical-header .widget {
    width: 240px;
    overflow: hidden;
    float: left;
    margin: 18px;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

@media (max-width:992px) {
    #footer .widget-area {
        padding: 60px 0 100px;
    }
    #footer .multi-col-widget .widget {
        margin: -15px 15px;
    }
    html body #footer div#pixomi_widget_contact_info-3 {
        width: 94%!important;
        top: -60px!important;
    }
    html body #footer div#pixomi_widget_contact_info-4 {
        top: 228px !important;
    }
    html body #footer div#dinamizewidget-2 {
        top: 870px !important;
    }
    html body #footer div#pixomi_widget_social-3 {
        top: 1050px !important;
    }
    html body #footer div#custom_html-6 {
        top: 350px!important;
    }
    html body #footer form.dinamizeForm table tr:last-child td:last-child div input {
        margin: 40px 0;
    }
    #footer .social-widget span a {
        margin-left: 0!important;
    }
    #footer .social-icons {
        margin-left: 0;
    }
}

#footer .widget-area .widget h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
}

@media (max-width:992px) {
    #footer .widget-area .widget h2 {
        margin-top: 30px;
    }
}

#footer i.fa.fa-paper-plane {
    color: #FFF;
}

#footer .widget-area .footer-logo img {
    display: block;
    margin: 10px 15px 15px 0px;
    width: 160px;
    height: auto;
}


/*Footer - Copyright*/

body footer#footer .copyright {
    padding: 15px 0px 10px;
    background-color: #4c3f2c;
    color: #FFF!important;
}

body #footer .copyright-text {
    font-size: 12px;
    margin-top: 5px;
    font-weight: normal;
    color: #FFF;
    margin: 0;
}


/*Copyright nav*/

#footer .copyright .copyright-nav {
    float: right;
}

#footer .copyright-nav ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .copyright-nav ul.menu li {
    list-style: none;
    display: inline;
    margin-left: 15px;
}

#footer .copyright-nav ul.menu li a {
    display: inline-block;
    color: #90a2bc;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

#footer .copyright-nav ul.menu li a:hover {
    color: #11b5e6;
}

#footer .copyright-nav ul ul {
    display: none;
}

#footer .copyright-nav .no-menu {
    color: #85888c;
}

#footer .copyright i {
    font-size: 12px;
}

@media (max-width:992px) {
    #footer .copyright-text {
        text-align: center;
        padding: 10px 0;
    }
    #footer .copyright .copyright-nav {
        float: none;
        text-align: center;
        padding: 10px 0;
    }
}

#footer .copyright-default {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
    color: #90a2bc;
    margin: 0;
}


/*Back to top Btn*/

.back-to-top {
    background-color: #47576c;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    text-indent: 0;
    bottom: 20px;
    z-index: 99;
    display: none;
    position: fixed;
    right: 25px;
}

.back-to-top span:before {
    content: "\f077";
    font-family: fontawesome;
    font-size: 12px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.back-to-top span {
    color: #ffffff;
    display: block;
    font-size: 0px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    font-style: normal;
}

.back-to-top:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


/*Sidebar Widgets*/

#sidebar {
    position: relative;
}

#sidebar p {
    color: #5d7280;
}

@media (max-width:992px) {
    #sidebar {
        margin-top: 70px;
    }
}

.widget {
    margin-bottom: 40px;
}

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

.widget h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #394852;
}

#footer .widget h2:before {
    content: "";
    width: 26px;
    height: 15px;
    background-color: #002e5b !important;
    margin-bottom: -1px;
    margin-right: 8px;
    display: inline-block;
}

.widget h2:before {
    content: "";
    width: 06px;
    height: 15px;
    background-color: #002e5b;
    margin-bottom: -1px;
    margin-right: 8px;
    display: inline-block;
}

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

.widget>ul>li {
    position: relative;
    font-size: 15px;
    margin: 0;
}

.widget ul li a {
    display: block;
    color: #5d7280;
    line-height: 1.5em;
    font-size: 15px;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.widget ul li span {
    font-weight: 600 !important;
    font-size: 14px !important;
}

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


/*Search Form*/

form.search-form {
    position: relative;
}

form.search-form input[type="search"] {
    padding: 12px 55px 12px 25px;
    outline: none;
    font-size: 14px;
    width: 100%;
    display: block;
    line-height: 1.6;
    border-radius: 50px !important;
    border: 2px solid #f3f3f3;
    color: #5d7280;
    background-color: #f8f8f9;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin: 0;
}

form.search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

#footer #pixomi_widget_contact_info-3 .contact-info {
    margin-left: 7%;
    text-align: justify;
}

#footer div#pixomi_widget_contact_info-3 {
    width: 399px!important;
}

#footer .textwidget {
    margin-left: 12%;
}


/*Search Widget*/

.widget_search form {
    position: relative;
}

.widget_search input[type="search"] {
    padding: 12px 42px 12px 16px;
    outline: none;
    font-size: 14px;
    width: 100%;
    display: block;
    line-height: 1.6;
    height: 51px;
    border: 1px solid #f8f8f8;
    color: #5d7280;
    background-color: #f8f8f8;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#sidebar .widget_search input[type="search"] {
    border: none;
}

.widget_search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border-color: transparent !important;
    box-shadow: none;
    color: #fff !important;
}

#footer .widget_search .search-submit {
    background-color: transparent !important;
    color: #11b5e6;
}


/*Menu and Pages Widget*/

.widget.widget_nav_menu,
.widget.widget_pages {
    position: relative;
}

.widget.widget_nav_menu ul,
.widget.widget_pages ul {
    list-style: none;
    margin: 0 0 0 32px;
    padding: 0;
}

.widget.widget_nav_menu ul li,
.widget.widget_pages ul li {
    border-bottom: 1px solid #fff;
    background: #f8f8f8;
    margin: 0;
    padding: 0 23px 0 0;
}

#footer .widget.widget_nav_menu ul li,
#footer .widget.widget_pages ul li {
    border-bottom: 1px solid #465467;
    background: transparent !important;
    margin: 0;
    border: none;
}

#footer .widget.widget_nav_menu ul li:last-child,
#footer .widget.widget_pages ul li:last-child {
    border-bottom: none;
}

.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a {
    text-decoration: none !important;
    border-left: 5px solid transparent;
    display: inline-block;
    padding: 18px 0 18px 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    color: #637281;
}

#footer .widget.widget_nav_menu ul li a,
#footer .widget.widget_pages ul li a {
    text-decoration: none !important;
    border-left: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 0;
    /*   color: #90a2bc; */
    padding-bottom: 0;
}

#footer .widget.widget_nav_menu ul li a:before,
#footer .widget.widget_pages ul li a:before {
    font-family: 'FontAwesome';
    /* 	ALTERAR O CONTENT para aparecer setas no menu */
    /*   content: '\f0da'; */
    margin-right: 15px;
    font-size: 12px;
    color: #11b5e6;
}

.widget.widget_nav_menu ul li.current-menu-item>a,
.widget.widget_nav_menu ul li.current_page_item>a,
.widget.widget_nav_menu ul li.current-cat>a,
.widget.widget_pages ul li.current-menu-item>a,
.widget.widget_pages ul li.current_page_item>a,
.widget.widget_pages ul li.current-cat>a {
    border-left-color: #11b5e6;
}

.widget.widget_nav_menu ul li.current-menu-item:hover>a,
.widget.widget_nav_menu ul li.current_page_item:hover>a,
.widget.widget_nav_menu ul li.current-cat:hover>a,
.widget.widget_pages ul li.current-menu-item:hover>a,
.widget.widget_pages ul li.current_page_item:hover>a,
.widget.widget_pages ul li.current-cat:hover>a {
    border-left-color: #11b5e6;
}

.widget.widget_nav_menu ul li.current-menu-item ul,
.widget.widget_nav_menu ul li.current_page_item ul,
.widget.widget_nav_menu ul li.current-cat ul,
.widget.widget_pages ul li.current-menu-item ul,
.widget.widget_pages ul li.current_page_item ul,
.widget.widget_pages ul li.current-cat ul {
    margin-top: 20px;
}

.widget.widget_nav_menu ul li:hover>a,
.widget.widget_pages ul li:hover>a {
    border-left-color: #11b5e6;
}

.widget.widget_nav_menu ul li:before,
.widget.widget_pages ul li:before {
    display: none;
}

.widget.widget_nav_menu ul li .children,
.widget.widget_nav_menu ul li .sub-menu,
.widget.widget_pages ul li .children,
.widget.widget_pages ul li .sub-menu {
    margin: -2px 0 25px 35px;
    padding: 0;
}

#footer .widget.widget_nav_menu ul li .children,
#footer .widget.widget_nav_menu ul li .sub-menu,
#footer .widget.widget_pages ul li .children,
#footer .widget.widget_pages ul li .sub-menu {
    margin: -2px 0 25px 20px;
    padding: 0;
}

.widget.widget_nav_menu ul li .children li,
.widget.widget_nav_menu ul li .sub-menu li,
.widget.widget_pages ul li .children li,
.widget.widget_pages ul li .sub-menu li {
    position: relative;
    font-weight: 400;
    border: none;
    font-size: 12px;
    margin: 0 0 12px;
    padding-right: 0;
    background: none;
}

#footer .widget.widget_nav_menu ul li .children li,
#footer .widget.widget_nav_menu ul li .sub-menu li,
#footer .widget.widget_pages ul li .children li,
#footer .widget.widget_pages ul li .sub-menu li {
    border-bottom: none !important;
}

.widget.widget_nav_menu ul li .children li:before,
.widget.widget_nav_menu ul li .sub-menu li:before,
.widget.widget_pages ul li .children li:before,
.widget.widget_pages ul li .sub-menu li:before {
    content: '-';
    display: block;
    position: absolute;
    left: -11px;
    top: 0;
}

#footer .widget.widget_nav_menu ul li .children li:before,
#footer .widget.widget_nav_menu ul li .sub-menu li:before,
#footer .widget.widget_pages ul li .children li:before,
#footer .widget.widget_pages ul li .sub-menu li:before {
    display: none;
}

.widget.widget_nav_menu ul li .children li a,
.widget.widget_nav_menu ul li .sub-menu li a,
.widget.widget_pages ul li .children li a,
.widget.widget_pages ul li .sub-menu li a {
    background: none;
    border: none;
    padding: 0;
}

.widget.widget_nav_menu ul li .children li .children,
.widget.widget_nav_menu ul li .children li .sub-menu,
.widget.widget_nav_menu ul li .sub-menu li .children,
.widget.widget_nav_menu ul li .sub-menu li .sub-menu,
.widget.widget_pages ul li .children li .children,
.widget.widget_pages ul li .children li .sub-menu,
.widget.widget_pages ul li .sub-menu li .children,
.widget.widget_pages ul li .sub-menu li .sub-menu {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0 !important;
}


/*Widget Archive*/

.widget.widget_archive h2 {
    margin-bottom: 5px;
}

.widget.widget_archive select {
    margin-top: 20px;
    margin-bottom: 3px;
}

.widget_archive ul {
    margin: 0;
}

.widget_archive>ul>li>a {
    display: block;
    color: #5d7280;
    padding: 15px 0px 15px 5px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 500;
}

#footer .widget_archive>ul>li>a {
    color: #90a2bc;
    padding-left: 0;
    border-bottom: 1px solid #465467;
}

.widget_archive ul li a:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin-right: 15px;
    font-size: 14px;
    color: #11b5e6;
}


/*Widget Category*/

.widget.widget_categories h2 {
    padding-bottom: -20px;
}

.widget.widget_categories select {
    margin-top: 20px;
    margin-bottom: 3px;
}

.widget_categories ul {
    margin: 0;
}

.widget_categories>ul>li>a {
    display: block;
    color: #5d7280;
    padding: 15px 0px 15px 5px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 500;
}

.widget_categories.widget h2 {
    margin-bottom: 10px;
}

#footer .widget_categories>ul>li>a {
    color: #90a2bc;
    padding-left: 0;
    border-bottom: 1px solid #465467;
}

.widget_categories ul li a:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin-right: 15px;
    color: #11b5e6;
}

#footer .widget_categories ul li .children li,
#footer .widget_categories ul li .children li,
#footer .widget_categories ul li .sub-menu li,
#footer .widget_categories ul li .sub-menu li {
    position: relative;
    font-weight: 400;
    border: none;
    font-size: 12px;
    margin: 0 0 12px 20px;
    padding-right: 0;
    background: none;
}

.widget_categories>ul>li>ul.children li a {
    padding: 15px 0px 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
    font-size: 14px;
}

#footer .widget_categories>ul>li>ul.children li a {
    color: #90a2bc;
    border-bottom: 1px solid #465467;
}

.widget_categories>ul>li>ul.children li {
    margin: 0;
}


/*Widget Tag Cloud*/

.widget.widget_tag_cloud h2 {
    margin-bottom: 20px !important;
}

.widget .tagcloud a {
    font-size: 13px !important;
    display: inline-block;
    border: 1px solid #f3f3f3;
    padding: 5px 14px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: inherit;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #f8f8f9;
    color: #5d7280;
    box-shadow: none;
    margin: 0 4px 10px 0;
    text-decoration: none;
}

.widget .tagcloud a:hover {
    color: #fff !important;
    border-color: transparent !important;
    background-color: #11b5e6;
}

#footer .widget .tagcloud a {
    background-color: transparent;
    border-color: #90a2bc;
    color: #90a2bc;
}

#footer .widget .tagcloud a:hover {
    border-color: transparent !important;
    color: #fff !important;
    background-color: #11b5e6;
}


/*Widget Meta & Rss*/

.widget.widget_meta h2,
.widget.widget_rss h2 {
    margin-bottom: 0;
}

.widget.widget_rss h2 a {
    color: #002e5b;
}

#footer .widget.widget_rss h2 a {
    color: #fff !important;
}

.widget.widget_meta ul,
.widget.widget_rss ul {
    margin: 0;
}

.widget_meta>ul>li>a,
.widget_rss>ul>li>a {
    display: block;
    color: #5d7280;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
}

#footer .widget_meta>ul>li>a,
#footer .widget_rss>ul>li>a {
    color: #90a2bc;
    border-bottom: 1px solid #465467;
}

.widget_meta li a:before,
.widget_rss li a:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin-right: 15px;
    font-size: 12px;
    color: #11b5e6;
}

.widget_rss h3 a {
    font-size: 16px;
}

.widget_meta abbr,
.widget_rss abbr {
    border-bottom: none;
}

.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
    color: #676c71;
    font-size: 14px;
}

#footer .widget_rss .rss-date,
#footer .widget_rss .rssSummary,
#footer .widget_rss cite {
    color: #90a2bc;
}


/*Widget Contact Info*/

.contact-widget .contact-info div {
    margin-bottom: 10px;
    font-size: 13px;
    color: #5d7280;
}

.contact-widget .contact-info .desc:after {
    /*   content: ""; */
    display: block;
    width: 95%;
    height: 1px;
    background-color: #dde4e8;
    margin: 15px 0;
}

#footer .contact-widget .contact-info .desc:after {
    background-color: #465467;
}

#footer .contact-widget .contact-info div {
    color: #90a2bc;
}

.contact-widget .contact-info .address i {
    display: inline-block;
    vertical-align: middle;
}

.contact-widget .contact-info .address p {
    display: inline-block;
    margin-left: 25px;
    margin-top: -25px;
    margin-bottom: 5px;
}

.contact-widget .contact-info i {
    margin-right: 12px;
    color: #11b5e6;
    font-size: 12px;
}


/*Widget Recent Comments*/

.widget.widget_recent_comments h2 {
    margin-bottom: 0;
}

.widget_recent_comments ul {
    padding-left: 0px;
    color: #5d7280;
    margin: 0;
}

.widget_recent_comments li {
    list-style: none;
}

.widget_recent_comments li:first-child {
    border-top: none;
}

.widget_recent_comments li:before {
    float: left;
    font-family: 'FontAwesome';
    content: '\f0e6';
    color: #5d7280;
    font-size: 18px;
    font-weight: normal;
    padding-right: 14px;
    position: relative;
    padding-bottom: 7px;
}

#footer .widget_recent_comments li:before {
    color: #90a2bc;
}

.widget_recent_comments ul li {
    display: block;
    color: #90a2bc;
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
}

#footer .widget_recent_comments ul li {
    border-bottom: 1px solid #465467;
}

#footer .widget_recent_comments ul li a {
    color: #90a2bc;
}


/*Widget Recent Posts*/

.widget.widget_recent_entries h2 {
    margin-bottom: 0;
}

.widget_recent_entries ul {
    margin: 0;
    padding: 0;
}

.widget_recent_entries ul li {
    display: block;
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid #dde4e8;
    font-size: 12px;
}

.widget_recent_entries ul li a {
    display: block;
    font-weight: 500;
    color: #5d7280;
}

#footer .widget_recent_entries ul li a {
    color: #fff !important;
}

.widget_recent_entries li a:before {
    display: none;
}

.widget_recent_entries li:last-child {
    border-bottom: none;
}

.widget_recent_entries .post-date {
    display: block;
    margin-left: 40px;
    color: #5d7280;
    font-size: 10px;
    font-weight: 400;
}

.post .entry-meta {
    display: none;
}

.post .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}


/*Widget Calendar*/

#footer table,
td,
th {
    border-color: transparent;
}

#calendar_wrap {
    position: relative;
    text-align: center;
    box-shadow: none;
    outline: none;
}

.widget_calendar table {
    width: 100%;
}

#wp-calendar,
table {
    width: 100%;
    border-radius: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

table#wp-calendar {
    margin: 0 !important;
}

#wp-calendar thead {
    font-weight: normal;
    font-size: 10px !important;
}

#sidebar #wp-calendar caption {
    color: #5d7280;
    background-color: #f8f8f9;
    border: 1px solid #f3f3f3 !important;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

#footer #wp-calendar caption {
    color: #fff;
    background-color: #47576c;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#wp-calendar tr:last-child {
    border-bottom: none !important;
}

#footer #wp-calendar tr:nth-child(even) {
    background-color: transparent;
    border: 1px transparent;
}

#sidebar #wp-calendar th {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #5d7280 !important;
    background-color: #f8f8f9;
}

#footer #wp-calendar th {
    font-size: 14px !important;
    color: #fff !important;
    background-color: transparent;
    border-color: #45494e;
}

#wp-calendar td,
#wp-calendar th {
    text-align: center;
    padding: 8px 0;
}

#sidebar #calendar_wrap th,
td {
    border-color: #dde4e8 !important;
}

#footer #calendar_wrap th,
td {
    border-color: #45494e !important;
}

#sidebar #wp-calendar td {
    text-align: center;
    padding: 5px 10px;
    font-size: 13px;
    color: #5d7280 !important;
    background-color: #f8f8f9 !important;
    border-color: #dde4e8 !important;
}

#footer #wp-calendar td {
    text-align: center;
    padding: 5px 10px;
    font-size: 13px;
    color: #90a2bc;
}

#footer #wp-calendar td:hover {
    color: #fff !important;
    cursor: pointer;
}

#wp-calendar td#today,
#wp-calendar td#today {
    color: #fff !important;
    background-color: #11b5e6 !important;
    border: none;
    border-radius: none;
    font-weight: bold !important;
}

#wp-calendar a {
    margin: -3px -10px;
    padding: 3px 10px !important;
    text-decoration: none;
    color: #fff;
}

#wp-calendar #prev a,
#next a {
    background: 0;
    display: block;
    margin: 0;
    padding: 0;
}

#footer #wp-calendar #prev {
    display: none;
}

#wp-calendar #prev {
    position: absolute;
    top: 6px;
    left: 10px;
    padding: 5px;
    text-indent: -9999px;
    border: 0;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    background-color: transparent;
}

#wp-calendar #prev a {
    height: 20px;
    width: 20px;
    margin: -1px;
    display: block;
    border-radius: 20px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAWCAYAAAAvg9c4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTE0NDk5NjlFNUJFMTFFMThDMUZBNTJFNEU4NjlBOUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTE0NDk5NkFFNUJFMTFFMThDMUZBNTJFNEU4NjlBOUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMTQ0OTk2N0U1QkUxMUUxOEMxRkE1MkU0RTg2OUE5RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMTQ0OTk2OEU1QkUxMUUxOEMxRkE1MkU0RTg2OUE5RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgb0DCkAAAL7SURBVHjalJVLa1NBFMfnTvNoDXVhQ9JK84SmLfkAUiuC4EKE6Lb5AFl0KUEQIxbERcGFdJVN1q1bQcSdG5PgptuWFNomKcYIcZOkzTv+/5c7YfoideBkwsw5vzlz5pxzjeFwKMaNcDi8rP4fHh7ujdM3roKGQiE7pueQR5B7MzMzo71arcbpJ+Q75PPR0VF3LDQYDN7H9HJhYcE3Pz8vvF6v0HUMwxDValWcnJyIg4ODMpY+HB8f566FBgKBOKYXq6urkrDBYGAKB/UI5JBSmkJ4NpulwsdisbhzCerz+Z74/f73kUhETE1NiV6vJ/r9/jmwDpyYmBA2m02cnZ2JQqEgSqXSm3K5/G0ExTV9+P9pZWXFOT09Lbrd7jnoxevrULvdLur1usjn821sryEsZRsVYbi+tLTkxBDNZvO/obTDDZ37+/vrUHktZzFg+NjtdotGo2GeqoQHULBuLC4u3k6n08tYl1zT9WhHe3KA89jgxYO5uTl5enoq2u226HQ6Iy/pIRSNeDzuicVid7gGoHQ4HAN6rLxVNwNQViqVhzYYRbjB03UogRBjY2PDH41GbxHIgYeR6uEI1qH8b/Lw46ESoQRSCATE2NraCiHNnDTiGmOp9lUmKCcoVqZ4zFO5QS9brZZ5qgWXiUSisru721F5Sm9pTB2lx5l26pbkEVpTMHWideoAoH4ymaxub283VeITrETXV3CY/SF0jwmse2A9FJjDLmDtTCZTS6VSf/kwV8GUDTngFQyXyzWLAH9h09AfSS9lKErAHFiX0G0jlj09b/lAyAiWLV/wmUSO/QbsB/NNlaR+RctjplAHsBbDou8rG+Yq5hx5ZplOTk4GWKYoUbtVYeImfVZVFwecYgtcQ1yLo4aCUnuKK7xj3KwcvRGUQo9x27fIgK+XWh/q2Gx9OECq174Kru8BZLY+PNbOtU0aQWeTfoX5Lq9GwMWGYpUvH/UXljYx58Z+ThCCc58TFTcVb/1zgqt3b/SNujgAXdagYz98/wQYACCHtlKmbkYmAAAAAElFTkSuQmCC') no-repeat;
}

#footer #wp-calendar #prev a {
    display: none;
}

#wp-calendar #next {
    position: absolute;
    top: 10px;
    right: 5px;
    text-indent: -9999px;
    border: 0;
    background: 0;
}

#footer #wp-calendar #next a {
    display: none;
}

#wp-calendar #next a {
    height: 20px;
    width: 20px;
    margin: -1px;
    display: block;
    border-radius: 20px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAWCAYAAAAvg9c4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTE0NDk5NjlFNUJFMTFFMThDMUZBNTJFNEU4NjlBOUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTE0NDk5NkFFNUJFMTFFMThDMUZBNTJFNEU4NjlBOUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMTQ0OTk2N0U1QkUxMUUxOEMxRkE1MkU0RTg2OUE5RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMTQ0OTk2OEU1QkUxMUUxOEMxRkE1MkU0RTg2OUE5RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgb0DCkAAAL7SURBVHjalJVLa1NBFMfnTvNoDXVhQ9JK84SmLfkAUiuC4EKE6Lb5AFl0KUEQIxbERcGFdJVN1q1bQcSdG5PgptuWFNomKcYIcZOkzTv+/5c7YfoideBkwsw5vzlz5pxzjeFwKMaNcDi8rP4fHh7ujdM3roKGQiE7pueQR5B7MzMzo71arcbpJ+Q75PPR0VF3LDQYDN7H9HJhYcE3Pz8vvF6v0HUMwxDValWcnJyIg4ODMpY+HB8f566FBgKBOKYXq6urkrDBYGAKB/UI5JBSmkJ4NpulwsdisbhzCerz+Z74/f73kUhETE1NiV6vJ/r9/jmwDpyYmBA2m02cnZ2JQqEgSqXSm3K5/G0ExTV9+P9pZWXFOT09Lbrd7jnoxevrULvdLur1usjn821sryEsZRsVYbi+tLTkxBDNZvO/obTDDZ37+/vrUHktZzFg+NjtdotGo2GeqoQHULBuLC4u3k6n08tYl1zT9WhHe3KA89jgxYO5uTl5enoq2u226HQ6Iy/pIRSNeDzuicVid7gGoHQ4HAN6rLxVNwNQViqVhzYYRbjB03UogRBjY2PDH41GbxHIgYeR6uEI1qH8b/Lw46ESoQRSCATE2NraCiHNnDTiGmOp9lUmKCcoVqZ4zFO5QS9brZZ5qgWXiUSisru721F5Sm9pTB2lx5l26pbkEVpTMHWideoAoH4ymaxub283VeITrETXV3CY/SF0jwmse2A9FJjDLmDtTCZTS6VSf/kwV8GUDTngFQyXyzWLAH9h09AfSS9lKErAHFiX0G0jlj09b/lAyAiWLV/wmUSO/QbsB/NNlaR+RctjplAHsBbDou8rG+Yq5hx5ZplOTk4GWKYoUbtVYeImfVZVFwecYgtcQ1yLo4aCUnuKK7xj3KwcvRGUQo9x27fIgK+XWh/q2Gx9OECq174Kru8BZLY+PNbOtU0aQWeTfoX5Lq9GwMWGYpUvH/UXljYx58Z+ThCCc58TFTcVb/1zgqt3b/SNujgAXdagYz98/wQYACCHtlKmbkYmAAAAAElFTkSuQmCC') no-repeat;
}

#wp-calendar tfoot .pad {
    display: none;
    border: none;
}


/*Social Icons Widget*/

#footer .widget.social-widget {
    margin-top: -10px;
}

#footer .widget.social-widget h2 {
    margin-bottom: 20px;
}

.social-widget span a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    margin-right: 5px;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#footer .phone span,
#footer .email span {
    display: none;
}

#footer .social-widget span a {
    color: #fff;
    background-color: #47576c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 36px;
    padding-top: 4px;
    margin-left: 30px;
    width: 50px;
    height: 50px;
}

#sidebar .social-widget span a {
    color: #fff;
}

#footer .social-widget span a:hover {
    color: #fff;
    background-color: #11b5e6;
}


/*Image Post Widget*/

.image-post-widget ul li a {
    font-size: 12px !important;
    font-weight: 600 !important;
}

#footer .image-post-widget ul li a {
    color: #fff !important;
}

.image-post-widget ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #465467;
}

#sidebar .image-post-widget ul li {
    border-bottom: 1px solid #dde4e8;
}

.image-post-widget ul li:last-child {
    border-bottom: none;
}

.image-post-widget ul li img {
    width: 60px;
    height: 60px;
    float: left;
    border: 5px solid #f8f8f8;
    margin-right: 15px;
}

#footer .image-post-widget ul li img {
    border: none;
}

.image-post-widget ul li img:hover {
    opacity: .6;
    filter: alpha(opacity=.8);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.image-post-widget .widget-post-date {
    font-size: 11px;
    opacity: .8;
    font-weight: 500;
}

.image-post-widget .widget-post-date:before {
    font-family: 'FontAwesome';
    content: '\f073';
    margin-right: 10px;
    font-size: 10px;
    color: #11b5e6;
}


/*Text Widget*/

.widget.widget_text strong {
    font-weight: normal;
}


/*Mailchimp Widget*/

.widget.widget_mc4wp_form_widget .widget_title {
    border-bottom: none;
    margin: 0;
}

.widget.widget_mc4wp_form_widget form.mc4wp-form {
    position: relative;
    margin: 0 0 15px;
}

.widget.widget_mc4wp_form_widget form.mc4wp-form .droplet_footer_newsletter {
    margin: 0 0 12px;
    position: relative;
}

.widget.widget_mc4wp_form_widget form.mc4wp-form .droplet_footer_newsletter input[type="email"] {
    width: 100%;
    background: #fff;
    padding: 13px 57px 13px 17px;
    border-radius: 50px !important;
}

#sidebar .widget.widget_mc4wp_form_widget form.mc4wp-form .droplet_footer_newsletter input[type="email"] {
    background-color: #f3f3f3;
    border: 1px solid #ECECEC;
}

.widget.widget_mc4wp_form_widget form.mc4wp-form .droplet_footer_newsletter input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.widget.widget_mc4wp_form_widget form.mc4wp-form .droplet_footer_newsletter label {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    background: none;
    color: #fff !important;
    outline: none !important;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    border-radius: 50px;
    margin: 3px;
}


/*Main Content*/

#main-content {
    padding-top: 90px;
    /*   padding-bottom: 90px; */
    position: relative;
    width: 100%;
    background-color: #fff;
}

#main-content.fullwidth {
    padding: 0 !important;
    margin: 0 !important;
}

#main-content.shop-content {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

#main-content .right-sidebar {
    padding-right: 30px;
}

#main-content .left-sidebar {
    float: right;
    padding-left: 30px;
}

#main-content.single-blog {
    margin-top: 30px;
}

#main-content .blog-single {
    padding-right: 30px;
}

#main-content.content-modern {
    padding-top: 140px;
}

#main-content.content-trans {
    padding-top: 150px;
}

#main-content.content-stack {
    padding-top: 150px;
}

#main-content.services-single {}

#main-content.portfolio-single {}

@media only screen and (max-width:970px) {
    #main-content .left-sidebar {
        float: none !important;
        width: 100%;
        clear: both;
    }
}


/*Blog*/

.entry-overlay {
    display: block;
    overflow: hidden;
}

.entry-overlay,
.entry-overlay * {
    position: relative;
}

.entry-overlay:after,
.entry-overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    content: "";
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: inherit;
    -webkit-border-radius: inherit;
}

.entry-overlay:before {
    background: url(images/entry-overlay.png) center center no-repeat;
    z-index: 1;
}

.entry-overlay:hover:after {
    opacity: 1;
}

.entry-overlay:hover:before {
    opacity: 1;
}

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

.entry-image {
    overflow: hidden;
    position: relative;
}

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


/*Blog - Classic*/

.blog-classic .post {
    margin-bottom: 40px;
}

.blog-classic article.sticky {
    background-color: #f8f8f8;
    padding: 20px 20px 10px 20px;
}

.blog-classic article.sticky:before,
.blog-list article.sticky:before {
    content: "\f006";
    font-family: fontawesome;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 85px;
    z-index: 999;
    color: #fff;
    line-height: 55px;
}

.blog-classic article.sticky .sticky-lable,
.blog-list article.sticky .sticky-lable {
    height: 55px;
    right: 70px;
    background-color: #11b5e6;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 10;
}

.sticky-lable:before,
.sticky-lable:after {
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    background-color: #11b5e6;
    width: 100%;
    z-index: -1;
}

.sticky-lable:before {
    transform: skew(0deg, -20deg);
    transform-origin: 0 100% 0;
}

.sticky-lable:after {
    transform: skew(0deg, 20deg);
    transform-origin: 100% 100% 0;
}

.blog-classic .entry-image {
    margin: 0 0 20px 0;
}

.blog-classic .post h2 {
    line-height: 33px;
    margin-bottom: 15px;
}

.blog-classic .post h2 a {
    text-transform: normal;
    font-size: 20px;
    color: #002e5b;
}

.blog-classic .post h2 a:hover {
    color: #11b5e6;
}

.blog-classic p {
    margin: 0;
}


/*Blog Meta*/

.blog-classic .entry-meta {
    margin: 8px 0px;
    display: none;
}

.blog-classic .entry-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-classic .entry-meta ul li {
    display: inline;
    margin: 0 5px;
    padding: 0;
}

.blog-classic .entry-meta li.date {
    display: none;
}

.blog-classic .entry-meta ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    color: #637281;
}

.blog-classic .entry-meta ul li i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 12px;
    color: #11b5e6;
}


/*More*/

.blog-classic .read-more {
    margin-top: 15px;
}

.blog-classic a.read-more {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    border-radius: 50px;
    padding: 10px 0;
    margin-bottom: 10px;
    background-color: #11b5e6;
    color: #fff !important;
    width: 15% !important;
    display: none;
}

.entry-wrapper {
    margin-left: 3%;
    width: 780px;
}

@media (max-width:768px) {
    .blog-classic a.read-more {
        width: 40% !important;
    }
}


/*Blog -  List*/

.blog-list .post {
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 10px 20px 20px 20px;
}

.blog-list article {
    overflow: hidden;
}

.blog-list .entry-wrapper {
    overflow: hidden;
}

.blog-list .entry-image {
    float: left;
    width: 310px;
    margin-right: 25px;
    margin-top: 10px;
}

@media (max-width:992px) {
    .blog-list .entry-image {
        float: none;
        width: 100%;
        margin: 0 0 28px;
    }
}

.blog-list .post h2 {
    margin: 0;
    padding: 0;
    line-height: 33px;
}

.blog-list .post h2 a {
    text-transform: normal;
    font-size: 18px;
    margin-top: 5px;
    padding: 0;
    color: #002e5b;
}

.blog-list .post h2 a:hover {
    color: #11b5e6;
}

.blog-list .post p {
    margin: 0;
}


/*Blog Meta*/

.blog-list .entry-meta {
    margin: 8px 0;
}

.blog-list .entry-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-list .entry-meta ul li {
    display: inline;
    margin: 0 5px;
    padding: 0;
}

.blog-list .entry-meta li.date {
    display: none;
}

.blog-list .entry-meta ul li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    color: #637281;
}

.blog-list .entry-meta ul li i {
    margin-right: 10px;
    color: #11b5e6;
    font-size: 12px;
}


/*More*/

.blog-list .read-more {
    margin: 0;
}

.blog-list a.read-more {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    background-color: transparent !important;
    cursor: pointer;
    color: #11b5e6;
    text-decoration: none;
    margin-top: 8px;
    display: block;
    text-transform: uppercase;
}


/*Blog Single*/

.blog-single .entry-image {
    margin: 0 0 20px 0;
}

.blog-single .entry-image img {
    border: 15px solid #f8f8f8;
}

.blog-single .post h2.post-title {
    text-transform: normal;
    font-size: 24px;
    margin: 15px 0;
}

.blog-single .entry-meta {
    margin: 5px 0 10px;
}

.blog-single .entry-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-single .entry-meta ul li {
    display: inline;
    margin: 0 6px;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
}

.blog-single .entry-meta ul li a {
    text-decoration: none;
    color: #637281;
}

.blog-single .entry-meta ul li i {
    margin-right: 10px;
    color: #11b5e6;
}

.blog-single table a {
    color: #637281;
}


/*Post Tags*/

.blog-meta-wrap {
    margin: 30px 0px;
    clear: both;
}

@media (max-width:768px) {
    .blog-meta-wrap .single-post-tags {
        display: block;
        float: none;
        clear: both;
        text-align: center;
        margin-top: 10px;
    }
    .blog-meta-wrap .social-share {
        display: block !important;
        float: none !important;
        clear: both !important;
        text-align: center !important;
        margin-top: 20px;
    }
}

.single-post-tags {
    /*   display: inline-block; */
    display: none;
    float: left;
}

.single-post-tags a {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #5d7280;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 25px;
    border: 1px solid #ECECEC;
    background-color: #f8f8f9;
    transition: all 0.2s;
    padding: 5px 14px;
}


/*Blog Single Share*/

.blog-single .social-share {
    display: inline-block;
    float: right;
}

.social-share .share i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #F3F3F3;
    background-color: #f8f8f9;
    color: #5d7280;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
}

.social-share span {
    margin-right: 0;
}

.social-share span a {
    font-size: 13px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 29px;
    border-radius: inherit;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.social-share .fa {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-share span a:hover {
    color: #fff;
}

.social-share a.facebook {
    background-color: #3b5998;
    color: #fff;
}

.social-share a.twitter {
    background-color: #00aced;
    color: #fff;
}

.social-share a.google {
    background-color: #dd4b39;
    color: #fff;
}

.social-share a.linkedin {
    background-color: #007bb6;
    color: #fff;
}

.social-share a.pinterest {
    background-color: #d01b15;
    color: #fff;
}

.social-share a.Stumbleupon {
    background-color: #ec4b24;
    color: #fff;
}


/*Comments*/

.comment {
    position: relative;
    margin-left: -45px;
    margin-top: 20px;
}

.comment .comment {
    margin-left: 45px;
}

.comment .pingback {
    margin-left: 45px;
}

@media (max-width:992px) {
    .comment {
        margin-left: -5px;
    }
    .comment .comment {
        margin-left: 0px;
    }
}

.comment-reply-title {
    display: block;
    padding-top: 20px;
    clear: both;
}

.author-avatar>img {
    border: 1px solid #F3F3F3;
    padding: 2px;
}

h3.comment-title {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    clear: both;
    padding-top: 20px;
}

.comment.list {
    list-style: none;
}

.comment.list>li,
.comment.list .children>li {
    list-style: none;
}

.comment-body {
    border: 1px solid #F3F3F3;
    background-color: #f8f8f9;
    border-radius: none;
    padding: 25px;
    margin-bottom: 20px;
}

.comment-body a {
    color: #394852;
}

.comment-body p {
    margin-bottom: 15px;
    color: #5d7280;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
}

.comment.list li img {
    float: left;
    opacity: inherit;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 15px;
    margin-bottom: 15px;
}

@media (max-width:992px) {
    .comment.list li img {
        display: none;
    }
    .comment-body p {
        margin-left: 0;
    }
    .commentmetadata {
        margin-left: 0px !important;
    }
}

.comment.list li cite {
    font-style: normal;
    font-weight: bold;
    color: #394852;
}

.comment.list li span {
    display: none;
}

.commentmetadata {
    margin-bottom: 20px;
}

.commentmetadata a {
    font-size: 85%;
    line-height: 1.6;
    color: #5d7280;
}

.comment.list .reply a {
    float: right;
    border-radius: 50px;
    font-size: 12px;
    background-color: #11b5e6;
    padding: 4px 16px;
    color: #fff !important;
    letter-spacing: 0.5px;
}

.comment.list .reply {
    top: 30px;
    position: absolute;
    right: 40px;
}

#cancel-comment-reply-link {
    float: right;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0.5px;
    border-radius: 50px;
    color: #fff;
    background-color: #11b5e6;
    padding: 9px 16px;
}

.comment-awaiting-moderation {
    color: #11b5e6;
}

#commentform {
    overflow: hidden;
    float: none;
    display: block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
}

.comment-respond p.form-submit {
    text-align: left;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 10px;
}

.comment-respond p.form-submit input {
    float: left;
}

.comments-nav {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}


/*Pagination*/

.pagination {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.blog-list .pagination {
    margin-top: 80px;
}

.pagination ul {
    margin: 0;
    padding: 0;
}

.pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.pagination ul li a {
    text-decoration: none;
}

.pagination ul>li span {
    background-color: #f8f8f8;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.pagination ul>li span:hover,
.pagination ul>li span:focus {
    background-color: #11b5e6;
    border-color: transparent !important;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination ul>li.active>a span,
.pagination ul>li.active>a:hover span {
    color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    background-color: #11b5e6;
    border-color: transparent;
}

.pagination ul>li.previous>a,
.pagination ul>li.next>a {
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f8f8;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    text-align: center;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.pagination ul>li.previous>a:hover,
.pagination ul>li.next>a:hover {
    background-color: #11b5e6;
    border-color: transparent;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination ul>li.previous>a:before {
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 700;
    content: '\f104';
    line-height: 28px;
}

.pagination ul>li.next>a:before {
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 700;
    content: '\f105';
    line-height: 28px;
}

.pagination ul>li.first>a,
.pagination ul>li.last>a {
    background-color: #f8f8f8;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    text-align: center;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 28px;
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.pagination ul>li.first>a:hover,
.pagination ul>li.last>a:hover {
    background-color: #11b5e6;
    border-color: transparent;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination ul>li.first>a:before {
    font-family: fontawesome;
    font-size: 16px;
    content: '\f104\f104';
    line-height: 28px;
}

.pagination ul>li.last>a:before {
    font-family: fontawesome;
    font-size: 16px;
    content: '\f105\f105';
    line-height: 28px;
}


/*Page Links*/

.page-links {
    clear: both;
    margin: 0 0 1.75em;
}

.page-links a {
    margin-top: 20px;
}

.page-links a,
.page-links>span {
    display: inline-block;
    font-size: 13px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin-left: 5px;
    text-align: center;
    border-radius: 3px;
}

.page-links a,
.page-links>span {
    background-color: #2c394c;
    color: #fff;
}


/*404 Page*/

#error-content {
    background-color: #f4f4f4;
    min-height: 800px;
}

#error-content .content-inner {
    padding: 120px 0px 100px 0px;
    width: 80%;
    text-align: center;
    margin: 20px auto;
}

#error-content .content-inner img {
    margin-bottom: 30px;
}

#error-content .content-inner h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 180px;
    line-height: normal;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#error-content .content-inner h3 {
    font-size: 32px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#error-content .content-inner p {
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}

#error-content form.search-form {
    width: 50%;
    margin: 30px auto;
}

@media (max-width:768px) {
    #error-content form.search-form {
        width: 85%;
    }
}

#error-content form.search-form input[type="search"] {
    padding: 15px 0px 15px 30px;
    outline: none;
    font-size: 14px;
    width: 100%;
    display: block;
    line-height: 1.6;
    border: 2px solid rgba(78, 78, 78, 0.11);
    border-radius: 50px;
    color: #5d7280;
    background-color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#error-content form.search-form .search-submit {
    position: absolute;
    right: 10px;
    top: 3px;
    margin: 0;
    background-color: transparent;
    border: none;
    color: #5d7280;
    box-shadow: none;
}


/*Search Page*/

.search-page .search-header,
.search-page .search-content {
    margin-right: 30px;
}

.search-page .search-header h3 {
    letter-spacing: normal;
    margin-bottom: 20px;
}

.search-page .search-header p {
    font-size: 16px;
    margin-bottom: 20px;
}

.search-page .divider {
    margin-right: 30px;
}

.search-page .post {
    margin-bottom: 50px;
}

.search-page .post .entry-icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 30px;
    margin-top: 1px;
    background: #f8f8f9;
    border: 1px solid #f3f3f3;
    color: #5d7280;
}

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

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

.search-page .post .entry-image {
    margin-bottom: 20px;
}

.search-page .post h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.search-page .post .entry-type span {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    background-color: #11b5e6;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    padding: 6px 18px;
    text-decoration: none;
    float: left;
    display: inline-block;
}

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

.search-page .search-content .read-more {
    margin-top: 20px;
}

.search-page .search-content .read-more a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    background-color: #11b5e6;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    padding: 6px 16px;
    text-decoration: none;
    float: left;
    display: inline-block;
}


/*Contact Form 7*/

.wpb_gmaps_widget.wpb_content_element {
    margin-bottom: 0;
}

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

.wpcf7 .two-cols .cols {
    width: 49.5%;
	display: inline-block;
}

/* .wpcf7 p.right_field {
    width: 48%;
    float: right;
} */

.entry-content .social-share.text-left {
    margin-top: 3%;
}

.vc_row.wpb_row.vc_row-fluid.bar-publicity.vc_custom_1620931991044.vc_row-has-fill {
    color: #fff;
}

@media (max-width:768px) {
    .wpcf7 p.left_field,
    .wpcf7 p.right_field {
        width: 100%;
        clear: both;
        float: none;
        text-align: center;
    }
}

.wpcf7 p.message_field {
    clear: both;
    width: 100%;
}

.wpcf7-form textarea {
    clear: both;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea {
    padding: 14px 18px;
    margin: 0;
    outline: none;
    font-weight: 500;
    text-transform: capitalize;
    max-width: 100%;
    vertical-align: middle;
    display: block;
    line-height: 1.6;
    border: 1px solid #666!important;
	border-radius: 12px;
    background-color: #f8f8f8;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.wpcf7-form select {
    padding: 12px;
    outline: none;
    font-size: 13px;
    vertical-align: middle;
    max-width: 100%;
    display: block;
    font-weight: 500;
    line-height: 1.6;
    border: 1px solid #666;
	border-radius: 12px;
    background-color: #f8f8f8;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.wpcf7-date {
    padding: 12px;
    outline: none;
    font-size: 12px;
    vertical-align: middle;
    max-width: 100%;
    display: block;
    font-weight: 500;
    line-height: 1.6;
    border: 1px solid #f3f3f3;
    background-color: #f8f8f8;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.wpcf7-list-item-label {
    font-weight: 400;
    vertical-align: middle;
    margin-right: 5px;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.wpcf7-form p {
    position: relative;
    margin: 0 0 20px;
}

.wpcf7-form .invalid,
.wpcf7-not-valid {
    color: #bf1515;
}

.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
    margin-top: 5px;
    margin-left: 20px;
}

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;
    font-weight: 700;
    padding: 12px 40px 12px 20px;
    border: none;
    background-color: #00324B;
    color: #fff;
    margin: 0 0 30px;
}

#menu-menu1 .menu-item-19943 {
	display:none;
    background-color: #094092;
    border-radius: 10px;
    margin-top: 12px;
    padding: 15px !important;
}

#menu-menu1 .menu-item-19943 a {
    border: 0 none!important;
}

#menu-menu1 .menu-item-19943:hover {
    background-color: rgb(9 64 146 / 70%);
}


/*Slider Form*/

.rev_slider .form-info {
    margin-bottom: 15px;
}

.rev_slider .form-info h5 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
}

.rev_slider .form-info span {
    margin: 10px 0;
}

.rev_slider .form-info span strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.rev_slider .form-info p {
    margin: 10px 0;
    line-height: 27px;
}

.rev_slider .form-info strong {
    color: #11b5e6 !important;
    font-weight: bold !important;
}

.rev_slider .wpcf7 {
    background: #fff;
    padding: 20px 30px 0 30px;
    border-top: 4px solid #11b5e6;
}

.rev_slider .wpcf7-textarea {
    height: 100px;
}

.rev_slider .wpcf7-text,
.rev_slider .wpcf7-textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
}

.rev_slider .wpcf7-submit {
    margin: 0;
}


/*Slick Slider*/

.slick-initialized {
    visibility: visible !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 20px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    padding-top: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'FontAwesome';
    content: '\f111';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    color: #E6E6E6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #11b5e6;
}

********************************************************* #header.header-v4 #navigation>ul>li>a {
    font-size: 12px!important;
}

body #anuncio p {
    color: #FFF!important;
    margin-top: 30px;
    font-weight: 100;
}

.droplet_footer_newsletter input[type="email"] {
    border-radius: 50px;
}

.droplet_footer_newsletter label {
    background-color: #11b5e6!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    background: none;
    color: #fff !important;
    outline: none !important;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    border-radius: 50px;
    margin: 3px;
}

.droplet_footer_newsletter {
    position: relative;
}

body .portfolio-style-2-content {
    background-color: #1f1d4f75;
    position: absolute;
    bottom: 0;
    min-height: 60px;
    left: 0;
    padding: 0 15px;
    margin: 0 15px;
    width: 92%;
    z-index: 50;
    box-sizing: border-box;
}

.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
    text-align: center;
}

body .wpb_images_carousel .vc_carousel-inner img {
    opacity: inherit!important;
}

body #title-parceiros .wpb_text_column.wpb_content_element {
    margin: 0;
}

body div#btn-ler,
body div#btn-veja {
    position: relative;
    margin: 0;
}

body a.btn-cinza {
    background-color: #2c394c!important;
    font-weight: normal;
}

body a.btn-azul {
    background-color: #2267ce!important;
}

body a.btn-cinza,
body a.btn-azul {
    font-weight: normal!important;
    width: 250px;
    text-align: center!important;
}

body div#btn-ler button,
body div#btn-veja button {
    margin: 0;
    padding: 7px 55px!important;
    font-weight: normal!important;
    border-radius: 13px;
    background-color: #2267ce;
    text-transform: inherit;
}

body div#btn-veja button {
    position: absolute!important;
}


/******************    ***************/

body .bar-sponsors .cta .cta-wrapper {
    padding-left: 0;
}

body .bar-sponsors .cta-buttons {
    display: inline-block;
    float: right;
    margin-top: 15px;
}

body .bar-sponsors .col-md-12 {
    padding: 0;
    position: absolute;
    z-index: 9999;
}

body .bar-publicity img {
    padding: 0 10px;
}

body .portfolio-item h3 a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body .portfolio-item h3 {
    margin-top: -5px;
}

div#title-parceiros {
    margin-top: 10px;
    border-bottom: 1px solid #ff8c11;
    border-top: 1px solid #ff8c11;
}

div#main-content.pad-post {
    padding-top: 50px;
    padding-bottom: 50px;
}

article .sticky-lable,
.blog-classic article.sticky .sticky-lable,
.blog-list article.sticky .sticky-lable {
    display: none;
}

.blog-classic article.sticky:before,
.blog-list article.sticky:before {
    content: '';
}

.top-block {
    background-color: #4c3f2c;
    padding: 8px 0;
}

.top-block .row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.canal-topbar p {
    margin-bottom: 0;
    margin-left: 10px;
    color: #ffffff;
    font-weight: 100;
    font-size: 10px;
}

.canal-topbar a {
    display: flex;
    align-items: center;
    padding: 0;
}

.icons-topbar {
    text-align: center;
    color: #FFF;
}

.icons-topbar i.fa {
    padding: 0 5px;
    color: #FFF;
}


/* Custom CSS Event Block */

body .portfolio-item .portfolio-subscription {
    position: absolute;
    color: #FFF;
    font-weight: 500;
    z-index: 999;
    bottom: 0;
    margin-bottom: 0;
    background-color: #4db03a;
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    transition: background-color .4s;
    -moz-transition: background-color .4s;
    -webkit-transition: background-color .4s;
}

body .portfolio-item .portfolio-subscription:hover {
    background-color: #11b5e6;
}

body .portfolio-item .portfolio-content {
    background-color: #FFF!important;
    padding: 15px 10px 20px 0px;
}

body .portfolio-content h3,
body .portfolio-content h3 a {
    color: #174688;
    font-size: 18px;
    font-weight: 500;
}

body.single-portfolio .portfolio-single {
    padding-top: 50px!important;
}

body.single-portfolio .portfolio-single .entry-content .portfolio-subscription {
    text-align: center;
    margin-bottom: 50px;
}

body.single-portfolio .portfolio-single .entry-content .portfolio-subscription {
    background-color: #11b5e6;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 22px;
    border-radius: 50px;
}

a.logo-iafei img {
    width: 80%;
}

body div#custom_html-4 {
    margin-top: 0!important;
}

body .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #174688;
    font-weight: 400;
    line-height: 1.3;
}

body #header #navigation .sub-menu li a,
body #header.header-v4 #navigation>ul>li>a {
    font-family: arial!important;
}

form.dinamizeForm tr:nth-child(even) {
    background-color: transparent;
    border: none;
}

form.dinamizeForm input[type="text"] {
    border-radius: 50px;
    text-transform: inherit;
    height: 50px;
    color: #6C7681 !important;
}

form.dinamizeForm table tr:nth-child(1) td:nth-child(1) {
    display: none;
}

form.dinamizeForm table tbody {
    position: relative;
}

form.dinamizeForm td.tdValue {
    padding: 0;
}

form.dinamizeForm table tr:last-child td:last-child {
    position: absolute;
    top: 70px;
    right: -12px;
}

form.dinamizeForm table tr:last-child td:last-child div input {
    font-size: 0;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-image: url("https://www.ibefpr.com.br/wp-content/uploads/2021/06/paper.ico.png")!important;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #25d366;
    /*     margin: -73px 0; */
}

.footer .multi-col-widget * {
    color: white!important;
}

#footer input#cmp1:focus {
    border: none!important;
}

#footer form.dinamizeForm i.fa.fa-paper-plane {
    position: absolute;
    color: #FFF;
    top: 40px;
    right: 50%;
    transform: translateX(50%);
}

body form.dinamizeForm .DinamizeDivMessageError,
body form.dinamizeForm .DinamizeDivMessageAlert {
    position: absolute!important;
    top: 0!important;
}

@media (max-width:768px) {
    #mobile-header .logo {
        margin-top: 0;
        float: left;
        width: 82%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
}

.fat-event-info {
    min-height: 200px;
}

.logosMantenedores2019 img {
    text-align: center;
    aligncenter: center;
}

html body .special-heading {
    margin-bottom: 15px;
}

span.wpcf7-form .input[type=radio] {
    border: 1px solid #fff;
    padding: 0.5em;
    -webkit-appearance: none;
}

span.wpcf7-form .input[type=radio]:checked {
    background: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) no-repeat center center;
    background-size: 9px 9px;
}

span.wpcf7-form .input[type=radio]:focus {
    outline-color: transparent;
}

.vc_btn3.vc_btn3-color-warning,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    background-color: #ee8846;
    color: #050d1f;
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-warning:focus,
.vc_btn3.vc_btn3-color-warning:hover {
    color: #050d1f;
    background-color: #ee8846;
}

.breadcrumbs,
.breadcrumbs span,
.breadcrumbs a {
    display: none;
}

html body .font-weight-thin h2 {
    font-weight: 100;
}

html body .vc-hoverbox-wrapper.font-weight-thin.vc-hoverbox-width--100 .vc-hoverbox {
    height: 200px
}

html body .btn-eventos-lj .vc_btn3.vc_btn3-color-warning,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    color: #13142c;
    background-color: #f28a3c;
}

html .page-id-2981 .heading-seperator.left-sep {
    float: right;
    width: 79%;
    position: relative;
    bottom: 19px;
    font-size: 10px;
    height: 2px;
    background: silver;
}

html body .text-ultimos-eventos .widget h2 {
    font-size: 25px;
}

html body .text-ultimos-eventos .widget h2:before {
    display: none;
}

html body .row-articles .post-title-item,
html body .row-articles .post-excerpt-item {
    color: #FFF;
}

.single-blog {
    padding-top: 0px !important;
}

hmtl .page-id-2981 .vc-gitem-zone-height-mode-auto:before {
    padding-top: 35%
}

#topbar .topbar-button i {
    color: #969696 !important;
}

.imgbox-style-1 .imgbox-caption h3 {
    white-space: initial;
}


/* .vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    cursor: default;
} */

html body .btn-individual button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-flat.vc_btn3-block.vc_btn3-color-info {
    background-color: #2f70b1;
    font-size: 15px;
    font-weight: 100;
    height: 45px;
}

html body .btn-empresarial button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-flat.vc_btn3-block.vc_btn3-color-primary {
    background-color: #223344;
    font-size: 15px;
    font-weight: 100;
    height: 45px;
}

html body .btn-apresentacao button.vc_general.vc_btn3.vc_btn3-size-xs.vc_btn3-shape-round.vc_btn3-style-flat.vc_btn3-color-inverse {
    background-color: #777777;
    font-size: 13px;
}

html body .btn-formulario button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-flat.vc_btn3-block.vc_btn3-color-primary {
    border-radius: 50px;
    background-color: #2c3b5f;
    color: #fff;
    height: 50px;
}

html body .btn-case button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-flat.vc_btn3-block.vc_btn3-color-warning {
    border-radius: 50px;
    background-color: #ff7600;
    color: #fff;
    height: 50px;
}

html body .btn-regulamento button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-flat.vc_btn3-block.vc_btn3-color-primary {
    padding: 15px 150px;
    border-radius: 50px;
    background-color: #2c3b5f;
    height: 50px;
}

.testecolpresidente.wpb_column.vc_column_container.vc_col-sm-1 {
    flex: 0 0 20%;
}

.vc_row.wpb_row.vc_row-fluid.testepresidentes {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 900px) and (min-width:768px) {
    #header.header-v4 .info-box {
        margin: 0px 0px 0px 0px;
    }
}

@media screen and (max-width: 762px) {
    html body .btn-apresentacao button.vc_general.vc_btn3.vc_btn3-size-xs.vc_btn3-shape-round.vc_btn3-style-flat.vc_btn3-color-inverse {
        width: 85%;
        margin: 0 auto;
    }
    html body .vc_btn3-container.btn-apresentracao.vc_btn3-center.vc_custom_1621259720267 {
        padding: 0!important;
    }
    html .page-id-4481 .imgbox-style-2 {
        margin-bottom: 0;
    }
    html body .wpb_column .vc_custom_1621274168243 {
        margin-top: 0!important;
    }
    html .page-id-4362 .wpb_column .vc_empty_space {
        display: none;
    }
    html .page-id-2981 .heading-seperator.left-sep {
        display: none;
    }
    button.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-block.vc_btn3-color-warning {
        font-size: 13px
    }
    html body #post-2981 .vc_custom_1621083925296 {
        margin-top: 0!important;
    }
    html .page-id-2981 .wpb_wrapper .vc_empty_space {
        display: none;
    }
    .entry-wrapper {
        margin-left: 0%;
        width: 100% !important;
    }
    #main-content .blog-single .entry-wrapper {
        margin-left: 0%;
        width: 100% !important;
    }
    .single #main-content {
        padding-top: 0px;
    }
    h1 {
        font-size: 26px;
    }
    html body .entry-image img {
        max-width: 96%;
    }
    html body #main-content .right-sidebar {
        padding-right: 00px;
    }
    html body .vc_custom_1621023721683 .wpb_wrapper h2#slide-93-layer-27 {
        padding: 15px 20px;
        min-width: 280px;
        max-width: 280px;
    }
    html .page-id-4595 .vc_custom_1621281292010 {
        padding: 0!important;
    }
    html .page-id-4595 .vc_custom_1621281324194 {
        padding: 0!important;
    }
    .imgbox-style-2 .img {
        width: 70%;
        display: block;
        overflow: hidden;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .imgbox-style-2 .imgbox-content {
        margin-left: 0% !important;
        text-align: left !important;
    }
    html #header.header-v4 .logo-block .info {
        margin-top: -38px;
        height: 82px;
    }
    #header.header-v4 .info-box-icon {
        line-height: 70px;
        font-size: 42px;
    }
    .colmemorial .wpb_wrapper {
        display: flex;
    }
    .vc_row.wpb_row.vc_row-fluid.rowexpresidentes {
        display: flex;
        flex-wrap: wrap;
    }
    .tmpresident.wpb_column.vc_column_container.vc_col-sm-1\/5 {
        flex: 0 0 33.333333%;
    }
    .vc_row.wpb_row.vc_row-fluid.rowmemorialparceiros {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .parceiroscol.wpb_column.vc_column_container.vc_col-sm-2 {
        flex: 0 0 33.333333%;
    }
    .memorialparceiros.wpb_column.vc_column_container.vc_col-sm-3 {
        display: none;
    }
    .vc_row.wpb_row.vc_row-fluid.rowmemorialparceiros.rowmemorialparceiros2 {
        width: 150%;
        flex-wrap: initial;
    }
    .blog-single .entry-image img {
        border: 0px solid #f8f8f8;
    }
    #main-content .blog-single {
        padding-right: 0px;
    }
    #footer .multi-col-widget .widget {
        width: 93%;
    }
    .testecolpresidente.wpb_column.vc_column_container.vc_col-sm-1 {
        flex: 0 0 50%;
    }
}

form.dinamizeForm table tr:last-child td:last-child {
    position: absolute;
    top: 91px;
    right: -12px;
}

#footer #footer-partner .widget_a2a_share_save_widget {
    bottom: -50px;
    top: inherit!important;
    left: 48%!important;
    display: none;
}

#footer #footer-partner .widget_a2a_share_save_widget.active {
    display: block;
}

#footer #footer-partner .widget_a2a_share_save_widget h2 {
    display: none;
}

#header.header-v4 .logo-block .logo {
	width: 33%;
}

@media (max-width: 990px){
	#mobile-header .logo {
		margin-top: 0;
		float: left;
		width: 82%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
}

body .wcs-timetable__list .wcs-class .wcs-class__image {
    width: 19%;
}
#topbar{
	display:none;
}

.btn_associetop{
	background-color: #094092;
    border-radius: 10px;
    margin-top: 12px;
    padding: 15px !important;
	color:white;
}
.btn_associetop:hover{
	color:white;
}
#header.header-v4 .info-box-content {
    margin-right: 55px;
    margin-top: 17%;
}
.revsliderpartners_eventpage .fullwidthbanner-container .fullwidthabanner{
height:120px!important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"], textarea{
	text-transform:none!important;
}
.swpm-profile-email-row img {
    width: 100px;
    height: auto;
    display: block;
    margin: 10px auto 10px auto;
}

a.onyloggedtopicon:after {
    content: "\f2bd";
/*     width: 100%; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    top: 0;
    font: normal normal normal 17px/1 FontAwesome;
    color: #050d1f;
    font-size: 50px;
    z-index: 0;
}
body{
	overflow-x:hidden;
}
.swpm-edit-profile-link a {
    background-color: #1e73be;
    color: #ffffff;
    border-radius: 15px;
    padding: 6px 66px;
}

.swpm-logged-logout-link, .swpm-edit-profile-link {
    margin-top: 20px;
    margin-bottom: 20px;
	display: inline-block;
}
.swpm-logged-username,  .swpm-logged-status, .swpm-logged-membership, .swpm-logged-expiry{
    display: flex;
}
.swpm-logged-expiry {
    display: none;
}
.swpm-logged-label {
    margin-right: 20px;
}
.swpm-logged-logout-link a {
    background-color: #fff;
    color: #1e73be;
    border: 2px solid #1e73be;
    border-radius: 15px;
    padding: 6px 66px;
    font-weight: 500;
    margin-right: 25px;
    margin-top: 20px;
}
label.left_field, label.right_field {
    width: 43.5%;
}
label.right_field{
	margin-right:10px;
}
p.left_field select {
    min-height: 52px;
}
.hideformitems{
	display:none;
}
.swpm-join-us-link {
    display: none;
}
.swpm-forgot-pass-link {
    margin-bottom: 50px;
}
.form-event-notlogged {
    max-width: 94%;
    margin-left: 3%;
	padding-bottom: 20px;
}

body.wcs_modal--opened > :not(#wcs-vue-modal):not(.wcs-vue-modal), body.wcs_modal--opened::before, body.wcs_modal--opened::after {
    -webkit-filter: none;
    filter: none;
}
.swal2-container.swal2-center.swal2-backdrop-show, .swal2-container.swal2-center>.swal2-popup {
    z-index: 9999999;
}
.wcs-modal input.wpcf7-form-control.wpcf7-submit:first-child {
    display: none;
}
.swpm-post-not-logged-in-msg {
    margin-bottom: 50px;
}
.wpcf7-form p label, .wpcf7-form p {
    color: #002e5b;
    font-weight: 600;
}
.left_field select.wpcf7-form-control.wpcf7-select {
    height: 50%;
}
label.left_content {
    margin-left: 10px;
}


#wp-form-ploomes form.wpcf7-form{
    padding: 5px 10px;
}

#wp-form-ploomes .wpcf7 .ajax-loader{
	top: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#wp-form-ploomes .wpcf7 .submit-holder{
	text-align:right;
	max-width:89%;
}
#wp-form-ploomes .wpcf7 .submit-holder .wpcf7-submit{
	display: inline-block;
    padding: 8px 30px;
}

.title-associate{
	font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-transform: none;
	margin: 0;
	margin-top: 60px;
}

.subtitle-associate{
	font-size: 22px;
    text-align: left;
}

.form-associate{
	margin: 30px 0;
	display: flex;
	justify-content: center;
}

.associate{
	min-height: 420px;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px){
    body .associate{
        min-height: 320px;
    }
}
.associate .image-avatar{
}
.associate img{
	display: block;
	margin: 0 auto;
	height: 300px;
	width: auto;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px){
    body .associate img{
        display: block;
        margin: 0 auto;
        height: auto;
        width: 100%;
        margin-bottom: 15px;
    }
}
.associate .associate--title{
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
}
.associate .associate--name{
	text-align: center;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.associate .associate--job{
	text-align: center;
	line-height: 1.3;
	font-size: 13px;
}
.associate .associate--link{
	display: block;
	margin: 10px auto;
	width: 30px;
	height: 30px;
	padding: 2px;
	color: #5d7280;
	text-align: center;
}
.associate .associate--link i{
    background-color: #f8f8f9;
    border: 1px solid #f3f3f3;
    color: #5d7280;
    border-radius: 100px;
    line-height: 35px;
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 14px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.associate .associate--link:hover i{
	color:white;
	background: #172c5c;
	/* border-radius: 50%; */
}
html body input#search.input-form-associate{
	width: 50% !important;
    padding: 14px;
    border-radius: 43px;
}
.btn-associate-form{
	position: relative;
    right: 104px;
    height: 50px;
    top: 1px;
    padding: 8px 25px;
}

html body .form-select{
	max-width: 325px;
	min-width: 325px;
    height: 50px!important;
}
html body .form-date{
    height: 50px!important;
}
html body .pessoal-indicacao input,
html body .cep input,
html body .pessoal-whatsapp input,
html body .empresa-atual input,
html body .pessoal-observacoes textarea{
	max-width: 88.5%!important;
}

html body .cols .form-select,
html body .right_field .form-select,
html body .left_field .form-select{
    min-width: 100%!important;
}

/* FORM PJ  */
html body .accordion-form > .item {
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
    height: 50px;
    border-top: 1px solid #CCC;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 20px;
/*     width: 89%; */
}

.accordion-body{
  transition: 0.5s;
}

.accordion-body .accordion-item {
  position: relative;
  margin: 10px 0px;
/*     width: 87%; */
}

/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */

.accordion-body .accordion-item .title-dados-pessoais {
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0;
  border: 1px solid grey;
	/* width: 88.5%; */
	/* border-left: 0;
	border-right: 0; */
}

.accordion-body .accordion-item .title-dados-pessoais::before {
  content: '+';
  color: #002e5b;
  position: absolute;
  top: 50%;
  right: 5%;
  font-size: 30px;
  transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion-body .accordion-item .accordion-data {
  position: relative;
  background: white;
  /* height: 0; */
  font-size: 20px;
  text-align: justify;
  overflow: hidden;
  transition: 0.5s;
}

/* Unhides the content part when active. Sets the height */
.accordion-body .accordion-item.active .accordion-data {
    height: 100%;
}

/* Changes from plus sign to negative sign once active */
.accordion-body .accordion-item.active .title-dados-pessoais {
	border-bottom: 0;
}

.accordion-body .accordion-item.active .title-dados-pessoais::before {
    content: '-';
    font-size: 30px;
}


.accordion-body  h3.title-dados-pessoais.head.active,
.accordion-body  h3.title-dados-pessoais.head:hover {
    background: #002e5b;
    color: #fff;
}

.accordion-body .accordion-item .title-dados-pessoais.active::before,
.accordion-body .accordion-item:hover .title-dados-pessoais::before {
    color: #fff;
}

.accordion-body .accordion-item .accordion-data p {
    justify-content: space-around;
}


.container-accordion{
    width: 100%;
    max-width: 700px;
    min-width: 300px;
    margin: 0 auto;
    padding: 0 5vh;
}
  
/* accordion-item */
.accordion-item{
    position: relative;
    box-shadow: 0px 1px 7px #DBDBDB;
}

.accordion-item .head{
    background-color: #FFFFFF;
    color: #002e5b;
    padding: 20px 30px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-item .arrow{
    color: #563e6e;
    font-size: 60px;
    transition: 0.25s ease;
    opacity: 0.3;
    transform: rotate(-90deg);
}

.accordion-item .head:hover .arrow{
    opacity: 1;
}


.accordion-item .arrow-animate{
    transform: rotate(0deg);
    opacity: 1;
}

.accordion-item .accordion-data{
    background-color: #FFFFFF;
    display: none;
    padding: 20px 30px;
    color: #333333;
}

#swpm-editprofile-form tr td input[readonly]:focus {
    outline: none;
    border-color: aliceblue;
}
/* 
.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tabs .tab input {
  position: absolute;
  opacity: 1;
}
.tabs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #002e5b;
  font-weight: bold;
  cursor: pointer;
  /* Icon 
}
.tabs .tab-label:hover {
  background: #001428;
}
.tabs .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tabs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #002e5b;
  background: white;
  transition: all 0.35s;
}
.tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #002e5b;
  cursor: pointer;
}
.tabs .tab-close:hover {
  background: #001428;
}
.tabs input:checked + .tab-label {
  background: #001428;
}
.tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
} */
